@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');

body {
	font-size: 16px;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
	color: #505a64;
	word-break: break-all;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*::after,
*::before {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

main {
	display: block;
}

a:hover,
a:focus,
a:visited {
	outline: none;
	border: none;
}

a {
	text-decoration: none;
	color: inherit
}

.clear {
	clear: both;
}

a[href^="tel:"] {
	cursor: default;
}

a[href^="tel:"]:hover {
	text-decoration: none;
}

br {
	font-size: 0;
}

.hv-o:hover {
	opacity: .7;
}

.header {
	position: relative;
}

.header-ctn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #ED6D34;
}

.header-cont {
	max-width: 1820px;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.stander-top,
.header-cont {
	height: 150px;
}

.list-menu-hd {
	font-size: 21px;
	font-weight: 500;
	color: #505a64;
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	column-gap: 70px;
	align-items: center;
}

.btn-hd-link {
	display: inline-flex;
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	background-color: #ED6D34;
	width: 240px;
	height: 80px;
	align-items: center;
	justify-content: center;
	border-radius: 1000px;
}

.list-menu-hd a {
	transition: all 0.3s ease-in-out;
}

.btn-hd-icon-contact {
	display: inline-flex;
	width: 80px;
	height: 80px;
	justify-content: center;
	align-items: center;
	border-radius: 1000px;
	border: 1px solid #ED6D34 !important;
}

.list-menu-hd2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 20px;
}

.header-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 55px;
}

.header-cont h1 {
	transform: translateY(-5px);
	padding-left: 50px;
}

.toggle {
	display: none;
}

.toggle {
	position: relative;
	width: 40px;
	cursor: pointer;
	height: calc(4px * 3 + 11px * 2);
}

.bar {
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: calc(4px / 2);
	background: #ED6D34;
	color: inherit;
	opacity: 1;
	transition: none 0.35s cubic-bezier(.5, -0.35, .35, 1.5) 0s;
}

.bar--top {
	bottom: calc(50% + 11px + 4px/ 2);
	transition-property: bottom, transform;
	transition-delay: calc(0s + 0.35s), 0s;
}

.bar--middle {
	top: calc(50% - 4px/ 2);
	transition-property: opacity;
	transition-delay: calc(0s + 0.35s);
}

.bar--bottom {
	top: calc(50% + 11px + 4px/ 2);
	transition-property: top, transform;
	transition-delay: calc(0s + 0.35s), 0s;
}

.toggle.is-active .bar--top {
	bottom: calc(50% - 4px/ 2);
	transform: rotate(135deg);
	transition-delay: 0s, calc(0s + 0.35s);
}

.toggle.is-active .bar--middle {
	opacity: 0;
	transition-duration: 0s;
	transition-delay: calc(0s + 0.35s);
}

.toggle.is-active .bar--bottom {
	top: calc(50% - 4px/ 2);
	transform: rotate(225deg);
	transition-delay: 0s, calc(0s + 0.35s);
}

.sec1-top {
	max-width: 1560px;
	width: calc(100% - 15px);
	margin-top: 70px;
}

.h2-title-top {
	font-size: 120px;
	color: #ED6D34;
	line-height: 1.5;
	position: relative;
	letter-spacing: 30px;
	padding-left: 65px;
}

.h2-title-top:before {
	content: '';
	position: absolute;
	top: 28px;
	left: 0;
	bottom: -170px;
	width: 10px;
	background-color: #ED6D34;
	z-index: 2;
}

.sec1-top-title-note {
	letter-spacing: 5px;
	font-size: 24px;
	text-align: center;
	padding-right: 25px;
	padding-bottom: 6px;
}

.icon-scroll-down a {
	display: inline-block;
	background-image: url(../img/top/pic2.png);
	background-repeat: no-repeat;
	background-size: 73px auto;
	background-position: center center;
}

.icon-scroll-down img {
	animation-name: cril;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.sec1-top-title {
	position: relative;
	max-width: 1360px;
	margin-left: auto;
	width: calc(100% - 30px);
}

.icon-scroll-down {
	position: absolute;
	top: 125px;
	right: 0;
}

.slider-item-img {
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}

.sec1-top-slider-main {
	padding-top: 20px;
}

.slider-item-main {
	position: relative;
}

.slider-item-txt {
	font-size: 36px;
	color: #fff;
	position: absolute;
	bottom: 100px;
	right: 0;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	align-items: flex-start;
	max-width: 1360px;
	margin-left: auto;
	width: calc(100% - 15px);
}

.slider-item-txt span {
	display: inline-block;
	background-color: #ED6D34;
	line-height: 1;
	padding: 13px 12px;
}

.sec2-top-dots-main button {
	font-size: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #ED6D34;
	border-radius: 1000px;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.sec2-top-dots-main .slick-dots li+li {
	padding-top: 4px;

}

.sec2-top-dots-main .slick-dots li.slick-active button {
	background-color: #ED6D34;
}

.sec2-top-dots {
	max-width: 1617px;
	width: calc(100% - 30px);
	position: relative;
}

.sec2-top-dots-main {
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 2;
}

.bg-sec1-top {
	position: relative;
}

.bg-sec1-top:before {
	content: '';
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	height: 1290px;
	z-index: -1;
	background: rgb(252, 233, 225);
	background: linear-gradient(90deg, rgba(252, 233, 225, 1) 0%, rgba(254, 245, 217, 1) 100%);
	clip-path: polygon(0 38%, 100% 0, 100% 62%, 0 100%);
}

.sec3-top {
	padding-top: 140px;
}

.sec3-top-ctn {
	max-width: 1665px;
	margin-left: auto;
	width: calc(100% - 15px);
	display: grid;
	grid-template-columns: 1fr 55.1%;
	align-items: flex-start;
}

.lh3 {
	line-height: 3;
}

.txt-fs24 {
	font-size: 24px;
}

.link-arow-right {
	color: #ED6D34;
	display: inline-flex;
	align-items: center;
	column-gap: 15px;
}

.link-arow-right:before {
	content: '';
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 1000px;
	border: 1px solid #ED6D34;
	background-image: url(../img/common/i3.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: center center;
}

.sec3-top-left P {
	padding-bottom: 90px;
}

.sec3-top-left {
	padding-top: 35px;
	padding-right: 50px;
}

.tlt-style1 {
	line-height: 1;
}

.tlt-style1 span {
	display: block;
	color: #ED6D34;
}

.tlt-style1-jp {
	padding-bottom: 10px;
}

.tlt-style1-eng {
	font-weight: 500;
	font-size: 120px;
	line-height: 1;
}

.sec4-top-ctn {
	max-width: 1720px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 30px);
}

.sec4-top-main {
	max-width: 1575px;
	margin-left: auto;
	display: grid;
	grid-template-columns: 1fr 50.7%;
	align-items: flex-start;
}

.sec4-top-main p.txt-fs24 {
	padding-top: 150px;
	padding-bottom: 78px
}

.sec4-top-right img {
	border-radius: 50px;
}

.sec4-top-right {
	padding-top: 385px;
}

.sec4-top-left {
	padding-right: 50px;
	color: #fff;
}

.sec4-top {
	padding-top: 125px;
	position: relative;
}

.sec4-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ED6D34;
	bottom: 0;
	z-index: -10;
}

.sec3-bg {
	position: relative;
}

.sec3-bg:after,
.sec3-bg:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1290px;
}

.sec3-bg:before {
	top: 190px;
	z-index: -2;
	background: rgb(252, 233, 225);
	background: linear-gradient(90deg, rgba(252, 233, 225, 1) 0%, rgba(254, 245, 217, 1) 100%);
	clip-path: polygon(0 38%, 100% 0, 100% 62%, 0 100%);
}

.sec3-bg:after {
	top: 130px;
	z-index: -1;
	background: rgb(252, 233, 225);
	background: linear-gradient(-90deg, rgba(252, 233, 225, 1) 0%, rgba(254, 245, 217, 1) 100%);
	clip-path: polygon(0 0, 100% 38%, 100% 100%, 0 62%);
}

.link-arow-right--white {
	color: #fff;
}

.link-arow-right--white:before {
	border-color: #fff;
	background-image: url(../img/common/i4.png);
}

.sec4-slider {
	max-width: 1665px;
	width: calc(100% - 15px);
	margin-left: auto;
}

.sec4-slider {
	color: #fff;
	padding-top: 110px;
}

.txt-fs80 {
	font-size: 80px;
}

.sec4-slider-item-order {
	margin-top: -30px;
	padding-left: 5px;
}

.txt-fs44 {
	font-size: 44px;
}

.sec4-slider-item-main .txt-fs44 {
	letter-spacing: -3px;
	line-height: 1.8;
	padding-bottom: 20px;
}

.link-toggle {
	display: inline-flex;
	line-height: 1;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 35px;
	width: 200px;
	height: 70px;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
	margin-top: 30px;
}

.sec4-slider-flow {
	overflow: hidden;
}

.sec4-slider-child {
	width: 1744px;
}

.sec4-slider-item-main {
	padding-right: 45px;
}

.btn-pre-next {
	background-color: transparent;
	border: 1px solid #fff;
	width: 70px;
	height: 70px;
	border-radius: 1000px;
	cursor: pointer;
	background-position: center center;
	background-size: 18px auto;
	background-repeat: no-repeat;
}

#sl-next {
	background-image: url(../img/common/i4.png);
}

#sl-pre {
	background-image: url(../img/common/i5.png);
}

.select-power-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 30px;
}

.select-power-line {
	width: 100%;
	height: 2px;
	background-color: #F6B69A;
	max-width: 1080px;
	position: relative;
}

.select-power-line-active {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
}

.gr-select-power-line {
	display: grid;
	grid-template-columns: 1fr max-content;
	align-items: center;
	max-width: 1400px;
	column-gap: 30px;
	padding-top: 34px;
	width: calc(100% - 15px);
	padding-bottom: 65px;
}

.footer-recruit img {
	width: 100%;
}

.footer-recruit {
	position: relative;
}

.footer-recruit-main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.footer-recruit-content {
	max-width: 1720px;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;

}

.footer-recruit-box {
	background-color: #fff;
	max-width: 750px;
	width: 100%;
	border-radius: 30px;
	margin-left: auto;
	padding-left: 70px;
	padding-top: 55px;
	padding-bottom: 35px;
	color: #505A64;
}

.footer-recruit-box p.txt-fs24 {
	padding-top: 40px;
	padding-bottom: 35px;
}

.tlt-style2 {
	line-height: 1;
	color: #ED6D34;
}

.tlt-style2 span {
	display: block;
	font-weight: 500;
}

.footer-contact .tlt-style2 {
	text-align: center;
}

.tlt-style2-jp {
	font-size: 18px;
	padding-bottom: 13px;
}

.tlt-style2-eng {
	font-size: 72px;
}

.footer-contact {
	padding-top: 50px;
	background-color: #FCE9E1;
	padding-bottom: 50px;
	background: rgb(252, 233, 225);
	background: linear-gradient(90deg, rgba(252, 233, 225, 1) 0%, rgba(254, 245, 217, 1) 100%);
}

.footer-contact-lh .txt-fs24 {
	font-weight: 500;
	padding-bottom: 14px;
}

.footer-contact-link {
	font-size: 27px;
	font-weight: 500;
	display: inline-flex;
	height: 90px;
	border: 1px solid #ED6D34 !important;
	border-radius: 45px;
	color: #ED6D34;
	align-items: center;
	justify-content: flex-end;
	background-image: url(../img/common/pic4.png);
	background-size: 64px auto;
	background-repeat: no-repeat;
	background-position: left 10px center;
	padding-right: 30px;
	padding-left: 97px;
	transition: all 0.3s ease-in-out;
}

.footer-contact-link:hover {
	background-color: #fff;
}

.footer-contact-lh {
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	text-align: center;
	padding-top: 50px;
}

.footer-contact-tell {
	display: inline-block;
	margin-top: 20px;
}

.footer-contact-left {
	padding-right: 80px;
	border-right: 1px solid #ED6D34;
}

.footer-contact-right {
	padding-left: 105px;
}

.footer-contact-left,
.footer-contact-right {
	height: 200px;
	padding-top: 20px;
}

.footer-menu {
	max-width: 1208px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 30px);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	column-gap: 220px;
	padding-top: 20px;
	padding-bottom: 35px;
}

.footer-menu-logo {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	column-gap: 28px;
}

.footer-menu-logo--ins img {
	width: 25px;
}

.footer-menu-logo--ins {
	margin-bottom: 15px;
}

.txt-fs21 {
	font-size: 21px;
}

.footer-menu-left .txt-fs21 {
	line-height: 1.7;
	font-weight: 500;
	padding-top: 14px;
}

.footer-menu-left-contact {
	font-weight: 500;
	color: #ED6D34;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 16px;
	margin-top: 11px;
}

.txt-fs18 {
	font-size: 18px;
}

.footer-menu-ul li>a {
	font-weight: 500;
}

.footer-menu-ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	column-gap: 73px;
}

.footer-menu-ul--menu-sub {
	padding-top: 5px;
}

.footer-menu-right {
	padding-top: 34px;
}

.ft-link-pryvacy {
	width: 100%;
	max-width: 1175px;
}

.ft-link-pryvacy {
	position: relative;
}

.ft-link-pryvacy a {
	position: absolute;
	right: 0;
	bottom: 30px;
}

.scrolltop {
	position: fixed;
	z-index: 20;
	width: 70px;
	height: 70px;
	background-color: #ED6D34;
	border-radius: 1000px;
	bottom: 50px;
	right: 30px;
	border: 1px solid #fff;
	cursor: pointer;
}

.scrolltop img {
	transform: rotate(90deg);
}

.sec4-slider-view-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -10000;
	background-color: rgba(252, 233, 225, 0.7);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.sec4-slider-view-fixed.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 10000;
}

.sec4-slider-view-fixed-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.sec4-slider-view-cont {
	max-width: 1560px;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 15px 15px rgba(237, 109, 52, 0.5);
	position: relative;
}

.sec4-slider-view-tlt {
	line-height: 1.5;
	color: #ED6D34;
	display: grid;
	grid-template-columns: 180px 1fr;
	align-items: center;
}

.sec4-slider-view-cont-content {
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 60px);
	padding-top: 119px;
}

.sec4-slider-view-left {
	color: #ED6D34;
}

.sec4-slider-view-left-right {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 75px;
}

.sec4-slider-view-left {
	width: 32.7%;
}

.sec4-slider-view-right {
	width: 61.9%;
	padding-top: 15px;
}

.sec4-slider-view-scale-top-bt {
	padding-top: 50px;
	padding-bottom: 50px;
}

.sec4-slider-view-cont-content1 {
	padding-bottom: 80px;
}

.sec4-slider-view-close {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 40px;
	right: 40px;
}

.sec4-slider-view--bottom {
	width: 100%;
	text-align: center;
	padding-top: 80px;
}

.sec4-slider-view-cont-content2 {
	padding-bottom: 68px;
}

.sec4-slider-view--bottom2 {
	width: 100%;
}

.txt-fs32 {
	font-size: 32px;
}

.sec4-slider-view--bottom2-ul {
	color: #ED6D34;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: flex-start;
	column-gap: 2.3%;
	padding-top: 126px;
}

.sec4-slider-view--bottom2-ul .txt-fs32 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

@keyframes cril {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

.sec4-slider-view-cont-content3 {
	padding-bottom: 100px;
}

.banner-child-cont {
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 30px);
	height: 450px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.banner-child-h2 {
	color: #ED6D34;
	line-height: 1;
}

.banner-child-h2-eng {
	font-size: 120px;
	font-weight: 500;
	display: block;
	padding-top: 10px;
}

.banner-child--line {
	border-bottom: 1px solid #ED6D34;
}

.cont-1420 {
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 30px);
}

.tlt-style3 {
	line-height: 1;
	color: #ED6D34;
}

.tlt-style3 span {
	display: block;
}

.tlt-style3-jp {
	font-size: 14px;
}

.tlt-style3-eng {
	font-size: 72px;
	font-weight: 500;
	padding-top: 7px;
	letter-spacing: 8px;
}

.sec1-about-left {
	line-height: 2.4;
}

.sec1-about-right img {
	border-radius: 50px;
}

.sec1-about-content {
	display: grid;
	grid-template-columns: 1fr 35.3%;
	column-gap: 7%;
}

.sec1-about-left-ck {
	padding-top: 57px;
}

.sec1-about-left-txt {
	max-width: 705px;
	margin-left: auto;
	padding-top: 100px;
}

.sec1-about {
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.txt-fs42 {
	font-size: 42px;
}

.lh24 {
	line-height: 2.4;
}

.sec2-about-gr-txt .txt-fs42 {
	color: #ED6D34;
	letter-spacing: 5px;
}

.sec2-about-gr-txt .txt-fs42 rt {
	font-size: 11px;
	text-align: center;
	padding-bottom: 2px;
}

.sec2-about-gr-txt {
	max-width: 1308px;
	display: grid;
	grid-template-columns: max-content 1fr;
	column-gap: 8%;
	padding-top: 100px;
}

.sec2-about-gr-txt .txt-fs24 {
	padding-top: 5px;
}

.sec2-about-slider-main {
	background: url(../img/about/pic3.png) center repeat-x;
	overflow: hidden;
	background-size: auto 100%;
	height: 31.25vw;
	animation: recruit_anime 100s linear infinite;
}

.sec2-about-slider {
	padding-top: 118px;
}

.table-ab-cs {
	width: 100%;
}

.table-ab-cs tr td:first-child {
	width: 250px;
}

.table-ab-cs tr td:last-child {
	width: calc(100% - 250px);
}

.table-about {
	max-width: 1000px;
	margin-left: auto;
}

.table-ab-cs tr td {
	border-bottom: 1px solid #505A64;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sec3-about {
	padding-top: 200px;
	padding-bottom: 190px;
}

.table-about1 {
	padding-top: 87px;
}

.sec4-about-line {
	border-top: 1px solid #ED6D34;
}

.table-ab-cs-line {
	border-top: 1px solid #505A64;
	margin-top: 14px;
	padding-top: 14px;
}

.sec5-about {
	padding-top: 150px;
	padding-bottom: 180px;
}

.table-about2 {
	padding-top: 40px;
}

.sec3-bg--about:before {
	content: none;
}

.sec3-bg--about-after:after {
	content: none;
}

.sec3-bg--about-after:before {
	top: 500px;
}

.sec-link-id {
	position: relative;
}

.sec-link-idm {
	position: absolute;
	top: -50px;
	left: 0;
}

.banner-child-services {
	position: relative;
}

.banner-child-services:before {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	background-image: url(../img/services/pic1.jpg);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -2;
}

.banner-child-services .banner-child-h2 {
	color: #fff;
}

.bg-sec1-top-services:before {
	opacity: 0.9;
}

.cont-1720 {
	max-width: 1720px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 30px);
}

.sec1-service-main {
	max-width: 1570px;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec2-service-main {
	max-width: 1570px;
	margin-left: auto;
	padding-top: 118px;
}

.txt-fs55 {
	font-size: 55px;
}

.sec1-service-left .txt-fs55 {
	font-weight: 500;
	line-height: 1.5;
	color: #ED6D34;
	padding-bottom: 48px;
}

.sec1-service-left {
	width: 42%;
}

.sec1-service-right {
	width: 58%;
	padding-top: 20px;
}

.sec1-service {
	position: relative;
	padding-top: 130px;
}

.sec1-service:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	background-color: #ED6D34;
}

.sec2-service-main .txt-fs55 {
	color: #fff;
	line-height: 1.5;
}

.sec2-service-main-box {
	max-width: 1460px;
	margin-left: auto;
	background-color: #fef5f1;
	border-radius: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
	margin-top: 75px;
}

.sec2-service-main-box-img {
	position: relative;
	max-width: max-content;
	margin-left: auto;
	margin-right: auto;
}

.sec2-service-main-box-content-tlt {
	color: #ED6D34;
	font-weight: 700;
	padding-bottom: 20px;
	letter-spacing: -2px;
}

.sec2-service-main-box-content .txt-fs24 {
	line-height: 1.8;
}

.sec2-service-main-box-content {
	padding-left: 65px;
	padding-top: 40px;
}

.sec2-service-main-arow {
	position: relative;
}

.sec2-service-main-arow-img {
	position: absolute;
	bottom: 95%;
	right: 0;
	width: 64%;
}

.sec2-service-main-box-img-sp {
	display: none;
}

.sec2-service-bottom {
	max-width: 1460px;
	color: #fff;
	margin-left: auto;
	padding-top: 30px;
}

.sec3-service-main {
	padding-top: 180px;
	padding-bottom: 190px;
}

.sec3-service-main-ul {
	color: #fff;
	max-width: 1460px;
	margin-left: auto;
	padding-top: 70px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 3.7%;
	row-gap: 110px;
}

.txt-fs48 {
	font-size: 48px;
}

.sec3-service-main-ul .txt-fs48 {
	padding-top: 20px;
	padding-bottom: 16px;
}

.bg-sec1-top-contact:before {
	background: #FEFAF7;
}

.banner-child--contact {
	overflow: hidden;
}

.cont-1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 30px);
}

.sec1-contact {
	padding-top: 135px;
}

.form-erro {
	float: right;
	transform: translateY(5px);
}

.table-form-inpt tr td:first-child {
	width: 350px;
	padding-left: 40px;
	padding-right: 50px;
}

.table-form-inpt tr td:last-child {
	width: calc(100% - 350px);
}

.table-form-inpt tr td {
	border-bottom: 1px solid #505A64;
	padding-top: 40px;
	padding-bottom: 40px;
}

.form-radio {
	display: none;
}

.radio-icon {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 7px;
}

.radio-icon-main {
	display: inline-block;
	width: 37px;
	height: 37px;
	border: 1px solid #a7acb1;
	border-radius: 1000px;
	position: relative;
}

.radio-icon-main:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 1000px;
	transform: scale(0.6);
	background-color: #a7acb1;
	opacity: 0;
}

.form-radio:checked+.radio-icon .radio-icon-main:before {
	opacity: 1;
}

.group-input-radio .group-input-radio-item+.group-input-radio-item {
	padding-top: 15px;
}

.form-control {
	width: 100%;
	border: 0;
	outline: 0;
	height: 70px;
	background-color: #F3F3F5;
	border-radius: 10px;
	padding: 0 20px;
}

.form-select {
	width: 150px;
	height: 70px;
	background-color: #F3F3F5;
	border-radius: 10px;
	padding: 0 20px;
	border: 0;
	color: #505a64;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../img/contact/pic2.png);
	background-repeat: no-repeat;
	background-size: 17px auto;
	background-position: right 30px center;
	outline: 0;
}

.table-form-inpt {
	width: 100%;
}

.group-input-radio-item--bottom {
	display: grid;
	grid-template-columns: max-content 1fr;
	align-items: center;
	column-gap: 20px;
}

.form-control.no-active {
	background-color: #a7acb1;
}

.form-are {
	width: 100%;
	border: 0;
	outline: 0;
	background-color: #F3F3F5;
	border-radius: 10px;
	padding: 15px 20px;
	resize: none;
	height: 280px;
}

.td-alight-top {
	vertical-align: top;
}

.td-alight-top td:first-child {
	padding-top: 50px !important;
}

.form-control::placeholder,
.form-are::placeholder {
	color: #8d949a;
}

.dv_form-are {
	display: flex;
}

.are-privacy {
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 13px;
	padding-top: 70px;
}

.are-privacy input {
	width: 25px;
	height: 25px;
}

.are-privacy a {
	border-bottom: 1px solid #505A64;
}

.sec3-bg--contact:before,
.sec3-bg--contact::after {
	background: #FEFAF7;
	top: -750px;
}

.sec3-bg--contact:after {
	top: -850px;
}

.table-form {
	padding-top: 150px;
}

.sec2-contact {
	padding-top: 120px;
}

.sec2-contact-box {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fef5f1;
	padding: 60px 15px;
	margin-top: 80px;
}

.sec2-contact-box .txt-fs24 span {
	font-weight: 700;
}

.sec2-contact-box .txt-fs24 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.gr-submit-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.btn-submit-form {
	font-size: 21px;
	color: #fff;
	width: 280px;
	height: 70px;
	border: 0;
	background-color: #ED6D34;
	border-radius: 50px;
	cursor: pointer;
}

.form-submit {
	padding-top: 100px;
	padding-bottom: 185px;
}

.sec1-contact--xn {
	padding-top: 0 !important;
}

.sec1-contact--xn .sec1-contact {
	padding-top: 0;
}

.sec1-contact--xn .form-control,
.sec1-contact--xn .form-are {
	background-color: #a7acb1;
}

.gr-select-date {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 10px;
}

.form-select-w100 {
	width: 100% !important;
}

.dectial-radio-btn {
	display: inline-block;
	padding-left: 23px;
}

.sec3-bg--contact--entry:before {
	top: -459px;
}

.sec3-bg--contact--entry:after {
	top: -554px;
}

.footer--entry .footer-recruit {
	display: none;
}

.sec1-privacy {
	background-color: #fff;
}

.sec1-privacy {
	padding-top: 40px;
	padding-bottom: 100px;
	padding-left: 15px;
	padding-right: 15px;
}

.sec1-recuit {
	max-width: 1420px;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	position: relative;
	z-index: 5;
}

.sec2-recuit {
	max-width: 1720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -35px;
	position: relative;
}

.img-sec2-recuit {
	width: 100%;
	border-radius: 50px;
}

.sec2-recuit-bg {
	position: relative;
}

/* .sec2-recuit-bg:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 10.4%;
	bottom: 0;
	clip-path: polygon(0 44%, 0% 100%, 100% 100%);
	background: rgb(252,233,225);
	background: linear-gradient(-90deg, rgba(252,233,225,1) 0%, rgba(254,245,217,1) 100%);
	opacity: 0.9;
	z-index: 3;
} */
.sec2-recuit:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 6.4%;
	bottom: 0;
	clip-path: polygon(0 44%, 0% 100%, 100% 100%);
	background: rgb(252, 233, 225);
	background: linear-gradient(-90deg, rgba(252, 233, 225, 1) 0%, rgba(254, 245, 217, 1) 100%);
	opacity: 0.9;
	z-index: 3;
	border-bottom-left-radius: 50px;
}

.sec2-recuit-img-ctm {
	position: relative;
	z-index: 2;
}

.sec2-recuit-bg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 200px;
	background-color: #fff;
}

.sec2-recuit-link-entry-cril {
	color: #ED6D34;
	font-size: 36px;
	font-weight: 500;
	display: inline-flex;
	width: 200px;
	height: 200px;
	border-radius: 1000px;
	border: 1px solid #ED6D34 !important;
	background-color: rgba(255, 255, 255, 0.9);
	justify-content: center;
	align-items: center;
	flex-direction: column;
	row-gap: 8px;
}

.sec2-recuit-link-entry-cril:after {
	content: '';
	display: inline-block;
	width: 58px;
	height: 38px;
	background-image: url(../img/recruit/pic2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.sec2-recuit-link-entry {
	position: absolute;
	bottom: 50px;
	right: 50px;
	z-index: 4;
}

.sec2-recuit-tlt {
	position: absolute;
	bottom: 80px;
	left: 8%;
	z-index: 4;
}

.sec2-recuit-tlt-h2 {
	font-size: 110px;
	color: #ED6D34;
	line-height: 1.3;
	letter-spacing: -5px;
}

.sec2-recuit-tlt-h2 .txt-fs21 {
	text-align: center;
	padding-bottom: 3px;
	letter-spacing: 3px;
	padding-left: 14px;
}

.lh3 {
	line-height: 3;
}

.sec3-recruit {
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.sec3-recruit {
	padding-top: 75px;
	position: relative;
	overflow: hidden;
}

.sec3-recruit:before {
	content: '';
	position: absolute;
	bottom: 10.417vw;
	left: 50%;
	top: -1px;
	background: rgb(252, 233, 225);
	background: linear-gradient(-90deg, rgba(252, 233, 225, 1) 0%, rgba(254, 245, 217, 1) 100%);
	clip-path: polygon(79% 0, 89% 0, 100% 7%, 100% 100%, 0 100%, 0 50%);
	max-width: 1720px;
	width: 100%;
	transform: translateX(-50%) scaleX(1.11);
}

.sec3-recruit-content {
	position: relative;
	z-index: 1;
	padding-bottom: 92px;
}

.sec3-recruit-slider {
	background: url(../img/recruit/pic3.png) center repeat-x;
	overflow: hidden;
	background-size: auto 100%;
	height: 20.781vw;
	animation: recruit_anime2 100s linear infinite;
	position: relative;
	z-index: 1;
}

.sec4-recruit-cont {
	max-width: 1670px;
	margin-left: auto;
	width: calc(100% - 15px);
}

.sec4-recruit-left .txt-fs55 {
	color: #ED6D34;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 50px;
}

.sec4-recruit-main {
	display: grid;
	grid-template-columns: 1fr 47.9%;
	column-gap: 9.2%;
	padding-top: 100px;
}

.sec4-recruit-right {
	padding-top: 20px;
}

.sec4-recruit {
	padding-top: 150px;
}

.sec4-recruit-box-item {
	position: relative;
	border: 1px solid #ED6D34;
	padding-top: 100px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 60px;
}

.txt-fs36 {
	font-size: 36px;
}

.sec4-recruit-box-item .txt-fs36 {
	color: #ED6D34;
	line-height: 1.6;
	padding-left: 42px;
	padding-right: 42px;
	padding-bottom: 35px;
	text-align: center;
	min-height: 150px;
}

.sec4-recruit-box-point {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sec4-recruit-box-content {
	padding-left: 40px;
	padding-right: 40px;
}

.sec4-recruit-box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 3.5%;
	padding-top: 135px;
}

.sec5-recruit {
	color: #fff;
}

.sec5-recruit .tlt-style3 {
	color: #fff;
}

.sec5-recruit-box {
	background-color: #ED6D34;
	border-radius: 50px;
	padding: 150px 20px;
	padding-bottom: 178px;
}

.sec5-recruit-tlt {
	margin-left: auto;
	margin-right: auto;
	max-width: 1420px;
}

.sec5-recruit-content {
	margin-left: auto;
	max-width: 1320px;
}

.sec5-recruit-content-ul li {
	display: grid;
	grid-template-columns: 250px 1fr;
	align-items: flex-start;
	border-bottom: 1px solid #fff;
	padding-bottom: 18px;
	position: relative;
	padding-right: 60px;
}

.sec5-recruit-content-ul .txt-fs36 {
	line-height: 1.6;
}

.sec5-recruit-icon:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 1000px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: -65px;
	transform: translateY(-50%);
	z-index: 2;
}

.sec5-recruit-content-ul {
	padding-left: 65px;
}

.sec5-recruit-icon {
	position: relative;
}

.sec5-recruit-content-ul li+li {
	padding-top: 77px;
}

.sec5-recruit-content-ul li:first-child:after {
	content: '';
	position: absolute;
	left: -55px;
	top: 24px;
	height: 10000vw;
	width: 10px;
	background-color: #FABE00;
}

.sec5-recruit-content-right-grid {
	display: grid;
	grid-template-columns: 1fr 47.4%;
	column-gap: 3%;
	padding-bottom: 30px;
}

.sec5-recruit-content-right-img {
	padding-top: 14px;
}

.sec5-recruit-content {
	padding-top: 95px;
	padding-bottom: 30px;
	overflow: hidden;
}

.sec5-recruit {
	margin-top: 200px;
}

.sec6-recruit-ul {
	max-width: 1000px;
	margin-left: auto;
}

.sec6-recruit-txtq {
	color: #ED6D34;
	cursor: pointer;
	border-top: 1px solid #505A64;
	padding-top: 37px;
	padding-bottom: 12px;
	position: relative;
	padding-right: 50px;
}

.sec6-recruit-txtq:before,
.sec6-recruit-txtq:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 2px;
	border-radius: 1000px;
	background-color: #ED6D34;
}

.sec6-recruit-txtq:after {
	transform: rotate(90deg);
	transition: all 0.3s ease-in-out;
}

.sec6-recruit-txtq.is-active:after {
	transform: rotate(0deg);
}

.sec6-recruit-txta {
	border-top: 1px solid #505A64;
	padding-top: 37px;
	padding-bottom: 65px;
	display: grid;
	grid-template-columns: max-content 1fr;
}

.sec6-recruit-txta:before {
	content: 'A.';
}

.sec6-recruit {
	padding-top: 145px;
}

.sec6-recruit-ul li:first-child .sec6-recruit-txtq {
	border-top: 0;
}

.sec6-recruit-ul {
	padding-top: 70px;
}

.sec6-recruit-ul li:last-child .sec6-recruit-txtq {
	border-bottom: 1px solid #505A64;
}

.sec6-recruit-ul li:last-child .sec6-recruit-txta {
	border-top: 0;
	border-bottom: 1px solid #505A64;
}

.sec7-recruit {
	padding-top: 357px;
	padding-bottom: 200px;
}

.table-about3 {
	padding-top: 87px;
}

.sec8-recruit img {
	width: 100%;
}

.sec8-recruit:after {
	content: none;
}

.sec8-recruit:before {
	top: -500px;
}

.sec4-recruit-right img {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.sec3-recruit-txt0519 {
	line-height: 1;
}

.sec9-recruit {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 150px;
	padding-bottom: 150px;
}

.sec9-recruit-box {
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 30px);
	background-color: #fff;
	box-shadow: 7px 7px 10px rgba(237, 109, 52, 0.2);
	padding-top: 80px;
	padding-bottom: 80px;
}

.sec9-recruit-box-prp {
	max-width: 1200px;
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 290px 1fr;
	font-family: "Noto Serif JP", serif;
}

.sec9-recruit-box-left {
	font-size: 55px;
	line-height: 1;
	color: #ed6d34;
	padding-left: 50px;
	display: flex;
	align-items: center;
}

.sec9-recruit-box-right {
	font-size: 42px;
	line-height: 2.3;
	padding-left: 150px;
	border-left: 1px solid #ed6d34;
	padding-top: 27px;
	padding-bottom: 23px;
}

@keyframes recruit_anime {
	0% {
		background-position: 110.417vw 0;
	}

	100% {
		background-position: -110.417vw 0;
	}
}

@keyframes recruit_anime2 {
	0% {
		background-position: 117.188vw 0;
	}

	100% {
		background-position: -117.188vw 0;
	}
}

@media screen and (min-width:1000px) {

	.list-menu-hd li:nth-child(5),
	.list-menu-hd li:nth-child(6) {
		display: none;
	}

	.list-menu-hd a:hover,
	.list-menu-hd a.is-active {
		color: #ED6D34;
	}

	.sec2-top-dots-main button:hover {
		background-color: #ED6D34;
	}

	.link-toggle:hover {
		background-color: #fff;
		color: #ED6D34;
	}

	.tlt-style1-eng,
	.tlt-style2-eng {
		letter-spacing: 5px;
	}

	.banner-child-h2-eng {
		letter-spacing: 4px;
	}

	.banner-child-h2-eng--recruit {
		transform: translateX(-10px);
	}
}

@media screen and (min-width:1501px) {
	.tlt-style1-eng {
		letter-spacing: 10px;
	}

	.tlt-style2-eng {
		letter-spacing: 7px;
	}

	.banner-child-h2-eng {
		letter-spacing: 7px;
	}
}

@media screen and (max-width:1700px) {
	.sec4-slider-child {
		width: 102.588vw;
	}

	.sec4-slider-item-main {
		padding-right: 2.647vw;
	}

	.sec4-slider-item-main .txt-fs44 {
		padding-bottom: 1.176vw;
	}

	.txt-fs44 {
		font-size: 2.588vw;
	}

	.sec4-slider-item-order {
		margin-top: -1.765vw;
		padding-left: 0.294vw;
	}

	.sec4-slider-item-order img {
		height: 5.412vw;
	}

	.sec4-slider-item-main .txt-fs24 {
		font-size: 1.412vw;
	}

	.link-toggle {
		border-radius: 2.059vw;
		width: 11.765vw;
		height: 4.118vw;
		margin-top: 1.765vw;
	}

	.sec4-slider-view-cont {
		box-shadow: 10px 10px rgba(237, 109, 52, 0.5);
	}

	.txt-fs55 {
		font-size: max(3.235vw, 30px);
	}

	.sec2-recuit-tlt-h2 {
		font-size: 6.471vw;
		letter-spacing: -0.294vw;
	}

	.sec2-recuit-tlt-h2 .txt-fs21 {
		padding-bottom: 0.176vw;
		letter-spacing: 0.176vw;
		padding-left: 0.824vw;
	}

	.sec2-recuit-tlt {
		bottom: 4.706vw;
	}

	.img-sec2-recuit {
		border-radius: 0;
	}

	.sec2-recuit:before {
		border-radius: 0;
	}
}

@media screen and (max-width:1500px) {
	.header-cont h1 {
		padding-left: 0;
		transform: none;
		width: max(18.067vw, 200px);
	}

	.stander-top,
	.header-cont {
		height: 10vw;
	}

	.list-menu-hd {
		font-size: max(1.4vw, 18px);
		column-gap: 4.667vw;
	}

	.header-right {
		column-gap: 3.667vw;
	}

	.btn-hd-link {
		font-size: max(1.4vw, 18px);
		width: 16vw;
		height: 5.333vw;
	}

	.btn-hd-icon-contact {
		width: 5.333vw;
		height: 5.333vw;
	}

	.btn-hd-icon-contact img {
		width: 2.467vw;
	}

	.h2-title-top {
		font-size: 8vw;
		letter-spacing: 2vw;
		padding-left: 4.333vw;
	}

	.h2-title-top:before {
		top: 1.867vw;
		bottom: -11.333vw;
	}

	.icon-scroll-down img {
		width: 15.2vw;
	}

	.icon-scroll-down a {
		background-size: 4.867vw auto;
	}

	.icon-scroll-down {
		top: 7.333vw;
	}

	.sec1-top-title-note {
		letter-spacing: 0.333vw;
		font-size: 1.6vw;
		padding-right: 0.667vw;
		padding-bottom: 0.667vw;
	}

	.slider-item-img {
		border-top-right-radius: 6.667vw;
		border-bottom-right-radius: 6.667vw;
	}

	.bg-sec1-top:before {
		top: max(5.333vw, 50px);
		height: max(86vw, 400px);
		clip-path: polygon(0 30%, 100% 0, 100% 70%, 0% 100%);
	}

	.sec3-bg:after,
	.sec3-bg:before {
		height: max(86vw, 400px);
	}

	.txt-fs24 {
		font-size: max(1.6vw, 20px);
	}

	.sec3-top-left {
		padding-top: 2.333vw;
		padding-right: 3vw;
	}

	.sec3-top-left P {
		padding-bottom: 5.333vw;
	}

	.link-arow-right:before {
		width: max(4.667vw, 60px);
		height: max(4.667vw, 60px);
	}

	.btn-pre-next {
		width: max(4.667vw, 60px);
		height: max(4.667vw, 60px);
	}

	.sec4-top-main p.txt-fs24 {
		padding-top: 7vw;
		padding-bottom: 5.2vw;
	}

	.tlt-style1-eng {
		font-size: max(8vw, 100px);
	}

	.sec4-top-right {
		padding-top: 24.5vw;
	}

	.sec4-top-left {
		padding-right: 3vw;
	}

	.sec3-bg:before {
		top: max(8.667vw, 190px);
		clip-path: polygon(0 30%, 100% 0, 100% 70%, 0% 100%);
	}

	.sec3-bg:after {
		top: 8.667vw;
		clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%)
	}

	.txt-fs80 {
		font-size: max(5.333vw, 50px);
	}

	.footer-recruit-box p.txt-fs24 {
		padding-top: 3vw;
		padding-bottom: 3vw;
	}

	.footer-recruit-box {
		padding-left: 4.667vw;
		padding-top: 3.667vw;
		padding-bottom: 2.333vw;
	}

	.footer-menu {
		column-gap: 10vw;
	}

	.footer-menu-ul {
		column-gap: 4.867vw;
	}

	.banner-child-cont {
		height: max(30vw, 300px);
	}

	.sec3-about {
		padding-top: 140px;
		padding-bottom: 140px;
	}

	.sec3-bg--about-after:before {
		top: 500px;
	}

	.txt-fs48 {
		font-size: max(3.2vw, 30px);
	}

	.sec3-service-main-ul .txt-fs48 {
		padding-top: 1.333vw;
		padding-bottom: 1.067vw;
	}

	.sec3-service-main-ul {
		row-gap: max(7.333vw, 30px);
	}

	.sec3-bg--contact:before {
		top: -750px;
	}

	.sec3-bg--contact:after {
		top: -850px;
	}

	.sec3-bg--contact--entry:before {
		top: -459px;
	}

	.sec3-bg--contact--entry:after {
		top: -554px;
	}

	.sec1-contact {
		padding-top: 9vw;
	}

	.table-form {
		padding-top: max(10vw, 30px);
	}

	.sec2-recuit-link-entry-cril {
		font-size: max(2.4vw, 22px);
		width: 13.333vw;
		height: 13.333vw;
		row-gap: 0.533vw;
	}

	.sec2-recuit-link-entry {
		bottom: 3.333vw;
		right: 3.333vw;
	}

	.sec2-recuit-link-entry-cril:after {
		width: 3.867vw;
		height: 2.533vw;
	}

	.sec4-recruit-main {
		column-gap: 5%;
		padding-top: 80px;
	}

	.sec4-recruit-box-item .txt-fs36 {
		font-size: 2.4vw;
		padding-left: 1.333vw;
		padding-right: 1.333vw;
		padding-bottom: 3.333vw;
	}

	.sec4-recruit-box-content {
		padding-left: 3.333vw;
		padding-right: 3.333vw;
	}

	.sec7-recruit {
		padding: 150px 0;
	}

	.sec8-recruit:before {
		top: -33.333vw;
	}

	.sec4-recruit-right img {
		border-top-left-radius: 3.333vw;
		border-bottom-left-radius: 3.333vw;
	}

	.sec5-recruit-box {
		border-radius: 3.333vw;
	}

	@keyframes recruit_anime2 {
		0% {
			background-position: 150vw 0;
		}

		100% {
			background-position: -150vw 0;
		}
	}

	.sec3-recruit-slider {
		height: 26.6vw;
	}
}

@media screen and (max-width:1300px) {
	.slider-item-txt {
		font-size: 2.769vw;
		bottom: 7.692vw;
		row-gap: 1.538vw;
	}

	.slider-item-txt span {
		padding: 0.923vw;
	}

	.sec2-recuit:before {
		right: 0;
	}

	.sec3-recruit:before {
		left: 0;
		right: 0;
		transform: none;
		clip-path: polygon(100% 0, 100% 0, 100% 15%, 100% 100%, 0 100%, 0 53%);
		top: 0;
	}

	.sec3-recruit-txt0519 {
		font-size: 28px;
	}
}

@media screen and (max-width:1200px) {
	.sec4-top-main {
		grid-template-columns: 1fr 40.7%;
	}

	.sec3-top-ctn {
		grid-template-columns: 1fr 47.1%;
	}

	.sec4-top-main p.txt-fs24 {
		padding-top: 5vw;
		padding-bottom: 4.2vw;
	}

	.footer-recruit-main {
		position: static;
		padding-top: 50px;
	}

	.footer-recruit-box {
		margin-right: auto;
	}

	.footer-recruit-box {
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
	}

	.footer-contact-left {
		padding-right: 50px;
	}

	.footer-contact-right {
		padding-left: 50px;
	}

	.footer-contact-link {
		font-size: 24px;
		height: 80px;
		background-size: 60px auto;
		background-position: left 10px center;
		padding-right: 23px;
		padding-left: 80px;
	}

	.footer-contact-tell img {
		width: 400px;
	}

	.footer-recruit-main {
		padding-bottom: 50px;
	}

	.sec4-slider-view-cont-content {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.sec4-slider-view-tlt {
		grid-template-columns: 120px 1fr;
	}

	.sec4-slider-view-tlt img {
		height: 80px;
	}

	.sec4-slider-view-left-right {
		padding-top: 50px;
	}

	.txt-fs32 {
		font-size: 24px;
	}

	.banner-child-h2-eng {
		font-size: 10vw;
	}

	.sec1-about {
		padding: 100px 0;
	}

	.sec1-about-left-txt {
		padding-top: 50px;
	}

	.tlt-style3-eng {
		font-size: 60px;
		letter-spacing: 5px;
	}

	.sec1-about-content {
		grid-template-columns: 1fr 38.3%;
		column-gap: 4%;
	}

	.sec5-about {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.sec1-service {
		padding-top: 100px;
	}

	.sec2-service-main {
		padding-top: 80px;
	}

	.sec2-service-main-box-content {
		padding-left: 30px;
	}

	.sec1-service-right {
		width: 52%;
	}

	.sec1-service-left {
		width: 45%;
	}

	.sec1-service-left .txt-fs55 {
		padding-bottom: 30px;
	}

	.sec2-service-main-box {
		margin-top: 60px;
	}

	.sec3-service-main {
		padding: 100px 0;
	}

	.form-submit {
		padding-bottom: 100px;
	}

	.sec2-recuit-tlt {
		left: 5%;
	}

	.sec2-recuit-tlt {
		left: 15px;
	}

	.sec4-recruit {
		padding-top: 100px;
	}

	.sec4-recruit-box-point {
		width: 100px;
	}

	.sec4-recruit-box-item {
		padding-top: 75px;
		padding-bottom: 50px;
	}

	.sec4-recruit-box {
		column-gap: 2.5%;
	}

	.sec5-recruit {
		margin-top: 120px;
	}

	.sec5-recruit-box {
		padding: 120px 20px;
	}

	.sec5-recruit-content-ul li+li {
		padding-top: 50px;
	}

	.sec5-recruit-content-ul li {
		padding-right: 40px;
	}

	.sec5-recruit-content-ul li {
		grid-template-columns: 200px 1fr;
	}

	.sec6-recruit {
		padding-top: 100px;
	}

	.sec7-recruit {
		padding: 100px 0;
	}
}

@media screen and (max-width:999px) {
	.toggle {
		display: block;
	}

	.list-menu-hd2 {
		display: none;
	}

	.header-right {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: #fff;
		z-index: 1000;
	}

	.stander-top,
	.header-cont {
		height: 100px;
	}

	.header-cont h1 {
		width: 200px;
	}

	.list-menu-hd {
		font-size: 18px;
		display: block;
	}

	.list-menu-hd a {
		display: block;
		padding: 18px;
		text-align: center;
	}

	.list-menu-hd li {
		border-bottom: 1px solid #ED6D34;
	}

	.list-menu-hd .is-active {
		background-color: #ED6D34;
		color: #fff;
	}

	.icon-scroll-down img {
		width: 18.2vw;
	}

	.icon-scroll-down a {
		background-size: 5.867vw auto;
	}

	.h2-title-top {
		font-size: 9.3vw;
		padding-left: 3.333vw;
	}

	.h2-title-top:before {
		width: 5px;
	}

	.sec1-top-title-note {
		font-size: 2.6vw;
		padding-right: 1.333vw;
	}

	.sec2-top-dots-main .slick-dots li+li {
		padding-top: 0;
	}

	.sec2-top-dots-main {
		position: static;
		padding-top: 10px;
	}

	.sec2-top-dots-main .slick-dots {
		display: flex !important;
		align-items: center;
		flex-wrap: wrap;
		gap: 15px;
		justify-content: center;
	}

	.sec2-top-dots {
		width: 100%;
	}

	.sec3-top {
		padding-top: 80px;
	}

	.txt-fs24 {
		font-size: max(2.002vw, 18px);
	}

	.sec3-top-ctn {
		grid-template-columns: 1fr 38.1%;
	}

	.sec4-top-main {
		grid-template-columns: 1fr 38.1%;
	}

	.tlt-style1-eng {
		font-size: max(10.01vw, 80px);
	}

	.br-999 {
		display: none;
	}

	.sec4-top-right img {
		border-radius: 2.503vw;
	}

	.sec4-top-right {
		padding-top: 14.5vw;
	}

	.sec4-top-left {
		padding-right: 0;
	}

	.sec4-top {
		padding-top: 50px;
	}

	.sec4-slider {
		padding-top: 80px;
	}

	.sec4-slider-child {
		width: 100%;
	}

	.sec4-slider {
		width: 100%;
		margin-right: auto;
	}

	.sec4-slider-item-main {
		padding-right: 15px;
		padding-left: 15px;
	}

	.sec4-slider .txt-fs80 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.txt-fs80 {
		font-size: max(5.005vw, 36px);
	}

	.sec4-slider-item-main .txt-fs44 {
		padding-top: 10px;
	}

	.sec4-slider-item-main .txt-fs24 {
		font-size: 16px;
	}

	.link-toggle {
		border-radius: 1000px;
		width: 130px;
		height: 45px;
		margin-top: 20px;
	}

	.select-power-right {
		column-gap: 20px;
	}

	.gr-select-power-line {
		width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
	}

	.footer-recruit-box p.txt-fs24 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.tlt-style2-eng {
		font-size: max(7.207vw, 50px);
	}

	.footer-contact-tell img {
		width: 40.04vw;
	}

	.footer-contact-left {
		padding-right: 30px;
	}

	.footer-contact-right {
		padding-left: 30px;
	}

	.footer-contact-link {
		font-size: 20px;
		height: 65px;
		background-size: 50px auto;
		background-position: left 10px center;
		padding-right: 20px;
		padding-left: 70px;
	}

	.footer-contact-left,
	.footer-contact-right {
		height: 164px;
	}

	.txt-fs21 {
		font-size: 18px;
	}

	.footer-menu {
		column-gap: 0;
		justify-content: space-between;
	}

	.footer-menu-logo--logo {
		width: 220px;
	}

	.footer-menu-logo {
		column-gap: 20px;
	}

	.footer-menu-logo--ins {
		margin-bottom: 8px;
	}

	.ft-link-pryvacy a {
		position: static;
	}

	.ft-link-pryvacy {
		text-align: right;
		margin-top: -20px;
	}

	.scrolltop {
		width: 60px;
		height: 60px;
		right: 15px;
	}

	.sec4-slider-view-left-right {
		display: block;
	}

	.sec4-slider-view-left {
		width: 100%;
	}

	.sec4-slider-view-right {
		width: 100%;
		padding-top: 30px;
		text-align: center;
	}

	.sec4-slider-view-close {
		top: 25px;
		right: 25px;
	}

	.sec4-slider-view-close img {
		width: 100px;
	}

	.sec4-slider-view-tlt img {
		height: 60px;
	}

	.sec4-slider-view-tlt {
		grid-template-columns: 93px 1fr;
	}

	.sec4-slider-view--bottom {
		padding-top: 30px;
	}

	.txt-fs32 {
		font-size: 20px;
	}

	.sec4-slider-view--bottom2-ul {
		padding-top: 50px;
	}

	.sec4-slider-view--bottom2-ul .txt-fs32 {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.banner-child-cont {
		height: 250px;
	}

	.banner-child-h2-eng {
		font-size: 80px;
	}

	.tlt-style3-eng {
		font-size: 50px;
	}

	.sec1-about-left-txt {
		padding-top: 30px;
	}

	.sec1-about {
		padding: 80px 0;
	}

	.sec1-about-left-ck img {
		width: 130px;
	}

	.sec1-about-left-ck {
		padding-top: 30px;
	}

	.sec2-about-gr-txt {
		padding-top: 50px;
		column-gap: 4%;
	}

	.sec2-about-slider {
		padding-top: 80px;
	}

	.sec3-about {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.table-about {
		padding-top: 50px;
	}

	.table-ab-cs tr td:first-child {
		width: 200px;
	}

	.table-ab-cs tr td:last-child {
		width: calc(100% - 200px);
	}

	.sec5-about {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.sec1-service-left {
		width: 100%;
	}

	.sec1-service-right {
		width: 100%;
		padding-top: 30px;
	}

	.sec1-service-left .br-750 {
		display: none;
	}

	.sec2-service-main-box-content {
		padding-left: 0;
		padding-top: 30px;
	}

	.sec2-service-main-box-content-tlt {
		letter-spacing: 0;
	}

	.sec1-service-right {
		text-align: center;
	}

	.sec1-service {
		padding-top: 80px;
	}

	.txt-fs48 {
		font-size: 26px;
	}

	.sec3-service-main-ul {
		column-gap: 2.7%;
	}

	.sec3-service-main {
		padding: 80px 0;
	}

	.sec3-service-main-ul {
		padding-top: 50px;
	}

	.sec1-contact {
		padding-top: 80px;
	}

	.table-form {
		padding-top: 50px;
	}

	.table-form-inpt tr td:first-child {
		width: 280px;
		padding-left: 15px;
		padding-right: 25px;
	}

	.table-form-inpt tr td {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.td-alight-top td:first-child {
		padding-top: 20px !important;
	}

	.form-control {
		height: 50px;
	}

	.radio-icon-main {
		width: 34px;
		height: 34px;
	}

	.group-input-radio .group-input-radio-item+.group-input-radio-item {
		padding-top: 8px;
	}

	.form-are {
		height: 230px;
	}

	.are-privacy {
		padding-top: 50px;
	}

	.sec2-contact {
		padding-top: 80px;
	}

	.sec2-contact-box {
		padding: 50px 15px;
		margin-top: 50px;
	}

	.sec3-bg--contact:before,
	.sec3-bg--contact:after {
		top: -481px;
	}

	.form-submit {
		padding: 80px 0;
	}

	.btn-submit-form {
		font-size: 18px;
		width: 240px;
		height: 60px;
	}

	.sec3-bg--contact--entry:before {
		top: -250px;
	}

	.sec3-bg--contact--entry:after {
		top: -200px;
	}

	.form-select {
		width: 120px;
		height: 50px;
		background-position: right 18px center;
	}

	.sec1-privacy {
		padding-bottom: 80px;
	}

	.sec2-recuit-link-entry-cril {
		font-size: 20px;
	}

	.sec3-recruit-content {
		padding-bottom: 80px;
	}

	.sec4-recruit {
		padding-top: 80px;
	}

	.sec4-recruit-main {
		padding-top: 50px;
	}

	.sec4-recruit-left .txt-fs55 {
		padding-bottom: 35px;
	}

	.sec4-recruit-main {
		display: block;
	}

	.sec4-recruit-cont {
		width: calc(100% - 30px);
		margin-right: auto;
	}

	.sec4-recruit-right {
		text-align: center;
		padding-top: 30px;
	}

	.sec4-recruit-box {
		display: block;
		padding-top: 120px;
	}

	.sec4-recruit-box-item .txt-fs36 {
		padding-left: 0;
		font-size: 24px;
		padding-bottom: 15px;
		min-height: auto;
	}

	.sec4-recruit-box-content {
		padding-left: 0;
		padding-right: 0;
	}

	.sec4-recruit-box .sec4-recruit-box-item+.sec4-recruit-box-item {
		margin-top: 80px;
	}

	.sec5-recruit-content-ul li {
		grid-template-columns: 11.014vw 1fr;
		padding-right: 15px;
	}

	.sec5-recruit {
		margin-top: 80px;
	}

	.sec5-recruit-box {
		padding: 80px 20px;
	}

	.sec5-recruit-content {
		padding-top: 50px;
	}

	.sec5-recruit-content-right-grid {
		padding-bottom: 15px;
	}

	.sec5-recruit-content-ul li+li {
		padding-top: 30px;
	}

	.sec5-recruit-content-ul {
		padding-left: 40px;
	}

	.sec5-recruit-icon:before {
		width: 20px;
		height: 20px;
		left: -40px;
	}

	.sec5-recruit-content-ul li:first-child:after {
		left: -34px;
		top: 13px;
		width: 7px;
	}

	.sec6-recruit {
		padding-top: 80px;
	}

	.sec6-recruit-txtq {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.sec6-recruit-ul {
		padding-top: 50px;
	}

	.sec6-recruit-txta {
		padding: 30px 0;
	}

	.sec7-recruit {
		padding: 80px 0;
	}

	.sec4-recruit-right img {
		border-radius: 3.333vw;
	}

	.banner-child-h2-eng--recruit {
		transform: translateX(-8px);
	}
}

@media screen and (max-width:750px) {
	.icon-scroll-down {
		display: none;
	}

	.h2-title-top:before {
		content: none;
	}

	.h2-title-top {
		padding-left: 0;
		text-align: center;
	}

	.sec1-top {
		margin-top: 50px;
	}

	.h2-title-top {
		font-size: 60px;
		letter-spacing: 10px;
	}

	.sec1-top-title-note {
		font-size: 18px;
		padding-right: 10px;
		letter-spacing: 0;
	}

	.slider-item-img {
		border-radius: 0;
		min-height: 300px;
		object-fit: cover;
		object-position: center center;
		width: 100%;
	}

	.sec1-top {
		width: 100%;
	}

	.slider-item-txt {
		font-size: 23px;
		bottom: 40px;
		row-gap: 10px;
	}

	.slider-item-txt span {
		padding: 10px;
	}

	.br-750 {
		display: none;
	}

	.sec3-top {
		padding-top: 50px;
	}

	.sec3-top-ctn {
		display: block;
		width: 100%;
	}

	.sec3-top-left {
		padding-top: 0;
		padding-right: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.lh3 {
		line-height: 2.3;
	}

	.link-arow-right:before {
		width: 50px;
		height: 50px;
	}

	.sec3-top-left P {
		padding-bottom: 30px;
	}

	.sec3-top-right {
		padding-left: 15px;
		padding-top: 30px;
	}

	.sec4-top-main {
		display: block;
	}

	.tlt-style1-eng {
		font-size: 70px;
	}

	.sec4-top-main p.txt-fs24 {
		padding: 30px 0;
	}

	.txt-fs80 {
		font-size: 40px;
	}

	.sec4-slider {
		padding-top: 50px;
	}

	.sec4-slider-item-main {
		padding-left: 10px;
		padding-right: 10px;
	}

	.sec4-slider-child {
		padding-left: 5px;
		padding-right: 5px;
	}

	.sec4-slider-item-main .txt-fs44 {
		font-size: 18px;
		padding: 10px 0;
	}

	.sec4-slider-item-main .txt-fs24 {
		font-size: 15px;
	}

	.sec4-slider-item-order img {
		height: 40px;
	}

	.sec4-slider-item-order {
		margin-top: -10px;
		padding-left: 10px;
	}

	.sec4-slider .txt-fs80 {
		padding-bottom: 20px;
		line-height: 1.8;
	}

	.sec4-slider-item-main {
		padding-left: 15px;
		padding-right: 15px;
	}

	.sec4-slider-child {
		padding-left: 0;
		padding-right: 0;
	}

	.select-power-left {
		display: none;
	}

	.gr-select-power-line {
		display: block;
	}

	.select-power-right {
		justify-content: center;
	}

	.btn-pre-next {
		width: 50px;
		height: 50px;
	}

	.sec3-bg:before {
		top: max(8.667vw, 80px);
	}

	.sec3-bg {
		display: none;
	}

	.sec3-top {
		background: rgb(252, 233, 225);
		background: linear-gradient(-90deg, rgba(252, 233, 225, 1) 0%, rgba(254, 245, 217, 1) 100%);
		padding-bottom: 50px;
		margin-top: max(6.667vw, 20px);
	}

	.sec4-top-left .tlt-style1 span {
		color: #fff;
	}

	.gr-select-power-line {
		padding-bottom: 50px;
	}

	.footer-contact-lh {
		display: block;
		padding-top: 30px;
	}

	.footer-contact-left,
	.footer-contact-right {
		height: auto;
		padding: 0;
		border: 0;
	}

	.footer-contact-tell {
		margin-top: 0;
	}

	.footer-contact-right {
		padding-top: 20px;
		margin-top: 30px;
		position: relative;
	}

	.footer-contact-right:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		height: 1px;
		width: 300px;
		background-color: #ED6D34;
		transform: translateX(-50%);
	}

	.footer-contact-tell img {
		width: 300px;
	}

	.txt-fs21 {
		font-size: 16px;
	}

	.txt-fs18 {
		font-size: 16px;
	}

	.footer-menu {
		display: block;
	}

	.footer-menu-left {
		text-align: center;
	}

	.footer-menu-logo {
		flex-direction: column;
		row-gap: 15px;
		justify-content: center;
		align-items: center;
	}

	.footer-menu-logo--logo,
	.footer-menu-logo--ins img {
		width: auto;
	}

	.footer-menu-ul {
		display: block;
		text-align: center;
	}

	.footer-menu-ul li {
		padding-top: 10px;
	}

	.footer-menu-right {
		padding-top: 10px;
	}

	.ft-link-pryvacy {
		text-align: center;
		margin-top: 10px;
	}

	.sec4-slider-view-cont-content {
		padding-top: 80px;
		padding-bottom: 50px;
		width: calc(100% - 30px);
	}

	.sec4-slider-view-left-right {
		padding-top: 30px;
	}

	.sec4-slider-view-tlt {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		row-gap: 15px;
	}

	.sec4-slider-view-cont {
		box-shadow: none;
	}

	.txt-fs44 {
		font-size: 18px;
	}

	.sec4-slider-view--bottom2-ul {
		padding-top: 30px;
		display: block;
	}

	.sec4-slider-view--bottom2-ul li+li {
		padding-top: 30px;
	}

	.banner-child-cont {
		height: 200px;
	}

	.banner-child-h2-eng {
		font-size: 60px;
	}

	.sec1-about-content {
		display: block;
	}

	.sec1-about-left-txt {
		max-width: 100%;
	}

	.sec1-about-left {
		line-height: 2;
	}

	.sec1-about-right {
		text-align: center;
		padding-top: 50px;
	}

	.sec1-about-right img {
		border-radius: 30px;
	}

	.sec1-about {
		padding: 50px 0;
	}

	.lh24 {
		line-height: 2;
	}

	.sec2-about-gr-txt {
		padding-top: 30px;
		display: block;
	}

	.txt-fs44--custom {
		font-size: 24px;
	}

	.sec2-about-gr-txt .txt-fs24 {
		padding-top: 10px;
	}

	.sec2-about-gr-txt .txt-fs42 {
		letter-spacing: 0;
	}

	.sec2-about-slider {
		padding-top: 50px;
	}

	.sec3-about {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.table-about {
		padding-top: 30px;
	}

	.table-ab-cs tr td {
		float: left;
		width: 100% !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.table-ab-cs tr td:last-child {
		border-bottom: 1px solid #505A64 !important;
		padding-bottom: 10px !important;
	}

	.table-ab-cs tr td:first-child {
		padding-top: 10px !important;
		font-weight: 500;
	}

	.sec5-about {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.table-ab-cs-line {
		margin-top: 8px;
		padding-top: 8px;
	}

	.sec2-about-group {
		background: rgb(252, 233, 225);
		background: linear-gradient(-90deg, rgba(252, 233, 225, 1) 0%, rgba(254, 245, 217, 1) 100%);
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sec4-about-gr {
		background: rgb(252, 233, 225);
		background: linear-gradient(-90deg, rgba(252, 233, 225, 1) 0%, rgba(254, 245, 217, 1) 100%);
		margin-bottom: 50px;
	}

	.sec4-about-line {
		display: none;
	}

	.sec2-service-main-arow-img {
		display: none;
	}

	.txt-fs55 {
		font-size: 26px;
	}

	.sec1-service-left .txt-fs55 {
		padding-bottom: 20px;
	}

	.sec2-service-main {
		padding-top: 50px;
	}

	.sec2-service-main-box {
		margin-top: 30px;
		padding-bottom: 30px;
	}

	.sec2-service-main-box-img {
		display: none;
	}

	.sec2-service-main-box-img-sp {
		display: block;
		overflow: auto;
	}

	.sec2-service-main-box-img-flow {
		width: max(133.333vw, 700px);
		padding-bottom: 30px;
	}

	.sec1-service {
		padding-top: 50px;
	}

	.txt-fs48 {
		font-size: 24px;
	}

	.sec3-service-main-ul {
		grid-template-columns: 1fr 1fr;
		column-gap: 3.5%;
	}

	.sec3-service-main {
		padding: 50px 0;
	}

	.sec3-service-main-ul {
		padding-top: 30px;
	}

	.sec1-contact {
		padding-top: 50px;
	}

	.table-form {
		padding-top: 30px;
	}

	.table-form .table-form-inpt tr td {
		width: 100% !important;
		float: left;
		padding: 10px 0 !important;
		border: 0 !important;
	}

	.table-form .table-form-inpt tr td:first-child {
		padding-bottom: 0 !important;
	}

	.form-erro {
		transform: translateY(5px);
	}

	.radio-icon-main {
		width: 28px;
		height: 28px;
	}

	.form-control {
		height: 45px;
	}

	.group-input-radio .group-input-radio-item+.group-input-radio-item {
		padding-top: 0;
	}

	.form-erro img {
		width: 40px;
	}

	.form-control {
		padding: 0 15px;
	}

	.form-are {
		height: 200px;
		padding: 15px;
	}

	.are-privacy {
		padding-top: 30px;
	}

	.are-privacy input {
		width: 20px;
		height: 20px;
	}

	.sec2-contact-box {
		padding: 30px 15px;
		margin-top: 30px;
	}

	.form-submit {
		padding: 50px 0;
	}

	.btn-submit-form {
		width: 200px;
		height: 50px;
	}

	.form-select {
		width: 100px;
		height: 45px;
		background-position: right 12px center;
		padding: 0 15px;
	}

	.gr-select-date {
		column-gap: 5px;
		row-gap: 5px;
	}

	.sec1-privacy {
		padding-bottom: 50px;
	}

	.sec1-recuit {
		padding-top: 50px;
	}

	.sec2-recuit {
		margin-top: -20px;
	}

	.sec1-recuit {
		padding-top: 0;
		height: 200px;
		display: flex;
		align-items: center;
	}

	.sec2-recuit {
		margin-top: 0;
	}

	.sec2-recuit-tlt-h2 {
		font-size: 50px;
		letter-spacing: 0;
	}

	.sec2-recuit-tlt-h2 .txt-fs21 {
		padding-bottom: 0;
		letter-spacing: 0;
		padding-left: 0;
	}

	.sec2-recuit-link-entry-cril {
		width: 100px;
		height: 100px;
		row-gap: 5px;
		font-size: 18px;
	}

	.sec2-recuit-tlt {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}

	.sec2-recuit-link-entry {
		bottom: 15px;
		right: 15px;
	}

	.img-sec2-recuit {
		object-fit: cover;
		min-height: 300px;
		width: 100%;
	}

	.sec2-recuit-link-entry-cril:after {
		width: 29px;
		height: 19px;
	}

	.sec2-recuit:before {
		clip-path: polygon(0 59%, 0% 100%, 100% 100%);
	}

	.sec3-recruit {
		padding-top: 50px;
	}

	.sec3-recruit-content {
		padding-bottom: 50px;
	}

	.sec3-recruit:before {
		clip-path: none;
	}

	.sec4-recruit {
		padding-top: 50px;
	}

	.sec4-recruit-main {
		padding-top: 30px;
	}

	.sec4-recruit-left .txt-fs55 {
		padding-bottom: 25px;
	}

	.sec4-recruit-box-point {
		width: 80px;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.sec4-recruit-box-item {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.sec4-recruit-box {
		padding-top: 80px;
	}

	.sec5-recruit {
		margin-top: 50px;
	}

	.sec5-recruit-box {
		padding: 40px 15px;
	}

	.sec5-recruit-content-ul li+li {
		padding-top: 15px;
	}

	.sec5-recruit-content-ul li {
		padding-right: 0;
		padding-bottom: 15px;
		grid-template-columns: 90px 1fr;
	}

	.sec5-recruit-content-right-img {
		padding-top: 20px;
		text-align: center;
	}

	.sec5-recruit-content-right-grid {
		padding-bottom: 0;
		display: block;
	}

	.sec5-recruit-box {
		border-radius: 15px;
	}

	.sec6-recruit {
		padding-top: 50px;
	}

	.sec6-recruit-ul {
		padding-top: 30px;
	}

	.sec6-recruit-txtq:before,
	.sec6-recruit-txtq:after {
		width: 30px;
	}

	.sec6-recruit-txtq {
		padding-right: 40px;
	}

	.sec6-recruit-txtq {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.sec6-recruit-txta {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.sec7-recruit {
		padding: 50px 0;
	}

	.tlt-style3-eng {
		letter-spacing: 0;
	}

	.banner-child-h2-eng--recruit {
		transform: translateX(-6px);
	}

	.sec2-about-slider-main {
		animation: recruit_anime 50s linear infinite;
	}

	.sec3-recruit-slider {
		animation: recruit_anime2 50s linear infinite;
	}

	.footer-menu-ul--menu-sub {
		width: max-content;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.sec3-service-prp-subtlt {
		padding-top: 30px;
	}

	.sec3-recruit-txt0519 {
		font-size: 21px;
		line-height: 1.5;
	}
}

@media screen and (max-width:500px) {
	.h2-title-top {
		font-size: 12vw;
		letter-spacing: 2vw;
	}

	.sec1-top-title-note {
		font-size: max(3.6vw, 15px);
		padding-right: 2vw;
	}

	.slider-item-txt {
		font-size: 4.6vw;
		bottom: 5vw;
		row-gap: 2vw;
	}

	.slider-item-txt span {
		padding: 2vw;
	}

	.footer-recruit-box p.txt-fs24 {
		font-size: 16px;
	}

	.banner-child-h2-eng {
		font-size: 50px;
	}

	.sec3-service-main-ul {
		grid-template-columns: 1fr;
		column-gap: 3.5%;
	}

	.sec2-recuit-tlt-h2 {
		font-size: 40px;
	}

	.sec2-recuit-link-entry-cril {
		width: 80px;
		height: 80px;
		font-size: 16px;
	}

	.sec2-recuit-link-entry-cril:after {
		width: 23px;
		height: 13px;
	}

	.sec3-recruit-content .txt-fs24 {
		font-size: 17px;
		letter-spacing: -1px;
	}

	.sec5-recruit-content-ul li {
		display: block;
	}

	.sec5-recruit-icon {
		margin-bottom: 15px;
	}

	.sec5-recruit-content-ul {
		padding-left: 30px;
	}

	.sec5-recruit-icon:before {
		width: 15px;
		height: 15px;
		left: -30px;
	}

	.sec5-recruit-content-ul li:first-child:after {
		left: -25px;
		top: 14px;
		width: 5px;
	}
}

.sec4-top--cmt {
	color: #4b5d75;
	padding-top: 85px;
}

.sec3-bg--our-services:before {
	top: 550px;
}

.sec1-service-ctm {
	position: relative;
}

.sec1-service-ctm .txt-fs36 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: max-content;
	padding-left: 11px;
	padding-right: 114px;
}

.sec1-service-ctm .txt-fs36:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #FABE00;
	background: linear-gradient(90deg, rgba(250, 190, 0, 1) 0%, rgba(237, 109, 52, 1) 100%);
}

.sec3-service-prp-subtlt {
	color: #fff;
	padding-top: 50px;
}

@media screen and (min-width:751px) {
	.sec4-top--20250516:before {
		top: 125px;
	}
}

@media screen and (max-width:1700px) and (min-width:751px) {
	.sec4-top--cmt {
		padding-top: 5vw;
	}

	.sec3-bg--our-services:before {
		top: 28.35vw;
	}

	.sec4-top--20250516:before {
		top: 7.35vw;
	}

	.sec4-top {
		padding-top: 7.35vw;
	}

	.sec4-top--cmt {
		font-size: 2.47vw;
	}
}

@media screen and (max-width:1500px) {
	.sec3-bg--our-services:before {
		top: 25.35vw;
	}

	.sec1-service-ctm .txt-fs36 {
		font-size: 2.4vw;
		padding-left: 10px;
		padding-right: 5.33vw;
	}
}

@media screen and (max-width:999px) {
	.sec3-bg--our-services:before {
		top: 255px;
	}
}

@media screen and (max-width:850px) {
	.sec3-bg--our-services:before {
		top: 304px;
	}
}

@media screen and (max-width:750px) {
	.sec4-top--cmt {
		padding-top: 30px;
		font-size: 25px;
		color: #fff;
	}

	.sec4-top-right {
		padding-top: 30px;
	}

	.sec1-service-ctm .txt-fs36 {
		font-size: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width:450px) {
	.sec1-service-ctm .txt-fs36 {
		font-size: 16px;
	}
}

@media screen and (max-width:1300px) {
	.sec9-recruit {
		padding-top: 11.54vw;
		padding-bottom: 11.54vw;
	}

	.sec9-recruit-box-left {
		font-size: 4.23vw;
		padding-left: 3.85vw;
	}

	.sec9-recruit-box-right {
		font-size: 3.23vw;
		padding-left: 11.54vw;
		padding-top: 2.08vw;
		padding-bottom: 1.77vw;
	}

	.sec9-recruit-box {
		padding-top: 6.15vw;
		padding-bottom: 6.15vw;
	}

	.sec9-recruit-box-prp {
		grid-template-columns: 22.31vw 1fr;
	}
}

@media screen and (max-width:750px) {
	.sec9-recruit {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sec9-recruit-box {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 50px;
		padding-right: 50px;
	}

	.sec9-recruit-box-prp {
		display: block;
		width: 100%;
	}

	.sec9-recruit-box-left {
		font-size: 26px;
		padding-left: 0;
	}

	.sec9-recruit-box-right {
		font-size: 22px;
		padding-left: 0;
		padding-top: 30px;
		padding-bottom: 0;
		border: 0;
	}
}

@media screen and (max-width:500px) {
	.sec9-recruit-box {
		padding-left: 20px;
		padding-right: 20px;
	}

	.sec9-recruit-box-right {
		font-size: 18px;
		padding-top: 20px;
	}
}

.d-inline {
	display: inline-block;
}



#wrapper{
    margin:0 auto;
    padding:0;
    width:100%;
    overflow:hidden;
}
@media print{
    body {
        zoom: 0.6;
        -webkit-print-color-adjust: exact;
    }
    
    [data-aos^="fade"][data-aos^="fade"] {
        opacity: 1;
        transform: translateZ(0);
    }
    
    
}
