@charset "UTF-8";

/* common ---------------------------------------*/
.pageswrapper {
	padding: 240px 0 0;
}

.pages-title {

}

.pages-title b {
	display: block;
	font-size: 98px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}
.pages-title span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}


/* aboutustop ---------------------------------------*/
.aboutustop {
	position: relative;
	padding: 0 20px 150px;
}

.aboutustop::before {
	position: absolute;
	top: -11.5%;
	left: 45.5%;
	width: 65px;
	height: 59px;
	background: url(../img/common/img_deco_01.webp) no-repeat center center / cover;
	content: '';
}

.aboutustop-block-01 {
	margin: 200px auto 50px calc(280 / 1200 * 100%);
}

.aboutustop-block-02 {
	margin: 0 0 0 auto;
}

.aboutustop-block {
	width: fit-content;
}

.aboutustop-block .section-lead, 
.aboutustop-block .section-text {
	margin-left: 100px;
}

.aboutustop-block-title {
	font-size: 70px;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 40px;
}

.aboutustop-line {
	position: absolute;
	top: 150px;
	left: -1340px;
	right: 0;
	margin: 0 auto;
}

.aboutustop-image {
	position: absolute;
	top: 430px;
	right: 1%;
	z-index: 1;
	width: min(calc(493 / 1440 * 100vw), 493px);
}

.aboutustop-image img {
	width: 100%;
}


/* aboutusvalue ---------------------------------------*/
.aboutusvalue {
	position: relative;
	padding: 0 20px 320px;
}

.aboutusvalue-wrapper {
	position: relative;
	z-index: 1;
	padding: 20px 150px 140px 50px;
}

.aboutusvalue-wrapper::before {
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	z-index: -1;
	width: calc(50% + 50vw);
	height: 100%;
	border-radius: 0 39px 39px 0;
	background-image: url(../img/common/bg_01.webp);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #191a19;
	box-shadow: min(-44.5vw, -640px) -32px 0 #044e46;
	content: '';
}

.aboutusvalue-title {
	position: relative;
	z-index: 1;
	padding: 70px 0 0 100px;
	width: fit-content;
	height: fit-content;
}

.aboutusvalue-list {
	margin: -20px auto 0 calc(350 / 1200 * 100%);
}
.aboutusvalue-list > li {

}

.aboutusvalue-list > li:first-of-type {margin: 0 auto 60px 40px;}
.aboutusvalue-list > li:nth-of-type(2) {margin: 0 auto 60px 120px;}
.aboutusvalue-list > li:nth-of-type(3) {margin: 0 auto 0 0;}

.aboutusvalue-list-title {
	margin-bottom: 4px;
}

.aboutusvalue-list-title span {
	display: block;
	margin-bottom: 2px;
	width: fit-content;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.07em;
}

.aboutusvalue-list-title b {
	display: block;
	width: fit-content;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.2em;
}

.aboutusvalue-image-01 {
	position: absolute;
	bottom: 100%;
	left: 43%;
	z-index: -1;
	width: min(calc(137 / 1440 * 100vw), 137px);
}

.aboutusvalue-image-01 img {
	width: 100%;
}

.aboutusvalue-image-02 {
	position: absolute;
	top: 140px;
	right: -3%;
	z-index: 1;
	width: 360px;
}

.aboutusvalue-image-02 img {
	width: 100%;
}

.aboutusvalue-tab-image {
	top: 200px;
}


/* company ---------------------------------------*/
.company {
	position: relative;
	padding: 0 20px 300px;
}

.company::before {
	position: absolute;
	top: -80px;
	left: 45.5%;
	width: 65px;
	height: 59px;
	background: url(../img/common/img_deco_01.webp) no-repeat center center / cover;
	content: '';
}

.company-block {
	margin: 100px 0 80px auto;
	width: calc(800 / 1200 * 100%);
}

.company-block-title {
	font-size: 26px;
	line-height: 1.1;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}

.company-list {
	display: flex;
	flex-wrap: wrap;
}

.company-list > dt {
	padding: 40px 0;
	width: calc(200 / 800 * 100%);
	font-size: 16px;
	font-weight: 500;
	line-height: calc(26 / 16);
	letter-spacing: 0.05em;
	border-top: 1px solid #044e46;
}

.company-list > dd {
	padding: 40px 0;
	width: calc(600 / 800 * 100%);
	font-size: 16px;
	font-weight: 500;
	line-height: calc(26 / 16);
	letter-spacing: 0.05em;
	border-top: 1px solid #044e46;
}

.company-list > dd span {
	display: block;
	text-indent: -16px;
	padding-left: 16px;
}

.company-map {
	position: relative;
	margin: 0 calc(50% - 50vw) 0 auto;
	width: calc(calc(800 / 1200 * 100%) + 50vw - 50%);
	height: 0;
	padding-top: calc(360 / 800 * 100%);
	border-radius: 30px 0 0 30px;
	overflow: hidden;
}

.company-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.company-line-01 {
	position: absolute;
	top: 150px;
	left: -1340px;
	right: 0;
	margin: 0 auto;
}

.company-line-02 {
	position: absolute;
	bottom: 20px;
	left: -870px;
	right: 0;
	z-index: -1;
	margin: 0 auto;
}


/* message ---------------------------------------*/
.message { 
	position: relative;
	padding: 0 20px max(calc(300 / 1440 * 100vw), 300px);
}

.message::before {
	position: absolute;
	top: -6%;
	left: 45.5%;
	width: 65px;
	height: 59px;
	background: url(../img/common/img_deco_01.webp) no-repeat center center / cover;
	content: '';
}

.message-block { 
	position: relative;
	z-index: 3;
	margin-top: 240px;
	margin-left: calc(440 / 1200 * 100%);
}

.message-block-summary { 
	max-width: 496px;
	width: 100%;
	order: 2;
}

.message-image-01 { 
	position: absolute;
	top: 170px;
	right: 0;
	z-index: 2;
	width: 378px;
}

.message-image-01 img { 
	width: 100%;
}

.message-image-02 { 
	position: absolute;
	top: 190px;
	left: 0;
	z-index: 2;
	width: calc(492 / 1440 * 100vw);
	border-radius: 0 70px 70px 0;
	overflow: hidden;
}

.message-image-02 img { 
	width: 100%;
}

.message-line { 
	position: absolute;
	bottom: -50px;
	left: -1250px;
	right: 0;
	z-index: 1;
	margin: 0 auto;
}


/* interview ---------------------------------------*/
.interview { 
	position: relative;
	padding: 0 20px 300px;
}

.interview::before {
	position: absolute;
	top: -4%;
	left: 45.5%;
	width: 65px;
	height: 59px;
	background: url(../img/common/img_deco_01.webp) no-repeat center center / cover;
	content: '';
}

.interview-list { 
	display: flex;
	flex-wrap: wrap;
	gap: 32px calc(31 / 860 * 100%);
	margin-top: 80px;
	padding-left: calc(340 / 1200 * 100%);
}

.interview-list > li {
	width: calc(266 / 860 * 100%);
}

.interview-list > li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
	z-index: 1;
}

.interview-list > li a::before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(11deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	content: '';
}

.interview-list-image { 
	width: 100%;
	height: 100%;
	aspect-ratio: 266 / 370;
}

.interview-list-image img,
.interview-list-image video { 
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.interview-list-summary { 
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px 20px;
	z-index: 2;
}

.interview-list-text { 
	font-size: min(calc(13 / 1240 * 100vw), 13px);
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #fff;
}

.interview-list-title > b { 
	display: block;
	font-size: min(calc(26 / 1240 * 100vw), 26px);
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #fff;
}

.interview-list-title > span { 
	display: block;
	font-size: min(calc(15 / 1240 * 100vw), 15px);
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #fff;
}

.interview-line { 
	position: absolute;
	bottom: -40px;
	left: -1340px;
	right: 0;
	z-index: -1;
	margin: 0 auto;
}

.interview-image { 
	position: absolute;
	top: 200px;
	left: -980px;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	width: min(calc(384 / 1440 * 100vw), 384px);
}

.interview-image img { 
	width: 100%;
}


/* interviewdetail ---------------------------------------*/	
.interviewdetail-head {
	margin-top: 80px;
	margin-bottom: 40px;
	padding-left: calc(240 / 1000 * 100%);
}

.interviewdetail-head-text {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.035em;
	color: #f6b71e;
}

.interviewdetail-head-title {
	margin-bottom: 20px;
}

.interviewdetail-head-title b {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.035em;
}

.interviewdetail-head-title span {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.035em;
}

.interviewdetail-head-image {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 20px;
	overflow: hidden;
}

.interviewdetail-head-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* contact ---------------------------------------*/
.contact { 
	position: relative;
	padding: 0 20px 300px;
}

.contact::before {
	position: absolute;
	top: -4%;
	left: 45.5%;
	width: 65px;
	height: 59px;
	background: url(../img/common/img_deco_01.webp) no-repeat center center / cover;
	content: '';
}

.contact-line {
	position: absolute;
	bottom: -50px;
	left: -1340px;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

.contact-body {
	position: relative;
	z-index: 2;
	max-width: 800px;
	width: 100%;
	margin: 80px auto 0;
}

/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
div.wpcf7 {
	margin: 0 auto;
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
}

div.wpcf7 p {
	margin: 0;
	padding: 30px 0 0;
	font-size: 18px;
}

div.wpcf7 p label {
	width: 100%;
}

div.wpcf7 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]), .wpcf7 textarea {
	width: 100%;
	max-width: 100%;
	margin-top: 5px;
	padding: 8px;
	border: none;
	background: #eee;
	border-radius:6px;
	font-size: 16px;
}

div.wpcf7 input[type="submit"],
div.wpcf7 input[type="button"] {
	appearance: none!important;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
}

div.wpcf7 textarea {
	width: 100%;
	height: 300px;
}

div.wpcf7 .contact-btn,
.contact-btn {
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
	gap: 40px;
}

div.wpcf7 .contact-btn p {
	position: relative;
	padding: unset;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

div.wpcf7 .contact-btn.btn {
	transition: all 0.25s ease;
	padding: 0;
}

div.wpcf7 .contact-btn.btn input[type="submit"],
div.wpcf7 .contact-btn.btn input[type="button"] {
	background: inherit;
	color: inherit;
	padding: 16px 20px;
	font-size: 20px;
	font-weight: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	width: 100%;
	height: 100%;
}

div.wpcf7 .contact-acceptance {
	text-align: center;
}

div.wpcf7 .contact-acceptance input[type="checkbox"] {
	margin-right: 10px;
}

div.wpcf7 span.wpcf7-spinner {
	display: none;
}

div.wpcf7 .contact-btn .btn input[type="submit"].wpcf7-submit:disabled {
	cursor: auto;
}

.contact-btn.btn:has(input[disabled]) {
  opacity: 0.5;
  pointer-events: none;
}

.contact-btn.btn:has(input[disabled])::before {
	display: none;
}



/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
	background: #FFB6C1;
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	display: block;
	text-align: center;
	border: unset;
	color: #dc3232;
}


/* 必須表示 */
.wpcf7 .required {
	margin-left: 5px;
	padding: 2px 5px 3px;
	border-radius: 5px;
	background: #f6b71e;
	color: #FFF;
	font-weight: 400;
	font-size: 14px;
}

/* 任意表示 */
.wpcf7 .any {
	margin-left: 10px;
	padding: 2px 5px 3px;
	border-radius: 5px;
	background: #d2d2d2;
	color: #FFF;
	font-size: 11px;
}

.contactthanks-title {
	margin-top: 100px;
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}

.contactthanks-text {
	margin-bottom: 80px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

.contactthanks-btn {
	text-align: center;
}

.contactthanks-btn .btn {
	border: 1px solid #2a2a2a;	
}


/* faq ---------------------------------------*/
.faq { 
	position: relative;
	padding: 0 20px 300px;
}

.faq::before {
	position: absolute;
	top: -30px;
	left: 45.5%;
	width: 65px;
	height: 59px;
	background: url(../img/common/img_deco_01.webp) no-repeat center center / cover;
	content: '';
}

.faq-list { 
	position: relative;
	z-index: 2;
	margin: 80px auto 0;
	max-width: 800px;
	width: 100%;
}

.faq-list > li { 
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(42, 42, 42, 0.1);
}

.faq-list > li + li { 
	margin-top: 34px;
}

.faq-list-question { 
	display: flex;
	gap: 20px;
	position: relative;
	padding: 18px 70px 18px 30px;
	cursor: pointer;
}

.faq-list-question::before,
.faq-list-question::after { 
	position: absolute;
	content: '';
	top: 39px;
	right: 30px;
	height: 2px;
	width: 18px;
	border-radius: 3px;
	background: #f6b71e;
	transition: all .25s ease;
}

.faq-list-question::before { 
	transform: rotate(90deg);
}

.faq-list-question.open:before {
	transform: rotate(180deg);
}

.faq-list-question.open::after { 
	opacity: 0;
}

.faq-list-question-q { 
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #f6b71e;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	padding-bottom: 4px;
}

.faq-list-question-text { 
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 12px;
}

.faq-list-answer-inner {
	display: flex;
	gap: 20px;
	position: relative;
	padding: 18px 30px;
}

.faq-list-answer-inner::before {
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 1;
	width: calc(100% - 60px);
	height: 1px;
	background: #2a2a2a;
	content: '';
}

.faq-list-answer-a { 
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 2px solid #f6b71e;
	background: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	color: #f6b71e;
	padding-bottom: 3px;
}

.faq-list-answer-text { 
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 8px;
}

.faq-line {
	position: absolute;
	bottom: -50px;
	left: -1340px;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}


/* information ---------------------------------------*/
.information { 
	position: relative;
	padding: 0 20px 300px;
}

.information::before {
	position: absolute;
	top: -80px;
	left: 45.5%;
	width: 65px;
	height: 59px;
	background: url(../img/common/img_deco_01.webp) no-repeat center center / cover;
	content: '';
}

.information-list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px calc(45 / 1200 * 100%);
	position: relative;
	z-index: 2;
	margin-top: 100px;
}

.information-list > li {
	width: calc(370 / 1200 * 100%);
}

.information-list > li a {
	display: block;
	width: 100%;
}

.information-list-image {
	margin-bottom: 8px;
	width: 100%;
	aspect-ratio: 370 / 230;
	box-shadow: 0 0 6px rgba(42, 42, 42, 0.1);
	border-radius: 10px;
	overflow: hidden;
}

.information-list-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.information-list-title {
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.information-list-info {
	display: flex;
	gap: 10px;
}

.information-list-date {
	display: block;
	margin-top: 4px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #f6b71e;
}

.information-list-category {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.information-list-category-label {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 30px;
	background: #044e46;
	height: fit-content;
	font-size: 12px;
	letter-spacing: 0.085em;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	white-space: nowrap;
}

.information-line {
	position: absolute;
	bottom: -50px;
	left: -1470px;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.information-image {
	position: absolute;
	top: -90px;
	left: 1040px;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	width: min(calc(390 / 1200 * 100vw), 390px);
}

.information-image img {
	width: 100%;
}


/* informationdetail ---------------------------------------*/	
.informationdetail-head {
	margin-top: 80px;
	margin-bottom: 40px;
}

.informationdetail-head-block { 
	display: flex;
	gap: 20px;
	margin-bottom: 4px;
}

.informationdetail-head-date {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.035em;
	color: #f6b71e;
}

.informationdetail-head-catlist { 
	display: flex;
	gap: 10px;
}

.informationdetail-head-cat { 
	display: block;
	padding: 1px 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.035em;
	color: #fff;
	background: #044e46;
	border-radius: 50px;
}

.informationdetail-head-title {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.035em;
}

.informationdetail-head-image {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 20px;
	overflow: hidden;
}

.informationdetail-head-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* strengthshead ---------------------------------------*/
.strengthshead { 
	position: relative;
	padding: 0 20px 100px;
}

.strengthshead::before {
	position: absolute;
	top: 260px;
	left: 12%;
	width: 65px;
	height: 59px;
	background: url(../img/common/img_deco_01.webp) no-repeat center center / cover;
	content: '';
}

.strengthshead-block { 
	margin: 70px auto 0 calc(380 / 1200 * 100%);
	width: fit-content;
}

.strengthshead-line { 
	position: absolute;
	top: -70px;
	left: 1110px;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.strengthsbody {
	position: relative;
	padding: 32px 20px 320px;
}

.strengthsbody-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: calc(50 / 1200 * 100%);
}

.strengthsbody-wrapper {
	position: relative;
	z-index: 2;
	width: 100%;
	height: fit-content;
}

.strengthsbody-wrapper::before {
	position: absolute;
	top: 0;
	z-index: -1;
	width: calc(50% + 50vw);
	height: 100%;
	content: '';
}

.strengthsbody-wrapper .section-lead {
	margin-bottom: 36px;
}

.strengthsbody-wrapper-01 {
	padding: 130px calc(50 / 1200 * 100%) 200px calc(110 / 1200 * 100%);
	max-width: 655px;
}

.strengthsbody-wrapper-01::before {
	left: calc(50% - 50vw);
	border-radius: 0 39px 39px 0;
	background-image: url(../img/common/bg_01.webp);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #191a19;
	box-shadow: -160px -32px 0 #044e46;
}

.strengthsbody-title {
	margin-bottom: 4px;
}

.strengthsbody-title span {
	display: block;
	margin-bottom: 8px;
	width: fit-content;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.07em;
}

.strengthsbody-title b {
	display: block;
	width: fit-content;
	font-size: 36px;
	font-weight: 400;
	line-height: calc(48 / 36);
	letter-spacing: 0.1em;
}

.strengthsbody-image-01 {
	position: absolute;
	top: calc(100% - 110px);
	right: 60px;
	z-index: 1;
	width: min(calc(300 / 1240 * 100vw), 300px);
}

.strengthsbody-image-01 img {
	width: 100%;
}

.strengthsbody-wrapper-02 {
	margin-top: 210px;
	padding: 140px calc(30 / 1200 * 100%) 150px calc(90 / 1200 * 100%);
	max-width: 490px;
}

.strengthsbody-wrapper-02::before {
	right: calc(50% - 50vw);
	border-radius: 39px 0 0 39px;
	background-color: #044e46;
	box-shadow: 29vw 32px 0 #f6b71e;
}

.strengthsbody-image-02 {
	position: absolute;
	bottom: 97%;
	right: -19%;
	z-index: -2;
	width: min(calc(442 / 1200 * 100vw), 442px);
}

.strengthsbody-image-02 img {
	width: 100%;
}

.strengthsbody-wrapper-03 {
	margin-top: 140px;
	padding: 160px calc(140 / 1200 * 100%) 120px 0;
	max-width: 538px;
}

.strengthsbody-wrapper-03::before {
	left: calc(50% - 50vw);
	border-radius: 0 39px 39px 0;
	background-color: #168c5d;
	box-shadow: -200px 32px 0 #191a19;
}

.strengthsbody-tab-image {
	top: -260px;
	left: calc(600px - 50vw);
}

.strengthsbody-wrapper-04 {
	margin-top: 350px;
	padding: 150px calc(100 / 1200 * 100%) 100px calc(90 / 1200 * 100%);
	max-width: 588px;
}

.strengthsbody-wrapper-04::before {
	right: calc(50% - 50vw);
	border-radius: 39px 0 0 39px;
	background-image: url(../img/common/bg_01.webp);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #191a19;
	box-shadow: 200px -32px 0 #ee8ba6;
}

.strengthsbody-wrapper-05 {
	margin-top: 170px;
	padding: 120px calc(150 / 1200 * 100%) 120px calc(90 / 1200 * 100%);
	max-width: 620px;
}

.strengthsbody-wrapper-05::before {
	left: calc(50% - 50vw);
	border-radius: 0 39px 39px 0;
	background-image: url(../img/common/bg_01.webp);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #191a19;
	box-shadow: -100px 32px 0 #168c5d;
}

.strengthsbody-wrapper-05::after {
	position: absolute;
	top: -130px;
	right: 130px;
	z-index: 1;
	width: 45px;
	height: 45px;
	background: url('../img/common/img_deco_02.webp') no-repeat;
	background-size: contain;
	content: '';
}

.strengthsbody-image-05 {
	position: absolute;
	bottom: calc(100% + 50px);
	left: calc(600px - 50vw);
	z-index: 1;
	width: 380px;
	border-radius: 0 70px 70px 0;
	overflow: hidden;
}

.strengthsbody-image-05 img {
	width: 100%;
}

.strengthsbody-wrapper-06 {
	z-index: 5;
	margin-top: 320px;
	padding: 130px 0 220px calc(80 / 1200 * 100%);
	max-width: 430px;
}

.strengthsbody-wrapper-06::before {
	right: calc(50% - 50vw);
	border-radius: 39px 0 0 39px;
	background-color: #044e46;
	box-shadow: 350px 32px 0 #f6b71e;
}

.strengthsbody-wrapper-06::after {
	position: absolute;
	top: -140px;
	left: 170px;
	z-index: 1;
	width: 60px;
	height: 58px;
	background: url('../img/common/img_deco_03.webp') no-repeat;
	background-size: contain;
	content: '';
}

.strengthsbody-image-06 {
	position: absolute;
	top: 67%;
	left: -64%;
	z-index: 5;
	width: min(calc(530 / 1200 * 100vw), 530px);
	border-radius: 70px;
	overflow: hidden;
}

.strengthsbody-image-06 img {
	width: 100%;
}

.strengthsbody-wrapper-07 {
	margin-top: 80px;
	padding: 160px calc(140 / 1200 * 100%) 70px calc(80 / 1200 * 100%);
	max-width: 618px;
}

.strengthsbody-wrapper-07::before {
	left: calc(50% - 50vw);
	border-radius: 0 39px 39px 0;
	background-color: #f6b71e;
	box-shadow: -20vw -32px 0 #ee8ba6;
}

.strengthsbody-image-07 {
	position: absolute;
	bottom: calc(100% - 110px);
	left: 40px;
	z-index: 1;
	width: min(calc(350 / 1200 * 100vw), 350px);
}

.strengthsbody-image-07 img {
	width: 100%;
}

.strengthsbody-wrapper-08 {
	margin-top: 300px;
	padding: 160px calc(90 / 1200 * 100%) 170px calc(60 / 1200 * 100%);
	max-width: 508px;
}

.strengthsbody-wrapper-08::before {
	right: calc(50% - 50vw);
	border-radius: 39px 0 0 39px;
	background-color: #168c5d;
	box-shadow: 140px 32px 0 #191a19;
}

.strengthsbody-image-08 {
	position: absolute;
	bottom: 100%;
	right: -10px;
	z-index: -2;
	width: min(calc(129 / 1200 * 100vw), 129px);
}
.strengthsbody-image-08 img {
	width: 100%;
}

.strengthsbody-line {
	position: absolute;
	bottom: -50px;
	left: -1470px;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

/* archive関連 ---------------------------------------*/	
.nopost {
  font-size: 15px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.035em;
}

/* pager ---------------------------------------*/	
.pager {
	position: relative;
	z-index: 1;
	margin-top: 100px;
}

.pager-list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pager-list li {
	margin: 0 10px;
}

.pager-list a, .pager-list span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	color: #034e45;
	background: #fff;
	border: 1px solid #034e45;
	border-radius: 100px;
	transition: all .25s ease;
}

.pager-list span {
	color: #fff;
	background: #034e45;
}

.pager-list a:hover {
	color: #fff;
	background: #034e45;
	opacity: 1;
}

.pager-dots {
	position: relative;
	top: -5px;
}


/* entrybody ---------------------------------------*/
.entrybody > * {margin-top: 12px;}
.entrybody > *:first-child {margin-top: 0 !important;}

.entrybody h2, .entrybody h3 { 
	margin-top: 40px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.035em;
	color: #034e45;
}

.entrybody p { 
	font-size: 18px;
	font-weight: 500;
	line-height: 1.75;
	word-break: break-all;
}

.entrybody strong,
.entrybody b { 
	font-weight: 700;
}

.entrybody a { 
	text-decoration: underline;
	color: #034e45;
}

.entrybody a:hover { 
	opacity: 1;
	text-decoration: none;
}

.entrybody img {
	max-width: 100%;
}

.entrybody > * img {margin-top: 0;}

.entrybody ol {
  padding-left: 20px;
}

.entrybody ul > li,
.entrybody ol > li {
	position: relative;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.035em;
}

.entrybody ul > li {padding-left: 20px;}
.entrybody ol > li {list-style: decimal;}

.entrybody ul > li::before {
	position: absolute;
	top: 0;
	left: 2px;
	font-size: 15px;
	content: '・';
}

.interviewdetail .entrybody {
	padding-left: calc(240 / 1000 * 100%);
}

.interviewdetail .entrybody h2,
.interviewdetail .entrybody h3 { 
	font-weight: 600;
}


/* archive-btnlist ---------------------------------------*/
.archive-btnlist {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}

.archive-btnlist > li {
	max-width: 200px;
	width: 100%;
	text-align: center;
}


/* salary ---------------------------------------*/
.salary-01 {
	position: relative;
	z-index: 1;
	padding: 0 20px 150px;
}

.salary-01::before {
	position: absolute;
	top: -6%;
	left: 45.5%;
	width: 65px;
	height: 59px;
	background: url(../img/common/img_deco_01.webp) no-repeat center center / cover;
	content: '';
}

.salary-01-line {
	position: absolute;
	top: 150px;
	left: -1340px;
	right: 0;
	z-index: -1;
	margin: 0 auto;
}

.salary-01-image {
	position: absolute;
	top: 470px;
	left: 940px;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	width: 440px;
}

.salary-02 {
	position: relative;
	z-index: 2;
	padding: 0 20px;
}

.salary-02-image {
	width: min(calc(465 / 1240 * 100vw), 465px);
}

.salary-03 {
	position: relative;
	z-index: 1;
	padding: 0 20px 200px;
}

.salary-03-line {
	position: absolute;
	bottom: -20px;
	left: -900px;
	right: 0;
	z-index: -1;
	margin: 0 auto;
}

.salary-03-image {
	position: absolute;
	top: 50px;
	left: -680px;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	width: min(calc(600 / 1240 * 100vw), 600px);
}


/* numbers ---------------------------------------*/
.numbers { 
	position: relative;
	z-index: 1;
	padding: 0 20px 250px;
}

.numbers::before {
	position: absolute;
	top: -6%;
	left: 45.5%;
	width: 65px;
	height: 59px;
	background: url(../img/common/img_deco_01.webp) no-repeat center center / cover;
	content: '';
}

.numbers-list { 
	display: flex;
	flex-wrap: wrap;
	gap: 20px calc(10 / 920 * 100%);
}

.numbers-list > li { 
	position: relative;
	padding: 20px;
	width: calc(300 / 920 * 100%);
	height: 160px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #ece8dc;
}

.numbers-list-title { 
	position: relative;
	width: fit-content;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #005f57;
}

.numbers-list-title::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 1px;
	background: #005f57;
	content: '';
}

.numbers-list-text { 
	position: absolute;
	bottom: 10%;
	left: 7%;
	z-index: 1;
	color: #005f57;
	white-space: nowrap;
}

.numbers-list-text-01 { 
	left: 50%;
	transform: translateX(-50%);
}

.numbers-list-text strong {
	font-size: min(calc(75 / 1240 * 100vw), 75px);
	font-weight: 700;
	line-height: 1.1;
}

.numbers-list-text b {
	font-size: min(calc(64 / 1240 * 100vw), 64px);
	font-weight: 700;
	line-height: 1.1;
}

.numbers-list-text span { 
	display: inline-block;
	font-size: min(calc(36 / 1240 * 100vw), 36px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.1em;
}

.numbers-list-text small { 
	font-size: min(calc(20 / 1240 * 100vw), 20px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.1em;
}

.numbers-list-image {
	position: absolute;
	z-index: 1;
}

.numbers-list-image img {
	width: 100%;
}

.numbers-list-image-01-01 { 
	width: calc(23 / 300 * 100%);
	bottom: 16%;
	left: 8%;
}

.numbers-list-image-01-02 { 
	width: calc(23 / 300 * 100%);
	bottom: 16%;
	right: 8%;
}

.numbers-list-image-02 {
	width: calc(77 / 300 * 100%);
	bottom: 14%;
	left: 63%;
}

.numbers-list-image-03 {
	width: calc(58 / 300 * 100%);
	bottom: 14%;
	left: 68%;
}

.numbers-list-image-04 {
	width: calc(56 / 300 * 100%);
	bottom: 14%;
	left: 71%;
}

.numbers-list-image-05 {
	width: calc(77 / 300 * 100%);
	bottom: 14%;
	left: 63%;
}

.numbers-list-image-06 {
	width: calc(45 / 300 * 100%);
	bottom: 35%;
	left: 82%;
}

.numbers-list-image-07 {
	width: calc(66 / 300 * 100%);
	bottom: 14%;
	left: 66%;
}

.numbers-list-image-08 {
	width: calc(54 / 300 * 100%);
	bottom: 14%;
	left: 72%;
}

.numbers-list-image-09 {
	width: calc(53 / 300 * 100%);
	bottom: 14%;
	left: 67%;
}

.numbers-list-image-10 {
	width: calc(66 / 300 * 100%);
	bottom: 14%;
	left: 74%;
}

.numbers-list-image-11 {
	width: calc(35 / 300 * 100%);
	bottom: 14%;
	left: 76%;
}

.numbers-line { 
	position: absolute;
	top: 150px;
	left: -1340px;
	right: 0;
	z-index: -1;
	margin: 0 auto;
}


/* case ---------------------------------------*/
.case { 
	position: relative;
	z-index: 1;
	padding: 0 20px 250px;
}

.case::before {
	position: absolute;
	top: -80px;
	left: 45.5%;
	width: 65px;
	height: 59px;
	background: url(../img/common/img_deco_01.webp) no-repeat center center / cover;
	content: '';
}

.case .component-block-01 {
	margin-top: 50px;
}

.case-list { 
	margin: 50px auto 70px;
}

.case-list > li { 
	padding: 30px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #ece8dc;
}

.case-list > li + li { 
	margin-top: 40px;
}

.case-list-title { 
	margin-bottom: 12px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #0b5b56;
}

.case-list-title b { 
	padding: 1px 10px 3px;
	margin-right: 6px;
	border-radius: 8px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.05em;
	color: #fff;
	background: #005f57;
}

.case-list-title strong { 
	display: inline-block;
	margin: -20px 6px 0;
	font-size: 38px;
	font-weight: 700;
}

.case-list-wrapper { 
	display: flex;
	align-items: flex-end;
}

.case-list-block { 
	padding: 12px;
	border-radius: 12px;
}

.case-list-block-before {
	width: calc(298 / 860 * 100%);
	background: #eef2ef;
}

.case-list-block-after {
	position: relative;
	width: calc(330 / 860 * 100%);
	margin-left: calc(36 / 860 * 100%);
	background: #fbf0f4;
}

.case-list-block-after::before {
	position: absolute;
	top: 50%;
	left: calc(-24 / 330 * 100%);
	transform: translateY(-50%);
	z-index: 1;
	width: calc(16 / 330 * 100%);
  height: 38px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #ef4c83;
	content: '';
}

.case-list-block-label { 
	display: inline-block;
	padding: 4px 8px;
	margin-bottom: 6px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.05em;
	color: #fff;
}

.case-list-block-before .case-list-block-label { background: #005f57;}
.case-list-block-after .case-list-block-label { background: #ef4c83;}

.case-list-block-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em; 
}

.case-list-block-before .case-list-block-title {
	color: #0b5b56;
	border-bottom: 1px solid #0b5b56;
}
.case-list-block-after .case-list-block-title {
	color: #d62d67;
	border-bottom: 1px solid #ef4c83;
}

.case-list-block-list { 

}

.case-list-block-list-item { 
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.case-list-block-list-item + .case-list-block-list-item {
	padding-top: 10px;
	margin-top: 10px;
}

.case-list-block-before .case-list-block-list-item + .case-list-block-list-item {border-top: 1px solid #b8c8c2;}
.case-list-block-after .case-list-block-list-item + .case-list-block-list-item {border-top: 1px solid #f1c7d5;}

.case-list-block-list-item dt { 
	position: relative;
	padding-left: 52px;
	width: 124px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.05em;
	color: #0b5b56;
}

.case-list-block-list-item dt::before { 
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	width: 41px;
	height: 41px;
	content: '';
}

.case-list-block-before .case-list-block-list-item dt::before { background: #0b5b56;}
.case-list-block-after .case-list-block-list-item dt::before { background: #ef4c83;}

.case-list-block-list-item:first-of-type dt::before { 
	-webkit-mask: url('../img/aboutus/icon_case_01.svg') no-repeat center center / contain;
	mask: url('../img/aboutus/icon_case_01.svg') no-repeat center center / contain;
}

.case-list-block-list-item:nth-of-type(2) dt::before { 
	-webkit-mask: url('../img/aboutus/icon_case_02.svg') no-repeat center center / contain;
	mask: url('../img/aboutus/icon_case_02.svg') no-repeat center center / contain;
}

.case-list-block-list-item dd { 
	position: relative;
	width: calc(100% - 124px);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.05em;
}

.case-list-block-list-item dd b { 
	font-size: 38px;
	font-weight: 700;
}

.case-list-block-before .case-list-block-list-item dt,
.case-list-block-before .case-list-block-list-item dd { color: #0b5b56;}
.case-list-block-after .case-list-block-list-item dt,
.case-list-block-after .case-list-block-list-item dd { color: #d62d67;}

.case-list-block-comment { 
	position: relative;
	width: calc(180 / 860 *100%);
	margin-left: calc(16 / 900 *100%);
}

.case-list-block-image { 
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.case-list-block-image img { 
	width: 100%;
}

.case-list-block-image-01 {max-width: 140px;}
.case-list-block-image-02 {max-width: 121px;}
.case-list-block-image-03 {max-width: 140px;}
.case-list-block-image-04 {max-width: 140px;}
.case-list-block-image-05 {max-width: 140px;}
.case-list-block-image-06 {max-width: 140px;}

.case-list-block-comment-text { 
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #0b5b56;
}

.case-line {
	position: absolute;
	top: 150px;
	left: -1340px;
	right: 0;
	z-index: -1;
	margin: 0 auto;
}

/* remuneration ---------------------------------------*/
.remuneration-01 {
	position: relative;
	z-index: 1;
	padding: 0 20px 250px;
}

.remuneration-01::before {
	position: absolute;
	top: -80px;
	left: 72%;
	width: 65px;
	height: 59px;
	background: url(../img/common/img_deco_01.webp) no-repeat center center / cover;
	content: '';
}

.remuneration-01::after {
	position: absolute;
	bottom: 160px;
	left: 33%;
	width: 60px;
	height: 60px;
	background: url(../img/common/img_deco_02.webp) no-repeat center center / cover;
	content: '';
}

.remuneration-01 .component-block-01 {
	margin-top: 100px;
	margin-bottom: 150px;
}

.remuneration-01 .strengthsbody-wrapper-01 {
	padding: 100px calc(50 / 1200 * 100%) 150px calc(110 / 1200 * 100%);
}

.remuneration-01-line {
	position: absolute;
	top: 150px;
	left: -1340px;
	right: 0;
	z-index: -1;
	margin: 0 auto;
}

.remuneration-02 {
	position: relative;
	z-index: 2;
	padding: 0 20px;
}

.remuneration-02-image {
	position: absolute;
	top: 50%;
	right: -3%;
	transform: translateY(-50%);
	z-index: 2;
	width: min(calc(450 / 1240 * 100vw), 450px);
}

.remuneration-03 {
	position: relative;
	z-index: 1;
	padding: 0 20px 200px;
}

.remuneration-03::before {
	position: absolute;
	top: -70px;
	left: 13%;
	width: 60px;
	height: 58px;
	background: url(../img/common/img_deco_03.webp) no-repeat center center / cover;
	content: '';
}

.remuneration-03-image {
	position: absolute;
	top: 230px;
	left: 1120px;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	width: min(calc(130 / 1240 * 100vw), 130px);
}

.remuneration-03-line {
	position: absolute;
	bottom: -20px;
	left: -1300px;
	right: 0;
	z-index: -1;
	margin: 0 auto;
}


/* careers ---------------------------------------*/
.careers-text {
	text-align: center;
	margin-top: 40px;
}


/* workstyle ---------------------------------------*/
.workstyle .component-block-04 {
	max-width: 490px;
	width: 100%;
}

.workstyle-image {
	position: absolute;
	bottom: 570px;
	left: 860px;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	width: min(calc(300 / 1240 * 100vw), 300px);
}

.workstyle-line {
	position: absolute;
	bottom: 80px;
	left: 600px;
	right: 0;
	z-index: -1;
	margin: 0 auto;
}


/* transfer ---------------------------------------*/
.transfer-01 {
	position: relative;
	z-index: 1;
	padding: 0 20px 100px;
}

.transfer-01::before {
	position: absolute;
	top: -80px;
	left: 72%;
	width: 65px;
	height: 59px;
	background: url(../img/common/img_deco_01.webp) no-repeat center center / cover;
	content: '';
}

.transfer-intro {
	display: flex;
	gap: calc(50 / 1200 * 100%);
	margin: 100px auto 100px;
}

.transfer-intro-summary {
	flex: 1;
}

.transfer-intro-simulation {
	width: calc(600 / 1200 * 100%);
	min-width: 440px;
}

.transfer-intro-simulation-title {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.transfer-intro-simulation-block { 
	padding: 50px calc(40 / 600 * 100%);
	background: #eee;
}

.transfer-intro-simulation-input { 
	display: flex;
	align-items: center;
	gap: 20px;
}

.transfer-intro-simulation-input dt { 
	width: 100px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.transfer-intro-simulation-input dd { 
	display: flex;
	align-items: center;
	flex: 1;
	gap: 10px;
}

.transfer-intro-simulation-input dd input {
	width: 100%;
	max-width: 100%;
	padding: 10px 20px;
	border: none;
	background: #fff;
	font-size: 24px;
	font-weight: 700;
}

::placeholder {
	color: #999;
}

.transfer-intro-simulation-input dd span {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.transfer-intro-simulation-btn { 
	text-align: center;
	margin-top: 40px;
}

.transfer-intro-simulation-text {
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
}

.transfer-intro-simulation-result { 
	padding-top: 40px;
}

.transfer-intro-simulation-result-title { 
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
}

.transfer-intro-simulation-result-list { 
	display: flex;
	align-items: center;
	padding: 10px 20px;
	background: #fff;
}

.transfer-intro-simulation-result-list + .transfer-intro-simulation-result-list { 
	margin-top: 20px;
}

.transfer-intro-simulation-result-list dt { 
	width: 45%;
	min-width: 180px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.transfer-intro-simulation-result-list dd { 
	width: 55%;
	max-width: calc(100% - 180px);
}

.transfer-intro-simulation-result-list dd input {
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	padding: 0;
	border: none;
	background: unset;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.transfer-01-line {
	position: absolute;
	bottom: 10px;
	left: -1340px;
	right: 0;
	z-index: -1;
	margin: 0 auto;
}

.transfer-02 {
	position: relative;
	z-index: 1;
	padding: 0 20px 210px;
}

.transfer-02 .strengthsbody-wrapper-03 {margin-top: 100px;}
.transfer-02 .strengthsbody-wrapper-04 {margin-top: 300px;}
.transfer-02 .strengthsbody-wrapper-05 {margin-top: 320px;}

.transfer-02-line {
	position: absolute;
	bottom: 210px;
	left: 1040px;
	right: 0;
	z-index: -1;
	margin: 0 auto;
}

/* terms ---------------------------------------*/
.terms-title {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 8px;
	margin-top: 50px;
}


/* small pc */
@media screen and (max-width: 1440px){
	.aboutustop-line {left: -93%;}
	.company-line-01 {left: -93%;}
	.company-line-02 {left: -60%;}
	.message-line {left: -87%;}
	.interview-image {left: -69%;}
	.interview-line {left: -93%;}
	.contact-line {left: -93%;}
	.faq-line {left: -93%;}
	.information-line {left: -102%;}
	.information-image {left: 72%;}
	.strengthshead-line {left: 77%;}
	.strengthsbody-line {left: -102%;}
	.salary-01-line {left: -93%;}
	.salary-01-image {left: 65.5%;}
	.salary-03-image {left: -51%;}
	.salary-03-line {left: -63%;}
	.numbers-line {left: -93%;}
	.case-line {left: -93%;}
	.remuneration-01-line {left: -93%;}
	.remuneration-03-image {left: 78%;}
	.remuneration-03-line {left: -90%;}
	.workstyle-image {left: 59.5%;}
	.workstyle-line {left: 41%;}
	.transfer-01-line {left: -93%;}
	.transfer-02-line {left: 72%;}
}

@media screen and (min-width: 1050px) and (max-width: 1350px){
	.strengthsbody-wrapper-01 {
		margin-left: auto;
		padding: 130px calc(20 / 1200 * 100%) 200px 0;
		max-width: 550px;
	}

	.strengthsbody-wrapper-02 {
		margin-right: auto;
		padding: 140px 0 150px calc(30 / 1200 * 100%);
		max-width: 400px;
	}

	.strengthsbody-wrapper-03 {
		margin-right: auto;
		padding: 160px calc(20 / 1200 * 100%) 120px 50px;
		max-width: 500px;
	}

	.strengthsbody-wrapper-04 {
		margin-right: auto;
    padding: 150px 0 100px calc(40 / 1200 * 100%);
    max-width: 440px;
	}

	.strengthsbody-wrapper-05 {
		margin-right: auto;
		padding: 120px calc(100 / 1200 * 100%) 120px calc(40 / 1200 * 100%);
		max-width: 520px;
	}

	.strengthsbody-wrapper-06 {
		margin-right: auto;
		padding: 130px 0 220px calc(40 / 1200 * 100%);
		max-width: 380px;
	}

	.strengthsbody-wrapper-07 {
		margin-left: auto;
		padding: 160px calc(40 / 1200 * 100%) 70px 0;
		max-width: 480px;
	}

	.strengthsbody-image-07 {
    left: -70px;
	}

	.strengthsbody-wrapper-08 {
		margin-right: auto;
		padding: 160px 0 170px calc(40 / 1200 * 100%);
		max-width: 400px;
	}

}

@media screen and (max-width: 1240px){
	.strengthsbody-tab-image {
		left: -20px;
	}
	.strengthsbody-image-05 {
		left: -20px;
	}
	.salary-01 {
    padding: 0 20px 230px;
	}
	.salary-01-image {
		top: 75%;
		left: 320px;
	}
}

@media screen and (max-width: 1200px){
	.aboutustop-image {
		top: 220px;
	}
	.aboutusvalue-wrapper {
		padding: 20px 360px 140px 50px;
	}
	.aboutusvalue-list {
		margin: 20px auto 0 50px;
	}
	.aboutusvalue-list > li:nth-of-type(2) {
		margin: 0 auto 60px 80px;
	}
	.case-list-block-list-item dt {
		margin: 10px 0;
	}
	.case-list-block-list-item dd {
		width: 100%;
	}

}

@media screen and (max-width: 1100px){
	.salary-02 .component-wrapper-image-01 {
		top: 47%;
		padding: 80px 50px;
	}

	.salary-02-image {
		width: 465px;
	}

	.salary-02 .section-text + .section-text {
		margin-top: 500px;
	}

	.salary-03 {
		padding: 0 20px 250px;
	}

	.salary-03 .component-block-02 {
		margin: 150px auto 50px;
	}

	.salary-03-image {
		top: 530px;
		left: 0;
		width: 500px;
	}

	.salary-03 .section-text + .section-text {
		margin-top: 460px;
	}

	.salary-03-line {
		bottom: -150px;
	}
}

@media screen and (max-width: 1050px){
	.strengthsbody-wrapper-01,
	.strengthsbody-wrapper-03,
	.strengthsbody-wrapper-05,
	.strengthsbody-wrapper-07 {
		margin-right: auto;
	}

	.strengthsbody-wrapper-02,
	.strengthsbody-wrapper-04,
	.strengthsbody-wrapper-06,
	.strengthsbody-wrapper-08 {
		margin-left: auto;
	}

	.strengthsbody-image-01 {
    top: calc(100% - 90px);
	}

	.strengthsbody-wrapper-02 {
		margin-top: 400px;
    max-width: 590px;
	}

	.strengthsbody-image-02 {
    right: 0;
	}

	.strengthsbody-wrapper-03 {
    padding: 160px calc(100 / 1200 * 100%) 120px 100px;
    max-width: 600px;
	}

	.strengthsbody-wrapper-04 {
		margin-top: 160px;
	}

	.strengthsbody-wrapper-05 {
		margin-top: 400px;
	}

	.strengthsbody-wrapper-06 {
		margin-top: 190px;
		max-width: 510px;
	}

	.strengthsbody-wrapper-06::after {
    top: -90px;
	}

	.strengthsbody-image-06 {
    left: -13%;
	}

	.strengthsbody-wrapper-07 {
    margin-top: 190px;
    padding: 80px calc(140 / 1200 * 100%) 70px calc(80 / 1200 * 100%);
	}

	.strengthsbody-image-07 {
    bottom: calc(100% - 40px);
    left: 70px;
	}

	.strengthsbody-wrapper-08 {
    margin-top: 160px;
	}

	.strengthsbody-image-08 {
    right: 60px;
	}

}


/* sp only */
@media screen and (max-width: 767px){
	/* common ---------------------------------------*/
	.pageswrapper {
		padding: 100px 0 0;
	}

	.pages-title {

	}

	.pages-title b {
		font-size: 50px;
	}
	.pages-title span {
		font-size: 14px;
	}


	/* aboutustop ---------------------------------------*/
	.aboutustop {
		padding: 0 20px 140px;
	}

	.aboutustop::before {
		top: -6%;
		left: 60%;
		width: 35px;
		height: 32px;
	}

	.aboutustop-block-01 {
		margin: 70px auto 60px 0;
	}

	.aboutustop-block-02 {
		margin: 0 auto 0 40px;
	}

	.aboutustop-block .section-lead, 
	.aboutustop-block .section-text {
		margin-left: 20px;
	}

	.aboutustop-block-title {
		font-size: 36px;
		margin-bottom: 40px;
	}

	.aboutustop-line {
		top: 30px;
		left: 120px;
	}

	.aboutustop-image {
		top: unset;
		bottom: 30px;
		right: 8%;
		width: 170px;
	}


	/* aboutusvalue ---------------------------------------*/
	.aboutusvalue {
		padding: 32px 20px 160px;
	}

	.aboutusvalue-wrapper {
		padding: 50px 32px 50px 12px;
		width: calc(100% - 12px);
	}

	.aboutusvalue-wrapper::before {
		box-shadow: -60px -32px 0 #044e46;
	}

	.aboutusvalue-title {
		margin: 0 auto 60px 0;
		padding: 50px 0 0 60px;
	}

	.aboutusvalue-list {
		margin: 0 auto 0 0;
	}

	.aboutusvalue-list > li:first-of-type {margin: 0 auto 60px 0;}
	.aboutusvalue-list > li:nth-of-type(2) {margin: 0 auto 60px 60px;}
	.aboutusvalue-list > li:nth-of-type(3) {margin: 0 auto 0 20px;}

	.aboutusvalue-list-title {
		margin-bottom: 4px;
	}

	.aboutusvalue-list-title span {
		margin-bottom: 2px;
		font-size: 14px;
	}

	.aboutusvalue-list-title b {
		font-size: 20px;
	}

	.aboutusvalue-image-01 {
		left: 3%;
		width: 50px;
	}

	.aboutusvalue-image-02 {
		top: 100px;
		width: 140px;
	}

	.aboutusvalue-tab-image {
		top: calc(100% - 350px);
	}


	/* company ---------------------------------------*/
	.company {
		padding: 0 20px 120px;
	}
	
	.company::before {
		top: -24px;
		left: 60%;
		width: 35px;
		height: 32px;
	}

	.company-block {
		margin: 100px 0 20px;
		width: 100%;
	}

	.company-block-title {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.company-list > dt {
		padding: 20px 0;
		width: 120px;
		font-size: 15px;
	}

	.company-list > dd {
		padding: 20px 0;
		width: calc(100% - 120px);
		font-size: 15px;
	}

	.company-list > dd span {
		text-indent: -15px;
		padding-left: 15px;
	}

	.company-map {
		margin: 0 -20px 0 30px;
		width: calc(100% - 10px);
		padding-top: 70%;
		border-radius: 20px 0 0 20px;
	}

	.company-line-01 {
		top: 30px;
		left: 120px;
	}

	.company-line-02 {
		bottom: -60px;
		left: -50px;
	}

	/* message ---------------------------------------*/
	.message { 
		padding: 0 20px 180px;
	}

	.message::before {
		top: -2%;
		left: 60%;
		width: 35px;
		height: 32px;
	}

	.message-block { 
		margin-top: 90px;
		margin-left: unset;
	}

	.message-block-image { 
		margin: -40px 0 0 auto;
		width: 110px;
	}

	.message-block-summary { 
		max-width: unset;
	}

	.message-image-01 { 
		top: 70px;
		width: 150px;
	}

	.message-image-02 { 
		position: unset;
		width: 280px;
		border-radius: 0 20px 20px 0;
		margin-top: 20px;
		margin-left: -20px;
	}

	.message-line { 
		bottom: -40px;
		left: 30px;
		z-index: -1;
	}


	/* interview ---------------------------------------*/
	.interview { 
		padding: 0 20px calc(120 / 375 * 100vw);
	}

	.interview::before {
		top: -2%;
		left: 60%;
		width: 35px;
		height: 32px;
	}

	.interview-list { 
		gap: 18px;
		margin: 80px auto 0;
		padding-left: 0;
	}

	.interview-list > li {
		width: calc(50% - 9px);
	}

	.interview-list > li a {
		border-radius: 10px;
	}

	.interview-list > li a::before {
		background: linear-gradient(11deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	}

	.interview-list-summary { 
		padding: 6px 8px;
	}

	.interview-list-text { 
		font-size: calc(11 / 375 * 100vw);	}

	.interview-list-title > b { 
		font-size: calc(18 / 375 * 100vw);
	}

	.interview-list-title > span { 
		font-size: calc(12 / 375 * 100vw);
	}

	.interview-line { 
		bottom: -80px;
		left: -340px;
	}

	.interview-image { 
		top: 40px;
		left: 230px;
		width: 110px;
	}


	/* interviewdetail ---------------------------------------*/	
	.interviewdetail-head {
		margin-bottom: 24px;
		margin-top: 60px;
		padding-left: 0;
	}

	.interviewdetail-head-text {
		font-size: 14px;
	}

	.interviewdetail-head-title {
		margin-bottom: 12px;
	}

	.interviewdetail-head-title b {
		font-size: 24px;
	}

	.interviewdetail-head-title span {
		font-size: 12px;
	}

	.interviewdetail-head-image {
		border-radius: 8px;
	}


	/* contact ---------------------------------------*/
	.contact { 
		padding: 0 20px calc(120 / 375 * 100vw);
	}

	.contact::before {
		top: -2%;
		left: 60%;
		width: 35px;
		height: 32px;
	}

	.contact-line {
		bottom: -80px;
		left: -410px;
	}

	.contact-body {
		max-width: unset;
		margin: 40px auto 0;
	}

		/* --- お問い合わせフォーム --- */
	/* デザインカスタマイズ */
	div.wpcf7 p {
		padding: 24px 0 0;
	}

	div.wpcf7 p label {
		font-size: 14px;
	}

	div.wpcf7 .contact-btn, .contact-btn {
		margin-top: 30px;
		gap: 20px;
	}

	div.wpcf7 .contact-btn.btn input[type="submit"],
	div.wpcf7 .contact-btn.btn input[type="button"] {
		padding: 0 24px;
		font-size: 14px;
	}

	div.wpcf7 input.wpcf7-submit {
		font-size: 16px;
	}


	/* contactthanks ---------------------------------------*/
	.contactthanks-title {
		margin-top: 40px;
		margin-bottom: 30px;
		font-size: 24px;
	}
	
	.contactthanks-text {
		margin-bottom: 50px;
		font-size: 14px;
	}


	/* faq ---------------------------------------*/
	.faq { 
		padding: 0 20px calc(120 / 375 * 100vw);
	}

	.faq::before {
		top: -10px;
		left: 60%;
		width: 35px;
		height: 32px;
	}

	.faq .pages-title span {
		margin-top: 10px;
	}

	.faq-list { 
		max-width: unset;
		margin: 40px auto 0;
	}

	.faq-list > li + li { 
		margin-top: 24px;
	}

	.faq-list-question { 
		gap: 10px;
		padding: 16px 50px 16px 16px;
	}

	.faq-list-question::before,
	.faq-list-question::after { 
		top: 28px;
		right: 14px;
		height: 2px;
		width: 16px;
	}

	.faq-list-question-q { 
		width: 32px;
		height: 32px;
		font-size: 18px;
		padding-bottom: 3px;
	}

	.faq-list-question-text { 
		font-size: 14px;
		margin-top: 6px;
	}

	.faq-list-answer-inner { 
		gap: 10px;
		padding: 16px 16px;
	}

	.faq-list-answer-inner::before { 
		left: 16px;
		width: calc(100% - 32px);
	}

	.faq-list-answer-a { 
		width: 32px;
		height: 32px;
		font-size: 18px;
		padding-bottom: 2px;
	}

	.faq-list-answer-text { 
		font-size: 14px;
		margin-top: 1px;
	}

	.faq-line {
		bottom: -80px;
		left: -410px;
	}


	/* information ---------------------------------------*/
	.information { 
		padding: 0 20px calc(120 / 375 * 100vw);
	}

	.information::before {
		top: -30px;
		left: 60%;
		width: 35px;
		height: 32px;
	}

	.information-list {
		gap: 20px calc(15 / 335 * 100%);
		margin-top: 60px;
	}

	.information-list > li {
		width: calc(160 / 335 * 100%);
	}

	.information-list-image {
		margin-bottom: 4px;
		border-radius: 8px;
	}

	.information-list-title {
		margin-bottom: 2px;
		font-size: 14px;
	}

	.information-list-info {
		gap: 8px;
	}

	.information-list-date {
		margin-top: 3px;
		font-size: 12px;
	}

	.information-list-category {
		gap: 4px;
	}
	
	.information-list-category-label {
		padding: 2px 8px 4px;
		font-size: 11px;
	}

	.information-line {
		bottom: -60px;
		left: -450px;
	}

	.information-image {
		top: 36px;
		left: 270px;
		width: 100px;
	}


	/* informationdetail ---------------------------------------*/	
	.informationdetail-head {
		margin-bottom: 24px;
		margin-top: 60px;
	}

	.informationdetail-head-block { 
		gap: 16px;
		margin-bottom: 10px;
	}

	.informationdetail-head-date { 
		font-size: 14px;
	}

	.informationdetail-head-cat { 
		padding: 1px 8px;
		font-size: 14px;
	}

	.informationdetail-head-title {
		margin-bottom: 12px;
		font-size: 24px;
	}

	.informationdetail-head-image {
		border-radius: 8px;
	}


	/* strengthshead ---------------------------------------*/
	.strengthshead { 
		padding: 0 20px 60px;
	}

	.strengthshead::before {
		top: 14%;
		left: 180px;
		width: 35px;
		height: 32px;
	}

	.strengthshead-block { 
		margin: 70px 0 0;
		width: 100%;
	}

	.strengthshead-line { 
		top: -50px;
		left: 240px;
		z-index: -1;
	}

	.strengthsbody {
		padding: 32px 20px 160px;
	}

	.strengthsbody-content {
		display: block;
	}

	.strengthsbody-wrapper {
		width: fit-content;
	}

	.strengthsbody-wrapper .section-lead {
		margin-bottom: 24px;
	}

	.strengthsbody-wrapper-01 {
		padding: 60px 80px 120px 20px;
		max-width: unset;
		/* min-width: 285px; */
	}

	.strengthsbody-wrapper-01::before {
		box-shadow: -60px -32px 0 #044e46;
	}

	.strengthsbody-title {
		margin-bottom: 4px;
	}

	.strengthsbody-title span {
		margin-bottom: 8px;
		font-size: 18px;
	}

	.strengthsbody-title b {
		font-size: 24px;
	}

	.strengthsbody-image-01 {
		top: calc(100% - 80px);
		left: 0;
		right: unset;
		width: 170px;
	}

	.strengthsbody-wrapper-02 {
		margin-top: 110px;
		padding: 60px 20px 60px 40px;
		max-width: unset;
		/* min-width: 278px; */
	}

	.strengthsbody-wrapper-02::before {
		box-shadow: 50px 32px 0 #f6b71e;
	}

	.strengthsbody-image-02 {
		bottom: 97%;
		width: 160px;
	}

	.strengthsbody-wrapper-03 {
		margin-top: 100px;
		padding: 60px 30px;
		max-width: unset;
		/* min-width: 324px; */
	}

	.strengthsbody-wrapper-03::before {
		box-shadow: -100px 32px 0 #191a19;
	}

	.strengthsbody-tab-image {
		top: -160px;
		left: -20px;
	}

	.strengthsbody-wrapper-04 {
		margin-top: 120px;
		padding: 80px 10px 140px 40px;
		max-width: unset;
		/* min-width: 351px; */
	}

	.strengthsbody-wrapper-04::before {
		box-shadow: 220px -32px 0 #ee8ba6;
	}

	.strengthsbody-wrapper-05 {
		margin-top: 100px;
		padding: 60px 40px 60px 20px;
		max-width: unset;
		/* min-width: 324px; */
	}

	.strengthsbody-wrapper-05::before {
		box-shadow: -100px 32px 0 #168c5d;
	}

	.strengthsbody-wrapper-05::after {
		top: -60px;
		right: 60px;
		width: 30px;
		height: 30px;
	}

	.strengthsbody-image-05 {
		bottom: calc(100% + 30px);
		left: -20px;
		width: 190px;
		border-radius: 0 32px 32px 0;
	}

	.strengthsbody-wrapper-06 {
		margin-top: 120px;
		padding: 60px 20px 140px 40px;
		max-width: unset;
		/* min-width: 321px; */
	}

	.strengthsbody-wrapper-06::before {
		box-shadow: 230px 32px 0 #f6b71e;
	}

	.strengthsbody-wrapper-06::after {
		top: -70px;
		left: 70px;
		width: 40px;
		height: 38px;
	}

	.strengthsbody-image-06 {
		top: 280px;
		left: -24px;
		width: 200px;
		border-radius: 32px;
	}

	.strengthsbody-wrapper-07 {
		margin-top: 160px;
		padding: 60px 40px 60px 20px;
		max-width: unset;
		/* min-width: 284px; */
	}

	.strengthsbody-wrapper-07::before {
		box-shadow: -180px -32px 0 #ee8ba6;
	}

	.strengthsbody-image-07 {
		bottom: calc(100% - 40px);
		left: 90px;
		width: 180px;
	}

	.strengthsbody-wrapper-08 {
		margin-top: 120px;
		padding: 60px 20px 60px 40px;
		max-width: unset;
		/* min-width: 307px; */
	}

	.strengthsbody-wrapper-08::before {
		box-shadow: 100px 32px 0 #191a19;
	}

	.strengthsbody-image-08 {
		right: 20px;
		width: 60px;
	}

	.strengthsbody-line {
		bottom: -80px;
		left: -410px;
	}


	/* archive関連 ---------------------------------------*/	
	/* pager ---------------------------------------*/	
	.pager {
		margin-top: 50px;
	}

	.pager-list li {
		margin: 0 6px;
	}

	.pager-list a, .pager-list span {
		width: 32px;
		height: 32px;
		font-size: 15px;
	}


	/* entrybody ---------------------------------------*/
	.entrybody > * {margin-top: 6px;}

	.entrybody h2, .entrybody h3 { 
		margin-top: 20px;
		font-size: 18px;
	}

	.entrybody p { 
		font-size: 14px;
	}

	.entrybody ul > li,
	.entrybody ol > li {
		font-size: 14px;
	}

	.entrybody ul > li {padding-left: 18px;}

	.entrybody ul > li::before {
		font-size: 14px;
	}

	.interviewdetail .entrybody {
		padding-left: 0;
	}

	.interviewdetail .entrybody h2, .interviewdetail .entrybody h3 {
		margin-top: 40px;
		font-size: 16px;
	}


	/* archive-btnlist ---------------------------------------*/
	.archive-btnlist {
		gap: 16px;
		margin-top: 60px;
	}

	.archive-btnlist > li {
		max-width: unset;
		width: fit-content;
	}


	/* salary ---------------------------------------*/
	.salary-01 {
		padding: 0 20px min(calc(220 / 375 * 100vw), 300px);
	}

	.salary-01::before {
		top: -6%;
		left: 60%;
		width: 35px;
		height: 32px;
	}

	.salary-01-line {
		top: 30px;
		left: 120px;
	}

	.salary-01-image {
		top: unset;
		bottom: 100px;
		left: 0;
		width: calc(310 / 375 * 100vw);
		max-width: 440px;
	}

	.salary-02 {
		padding: 0 20px;
	}

	.salary-02 .component-wrapper-image-01 {
		top: 47%;
		padding: 40px 20px;
	}

	.salary-02 .section-text + .section-text {
		margin-top: min(calc(300 / 375 * 100vw), 380px);
	}

	.salary-02-image {
		width: calc(280 / 375 * 100vw);
		max-width: 465px;
	}

	.salary-03 {
		padding: 0 20px 100px;
	}

	.salary-03 .component-block-02 {
		margin: 100px auto 50px;
	}

	.salary-03 .section-text + .section-text {
		margin-top: min(calc(300 / 375 * 100vw), 400px);
	}

	.salary-03-image {
		top: 37%;
		left: 0;
		width: calc(320 / 375 * 100vw);
		max-width: 470px;
	}

	.salary-03-line {
		bottom: -90px;
		left: 200px;
	}


	/* numbers ---------------------------------------*/
	.numbers { 
		padding: 0 20px 50px;
	}

	.numbers::before {
		top: -6%;
		left: 60%;
		width: 35px;
		height: 32px;
	}

	.numbers-list { 
		gap: 10px calc(9 / 335 * 100%);
	}

	.numbers-list > li { 
		padding: 10px 12px;
		width: calc(163 / 335 * 100%);
		height: unset;
		aspect-ratio: 163 / 106;
		border-radius: 8px;
	}

	.numbers-list-title { 
		font-size: min(calc(14 / 375 * 100vw), 20px);
	}

	.numbers-list-title::after {
    bottom: -2px;
	}

	.numbers-list-title-07 {
		margin-top: -6px;
		font-size: min(calc(12 / 375 * 100vw), 17px);
	}

	.numbers-list-text { 
		bottom: 10%;
		left: 7%;
	}

	.numbers-list-text-01 {
		left: 50%;
	}

	.numbers-list-text strong {font-size: min(calc(44 / 375 * 100vw), 63px);}
	.numbers-list-text b {font-size: min(calc(40 / 375 * 100vw), 58px);}
	.numbers-list-text span { font-size: min(calc(18 / 375 * 100vw), 26px);}
	.numbers-list-text small { font-size: min(calc(14 / 375 * 100vw), 20px);}

	.numbers-list-text-07 {
    bottom: 6%;
	}

	.numbers-list-image-01-01 { 
		width: calc(26 / 300 * 100%);
		bottom: 16%;
		left: 8%;
	}

	.numbers-list-image-01-02 { 
		width: calc(26 / 300 * 100%);
		bottom: 16%;
		right: 8%;
	}

	.numbers-list-image-02 {
		left: 67%;
	}

	.numbers-list-image-03 {
		left: 73%;
	}

	.numbers-list-image-04 {
		left: 74%;
	}

	.numbers-list-image-05 {
		left: 67%;
	}

	.numbers-list-image-06 {
		bottom: 44%;
		left: 83%;
	}

	.numbers-list-image-07 {
		left: 70%;
	}

	.numbers-list-image-08 {
		left: 77%;
	}

	.numbers-list-image-09 {
		left: 70%;
	}

	.numbers-list-image-10 {
		bottom: 32%;
		left: 71%;
	}

	.numbers-list-image-11 {
		left: 79%;
	}

	.numbers-line { 
		top: 30px;
		left: 120px;
	}


	/* case ---------------------------------------*/
	.case { 
		padding: 0 20px 50px;
	}

	.case::before {
		top: -40px;
		left: 60%;
		width: 35px;
		height: 32px;
	}

	.case .component-block-01 {
		margin-top: 50px;
	}

	.case-list { 
		margin: 30px auto 40px;
	}

	.case-list > li { 
		padding: 16px;
		border-radius: 8px;
	}

	.case-list > li + li { 
		margin-top: 30px;
	}

	.case-list-title { 
		margin-bottom: 12px;
		font-size: 18px;
	}

	.case-list-title b { 
		display: inline-block;
		padding: 3px 8px 5px;
		margin: 0 0 8px;
		font-size: 18px;
	}

	.case-list-title strong { 
		margin: -10px 6px 0;
		font-size: 30px;
	}

	.case-list-wrapper { 
		flex-wrap: wrap;
		align-items: unset;
	}

	.case-list-block { 
		display: flex;
		flex-direction: column;
		padding: 10px;
		border-radius: 8px;
	}

	.case-list-block-before {
		width: calc(140 / 301 * 100%);
	}

	.case-list-block-after {
		width: calc(140 / 301 * 100%);
		margin-left: calc(21 / 301 * 100%);
	}

	.case-list-block-after::before {
		left: calc(-14 / 140 * 100%);
		width: 10px;
		height: 20px;
	}

	.case-list-block-title {
		padding-bottom: 8px;
		margin-bottom: 8px;
		font-size: 14px;
		flex-grow: 1;
	}

	.case-list-block-list-item + .case-list-block-list-item {
		padding-top: 8px;
		margin-top: 8px;
	}

	.case-list-block-list-item dt { 
		padding-left: 42px;
		width: 100%;
		font-size: 15px;
	}

	.case-list-block-list-item dt::before { 
		width: 32px;
		height: 32px;
	}

	.case-list-block-list-item dd { 
		width: 100%;
		font-size: 14px;
	}

	.case-list-block-list-item dd b { 
		font-size: 24px;
	}

	.case-list-block-comment { 
		width: 100%;
		margin: 20px 0 0;
	}

	.case-list-block-image { 
		bottom: unset;
		top: 50%;
		left: unset;
		right: 10px;
		transform: translateY(-50%);
		width: 100%;
	}

	.case-list-block-image-01 {max-width: 70px;}
	.case-list-block-image-02 {max-width: 60px;}
	.case-list-block-image-03 {max-width: 70px;}
	.case-list-block-image-04 {max-width: 70px;}
	.case-list-block-image-05 {max-width: 70px;}
	.case-list-block-image-06 {max-width: 70px;}

	.case-list-block-comment-text { 
		font-size: 14px;
		padding-right: 100px;
	}

	.case-line {
		top: 0;
		left: 120px;
	}

	/* remuneration ---------------------------------------*/
	.remuneration-01 {
		padding: 0 20px min(calc(220 / 375 * 100vw), 300px);
	}

	.remuneration-01::before {
		top: -6%;
		left: 60%;
		width: 35px;
		height: 32px;
	}

	.remuneration-01::after {
		bottom: 120px;
		left: 74%;
		width: 40px;
		height: 40px;
	}

	.remuneration-01 .component-block-01 {
		margin-top: 70px;
		margin-bottom: 100px;
	}

	.remuneration-01 .component-block-01 .section-title {
		font-size: 38px;
	}

	.remuneration-01 .strengthsbody-wrapper-01 {
		padding: 60px 80px 120px 20px;
	}

	.remuneration-01 .strengthsbody-tab-image {
		top: -90px;
	}

	.remuneration-01 .strengthsbody-wrapper-04 {
		padding: 80px 10px 80px 40px;
	}

	.remuneration-01-line {
		top: 10px;
		left: 120px;
	}

	.remuneration-02-image {
		top: 45%;
		right: -3%;
		width: min(calc(140 / 375 * 100vw), 140px);
	}

	.remuneration-03 {
		padding: 0 20px 100px;
	}

	.remuneration-03::before {
		top: -40px;
		left: 75%;
		width: 30px;
		height: 29px;
	}

	.remuneration-03-image {
		top: 340px;
		left: 58%;
		width: 70px;
	}

	.remuneration-03-line {
		bottom: -90px;
		left: 200px;
	}


	/* careers ---------------------------------------*/
	.careers-text {
		text-align: center;
		margin-top: 40px;
	}

	.company-line-02.careers-line {
		bottom: -100px;
		left: -100px;
	}


	/* workstyle ---------------------------------------*/
	.workstyle .component-block-04 {
		max-width: unset;
	}

	.workstyle-image {
		bottom: 60px;
		left: -180px;
		width: 130px;
	}

	.workstyle-line {
		bottom: -90px;
		left: 200px;
	}


	/* transfer ---------------------------------------*/
	.transfer-01 {
		padding: 0 20px 140px;
	}

	.transfer-01::before {
		top: -20px;
		left: 60%;
		width: 35px;
		height: 32px;
	}

	.transfer-intro {
		display: block;
		margin: 50px auto 50px;
	}

	.transfer-intro-summary {
		margin-bottom: 32px;
	}

	.transfer-intro-simulation {
		width: 100%;
		min-width: unset;
	}

	.transfer-intro-simulation-title {
		margin-bottom: 8px;
		font-size: 20px;
	}

	.transfer-intro-simulation-block { 
		padding: 30px 16px;
	}

	.transfer-intro-simulation-input { 
		gap: 0;
	}

	.transfer-intro-simulation-input dt { 
		width:90px;
		font-size: 16px;
	}

	.transfer-intro-simulation-input dd { 
		gap: 6px;
	}

	.transfer-intro-simulation-input dd input {
		padding: 8px;
		font-size: 16px;
	}

	.transfer-intro-simulation-input dd span {
		font-size: 13px;
	}

	.transfer-intro-simulation-btn { 
		margin-top: 32px;
	}

	.transfer-intro-simulation-text {
		margin-top: 24px;
		font-size: 14px;
	}

	.transfer-intro-simulation-result { 
		padding-top: 32px;
	}

	.transfer-intro-simulation-result-title { 
		margin-bottom: 16px;
		font-size: 20px;
	}

	.transfer-intro-simulation-result-list { 
		padding: 8px 16px;
	}

	.transfer-intro-simulation-result-list + .transfer-intro-simulation-result-list { 
		margin-top: 16px;
	}

	.transfer-intro-simulation-result-list dt { 
		width: 55%;
		min-width: 140px;
		font-size: 16px;
	}

	.transfer-intro-simulation-result-list dd { 
		width: 45%;
		max-width: calc(100% - 140px);
	}

	.transfer-intro-simulation-result-list dd input {
		font-size: 18px;
	}

	.transfer-01-line {
		bottom: -60px;
		left: -40px;
	}

	.transfer-02 {
		padding: 0 20px 200px;
	}

	.transfer-02 .strengthsbody-wrapper-03 {margin-top: 120px;}
	.transfer-02 .strengthsbody-wrapper-04 {margin-top: 140px;}
	.transfer-02 .strengthsbody-wrapper-05 {margin-top: 240px;}

	.transfer-02 .strengthsbody-tab-image {
		top: -70px;
	}

	.transfer-02-line {
		bottom: -20px;
		left: 220px;
	}

	/* terms ---------------------------------------*/
	.terms-title {
		font-size: 18px;
		margin-bottom: 4px;
		margin-top: 36px;
	}



}

@media screen and (min-width: 540px) and (max-width: 767px){
	.strengthsbody-tab-image {
		left: calc(250px - 50vw);
	}
	.strengthsbody-image-05 {
		left: calc(250px - 50vw);
	}
}

@media screen and (max-width: 502px){.salary-02 .component-wrapper-image-01 {top: 50%;}}
@media screen and (max-width: 425px){.salary-02 .component-wrapper-image-01 {top: 53%;}}
@media screen and (max-width: 396px){
	.salary-02 .component-wrapper-image-01 {top: 56%;}
	.salary-03-image {top: 40%;}
}
@media screen and (max-width: 356px){
	.salary-02 .component-wrapper-image-01 {top: 58%;}
	.salary-03-image {top: 42%;}
}
@media screen and (max-width: 320px){
	.salary-02 .component-wrapper-image-01 {top: 59%;}
	.salary-03-image {top: 44%;}
}