@charset "utf-8";
/* CSS Document */

/* ●●●●●●●●●●●●●●●●●●●● article block ●●●●●●●●●●●●●●●●●●●● */

/* ------------------ eyecatch ------------------ */
/* 【use page】 index */
main > section.eyecatch {position: relative; width: 100%; margin-top: 40px; background: var(--tertiary-color);}
/*
main > section.eyecatch::before {content: ""; width: 50rem; height: 100%; top: 0; left: 0; background: var(--primary-color); position: absolute; z-index: 1; clip-path: polygon(0 0, 100% 0%, 28rem 100%, 0% 100%);}
*/
main > section.eyecatch::before {content: ""; width: 50rem; height: 100%; top: 0; left: -10rem; background: var(--secondary-color); position: absolute; z-index: 1; transform: skewX(-43deg);}
main > section.eyecatch:nth-of-type(2n) {background: var(--quinary-color);}
main > section.eyecatch:nth-of-type(2n)::before {background: var(--primary-color);}


main > section.eyecatch div.p-i-b-w.flex.col2 {justify-content: space-between; align-items: center; padding: 4.0rem 0;}
main > section.eyecatch div.p-i-b-w.flex.col2 .container:nth-of-type(1) {width: calc(100% / 3);}
main > section.eyecatch div.p-i-b-w.flex.col2 .container:nth-of-type(1) h2 {font-family: "Noto Sans JP", sans-serif; color: #fff; font-size: 2.6rem; font-weight: 100; position: relative; z-index: 1; text-align: left; box-sizing: border-box;}
main > section.eyecatch div.p-i-b-w.flex.col2 .container:nth-of-type(2) {display: flex; align-items: center; justify-content: flex-start; color: #fff;}
main > section.eyecatch div.p-i-b-w.flex.col2 .container:nth-of-type(2) {box-sizing: border-box;}
main > section.eyecatch div.p-i-b-w.flex.col2 .container:nth-of-type(2) p {color: #ffffff; width: 100%; text-align: left; font-size: 2.0rem; margin-bottom: 0; z-index: 2; position: relative;}


/* responsive */
@media screen and (max-width: 1149px) {
}
@media screen and (max-width: 1099px) {
main > section.eyecatch {flex-direction: column;}
main > section.eyecatch::before {left: -20rem;}
main > section.eyecatch div.p-i-b-w.flex.col2 {flex-direction: column;}
main > section.eyecatch div.p-i-b-w.flex.col2 .container:nth-of-type(1) {width: 100%;}
main > section.eyecatch div.p-i-b-w.flex.col2 .container:nth-of-type(1) h2 {margin-bottom: 3rem;}
main > section.eyecatch div.p-i-b-w.flex.col2 .container:nth-of-type(1) h2 br {display: none;}  
main > section.eyecatch div.p-i-b-w.flex.col2 .container:nth-of-type(2) {width: auto!important; justify-content: center;}
}
@media screen and (max-width: 899px) {
main > section.eyecatch::before {left: -30rem;}
}
@media screen and (max-width: 799px) {
main > section.eyecatch div.p-i-b-w.flex.col2 .container:nth-of-type(1) {}
main > section.eyecatch div.p-i-b-w.flex.col2 .container:nth-of-type(1) h2 {}
}
@media screen and (max-width: 599px) {
main > section.eyecatch::before {}
main > section.eyecatch div.p-i-b-w.flex.col2 .container:nth-of-type(1) h2 {font-size: 2.4rem; margin-bottom: 1.5rem;}
main > section.eyecatch div.p-i-b-w.flex.col2 .container:nth-of-type(2) p {font-size: 1.8rem;}
}

/* ------------------ box ------------------ */
/* 【use page】 inspection */
main > section > article div.flex.col2 div.container.box01 {padding: 3rem; position: relative; overflow: hidden; z-index: 1;}
main > section > article div.flex.col2 div.container.box01::before {content: ""; width: 80rem; height: 100%; bottom: 0; right: -57rem; background: var(--quaternary-color); position: absolute; transform: skewX(-43deg); z-index: -1;}
main > section > article div.flex.col2 div.container.box01.reverse::before {left: -48rem; transform: skewX(43deg);}
main > section > article div.flex.col2 div.container.box01.reverse.l_-17rem::before {left: -65rem;}
@media screen and (max-width: 799px) {
main > section > article div.flex.col2 div.container.box01.reverse::before {right: -57rem; transform: skewX(-43deg); left: unset;}
main > section > article div.flex.col2 div.container.box01.reverse.l_-17rem::before {right: -57rem; left: unset;}
}
/* ------------------ gridline ------------------ */
/* 【use page】 */
main section article div .container.gridline::after {content: ""; width: 100%; min-height: 50rem; background-image: linear-gradient(0deg, transparent calc(100% - 0.1rem), #fcfbfb calc(100% - 0.1rem)), linear-gradient(90deg, transparent calc(100% - 0.1rem), #fcfbfb calc(100% - 0.1rem)); background-size: 1.6rem 1.6rem; background-repeat: repeat; background-position: center center; position: absolute; top: 0; left: 0; z-index: -2;}

/* ------------------ datalist ------------------ */
/* 【use page】 company access recruit */
main section article dl {display: flex; flex-wrap: wrap; justify-content: space-between;}
main section article dl dl {font-size: 1em;}
main section article > dl > dt {flex-basis: calc(100% - 70% - 1%); border-bottom: 0.2rem solid var(--primary-color); padding: 0.5rem 0 calc(0.5rem + 0.1rem) 1rem; margin: 0 0 2.5rem 0; box-sizing: border-box; display: flex; align-items: center;}
main section article > dl > dd {flex-basis: calc(100% - 30% - 1%); border-bottom: 0.1rem solid var(--tertiary-color); padding: 0.5rem 0 0.5rem 1rem; margin: 0 0 2.5rem 0; margin-inline-start: 0; box-sizing: border-box;}
main section article dl dd dl dt {flex-basis: calc(1.6rem * 7 + 1%); margin-inline-start: 0; padding: 0; margin: 0 0 0.5rem 0; box-sizing: border-box; padding: 0 2.6rem 0 0; text-align: center; text-align-last: justify;}
main section article dl dd dl dd {flex-basis: calc(100% - 1.6rem * 7 - 1%); margin-inline-start: 0; padding: 0; margin: 0 0 0.5rem 0; box-sizing: border-box;}

main section article dl.black > dt {border-bottom: 0.2rem solid var(--secondary-color);}

/*  company  */
/* 【use page】 company > company */
main section article > dl.company > dt {flex-basis: calc(100% - 80% - 1%);}
main section article > dl.company > dd {flex-basis: calc(100% - 20% - 1%);}

/*  history  */
/* 【use page】 company > history */
main section article > dl.history > dt {flex-basis: calc(100% - 80% - 1%); justify-content: flex-end;}
main section article > dl.history > dd {flex-basis: calc(100% - 20% - 1%);}
span.year {width: 5.5rem;}
span.year.m_single {width: 6rem;}

/* responsive */
@media screen and (max-width: 899px) {
main section article > dl {flex-direction: column;}
main section article dt, main section article dd {flex-basis: 100%; width: 100%;}
main section article dl dd {border-bottom: none; margin-bottom: 3rem;}
main section article > dl.history > dt {justify-content: flex-start;}
}

/* ------------------ map ------------------ */
/* 【use page】 access */
ul.flex.col3.effect01 {flex-wrap: wrap; position: relative;}
ul.flex.col3.effect01 li {flex-basis: calc(100% / 3); width: calc(100% / 3);}
ul.flex.col3.effect01 li::before {content: ""; display: block; padding-top: 100%;}
ul.flex.col3.effect01 li a {width: 100%; height: 100%; display: block; color: var(--primary-color);}
ul.flex.col3.effect01 li a figure {position: unset;}
ul.flex.col3.effect01 li a figure figcaption {top: -94%; left: 4.5rem; text-align: left; line-height: 1.8rem; padding: 0 1rem 0 calc(2rem); text-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #fff, 0 0 0.4rem #fff, 0 0 0.5rem #fff, 0 0 0.6rem #fff, 0 0 0.7rem #fff, 0 0 0.8rem #fff; width: fit-content;}

ul.flex.col3.effect01 li a figure img {filter: grayscale(100%); transition: .3s ease-in-out; position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; object-fit: cover; transform: translate(0, -100%);}
ul.flex.col3.effect01 li:hover a figure img {filter: grayscale(0%);}

/* number */
ul.flex.col3.effect01 li a::before {content: ""; width: 3rem; height: 3rem; top: calc(-100% + 2rem); left: 2rem; background: var(--primary-color); border-radius: 50%; position: absolute; z-index: 1;}
ul.flex.col3.effect01 li a::after {color: #fff; text-align: center; font-weight: bold; width: 3rem; height: 3rem; top: calc(-100% + 2rem); left: 2rem; position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center;}
ul.flex.col3.effect01 li:nth-of-type(1) a::after {content: "1";}
ul.flex.col3.effect01 li:nth-of-type(2) a::after {content: "2";}
ul.flex.col3.effect01 li:nth-of-type(3) a::after {content: "3";}
ul.flex.col3.effect01 li:nth-of-type(4) a::after {content: "4";}
ul.flex.col3.effect01 li:nth-of-type(5) a::after {content: "5";}
ul.flex.col3.effect01 li:nth-of-type(6) a::after {content: "6";}
ul.flex.col3.effect01 li:nth-of-type(7) a::after {content: "7";}
ul.flex.col3.effect01 li:nth-of-type(8) a::after {content: "8";}
ul.flex.col3.effect01 li:nth-of-type(9) a::after {content: "9";}
ul.flex.col3.effect01 li:nth-of-type(10) a::after {content: "10";}
ul.flex.col3.effect01 li:nth-of-type(11) a::after {content: "11";}

/* responsive */
@media screen and (max-width: 899px) {
ul.flex.col3.effect01 {flex-direction: column;}
ul.flex.col3.effect01 li {flex-basis: calc(100%); width: calc(100%);}
ul.flex.col3.effect01 li::before {content: none;}
    
ul.flex.col3.effect01 li a::before {top: 2rem;}
ul.flex.col3.effect01 li a::after {top: 2rem;}
ul.flex.col3.effect01 li a figure {height: 20rem; margin: 0; position: relative;}
ul.flex.col3.effect01 li a figure img {position: relative; transform: translate(0,0);}
ul.flex.col3.effect01 li a figure figcaption {top: 2.6rem; left: 4.5rem;}
}

/* ------------------ contact-area ------------------ */
/* .contact-area > div.contact-area-title > p.title_en */
/* .contact-area > div.contact-area-title > h2.title_ja　←　【english】 h2.title_sub */
/* .contact-area > ul.contact-area-list > li > div.txt-wrapp > h3 */  
/* .contact-area > ul.contact-area-list > li > div.txt-wrapp > p */  
/* .contact-area > ul.contact-area-list > li > .span.icon */  

.contact-area {position: relative;}
.contact-area::before {content: ""; width: 100%; height: -webkit-calc(100% - 2rem); height: calc(100% - 2rem); background: var(--quaternary-color); position: absolute; top: 2rem; left: 0; z-index: -1;}
.contact-area div.contact-area-title p.title_en {letter-spacing: 0.16rem; line-height: 1em; font-size: 4rem; position: relative; font-family: 'Cutive Mono', monospace; left: 1em; width: fit-content;}
.contact-area div.contact-area-title h2.title_ja, .contact-area .contact-area-title h2.title_sub {text-align: center; margin-top: 2rem; font-size: 2rem;}

.contact-area ul.contact-area-list {display: flex; -webkit-justify-content: space-between; justify-content: space-between;}
.contact-area ul.contact-area-list li {width: calc(100% / 2 - 1.5%);}
.contact-area ul.contact-area-list li a {padding: 4rem 3rem; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: space-between; justify-content: space-between; color: #FFF; background: #111;}
.contact-area ul.contact-area-list li a:hover {background: var(--primary-color);}
.contact-area ul.contact-area-list li a:hover .icon {color: #FFF;}
.contact-area ul.contact-area-list li a div.txt-wrap h3 {font-size: 2.4rem; font-weight: 600; color: #fff;}
.contact-area ul.contact-area-list li a div.txt-wrap p {margin-top: 1.4rem; line-height: 2rem; font-size: 1.4rem;}
.contact-area ul.contact-area-list li a span.icon {width: 6rem; height: 6rem; text-align: center; line-height: 6rem; color: #2CA5F2; font-size: 22px; position: relative; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.contact-area ul.contact-area-list li a span.icon::after {content: ""; width: 100%; height: 100%; border: 1px solid rgba(255, 255, 255, .5); position: absolute; top: 0; right: 0; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.contact-area ul.contact-area-list li a span.icon-contact:before {font-family: "Font Awesome 5 Free"; font-weight: 900;  content: "\f658";}
.contact-area ul.contact-area-list li a span.icon-estimate:before {font-family: "Font Awesome 5 Free"; font-weight: 900;  content: "\f044";}

/* responsive */
@media screen and (max-width: 999px) {
.contact-area ul.contact-area-list li a {flex-direction: column; padding: 3rem 2rem;}
.contact-area ul.contact-area-list li a div.txt-wrap p {margin-bottom: 2.2rem; margin-top: 1rem;}
}
@media screen and (max-width: 899px) {
.contact-area ul.contact-area-list {padding-bottom: 0;}
}
@media screen and (max-width: 699px) {
.contact-area ul.contact-area-list {flex-direction: column;}
.contact-area ul.contact-area-list li {width: 100%; margin-bottom: 2rem;}
}

/* ------------------ page-banner ------------------ */
/* .page-banner > ul.page-banner-link > li.link-●●●●●●●● > a > .bg */
/* .page-banner > ul.page-banner-link > li.link-●●●●●●●● > a > .txt-wrap */
/* .page-banner > ul.page-banner-link > li.link-●●●●●●●● > a > .txt-wrap > .title_en */
/* .page-banner > ul.page-banner-link > li.link-●●●●●●●● > a > .txt-wrap > .title_ja 【japanese only】*/
/* .page-banner > ul.page-banner-link > li.link-●●●●●●●● > a > .icon-arrow */

.page-banner ul.page-banner-link {display: flex; position: relative; padding: 0; border-bottom: 1px;}
.page-banner ul.page-banner-link::before, .page-banner .page-banner-link::after {content: ""; width: 1px; height: 100%; background: #FFF; position: absolute; z-index: 10;}
.page-banner ul.page-banner-link::before {left: calc(100% / 3);}
.page-banner ul.page-banner-link::after {left: calc(100% - (100% / 3));}

.page-banner ul.page-banner-link li {width: calc(100% / 3);}
.page-banner ul.page-banner-link li a {height: 0; padding-top: 56.25%; display: block; position: relative;}
.page-banner ul.page-banner-link li a .bg {width: 100%; height: 100%; background-position: center center; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: absolute; top: 0; left: 0;}
.page-banner ul.page-banner-link li a .bg::after {content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, .3); mix-blend-mode: darken; position: absolute; top: 0; left: 0; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; z-index: 0; opacity: 1;}
.page-banner ul.page-banner-link li a:hover .bg::after {background: rgba(0, 0, 0, .1);}
.page-banner ul.page-banner-link li.link-company a .bg {background-image: url("../img/22634475_l.jpg");}
.page-banner ul.page-banner-link li.link-inspection a .bg {background-image: url("../img/24222210_l.jpg");}
.page-banner ul.page-banner-link li.link-access a .bg {background-image: url("../img/26478295_l.jpg");}

.page-banner ul.page-banner-link li a .txt-wrap {color: #FFF; position: absolute; left: 6%; bottom: 9%;}
.page-banner ul.page-banner-link li a .txt-wrap span {display: block;}
.page-banner ul.page-banner-link li a .txt-wrap .title_en {font-family: din-2014, sans-serif; font-weight: 600; letter-spacing: 0.16em; line-height: 1; font-size: 2.6rem;}
.page-banner ul.page-banner-link li a .txt-wrap .title_ja {margin-top: 0.75em; line-height: 1.3; font-size: 13px;}

[class^="icon-"], [class*=" icon-"] {font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

.page-banner ul.page-banner-link li a .icon-arrow {width: 48px; height: 48px; color: #FFF; text-align: center; line-height: 48px; font-size: 20px; position: absolute; right: 6%; bottom: 9%;}
.page-banner ul.page-banner-link li a .icon-arrow:before {font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061";}
.page-banner ul.page-banner-link li a .icon-arrow::after {content: ""; width: 100%; height: 100%; border: 1px solid rgba(255, 255, 255, .5); position: absolute; top: -0.1rem; right: -0.1rem; -webkit-border-radius: 50%; border-radius: 50%;}

/* responsive */
@media screen and (max-width: 899px) {
.page-banner ul.page-banner-link {flex-direction: column;}
.page-banner ul.page-banner-link li {width: 100%; height: 200px;}
.page-banner ul.page-banner-link::before, .page-banner .page-banner-link::after {content: none;}
.page-banner ul.page-banner-link li a {height: 200px; padding-top: 0;}
.page-banner ul.page-banner-link li a .bg {height: 200px; bottom: 0; position: relative;}
.page-banner ul.page-banner-link li a .txt-wrap {bottom: 70px;}
.page-banner ul.page-banner-link li a .icon-arrow {bottom: 70px;}
.page-banner ul.page-banner-link li a .txt-wrap .title_en {font-size: 18px;}
}

/* ------------------ mailform mfp ------------------ */
/* 【use page】 recruit inquiry */
/* form#mailformpro > dl.mailform dt.mfp */
/* form#mailformpro > dl.mailform dd.mfp */


input:-webkit-autofill {box-shadow: 0 0 0px 1000px #fff inset; -webkit-text-fill-color: var(--primary-color)!important;}
#mfp_hidden {display: none;}
#mfp_loading, #mfp_loading_screen, #mfp_overlay_background, #mfp_overlay {pointer-events: none;}

dl.mailform {display: flex; flex-wrap: wrap; justify-content: space-between;}
dl.mailform dt.mfp {flex-basis: 30%; padding: 1rem 0 calc(1rem + 0.1rem) 1.5rem; margin: 0 0 2.5rem 0; display: flex; align-items: center; border-bottom: 0.2rem solid var(--primary-color);}
dl.mailform dd.mfp {flex-basis: calc(70% - 3rem); padding: 1rem 0 1rem 3rem; box-sizing: border-box; margin: 0 0 2.5rem 0; border-bottom: 0.1rem solid var(--tertiary-color);}
span.must {color: #f00;}

dl.mailform dd.mfp {padding: 0.1rem;}
dl.mailform dd.mfp select, dl.mailform dd.mfp input, dl.mailform dd.mfp textarea {color: var(--primary-color); padding: 1.4rem; font-size: 1.4rem; border-radius: 0.3rem; border: none; outline: 0.1rem solid var(--tertiary-color); margin-bottom: 0.5rem;}
dl.mailform dd.mfp input, dl.mailform dd.mfp textarea {width: calc(100%)!important;}
dl.mailform dd.mfp .mfp_rows.cols .mfp_col10 input {width: calc(40% - 0.2rem) !important;}

dl.mailform dd.mfp textarea {font-size: 1.4rem; resize: vertical;}
dl.mailform dd.mfp input[type="file"] {outline: none; padding: 0; font-size: 1.2rem;}
dl.mailform dd.mfp input:focus {outline: 0.1rem solid var(--primary-color)!important; box-shadow: 0 0 0.5rem 0 var(--primary-color);}
dl.mailform dd.mfp input[type="file"]:focus {outline: none!important; box-shadow: none;}
dl.mailform dd.mfp p.file {font-size: 1.2rem;}
dl.mailform dd.mfp select {color: var(--quinary-color);}
dl.mailform dd.mfp input + .mfp_err[style="display: none;"] , dl.mailform dd.mfp select + .mfp_err[style="display: none;"] {display: block!important; height: 0; opacity: 0;}
dl.mailform dd.mfp input[type="checkbox"] {display: none;}

dl.mailform dd.mfp .flex.col2 {flex-wrap: wrap; justify-content: space-around; position: relative;}
dl.mailform dd.mfp .flex.col2 label {flex-basis: calc(100% / 2 - 5%); padding: 30px 10px; margin-bottom: 40px;}
dl.mailform dd.mfp .flex.col2 label.mfp_checked {box-shadow: 0 0 6px 0px #d7022a;}
dl.mailform dd.mfp .flex.col2 label img {display: block; margin: 0 auto; width: 100%;}
dl.mailform dd.mfp .flex.col2 label span {display: block; text-align: center;}
/* 20241216 premium */
dl.mailform dd.mfp .flex.col2 label {flex-basis: calc(100% / 2 - 10px); padding: 10px; margin-right: 20px; margin-bottom: 20px;}
dl.mailform dd.mfp .flex.col2 label:nth-of-type(2n) {margin-right: 0;}
dl.mailform dd.mfp .flex.col2 label:nth-of-type(35) {margin-right: 40px;}
dl.mailform dd.mfp .flex.col2 label:nth-of-type(2n + 36) {margin-right: 20px;}
dl.mailform dd.mfp .flex.col2 label:nth-of-type(2n + 37) {margin-right: 0;}
dl.mailform dd.mfp .flex.col2 {justify-content: flex-start;}
dl.mailform dd.mfp .flex.col2 label.mfp_checked {box-shadow: inset 0px 0px 8px 1px #d70028;}
/* 20241216 premium end */
dl.mailform dd.mfp div.mfp_err {display: block; font-size: 1.2rem; margin-bottom: 1rem;}
dl.mailform dd.mfp dd.mfp_rows div:nth-last-of-type(1) {margin-right: 0!important;}
/* dl.mailform dd.mfp select#mfp_element_7 {margin-bottom: 0.5em;} */
dl.mailform dd.mfp div.mfp_rows {}
dl.mailform dd.mfp div.mfp_rows:not(.mfp_rows.cols) {display: flex;}
dl.mailform dd.mfp div.mfp_rows:not(.mfp_rows.cols) .mfp_col5 {flex-basis: calc(100% / 2 - 1rem);}
dl.mailform dd.mfp div.mfp_rows:not(.mfp_rows.cols) .mfp_col5:nth-of-type(1) {margin-right: 2rem;}
dl.mailform dd.mfp:not(dd.mfp.cloth) {width: 95%; margin: 0 auto; margin-bottom: 2em;}
    
div.mfp_buttons {margin: 3rem auto 10rem; width: 100%;}
div.mfp_buttons button[type="submit"] {width: 100%; border: none; padding: 20px; box-sizing: border-box; letter-spacing: 0.3em; font-size: 0.9em; background: var(--quinary-color); color: #fff;}
dl.mailform dd.mfp div.mfp_err.msg {color: #f00; font-size: 1.6em;}
/*
dl.mailform dd.mfp div.mfp_err.msg {position: absolute; background: #ffffff75; width: 100%; height: 100%; top: 0; left: 0;}
dl.mailform dd.mfp div.mfp_err.msg p {color: #f00; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-size: 1.6em;}
/*
dl.mailform dd.mfp .flex.col2 label.mfp_not_checked div.mfp_err {background: none;}
*/
div.mfp_buttons button[type="submit"]:hover {background: var(--primary-color);}

/* confirm */
table#mfp_confirm_table {width: 100%;}
.mfp_achroma th, .mfp_colored th {font-weight: 100; width: calc(30% - 0.2rem); padding: 1rem; border-bottom: 0.2rem solid var(--primary-color); text-align: left; vertical-align: middle;}
.mfp_achroma td, .mfp_colored td {width: calc(70% - 0.2rem); padding: 1rem 0 1rem 3rem; box-sizing: border-box; margin: 0; border-bottom: 0.1rem solid var(--tertiary-color); vertical-align: middle;}
#mfp_phase_confirm_inner h4 {font-size: 1em; margin-bottom: 1.4rem; padding: 1.4rem;}
#mfp_phase_confirm_inner h4::before {content: none;}
.mfp_buttons {display: flex;}
.mfp_buttons button#mfp_button_send {width: calc(80% - 0.2rem); border: none; padding: 2rem; box-sizing: border-box; letter-spacing: 0.5rem; font-size: 0.9em; background: var(--primary-color); color: #fff;}
.mfp_buttons button#mfp_button_cancel {width: calc(20% - 0.2rem); border: none; padding: 2rem; box-sizing: border-box; letter-spacing: 0.5rem; font-size: 1rem; background: var(--tertiary-color); color: #fff;}
.mfp_buttons button#mfp_button_send:hover {background: var(--quinary-color);}
.mfp_buttons button#mfp_button_cancel:hover {opacity: 0.7;}

@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 949px) {
}
@media screen and (max-width: 749px) {
dl.mailform {flex-direction: column;}
dl.mailform dt.mfp {margin-bottom: 1.8rem;}
dl.mailform dd.mfp {border-bottom: none;}
.mfp_achroma th, .mfp_colored th {display: block; width: calc(100% - 0.2rem);}
.mfp_achroma td, .mfp_colored td {display: block; width: calc(100% - 0.2rem); border-bottom: none; margin-bottom: 0.5rem;}
.mfp_achroma:nth-last-of-type(1) td, .mfp_colored:nth-last-of-type(1) td {margin-bottom: 1.5rem;}
.mfp_buttons {flex-direction: column;}
.mfp_buttons button#mfp_button_send {width: calc(100% - 0.2rem);}
.mfp_buttons button#mfp_button_cancel {width: calc(100% - 0.2rem);}
}
@media screen and (max-width: 660px) {
}
@media screen and (max-width: 499px) {
dl.mailform dt.mfp {flex-basis: calc(100%);}
dl.mailform dd.mfp {flex-basis: calc(100%);}
dl.mailform dd.mfp div.mfp_rows:not(.mfp_rows.cols) {flex-direction: column;}
dl.mailform dd.mfp div.mfp_rows:not(.mfp_rows.cols) .mfp_col5:nth-of-type(1) {margin-right: 0;}
dl.mailform dd.mfp select, dl.mailform dd.mfp .mfp_rows.cols .mfp_col10 input {width: 100%!important;}
div.mfp_buttons {margin: 3rem auto 6rem;}
}






/* ●●●●●●●●●●●●●●●●●●●● article parts ●●●●●●●●●●●●●●●●●●●● */
/* ------------------ headline ------------------ */
/* h1 page-title */

/* h2 eyecatch */

/* h3 d01 */
main h3.d01 {position: relative; width: 100%; box-sizing: content-box; height: 7.68rem; display: flex; align-items: center; justify-content: center; background: var(--quaternary-color); overflow: hidden;}
main h3.d01 span {width: calc(100% - 21rem* 2 - 2rem); margin: 0 auto; text-align: center;}
main h3.d01::before {content: ""; position: absolute; width: 21rem; height: 7.68rem; top: 0; left: -4rem; background: var(--primary-color); transform: skewX(-43deg);}
main h3.d01::after {content: ""; position: absolute; width: 21rem; height: 7.68rem; top: 0; right: -4rem; background: var(--primary-color); transform: skewX(-43deg);}

main h3.d01.black::before {background: var(--secondary-color);}
main h3.d01.black::after {background: var(--secondary-color);}

/* h4 d01 */
main h4.d01 {padding: 1rem 0 1rem 16rem; border-bottom: 0.1rem solid var(--primary-color); text-align: left; position: relative; margin: 0 0 2rem 0; font-size: 1.8rem; line-height: 2.6rem; min-height: calc(2.6rem * 2 + 1rem * 2); display: flex; align-items: center;}
main h4.d01::before {content: ""; width: calc((2.6rem * 2)); height: calc(2.6rem * 2 + 1rem * 2); bottom: 0; left: 3.4rem; background: var(--primary-color); position: absolute; transform: skewX(-43deg);}

main h4.d01.black {border-bottom: 0.1rem solid var(--secondary-color);}
main h4.d01.black::before {background: var(--secondary-color);}

/* h5 */
main h5.d01 {padding: 1.4rem 0 0.7rem 7rem; border-bottom: 0.1rem solid var(--primary-color); text-align: left; position: relative; margin: 0 0 2.6rem 0; font-size: 1.6rem;}
main h5.d01::before {content: ""; width: 7rem; height: 0.1rem; bottom: 0.2rem; left: -0.5rem; border-top: 0.1rem solid var(--primary-color); transform: rotate(310deg); position: absolute;}
main h5.d01::after {content: ""; width: 7rem; height: 0.1rem; bottom: 1.4rem; left: -0.6rem; border-top: 0.1rem solid var(--primary-color); transform: rotate(310deg); position: absolute;}

main h5.d01.black {border-bottom: 0.1rem solid var(--secondary-color);}
main h5.d01.black::before {border-top: 0.1rem solid var(--secondary-color);}
main h5.d01.black::after { border-top: 0.1rem solid var(--secondary-color);}

/* h6 */
main h6.d01 {padding: 1.4rem 0 0.7rem 7rem; border-bottom: 0.1rem solid var(--primary-color); text-align: left; position: relative; margin: 0 0 2.6rem auto; font-size: 1.6rem; width: 96%;}
main h6.d01::before {content: ""; width: 7rem; height: 0.1rem; bottom: 1.4rem; left: -0.6rem; border-top: 0.1rem solid var(--primary-color); transform: rotate(310deg); position: absolute;}
main h6.d01 + p {width: 96%; margin: 0 0 1.6rem auto;}

main h6.d01.black {border-bottom: 0.1rem solid var(--secondary-color);}
main h6.d01.black::before {border-top: 0.1rem solid var(--secondary-color);}


main h3.d01.black, main h4.d01.black, main h5.d01.black, main h6.d01.black {color: var(--secondary-color);}

@media screen and (max-width: 1099px) {
}
@media screen and (max-width: 949px) {
main h3.d01::before, main h3.d02::before, main h3.d03::before {width: 7rem;}
main h3.d01::after, main div.d02::after, main h3.d03::after {width: 7rem;}
main h3.d01 span {width: calc(100% - 7rem* 2 - 2rem);}
}

/* ------------------ article foot wave ------------------ */
/*
main div article.footwave {padding: 70px 40px 200px;}
main div article.footwave::before {content: ""; background: url("../img/nami_a01.png") no-repeat bottom -8px left 0px / 2000px; position: absolute; width: 100%; height: 200px; left: 0; bottom: 0; z-index: 0; pointer-events: none; opacity: 0.7;}
main div article.footwave::after {content: ""; height: 220px; width: 100%; bottom: 0; left: 0; position: absolute; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(209,225,232,0) 30%, rgba(177,203,216,0.30017944677871145) 50%, rgba(31,107,143,0.4990589985994398) 80%, rgba(31,107,143,1) 100%);}
*/

/* responsive */
/*
@media screen and (max-width: 899px) {
main div article.footwave {padding: 70px 40px 100px;}
main div article.footwave::before {background: url("../img/nami_a01.png") no-repeat bottom -8px left 0px / 1000px;  height: 100px; opacity: 0.1;}
main div article.footwave::after {height: 120px; opacity: 0.5;}
*/
}

/* ------------------ list ------------------ */
/* 【use page】 company */
ol.disc {list-style-type: disc;}
ol.num {list-style-type: none; padding-left: 0; position: relative;}
ol.num li {padding-left: calc(1.6rem* 3 + 0.8rem);}

ol.num li::before {position: absolute; text-align: center; left: 0; display: inline-block;}
ol.num li:nth-of-type(1)::before {content:"（1）";}
ol.num li:nth-of-type(2)::before {content:"（2）";}
ol.num li:nth-of-type(3)::before {content:"（3）";}
ol.num li:nth-of-type(4)::before {content:"（4）";}
ol.num li:nth-of-type(5)::before {content:"（5）";}
ol.num li:nth-of-type(6)::before {content:"（6）";}
ol.num li:nth-of-type(7)::before {content:"（7）";}
ol.num li:nth-of-type(8)::before {content:"（8）";}
ol.num li:nth-of-type(9)::before {content:"（9）";}
ol.num li:nth-of-type(10)::before {content:"（10）";}
ol.num li:nth-of-type(11)::before {content:"（11）";}
ol.num li:nth-of-type(12)::before {content:"（12）";}
ol.num li:nth-of-type(13)::before {content:"（13）";}
ol.num li:nth-of-type(14)::before {content:"（14）";}
ol.num li:nth-of-type(15)::before {content:"（15）";}

/* ------------------ photo ------------------ */
.images_item03::before, .images_item03::after {content: ""; position: absolute; transform: rotate(40deg); width: 70px; height: 25px; background-color: #fff; z-index: 1;}
.images_item03::before {top: -10px; right: -25px; border-bottom: 1px solid #1b3e987a;}
.images_item03::after {bottom: -10px; left: -25px; border-top: 1px solid #1b3e987a;}
figcaption {line-height: 1em; display: block; padding: 0.5em 0; position: absolute; margin: 0 auto 0 0; text-align: right; width: 100%; z-index: 2;}

/* ------------------ div shadow ------------------ */
main div.shadow {background: #fff;}
main div.shadow.right {box-shadow: -8px 6px 18px 0px #7488a482;}
main div.shadow.left {box-shadow: 0px 13px 18px 0px #7488a482;}

main div.shadow::after {content: ""; position: absolute; width: 780px; height: 150px; z-index: -2; pointer-events: none; border-radius: 0; left: 2px; bottom: 0; box-shadow: -7px 7px 20px 0px #7d9eb76e;}

/* responsive */
main div.shadow {box-shadow: -8px 6px 18px 0px #7488a482;}



@media screen and (max-width: 1099px) {
}
@media screen and (max-width: 899px) {
main div.w90vw.shadow {width: 100%;}
main div.w90vw.center {width: 90vw;}
main div.w85vw.center {width: 90vw;}
}
@media screen and (max-width: 799px) {
.l-wrapper_01 {flex-direction: column;}
.l-wrapper_01 article {flex-basis: 100%;}
}
@media screen and (max-width: 700px) {
}
@media screen and (max-width: 599px) {
}