/* [class*="veal"] ,
[class*="vealContent"] ,
[class*="arrowSlide"] ,
[class*="arrowSlide"] ,
[class*="after"] ,
[class*="before"] ,
[class*="scroll-hint-appear"] ,
[class*="fadeInAnime"] ,
[class*="fadeUpAnime"] {
  animation: none !important;
} */

#onetrust-banner-sdk {
  animation: none !important;
  transition: none !important;
  animation-name: none !important;
  transition-property: none !important;
  bottom: 0 !important;

}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
	font-size: 1em
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all
}
img {
	display: block;
	width: auto;
	max-width: 100%
}
button {
	outline: none
}
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer
}
input {
	outline: none
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer
}
textarea {
	outline: none
}
html {
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	overflow-x: hidden;
	font-size: 62.5%
}
body {
	overflow-x: hidden;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: .1em
}
body:before {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: url(../images/background.jpg);
	content: ""
}
main {
	z-index: 2;
	position: relative
}
div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
p {
	line-height: 1.8em
}
tbody {
	-webkit-text-size-adjust: 100%
}
select {
	font-family: "Noto Sans JP", sans-serif
}
::-moz-selection {
	background: #ffeed5
}
::selection {
	background: #ffeed5
}
::-webkit-scrollbar {
	width: 10px;
	height: 7px
}
::-webkit-scrollbar-track {
	background-color: #b5b5b5
}
::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background-color: #333
}
.header {
	z-index: 1000;
	position: fixed;
	top: 0;
	width: 100%;
	pointer-events: none;
	-webkit-transition: background .5s;
	transition: background .5s
}
.header.is-whiteBg {
	z-index: 1000
}
.header.is-whiteBg:before {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.is-navOpen .header {
	pointer-events: auto
}
.header_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	-webkit-clip-path: polygon(0 0, 0 -30%, 100% -5%, 100% 0);
	clip-path: polygon(0 0, 0 -30%, 100% -5%, 100% 0);
	/* -webkit-transition: all .7s cubic-bezier(0.47, 0.04, 0.29, 1.03) .3s;
	transition: all .7s cubic-bezier(0.47, 0.04, 0.29, 1.03) .3s */
}
.is-whiteBg .header_bg {
	-webkit-clip-path: polygon(0 0, 0 60px, 100% 60px, 100% 0);
	clip-path: polygon(0 0, 0 60px, 100% 60px, 100% 0);
	/* -webkit-transition: all .8s cubic-bezier(0.47, 0.04, 0.29, 1.03);
	transition: all .8s cubic-bezier(0.47, 0.04, 0.29, 1.03) */
}
.is-navOpen .header_bg {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
	/* -webkit-transition: all .8s cubic-bezier(0.47, 0.04, 0.29, 1.03);
	transition: all .8s cubic-bezier(0.47, 0.04, 0.29, 1.03) */
}
.header_wrap {
	z-index: 101;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 20px
}
.header_contents {
	grid-column-gap: 30px;
	display: -ms-grid;
	display: grid;
	position: relative;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	height: 100%;
	padding: 80px 0 0 0;
	-webkit-transition: padding .5s;
	transition: padding .5s
}
.header_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 17px 20px;
	pointer-events: auto
}
.header_center {
	height: 100%;
	margin: 0 0 50px 0
}
.header_right {
	margin-bottom: 20px;
	-webkit-transform: translate(0, -30px);
	transform: translate(0, -30px);
	opacity: 0;
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s
}
.is-navOpen .header_right {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	display: flex;
	justify-content: center;
}
.is-navOpen .header_right > div {
	padding: 0 .5em;
	margin: 0;
}
.is-navOpen .header_right > div.header_right_search {
	width: 100%;
}
.header_right>*+* {
	margin: 20px 0 0 0
}
.header_logo {
	position: relative;
	width: 180px
}
.header_search {
	position: relative;
	min-width: 80px;
	border-bottom: 1px solid #333;
}
.header_search_icon img{
	width: 22px;
	margin: 0 auto 3px auto;
}
.header_search legend {
	display: none
}
.header_search input[type=text] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0 20px 3px 3px;
	border: none;
	background: none;
	font-size: 1.3rem;
	font-family: "Noto Sans JP", sans-serif
}
.header_search input[type=image] {
	position: absolute;
	right: 0;
	bottom: 5px;
}
.header_search p{
	font-size: 1.4rem;
	padding-bottom: .5em;

}
.header_search_hover img{
	transition: .5s;
	padding: 5px 0 0 5px;

}
.header_search_hover.is-active img{
	filter: brightness(0) saturate(100%) invert(26%) sepia(56%) saturate(2574%) hue-rotate(352deg) brightness(111%) contrast(101%);
}
.header_search_hover .hamburger_accordion_list{
	margin: 0;
}
.header_eng {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.header_eng_button,
.header_portal_text {
	padding: 2px 15px;
	margin: 0 auto 3px auto;
	border: 2px solid #333;
	color: #333;
	font-weight: 700;
	font-size: 1.3rem;
	/* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif; */
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s
}
.header_eng_button:hover,
.header_portal_text:hover {
	background: #eb3e11;
	border: 2px solid #eb3e11;
	color: #fff;
}
.header_lng a{
	transition: .5s
}
.header_lng a:hover .header_eng_button {
	background: #eb3e11;
}
.header_lng a:hover .header_lng_icon img{
	filter: brightness(0) saturate(100%) invert(23%) sepia(76%) saturate(3367%) hue-rotate(2deg) brightness(100%) contrast(87%);
	transition: .5s
}
.header_portal {
	margin-bottom: 20px;
	text-align: center
}
.header_portal_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin: 0 auto 3px auto;
	border-radius: 100%;
	background: #333;
	-webkit-transition: .5s;
	transition: .5s
}
/* .header_portal_text {
	display: block;
	font-weight: 700;
	font-size: 1.3rem;
	white-space: nowrap;
	-webkit-transition: .5s;
	transition: .5s
} */
.header_portal a {
	display: inline-block
}
.header_portal a:hover .header_portal_icon {
	background: #eb3e11
}
/* .header_portal a:hover .header_portal_text {
	color: #eb3e11
} */
.header_youtube .header_youtube_icon{
	width: 80px;
}
.header_lng{
	margin-top: 20px;
}
.header_lng_icon{
	display: flex;
	justify-content: center;
}
.header_lng_icon img{
	width: 26px;
}
.header_youtube .header_youtube_icon img{

}
.namazu-result-header h2, .namazu-result-header p {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px
}
.nav_list_item {
	-webkit-transform: translate(0, -30px);
	transform: translate(0, -30px);
	font-weight: 700;
	font-size: 2rem;
	opacity: 0;
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s
}
.is-navOpen .nav_list_item {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1
}
.is-navOpen .nav_list_item:nth-of-type(1) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.is-navOpen .nav_list_item.menu_opener:nth-of-type(1) {
	margin-bottom: 30px;
}
.is-navOpen .nav_list_item:nth-of-type(2) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}
.is-navOpen .nav_list_item:nth-of-type(3) {
	-webkit-transition-delay: .35s;
	transition-delay: .35s
}
.is-navOpen .nav_list_item:nth-of-type(4) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.is-navOpen .nav_list_item:nth-of-type(5) {
	-webkit-transition-delay: .45s;
	transition-delay: .45s
}
.nav_list_item+.nav_list_item {
	margin: 15px 0 0 0
}
.nav_list_item a {
	-webkit-transition: .5s;
	transition: .5s
}
.nav_list_item a:hover {
	color: #eb3e11
}
.nav_list_item.is-active a {
	color: #eb3e11
}
.is-navOpen {
	position: fixed;
	width: 100%
}
.hamburger_accordion {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}
.hamburger_accordion[open] summary:after {
	rotate: 90deg
}
.hamburger_accordion_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 2em 0 0;
	border-radius: 5px;
	color: #000;
	font-weight: 600;
	list-style: none;
	cursor: pointer
}
.hamburger_accordion_ttl::-webkit-details-marker {
	display: none
}
.hamburger_accordion_ttl:before, .hamburger_accordion_ttl:after {
	display: block;
	width: 2px;
	height: 1em;
	border-radius: 5px;
	background-color: #000;
	content: ""
}
.hamburger_accordion_ttl:before {
	position: absolute;
	right: 2em;
	rotate: 90deg
}
.hamburger_accordion_ttl:after {
	-webkit-transition: rotate .3s;
	transition: rotate .3s
}
.hamburger_accordion_list {
	margin: 5px 0 0 5px
}
.hamburger_accordion .li_sp_sub {
	padding-left: 1em
}
.hamburger_accordion .li_sp_sub.li_sp_bottom {
	padding-left: 2em
}
.hamburger_accordion .li_sp_sub.li_sp_bottom svg {
	width: 6px;
	height: 6px
}
.hamburger_accordion .li_sp_sub svg {
	width: 8px;
	height: 8px
}
.hamburger_bottom_text {
	font-weight: 500;
	font-size: 1.5rem
}
.hamburger_bottom_text:before {
	display: inline-block;
	position: relative;
	top: -4px;
	left: -5px;
	width: 5px;
	height: 2px;
	background: #b5b5b5;
	content: ""
}
.hamburger_bottom_item {
	padding: .2em .3em .3em .3em
}
.hamburger_accordion_list {
	display: none
}
.menu {
	display: none;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw
}
.menu_wrap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px
}
.menu_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: top;
	transform-origin: top;
	background: #fff;
	content: "";
	-webkit-transition: .8s cubic-bezier(0.33, 1, 0.68, 1) .3s;
	transition: .8s cubic-bezier(0.33, 1, 0.68, 1) .3s
}
.is-menuOpen .menu_bg {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: 0s cubic-bezier(0.33, 1, 0.68, 1);
	transition: 0s cubic-bezier(0.33, 1, 0.68, 1)
}
.menu_contents {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 160px 0 20px 0;
	pointer-events: none;
	/* -webkit-transition-delay: position .8s;
	transition-delay: position .8s */
}
.menu_contents.is-open {
	visibility: visible;
	position: static;
	pointer-events: auto
}
.menu_contents.search_contents {
	left: auto;
	right: 20px;
	width: 50%;
	position: absolute;
}
.menu_box+.menu_box {
	margin: 40px 0
}
.menu_imageList {
	grid-column-gap: 60px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px
}
.menu_imageList_item {
	position: relative;
	-webkit-transform: translate(0, -30px);
	transform: translate(0, -30px);
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s
}
.is-open .menu_imageList_item {
	/* -webkit-transform: translate(0, 0);
	transform: translate(0, 0); */
	opacity: 1
}
.is-open .menu_imageList_item:nth-of-type(2) {
	/* -webkit-transition-delay: .1s;
	transition-delay: .1s */
}
.is-open .menu_imageList_item:nth-of-type(3) {
	/* -webkit-transition-delay: .2s;
	transition-delay: .2s */
}
.menu_imageList_img {
	overflow: hidden
}
.menu_imageList_img img {
	-webkit-transition: .5s;
	transition: .5s
}
.menu_imageList_text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 7px;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	font-size: 1.5rem;
	text-align: center
}
.menu_imageList a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.menu_list {
	grid-column-gap: 20px;
	grid-row-gap: 30px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (25%)[4];
	grid-template-columns: repeat(4, 25%);
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 30px;
	-webkit-transform: translate(0, -30px);
	transform: translate(0, -30px);
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s
}
.menu_list.header_search_menu {
	grid-template-columns: repeat(1, 100%);
}
.is-open .menu_list {
	/* -webkit-transform: translate(0, 0);
	transform: translate(0, 0); */
	opacity: 1;
	/* -webkit-transition-delay: .3s;
	transition-delay: .3s */
}
.menu_sub {
	margin-top: 5px
}
.menu_sub_item {
	padding: .5em .5em .5em 1em
}
.menu_sub_item a {
	display: inline-block
}
.menu_bottom {
	margin-top: 5px;
	line-height: 1.6em
}
.menu_bottom_item {
	padding: .2em .3em .3em 2.1em
}
.menu_bottom_link {
	display: inline-block;
	-webkit-transition: color .5s;
	transition: color .5s
}
.menu_bottom_link:hover {
	color: #eb3e11
}
.menu_bottom_link.active {
	color: #eb3e11
}
.menu_bottom_text {
	font-size: 1.3rem
}
.menu_bottom_text:before {
	display: inline-block;
	position: relative;
	top: -4px;
	left: -5px;
	width: 5px;
	height: 2px;
	background: #b5b5b5;
	content: ""
}
.menu_cover.is-open {
	display: none
}
.hamburger {
	z-index: 1001;
	position: relative;
	cursor: pointer
}
.hamburger_bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 9px;
	margin: 0 auto 3px auto
}
.is-navOpen .hamburger_bar {
	margin: 0 auto 10px auto
}
.hamburger_bar-top, .hamburger_bar-bot {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #333;
	-webkit-transition: .5s;
	transition: .5s
}
.is-hover .hamburger_bar-top, .is-hover .hamburger_bar-bot {
	background: #eb3e11
}
.hamburger_bar-top {
	top: 0;
	left: 0
}
.is-navOpen .hamburger_bar-top {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}
.hamburger_bar-bot {
	bottom: 0;
	left: 0
}
.is-navOpen .hamburger_bar-bot {
	bottom: 50%;
	-webkit-transform: translateY(50%) rotate(-45deg);
	transform: translateY(50%) rotate(-45deg)
}
.hamburger_text {
	font-weight: 700;
	font-size: 1rem;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	-webkit-transition: .5s;
	transition: .5s
}
.is-hover .hamburger_text {
	color: #eb3e11
}
.footer {
	position: relative;
	margin: 70px 0 50px 0
}
.footer_logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 50px 0
}
.footer_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 45px
}
.footer_nav_right {
	margin: 0
}
.footer_nav_right.group {
	width: 100%;
	margin-left: 0;
	padding: 40px 0 10px 0
}
.footer_nav_right.group .footer_nav_link:nth-child(1)+.footer_nav_link {
	margin-top: 10px
}
.footer_nav_right.group img {
	max-width: 200px
}
.footer_nav_right.group .footer_nav_list_item {
	display: block
}
.footer_nav_list+.footer_nav_list {
	margin: 20px 0 0 0
}
.footer_nav_list_item {
	display: none;
	font-size: 1.3rem
}
.footer_nav_list_item.footer_line {
	max-width: 200px;
	margin: 15px 0;
	border-bottom: 1px solid #b5b5b5
}
.footer_nav_list_item+.footer_nav_list_item {
	margin: 10px 0 0 3px
}
.footer_nav_list_item.is-heading {
	display: block;
	font-weight: 700
}
.footer_nav_list_item a {
	-webkit-transition: .5s;
	transition: .5s
}
.footer_nav_list_item a:hover {
	color: #eb3e11
}
.footer_nav_box {
	margin: 20px 0 0 0
}
.footer_nav_link {
	font-weight: 700;
	font-size: 1.3rem
}
.footer_nav_link+.footer_nav_link {
	margin: 20px 0 0 0
}
.footer_nav_link a {
	-webkit-transition: .5s;
	transition: .5s
}
.footer_nav_link a:hover {
	color: #eb3e11
}
.footer_company {
	margin: 50px 0
}
.footer_company_list_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.footer_company_list_item+.footer_company_list_item {
	margin: 20px 0 0 0
}
.footer_company_list_item img {
	mix-blend-mode: multiply
}
.footer_copyright {
	font-size: 1.1rem;
	text-align: center
}
.contact {
	text-align: center
}
.contact_wrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1500px;
	margin: 0 20px;
	border-bottom: 1px solid #333
}
.contact_title {
	margin: 0 0 10px 0
}
.contact_title_eng {
	margin: 0 0 10px 0;
	font-weight: 900;
	font-size: 5rem;
	font-family: "Roboto"
}
.contact_title_eng img {
	width: 60%;
	min-width: 228px;
	margin: 0 auto
}
.contact_title_jp {
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: .2em
}
.contact_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px 0 50px 0
}
.returnTop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 999;
	position: fixed;
	right: -40px;
	bottom: 110px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate(100px, 0) rotate(90deg);
	transform: translate(100px, 0) rotate(90deg);
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s
}
.returnTop.is-active {
	-webkit-transform: translate(0, 0) rotate(90deg);
	transform: translate(0, 0) rotate(90deg)
}
.returnTop.is-active:hover {
	-webkit-transform: translate(0, -15px) rotate(90deg);
	transform: translate(0, -15px) rotate(90deg)
}
.returnTop_arrow {
	margin: 0 5px 7px 0
}
.returnTop span {
	display: block;
	font-size: 1.1rem
}
.cookie {
	z-index: 9999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #333;
	-webkit-transition: .8s cubic-bezier(0.33, 1, 0.68, 1);
	transition: .8s cubic-bezier(0.33, 1, 0.68, 1)
}
.cookie.is-show {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.cookie.is-hidden {
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%)
}
.cookie_contents {
	padding: 20px 15px
}
.cookie_text {
	margin: 0 0 1.5em 0;
	color: #fff;
	font-size: 1.2rem
}
.cookie_text a {
	text-decoration: underline
}
.cookie_button {
	min-width: 300px;
	max-width: 500px;
	margin: 0 auto;
	padding: 15px 5px;
	background: #fff;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s
}
.cookie_button:hover {
	background: #eb3e11;
	color: #fff
}
.bread {
	margin: 80px 0 30px 0
}
.bread_wrap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px
}
.bread_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.bread_list_item {
	font-size: 1.1rem
}
.bread_list_item+.bread_list_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0 10px
}
.bread_list_item+.bread_list_item:before {
	margin: 0 10px 0 0;
	content: ">";
	font-weight: 700
}
.bread_list_item svg {
	width: 15px;
	-webkit-transition: .5s;
	transition: .5s
}
.bread_list_item a {
	-webkit-transition: .5s;
	transition: .5s
}
.bread_list_item a:hover {
	color: #eb3e11
}
.bread_list_item a:hover svg {
	fill: #eb3e11
}
.bread_list_item.is-current a {
	color: #b5b5b5
}
.bread_update {
	margin: 10px;
	float: right;
	font-size: 1.3rem
}
.title {
	margin: 0 0 40px 0;
	text-align: center
}
.title_wrap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px
}
.title_element {
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 0 2px;
	font-weight: 900;
	font-size: 2.2rem;
	letter-spacing: .1em
}
.title_element>* {
	z-index: 2;
	position: relative
}
.title_element>*:before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	content: "";
	-webkit-animation: scaleToRight .8s ease-out forwards .5s;
	animation: scaleToRight .8s ease-out forwards .5s
}
.title_lead p .text {
	z-index: 2;
	position: relative;
	padding: 0 2px;
	font-size: 13px
}
.title_lead p .text:before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	content: "";
	-webkit-animation: scaleToRight .8s ease-out forwards .5s;
	animation: scaleToRight .8s ease-out forwards .5s
}
.title_lead p .text:before {
	width: calc(100% + 6px)
}
.title_img {
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.title_img.is-corporate {
	background-image: url(../images/title_img_corporate.jpg);
	background-position: center
}
.title_img.is-business {
	background-image: url(../images/title_img_business_sp.jpg);
	background-position: center
}
.title_img.is-sustainable {
	background-image: url(../images/title_img_sustainable.jpg);
	background-position: right
}
.squareHeading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.8rem
}
.squareHeading:before {
	width: 25px;
	height: 4px;
	margin: 0 10px 0 0;
	border: 1px solid #eb3e11;
	content: ""
}
.arrowHeading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.8rem
}
.arrowHeading:before {
	width: 12px;
	height: 18px;
	margin: 0 10px 0 0;
	background: url(../images/icon_arrowHeading.svg);
	background-size: 100%;
	content: ""
}
.quotHeading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.8rem
}
.quotHeading:before {
	width: 15px;
	height: 12px;
	margin: 0 10px 0 0;
	-webkit-transform: translate(0px, -8px);
	transform: translate(0px, -8px);
	background: url(../images/icon_quotHeading.svg);
	background-size: 100%;
	background-repeat: none;
	content: ""
}
.flagHeading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #eb3e11;
	font-weight: 700;
	font-size: 1.8rem
}
.flagHeading:before {
	width: 12px;
	height: 12px;
	margin: 0 10px 0 0;
	border-radius: 100%;
	background: repeating-linear-gradient(135deg, #EB3E11 0%, #F1950C 100%);
	content: ""
}
.numHeading_list {
	counter-reset: number 0
}
.numHeading_lead {
	color: #eb3e11;
	font-weight: 700;
	font-size: 1.5rem
}
.numHeading_num {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	color: #eb3e11;
	font-weight: 900;
	font-size: 2.8rem;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	letter-spacing: 0
}
.numHeading_num:before {
	content: counter(number, decimal-leading-zero);
	counter-increment: number 1
}
.numHeading_num:after {
	width: 1px;
	height: 30px;
	margin: 0 8px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	background: #eb3e11;
	content: ""
}
.numHeading_text {
	font-weight: 700;
	font-size: 1.6rem
}
.underLineHeading {
	position: relative;
	padding: 0 0 5px 0;
	font-weight: 700;
	font-size: 1.6rem
}
.underLineHeading:before, .underLineHeading:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: ""
}
.underLineHeading:before {
	background: #b5b5b5
}
.underLineHeading:after {
	z-index: 2;
	max-width: 75px;
	background: #eb3e11
}
.thumbList.thumbTwocolumn {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr)
}
.thumbList.thumbTwocolumn+.thumbList.thumbTwocolumn {
	margin: 40px 0 0 0
}
.thumbList_item+.thumbList_item {
	margin: 30px 0 0 0
}
.thumbList_img {
	width: 100%;
	margin: 0 0 10px 0;
	overflow: hidden
}
.thumbList_img img {
	width: 100%;
	-webkit-transition: .5s;
	transition: .5s
}
.thumbList_img:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.thumbList_title {
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: .1em;
	text-align: center
}
.thumbList_text {
	margin: 10px 0 0 0;
	text-align: center
}
.thumbList_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px 0 0 0
}
.thumbList_box.button {
	display: block;
	width: 100%;
	height: auto;
	min-height: none;
	padding: 15px;
	text-align: center
}
.thumbList_textArea {
	margin: 15px 0 0 0;
	padding: 0 15px;
	font-weight: 500
}
.thumbList_textArea p {
	text-align: left
}
.thumbList_has-sub {
	position: relative
}
.thumbList_has-sub:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.thumbList_has-sub:before, .thumbList_has-sub:after {
	position: absolute;
	top: 30%;
	right: 90px;
	width: 2px;
	height: 1em;
	background-color: #333;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s
}
.thumbList_has-sub.is-trans:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.thumbList_sub {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	z-index: 3;
	position: absolute;
	top: 2em;
	left: 0;
	width: 100%;
	border: 2px solid #dedede;
	border-radius: 0 0 5px 5px;
	background-color: #f5f5f5;
	opacity: .9
}
.thumbList_sub_item {
	padding: 15px
}
.tab {
	margin: 0 0 20px 0
}
.tab_select {
	position: relative;
	width: 100%;
	margin-bottom: 15px
}
.tab_select:before {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 6px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../images/icon_arrow.svg);
	content: ""
}
.tab_select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	appearance: none;
	width: 100%;
	padding: 10px 15px;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: #e6e6e6;
	color: #7b7b7b;
	font-size: 1.5rem;
	cursor: pointer
}
.tab_list {
	display: none
}
.tab_list_item.is-active>* {
	border: 1px solid #eb3e11;
	background: #eb3e11;
	color: #fff;
	cursor: auto
}
.tab_list_item.is-active>*:hover {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	background: #eb3e11;
	-webkit-box-shadow: none;
	box-shadow: none
}
.tab_anchorLink {
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	row-gap: 15px
}
.tab_anchorLink.item_3 {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr
}
.tab_anchorLink_item {
	font-size: 1.4rem
}
.tab_anchorLink_item>* {
	display: block;
	padding: 5px 0;
	border: 1px solid #333;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s
}
.tab_anchorLink_item>*:hover {
	-webkit-transform: translate(0, -10%);
	transform: translate(0, -10%);
	background: #333;
	-webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .25);
	box-shadow: 0 7px 7px rgba(0, 0, 0, .25);
	color: #fff
}
.sideNav {
	margin: 0 0 40px 0
}
.sideNav_layout_center {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto
}
.sideNav_select {
	position: relative;
	width: 100%;
	margin-bottom: 15px
}
.sideNav_select:before {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 6px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../images/icon_arrow.svg);
	content: ""
}
.sideNav_select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	appearance: none;
	width: 100%;
	padding: 10px 15px;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: #e6e6e6;
	color: #7b7b7b;
	font-size: 1.5rem;
	cursor: pointer
}
.sideNav_nav {
	display: none
}
.sideNav_list_item input[type=radio] {
	display: none
}
.sideNav_list_item input[type=radio]:checked+label:before {
	border: 1px solid #eb3e11;
	background: #eb3e11
}
.sideNav_list_item label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.5rem;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s
}
.sideNav_list_item label:before {
	width: 20px;
	height: 20px;
	margin: 0 15px 0 0;
	border: 1px solid #333;
	border-radius: 100%;
	content: "";
	-webkit-transition: .5s;
	transition: .5s
}
.sideNav_list_item label:hover {
	color: #eb3e11
}
.sideNav_list_item label:hover:before {
	background: #ffeed5
}
.modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}
.modal.is-show {
	opacity: 1;
	pointer-events: auto
}
.modal_contents {
	z-index: 2;
	position: relative;
	width: 88%;
	max-width: 1000px;
	max-height: 90%;
	padding: 20px 15px;
	overflow-y: auto;
	background: #fff;
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, .25);
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .25)
}
.modal_heading {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center
}
.modal_box+.modal_box {
	margin: 28px 0 0 0
}
.modal_box+.modal_box+.modal_box {
	margin: 28px 0 50px 0
}
.modal_blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-webkit-filter: blur(0.5);
	filter: blur(0.5);
	opacity: .2
}
.is-modalShow {
	position: fixed;
	width: 100%
}
.innerNav {
	display: none;
	height: auto;
	background: #fff
}
.innerNav_box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 30px;
	border-top: solid 1px #dedede;
	border-bottom: solid 1px #dedede
}
.innerNav_list {
	margin: 0 auto;
	text-align: center
}
.innerNav_list dd {
	display: inline-block;
	padding: 3px 30px;
	font-size: 1.4rem;
	line-height: 1.6em;
	letter-spacing: normal
}
.innerNav_link {
	-webkit-transition: color .5s;
	transition: color .5s
}
.innerNav_link:hover {
	color: #eb3e11
}
.innerNav_link.active {
	color: #eb3e11
}
.innerNav_has-sub {
	position: relative;
	position: relative
}
.innerNav_has-sub:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.innerNav_has-sub:before, .innerNav_has-sub:after {
	position: absolute;
	top: 28%;
	right: 12px;
	width: 2px;
	height: 1em;
	background-color: #333;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s
}
.innerNav_has-sub:hover:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.innerNav_sub {
	display: none;
	z-index: 999;
	position: absolute;
	margin-top: 13px;
	border-right: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	border-left: solid 1px #dedede;
	background-color: #fff
}
.innerNav_sub_item {
	min-width: 220px;
	padding: 5px 30px 5px 15px
}
.innerNav_sub_iconLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.innerNav_sub_iconLink .text {
	margin: 0 0 0 10px;
	font-size: 1.3rem
}
.is-hover .innerNav_sub_iconLink .text {
	color: #eb3e11
}
.is-hover .innerNav_sub_iconLink .text:before, .is-hover .innerNav_sub_iconLink .text:after {
	background: #eb3e11
}
.is-hover .innerNav_sub_iconLink .text:before {
	-webkit-animation: before .7s forwards;
	animation: before .7s forwards
}
.is-hover .innerNav_sub_iconLink .text:after {
	-webkit-animation: after .7s forwards .5s;
	animation: after .7s forwards .5s
}
.topInfo {
	padding: 50px 0
}
.topInfo_wrap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px
}
.topInfo_price_item+.topInfo_price_item {
	margin: 30px 0 0 0
}
.topInfo_price_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 15px 0;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: .1em
}
.topInfo_price_title:before {
	width: 30px;
	height: 30px;
	margin: 0 20px 0 0;
	border-radius: 100%;
	background: url(../images/icon_chart.svg);
	background-size: 100%;
	content: ""
}
.topInfo_price_table {
	border-top: 1px solid #b5b5b5;
	background: #fff
}
.topInfo_price_table tr {
	border-bottom: 1px solid #b5b5b5
}
.topInfo_price_table th, .topInfo_price_table td {
	padding: 12px 5px;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle
}
.topInfo_price_table th {
	font-weight: 700
}
.topInfo_price_link {
	margin: 10px 0 0 0;
	text-align: right
}
.topInfo_price_link span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #eb3e11
}
.topInfo_price_link svg {
	margin: 0 10px 0 0
}
.topInfo_list {
	margin: 30px 0 0 0
}
.topInfo_list_item {
	position: relative
}
.topInfo_list_item+.topInfo_list_item {
	margin: 20px 0 0 0
}
.topInfo_list a {
	display: block;
	padding: 10px;
	background: #fff;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s
}
.topInfo_list a:hover {
	-webkit-transform: translate(0, -8%);
	transform: translate(0, -8%);
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 10px 10px rgba(0, 0, 0, .15)
}
.topInfo_list_text {
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	-webkit-transition: color .5s;
	transition: color .5s
}
.topInfo_list_text.icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.topInfo_list_text.icon:before {
	margin: 0 0 7px 0;
	background-size: 100%;
	content: ""
}
.topInfo_list_text.icon.caution:before {
	width: 38px;
	height: 33px;
	padding-right: 22px;
	background: url(../images/icon_caution.svg);
	background-repeat: no-repeat
}
.topInfo_list_text.icon.file:before {
	width: 26px;
	height: 31px;
	padding-right: 22px;
	background: url(../images/icon_file.svg);
	background-repeat: no-repeat
}
.is-hover .topInfo_list_text {
	color: #eb3e11
}
.topInfo_list_arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.topInfo_caution {
	margin: 30px 0 0 0;
	padding: 20px;
	background: #fff
}
.topInfo_caution .topInfo_list_item {
	display: table;
	margin: 0 auto
}
.topInfo_caution .topInfo_list_item+.topInfo_list_item {
	margin: 20px auto 0 auto
}
.topFuture {
	padding: 30px 0
}
.topFuture_title {
	margin: 0 0 30px 0;
	font-weight: 900;
	font-size: 2rem;
	text-align: center
}
.topFuture_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 30px 0
}
.topFuture_slider_list_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.topFuture_slider_list_img {
	margin: 0 0 10px 0;
	overflow: hidden
}
.topFuture_slider_list_img img {
	width: 100%;
	max-width: 480px;
	height: 140px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .5s;
	transition: .5s
}
.topFuture_slider_list_img:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.topFuture_slider_list_date {
	font-size: 1.1rem
}
.topFuture_slider_list_date span {
	background: #fff
}
.topFuture_slider_list_text {
	max-width: 480px;
	margin: 0 0 15px 0;
	font-weight: 700
}
.topFuture_slider_list_text span {
	background: #fff
}
.topNews {
	padding: 50px 0
}
.topNews_wrap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px
}
.topNews_title {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 0 30px 0;
	text-align: center
}
.topNews_title_eng {
	margin: 0 0 10px 0;
	font-weight: 900;
	font-size: 3.1rem;
	font-family: "Roboto";
	letter-spacing: .1em
}
.topNews_title_jp {
	margin: 0 0 30px 0;
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: .2em
}
.topNews_link {
	display: block;
	margin: 25px 0 15px 0;
	float: right
}
.topAbout {
	position: relative;
	padding: 30px 0
}
.topAbout_wrap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 2;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px
}
.topAbout_contents {
	position: relative;
	margin: 0 0 60px 0
}
.topAbout_title {
	display: inline-block;
	margin: 0 0 20px 0
}
.topAbout_title_eng {
	margin: 0 0 10px 0;
	font-weight: 900;
	font-size: 3.8rem;
	font-family: "Roboto";
	letter-spacing: .07em
}
.topAbout_title_jp {
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: .2em
}
.topAbout_text {
	margin: 0 0 25px 0
}
.topAbout_link {
	display: inline-block
}
.topAbout_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 90%;
	margin: 0 auto
}
.topAbout_img02 {
	margin: 33% 0 0 -30px
}
.topAbout_bg {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 100%
}
.topAbout_bg01, .topAbout_bg02 {
	position: absolute;
	background: #fff
}
.topAbout_bg01 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.topAbout_bg02 {
	right: 0;
	bottom: -69px;
	width: 60%;
	max-width: 515px;
	height: 71px
}
.topBussiness {
	position: relative;
	padding: 30px 0
}
.topBussiness_wrap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 2;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px
}
.topBussiness_contents {
	position: relative;
	margin: 0 0 60px 0
}
.topBussiness_title {
	display: inline-block;
	margin: 0 0 20px 0
}
.topBussiness_title_eng {
	margin: 0 0 10px 0;
	font-weight: 900;
	font-size: 3.8rem;
	font-family: "Roboto";
	letter-spacing: .07em
}
.topBussiness_title_jp {
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: .2em;
	text-align: left
}
.topBussiness_text {
	margin: 0 0 25px 0
}
.topBussiness_link {
	text-align: left
}
.topBussiness_link a {
	display: inline-block
}
.topBussiness_bg {
	position: absolute;
	top: 30px;
	right: 0;
	width: 100%;
	height: 100%
}
.topBussiness_bg01, .topBussiness_bg02 {
	position: absolute;
	background: #fff
}
.topBussiness_bg01 {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%
}
.topBussiness_bg02 {
	bottom: -199px;
	left: 0;
	width: 55%;
	height: 201px
}
.topBussiness_slider_list_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.topBussiness_slider_list_img {
	margin: 0 0 15px 0;
	overflow: hidden
}
.topBussiness_slider_list_img img {
	-webkit-transition: .5s;
	transition: .5s
}
.topBussiness_slider_list_img:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.topBussiness_slider .swiper-slide {
	transition-property: transform, -webkit-transform, clip-path
}
.topBussiness_up {
	margin-bottom: 25px
}
.topSus {
	position: relative;
	padding: 30px 0
}
.topSus_wrap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 2;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px
}
.topSus_contents {
	z-index: 2;
	position: relative
}
.topSus_title {
	display: inline-block;
	margin: 0 0 20px 0
}
.topSus_title_eng {
	margin: 0 0 10px 0;
	font-weight: 900;
	font-size: 3.6rem;
	font-family: "Roboto";
	letter-spacing: .07em
}
.topSus_title_jp {
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: .2em
}
.topSus_text {
	margin: 0 0 25px 0
}
.topSus_link {
	display: inline-block
}
.topSus_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 215px;
	overflow: hidden
}
.topSus_img01 {
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%
}
.topSus_img01 img {
	width: 100%
}
.topSus_bg {
	position: absolute;
	top: 30px;
	right: 0;
	width: 100%;
	height: 100%
}
.topSus_bg01, .topSus_bg02 {
	position: absolute;
	background: #fff
}
.topSus_bg01 {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%
}
.topSus_bg02 {
	bottom: -40px;
	left: 0;
	width: 45%;
	max-width: 750px;
	height: 41px
}
.topRecruit {
	position: relative;
	padding: 30px 0
}
.topRecruit_wrap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 2;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px
}
.topRecruit_contents {
	z-index: 2;
	position: relative
}
.topRecruit_title {
	display: inline-block;
	margin: 0 0 20px 0
}
.topRecruit_title_eng {
	margin: 0 0 10px 0;
	font-weight: 900;
	font-size: 3.8rem;
	font-family: "Roboto";
	letter-spacing: .07em
}
.topRecruit_title_jp {
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: .2em;
	text-align: left
}
.topRecruit_text {
	margin: 0 0 25px 0
}
.topRecruit_link {
	text-align: left
}
.topRecruit_link a {
	display: inline-block
}
.topRecruit_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 215px;
	overflow: hidden
}
.topRecruit_img01 {
	position: absolute;
	left: 0;
	width: 100%
}
.topRecruit_img01 img {
	width: 100%
}
.topRecruit_bg {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 100%
}
.topRecruit_bg01, .topRecruit_bg02 {
	position: absolute;
	background: #fff
}
.topRecruit_bg01 {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%
}
.topRecruit_bg02 {
	right: 0;
	bottom: -40px;
	width: 48%;
	max-width: 800px;
	height: 41px
}
.topMV {
	padding: 20px 0;
	background: #fff
}
.topMV_wrap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 70px 0 40px 0;
	padding: 0
}
.topMV_header {
	margin: 0 0 5% 0;
	/* -webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-name: fadeInAnime;
	animation-name: fadeInAnime */
}
.topMV_header img {
	width: 100%;
	height: auto
}
.topMV_header img.topMV_header_img_en {
	width: 100%;
	height: auto;
	margin: 0 auto
}
.topMV_header_text {
	width: 70%;
	margin: 0 auto
}
.topMV_header_text_en {
	width: 90%
}
.topMV_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}
.topMV_img img {
	width: 100%;
	height: auto
}
.topMV_img_text {
	width: 20%
}
.topMV_img_text_01 {
	margin: 0 0 0 -0.3%;
	/* -webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: fadeInAnime;
	animation-name: fadeInAnime;
	opacity: 0 */
}
.topMV_img_text_02 {
	margin: 0 0 0 -3.3%;
	/* -webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-delay: 3.6s;
	animation-delay: 3.6s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: fadeInAnime;
	animation-name: fadeInAnime;
	opacity: 0 */
}
.topMV_img_text_03 {
	z-index: 99;
	margin: 0 0 0 -1%;
	/* -o-object-fit: contain;
	object-fit: contain;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-name: fadeInAnime;
	animation-name: fadeInAnime */
}
.topMV_img_text_04 {
	margin: 0 0 0 -2.5%;
	/* -webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-delay: 4.2s;
	animation-delay: 4.2s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: fadeInAnime;
	animation-name: fadeInAnime;
	opacity: 0 */
}
.topMV_img_text_05 {
	margin: 0 0 0 -2.5%;
	/* -webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-delay: 4.8s;
	animation-delay: 4.8s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: fadeInAnime;
	animation-name: fadeInAnime;
	opacity: 0 */
}
@-webkit-keyframes fadeInAnime {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fadeInAnime {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes fadeUpAnime {
	from {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}
@keyframes fadeUpAnime {
	from {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}
.section {
	padding: 40px 0;
	background: #fff
}
.section+.section:nth-of-type(even) {
	background: #f5f5f5
}
.section_wrap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px
}
.section_contents+.section_contents {
	margin: 40px 0 0 0
}
.section_contents_heading {
	margin: 0 0 20px 0
}
.section_contents strong {
	color: #eb3e11;
	font-weight: 700
}
.section_contents .large {
	font-size: 1.4em
}
.section_contents .larger {
	font-size: 2.2em
}
.section_contents p+p {
	margin: 20px 0 0 0
}
.section_box+.section_box {
	margin: 30px 0 0 0
}
.section_box_heading {
	margin: 0 0 20px 0
}
.section_box_item+.section_box_item {
	margin: 20px 0 0 0
}
.section_box_unit+.section_box_unit {
	margin: 15px 0 0 0
}
.section_box_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 13px
}
.section_box.is-borderBottom {
	padding: 0 0 30px 0;
	border-bottom: 1px solid #b5b5b5
}
.section_return {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 40px 0 0 0
}
.borderBox {
	padding: 15px 10px;
	border: 1px solid #b5b5b5
}
.borderBox.is-fill {
	border: none;
	background: #f5f5f5
}
.borderBox.is-fill.is-whiteBG {
	background: #fff
}
.borderBox.is-orange {
	border-color: #eb3e11
}
.borderBox_item+.borderBox_item {
	margin: 12px 0 0 0
}
.borderBox_heading {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 15px 0;
	font-weight: 700;
	font-size: 1.5rem
}
.borderBox strong {
	font-size: 1.5rem
}
.imgCenter {
	margin: 0 auto !important
}
.soshikiImg {
	width: 100%;
	max-width: 776px
}
.twoColumn_item.signature {
	font-size: 1.2rem;
	text-align: right
}
.twoColumn_item_table {
	display: table
}
.twoColumn_item_table_cell {
	display: table-cell;
	vertical-align: middle
}
.twoColumn_align_bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.twoColumn_leftbig_item_left {
	margin-top: 20px
}
.twoColumn_leftbig_item_right {
	margin-top: 20px
}
.twoColumn_leftbig_item_left02 {
	margin-top: 20px
}
.twoColumn_leftbig_item_right02 {
	margin-top: 20px
}
.twoColumn_rightbig_item_right {
	margin-top: 20px
}
.twoColumn_rightbig_item_left {
	margin-top: 20px
}
.dlname+.twoColumn {
	margin: 20px 0 0 0
}
.threeColumn_near .button {
	width: 300px;
	height: 46px
}
.threeColumn_near_item {
	max-width: none
}
.threeColumn_near_item+.threeColumn_near_item {
	margin: 20px 0 0 0
}
.is-center .threeColumn_near_item {
	width: auto;
	max-width: none
}
.threeColumn_near_item.is-border {
	padding: 20px;
	border: 1px solid #b5b5b5
}
.threeColumn_near_item.is-border .text {
	text-align: left
}
.threeColumn_near_item_heading {
	margin: 0 0 15px 0
}
.threeColumn_near_item .caption {
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center
}
.threeColumn_near_item .text {
	margin: 20px 0 0 0;
	font-size: 1.3rem;
	text-align: center
}
.threeColumn_near_item.noneItem {
	margin: 0
}
.threeColumn_near img {
	margin: 0 auto
}
.threeColumn_near img.img-center {
	margin: 0 auto
}
.threeColumn_near.is-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
p+.fourColumn {
	margin: 20px 0 0 0
}
.twoColumn_item+.twoColumn_item, .twoColumn_item+.threeColumn_item, .twoColumn_item+.fourColumn_item, .threeColumn_item+.twoColumn_item, .threeColumn_item+.threeColumn_item, .threeColumn_item+.fourColumn_item, .fourColumn_item+.twoColumn_item, .fourColumn_item+.threeColumn_item, .fourColumn_item+.fourColumn_item {
	margin: 20px 0 0 0
}
.twoColumn_item_message+.twoColumn_item_message, .twoColumn_item_message+.threeColumn_item_message, .twoColumn_item_message+.fourColumn_item_message, .threeColumn_item_message+.twoColumn_item_message, .threeColumn_item_message+.threeColumn_item_message, .threeColumn_item_message+.fourColumn_item_message, .fourColumn_item_message+.twoColumn_item_message, .fourColumn_item_message+.threeColumn_item_message, .fourColumn_item_message+.fourColumn_item_message {
	margin: 40px 0 0 0
}
.is-center .twoColumn_item, .is-center .threeColumn_item, .is-center .fourColumn_item {
	width: auto;
	max-width: none
}
.twoColumn_item.is-border, .threeColumn_item.is-border, .fourColumn_item.is-border {
	padding: 20px;
	border: 1px solid #b5b5b5
}
.twoColumn_item.is-border .text, .threeColumn_item.is-border .text, .fourColumn_item.is-border .text {
	text-align: left
}
.twoColumn_item_heading, .threeColumn_item_heading, .fourColumn_item_heading {
	margin: 0 0 15px 0
}
.twoColumn_item .caption, .threeColumn_item .caption, .fourColumn_item .caption {
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center
}
.twoColumn_item .caption-center, .threeColumn_item .caption-center, .fourColumn_item .caption-center {
	text-align: center !important
}
.twoColumn_item .text, .threeColumn_item .text, .fourColumn_item .text {
	margin: 20px 0 0 0;
	font-size: 1.3rem;
	text-align: center
}
.twoColumn_item.noneItem, .threeColumn_item.noneItem, .fourColumn_item.noneItem {
	margin: 0
}
.twoColumn img, .threeColumn img, .fourColumn img {
	margin: 0 auto
}
.twoColumn img.img-center, .threeColumn img.img-center, .fourColumn img.img-center {
	margin: 0 auto
}
.twoColumn.is-center, .threeColumn.is-center, .fourColumn.is-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.news {
	width: 100%;
	border-top: 1px solid #333
}
.news.news_top {
	border-top: none
}
.news_top_select {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 15px
}
.news_top_select:before {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 6px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../images/icon_arrow.svg);
	content: ""
}
.news_top_select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	appearance: none;
	width: 100%;
	padding: 10px 15px;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: #e6e6e6;
	color: #7b7b7b;
	cursor: pointer
}
.news_top_nav {
	display: none
}
.news_top_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 10px
}
.news_top_list_item {
	margin-right: 20px
}
.news_top_list_item:last-child {
	margin-right: 0
}
.news_top_list_item input[type=radio] {
	display: none
}
.news_top_list_item input[type=radio]:checked+label:before {
	border: 1px solid #eb3e11;
	background: #eb3e11
}
.news_top_list label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.3rem;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s
}
.news_top_list label:before {
	width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
	border: 1px solid #333;
	border-radius: 100%;
	content: "";
	-webkit-transition: .5s;
	transition: .5s
}
.news_top_list label:hover {
	color: #eb3e11
}
.news_top_list label:hover:before {
	background: #ffeed5
}
.news_list {
	background: #fff
}
.news_list_item {
	border-bottom: 1px solid #333;
	-webkit-transition: .5s;
	transition: .5s
}
.news_list_item:hover {
	background: #f5f5f5
}
.news_list_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 70px;
	padding: 12px 10px
}
.news_list_contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.news_list_box {
	margin: 0 1rem 0 0
}
.topNews .news_list_box {
	display: block
}
.news_list_date {
	margin: 0 10px 0 0;
	font-weight: 700;
	font-family: "Roboto";
	text-align: center
}
.news_list_date_year {
	margin: 0 0 -4px 0;
	font-size: 1.1rem
}
.news_list_date_md {
	font-size: 2rem
}
.news_list_tag {
	display: inline-block;
	min-width: 108px;
	min-height: 21px;
	margin: 0 0 5px 0;
	padding: 4px 10px;
	background: #b5b5b5;
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	text-align: center
}
.topNews .news_list_tag {
	margin: 0 0 5px 0
}
.news_list_text {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 1.3rem
}
.news_list_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.news_list_icon .icon_pdf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1rem
}
.news_list_icon .icon_pdf:before {
	width: 20px;
	height: 24px;
	background: url(../images/icon_pdf.svg);
	background-size: 100%;
	content: ""
}
.news_pageData {
	margin: 0 0 20px 0
}
.news_pageData_wrap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px
}
.news_pageData .date {
	margin: 0 15px 0 0
}
.news_pageData .tag {
	display: inline-block;
	padding: 4px 10px;
	background: #b5b5b5;
	color: #fff;
	font-weight: 700;
	font-size: 1rem
}
.form_table tr {
	display: block;
	position: relative;
	padding: 25px 0
}
.form_table tr:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #b5b5b5;
	content: ""
}
.form_table tr:last-of-type:before {
	visibility: hidden
}
.form_table th, .form_table td {
	display: block
}
.form_table th {
	margin: 0 0 10px 0;
	text-align: left
}
.form_table td input, .form_table td textarea, .form_table td select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #b5b5b5;
	background: #f5f5f5;
	color: #333;
	font-family: "Noto Sans JP", sans-serif
}
.form_table td input::-webkit-input-placeholder, .form_table td textarea::-webkit-input-placeholder, .form_table td select::-webkit-input-placeholder {
	color: #b5b5b5
}
.form_table td input::-moz-placeholder, .form_table td textarea::-moz-placeholder, .form_table td select::-moz-placeholder {
	color: #b5b5b5
}
.form_table td input:-ms-input-placeholder, .form_table td textarea:-ms-input-placeholder, .form_table td select:-ms-input-placeholder {
	color: #b5b5b5
}
.form_table td input::-ms-input-placeholder, .form_table td textarea::-ms-input-placeholder, .form_table td select::-ms-input-placeholder {
	color: #b5b5b5
}
.form_table td input::placeholder, .form_table td textarea::placeholder, .form_table td select::placeholder {
	color: #b5b5b5
}
.form_table td input:focus, .form_table td textarea:focus, .form_table td select:focus {
	border: 1px solid #333
}
.form_table td input+input {
	margin: 10px 0 0 0
}
.form_table td textarea {
	height: 200px;
	resize: vertical
}
.form_table td.lang_select label {
	display: table
}
.form_table td.lang_select label:nth-child(2) {
	margin: 10px 0 0 0
}
.form input[type=radio] {
	display: none
}
.form input[type=radio]+label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s
}
.form input[type=radio]+label:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	border-radius: 100%;
	background: #dedede;
	content: "";
	color: #eb3e11;
	font-size: 1.6rem
}
.form input[type=radio]+label:hover {
	color: #eb3e11
}
.form input[type=radio]:checked+label:before {
	content: "●"
}
.form_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.form_send_box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.required {
	display: inline-block;
	margin: 0 5px;
	padding: 0 8px;
	border: 1px solid #eb3e11;
	color: #eb3e11;
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 17px
}
.searchForm_word {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px 0
}
.searchForm_select {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin: 0 0 20px 0
}
.searchForm_select_item+.searchForm_select_item {
	margin: 0 0 0 10px
}
.searchForm_select_item p {
	margin: 0 10px 0 0
}
.searchForm input[type=text], .searchForm select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #b5b5b5;
	background: #f5f5f5;
	color: #333;
	font-family: "Noto Sans JP", sans-serif
}
.searchForm input[type=text]::-webkit-input-placeholder, .searchForm select::-webkit-input-placeholder {
	color: #b5b5b5
}
.searchForm input[type=text]::-moz-placeholder, .searchForm select::-moz-placeholder {
	color: #b5b5b5
}
.searchForm input[type=text]:-ms-input-placeholder, .searchForm select:-ms-input-placeholder {
	color: #b5b5b5
}
.searchForm input[type=text]::-ms-input-placeholder, .searchForm select::-ms-input-placeholder {
	color: #b5b5b5
}
.searchForm input[type=text]::placeholder, .searchForm select::placeholder {
	color: #b5b5b5
}
.searchForm input[type=text]:focus, .searchForm select:focus {
	border: 1px solid #333
}
.searchForm input[type=submit] {
	width: auto;
	margin: 0 0 0 10px;
	padding: 10px 20px;
	border: none;
	background: #333;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s
}
.searchForm input[type=submit]:hover {
	background: #eb3e11;
	cursor: pointer
}
.searchForm select {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: auto;
	max-width: 300px
}
.namazu-result-header {
	padding: 30px 0
}
.namazu-result-footer {
	padding: 30px 0 0 0
}
.chart_container {
	position: relative;
	width: 100%;
	min-width: 360px;
	min-height: 320px;
	overflow: hidden
}
.chart_container canvas {
	min-width: 360px;
	min-height: 320px
}
.sitemap_list_item+.sitemap_list_item {
	margin: 30px 0 0 0
}
.sitemap_list_heading {
	display: inline-block;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: .1em;
	-webkit-transition: .5s;
	transition: .5s
}
.sitemap_list_heading:before, .sitemap_list_heading:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333;
	content: "";
	-webkit-transition: background .5s;
	transition: background .5s
}
.sitemap_list_heading:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: right;
	transform-origin: right
}
.sitemap_list_heading:after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left
}
.sitemap_list_heading:hover {
	color: #eb3e11
}
.sitemap_list_heading:hover:before, .sitemap_list_heading:hover:after {
	background: #eb3e11
}
.sitemap_list_heading:hover:before {
	-webkit-animation: before .7s forwards;
	animation: before .7s forwards
}
.sitemap_list_heading:hover:after {
	-webkit-animation: after .7s forwards .5s;
	animation: after .7s forwards .5s
}
.sitemap_list_heading_noneLink {
	display: inline-block;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: .1em;
	-webkit-transition: .5s;
	transition: .5s
}
.sitemap_nav_list_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.3rem
}
.sitemap_nav_list_item+.sitemap_nav_list_item {
	margin: 10px 0 0 0
}
.sitemap_nav_list_item:before {
	width: 6px;
	height: 6px;
	margin: 0 8px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #eb3e11;
	border-right: 2px solid #eb3e11;
	content: ""
}
.sitemap_nav_list_item_sub {
	padding-left: 1em;
	font-size: 1.2rem
}
.sitemap_nav_list_item_sub:before {
	width: 4px;
	height: 4px;
	margin: 0 7px 0 0
}
.sitemap_nav_list_item_bottom {
	padding-left: 2em;
	font-size: 1.2rem
}
.sitemap_nav_list_item_bottom:before {
	width: 3px;
	height: 3px;
	margin: 0 6px 0 0
}
.sitemap_nav_list a {
	-webkit-transition: .5s;
	transition: .5s
}
.sitemap_nav_list a:hover {
	color: #eb3e11
}
.roll_alt {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: top
}
.roll_alt:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	content: attr(alt);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}
.roll_alt .roll_text {
	display: block;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}
.commonLink {
	display: inline-block;
	position: relative;
	padding: 0 0 3px 0;
	font-weight: 700;
	font-size: 1.4rem;
	-webkit-transition: color .5s;
	transition: color .5s
}
.commonLink:before, .commonLink:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333;
	content: "";
	-webkit-transition: background .5s;
	transition: background .5s
}
.commonLink:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: right;
	transform-origin: right
}
.commonLink:after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left
}
.commonLink:hover {
	color: #eb3e11
}
.commonLink:hover:before, .commonLink:hover:after {
	background: #eb3e11
}
.commonLink:hover:before {
	-webkit-animation: before .7s forwards;
	animation: before .7s forwards
}
.commonLink:hover:after {
	-webkit-animation: after .7s forwards .5s;
	animation: after .7s forwards .5s
}
.commonLink.small {
	font-size: 1.3rem
}
@-webkit-keyframes before {
	to {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}
}
@keyframes before {
	to {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}
}
@-webkit-keyframes after {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@keyframes after {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
.iconLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.iconLink .icon {
	fill: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	overflow: hidden;
	border-radius: 100%;
	background: #eb3e11;
	font-weight: 700;
	-webkit-transition: .5s;
	transition: .5s
}
.iconLink .icon svg {
	position: relative
}
.iconLink .icon.arrow svg {
	width: 6px
}
.iconLink .icon.return svg, .iconLink .icon.phone svg {
	width: 8px
}
.iconLink .text {
	position: relative;
	margin: 0 0 0 10px;
	font-weight: 600;
	font-size: 1.3rem
}
.iconLink .text:before, .iconLink .text:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333;
	content: "";
	-webkit-transition: background .5s;
	transition: background .5s
}
.iconLink .text:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: right;
	transform-origin: right
}
.iconLink .text:after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left
}
.is-hover .iconLink .text {
	color: #eb3e11
}
.is-hover .iconLink .text:before, .is-hover .iconLink .text:after {
	background: #eb3e11
}
.is-hover .iconLink .text:before {
	-webkit-animation: before .7s forwards;
	animation: before .7s forwards
}
.is-hover .iconLink .text:after {
	-webkit-animation: after .7s forwards .5s;
	animation: after .7s forwards .5s
}
.iconLink .text.eng {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif
}
.iconLink.small .icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 22px;
	height: 22px
}
.iconLink.small .text {
	margin: 0 0 0 10px;
	padding-top: 5px;
	font-weight: 500;
	font-size: 1.5rem
}
.iconLink.small .text:before, .iconLink.small .text:after {
	content: none
}
.iconLink.gray .icon {
	fill: #eb3e11;
	background: #f5f5f5
}
.iconLink:hover .icon, .is-hover .iconLink .icon {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.iconLink:hover .icon.arrow svg, .is-hover .iconLink .icon.arrow svg {
	-webkit-animation: arrowSlide .6s;
	animation: arrowSlide .6s
}
.iconLink:hover.gray .icon, .is-hover .iconLink.gray .icon {
	fill: #fff;
	background: #eb3e11
}
.bannerLink {
	text-align: center
}
.bannerLink_title {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 25px 0 0 0;
	background: #eb3e11;
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem
}
.is-green .bannerLink_title {
	background: #51a0aa
}
.bannerLink_title:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	background: #eb3e11;
	content: "";
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	clip-path: polygon(0 0, 50% 100%, 100% 0)
}
.is-green .bannerLink_title:before {
	background: #51a0aa
}
.bannerLink_contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 38px 15px 15px 15px;
	border: 1px solid #b5b5b5
}
.bannerLink_text {
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 1.5rem;
	-webkit-transition: color .5s;
	transition: color .5s
}
.is-hover .bannerLink_text {
	color: #eb3e11
}
.is-hover .is-green .bannerLink_text {
	color: #51a0aa
}
.bannerLink_text strong {
	color: #eb3e11
}
.is-green .bannerLink_text strong {
	color: #51a0aa
}
.textLink {
	position: relative;
	padding: 0 0 3px 0;
	font-size: 1.4rem;
	-webkit-transition: color .5s;
	transition: color .5s
}
.textLink:before, .textLink:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333;
	content: "";
	-webkit-transition: background .5s;
	transition: background .5s
}
.textLink:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: right;
	transform-origin: right
}
.textLink:after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left
}
.textLink:hover {
	color: #eb3e11
}
.textLink:hover:before, .textLink:hover:after {
	background: #eb3e11
}
.textLink:hover:before {
	-webkit-animation: before .7s forwards;
	animation: before .7s forwards
}
.textLink:hover:after {
	-webkit-animation: after .7s forwards .5s;
	animation: after .7s forwards .5s
}
.is-tablet .iconLink:hover.gray .icon, .is-tablet .is-hover .iconLink.gray .icon, .is-mobile .iconLink:hover.gray .icon, .is-mobile .is-hover .iconLink.gray .icon {
	fill: none;
	background: none
}
.button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 200px;
	height: 36px;
	font-weight: 700;
	letter-spacing: .1em;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s
}
.button.border {
	border: 1px solid #333
}
.button.border:hover {
	-webkit-transform: translate(0, -10%);
	transform: translate(0, -10%);
	background: #333;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
	box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
	color: #fff
}
.button.border.orange {
	border: 1px solid #eb3e11;
	color: #eb3e11
}
.button.border.orange:hover {
	-webkit-transform: translate(0, -10%);
	transform: translate(0, -10%);
	background: #eb3e11;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
	box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
	color: #fff
}
.button.submit {
	background: #b5b5b5;
	color: #fff;
	pointer-events: none;
	-webkit-transition: .5s;
	transition: .5s
}
.button.submit.is-active {
	background: #eb3e11;
	cursor: pointer;
	pointer-events: auto
}
.button.submit.is-active:hover {
	-webkit-transform: translate(0, -10%);
	transform: translate(0, -10%);
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
	box-shadow: 0 10px 10px rgba(0, 0, 0, .25)
}
.button.center {
	margin: 0 auto
}
.button.en_btn {
	text-align: center
}
.button.large {
	width: 260px;
	height: 44px;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: .2em
}
.button.pdf_icon:after {
	width: 25px;
	height: 30px;
	margin-left: 20px;
	background: url(../images/icon_pdf.svg);
	background-position: center;
	background-size: 25px 30px;
	background-repeat: no-repeat;
	content: ""
}
.button.pdf_icon:hover:after {
	background: url(../images/icon_pdf_wh.png);
	background-position: center;
	background-size: 25px 30px;
	background-repeat: no-repeat
}
.commonList {
	font-weight: 700
}
.commonList_item+.commonList_item {
	margin: 10px 0 0 0
}
.checkList_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #eb3e11;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: .05em
}
.checkList_item:before {
	width: 14px;
	height: 12px;
	margin: 2px 5px 0 0;
	background: url(../images/icon_check.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	content: ""
}
.checkList_item+.checkList_item {
	margin: 5px 0 0 0
}
.numList_twoColumn {
	display: inline-block;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.numList_twoColumn_item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%
}
.numList_twoColumn_item:nth-child(2) {
	margin: 20px 0 0 0
}
.numList_twoColumn_item:nth-child(3), .numList_twoColumn_item:nth-child(4) {
	margin: 20px 0 0 0
}
.numList_twoColumn_item:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	border-radius: 100%;
	background: #eb3e11;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif
}
.numList_twoColumn_item:nth-of-type(1):before {
	content: "1"
}
.numList_twoColumn_item:nth-of-type(2):before {
	content: "2"
}
.numList_twoColumn_item:nth-of-type(3):before {
	content: "3"
}
.numList_twoColumn_item:nth-of-type(4):before {
	content: "4"
}
.numList_twoColumn_item:nth-of-type(5):before {
	content: "5"
}
.numList_twoColumn_item:nth-of-type(6):before {
	content: "6"
}
.numList_twoColumn_item:nth-of-type(7):before {
	content: "7"
}
.numList_twoColumn_item:nth-of-type(8):before {
	content: "8"
}
.numList_twoColumn_item:nth-of-type(9):before {
	content: "9"
}
.numList_threeColumn {
	display: inline-block;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0
}
.numList_threeColumn_item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	margin: 10px 0 0 0
}
.numList_threeColumn_item:first-child {
	margin: 0
}
.numList_threeColumn_item:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	border-radius: 100%;
	background: #eb3e11;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif
}
.numList_threeColumn_item:nth-of-type(1):before {
	content: "1"
}
.numList_threeColumn_item:nth-of-type(2):before {
	content: "2"
}
.numList_threeColumn_item:nth-of-type(3):before {
	content: "3"
}
.numList_threeColumn_item:nth-of-type(4):before {
	content: "4"
}
.numList_threeColumn_item:nth-of-type(5):before {
	content: "5"
}
.numList_threeColumn_item:nth-of-type(6):before {
	content: "6"
}
.numList_threeColumn_item:nth-of-type(7):before {
	content: "7"
}
.numList_threeColumn_item:nth-of-type(8):before {
	content: "8"
}
.numList_threeColumn_item:nth-of-type(9):before {
	content: "9"
}
.numList_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.numList_item+.numList_item {
	margin: 10px 0 0 0
}
.numList_item:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	border-radius: 100%;
	background: #eb3e11;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif
}
.numList_item:nth-of-type(1):before {
	content: "1"
}
.numList_item:nth-of-type(2):before {
	content: "2"
}
.numList_item:nth-of-type(3):before {
	content: "3"
}
.numList_item:nth-of-type(4):before {
	content: "4"
}
.numList_item:nth-of-type(5):before {
	content: "5"
}
.numList_item:nth-of-type(6):before {
	content: "6"
}
.numList_item:nth-of-type(7):before {
	content: "7"
}
.numList_item:nth-of-type(8):before {
	content: "8"
}
.numList_item:nth-of-type(9):before {
	content: "9"
}
.decimalList ol {
	margin-left: 1em;
	list-style: decimal
}
.decimalList_item {
	margin: 0 0 10px 0
}
.decimalList_item:last-child {
	margin: 0
}
.decimalList_large ol {
	margin-left: 1.2em;
	font-size: 1.2em
}
p+.decimalList {
	margin: 20px 0 0 0
}
.masonryList ul {
	line-height: 1.8em
}
.masonryList_item {
	width: 100%
}
.bracketsList ol, .bracketsList ul {
	margin-left: 1.5em;
	text-indent: -1.5em
}
.bracketsList_item {
	margin: 0 0 10px 0
}
.bracketsList_item:last-child {
	margin: 0
}
table {
	width: 100%
}
table .fixed {
	z-index: 999;
	position: sticky;
	left: 0
}
table .fixed:before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #b5b5b5;
	content: ""
}
table .center {
	text-align: center
}
table .left {
	text-align: left
}
table .left2 {
	text-align: left
}
table .middle {
	vertical-align: middle
}
table .default {
	background: #333
}
table .white {
	background: #fff
}
table .lightGray {
	background: #f5f5f5
}
table .midiumGray {
	background: #dedede
}
table .gray {
	background: #b5b5b5
}
table .darkGray {
	background: #a1a1a1
}
table .lightOrange {
	background: #ffeed5
}
table .orange {
	background: #eb3e11
}
table .lightGreen {
	background: #aacace
}
table .green {
	background: #51a0aa
}
table .red {
	background: red
}
table .darkGray, table .orange {
	color: #fff
}
table .circle, table .doubleCircle, table .x {
	display: inline-block
}
.table {
	border: 1px solid #b5b5b5
}
.table th, .table td {
	border: 1px solid #b5b5b5
}
.table th.borderDouble, .table td.borderDouble {
	border-bottom: 3px double #b5b5b5
}
.table th {
	padding: 10px 20px;
	font-weight: 700;
	vertical-align: middle
}
.table td {
	padding: 10px 5px
}
.table p {
	line-height: 1.3em
}
.table .flexCenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.table_title {
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 1.4rem
}
.table-base {
	padding: 10px 20px;
	font-size: 1.1rem
}
.table-base th {
	padding: 5px 10px
}
.table-base th:first-child {
	width: 22%
}
.table-base th:nth-child(2) {
	width: 12%
}
.table-base th:nth-child(3) {
	width: 22%
}
.table-base th:nth-child(4) {
	width: 22%
}
.table-base th:nth-child(5) {
	width: 22%
}
.table-base td {
	padding: 5px 5px
}
.twoColumnTable {
	border-top: 1px solid #b5b5b5
}
.twoColumnTable.borderNonetop {
	border-top: none
}
.twoColumnTable th, .twoColumnTable td, .twoColumnTable.soshiki th {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 12px 10px;
	border-bottom: 1px solid #b5b5b5
}
.twoColumnTable.soshiki th {
	font-weight: 400;
	font-size: 14px
}
.twoColumnTable.soshiki th.left2 {
	padding-top: 0
}
.twoColumnTable.soshiki td {
	font-size: 16px
}
.twoColumnTable.enkaku th {
	font-size: 13px
}
.twoColumnTable.enkaku td {
	font-size: 13px
}
.twoColumnTable th {
	background: #ffeed5
}
.twoColumnTable td {
	background: #fff
}
.twoColumnTable.gray th {
	background: #f5f5f5
}
.twoColumnTable.white th {
	background: #fff
}
.chartTable {
	border: 1px solid #b5b5b5
}
.chartTable th, .chartTable td {
	width: 6%;
	border: 1px solid #b5b5b5;
	text-align: center
}
.chartTable th {
	padding: 10px 5px;
	font-weight: 700;
	vertical-align: middle
}
.chartTable th:first-of-type {
	width: 10%
}
.chartTable td {
	padding: 10px 5px;
	background: #fff
}
.chartTable tr:nth-of-type(2) th {
	background: #ffeed5
}
.chartTable tr:nth-of-type(3) th {
	background: #9cddd9
}
.chartTable tr:nth-of-type(4) th {
	background: #98c0e4
}
.chartTable tr:nth-of-type(5) th {
	background: #a0edb1
}
.chartTable tr:nth-of-type(6) th {
	background: #e6aee6
}
.chartTable_unit {
	margin: 0 10px 0 10px;
	text-align: right
}
table.virticalTable th {
	border: 1px solid #b5b5b5;
	background: #dedede
}
table.virticalTable td {
	border: 1px solid #b5b5b5;
	background-color: #fff;
	text-align: center;
	vertical-align: middle
}
.display-sp {
	display: none
}
.display-spL {
	display: none
}
.display-tb {
	display: none
}
.display-pc {
	display: none
}
.display-lg {
	display: none
}
.display-inlineblock {
	display: inline-block
}
.width_60 {
	width: 60%
}
.width_80 {
	width: 80%
}
.width_90 {
	width: 90%
}
.width_60-80 {
	width: 80%
}
.width_80-100 {
	width: 100%
}
.width_100-50 {
	width: 50%
}
.width_100-60 {
	width: 60%
}
.textCenter {
	text-align: center
}
.textRight {
	text-align: right
}
.textGrad {
	display: inline-block;
	background: repeating-linear-gradient(135deg, #EB3E11 0%, #F1950C 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent
}
.text-red {
	color: red
}
.text-small {
	font-size: 12px
}
.indent1em {
	display: block;
	margin-left: 1em;
	text-indent: -1em
}
.indent15em {
	display: block;
	margin-left: 1.5em;
	text-indent: -1.5em
}
.indent2em {
	display: block;
	margin-left: 2em;
	text-indent: -2em
}
.size15 {
	font-size: 1.5em
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flex-center>*+* {
	margin: 0 0 0 30px
}
.flex-spacebetween {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.js-scrollable img, .js-scrollable table, .js-scrollable canvas {
	min-width: 800px
}
.circle {
	position: relative;
	width: 12px;
	height: 12px
}
.circle:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #eb3e11;
	border-radius: 100%;
	content: ""
}
.circle.gy:before {
	border: 1px solid #333
}
.doubleCircle {
	position: relative;
	width: 20px;
	height: 20px
}
.doubleCircle:before, .doubleCircle:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	border: 1px solid #eb3e11;
	border-radius: 100%;
	content: ""
}
.doubleCircle:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.doubleCircle:after {
	top: 50%;
	left: 50%;
	width: 70%;
	height: 70%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.x {
	position: relative;
	width: 20px;
	height: 20px
}
.x:before, .x:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333;
	content: ""
}
.x:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.x:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.icon_inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.icon_inline a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: underline;
	-webkit-transition: .5s;
	transition: .5s
}
.icon_inline a:hover {
	color: #eb3e11
}
.icon_inline svg {
	margin: 0 5px
}
.googlemap {
	position: relative;
	width: 100%;
	margin: 10px 0 0 0;
	padding-top: 56.25%
}
.googlemap_place {
	width: 100%;
	margin: 10px 0 10px 0;
	padding-top: 56.25%
}
.googlemap_link {
	margin: 0 0 40px 0
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.border_gray {
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #b5b5b5
}
.caution_box {
	margin-bottom: 20px;
	padding: 12px;
	border: 2px solid;
	border-radius: 5px;
	line-height: 2em
}
.caution_box span {
	padding: 0 0 0 25px;
	background-image: url(../images/icon_check02.png);
	background-position: 0;
	background-size: 17px;
	background-repeat: no-repeat
}
.youtube iframe {
	max-width: 100%
}
.js-scrollable {
	overflow-x: auto !important;
	overflow-y: hidden !important
}
.scroll-hint-icon {
	z-index: 99999
}
.electricity-translate {
	-webkit-transform: none;
	transform: none
}
@-webkit-keyframes arrowSlide {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	40% {
		-webkit-transform: translate(50px, 0);
		transform: translate(50px, 0)
	}
	41% {
		-webkit-transform: translate(-50px, 0);
		transform: translate(-50px, 0)
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@keyframes arrowSlide {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	40% {
		-webkit-transform: translate(50px, 0);
		transform: translate(50px, 0)
	}
	41% {
		-webkit-transform: translate(-50px, 0);
		transform: translate(-50px, 0)
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@-webkit-keyframes scaleToRight {
	0% {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
}
@keyframes scaleToRight {
	0% {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
}
.fadein-up {
	-webkit-transform: translate3d(0, 200px, 0);
	transform: translate3d(0, 200px, 0);
	opacity: 0;
	-webkit-transition: opacity 2s, -webkit-transform 1.8s cubic-bezier(0.25, 1, 0.5, 1);
	transition: opacity 2s, -webkit-transform 1.8s cubic-bezier(0.25, 1, 0.5, 1);
	transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 2s;
	transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 2s, -webkit-transform 1.8s cubic-bezier(0.25, 1, 0.5, 1);
	will-change: transform
}
.fadein-up.is-excute {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}
@-webkit-keyframes veal {
	0% {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: left top;
		transform-origin: left top
	}
	49% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: left top;
		transform-origin: left top
	}
	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: right top;
		transform-origin: right top
	}
	100% {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: right top;
		transform-origin: right top
	}
}
@keyframes veal {
	0% {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: left top;
		transform-origin: left top
	}
	49% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: left top;
		transform-origin: left top
	}
	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: right top;
		transform-origin: right top
	}
	100% {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: right top;
		transform-origin: right top
	}
}
@-webkit-keyframes vealContent {
	0% {
		visibility: hidden
	}
	49% {
		visibility: hidden
	}
	50% {
		visibility: visible
	}
	100% {
		visibility: visible
	}
}
@keyframes vealContent {
	0% {
		visibility: hidden
	}
	49% {
		visibility: hidden
	}
	50% {
		visibility: visible
	}
	100% {
		visibility: visible
	}
}
.veal {
	display: inline-block;
	position: relative
}
.veal:before {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	background: #b5b5b5;
	content: ""
}
.veal>* {
	visibility: hidden
}
.veal.is-excute:before {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-name: veal;
	animation-name: veal
}
.veal.is-excute>* {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-name: vealContent;
	animation-name: vealContent
}
/* .wordin {
	overflow: hidden
}
.wordin span {
	display: inline-block;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	opacity: 0;
	-webkit-transition: opacity .15s 0s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform .65s 0s cubic-bezier(0.25, 1, 0.5, 1);
	transition: opacity .15s 0s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform .65s 0s cubic-bezier(0.25, 1, 0.5, 1);
	transition: opacity .15s 0s cubic-bezier(0.25, 1, 0.5, 1), transform .65s 0s cubic-bezier(0.25, 1, 0.5, 1);
	transition: opacity .15s 0s cubic-bezier(0.25, 1, 0.5, 1), transform .65s 0s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform .65s 0s cubic-bezier(0.25, 1, 0.5, 1);
	will-change: transform
}
.wordin span:nth-of-type(2) {
	-webkit-transition-delay: .07s;
	transition-delay: .07s
}
.wordin span:nth-of-type(3) {
	-webkit-transition-delay: .14s;
	transition-delay: .14s
}
.wordin span:nth-of-type(4) {
	-webkit-transition-delay: .21s;
	transition-delay: .21s
}
.wordin span:nth-of-type(5) {
	-webkit-transition-delay: .28s;
	transition-delay: .28s
}
.wordin span:nth-of-type(6) {
	-webkit-transition-delay: .35s;
	transition-delay: .35s
}
.wordin span:nth-of-type(7) {
	-webkit-transition-delay: .42s;
	transition-delay: .42s
}
.wordin span:nth-of-type(8) {
	-webkit-transition-delay: .49s;
	transition-delay: .49s
}
.wordin span:nth-of-type(9) {
	-webkit-transition-delay: .56s;
	transition-delay: .56s
}
.wordin span:nth-of-type(10) {
	-webkit-transition-delay: .63s;
	transition-delay: .63s
}
.wordin span:nth-of-type(11) {
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}
.wordin span:nth-of-type(12) {
	-webkit-transition-delay: .77s;
	transition-delay: .77s
}
.wordin span:nth-of-type(13) {
	-webkit-transition-delay: .84s;
	transition-delay: .84s
}
.wordin span:nth-of-type(14) {
	-webkit-transition-delay: .91s;
	transition-delay: .91s
}
.wordin span:nth-of-type(15) {
	-webkit-transition-delay: .98s;
	transition-delay: .98s
}
.wordin span:nth-of-type(16) {
	-webkit-transition-delay: 1.05s;
	transition-delay: 1.05s
}
.wordin.is-excute span {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
} */
.mask {
	-webkit-transition: -webkit-clip-path 1.8s cubic-bezier(0.25, 1, 0.5, 1);
	transition: -webkit-clip-path 1.8s cubic-bezier(0.25, 1, 0.5, 1);
	transition: clip-path 1.8s cubic-bezier(0.25, 1, 0.5, 1);
	transition: clip-path 1.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 1.8s cubic-bezier(0.25, 1, 0.5, 1)
}
.mask.to-right {
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}
.mask.to-right.is-excute {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}
.mask.to-left {
	-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
}
.mask.to-left.is-excute {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

	body:before {
		background-size: 100%
	}
	.is-whiteBg .header_bg {
		-webkit-clip-path: polygon(0 0, 0 80px, 100% 80px, 100% 0);
		clip-path: polygon(0 0, 0 80px, 100% 80px, 100% 0)
	}
	.header_wrap {
		padding: 0 60px
	}
	.header_left {
		top: 25px;
		padding: 0 60px
	}
	.header_logo {
		width: 210px
	}
	.namazu-result-header h2, .namazu-result-header p {
		padding: 0 60px
	}
	.menu_wrap {
		padding: 0 60px
	}
	.hamburger_bar {
		width: 40px;
		height: 12px
	}
	.hamburger_bar-top, .hamburger_bar-bot {
		height: 3px
	}
	.hamburger_text {
		font-size: 1.4rem
	}
	.footer_nav {
		padding: 0 100px
	}
	.footer_nav_right.group {
		width: 200px;
		margin-left: 0;
		padding: 0
	}
	.contact_wrap {
		margin: 0 auto;
		padding: 0 60px
	}
	.contact_title_jp {
		font-size: 3rem
	}
	.returnTop span {
		font-size: 1.2rem
	}
	.bread {
		margin: 100px 0 30px 0
	}
	.bread_wrap {
		padding: 0 60px
	}
	.bread_list_item {
		font-size: 1.2rem
	}
	.bread_list_item svg {
		width: 18px
	}
	.title {
		margin: 0 0 50px 0
	}
	.title_wrap {
		padding: 0 60px
	}
	.title_element {
		margin: 0 0 30px 0;
		font-size: 3rem
	}
	.title_lead p .text {
		font-size: 14px
	}
	.squareHeading {
		letter-spacing: .1em
	}
	.squareHeading:before {
		width: 30px;
		height: 5px;
		margin: 0 15px 0 0
	}
	.arrowHeading {
		letter-spacing: .1em
	}
	.arrowHeading:before {
		width: 15px;
		height: 22px;
		margin: 0 12px 0 0
	}
	.quotHeading {
		letter-spacing: .1em
	}
	.quotHeading:before {
		width: 20px;
		height: 16px;
		margin: 0 12px 0 0
	}
	.flagHeading {
		letter-spacing: .1em
	}
	.numHeading_lead {
		font-size: 1.7rem
	}
	.numHeading_num {
		font-size: 2.8rem;
		letter-spacing: 0
	}
	.numHeading_num:after {
		height: 30px
	}
	.numHeading_text {
		font-size: 1.6rem
	}
	.underLineHeading {
		font-size: 1.7rem;
		letter-spacing: .05
	}
	.underLineHeading:after {
		max-width: 150px
	}
	.thumbList {
		grid-column-gap: 5%;
		grid-row-gap: 30px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		-webkit-column-gap: 5%;
		-moz-column-gap: 5%;
		column-gap: 5%;
		row-gap: 30px
	}
	.thumbList_item+.thumbList_item {
		margin: 0
	}
	.thumbList_text {
		min-height: 54px
	}
	.thumbList_box.button {
		width: auto;
		min-height: 210px
	}
	.thumbList_textArea {
		padding: 0 30px;
		text-align: left
	}
	.tab_anchorLink {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr)
	}
	.modal_contents {
		padding: 20px 30px
	}
	.modal_heading {
		margin: 0 0 30px 0;
		font-size: 1.8rem
	}
	.modal_box+.modal_box {
		margin: 40px 0 0 0
	}
	.innerNav {
		display: block
	}
	.topInfo_wrap {
		padding: 0 60px
	}
	.topInfo_price_title {
		margin: 0 0 20px 0;
		font-size: 2rem
	}
	.topInfo_price_title:before {
		width: 50px;
		height: 50px;
		margin: 0 15px 0 0
	}
	.topInfo_price_table th, .topInfo_price_table td {
		font-size: 1.4rem
	}
	.topInfo_list {
		margin: 40px 0 0 0
	}
	.topInfo_list a {
		padding: 20px
	}
	.topInfo_list_text {
		margin: 0 60px 0 0;
		font-size: 1.5rem
	}
	.topInfo_list_text.icon {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.topInfo_list_text.icon:before {
		margin: 0 15px 0 0
	}
	.topInfo_list_arrow {
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
	.topInfo_caution {
		margin: 40px 0 0 0
	}
	.topFuture_title {
		font-size: 4rem;
		letter-spacing: .07em
	}
	.topFuture_slider_list_img img {
		height: 170px
	}
	.topFuture_slider_list_date {
		font-size: 1.3rem
	}
	.topFuture_slider_list_text {
		margin: 0 0 20px 0
	}
	.topNews_wrap {
		padding: 0 60px
	}
	.topAbout_wrap {
		padding: 0 60px
	}
	.topAbout_contents {
		margin: 0 0 80px 0
	}
	.topAbout_title {
		margin: 0 0 45px 0
	}
	.topAbout_title_eng {
		margin: 0 0 40px 0;
		font-size: 6rem
	}
	.topAbout_title_jp {
		font-size: 2.5rem
	}
	.topAbout_bg {
		top: 50px
	}
	.topBussiness_wrap {
		padding: 0 60px
	}
	.topSus_wrap {
		padding: 0 60px
	}
	.topSus_title {
		margin: 0 0 45px 0
	}
	.topSus_title_eng {
		margin: 0 0 40px 0;
		font-size: 6rem
	}
	.topSus_title_jp {
		font-size: 2.5rem
	}
	.topSus_img {
		height: 420px
	}
	.topSus_bg {
		top: 50px
	}
	.topRecruit_wrap {
		padding: 0 60px
	}
	.topRecruit_title {
		margin: 0 0 45px 0
	}
	.topRecruit_title_eng {
		margin: 0 0 40px 0;
		font-size: 6rem
	}
	.topRecruit_title_jp {
		font-size: 2.5rem
	}
	.topRecruit_img {
		height: 420px
	}
	.topRecruit_bg {
		top: 50px
	}
	.topMV {
		padding: 60px 0
	}
	.topMV_wrap {
		margin: 60px 0 20px 0;
		padding: 0
	}
	.topMV_header img {
		width: auto;
		height: 26px
	}
	.topMV_header img.topMV_header_img_en {
		width: auto;
		height: 23px
	}
	.topMV_header_text_en {
		width: 85%
	}
	.topMV_img img {
		width: auto;
		height: 164px
	}
	@-webkit-keyframes fadeUpAnime {
		from {
			-webkit-transform: translateY(50px);
			transform: translateY(50px);
			opacity: 0
		}
		to {
			-webkit-transform: translateY(0);
			transform: translateY(0);
			opacity: 1
		}
	}
	@keyframes fadeUpAnime {
		from {
			-webkit-transform: translateY(50px);
			transform: translateY(50px);
			opacity: 0
		}
		to {
			-webkit-transform: translateY(0);
			transform: translateY(0);
			opacity: 1
		}
	}
	.section {
		padding: 40px 0
	}
	.section_wrap {
		padding: 0 60px
	}
	.section_box_inner {
		padding: 0 20px
	}
	.borderBox {
		padding: 25px 15px
	}
	.borderBox strong {
		font-size: 1.8rem
	}
	.twoColumn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.twoColumn_item {
		width: 48%;
		max-width: 582px
	}
	.twoColumn_item.signature {
		font-size: 1.4rem
	}
	.threeColumn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.threeColumn_item {
		width: 33%;
		max-width: 380px
	}
	.threeColumn_near_item_wide {
		width: 50%
	}
	.threeColumn_near_item_wide p {
		padding: 4px 0;
		font-size: 16px
	}
	.threeColumn_near_item_small {
		width: 33%
	}
	.threeColumn_near img {
		margin: 0 0 0 auto
	}
	.fourColumn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.fourColumn_item {
		width: 24%;
		max-width: 291px
	}
	.twoColumn_item+.twoColumn_item, .twoColumn_item+.threeColumn_item, .twoColumn_item+.fourColumn_item, .threeColumn_item+.twoColumn_item, .threeColumn_item+.threeColumn_item, .threeColumn_item+.fourColumn_item, .fourColumn_item+.twoColumn_item, .fourColumn_item+.threeColumn_item, .fourColumn_item+.fourColumn_item {
		margin: 0 0 0 30px
	}
	.is-center .twoColumn_item+.twoColumn_item, .is-center .twoColumn_item+.threeColumn_item, .is-center .twoColumn_item+.fourColumn_item, .is-center .threeColumn_item+.twoColumn_item, .is-center .threeColumn_item+.threeColumn_item, .is-center .threeColumn_item+.fourColumn_item, .is-center .fourColumn_item+.twoColumn_item, .is-center .fourColumn_item+.threeColumn_item, .is-center .fourColumn_item+.fourColumn_item {
		margin: 0 0 0 30px
	}
	.twoColumn_item_message+.twoColumn_item_message, .twoColumn_item_message+.threeColumn_item_message, .twoColumn_item_message+.fourColumn_item_message, .threeColumn_item_message+.twoColumn_item_message, .threeColumn_item_message+.threeColumn_item_message, .threeColumn_item_message+.fourColumn_item_message, .fourColumn_item_message+.twoColumn_item_message, .fourColumn_item_message+.threeColumn_item_message, .fourColumn_item_message+.fourColumn_item_message {
		margin: 0 0 0 30px
	}
	.is-center .twoColumn_item_message+.twoColumn_item_message, .is-center .twoColumn_item_message+.threeColumn_item_message, .is-center .twoColumn_item_message+.fourColumn_item_message, .is-center .threeColumn_item_message+.twoColumn_item_message, .is-center .threeColumn_item_message+.threeColumn_item_message, .is-center .threeColumn_item_message+.fourColumn_item_message, .is-center .fourColumn_item_message+.twoColumn_item_message, .is-center .fourColumn_item_message+.threeColumn_item_message, .is-center .fourColumn_item_message+.fourColumn_item_message {
		margin: 0 0 0 100px
	}
	.tab_twocolumn .twoColumn_item, .tab_twocolumn .threeColumn_item, .tab_twocolumn .fourColumn_item {
		width: 49%;
		max-width: 49%
	}
	.twoColumn img, .threeColumn img, .fourColumn img {
		margin: 0 0 0 auto
	}
	.news_list_inner {
		width: 100%;
		height: 100px;
		padding: 0 25px
	}
	.news_list_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.news_list_date {
		margin: 0 15px 0 0
	}
	.news_list_date_year {
		margin: 0 0 -6px 0;
		font-size: 1.3rem
	}
	.news_list_date_md {
		font-size: 2.8rem
	}
	.news_list_tag {
		font-size: 1.2rem
	}
	.news_list_tag {
		margin: 0 15px 0 0
	}
	.news_list_text {
		font-size: 1.7rem
	}
	.news_list_icon {
		width: 44px
	}
	.news_list_icon .icon_pdf:before {
		width: 25px;
		height: 30px
	}
	.news_pageData_wrap {
		padding: 0 60px
	}
	.news_pageData .tag {
		font-size: 1.2rem
	}
	.form_table td.lang_select label {
		display: inline-block
	}
	.form_table td.lang_select label:nth-child(2) {
		margin: 0
	}
	.form_send_box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.searchForm_select_item+.searchForm_select_item {
		margin: 0 0 0 20px
	}
	.chart_container {
		min-height: 350px
	}
	.chart_container canvas {
		min-height: 350px
	}
	.sitemap_list {
		grid-column-gap: 30px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px
	}
	.roll_alt:hover:before, .is-hover .roll_alt:before {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.roll_alt:hover .roll_text, .is-hover .roll_alt .roll_text {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	.iconLink .icon {
		width: 40px;
		height: 40px
	}
	.iconLink .icon.arrow svg {
		width: 10px
	}
	.iconLink .icon.return svg, .iconLink .icon.phone svg {
		width: 15px
	}
	.iconLink .text {
		margin: 0 0 0 15px;
		font-size: 1.4rem
	}
	.iconLink.small .icon {
		width: 44px;
		height: 44px
	}
	.bannerLink {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 60px;
		text-align: left
	}
	.bannerLink_title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 33%;
		padding: 0 0 0 20px
	}
	.bannerLink_title:before {
		width: 50px;
		height: 100%;
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
		-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
		clip-path: polygon(0 0, 0% 100%, 100% 50%)
	}
	.bannerLink_contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 67%;
		height: 100%;
		padding: 0 15px 0 70px
	}
	.bannerLink_text {
		margin: 0 10px 0 0
	}
	.checkList_item {
		font-size: 1.4rem
	}
	.checkList_item:before {
		width: 20px;
		height: 17px;
		margin: 4px 5px 0 0
	}
	.checkList_item+.checkList_item {
		margin: 8px 0 0 0
	}
	.numList_twoColumn {
		font-size: 2rem
	}
	.numList_twoColumn_item {
		width: 48%;
		max-width: 582px
	}
	.numList_twoColumn_item:nth-child(2) {
		margin: 0
	}
	.numList_twoColumn_item:before {
		width: 31px;
		height: 31px;
		margin: 0 10px 0 0;
		font-size: 2rem
	}
	.numList_threeColumn {
		margin: -10px 0 0 0
	}
	.numList_threeColumn_item:first-child {
		margin: 10px 0 0 0
	}
	.numList_threeColumn_item {
		width: 33%;
		max-width: 380px
	}
	.numList_threeColumn_item:before {
		width: 25px;
		height: 25px;
		margin: 0 10px 0 0;
		font-size: 1.5rem
	}
	.numList_item:before {
		width: 25px;
		height: 25px;
		margin: 0 10px 0 0;
		font-size: 1.5rem
	}
	.masonryList_item {
		display: inline-block;
		width: 33%;
		list-style: none
	}
	.table_title {
		font-size: 1.6rem
	}
	.twoColumnTable th, .twoColumnTable td, .twoColumnTable.soshiki th {
		display: table-cell;
		width: auto;
		padding: 15px 25px
	}
	.twoColumnTable.soshiki.left2column th.left {
		width: 25%
	}
	.twoColumnTable.soshiki.left2column th.left2 {
		width: 40%
	}
	.twoColumnTable.soshiki th {
		width: 60%
	}
	.twoColumnTable.soshiki td {
		font-size: 20px
	}
	.twoColumnTable.enkaku th {
		width: 25%;
		font-size: 14px
	}
	.twoColumnTable.enkaku td {
		font-size: 14px
	}
	.twoColumnTable th {
		width: 22%
	}
	.display-tb {
		display: block
	}
	.none-tb {
		display: none
	}
	.googlemap_link {
		margin: 0 0 20px 0
	}
	.electricity-translate {
		-webkit-transform: translate(0%, 90%);
		transform: translate(0%, 90%)
	}

	.topMV_header img {
		width: auto;
		height: 28px
	}
	.topMV_header img.topMV_header_img_en {
		width: auto;
		height: 26px
	}
	.topMV_img img {
		width: auto;
		height: 175px
	}

	body {
		font-size: 14px
	}
	.header {
		z-index: 1000;
		pointer-events: auto
	}
	.header:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%);
		background: #fff;
		content: "";
		/* -webkit-transition: -webkit-transform .5s;
		transition: -webkit-transform .5s;
		transition: transform .5s;
		transition: transform .5s, -webkit-transform .5s */
	}
	.header_bg {
		display: none
	}
	.is-whiteBg .header_bg {
		display: none
	}
	.header_wrap {
		padding: 0 30px
	}
	.header_contents {
		-ms-grid-columns: .8fr 2.7fr;
		grid-template-columns: .8fr 2.7fr;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		padding: 45px 0 15px;
	}
	.header_contents:before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: right;
		transform-origin: right;
		background: #b5b5b5;
		content: "";
		-webkit-transition: -webkit-transform .7s;
		transition: -webkit-transform .7s;
		transition: transform .7s;
		transition: transform .7s, -webkit-transform .7s
	}
	.is-menuOpen .header_contents:before {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transition-delay: .3s;
		transition-delay: .3s
	}
	.header_left {
		position: static;
		height: 100%;
		padding: 0
	}
	.header_center {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0
	}
	.header_right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		gap: 1em;;
		position: absolute;
		top: 12px;
		right: 0;
	}
	.header_right > div{
		margin: 0;
		display: flex;
		justify-content: center;

	}
	.header_right>*+* {
		margin: 0 0 0 15px
	}
	.header_logo {
		width: 250px
	}
	.header_eng_button {
		font-size: 1.1rem
	}
	.header_portal {
		margin-bottom: 0
	}
	.header_portal_text {
		font-size: 1.1rem
	}
	.header_lng_icon{
		display: flex;
		justify-content: center;
	}
	.header_lng_icon img{
		width: 26px;
	}

	.nav_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.nav_list_item {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		font-size: 1.3rem;
		opacity: 1
	}
	.nav_list_item+.nav_list_item {
		margin: 0 0 0 20px
	}
	.hamburger_accordion_ttl {
		padding: 0
	}
	.hamburger_accordion_ttl:before, .hamburger_accordion_ttl:after {
		display: none
	}
	.sp_nav_scroll {
		/* display: -ms-grid;
		display: grid;
		-ms-grid-columns: 5fr 1fr;
		grid-template-columns: 5fr 1fr */
		display: flex;
		justify-content: end;
	}
	.menu {
		display: block
	}
	.menu_wrap {
		padding: 0 30px
	}
	.menu_cover.is-open {
		display: block;
		z-index: 99;
		position: fixed;
		top: 120px;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(3, 3, 3, .5);
		/* -webkit-transition: .8s;
		transition: .8s */
	}
	.menu_cover.is-open:hover {
		display: none
	}
	.hamburger {
		display: none
	}
	.footer {
		margin: 110px 0 80px 0
	}
	.footer_logo {
		margin: 80px 0
	}
	.footer_nav {
		-ms-flex-wrap: no-wrap;
		flex-wrap: no-wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0
	}
	.footer_nav_left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.footer_nav_right {
		margin: 0 0 0 30px
	}
	.footer_nav_right.group {
		width: 200px;
		margin-left: 30px;
		padding: 0
	}
	.footer_nav_right.group img {
		max-width: 200px
	}
	.footer_nav_list+.footer_nav_list {
		margin: 0 0 0 30px
	}
	.footer_nav_list_item {
		display: block
	}
	.footer_nav_box {
		margin: 0 0 0 30px
	}
	.footer_nav_link+.footer_nav_link {
		margin: 30px 0 0 0
	}
	.footer_company_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.footer_company_list_item+.footer_company_list_item {
		margin: 0 0 0 40px
	}
	.contact_wrap {
		padding: 0 30px
	}
	.contact_title {
		margin: 0 0 10px 0
	}
	.contact_title_eng {
		margin: 0 0 10px 0;
		font-size: 6rem;
		letter-spacing: .05em
	}
	.contact_title_eng img {
		width: auto
	}
	.contact_title_jp {
		font-size: 3.3rem
	}
	.contact_button {
		margin: 25px 0 70px 0
	}
	.returnTop {
		right: 0
	}
	.returnTop span {
		font-size: 1.3rem
	}
	.cookie_contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 40px 60px
	}
	.cookie_text {
		margin: 0 3.5em 0 0;
		font-size: 1.4rem
	}
	.bread {
		margin: 140px 0 30px 0
	}
	.bread_wrap {
		padding: 0 30px
	}
	.title {
		margin: 0 0 70px 0;
		text-align: left
	}
	.title_wrap {
		padding: 0 30px
	}
	.title_element {
		font-size: 3.5rem
	}
	.title_lead p .text:before {
		width: 100%
	}
	.title_img.is-business {
		background-image: url(../images/title_img_business.jpg)
	}
	.squareHeading {
		font-size: 2.2rem
	}
	.squareHeading:before {
		width: 40px;
		margin: 0 20px 0 0
	}
	.arrowHeading {
		font-size: 2.2rem
	}
	.arrowHeading:before {
		width: 15px;
		height: 22px
	}
	.quotHeading {
		font-size: 2.2rem
	}
	.quotHeading:before {
		width: 20px;
		height: 16px
	}
	.flagHeading {
		font-size: 2.2rem
	}
	.numHeading_lead {
		font-size: 2rem;
		letter-spacing: .1em
	}
	.numHeading_num {
		font-size: 3rem
	}
	.numHeading_num:after {
		height: 40px;
		margin: 0 12px
	}
	.numHeading_text {
		font-size: 1.8rem;
		letter-spacing: .1em
	}
	.thumbList {
		grid-row-gap: 40px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		row-gap: 40px
	}
	.thumbList_title {
		font-size: 1.7rem
	}
	.thumbList_button {
		margin: 25px 0 0 0
	}
	.tab {
		margin: 0 0 70px 0
	}
	.tab_select {
		display: none
	}
	.tab_list {
		grid-column-gap: 15px;
		grid-row-gap: 15px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
		row-gap: 15px
	}
	.tab_list_item {
		font-size: 1.4rem
	}
	.tab_list_item>* {
		display: block;
		padding: 5px 0;
		border: 1px solid #333;
		text-align: center;
		cursor: pointer;
		-webkit-transition: .5s;
		transition: .5s
	}
	.tab_list_item>*:hover {
		-webkit-transform: translate(0, -10%);
		transform: translate(0, -10%);
		background: #333;
		-webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .25);
		box-shadow: 0 7px 7px rgba(0, 0, 0, .25);
		color: #fff
	}
	.tab_anchorLink.item_3 {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr)
	}
	.sideNav {
		margin: 0 10px 0 0
	}
	.sideNav_layout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.sideNav_select {
		display: none
	}
	.sideNav_nav {
		display: block;
		max-width: 360px
	}
	.sideNav_title {
		margin: 0 0 30px 0;
		font-weight: 700;
		font-size: 2.1rem
	}
	.sideNav_list_item+.sideNav_list_item {
		margin: 20px 0 0 0
	}
	.modal_contents {
		padding: 40px 50px
	}
	.topInfo_wrap {
		padding: 0 30px
	}
	.topInfo_price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.topInfo_price_item {
		width: 50%;
		max-width: 570px
	}
	.topInfo_price_item+.topInfo_price_item {
		margin: 0 0 0 60px
	}
	.topFuture {
		padding: 50px 0
	}
	.topFuture_title {
		font-size: 4.6rem
	}
	.topFuture_slider_list_img img {
		height: 190px
	}
	.topNews_wrap {
		padding: 0 30px
	}
	.topNews_contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.topNews_title {
		margin: 0 50px 0 0;
		text-align: left
	}
	.topNews_title_eng {
		margin: 0 0 0 0;
		font-size: 6rem
	}
	.topNews_title_eng {
		margin: 0 0 10px 0;
		font-size: 6.6rem
	}
	.topNews_title_jp {
		margin: 0 0 50px 0;
		font-size: 3.4rem
	}
	.topAbout {
		padding: 50px 0 220px 0
	}
	.topAbout_wrap {
		padding: 0 30px
	}
	.topAbout_contents {
		margin: 0
	}
	.topAbout_title {
		margin: 0 0 60px 0
	}
	.topAbout_title_eng {
		margin: 0 0 30px 0;
		font-size: 7rem
	}
	.topAbout_title_jp {
		font-size: 3.2rem
	}
	.topAbout_text {
		max-width: 530px;
		margin: 0 0 60px 0
	}
	.topAbout_img {
		position: absolute;
		top: 110px;
		right: 5%;
		width: 35%;
		margin: 0
	}
	.topAbout_img01 {
		margin: 150px 0 0 0
	}
	.topAbout_img02 {
		margin: 0 0 0 -55px
	}
	.topAbout_bg {
		top: 40px;
		width: 73%
	}
	.topBussiness {
		padding: 50px 0 50px 0
	}
	.topBussiness_wrap {
		padding: 0 30px
	}
	.topBussiness_contents {
		margin: 0 0 60px 0;
		text-align: right
	}
	.topBussiness_title {
		margin: 0 0 60px 0
	}
	.topBussiness_title_eng {
		margin: 0 0 30px 0;
		font-size: 7rem
	}
	.topBussiness_title_jp {
		font-size: 3.2rem
	}
	.topBussiness_text {
		max-width: 705px;
		margin: 0 0 30px auto;
		text-align: left
	}
	.topBussiness_link {
		max-width: 705px;
		margin: 0 0 0 auto
	}
	.topBussiness_bg {
		top: 40px;
		width: 87%
	}
	.topBussiness_bg01 {
		height: 260px
	}
	.topBussiness_bg02 {
		top: 259px;
		right: 0;
		bottom: auto;
		left: auto;
		width: 90%;
		max-width: 1290px;
		height: 431px
	}
	.topBussiness_slider .swiper-slide {
		max-width: 230px
	}
	.topSus {
		padding: 50px 0 280px 0
	}
	.topSus_wrap {
		padding: 0 30px
	}
	.topSus_title {
		margin: 0 0 60px 0
	}
	.topSus_title_eng {
		margin: 0 0 30px 0;
		font-size: 7rem
	}
	.topSus_title_jp {
		font-size: 3rem
	}
	.topSus_text {
		max-width: 530px;
		margin: 0 0 30px 0
	}
	.topSus_img {
		position: absolute;
		top: 210px;
		right: 0;
		width: 90%;
		max-width: 1170px;
		height: 500px
	}
	.topSus_bg {
		top: 40px;
		width: 100%
	}
	.topSus_bg01 {
		height: 150px
	}
	.topSus_bg02 {
		top: 149px;
		bottom: auto;
		height: 291px
	}
	.topRecruit {
		padding: 50px 0 280px 0
	}
	.topRecruit_wrap {
		padding: 0 30px
	}
	.topRecruit_contents {
		text-align: right
	}
	.topRecruit_title {
		margin: 0 0 60px 0
	}
	.topRecruit_title_eng {
		margin: 0 0 30px 0;
		font-size: 7rem
	}
	.topRecruit_title_jp {
		font-size: 3rem
	}
	.topRecruit_text {
		max-width: 460px;
		margin: 0 0 30px auto;
		text-align: left
	}
	.topRecruit_link {
		max-width: 460px;
		margin: 0 0 0 auto
	}
	.topRecruit_img {
		position: absolute;
		top: 210px;
		left: 0;
		width: 90%;
		max-width: 1170px;
		height: 500px
	}
	.topRecruit_bg {
		top: 40px;
		width: 100%
	}
	.topRecruit_bg01 {
		height: 150px
	}
	.topRecruit_bg02 {
		top: 149px;
		bottom: auto;
		height: 291px
	}
	.topMV_wrap {
		margin: 80px 0 20px 0;
		padding: 0
	}
	.topMV_header img {
		width: auto;
		height: 35px
	}
	.topMV_header img.topMV_header_img_en {
		width: auto;
		height: 31px
	}
	.topMV_img img {
		width: auto;
		height: 218px
	}
	@-webkit-keyframes fadeUpAnime {
		from {
			-webkit-transform: translateY(100px);
			transform: translateY(100px);
			opacity: 0
		}
		to {
			-webkit-transform: translateY(0);
			transform: translateY(0);
			opacity: 1
		}
	}
	@keyframes fadeUpAnime {
		from {
			-webkit-transform: translateY(100px);
			transform: translateY(100px);
			opacity: 0
		}
		to {
			-webkit-transform: translateY(0);
			transform: translateY(0);
			opacity: 1
		}
	}
	.section_wrap {
		padding: 0 30px
	}
	.section_contents+.section_contents {
		margin: 50px 0 0 0
	}
	.section_contents_heading {
		margin: 0 0 25px 0
	}
	.section_box+.section_box {
		margin: 40px 0 0 0
	}
	.section_box_item+.section_box_item {
		margin: 30px 0 0 0
	}
	.section_box_unit+.section_box_unit {
		margin: 20px 0 0 0
	}
	.section_box_inner {
		padding: 0 50px
	}
	.section_box.is-borderBottom {
		padding: 0 0 40px 0
	}
	.section_return {
		margin: 50px 0 0 0
	}
	.borderBox_heading {
		margin: 0 0 25px 0;
		font-size: 2rem
	}
	.threeColumn_near .button {
		width: 320px
	}
	.threeColumn_near {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.threeColumn_near_item_wide {
		width: 25%
	}
	.threeColumn_near_item_wide p {
		padding: 3px 0;
		font-size: 17px
	}
	.threeColumn_near_item_small {
		width: 30%
	}
	.threeColumn_near_item+.threeColumn_near_item {
		margin: 0 0 0 30px
	}
	.is-center .threeColumn_near_item+.threeColumn_near_item {
		margin: 0 0 0 30px
	}
	.tab_twocolumn .threeColumn_near_item {
		width: 49%;
		max-width: 49%
	}
	.threeColumn_near_item_heading {
		margin: 0 0 20px 0
	}
	.threeColumn_near_item .caption {
		font-size: 1.6rem;
		text-align: left
	}
	.threeColumn_near_item .text {
		text-align: left
	}
	.twoColumn_item_heading, .threeColumn_item_heading, .fourColumn_item_heading {
		margin: 0 0 20px 0
	}
	.twoColumn_item .caption, .threeColumn_item .caption, .fourColumn_item .caption {
		font-size: 1.6rem;
		text-align: left
	}
	.twoColumn_item .text, .threeColumn_item .text, .fourColumn_item .text {
		text-align: left
	}
	.news {
		width: 60%;
		max-width: 850px
	}
	.news_top_select {
		display: none
	}
	.news_top_nav {
		display: block
	}
	.news_pageData_wrap {
		padding: 0 30px
	}
	.news_pageData_wrap {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.news_pageData .date {
		margin: 0 30px 0 0
	}
	.form_table tr {
		display: table-row;
		padding: 0
	}
	.form_table th, .form_table td {
		display: table-cell;
		padding: 25px 0
	}
	.form_table th {
		width: 25%;
		margin: 0;
		vertical-align: middle
	}
	.form_table td {
		width: 75%
	}
	.form_table td input, .form_table td textarea, .form_table td select {
		font-size: 1.5rem
	}
	.form_table td input+input {
		margin: 13px 0 0 0
	}
	.required {
		padding: 0 10px;
		font-size: 1.3rem;
		line-height: 20px
	}
	.searchForm_select_item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.searchForm input[type=text], .searchForm select {
		width: 50%;
		font-size: 1.5rem
	}
	.chart_container {
		min-height: 600px
	}
	.chart_container canvas {
		min-height: 600px
	}
	.sitemap_list {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr)
	}
	.sitemap_list_heading {
		margin: 0 0 20px 0;
		font-size: 1.8rem
	}
	.sitemap_list_heading_noneLink {
		margin: 0 0 20px 0;
		font-size: 1.8rem
	}
	.commonLink {
		font-size: 1.8rem
	}
	.commonLink.small {
		font-size: 1.5rem
	}
	.bannerLink {
		height: 80px
	}
	.bannerLink_title {
		padding: 0 0 0 30px;
		font-size: 2.2rem
	}
	.bannerLink_title:before {
		width: 68px
	}
	.bannerLink_contents {
		padding: 0 15px 0 90px
	}
	.bannerLink_text {
		font-size: 1.7rem
	}
	.button a {
		display: inline-block;
		width: 100%;
		height: 46px;
		padding-top: 20px;
		text-align: center
	}
	.button {
		width: 300px;
		height: 46px
	}
	.button.en_btn.large {
		width: 450px;
		height: 46px
	}
	.button.large {
		width: 400px;
		height: 63px;
		font-size: 2rem
	}
	.checkList_item {
		font-size: 1.5rem
	}
	.numList_item+.numList_item {
		margin: 20px 0 0 0
	}
	.twoColumnTable.soshiki.left2column th.left {
		width: 18%
	}
	.twoColumnTable.soshiki.left2column th.left2 {
		width: 29%
	}
	.twoColumnTable.soshiki th {
		width: 35%
	}
	.twoColumnTable.soshiki th.left2 {
		padding-top: 15px
	}
	.twoColumnTable.enkaku th {
		width: 30%
	}
	.scroll-hint-text {
		display: none
	}
	.display-pc {
		display: block
	}
	.none-pc {
		display: none
	}
	.js-scrollable img, .js-scrollable table, .js-scrollable canvas {
		min-width: auto
	}
	.googlemap_place {
		width: 80%;
		padding-top: 35.25%
	}
	.border_gray {
		margin: 40px 0
	}

	.header_wrap {
		padding: 0 50px
	}
	.header_contents {
		-ms-grid-columns: 1fr 3fr;
		grid-template-columns: 1fr 3fr;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px
	}
	.header_right>*+* {
		margin: 0 0 0 30px
	}
	.header_logo {
		width: 300px
	}
	.header_eng_button {
		padding: 2px 15px;
		font-size: 1.3rem
	}
	.header_portal_text {
		font-size: 1.3rem
	}
	.nav_list_item {
		font-size: 1.4rem
	}
	.nav_list_item+.nav_list_item {
		margin: 0 0 0 50px
	}
	.menu_contents {
		padding: 170px 0 40px 0
	}
	.footer_nav_right {
		margin: 0 0 0 45px
	}
	.footer_nav_right.group {
		margin-left: 45px
	}
	.footer_nav_list+.footer_nav_list {
		margin: 0 0 0 45px
	}
	.footer_nav_box {
		margin: 0 0 0 80px
	}
	.contact_title_eng {
		margin: 0 0 10px 0;
		font-size: 6rem
	}
	.contact_title_jp {
		font-size: 3.3rem
	}
	.thumbList_title {
		font-size: 1.8rem
	}
	.tab_list {
		-ms-grid-columns: (1fr)[6];
		grid-template-columns: repeat(6, 1fr)
	}
	.tab_list_item {
		font-size: 1.5rem
	}
	.tab_anchorLink {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr)
	}
	.tab_anchorLink_item {
		font-size: 1.5rem
	}
	.sideNav_list_item label {
		font-size: 1.7rem
	}
	.topInfo_list_text {
		margin: 0 80px 0 0
	}
	.topInfo_list_arrow {
		right: 30px
	}
	.topFuture_title {
		font-size: 6rem
	}
	.topFuture_slider_list_img img {
		height: 220px
	}
	.topNews_title_eng {
		font-size: 7rem
	}
	.topNews_title_jp {
		font-size: 3.6rem
	}
	.topAbout_title {
		margin: 0 0 45px 0
	}
	.topAbout_title_eng {
		margin: 0 0 35px 0;
		font-size: 10.5rem
	}
	.topAbout_title_jp {
		font-size: 4rem
	}
	.topAbout_img {
		right: 11%;
		width: auto
	}
	.topAbout_bg {
		top: 90px;
		max-width: 1315px
	}
	.topBussiness_title {
		margin: 0 0 45px 0
	}
	.topBussiness_title_eng {
		margin: 0 0 35px 0;
		font-size: 10.5rem
	}
	.topBussiness_title_jp {
		font-size: 4rem
	}
	.topBussiness_text {
		max-width: 805px
	}
	.topBussiness_link {
		max-width: 805px
	}
	.topBussiness_bg {
		top: 90px;
		max-width: 1540px
	}
	.topBussiness_slider .swiper-slide {
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content
	}
	.topSus {
		padding: 50px 0 360px 0
	}
	.topSus_title {
		margin: 0 0 45px 0
	}
	.topSus_title_eng {
		margin: 0 0 35px 0;
		font-size: 10.5rem
	}
	.topSus_title_jp {
		font-size: 4rem
	}
	.topSus_img {
		height: 600px
	}
	.topSus_bg {
		top: 90px;
		width: 93%;
		max-width: 1710px
	}
	.topSus_bg02 {
		height: 351px
	}
	.topRecruit {
		padding: 50px 0 360px 0
	}
	.topRecruit_title {
		margin: 0 0 45px 0
	}
	.topRecruit_title_eng {
		margin: 0 0 35px 0;
		font-size: 10.5rem
	}
	.topRecruit_title_jp {
		font-size: 4rem
	}
	.topRecruit_text {
		max-width: 570px
	}
	.topRecruit_link {
		max-width: 570px
	}
	.topRecruit_img {
		height: 600px
	}
	.topRecruit_bg {
		top: 90px;
		width: 93%;
		max-width: 1710px
	}
	.topRecruit_bg02 {
		height: 351px
	}
	.topMV_wrap {
		margin: 100px 0 40px 0;
		padding: 0
	}
	.topMV_header img {
		width: auto;
		height: 50px
	}
	.topMV_header img.topMV_header_img_en {
		width: auto;
		height: 44px
	}
	.topMV_img img {
		width: auto;
		height: 308px
	}
	.borderBox {
		padding: 25px 40px
	}
	.news {
		width: 100%
	}
	.news_top_list label {
		font-size: 1.5rem
	}
	.bannerLink {
		height: 94px
	}
	.bannerLink_title {
		padding: 0 0 0 40px;
		font-size: 2.5rem
	}
	.bannerLink_title:before {
		width: 80px
	}
	.bannerLink_contents {
		padding: 0 15px 0 110px
	}
	.bannerLink_text {
		font-size: 2rem
	}
	.display-lg {
		display: block
	}
	.none-lg {
		display: none
	}

	.topMV_header img {
		width: auto;
		height: 55px
	}
	.topMV_header img.topMV_header_img_en {
		width: auto;
		height: 49px
	}
	.topMV_img img {
		width: auto;
		height: 342px
	}

	.topMV_header img {
		width: auto;
		height: 74px
	}
	.topMV_header img.topMV_header_img_en {
		width: auto;
		height: 65px
	}
	.topMV_img img {
		width: auto;
		height: 460px
	}


table.th_middle th {
    vertical-align:middle;
}

.threeColumn_item .mt-figure img {
    margin-left: auto !important;
    margin-right: auto !important;
}

.display_inlineblock {
    display: inline-block;
}

figcaption {
    margin: 10px 0 0 0 !important;
    font-size: 1.3rem;
    text-align: center;
}

.mt-figure[style*="inline-block"] {
    display: initial !important;
}

.image_one img{
    margin-left: auto !important;
    margin-right: auto !important;
}



.mt-be-columns[style*="flex"] {
    display: initial !important;
}
/*
.mt-be-columns[style*="flex"] img {
    height: 32px !important;
}
*/
.mt-be-columns[style*="flex"] img {
    margin-bottom: 15px;
}
    .mt-be-columns[style*="flex"] {
        display: flex !important;
    }
    .mt-be-columns[style*="flex"] img {
        height: auto !important;
    }
    .mt-be-columns[style*="flex"] img {
        margin-bottom: 0;
    }
    .section_contents .js-scrollable.scroll-hint.is-scrollable
{
    position: relative; overflow: auto;
}

.innerNav_box.en_new .innerNav_list dd .innerNav_sub_iconLink .text{
    text-align: left;
}
.w_7-3_l {
    width: 100%;
}
.w_7-3_r {
    width: 100%;
    margin-left: 0;
}
.w_3-7_l {
    width: 100%;
    margin-right: 0;
}
.w_3-7_r {
    width: 100%;
}
.w_7-3_l {
        width: 70%;
    }
    .w_7-3_r {
        width: 30%;
        margin-left: 30px;
    }
    .w_3-7_l {
        width: 30%;
        margin-right: 30px;
    }
    .w_3-7_r {
        width: 70%;
    }
    .mt-be-columns + .mt-be-columns {
    margin-top: 40px;
}

.mt-figure + .mt-figure {
    margin-top: 20px;
    display: inline-block !important;
}

p + .section_box_heading,
.section_contents + .section_box_heading {
    margin-top: 30px;
}

.pdf_button.button.border.orange {
    width: 100%;
    height: 42px;
    margin-bottom: 40px;
}

.image_one .asset.asset-image {
        width: revert-layer;
    }