@charset "utf-8";

/* Reset */
body,html{-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,img,main,menu,nav,section{display:block}*,:after,:before{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-style:normal;font-size:100%;vertical-align:baseline}img,svg{vertical-align:middle}html{font-family:sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{min-height:100vh;line-height:1.5;-ms-text-size-adjust:100%;background-color:#fff;/* background-color: #FDF8F4; */}h1,h2,h3,h4,h5,h6{margin-top:0;}dl,ol,p,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dd{margin-left:0}img{max-width:100%;border-style:none}canvas,img,svg,video{height:auto}svg{overflow:hidden}table{border-collapse:collapse;border-spacing:0;width:100%}a{text-decoration:none}:focus{outline:0}btn,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}.clearfix:after{content:"";clear:both;display:block}
body {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: 0.02em;
    font-style: normal;
    font-size: 18px;
    color: #111;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}
a {
    text-decoration: none;
    color: #1B224C;
}
:active, :hover, :link, :visited {
    outline: 0;
    text-decoration: none;
}
ul,
ol {
    list-style: none;
}
img {
image-rendering: -webkit-optimize-contrast;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::*/
h2, h3, h4 {
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    margin-bottom: 0.5em;
    letter-spacing: 0;;
}
h2 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    font-size: clamp(24px, 5vw, 40px);
    margin: 1em auto;
}

p+p {
    margin-top: 10px;
}

.c-section-ttl {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    font-size: clamp(24px, 7vw, 50px);
}
.c-section-ttl .en,
.c-section-ttl .jp {
    display: block;
}
.c-section-ttl .en {
    font-size: 24px;
    margin-bottom: 0.5em;
}

.c-ttl-en-large-wrap {
    position: relative;
    background: rgb(13 59 231);
}
.c-ttl-en-large {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-align: center;
    color: rgb(255 255 255 / 23%);
    line-height: 1;
}
.c-ttl-en-large-wrap .c-ttl-jp {
    margin: 0 auto;
    transform: translateY(-30%);
}


/* box斜め */
.u-txt-deco-01 {
    background: #3143cf;
    color: #fff;
    width: fit-content;
    margin: auto;
    font-weight: 700;
    transform: rotate(-5deg);
    margin: 0.5em auto;
    padding: 10px;
}

/* baloon */
.c-arrow-01 {
    background-color: #0d3be7;
    line-height: 1;
    padding: 1em 10px 0;
    position: relative;
  }
.c-arrow-01:after {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0d3be7;
    width: 2em;
    height: 1em;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.c-arrow-01 + .l-inner {
    padding-top: 80px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::
Layout
:::::::::::::::::::::::::::::::::::::::::::::::::*/
.l-inner {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.l-main > section {
    padding-bottom: 8%;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::
各section
:::::::::::::::::::::::::::::::::::::::::::::::::*/

.l-main .p-intro {
    background: url(../images/bg_men.png) center 0%;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 0 ;
}
.bg-fixed:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    background: url(../images/bg_men.png) center 0%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-size: 100%;
    background-repeat: no-repeat;
}


/* MV */
.p-mv__inner {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.p-mv__image img {
    margin-inline:auto;
    max-width: 100%;;
}
.p-cta__ttl {
    object-fit: cover;
    width: 100%;
    height: 242px;
    margin-inline: auto;
}

.p-cta {
    padding-bottom: 100px;
}

.p-cta__ttl-sub {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    background: #111111de;
    font-size: 50px;
    font-size: clamp(28px, 7vw, 50px);
    margin: 0 auto;
}

.p-lead {
    padding: 30px 0 50px;
}

.p-lead .flow-list {
    background: #ffffff7d;
    backdrop-filter: blur(15px);
    border: solid 3px #fff;
    padding: 50px 10px 0;
}
.flow-list .ttl-box {
    text-align: center;
    font-weight: bold;
}

.flow-list .ttl .num {
    color: #0d3be7;
    left: 1em;
    font-size: 30px;
    display: none;
}

.flow-list__item + .flow-list__item:before {
    content: '';
    background: url(../images/arrow_pale.png) center 0 no-repeat;
    display: block;
    margin: 5px auto 15px;
    width: 60%;
    height: 60px;
    background-size: contain;
}
.p-master {
    margin-top: 100px;
    padding-bottom: 200px;
    background: #fff;
}
.p-intro-text p {
    margin-top: 3em;
    line-height: 2;
    text-shadow: 0px 2px 1px #fff;
}
.p-about p {
    text-shadow: 0px 2px 1px #fff;
    line-height: 2;

}
.p-master__img {
    margin: 0 auto 20px;
}
.p-master__txt {
    line-height: 1.8;
    font-weight: bold;
    font-size: 0.9em;
}
.p-master__profile {
    border-bottom: solid 1px #ddd;
    padding: 0 0 1em;
    margin-bottom: 2em;
    font-weight: bold;
}

.p-autline__item + .p-autline__item {
    margin-top: 50px;
}

.p-autline__item {
    padding-top: 20px;
}
.p-autline__item-ttl {
    font-size: 1.5em;

}
.p-autline__item-list {
    padding: 1em;
    background: #fff;
}
.p-autline__item-list li {
    text-indent: -2em;
    padding-left: 2em;
    font-weight: bold;
    line-height: 1.3;
}
.p-autline__item-list li:before {
    content: "⚡️";
    margin-right: 0.5em;
    font-size: 1.2em;
}
.p-autline__item-content {
    padding: 1em;
}
.p-autline__item-num {
    margin-bottom: 1em;
    font-size: 1.1em;
}

.p-outro {
    padding: 0 12%;
}

.p-outro {
    text-shadow: 0px 2px 1px #fff;
}
.p-outro .l-inner {
    padding: 80px 0;
}

.l-main section.p-cta--02 {
    padding-top: 0;
    padding-bottom: 100px;
}

.attention-box  {
    margin: 30px 0 0;
}
.attention-box__inner {
    background: #fff;
    padding: 5% 6%;
    border: double;
}
.attention-box .p-cta__ttl-sub {
    font-size: 40px;
    font-size: clamp(28px, 6vw, 40px); 
}

.p-voice__lead p {
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}
.p-voice__list p {
    text-shadow: 0px 2px 1px #fff;
}

.p-voice__item + .p-voice__item {
    margin-top: 50px;
}
.p-voice__item-ph {
    border-radius: 100vh;
    width: 74%;

    margin: 20px auto;
    border: solid 3px #fff;
}

.p-voice__item-ttl {
    text-align: center;
    background: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
    color: #fff;
    padding: 10px;
    margin: 0px auto 10px;
}
.p-voice__item-ttl .job {
    font-size: 1.25em;
    line-height: 1.8;
}

/* footer */
footer * {
    color: #fff;
    font-size: 14px;
} 

.l-footer  {
    padding: 10px 20px;
    background: #111;
}
.l-footer__inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
}

.footer__nav {
    display: flex;
    gap: 1em;
    align-items: center;
    flex-wrap: wrap;
}
.footer__nav a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

/* lightbox用 */
.dnone {
    display: none;
}
.featherlight {
    font-size: 15px;
    /* width: 90vw; */
}
.featherlight button {
    text-align: center;
    display: inline;
    vertical-align: middle;
    background: none !important;
    border: none !important;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    padding: 0px 0px 0px;
    cursor: pointer;
    font-weight: bold;
}
.featherlight tr td:first-child {
    text-align: center;
    background-color: #f1f1f1;
    padding: 10px;
    width: 30%;
}
.featherlight tr td {padding: 10px;border: solid 1px #fff;}

@media screen and (max-width: 768px) {
    .featherlight {
    font-size: 11px;
}
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::
Media Queries
:::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 769px) {
    .p-lead {
        background-image: linear-gradient(183deg, #ffffff, #ffffffb8 20%, transparent 30%);
    }
    .c-ttl-en-large {
        font-size: 160px;
    }
    .p-voice__item-ttl {
        font-size: 24px;
    }
}
@media screen and (max-width: 768px) {
    body {
    font-size: 16px;
    }
    .p-cta__ttl {
        height: 40vw;
    }
    .c-ttl-en-large {    
    font-size: 19vw;
    }
}

@media screen and (max-width: 650px) {
    .c-arrow-01 + .l-inner {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .p-mv + .p-cta{
        padding: 0 0 50px;
    }
    .p-lead{
        padding: 50px 0;
    }
    .l-main section.p-cta--02 {
        padding-bottom: 50px;
    }
    .p-intro-text p {
        padding: 0 8%;
    }
    .p-master .l-inner {
        padding: 50px 10% 60px;
    }
    .p-voice__list p {
        font-size: 15px;
    }
     .l-footer__inner {
    flex-direction: column-reverse;
}
}
