@charset "utf-8";
/*common*/
/*basic*/
:root {
    --bg-color-1: #dcf2fd;
    --bg-color-2: #e8f6fd;
}
:focus {
    outline: none;
}
@font-face {
  font-family: 'yosugara';
  src: url(../font/yosugaraver1_2.woff) format("woff");
}
.inter{
    font-family: "Inter", sans-serif;
}
img{
    display: block;
    width:auto;
    height:auto;
    object-fit: cover;
}
a.anchor{
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
html {
    scroll-padding-top: 96px;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #373545;
    overflow-x: hidden;
}
/* Fixed header (80px) — keep main content below bar */
main {
    padding-top: 80px;
    box-sizing: border-box;
}
body p{
    line-height: 1.8em;
}
.page-top{
    position: fixed;
    right:2.5vw;
    bottom:2.5vh;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    width:60px;
    height:60px;
    font-size:20px;
    color:#fff;
    background-color:#00A0E9;
    border-radius: 50%;
}
.page-top img{
    width:20px;
    height:auto;
}
.marker{
    background: linear-gradient(transparent 65%, #FAFE85 65%);
}
.bold{
    font-weight: 800;
}
.green{
    color:#55A7A6;
}
.bg_blue{
    background-color:#D0F0FF;
}
/*view*/
.pc{
    display: block;
}
.ip{
    display: none;
}
.sp{
    display: none;
}
/*wide*/
.pd100{
    padding:100px 0;
}
.pd50{
    padding: 50px 0;
}
.pd1-5{
    padding:100px 0 50px;
}
.pd5-1{
    padding:50px 0 100px;
}
.pd0-1{
    padding:0 0 100px;
}
.wd-large{
    width:90vw;
    max-width:1344px;
    margin:auto;
}
.wd-middle{
    width:90vw;
    max-width:1000px;
    margin:auto;
}
.wd-small{
    width:90vw;
    max-width:800px;
    margin:auto;
}
/*highlight*/
h1, h2, h3, h4, h5, h6{
    line-height: 1.3em;
}
.h_type01{
    display: inline-flex;
    padding-bottom:8px;
    text-align: center;
    font-size:36px;
    font-weight: 800;
    position: relative;
}
.h_type01::after{
    content:"";
    position: absolute;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
    width:80px;
    height:3px;
    background-color:#373545;
    flex-grow: 1;
}
.h_type01.left::after{
    right:inherit;
}
.h_type02{
    width:55%;
    margin-bottom:10px;
    padding-bottom:10px;
    font-size:36px;
    border-bottom:solid 3px;
}
.h_typeBG{
    position: absolute;
    z-index: 0;
    top:50px;
    font-size:160px;
    color:rgb(255,255,255,0.3);
    line-height:0;
}
.ribbon.type01{
    width:100%;
    margin:50px 0 0;
    padding:15px;
    text-align: center;
    font-size:20px;
    font-weight: 600;
    color:#fff;
    background-color:#55A7A6;
    border-radius: 10px;
    letter-spacing: 0.8px;
    position: relative;
}
.ribbon.type01::after{
    content:"▼";
    position: absolute;
    right:0;
    bottom:-12px;
    left:0;
    color:#55A7A6;
}
.ribbon.type02{
    padding:15px 3em;
    text-align: center;
    font-size:24px;
    font-weight: 800;
    color:#55A7A6;
    border-top:solid 2px;
    border-bottom:solid 2px;
    letter-spacing: 0.8px;
}
/*link*/
.link-btn {
    text-align: center;
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.link-btn.type01{
    display: flex;
    justify-content: center;
    align-items: center;
    width:300px;
    height:60px;
    font-weight: 700;
    font-size:20px;
    color:#fff;
    background:linear-gradient(to right, #56CCB5 0%, #00A0E9 100%);
    border-radius: 50px;
    letter-spacing: 1px;
    box-shadow:5px 7px 0 #014099;
}
.link-btn.type01:hover {
    transform: translateY(4px);
    box-shadow: none;
}
.link-btn.type02{
    display: block;
    width:100%;
    padding-bottom:10px;
    text-align: right;
    border-bottom:solid 2px #C8C4DD;
}
/*breadcrumb*/
.bc-list{
    display: flex;
    width:90vw;
    margin:auto;
    padding:25px 0 75px;
    font-size:14px;
    color:#58598F;
}
.bc-list a{
    padding:0 10px;
}
.bc-list a:nth-of-type(1){
    padding:0 10px 0 0;
}
.bc-list a:not(:last-of-type){
    text-decoration: underline;
}
/*common end*/
/*header*/
header{
    position: fixed;
    top:0;
    left:0;
    z-index: 500;
    width:100%;
    height:80px;
    background-color:#fff;
}
header .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left:5vw;
    height:100%;
}
header .logo{
    height:50px;
}
.header-nav{
    width:50%;
    height:100%;
}
.header-nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    height:100%;
    font-weight: 600;
    text-align: center;
}
.header-nav ul li{
    width:100%;
    height:100%;
}
.header-nav ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    line-height: 1.3em;
    overflow-wrap: anywhere;
    line-break: strict;
    word-break: auto-phrase;
}
.header-nav ul li:not(:nth-last-of-type(1)) a:hover{
    opacity: 0.7;
    transition: .3s;
}
.header-nav ul li:nth-last-of-type(1){
    margin-left:3%;
}
a.contact{
    color:#fff;
    background: linear-gradient(90deg, rgba(86,204,181,1) 0%, rgba(0,160,233,1) 50%, rgba(44,182,206,1) 100%);
    background-size: 200% 100%;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
a.contact:hover {
    background-position: 100% 100%;
}
#header_s {
    display: none;
}
/*footer*/
footer{
    color:#fff;
    background-color:#0E284E;
}
footer .logo{
    display: block;
    width:300px;
}
footer .logo img{
    width:100%;
}
footer ul:nth-of-type(1){
    display: flex;
    justify-content: space-around;
}
footer ul ul{
    display: flex;
    flex-flow: column;
    margin:50px auto;
}
footer ul ul li{
    margin:5px 0;
    padding:5px 0;
}
footer ul ul li:nth-of-type(1){
    font-weight: 800;
}
footer ul ul li:not(:nth-of-type(1)){
    margin-left:1em;
}
footer small{
    display: block;
    text-align: right;
    font-size:12px;
}
/*eyecatch*/
.hero {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: repeating-linear-gradient(
        -45deg,
        var(--bg-color-1),
        var(--bg-color-1) 100px,
        var(--bg-color-2) 100px,
        var(--bg-color-2) 200px
    );
    border-radius: 8px;
    z-index: 1;
}
.hero-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.hero-panel {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    background-color: var(--bg-color-1);
    transition: transform 0.4s ease;
}
.panel-left {
    left: 0;
    width: 100%;
    clip-path: polygon(1.5% 0, 29.5% 0, 39.5% 100%, 11.5% 100%);
    z-index: 1;
}
.panel-center {
    left: 0;
    width: 100%;
    clip-path: polygon(31% 0, 59% 0, 69% 100%, 41% 100%);
    z-index: 2;
}
.panel-right {
    left: 0;
    width: 100%;
    clip-path: polygon(60.5% 0, 88.5% 0, 98.5% 100%, 70.5% 100%);
    z-index: 3;
}
.slider {
    position: relative;
    width: 100%;
    height: 100%;
}
.slider img {
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1;
}
.panel-left .slider img {
    width: 38%;
    left: 1.5%;
}
.panel-center .slider img {
    width: 38%;
    left: 31%;
}
.panel-right .slider img {
    width: 38%;
    left: 60.5%;
}
.slider img.active {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    z-index: 2;
}
.slider img.prev {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    z-index: 1;
    transition: none;
}
.eyecatch{
    width:100%;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
}
.eyecatch.top{
    width:100%;
}
.eyecatch .title-box{
    position: absolute;
    margin:auto;
    z-index: 3;
}
.eyecatch.top .title-box{
    top:50%;
    right:0;
    left:0;
    width:80vw;
    max-width:1200px;
}
.eyecatch.top .title-box p{
    text-align: center;
    font-size:18px;
    font-weight: 600;
    color:#fff;
    text-shadow:0 0 4px #44405F, 0px 0px 3px #44405F;
}
.eyecatch.top .title-box ul{
    display: flex;
    justify-content: center;
    gap:0 30px;
    margin:25px 0;
}
.eyecatch.lower01{
    height:40vh;
    min-height:365px;
    /*margin-top:50px;*/
	margin-top:0px;
}
.eyecatch.lower02{
    height:50vh;
    min-height:365px;
}
.eyecatch.lower01 .title-box, .eyecatch.lower02 .title-box{
    top:45%;
    right:0;
    left:0;
    text-align: center;
    color:#fff;
    text-shadow:0 0 8px rgb(0,0,0,0.8);
}
.eyecatch.lower01 .title-box h1, .eyecatch.lower02 .title-box h1{
    margin-bottom:15px;
    font-size:48px;
}
.eyecatch.lower01 .title-box p, .eyecatch.lower02 .title-box p{
    font-size:18px;
}
.eyecatch.new-graduate{
    background-image: url(../img/hero_sinsotsu.jpg);
    background-position: top center;
}
.eyecatch.mid-career{
    background-image: url(../img/hero_tyuto.jpg);
    background-position: center;
}
.eyecatch.part{
    background-image: url(../img/hero_part.jpg);
    background-position: 50% 0%;
}
/*footer*/
/*top page*/
.message.top{
    background-image: url(../img/bg_message.svg);４
    background-repeat: no-repeat;
    background-size: cover;
    padding:200px 0;
    position: relative;
}
.message.top .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.message.top .wrap .img-box{
    width:40%;
}
.message.top .wrap p{
    text-align: right;
    overflow-wrap: anywhere;
    line-break: strict;
    word-break: auto-phrase;
}
img.bg{
    position: absolute;
    z-index: 0;
}
img.bg.top{
    top:0;
    left:0;
    width:50%;
}
img.bg.bottom{
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}
.recruit.top{
    background-image: url(../img/bg_dotted01.png);
}
.recruit.top .box01{
    display: flex;
    justify-content: center;
}
ul.dep-list{
    display: flex;
    flex-flow: column;
    gap:50px;
    margin:50px auto;
}
ul.dep-list li.wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    box-shadow:0 0 5px rgb(0,0,0,0.5);
    background-color:#fff;
}
ul.dep-list li .thumbnail{
    width:30%;
    height:100%;
}
ul.dep-list li .thumbnail img{
    width:100%;
    height:100%;
    aspect-ratio:3/2;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
ul.dep-list li .text-box{
    width:44%;
    padding:0 4%;
    overflow-wrap: anywhere;
    line-break: strict;
    word-break: auto-phrase;
}
ul.dep-list li .text-box h3{
    font-size:22px;
    margin-bottom:5px;
}
ul.dep-list .link-box{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap:20px;
    width:20%;
}
ul.dep-list .link-box a {
    display: block;
    width: 165px;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    box-shadow: 5px 5px 0 #014099;
    border-radius: 50px;
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
ul.dep-list .link-box a:hover {
    transform: translateY(4px);
    box-shadow: none;
}
ul.dep-list .link-box a.regular{
    background-color:#55A7A6;
}
ul.dep-list .link-box a.part{
    background-color:#8D847E;
}
ul.tags{
    display: flex;
    gap:1em;
    margin-top:25px;
}
ul.tags li{
    padding:8px 15px;
    color:#F2B17A;
    background-color:#FDF8F4;
    border:solid 1.6px;
}
ul.tags li::before{
    content:"#";
    margin-right:1px;
}
section.purpose{
    background-image: url(../img/bg_purpose.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center 25%;
    position: relative;
}
section.purpose .h_typeBG{
    left:-15px;
}
section.purpose .box01{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding:150px 0;
    position: relative;
    z-index: 2;
}
section.purpose h3{
    font-family: 'yosugara', sans-serif;
    font-size:52px;
    font-weight: normal;
    overflow-wrap: anywhere;
    line-break: strict;
    word-break: auto-phrase;
}
section.purpose h3 span{
    font-size:72px;
    margin-left:5px;
}
section.purpose .text-box{
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    text-align: right;
    overflow-wrap: anywhere;
    line-break: strict;
    word-break: auto-phrase;
}
section.purpose .text-box a{
    margin:50px 0 0 auto;
}
section.purpose .link-box{
    margin:0;
    padding:25px;
}
section.benefit{
    padding:150px 0;
    position: relative;
}
section.benefit .h_typeBG{
    right:0;
    left:0;
    margin:auto;
    text-align: center;
    color:rgb(255,255,255,0.5);
}
ul.benefit{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}
ul.benefit li{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width:28%;
    text-align: center;
    background-color:#fff;
    background-repeat: no-repeat;
    background-size:70%;
    background-position: center;
    border-radius: 15px; 
    aspect-ratio:1/1;
    text-shadow:0 0 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, 1px 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff, -1px -1px 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, 2px 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff, -2px -2px 0 #fff;
}
ul.benefit li:nth-of-type(1){
    background-image: url(../img/icon_benefit01.svg);
}
ul.benefit li:nth-of-type(2){
    background-image: url(../img/icon_benefit02.svg);
}
ul.benefit li:nth-of-type(3){
    background-image: url(../img/icon_benefit03.svg);
}
ul.benefit li h3{
    margin-bottom:15px;
    font-size:22px;
    color:#55A7A6;
}
/*new-graduate*/
section.message{
    background-repeat: no-repeat;
}
section.message.new-graduate{
    background-image: url(../img/bg_sinsotsu-concept.jpg);
    background-size:cover;
    background-position: center;
    position: relative;
}
section.message.new-graduate img.message{
    position: absolute;
    right:0;
    bottom:0;
    z-index: 0;
    width:50%;
}
section.message.new-graduate .wrap{
    position: relative;
    z-index: 1;
}
section.point.new-graduate{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom:150px;
    position: relative;
}
section.point.new-graduate img.bottom{
    position: absolute;
    z-index: 0;
    bottom:0;
    width:100%;
}
ul.point{
    display: flex;
    justify-content: space-between;
    margin:50px auto;
    position: relative;
    z-index: 1;
}
ul.point li{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width:32%;
    aspect-ratio:1/1;
    background-color:#fff;
    border-radius: 10px;
    box-shadow:0 0 5px rgb(0,0,0,0.5);
}
ul.point li h3{
    display: flex;
    flex-flow: column;
    align-items: center;
    margin:0 0 15px;
    text-align: center;
    font-size:20px;
    letter-spacing: 0.4px;
    overflow-wrap: anywhere;
    line-break: strict;
    word-break: auto-phrase;
}
ul.point li h3 img{
    width:65px;
    height:65px;
    margin:0 auto 20px;
}
ul.point li p{
    width:80%;
}
section.interview{
    display: flex;
    align-items: center;
    flex-flow: column;
    background-image: url(../img/line_pen.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size:80%;
}
/*accordion*/
.accordion_inner {
  display: none;
  box-sizing: border-box;
}
.accordion_inner p.txt_a_ac {
  margin: 0;
}
.close-btn:hover {
  opacity: .8;
}
.interview-wrap{
    margin:50px 0;
}
.youtube-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.interview-wrap .box01{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.interview-wrap.reverse .box01{
    flex-flow: row-reverse;
}
.interview-wrap .wrap{
    width:35%;
    margin:auto;
}
.interview-wrap h3{
    display: flex;
    justify-content: center;
    align-items: center;
    height:50px;
    font-size:18px;
    color:#fff;
    text-align: center;
    clip-path: polygon(3% 0, 97% 0, 100% 20%, 100% 80%, 97% 100%, 3% 100%, 0% 80%, 0% 20%);
}
.interview-wrap.type01 h3 {
    background: linear-gradient(to right, #92C476 0%, #55A7A6 100%);
}
.interview-wrap.type02 h3 {
    background: linear-gradient(to right, #EEAB80 0%, #D65145 100%);
}
.interview-wrap.type03 h3 {
    background: linear-gradient(to right, #CA257C 0%, #D189C1 100%);
}
.interview-wrap.type04 h3 {
    background: linear-gradient(to right, #E3D311 0%, #F19D31 100%);
}
.interview-wrap h4{
    padding:25px 0 22px;
    text-align: center;
    font-size:24px;
}
.interview-wrap h4 span{
    font-size:14px;
}
.interview-wrap .text-box{
    padding:20px;
    text-align: center;
    border-top:dashed 2px;
    border-bottom:dashed 2px;
    overflow-wrap: anywhere;
    line-break: strict;
    word-break: auto-phrase;
}
.interview-wrap.type01 .text-box{
    border-color:#92C476;
}
.interview-wrap.type02 .text-box{
    border-color:#E3A065;
}
.interview-wrap.type03 .text-box{
    border-color:#D189AD;
}
.interview-wrap.type04 .text-box{
    border-color:#F5B389;
}
.view-btn{
    margin-top:35px;
}
.view-btn span {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 240px;
    margin: 0 auto;
    padding: 20px 15px 30px;
    font-size:14px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
    position: relative;
}
.view-btn span::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid;
    transition: 0.2s;
}
.view-btn:hover{
    cursor: pointer;
}
.view-btn:hover span::before {
    top: 0;
    left: 0;
}
.interview-wrap.type01 .view-btn span{
    background-color:#DCF0D0;
}
.interview-wrap.type02 .view-btn span{
    background-color:#FAD9C4;
}
.interview-wrap.type03 .view-btn span{
    background-color:#F6DDEA;
}
.interview-wrap.type04 .view-btn span{
    background-color:#FCF6B4;
}
.interview-wrap .img-box{
    width:55%;
}
.interview-wrap .hero-img{
    width:100%;
    aspect-ratio:3/2;
}
.interview-wrap .box02{
    margin:50px auto 75px;
}
.interview-wrap .box02 h5{
    margin-bottom:15px;
    padding-bottom:15px;
    font-size:24px;
    font-weight: 500;
    border-bottom:solid 4px;
    letter-spacing: 1px;
}
.interview-wrap.type01 .box02 h5{
    border-color:#92C476;
}
.interview-wrap.type02 .box02 h5{
    border-color:#E3A065;
}
.interview-wrap.type03 .box02 h5{
    border-color:#D189AD;
}
.interview-wrap.type04 .box02 h5{
    border-color:#F5B389;
}
.interview-wrap .box02 img{
    width:100%;
    aspect-ratio:2/1;
    margin:1em 0;
}
.close-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:auto;
    padding:15px 25px;
    text-align: center;
    font-weight: 500;
    border:inherit;
}
.close-btn:hover{
    cursor: pointer;
}
.interview-wrap.type01 .close-btn{
    background-color:#DCF0D0;
}
.interview-wrap.type02 .close-btn{
    background-color:#FAD9C4;
}
.interview-wrap.type03 .close-btn{
    background-color:#F6DDEA;
}
.interview-wrap.type04 .close-btn{
    background-color:#FCF6B4;
}
section.more{
    display: flex;
    flex-flow: column;
    align-items: center;
}
section.more .wrap{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap:35px;
    margin:50px 0;
}
section.more .wrap .box01{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width:40%;
    text-align: center;
}
section.more .wrap .box01 .img-box{
    margin-bottom:15px;
    aspect-ratio:3/2;
    position: relative;
}
section.more .wrap .box01 .img-box h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    font-size:20px;
    color: #fff;
}
section.more .wrap .box01 .img-box span{
    position: absolute;
    display: block;
    width:100%;
    height:100%;
    background-color:rgb(0,0,0,0.6);
    border-radius: 15px;
}
section.more .wrap .box01 .img-box img{
    width:100%;
    height:100%;
    border-radius: 15px;
}
section.concept.new-graduate{
    text-align: right;
    background-image: url(../img/bg_sinsotsu-welcome.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 0% 65%;
}
section.concept.new-graduate .box01{
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    padding-bottom:150px;
}
section.concept.new-graduate h2{
    font-size:28px;
    letter-spacing: 1px;
}
section.concept.new-graduate p{
    margin:25px 0 50px;
}
section.sougou.new-graduate .box01{
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    gap:50px;
}
section.sougou.new-graduate p{
    margin:50px 0 80px;
    overflow-wrap: anywhere;
    line-break: strict;
    word-break: auto-phrase;
}
section.sougou.new-graduate .img-box{
    width:50%;
}
section.sougou.new-graduate .img-box img{
    width:100%;
    aspect-ratio:4/3;
    border-radius: 15px;
    box-shadow:0 0 5px rgb(0,0,0,0.5);
}
section.flow.new-graduate{
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
}
section.flow.new-graduate .text-box{
    margin-bottom:50px;
}
ul.flow{
    width:90vw;
    max-width:800px;
    margin:50px auto;
}
ul.flow li p{
    padding:10px 0;
    font-size:20px;
    font-weight: 800;
    background-color:#FDF8F4;
    letter-spacing: 0.5px;
    border-radius: 5px;
    box-shadow:3px 3px 0 #C0C0C0;
}
ul.flow li:nth-last-of-type(1) p{
    color: #fff;
    background-color: #55A7A6;
}
ul.flow li span{
    display: block;
    margin:8px 0;
    font-size:22px;
    font-weight: 900;
    color:#F1792C;
}
/*mid-career*/
section.message.mid-career{
    background-image: url(../img/bg_tyuto-concept.jpg);
    background-position: right center;
    position: relative;
}
section.message.mid-career img.bg{
    top:-8%;
    left:-5%;
    width:500px;
    z-index: 0;
}
section.message.mid-career .wrap{
    position: relative;
    z-index: 1;
    text-shadow:0px 0px 0px #373545, 0px 0px 6px #fff,0px 0px 5px #fff, 0px 0px 3px #fff, 0px 0px 2px #fff, 0px 0px 1px #fff, 2px 0px 1px #fff, 0 2px 1px #fff, -2px 0px 0 #fff, 0 -2px 1px #fff;
}
section.point.mid-career{
    padding:200px 0 100px;
}
section.point.mid-career .box01{
    position: relative;
}
section.point.mid-career h2{
    position: absolute;
    top:-130px;
    right:0;
    left:0;
    z-index: 5;
    width:250px;
    margin:auto;
}
section.point.mid-career .box02{
    background-image: url(../img/bg_norma.svg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center bottom;
    border-radius: 25px;
    padding:25px 0;
}
section.point.mid-career .box02 .border{
    margin:0 25px;
    border:dashed 4px #fff;
    border-radius: 25px;
}
section.point.mid-career .box02 .text-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width:720px;
    aspect-ratio:1/1;
    margin:35px auto;
    text-align: center;
    overflow-wrap: anywhere;
    line-break: strict;
    word-break: auto-phrase;
    background-color:#fff;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
section.point.mid-career .box02 .text-box p{
    margin:2em;
}
section.point.mid-career .box02 .text-box p br.middle{
    display: none;
}
section.point.mid-career .box02 .img-box{
    position: absolute;
    top:0;
    bottom:0;
    z-index: 3;
    width:280px;
    height:500px;
    margin:auto;
}
section.point.mid-career .box02 .img-box img{
    width:100%;
}
section.point.mid-career .box02 .img-box.left{
    left:3%;
}
section.point.mid-career .box02 .img-box.right{
    right:3%;
}
aside.joblist{
    display: flex;
    flex-flow: column;
    align-items: center;
}
ul.wp-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2%;
    grid-row-gap: 35px;
    margin:5px;
}
ul.wp-list li{
    box-shadow:0 0 5px rgb(0,0,0,0.5);
    border-radius: 15px;
}
ul.wp-list li:hover{
    opacity: 0.7;
    transition: .3s;
}
ul.wp-list li a{
    display: block;
    width:100%;
    height:100%;
}
ul.wp-list li img{
    width:100%;
    aspect-ratio:1/1;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    overflow-clip-margin: unset;
}
ul.wp-list li .text-box{
    margin:25px 20px;
}
ul.wp-list li h3{
    margin-bottom:25px;
    font-size:16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
ul.wp-list li .area-box{
    display: flex;
    flex-flow: row wrap;
}
ul.wp-list li .area-box p{
    font-size:12px;
    white-space: nowrap;
}
ul.wp-list li .area-box p:not(:nth-last-of-type(1))::after{
    content:"／";
}
/*part*/
section.message.part{
    background-image: url(../img/bg_part-concept.png);
    background-size: 650px;
    background-position: 80% bottom;
    text-shadow:0 0 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, 1px 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff, -1px -1px 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, 2px 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff, -2px -2px 0 #fff;
}
section.point.part{
    text-align: center;
    position: relative;
    overflow: hidden;
}
section.point.part .wrap{
    position: relative;
    z-index: 3;
}
section.point.part .title-box{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    text-align: center;
}
section.point.part .title-box h2{
    position: relative;
    z-index: 2;
    font-size: 36px;
    overflow-wrap: anywhere;
    line-break: strict;
    word-break: auto-phrase;
}
section.point.part .title-box img.left{
    width:130px;
    margin:0 10px 25px 0;
}
section.point.part .title-box img.right{
    width:110px;
}
section.point.part .title-box img.right.top{
    display: none;
}
section.point.part .text-box{
    margin:35px auto;
}
section.point.part .img-box{
    border:solid 5px #fff;
    border-radius: 15px;
    box-shadow:0 0 8px rgb(0,0,0,0.5);
}
section.point.part .img-box img{
    width:100%;
    aspect-ratio:2/1;
    border-radius: 15px;
}
section.point.part img.bg{
    z-index: -1;
}
section.point.part img.bg.left{
    top: 60%;
    left: -3%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
}
section.point.part img.bg.right{
    top:65%;
    right:-3%;
    transform: translateY(-65%);
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
}
/*gist*/
.gist.title, .lower03.title{
    margin-top:20px;
}
.gist.title .title-box{
    border-bottom:dashed 1.5px;
}
.gist.type01 h2{
    width:10em;
    padding-bottom:10px;
    font-size:28px;
    font-weight: 800;
    border-bottom:solid 3px;
}
.gist.title h1, .lower03 h1{
    font-size:36px;
    font-weight: 800;
}
.gist.title .area{
    display: flex;
    justify-content: flex-start;
    gap:15px;
    margin:25px;
}
.gist.title .area span{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding:5px 15px;
    color:#F2B17A;
    background-color:#FDF8F4;
    border:solid 1.5px;
    border-radius: 50px;
}
.gist.appeal{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding:50px 0;
}
.gist.appeal .text-box{
    padding:50px 0;
}
.gist.appeal h2{
    text-align: center;
    font-size:28px;
    font-weight: 800;
}
.gist.appeal h2::before, .gist.appeal h2::after{
    content:"●";
    margin:0 5px;
    color:#d0f0ff;
}
.gist.appeal ul{
    display: flex;
    flex-flow: column;
    gap:15px;
    margin:35px auto 25px;
}
.gist.outline p{
    margin:35px;
    white-space: pre-wrap;
}
.gist.gallery .wp-block-gallery{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap:15px;
    margin:35px auto;
}
.gist.gallery .wp-block-image{
    width: 30%;
}
.gist.gallery img{
    width:100%;
    aspect-ratio:3/2;
    border-radius: 15px;
}
.gist.details ul{
    display: flex;
    flex-flow: column;
    margin:35px;
}
.gist.details li{
    display: flex;
    align-items: flex-start;
    padding:25px 35px;
    border-bottom:solid 1.5px #D0F0FF;
}
.gist.details li h3{
    width:20%;
    margin-right:1em;
}
.gist.details li p{
    line-height: 1.3em;
    white-space: pre-line;
}
/*form*/
.lower03.title{
    padding-top:50px;
}
.lower03 .title-box p{
    margin:35px;
}
.form-box .wrap{
    width:80%;
    max-width:800px;
    margin:auto;
    padding:50px;
    background-color:#fff;
    border-radius: 25px;
}
.form-box .cont01{
    margin:0 auto 50px;
}
.form-box input, .form-box select, .form-box textarea{
    padding:8px 8px;
    border:solid 1px #373545;
    border-radius: 5px;
    font-size:16px;
    box-sizing: border-box;
}
.form-box .wd100 input, .form-box .wd100 select, .form-box .wd100 textarea{
    width:100%;
}
.form-box .input-box{
    margin:auto;
}
.form-box .input-box.name{
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-between;
    gap:15px;
}
.form-box .input-box.name div{
    width:48%;
}
.form-box .input-box.name div p{
    display: flex;
    flex-flow: row;
    align-items: baseline;
}
.form-box .input-box.name div p label{
    margin-right:10px;
}
.input-box.address .input-box{
    margin-top:25px;
}
.form-box .label-box .type02{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.form-box .label-box .title{
    font-size:18px;
    font-weight: 800;
}
.input-box.address .title{
    font-size:14px;
    font-weight: 500;
}
.form-box span.alert{
    font-size:10px;
    color:red;
}
.submit-btn{
    margin:50px auto 0;
}
.submit-btn input{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 60px;
    margin:auto;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(to right, #56CCB5 0%, #00A0E9 100%);
    border:none;
    border-radius: 50px;
    letter-spacing: 1px;
    box-shadow: 5px 7px 0 #014099;
}
.submit-btn input:hover{
    cursor: pointer;
}
.screen-reader-response{
    width:80vw;
    max-width:800px;
    margin:50px auto;
/*    color:red;*/
}
.screen-reader-response ul, .wpcf7-response-output{
    display: none;
}
.wpcf7-not-valid-tip{
    color:red;
}
.wpcf7-response-output {
    border-color: #8cebe5;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #f88;
}
form.sent .wrap, form.sent .submit-btn{
    display: none;
}
form.sent .submit-btn{
    display: none;
}
#wpcf7-f29-p30-o1 .screen-reader-response{
    color:#373545;
}
#wpcf7-f29-p30-o1 .screen-reader-response p{
    white-space: pre-line;
}
/* 送信OK時の文字色  */
.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}
/* 送信NG時の文字色  */
.wpcf7-mail-sent-ng,
.wpcf7-aborted {
	border: 2px solid #ff0000;
}

input[name="postal"], input[name="tel"]{
    width:50%;
}
/*policy*/
section.policy h1{
    margin-bottom:25px;
}
section.policy.bdbox, aside.policy{
    border-top:solid 1px;
}
section.policy h2{
    margin-bottom:15px;
    font-size:24px;
}
section.policy ul{
    margin:1.6em 1em 1.6em 2em;
    line-height: 1.8em;
}
ul.disc li{
    list-style-type:disc;
}
ul.num li{
    list-style-type:decimal;
}
section.policy .box01{
    margin:1em;
}
section.policy address{
    margin:5px 1em;
    font-style:inherit;
    line-height: 1.8em;
}
/*tabs*/
/* nav-*.php iframe 内: 親で与えた高さが clientHeight に入り込み、リサイズが再帰して伸び続けるのを防ぐ */
html:has(body.nav-info-top){
    min-height: 0;
    height: auto;
}
.nav-info-top{
    margin:5px;
    min-height: 0;
    height: auto;
}
.nav-list{
    width:100%;
    min-height: 0;
    margin:auto;
    overflow-x: hidden;
    vertical-align: top;
}
body.nav-info-top--empty{
    margin: 0;
}
body.nav-info-top--empty .tab_content_description{
    padding: 0 0 8px;
}
body.nav-info-top--empty-part .tab_content_description{
    padding: 0 0 2px;
}
body.nav-info-top--empty .tab_content_description .link-btn.type01{
    margin: 0 auto 6px;
}
body.nav-info-top--empty-part .tab_content_description__empty{
    margin: 0;
}
.tab_content_description__empty{
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #373545;
}
body.nav-info-top--empty:not(.nav-info-top--empty-part) .tab_content_description__empty{
    margin-bottom: 20px;
}
.tabs {
    margin: 50px auto 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.tabs label:hover{
    cursor: pointer;
}
.tab_item {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: calc(100%/3);
    height: 100px;
    border-bottom: 3px solid #55A7A6;
    background-color: #EBEEEE;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    transition: all 0.2s ease;
}
.tab_item:hover {
    opacity: 0.75;
}
input[name="tab_item"] {
    display: none;
}
.tab_content {
    display: none;
    padding: 50px;
    clear: both;
    overflow: hidden;
}
.tab_content_description{
    padding:0 0 5px;
}
#sightseeing:checked ~ #sightseeing_content, #jewel:checked ~ #jewel_content, #office:checked ~ #office_content {
    display: block;
}
.tabs input:checked + .tab_item {
    background-color: #55A7A6;
    color: #fff;
}
.tab_content_description a.link-btn.type01{
    margin:0 auto 36px;
}
/*animation*/
.matrix .anim-trig, .matrix .anim-trig .anim-cont {
    display: block;
}
.matrix .anim-trig {
    overflow: hidden;
    opacity: 0;
}
.matrix .anim-trig .anim-cont {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 100);
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.matrix .anim-trig .anim-cont.delay01{
    transition: 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.matrix.is-active .anim-trig {
    opacity: 1;
}
.matrix.is-active .anim-trig .anim-cont {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeUp-A {
    animation-name: fadein-up;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadein-up {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.curtain {
    position: relative;
    overflow: hidden;
}
.curtain::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #D0F0FF;
    transform: translatex(-100%);
}
.curtain.part::before{
    background: linear-gradient(90deg, #fdffc2 0%, #fed438 100%);
}
@keyframes showMask {
    0% {
        transform: translateX(-100%);
    }
    45%, 50% {
        transform: translate(0%);
    }
    100% {
        transform: translateX(100%);
    }
}
.curtain.show::before {
    animation: showMask 1s forwards;
}

@keyframes showMaskRe {
    0% {
        transform: translateX(100%);
    }
    45%, 50% {
        transform: translate(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.curtain.reverse.show::before {
    animation: showMaskRe 1s forwards;
}

.curtain .inner {
    opacity: 0;
}
@keyframes showElements {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.curtain.show .inner {
    animation: showElements .3s .6s forwards;
}
.f-box.zoomin{
    position: relative;
    z-index: 5;
}
.f-box.zoomin.is-active {
    animation: zoomIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.f-box{
    opacity: 0;
}
.delay01{
    animation-delay: 0.5s;
}
.delay02{
    animation-delay: 1s;
}

/* Recruit job detail (single-article) — hero 2-column + apply CTA */
.recruit-article {
    overflow-x: hidden;
}
.recruit-article .gist.title.recruit-article-title {
    margin-top: 0;
    padding-top: 8px;
}
.recruit-article-hero {
    padding-top: 20px;
    padding-bottom: 30px;
}
.recruit-article-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
}
.recruit-article-hero__media {
    min-width: 0;
}
.recruit-article-hero__figure {
    margin: 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 28px rgba(55, 53, 69, 0.14);
    /* 画像読み込み前: TOP hero と同じ淡いブルー（--bg-color-1） */
    background-color: var(--bg-color-1);
}
.recruit-article-hero__img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
}
.recruit-article-hero__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 24px;
    background-color: var(--bg-color-1);
    border-radius: 15px;
    border: 1px dashed #a8c8dc;
}
.recruit-article-hero__placeholder-mark {
    width: auto;
    max-width: 100%;
}
.recruit-article-hero__appeal {
    min-width: 0;
    padding-top: 4px;
}
.recruit-article-hero__title {
    width: 10em;
    max-width: 100%;
    margin: 0 0 22px;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    border-bottom: solid 3px #373545;
}
.recruit-article-hero__points {
    margin: 0;
    padding-left: 1.35em;
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 16px;
    line-height: 1.75;
}
.recruit-article-hero__point {
    margin: 0;
}
.recruit-article-hero__empty {
    margin: 0;
    font-size: 15px;
    color: #5c5a68;
}
.recruit-article .gist.type01.outline,
.recruit-article .gist.type01.gallery,
.recruit-article .gist.type01.details {
    margin-top: 0;
}
.recruit-article .gist.details li p {
    font-size: 15px;
    line-height: 1.65;
}
.recruit-article .gist.type01.details > ul {
    margin-top: 48px;
}
a.recruit-single-apply.link-btn.type01 {
    display: flex;
    margin: 48px auto 96px;
}
@media screen and (max-width: 900px) {
    .recruit-article-hero__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .recruit-article-hero__appeal {
        padding-top: 0;
    }
    .recruit-article-hero__title {
        font-size: 24px;
    }
}
