@charset "UTF-8";
@import "fonts.css";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*{
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
     min-width: 0;
    min-height: 0;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align: baseline;
    background:transparent;
    text-decoration: none;
    cursor: pointer;
}
body{
    font-size: 1.6rem;
    line-height: 2;
    color: #000000;
    font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    word-break: break-word;
    font-weight: 700;
}
.poppins {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}
.yugo {
    font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.yumin {
    font-family: "yumin", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.JosefinSans {
    font-family: "Josefin Sans", sans-serif;
}
/*remove highlight color touch on mobile*/
input,textarea,button,select,div,a,span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a, input, div, select, textarea, img, button {
    outline: none;
}
a:focus, a:visited, input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
    box-shadow: none;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
button {
    font-family: inherit;
    cursor: pointer;
}
img {
    width /***/: auto;
    height: auto;
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
a {text-decoration: none;
    cursor: pointer;
}
.hover:hover{
    transition: all .3s;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.container {
    margin: 0 auto;
    max-width: 1210px;
    position: relative;
    z-index: 10;
    padding-left: 30px;
    padding-right: 30px;
}
.anchor-link{
    position: relative;
    top: -80px;
    display: block;
    line-height: 0;
}
.wrapper{
    position: relative;
    z-index: 1;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.d-block{
    display: block;
}
.hdn{
    display: none !important;
}
.no-cursor{
    cursor: auto !important;
}
.hdn-scroll{
    overflow: hidden;
}
b, strong{
    font-weight: 700;
}
.cl1{
    /* color: #FF4703; */
}
.cl2{
    color: #002ADE;
}
.cl3{
    color: #6481FF;
}
.cl4{
    color: #FF6F6F;
}
.cl5{
    color: #FF8103;
}
@media(max-width: 750px){
    .container {
        padding-left: 3.1vw;
        padding-right: 3.1vw;
    }
    .anchor-link{
        top: -70px;
    }
}
/*
==============================================================
=========================== pagetop ==========================
==============================================================
*/
#pagetop {
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    bottom: 30px;
    right: 20px;
    position: fixed;
    z-index: 900;
    cursor: pointer;
    display: none ;
    background: rgb(249, 103, 0 , 0.8);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#pagetop:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -5px;
    width: 20px;
    height: 20px;
    border-color: #fff;
    border-width: 0 2px 2px 0px;
    border-style: solid;
    display: inline-block;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transition: .3s;
}
#pagetop:hover:before{
    margin-top: -8px;
}
@media(max-width: 750px){
    #pagetop {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 50px;
        display: none !important;
    }
    #pagetop:before{
        width: 16px;
        height: 16px;
        margin-left: -8px;
    }
}
/*
==============================================================
========================= End pagetop ========================
==============================================================
*/
/*
==============================================================
========================== Animation =========================
==============================================================
*/
@-webkit-keyframes aniHeaderMenu {
    0% {-webkit-transform: translate3d(0, -80%, 0);transform: translate3d(0, -80%, 0);}
    100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes aniHeaderMenu {0% {-webkit-transform: translate3d(0, -80%, 0);transform: translate3d(0, -80%, 0);}
100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@-webkit-keyframes backgroundIMG{
0% {opacity: 0;}
20% {opacity: 0.2;}
40% {opacity: 0.4;}
60% {opacity: 0.6;}
80% {opacity: 0.8;}
100% {opacity: 1; }
}
@keyframes backgroundIMG {
0% {opacity: 0;}
20% {opacity: 0.2;}
40% {opacity: 0.4;}
60% {opacity: 0.6;}
80% {opacity: 0.8;}
100% {opacity: 1;}
}
.fade-in {
opacity: 0;
filter: blur(4px) brightness(105%);
transition: opacity 2s ease, filter 2s ease;
}
.fade-in.is-view {
opacity: 1;
filter: blur(0) brightness(100%);
}
.fade-up {
opacity: 0;
transform: translateY(60px);
-webkit-transform: translateY(60px);
filter: blur(4px) brightness(105%);
transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-up.is-view {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
filter: blur(0) brightness(100%);
}
.fade-down {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
filter: blur(5px) brightness(105%);
transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-down.is-view {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
filter: blur(0) brightness(100%);
}
.fade-left {
opacity: 0;
transform: translateX(-40px);
-webkit-transform: translateX(-40px);
filter: blur(5px) brightness(105%);
transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-left.is-view {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
filter: blur(0) brightness(100%);
}
.fade-right {
opacity: 0;
transform: translateX(40px);
-webkit-transform: translateX(40px);
filter: blur(5px) brightness(105%);
transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-right.is-view {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
filter: blur(0) brightness(100%);
}
.zoom-in {
opacity: 0;
overflow: hidden;
transform: scale(0.7, 0.7);
-webkit-transform: scale(0.7, 0.7);
transition: opacity 1.5s ease, transform 1.5s ease;
}
.zoom-in.is-view {
opacity: 1;
transform: scale(1, 1);
-webkit-transform: scale(1, 1);
}
.zoom-out {
opacity: 0;
overflow: hidden;
transform: scale(1.2, 1.2);
-webkit-transform: scale(1.2, 1.2);
transition: opacity 1.5s ease, transform 1.5s ease;
}
.zoom-out.is-view {
opacity: 1;
transform: scale(1, 1);
-webkit-transform: scale(1, 1);
}
.roll-left {
position: relative;
overflow: hidden;
}
.roll-left img {
opacity: 0;
transition: opacity 1.5s ease .5s;
}
.roll-left:after {
content: '';
position: absolute;
top: 0;
bottom: 0;background: #f0ebe4;
}
.roll-left.is-view img {
    opacity: 1;
}
.roll-left.is-view:after {
    animation: rollLeft 1.5s ease;
}
@keyframes rollLeft {
    0% {
        left: 0;
        right: 100%;
    }
    50% {
        left: 0;
        right: 0;
    }
    100% {
        left: 100%;
        right: 0;
    }
}
@-webkit-keyframes rollLeft {
    0% {
        left: 0;
        right: 100%;
    }
    50% {
        left: 0;
        right: 0;
    }
    100% {
        left: 100%;
        right: 0;
    }
}
.roll-right {
    position: relative;
    overflow: hidden;
}
.roll-right img {
    opacity: 0;
    transition: opacity 1.5s ease .5s;
}
.roll-right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #3a6531;
}
.roll-right.is-view img {
    opacity: 1;
}
.roll-right.is-view:after {
    animation: rollRight 1.5s ease;
}
@keyframes rollRight {
    0% {
        right: 0;
        left: 100%;
    }
    50% {
        right: 0;
        left: 0;
    }
    100% {
        right: 100%;
        left: 0;
    }
}
@-webkit-keyframes rollRight {
    0% {
        right: 0;
        left: 100%;
    }
    50% {
        right: 0;
        left: 0;
    }
    100% {
        right: 100%;
        left: 0;
    }
}
@media (min-width: 768px) {
    .delay1 {
        transition-delay: .4s;
    }
    .delay2 {
        transition-delay: .6s;
    }
    .delay3 {
        transition-delay: .8s;
    }
    .delay4 {
        transition-delay: 1.2s;
    }
}
/*
==============================================================
========================= End Animation ======================
==============================================================
*/
/*
==============================================================
======================= hamburger menu =======================
==============================================================
*/
.hamburger-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
    z-index: 1100;
    width: 88px;
    height: 65px;
    background: #fff;
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
    width: 27px;
    height: 2px;
    border-radius: 50vh;
    transition: 0.2s;
    background: #000;
}
.hamburger-menu .bar{
    position: relative;
    width: 27px;
    line-height: 1;
    transition: all 0ms 300ms;
}
.hamburger-menu .bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.active .bar{
    background: none !important;
}
.hamburger-menu.active .bar:before {
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
}
.hamburger-menu.active .bar:after {
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
}
@media(max-width:767px){
    .hamburger-menu {
        height: 10.298vw;
    }
    .hamburger-menu .bar:before {
        top: -6px;
    }
    .hamburger-menu .bar:after {
        top: 6px;
    }
    .hamburger-menu {
        width: 14vw;
    }
    .hamburger-menu .bar, 
    .hamburger-menu .bar:after, 
    .hamburger-menu .bar:before {
        width: 4.2vw;
    }
    .hamburger-menu .bar:before {
        top: -2vw;
    }
    .hamburger-menu .bar:after {
        top: 2vw;
    }
}
/*
==============================================================
====================== End hamburger menu ====================
==============================================================
*/
/*
==============================================================
============================ Common ==========================
==============================================================
*/
.lb-sp{
    display: none;
}
.lb-sp02{
    display: none;
}
.lb-pc{
    display: block;
}
.lb-sm{
    display: none !important;
}
.slick-track{
    height: 100%;
}
.btn-entry,
.main-menu .btn-entry{
    display: inline-block;
    max-width: 168px;
    background-size: 100%;
    transition: .2s;
}
.btn-entry:hover,
.main-menu .btn-entry:hover{
    opacity: .7;
}
.btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    padding: 15px;
    line-height: 1;
    min-width: 206px;
    transition: .3s ease;
    -webkit-transition: 0.3s ease;
    background: #000;
    color: #fff;
}
.btn:hover {
    background: #2F659F
}
.btn span {
    position: relative;
    padding-right: 30px;
}
.btn::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    top: 50%;
    margin-top: -1px;
    right: 35px;
    z-index: 100;
    background: #fff;
}
.btn::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    top: 50%;
    margin-top: -3px;
    right: 35px;
    z-index: 100;
    background: #fff;
    transform: rotate(30deg);
}
@media(max-width:750px){
    .lb-sp{
        display: block;
    }
    .lb-sp02{
        display: inherit;
    }
    .lb-pc{
        display: none;
    }
    .btn {
        min-width: 48vw;
        font-size: 3.2vw;
        padding: 3.5vw 3vw;
    }
    .btn::before {
        width: 3vw;
        margin-top: -1vw;
        right: 3vw;
    }
    .btn::after {
        width: 13vw;
        margin-top: -1px;
        right: 3vw;
    }
}
/*
==============================================================
========================== End common ========================
==============================================================
*/
/*
==============================================================
============================ Header ==========================
==============================================================
*/
header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3000;
/* -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);*/
            background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.6) 100%);
}
.fixed-nav header{
    position: fixed;
    left: 0;
    right: 0;
    /* z-index: 1000; */
    /* -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: aniHeaderMenu .3s ease forwards;
            animation: aniHeaderMenu .3s ease forwards; */
/*    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);*/
            background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.6) 100%);
}
header .header-inner{
    display: flex;
    align-items: start;
    position: relative;
    /*padding-bottom: 20px;*/
}
header.open-menu .header-inner .logo{
    display: none;
}
header.open-menu .right .btn-entry {
    display: none;
}
.fixed-nav header .header-inner::before{
    bottom: 0px;
    transition: .3s;
}
header.open-menu .header-inner::before{
    display: none;
}
header .logo img{
    width: 100px;
}
header .logo {
    padding-top: 14px;
}
header .logo{
    display: flex;
    padding-left: 22px;
    align-items: center;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: -0.008em;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
header.open-menu .logo{
    color: #000;
}
header .logo .open-menu-logo{
    display: none;
}
header.open-menu .logo img{
    display: none;
}
header.open-menu .logo .open-menu-logo{
    display: inline;
}
header .logo img{
    margin-right: 40px;
    /* height: 25px; */
    transition: .3s;
}
header .right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .right .lb-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .right .btn-entry,
.main-menu .btn-entry{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 250px;
    height: 65px;
    text-align: center;
    background: #2F6598;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    padding: 10px 0;
    font-family: "Josefin Sans", sans-serif;
}
header .right .btn-entry.btn-entry01 {
    background: #3685BC;
}
header.open-menu .logo{
    animation: none !important;
}
header.open-menu {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: unset !important;
}
@media(max-width:1024px){
    header .logo{
        margin-bottom: 0px;
    }
    header .right{
        padding: 0;
    }
}
@media(max-width: 920px){
    header .right .btn-entry,
    .main-menu .btn-entry {
        min-width: 170px;
        font-size: 1.4vw;
    }
}
@media(max-width: 750px){
    header .logo{
        padding: 10px 15px;
    }
    header .logo span{
        display: block;
        font-size: 2vw;
        line-height: 1.1;
        padding-top: 5px;
        padding-left:0px;
    }
    header .header-inner::before{
        bottom: -7px;
    }
    header .header-inner .btn-entry{
        /* display: none; */
    }
    header .header-inner {
        /* background: #fff; */
        padding-bottom: 0;
    }
    .fixed-nav header {
        -webkit-transform: unset;
        transform: unset;
        -webkit-animation: unset;
        animation: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
}
/*
==============================================================
========================= End header =========================
==============================================================
*/
/*
==============================================================
========================= Main menu ==========================
==============================================================
*/
.main-menu{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    display: none; 
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2900;
}
.main-menu .wrap-menu{
    display: flex;
    /* align-items: center;
    justify-content: center; */
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
    max-width: 1100px;
    margin: 0px auto;
    padding: 50px 20px;
}
.main-menu .wrap-menu nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0px -10px;
    width: 100%;
    max-height: 100%;
}
.main-menu .wrap-menu nav ul li{
    margin-bottom: 20px;
}
.main-menu .wrap-menu nav ul {
    width: 33.33%;
}
.main-menu .wrap-menu nav ul li ul li{
    margin-bottom: 0;
}
.main-menu .wrap-menu nav .interview li{
    /* margin-bottom: 90px; */
}
.main-menu .wrap-menu nav .interview li ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.main-menu .wrap-menu nav .interview li ul li.children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}
.main-menu .wrap-menu nav .interview li ul li.children ul {
    width: 50%;
    padding-top: 0;
}
.main-menu .wrap-menu nav .interview ul {
    padding-top: 20px;
}
.main-menu .wrap-menu ul li a{
    color: #2F659F;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    line-height: 1.2;
    transition: .2s;
}
.main-menu .wrap-menu ul li a .ja{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    display: block;
    font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.main-menu .wrap-menu ul li a .ja.d-block{
    padding-top: 6px;
}
.main-menu .wrap-menu ul li ul li a{
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    padding-left: 10px;
}
.main-menu .wrap-menu .home-link a{
    font-size: 1.6rem;
    line-height: 1.7;
    padding-left: 55px;
    margin-top: 28px;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.main-menu .wrap-menu .home-link a::before{
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(../img/ic-extenal-links1.png) no-repeat;
    background-size: 26px 26px !important;
    left: 0;
    top: 50%;
    margin-top: -13px;
    transition: .3s;
}
.main-menu .wrap-menu nav ul .btn-sp{
    display: none;
}
.main-menu .wrap-menu a{
    transition: all 0.3s ease;
}
.main-menu .wrap-menu .base-link a{
    display: inline-block;
}
.main-menu .wrap-menu .base-link a:last-child{
    padding-left: 1vw;
}
@media (hover: hover) {   
    .main-menu .wrap-menu a:hover{
        opacity: .7;;
    }
    .main-menu .wrap-menu .btn-sp a:hover{
        color: #fff;
    }
}
@media (hover: none) {
    .main-menu .wrap-menu .btn-sp a:active{
        color: #fff;
    }
}
@media(max-width:860px){
    .main-menu .wrap-menu {
        padding: 20px 20px;
    }
    .main-menu .wrap-menu ul li a,
    .main-menu .wrap-menu ul li a .ja,
    .main-menu .wrap-menu ul li ul li a {
        font-size: 1.4rem;
    }
}
@media(max-width: 767px){
    .main-menu .wrap-menu nav ul {
        width: 100%;
    }
    header .logo img {
        transition: .3s;
    }
    header .logo img {
        width: 16vw;
        margin-right: 2.3vw;
    }
    header .logo {
        font-size: 1.4rem;
        padding-top: 10px;
    }
    .main-menu .btn-entry {
        display: inline-block;
        height: auto;
        margin: 2vw auto;
        font-size: 4vw;
        padding: 3.5vw 3vw 1.8vw;
        min-width: unset;
        max-width: none;
        width: 80%;
        background: #096295;
    }
    .main-menu .btn-entry.btn-entry01 {
        background: #007FB5;
    }
    header .right .btn-entry {
        height: 10.298vw;
    }
    .main-menu .entry-sp {
        text-align: center;
        padding-bottom: 12.5vw;
    }
    .main-menu .wrap-menu {
        top: 50px;
        padding-top: 20px;
    }
    .main-menu .wrap-menu nav ul li {
        margin-bottom: 1.56vw;
        padding-bottom: 1.56vw;
    }
    .main-menu .wrap-menu nav .interview li ul li a {
        padding-left: 3.1vw;
    }
    .main-menu .wrap-menu nav ul {
        padding-bottom: 7vw;
    }
    .main-menu .wrap-menu ul li a {
        display: block;
        font-size: 4.2vw;
    }
    .main-menu .wrap-menu {
        padding: 3.1vw 9.3vw;
    }
    .main-menu .wrap-menu ul li a .ja {
        font-weight: 700;
    }
    .main-menu .wrap-menu ul li a {
        letter-spacing: 0.12em;
    }
    .main-menu .wrap-menu ul li a, 
    .main-menu .wrap-menu ul li a .ja, 
    .main-menu .wrap-menu ul li ul li a {
        font-size: 4.2vw;
    }
    .main-menu .wrap-menu nav {
        margin: 0;
        display: unset;
    }
    .main-menu .wrap-menu nav ul:last-child {
        padding-bottom: 50px;
    }
    .main-menu .wrap-menu ul li ul li a {
        padding-left: 0;
    }
    .main-menu .wrap-menu nav .interview li ul li.children {
        display: inline-block;
    }
    .main-menu .wrap-menu nav .interview li ul {
        padding-top: 10px;
    }
    .main-menu .wrap-menu nav .interview li ul {
        flex-direction: column;
    }
    .main-menu .wrap-menu nav .interview li ul li {
        width: 100%;
        padding-bottom: 0;
    }
    .main-menu .wrap-menu nav a{
        position: relative;
    }
    .main-menu .wrap-menu nav .interview li ul li a {
        margin-bottom: 0;
        padding-top: 2.3vw;
        padding-bottom: 2.3vw;
    }
    .main-menu .wrap-menu nav .interview .parent{
        border-bottom: unset;
        margin-bottom: 0;
    }
    .main-menu .wrap-menu nav .interview ul {
        padding-bottom: 0;
    }
}
@media(max-width: 750px){
    header {
        background-size: 100% 10.298vw;
        background-repeat: no-repeat;
    }
    header .right {
        align-items: flex-start;
    }
    header .right .lb-pc {
        display: none;
    }
    header.open-menu .right .lb-sp {
        display: none;
    }
    header .right .lb-sp .entry-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 30vw;
        height: 10.298vw;
        padding: 2vw;
        background-color: #2A5C8F;
        color: #fff;
        border: none;
        font-size: 4vw;
        font-weight: bold;
        cursor: pointer;
    }
    header .right .lb-sp .entry-dropdown {
        display: none;
        background: rgb(35 24 21 / 75%);
        text-align: center;
    }
    header .right .lb-sp .entry-dropdown a {
        display: block;
        color: #fff;
        padding: 2vw 1vw;
        text-decoration: none;
        border-top: 1px solid #2A5C8F;
        line-height: 1.5;
        font-size: 3vw;
    }
}
/*
==============================================================
======================= End Main menu ========================
==============================================================
*/
/*
==============================================================
============================= Footer =========================
==============================================================
*/
footer{
    position: relative;
    z-index: 10;
    padding-bottom: 25px;
}
footer .container{
    max-width: 1000px;
}
footer .logo a{
    line-height: 1.2;
    display: inline-block;
}
footer .logo img{
    width: 120px;
}
footer .logo .copy-right {
    color: #2F659F;
    padding-left: 30px;
}
footer .logo {
    align-items: center;
    display: flex;
    padding-top: 130px;
}
footer .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
}
footer nav ul li a{
    color: #2F659F;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
}
footer nav ul li a .ja{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.7;
}
footer nav ul li a .ja.sm{
    font-size: 1.6rem;
}
footer ul li ul{
    padding-top: 10px;
}
footer ul li ul li a{
    font-size: 1.6rem;
    display: block;
    line-height: 2;
    padding-top: 5px;
    padding-left: 10px;
}
footer nav .parent li ul li{
    padding-bottom: 0;
}
footer nav ul.interviews {
    width: 31.33%;
}
footer nav .parent ul {
    width: 50%;
}
footer nav .parent ul {
    padding-top: 0;
}
footer nav .parent .item {
    display: flex;
    flex-wrap: wrap;
}
footer .footer-nav a{
    color: #2F659F;
}
footer .footer-nav a{
    transition: 0.2s;
}
footer .base-link a{
    display: inline-block;
}
footer .base-link a:last-child{
    padding-left: 1vw;
}
@media (hover: hover) {   
    footer .footer-nav a:hover{
        opacity: .7;
    }
}
@media (hover: none) {
    footer .footer-nav a:active{
        opacity: .7;
    }
}
@media(max-width:750px){
    footer{
        padding-bottom: 30px;
        padding-top: 20px;
    }
    footer .footer-nav{
        padding-left: 13px;
        padding-right: 13px;
    }
    footer .items{
        padding-top: 20px;
        display: none
    }
    footer .logo.fm2 {
        text-align: center;
    }
    footer nav .parent .item {
        padding-top: 20px;
    }
    footer nav ul,
    footer .footer-nav .home-link{
        width: 50%;
    }
    footer .footer-nav .home-link{
        padding-top: 0;
    }
    footer nav ul li a,
    footer ul li ul li a, 
    footer nav ul li a .ja{
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1.2;
    }
    footer {
        padding-bottom: 10px;
        padding-top: 40px;
    }
    footer nav ul li a .caption,
    footer nav .interviews li .ja{
        display: none;
    }
    footer nav ul li,
    footer .footer-nav .home-link,
    footer nav .parent li{
        padding-bottom: 25px;
        line-height: 1;
    }
    footer .footer-nav .home-link p{
        padding-bottom: 25px;
        line-height: 1.2;
    }
    footer .footer-nav .home-link a::before {
        width: 17px;
        height: 17px;
        background-size: 17px 17px;
        margin-top: -8px;
        left: -2px;
    }
    footer .footer-nav .home-link a{
        padding-left: 35px;
        line-height: 1.2;
    }
    footer .logo.fm2,
    footer .logo a{
        display: block;
        width: 100%;
    }
    footer .logo.fm2{
        padding-top: 3px;
    }
    footer .logo.fm2 img{
        /* width: 100%; */
        height: unset;
    }
    footer .logo .copy-right {
        padding-left: 0;
    }
    footer .footer-nav .parent .home-link {
        display: none;
    }
    footer .footer-nav .home-link.fm2{
        display: block;
    }
    footer .footer-nav .home-link a{
        font-size: 1.3rem;
    }
    footer nav ul.interviews {
      padding-left: 0;  
    }
    footer nav ul.interviews {
        width: 50%;
    }
    footer .logo img {
        width: 17vw;
        padding-bottom: 3vw;
    }
    footer .logo .copy-right {
        font-size: 3.1vw;
    }
}
@media(max-width:374px){
    header .logo img {
        margin-right: 0;
    }
    header .logo {
        padding: 10px 20px;
    }
}
 /*
==============================================================
=========================== End Footer =======================
==============================================================
*/
 /*
==============================================================
=========================== Home =============================
==============================================================
*/
.home .mv video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.home .mv {
    position: relative;
}
.home .mv h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
 padding: 0 0 5% 5%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6.875vw;
    line-height: 1.55;
    color: #fff;
    letter-spacing: 0.08em;
    font-weight: 650;
    font-family: "yumin", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.home .mv .bottom {
    position: absolute;
    bottom: 25px;
    width: 100%;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 5.6vw;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    display: block;
    font-style: italic;
 z-index: 1;
}
.home .mv .bottom02 {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 35%;
    display: block;
    z-index: 1;
}
.home .mv .add_bg {
    position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100vh;
 background: rgba(0,0,0,0.2);
}
@media(max-width:750px){
    .home .mv h1 {
        font-size: 10.9vw;
    }
    .home .mv video {
        height: 80vh;
    }
 .home .mv .add_bg {
 height: 50vh;
}
 .home .mv .bottom02 {
    width: 80%;
}
}
@media(max-width: 414px){
    .home .mv video {
        height: 50vh
    }
}
/* message */
.home .message {
    padding-top: 60px;
    color: #2F659F;
}
.home .message h2 {
    line-height: 1;
    font-size: 6.4rem;
    color: rgb(47, 101, 159, .21);
    padding-bottom: 50px;
}
.home .message .content h3 {
    font-size: 4rem;
    line-height: 1.5;
    font-weight: 650;
    letter-spacing: 0.1em;
    font-family: "yumin", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    padding-bottom: 50px;
}
.home .message .content .txt {
    line-height: 2.875;
}
.home .message{
    position: relative;
    padding-bottom: 80px;
}
.home .message::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 51%;
    background: url(../img/message-bg.png) no-repeat;
    background-size: 100% 100% !important;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-position: top left
}
@media(max-width:860px){
    .home .message .content h3 {
        font-size: 3rem;
        padding-bottom: 30px;
    }
    .home .message h2 {
        padding-bottom: 30px;
    }
}
@media(max-width:750px){
    .home .message .content h3 {
        font-size: 6.8vw;
        padding-bottom: 14vw;
    }
    .home .message .content .txt {
        font-size: 4.2vw;
        text-align: left;
        line-height: 1.85;
    }
    .home .message {
        padding-top: 13vw;
    }
    .home .message h2 {
        font-size: 10vw;
        padding-bottom: 5vw;
    }
    .home .message::after {
        background: url(../img/message-bg-sp.png) no-repeat;
        height: 89vw;
    }
}
@media(max-width:428px){
    .home .message .content h3 {
        font-size: 2.4rem;
    }
    .home .message .content .txt {
        font-size: 1.2rem;
    }
}
@media(max-width:374px){
    .home .message .content h3 {
        font-size: 1.4rem;
    }
    .home .message .content .txt {
        font-size: 1rem;
    }
}
/* introduction */
.home .introduction {
    background: url(../img/introduction-bg.jpg) no-repeat;
    background-size: cover !important;
    background-position: center !important;
    padding-bottom: 70px;
}
.home .introduction h2 {
    font-size: 3.5rem;
    line-height: 1;
    letter-spacing: 0.12em;
    text-align: center;
    padding-top: 42px;
    color: #fff;
    padding-bottom: 50px;
}
.home .introduction .movie__video {
    display: block;
    width: 100%;
    max-width: 614px;
    margin: 0 auto;
    transition: 0.3s;
}
.home .introduction .movie__video .img {
    padding-top: 61%;
    position: relative;
}
.home .introduction .movie__video .img img {
    position: absolute;
    top: 0;
    left: 0;
}
.modaal-overlay {
    z-index: 3001;
}
.home .introduction .movie__video:hover {
    opacity: .7;
}
   .home .introduction-banner {
        width: 57.5vw;
    }
    .home .introduction-banner {
        margin: 0 auto;
        margin-top: 8vw;
        position: relative;
        margin-bottom: 3vw;
     display: block;
    }
    .home .introduction-banner:hover {
     opacity: 0.7;
     transition: 0.4s;
    }
    .home .introduction-banner img {
        width: 100%;
        padding-top: 0 ;
    }
    .home .introduction-banner .inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 2.29vw;
        line-height: 1.45;
        letter-spacing: 0.12em;
    }
    .home .introduction-banner .inner .lg {
        font-size: 2.77vw;
    }
@media(max-width: 750px){
    .home .message {
        padding-bottom: 14.5vw;
    }
    .home .introduction h2 {
        font-size: 5.45vw;
        padding-bottom: 30px;
    }
    .home .introduction{
        padding-bottom: 10.5vw;
    }
    .home .introduction .movie__video,
    .home .introduction-banner {
        width: 76.5vw;
    }
    .home .introduction-banner {
        margin: 0 auto;
        margin-top: 40px;
        position: relative;
        margin-bottom: 22vw;
    }
    .home .introduction-banner img {
        width: 100%;
        padding-top: 0 ;
    }
    .home .introduction-banner .inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 4.67vw;
        line-height: 1.45;
        letter-spacing: 0.12em;
    }
    .home .introduction-banner .inner .lg {
        font-size: 5.4vw;
    }
}
/* smile */
 .smile{
    padding-top: 70px;
    padding-bottom: 20px;
}
 .smile > .container{
    max-width: 100%;
  padding: 0;
}
 .smile h2 {
    line-height: 1;
    font-size: 5.1rem;
    color: rgb(47, 101, 159);
    padding-bottom: 40px;
}
.home .smile .btn span {
    padding-right: 35px;
}
 .smile .content h3 {
    text-align: center;
    font-family: "yumin", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 6.6rem;
    letter-spacing: 0.12em;
    font-weight: 500;
    line-height: 1.3;
}
 .smile .content .btn-box {
    margin-top: 80px;
}
 .smile .img img {
    width: 100%;
}
.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    width: max-content;
    margin: 0 auto;
}
.smile .img ul{
    display: flex;
    width: max-content;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); /* vì bạn nhân đôi danh sách */
  }
}

.scroll-infinity {
  overflow: hidden;
  width: 100%;
}

.scroll-infinity__wrap {
  display: flex;

}

.scroll-infinity__wrap ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 100s linear infinite;
}
.scroll-infinity__item {
  width: 15vw;
  flex-shrink: 0;
}

.home .img {
    padding-top: 70px;
}
@media(max-width:1024px){
     .smile .content h3 {
        font-size: 5rem;
    }
}
@media(max-width:750px){
     .smile .content h3 {
        font-size: 6.2vw;
    }
     .smile h2 {
        font-size: 7.7vw;
        padding-bottom: 7vw;
    }
     .smile .content .btn-box {
        margin-top: 7vw;
    }
    .home .img {
        padding-top: 5vw;
    }
     .smile {
        padding-top: 40px;
    }
    .scroll-infinity__item {
        width: 33vw;
        flex-shrink: 0;
    }
    .scroll-infinity__list--left {
        animation: infinity-scroll-left 70s linear infinite;
    }
    .smile .container {
        padding: 0;
    }
    .smile-page .smile .img {
        max-width: 100% !important;
    }
}
/* business */
.home .business {
    position: relative;
    z-index: 1;
}
.home .business h2 {
    line-height: 1;
    font-size: 7.5rem;
    line-height: 1;
    background: rgb(47, 101, 159);
    color: #fff;
    display: inline-block;
    padding: 35px 45px 10px 0;
    min-width: 590px;
    text-align: right;
    position: relative;
    z-index: 1;
}
.home .business .content {
    display: flex;
    flex-wrap: wrap;
}
.home .business .content .left {
    width: 49.2%;
}
.home .business .img {
    padding-top: 0;
    padding-left: 8%;
    margin-top: -68px;
}
.home .business .content .right {
    flex: 1;
    padding-left: 90px;
    font-size: 1.6rem;
    line-height: 2.375;
    padding-top: 10%;
}
.home .business .content .right .btn-box {
    padding-top: 34px;
}
.home .business .content .right .btn-box .btn {
    min-width: 238px;
}
.home .business .content .right .btn-box .btn span {
    position: relative;
    padding-right: 55px;
}
.home .business .img-right {
    width: 82.5%;
    margin-left: auto;
    position: relative;
    height: 720px;
}
.home .business .img-right img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.home .business .content {
    position: absolute;
    top: 45px;
    left: 0;
}
.home .business .content .right .inner {
    max-width: 480px;
    color: #fff;
}
.home .business .content .right .inner a {
    color: #fff;
    transition: .3s;
}
@media(max-width:1300px){
    .home .business h2 {
        font-size: 5vw;
        padding: 2vw 2.5vw 0.8vw 0;
        min-width: 43vw;
    }
    .home .business .content .right {
        padding-left: 5vw;
        padding-right: 20px;
    }
    .home .business .img-right {
        height: 50vw;
    }
    .home .business .img {
        margin-top: -4vw;
    }
}
@media(max-width:750px) {
    .home .business .content .left {
        width: 46%;
    }
    .home .business .img-right {
        height: 100%;
    }
    .home .business .content {
        position: relative;
        /* padding-bottom: 24vw; */
        top: 3.4vw;
    }
    .home .business .content .right .btn-box .btn {
        min-width: 48vw;
        font-size: 3.2vw;
        padding: 3.5vw 3vw;
    }
    .home .business .img-right {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        max-width: 82.7vw;
    }
    .home .business .content .right {
        padding-top: 5%;
        height: 50.5vw;
        font-size: 4.2vw;
        letter-spacing: -0.02em;
    }
    .home .business .content .right {
        max-width: 82.7vw;
        margin-left: auto;
        padding: 2.5vw 15px 0 0;
        line-height: 1.44;
    }
    .home .business .img {
        padding-left: 20px;
        width: 40.5vw;
    }
    .home .business .content .right .btn-box {
        padding-top: 15px;
    }
    .home .business h2 {
        font-size: 5.6vw;
        padding: 2.8vw 5.1vw 0.8vw 0;
        min-width: 44vw;
    }
    .home .business {
        margin-top: 6vw;
        margin-bottom: 4vw;
    }
}
.home .video-box {
    padding: 110px 0 150px;
}
.home .video-box .container {
    max-width: 960px;
}
.home .video-box .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.home .video-box .inner .video {
    width: 42.5%;
}
.home .video-box .inner .video p {
    padding-top: 56.25%;
    position: relative;
    transition: .3s;
}
.home .video-box .inner .video p:hover {
    opacity: .7;
}
.home .video-box .inner .video p a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.home .video-box .inner .video p::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(128, 128, 128, .25);
    top: 18px;
    left: -25px;
}
.home .video-box .inner .video p iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home .video-box .inner .txt {
    flex: 1;
    padding-left: 45px;
    margin-right: -25px;
}
.home .video-box .inner .txt  h2 {
    font-size: 1.6rem;
    color: #2F6580;
    padding-bottom: 35px;
}
.home .video-box .inner .txt .btn::after,
.home .video-box .inner .txt .btn::before {
    right: 25px;
}
.home .video-box .inner .txt .btn span {
    padding-right: 70px;
}
.home .video-box .inner .txt h2 a {
    position: relative;
    z-index: 1;
    cursor: pointer;
    color: #2F6580;
    transition: .3s;
}
.home .video-box .inner .txt h2 a:hover {
    color: #048FC9;
}
@media(max-width:960px) {
    .home .video-box .inner .txt {
        margin-right: 0;
        padding-left: 25px;
    }
}
@media(max-width:750px){
    .home .video-box .inner .txt {
        flex: auto;
        padding-left: 0;
        padding-top: 7vw;
    }
    .home .video-box .inner .txt h2 {
        padding-bottom: 5vw;
    }
    .home .video-box .inner .video {
        width: 100%;
    }
    .home .video-box .inner .txt .btn-box {
        text-align: center;
    }
    .home .video-box {
        padding: 10vw 0 15vw;
    }
    .home .video-box .inner .video p::before {
        top: 3vw;
        left: -3.1vw;
    }
    .home .video-box .inner .txt h2 {
        font-size: 4.2vw;
    }
}
/* people */
.home .people {
    padding-top: 111px;
    background: rgb(128, 128, 135, .25);
    /* margin-top: -64px; */
    padding-bottom: 60px;
    position: relative;
}
.home .people::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 62.5%;
    background: url(../img/people-bg.png) no-repeat;
    background-size: 100% 100% !important;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-position: top right;
}
.home .people h2 {
    font-size: 12.7rem;
    letter-spacing: 0.02em;
    line-height: 1;
    writing-mode: sideways-rl;
    margin-left: -15px;
    color: #fff;
    width: max-content;
}
.home .people .content {
    display: flex;
}
.home .people .slider {
    flex: 1;
    padding: 0 0 0 75px;
}
.home .people .slider ul {
    display: flex;
    flex-wrap: wrap;
}
.home .people .slider ul li {
    width: 33.33%;
    padding: 19px;
}
.home .people .slider ul li h3 {
    font-size: 1.7rem;
    line-height: 1.33;
    padding-top: 25px;
    padding-bottom: 10px;
    margin-right: -10px;
    transition: .3s;
 letter-spacing: -0.01em;
}
.home .people .slider ul li p {
    line-height: 1.5;
    font-weight: 500;
}
.home .people .slider .slick-next,
.home .people .slider .slick-prev{
    position: absolute;
    top: 50%;
    border: none;
    text-indent: -999999px;
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: unset;
    z-index: 10;
    margin-top: -30px;
    transition: .3s;
}
.home .people  .slider .slick-prev{
    left: -60px;
}
.home .people .slider .slick-next{
    right: -60px;
}
.home .people .slider .slick-prev::after,
.home .people .slider .slick-next::after,
.home .people .slider .slick-prev::before,
.home .people .slider .slick-next::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 3px;
    background: #000;    
    left: 50%;
    transition: .2s;  
    border-radius: 50vh;
}
.home .people .slider .slick-prev::before,
.home .people .slider .slick-next::before{
    margin-top: -5px;
    margin-left: -10px;
}
.home .people .slider .slick-prev::after,
.home .people .slider .slick-next::after{
    margin-left: -10px;
    margin-top: 5px;
}
.home .people .slider .slick-prev::before {
    transform: rotate(-35deg);
}
.home .people .slider .slick-prev::after {
    transform: rotate(35deg);
}
.home .people .slider .slick-next::before {
    transform: rotate(35deg);
    margin-left: -6px;
}
.home .people .slider .slick-next::after {
    transform: rotate(-35deg);
    margin-left: -6px
}
.home .people .slider .inner {
    position: relative;
    transition: .3s;
}
.home .people .slider .inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.home .people .slider .inner .img {
    padding-top: 124%;
    position: relative;
    overflow: hidden;
}
.home .people .slider .inner .img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    top: 0;
    left: 0;
}
.home .people .slider .inner .img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    transition: .3s;
    height: 100%;
    width: 100%;
}
.home .people .slider .inner:hover .img img {
    transform: scale(1.1)
}
.home .people .slider .inner:hover .img::before {
    z-index: 1;
}
.home .people .slider .inner:hover h3 {
    color: #2F659F;
}
@media(max-width: 1280px){
    .home .people .slider .slick-next {
        right: -30px;
    }
    .home .people .slider .slick-prev {
        left: -30px;
    }
    .home .people .slider {
        flex: 1;
        padding: 0 0 0 50px;
    }
}
@media(max-width: 1200px){
    .home .people .slider ul li {
        padding: 10px;
    }
    .home .people .slider {
        padding: 0 20px 0 50px;
    }
    .home .people .slider .slick-next {
        right: -40px;
    }
    .home .people .slider .slick-prev {
        left: -40px;
    }
    .home .people h2 {
        font-size: 10rem;
    }
    .home .people .img {
        padding-top: 40px;
    }
    .home .people .slider ul li h3 {
        font-size: 1.6rem;
    }
    .home .people .slider ul li p {
        font-size: 1.4rem;
    }
}
@media(max-width:750px){
    .home .people h2 {
        writing-mode: unset;
        font-size: 6rem;
        padding: 0 20px;
        text-align: center;
        width: 100%;
    }
    .home .people .container {
        max-width: 95vw;
    }
    .home .people .slider {
        flex: auto;
        padding: 0 10px 0 10px;
    }
    .home .people .content {
        flex-wrap: wrap;
    }
    .home .people .slider .slick-next, 
    .home .people .slider .slick-prev {
        width: 5vw;
        height: 5vw;
    }
    .home .people .img {
        padding-top: 0;
    }
    .home .people .slider .slick-next {
        right: -5vw;
    }
    .home .people .slider .slick-prev {
        left: -5vw;
    }
    .home .people h2 {
        padding: 0 0 20px;
        font-size: 4rem;
    }
    .home .people {
        padding-bottom: 30px;
    }
    .home .people {
        padding-top: 50px;
    }
    .home .people .slider ul li h3 {
        font-size: 1.4rem;
        padding-top: 15px;
    }
    .home .people .slider ul li p {
        font-size: 1.2rem;
    }
    .home .people .slider .slick-prev::after, 
    .home .people .slider .slick-next::after, 
    .home .people .slider .slick-prev::before, 
    .home .people .slider .slick-next::before {
        width: 10px;
        height: 2px;
    }
    .home .people .slider .slick-prev::after, 
    .home .people .slider .slick-next::after {
        margin-top: 2px;
    }
    .home .people .slider .slick-prev::before, 
    .home .people .slider .slick-next::before {
        margin-top: -3px;
    }
    .home .people h2 {
        text-align: left;
        margin-top: 3vw;
        padding-bottom: 0;
    }
    .home .people .slider .slick-next, 
    .home .people .slider .slick-prev {
        margin-top: -5vw;
    }
    .home .people h2 {
        margin-left: 0;
        font-size: 7.7vw;
    }
}
.home .data {
    background: url(../img/data-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 90px 0;
}
.home .data h2 {
    line-height: 1;
    font-size: 8.5rem;
    line-height: 1;
    color: rgb(255, 255, 255, .67);
    text-align: center;
    letter-spacing: 0
}
.home .data p {
    font-size: 5.8rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.12em;
    line-height: 1;
    padding: 18px 0 30px;
}
.home .data .btn {
    min-width: 162px;
}
.home .data .btn::after,
.home .data .btn::before {
    right: 20px;
}
@media(max-width:750px){
    .home .data {
        padding: 40px 0;
    }
    .home .data h2 {
        font-size: 5rem;
    }
    .home .data p {
        font-size: 3rem;
        color: #fff;
    }
    .home .data {
        height: 66.66vw;
        padding: 10.5vw 0;
    }
    .home .data p {
        font-size: 6.2vw;
        letter-spacing: 0.12em;
        line-height: 1.425;
        padding: 3vw 0 4.5vw;
    }
    .home .data h2 {
        font-size: 9.8vw;
    }
    .home .data .btn {
        min-width: 48vw;
        font-size: 3.2vw;
        padding: 3.5vw 3vw;
    }
}
@media(max-width:374px){
    .home .data h2 {
        font-size: 4rem;
    }
    .home .data p {
        font-size: 2.5rem;
        color: #fff;
    }
}
.benefit {
    padding-top: 108px;
    padding-bottom: 100px;
}
.home .benefit .btn {
    min-width: 162px;
}
.home .benefit .btn::before,
.home .benefit .btn::after {
    right: 20px;
}
.benefit .content{
    background: rgb(47, 101, 159, .14);
    padding: 35px 20px 48px;
}
.benefit .container {
    max-width: 1380px;
}
.benefit .sub-tl {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.12em;
    line-height: 1;
    color: #000;
}
.benefit h2 {
    line-height: 1;
    font-size: 9.8rem;
    line-height: 1;
    color: rgb(47, 101, 159, .27);
    text-align: center;
    letter-spacing: 0.02em;
    padding-top: 30px;
}
.benefit .content .img-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.benefit .content .img-box {
    max-width: 1040px;
    margin: 0 auto 30px;
}
.benefit .content .img-box ul li {
    width: 25%;
    padding: 0 12px;
}
@media(max-width:1024px){
    .benefit h2 {
        font-size: 5rem;
        padding-top: 20px;
    }
}
@media(max-width:750px){
    .benefit h2 {
        font-size: 4rem;
        padding-top: 20px;
    }
    .benefit .sub-tl {
        font-size: 1.6rem;
    }
    .benefit {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .benefit .content .img-box ul li {
        padding: 1vw;
        width: 40%;
    }
    .benefit .content {
        padding: 35px 30px 30px;
    }
    .benefit .content .img-box {
        margin-top: 0;
    }
    .benefit .content .img-box ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .home .benefit .btn {
        min-width: 48vw;
        font-size: 3.2vw;
        padding: 3.5vw 3vw;
    }
    .benefit .sub-tl {
        font-size: 4.3vw
    }
    .benefit h2 {
        font-size: 7vw;
    }
}
@media(max-width:520px){
    .benefit h2 {
        font-size: 3rem;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}
.recruit {
    background: url(../img/recruit-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 80px;
}
.recruit h2 {
    line-height: 1;
    font-size: 6.5rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: 0.02em;
    padding-top: 30px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruit h2 .sm {
    font-size: 2rem;
    letter-spacing: 0.12em;
}
.recruit .btn {
    min-width: 165px;
}
.recruit .btn::before {
    right: 21px;
}
.recruit .btn::after {
    right: 21px;
}
.btn span {
    padding-right: 60px;
}
.recruit .inner {
    position: relative;
    max-width: 985px;
    margin: 0 auto;
}
.recruit .inner .img  {
    padding-top: 0;
    height: 295px;
    position: relative;
}
.recruit .inner .img img {
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.recruit .inner .txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 9%;
}
.recruit .btn-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    padding-top: 45px;
    margin: 0 auto;
}
.recruit .btn-bottom .btn {
    font-size: min(2vw, 31px);
    min-width: auto;
    max-width: 100%;
    width: 45%;
    border: 2px solid #000;
    padding: 34px 20px 26px;
    margin: 0 1%;
    line-height: 1.3;
}
.recruit .btn-bottom .btn:hover {
    color: #000;
}
.recruit .btn-bottom .btn span {
    padding-right: 0;
}
.recruit .btn-bottom .btn::before,
.recruit .btn-bottom .btn::after {
    display: none;
}
@media(max-width:750px){
    .recruit h2 {
        font-size: 4rem;
    }
    .recruit h2 .sm {
        font-size: 1.6rem;
    }
    .recruit .inner .txt {
        padding-top: 12%;
    }
    .recruit {
        padding: 40px 0 30px;
    }
    .recruit .btn-bottom .btn {
        font-size: 3.5vw;
        min-width: 400px;
        padding: 20px 20px 14px;
    }
    .benefit .content {
        padding: 5vw;
    }
    .benefit {
        padding-bottom: 45px;
    }
    .benefit .container {
        padding: 0 5vw;
    }
    .recruit .container {
        padding-left: 28px;
        padding-right: 28px;
    }
    .recruit {
        padding: 40px 0 40px;
    }
    .recruit .btn-bottom {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 7vw;
        line-height: 1;
    }
    .recruit .btn {
        min-width: 38vw;
        font-size: 3.2vw;
        padding: 3.5vw 3vw;
    }
    .recruit h2 {
        font-size: 8vw;
    }
    .recruit h2 .sm {
        font-size: 3.2vw;
        padding-bottom: 1vw;
    }
    .recruit .inner .txt {
        padding-top: 12%;
    }
    .recruit .btn-bottom .btn {
        min-width: 70%;
        width: 70%;
        display: block;
        margin: 1vw auto;
    }
    .recruit .btn-bottom .btn span {
        display: block;
        width: 100%;
    }
    .recruit .inner .img {
        height: 42vw;
    }
}
/*
==============================================================
=========================== End Home =========================
==============================================================
*/
/*
==============================================================
======================== smile-page ==========================
==============================================================
*/
.smile-page .content-box {
    background: rgb(47, 101, 159, .12);
    padding-top: 75px;
    padding-bottom: 75px;
    margin-bottom: 50px;
}
.smile-page .smile {
    padding-bottom: 70px
}
.smile-page .smile .img {
    padding-top: 35px;
}
.smile-page .content-box h2 {
    font-size: 4.5rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 650;
    text-align: center;
}
.smile-page .content-box .txt {
    text-align: center;
    line-height: 2.625;
    padding-top: 60px;
    padding-bottom: 130px;
}
.slick-next,
.slick-prev{
    position: absolute;
    top: 50%;
    border: none;
    text-indent: -999999px;
    width: 6.25vw;
    height: 6.25vw;
    padding: 0;
    background-color: unset;
    z-index: 10;
    border-radius: 50%;
    background: rgba(41, 141, 195, 0.5);
    margin-top: -3.125vw;
    transition: .3s;
}
.slick-prev{
    left: 4.166vw;
}
.slick-next{
    right: 4.166vw;
}
.slick-prev::before,
.slick-next::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.83vw;
    left: 50%;
    margin-left: -0.69vw;
    transition: .2s;
    width: 1.66vw;
    height: 1.66vw;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.slick-prev::before {
    transform: rotate(-135deg);
}
.slick-next::before {
    transform: rotate(45deg);
    margin-left: -1.11vw
}
.smile-page .slider .slick-next:hover {
    background: #298CC3;
}
.smile-page .slider .slick-prev:hover {
    background: #298CC3;
}
.dialog-content .profile {
    display: flex;
    flex-wrap: wrap;
}
.dialog-content .profile .img {
    width: 29.5%;
}
.dialog-content .profile .txt {
    flex: 1;
    padding-left: 70px;
    padding-top: 20px;
}
.dialog-content .profile .txt .info {
    font-size: 1.8rem;
    line-height: 2;
    padding-bottom: 15px;
}
.dialog-content .profile .txt h3 {
    font-size: 2.5rem;
    line-height: 1.5;
    padding-bottom: 10px;
}
.dialog-content .profile .txt .sm {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: -0.06em;
    font-weight: 500;
}
.dialog-content .txt-box {
    padding-top: 45px;
}
.dialog-content .txt-box .txt {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: -0.06em;
    width: 58%;
    font-weight: 500;
}
.dialog-content .txt-box .btn-box .btn::after {
    right: 18px;
}
.dialog-content .txt-box .btn-box .btn::before {
    right: 17px;
}
.dialog-content .txt-box .btn-box .btn {
    background: #2F659F;
}
.dialog-content .txt-box .btn-box .btn span{
    display: flex;
    flex-wrap: wrap;
}
.dialog-content .txt-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.dialog-content .txt-box .btn-box .btn:hover {
    background: #000;
}
.modaal-content-container {
    padding: 60px 100px;
}
.smile-page {
    padding-top: 110px;
}
.smile-page .content-box .slider ul {
    display: flex;
}
.smile-page .content-box .slider ul li {
    padding: 0 9px;
}
.smile-page .content-box .slider .slick-list {
    padding: 0 13.5% !important;
}
.smile-page .content-box .slider .open-dialog {
    padding-top: 94%;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.smile-page .content-box .slider .open-dialog img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.smile-page .content-box .slider .item-inner{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}
.smile-page .content-box .slider .hv{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1vw;
    transition: 0.3s;
    opacity: 0;
}
.smile-page .content-box .slider .hv::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2F6597;
    opacity: 0.81;
    z-index: -1;
}
.smile-page .content-box .slider .hv .hv-inner{
    text-align: left;
    color: #fff;
}
.smile-modal .slick-next,
.smile-modal .slick-prev{
    position: absolute;
    top: 50%;
    border: none;
    text-indent: -999999px;
    width: 6.25vw;
    height: 6.25vw;
    padding: 0;
    background-color: unset;
    z-index: 10;
    border-radius: 50%;
    background: rgba(41, 141, 195, 0.5);
    margin-top: -3.125vw;
    transition: .3s;
}
.smile-modal .slick-prev{
    left: 1.166vw;
}
.smile-modal .slick-next{
    right: 1.166vw;
}
.smile-modal .slick-prev::before,
.smile-modal .slick-next::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.83vw;
    left: 50%;
    margin-left: -0.69vw;
    transition: .2s;
    width: 1.66vw;
    height: 1.66vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.smile-modal .slick-prev::before {
    transform: rotate(-135deg);
}
.smile-modal .slick-next::before {
    transform: rotate(45deg);
    margin-left: -1.11vw
}
.slick-next:hover {
    background: #298CC3;
}
.slick-prev:hover {
    background: #298CC3;
}
.dialog-content .profile {
    display: flex;
    flex-wrap: wrap;
}
@media (hover: hover) {   
    .smile-page .content-box .slider .open-dialog:hover .hv{
        opacity: 1;
    }
}
@media (hover: none) {
    .smile-page .content-box .slider .open-dialog:active{
    }
}
@media(max-width: 1080px){
    .modaal-content-container {
        padding: 30px 50px;
    }
    .dialog-content .profile .txt {
        padding-left: 30px;
    }
}
@media(max-width: 960px){
    .modaal-content-container {
        padding: 30px 20px;
    }
    .dialog-content .profile .txt {
        padding-left: 0px;
    }
    .dialog-content .profile .txt h3 {
        font-size: 2rem;
    }
    .dialog-content .profile .txt .info {
        font-size: 1.6rem;
    }
    .dialog-content .txt-box .txt,
    .dialog-content .profile .txt .sm {
        font-size: 1.4rem;
    }
    .smile-page .content-box .txt {
        padding-bottom: 80px;
    }
}
@media(max-width: 750px){
    .dialog-content .profile .img,
    .dialog-content .txt-box .txt {
        width: 100%;
    }
    .dialog-content .profile .txt {
        flex: auto;
        font-weight: 500;
    }
    .dialog-content .txt-box .btn-box {
        padding-top: 20px;
    }
    .dialog-content .profile .txt h3 {
        font-size: 1.8rem;
    }
    .smile-page .content-box .txt {
        padding-bottom: 30px;
    }
    .smile-page .content-box .txt p {
        line-height: 2;
        padding-bottom: 10px;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.85;
    }
    .smile-page .content-box .slider .slick-list {
        padding: 0  10px !important;
    }
    .smile-page .content-box .slider ul li {
        padding: 0 5px;
    }
    .smile-page .content-box {
        padding-bottom: 7.7vw;
        padding-top: 35px;
        margin-bottom: 0;
    }
    .smile-page .content-box .txt {
        padding-bottom: 3.5vw;
    }
    .smile-page .content-box h2 {
        font-size: 2.5rem;
    }
    .smile-page .content-box .txt {
        padding-top: 30px;
    }
    .smile-page {
        padding-top: 60px;
    }
    .smile-page .smile .img {
        max-width: 90%;
        margin: 0 auto;
    }
    .smile-page .smile {
        padding-bottom: 10.9vw;
    }
    .smile-page .content-box .txt p {
        text-align: left;
        font-size: 4.2vw;
    }
    .smile-page .content-box h2 {
        font-size: 5.45vw;
    }
    .dialog-content .profile .txt .info {
        line-height: 1.44;
        font-size: 3.89vw;
        padding-bottom: 4vw;
    }
    .dialog-content .txt-box .txt, .dialog-content .profile .txt .sm {
        font-weight: 500 !important;
    }
    .dialog-content .profile .txt h3 {
        font-size: 4.2vw;
        padding-bottom: 1vw;
    }
    .dialog-content .txt-box .txt, 
    .dialog-content .profile .txt .sm {
        font-size: 3.89vw;
        font-weight: 700;
        line-height: 1.66;
    }
    .dialog-content .txt-box {
        padding-top: 5vw;
    }
    .dialog-content .txt-box .btn-box .btn {
        font-size: 3.7vw;
    }
    .dialog-content .txt-box .btn-box {
        padding-top: 10vw;
        text-align: center;
        width: 100%;
    }
    .dialog-content .profile .img  {
        text-align: center;
    }
    .dialog-content .profile .img img {
        width: 50vw;
    }
    .smile-modal .slider .slick-prev,
    .smile-page .slider .slick-prev{
        left: 15px
    }
    .smile-modal .slider .slick-next,
    .smile-page .slider .slick-next{
        right: 15px;
    }
    .smile-modal .slider .slick-prev::before,
    .smile-modal .slider .slick-next::before,
    .smile-page .slider .slick-prev::before,
    .smile-page .slider .slick-next::before{
        margin-top: -1vw;
        margin-left: -0.5vw;
        width: 2vw;
        height: 2vw;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .smile-modal .slider .slick-next::before,
    .smile-page .slider .slick-next::before {
        margin-left: -1.2vw
    }
    .smile-page .content-box .slider .hv {
        font-size: 1.5vw;
    }
}
@media(max-width: 374px){
    .smile-page .content-box h2 {
        font-size: 2rem;
    }
    .smile-page .content-box .slider .hv {
        font-size: 5vw;
    }
}
.modaal-close:after, 
.modaal-close:before {
    height: 40px;
    width: 2px;
    top: 6px;
    background: #000 !important; 
}
.smile-modal .modaal-close:after, 
.smile-modal .modaal-close:before {
    background: #000 !important;  
}
.modaal-close:hover::after, 
.modaal-close:hover::before {
    background: #2F659F;
}
@media(max-width:750px){
    .modaal-close:after, .modaal-close:before {
        height: 26px;
        width: 2px;
        top: 12px;
    }
    .smile-modal .modaal-close {
        background: unset;
    }
    .slick-next, .slick-prev {
        width: 12.5vw;
        height: 12.5vw;
    }
    .slick-next {
        right: 1.5vw;
    }
    .slick-prev {
        left: 1.5vw;
    }
    .slick-prev::before,
    .slick-next::before {
        margin-top: -1.8vw;
        margin-left: -1vw;
        width: 3.6vw;
        height: 3.6vw;
    }
    .slick-next::before {
        margin-left: -2.4vw;
    }
    #modal-navigation-buttons {
        top: 50%;
    }
}
/*
==============================================================
======================== End smile-page ======================
==============================================================
*/
/*
==============================================================
========================= people-page ========================
==============================================================
*/
.people-page .top-content {
    padding-top: 180px;
}
.people-page .top-content h2 {
    line-height: 1;
    font-size: 5.1rem;
    color: rgb(47, 101, 159);
    /* padding-bottom: 55px; */
}
.sub-tl {
    font-size: 2.5rem;
    color: #2F659F;
    letter-spacing: 0.04em;
    line-height: 1.6;
}
.people-page .top-content .img-box {
    padding-top: 80px;
}
.people-page .top-content .img-box img {
    width: 100%;
}
.people-page .top-content .content {
    background: #2F659F;
    background: linear-gradient(to right, #7798C0, #2F6585);
}
.people-page .top-content .content h3 {
    color: #fff;
    font-size: 4vw;
    line-height: 1.55;
    padding-top: 45px;
    padding-bottom: 110px;
}
.people-page .top-content .content .container {
    max-width: 1380px;
}
.people-page .top-content .content .info {
    position: absolute;
    bottom: -46px;
    right: 30px;
    background: #fff;
    color: #2F6585;
    font-size: 2.95rem;
    line-height: 1.5;
    padding: 24px 30px;
}
.people-page .people-content h2 {
    font-size: 4.3rem;
    line-height: 1.6;
    padding-bottom: 25px;
    font-weight: 650;
}
.people-page .people-content {
    line-height: 2.375;
    background: rgb(198, 203, 208, .25);
    padding-top: 120px;
    padding-bottom: 60px;
}
.people-page .people-content .txt {
    max-width: 1040px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.people-page .people-content .img img {
    width: 100%;
}
.people-page .people-content .img {
    padding-bottom: 100px;
}
.people-page .other-interview {
    background: linear-gradient(to right, #7798C0, #2F6585);
    padding-top: 50px;
    padding-bottom: 85px;
}
.people-page .other-interview h2 {
    line-height: 1;
    font-size: 3.4rem;
    color:#fff;
    padding-bottom: 60px;
}
.people-page .other-interview ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.people-page .other-interview ul li {
    width: 14.28%;
    padding: 6px;
}
.people-page .other-interview ul li a {
    display: block;
    position: relative;
    padding-top: 120%;
    position: relative;
    overflow: hidden;
}
.people-page .other-interview ul li a img {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}
.people-page .other-interview ul li a::after {
    content: "";
    position: absolute;
    background: rgb(128, 128, 128);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}
.people-page .other-interview ul li a.active::after {
    display: none;
}
.people-page .other-interview ul li a:hover img{
    transform: scale(1.1);
}
@media(max-width:960px){
    .people-page .people-content h2 {
        font-size: 2.5rem;
    }
    .people-page .top-content .content h3 {
        font-size: 4.5rem;
    }
    .people-page .top-content .content .info {
        font-size: 2.2rem;
    }
    .people-page .top-content {
        padding-top: 100px;
    }
}
@media(max-width:860px){
    .people-page .people-content .img {
        padding-bottom: 25px;
    }
    .people-page .other-interview h2 {
        padding-bottom: 25px;
    }
    .people-page .other-interview {
        padding-bottom: 50px;
    }
}
@media(max-width: 750px) {
    .people-page .other-interview ul li {
        width: 25%;
        padding: 0.94vw;
    }
    .people-page .people-content .img {
        padding-bottom: 7.5vw;
    }
    .people-page .other-interview h2 {
        font-size: 2.4rem;
    }
    .people-page .other-interview ul {
        margin: 0 -3px;
    }
    .people-page .top-content h2 {
        font-size: 6vw;
    }
    .sub-tl {
        font-size: 2.8vw;
    }
    .people-page .top-content .img-box {
        padding-top: 40px;
    }
    .people-page .top-content .content h3 {
        font-size: 5.5vw;
    }
    .people-page .people-content .txt {
        font-size: 1.4rem;
    }
    .people-page .people-content h2 {
        font-size: 2rem;
        padding-bottom: 15px;
    }
    .people-page .top-content .content .info {
        font-size: 1.6rem;
    }
    .people-page .top-content .content .info.fm1 {
        height: 23.5vw;
    }
    .people-page .top-content .content .info.add_fm2 {
        height: 30.5vw;
    }
    .people-page .people-content {
        padding-top: 80px;
    }
    .people-page .top-content .content .info {
        padding: 20px 20px;
    }
    .people-page .people-content.fm1 {
        padding-top: 28.5vw;
    }
    .people-page .top-content .content h3 {
        padding-bottom: 70px;
    }
    .people-page .people-content {
        padding-bottom: 40px;
    }
    .people-page .top-content {
        padding-top: 28.8vw;
    }
    .people-page .top-content .img-box {
        padding-top: 11vw;
    }
    .people-page .top-content h2 {
        font-size: 7.7vw;
    }
    .sub-tl {
        font-size: 3.7vw;
    }
    .people-page .top-content .content .info {
        font-size: 4.5vw;
        top: 100%;
        z-index: 10;
        margin-top: -9vw;
        height: max-content;
    }
    .people-page .top-content .content h3 {
        padding-bottom: 70px;
    }
    .people-page .top-content .content .info {
        padding: 4.6vw;
        right: 6.2vw;
        left: 6.2vw;
    }
    .people-page .people-content {
        padding-top: 25vw;
    }
    .people-page .people-content .txt {
        font-size: 4.2vw;
        line-height: 1.85;
        font-weight: 500;
        letter-spacing: -0.04em;
    }
    .people-page .people-content h2 {
        font-size: 4.67vw;
        padding-bottom: 3.5vw;
    }
    .people-page .people-content .txt {
        padding-bottom: 5vw;
    }
    .people-page .other-interview ul {
        justify-content: center;
    }
    .people-page .other-interview h2 {
        font-size: 5.3vw;
    }
    .people-page .other-interview {
        padding-bottom: 5.45vw;
        padding-top: 7.5vw;
    }
}
/*
==============================================================
======================= End people-page ======================
==============================================================
*/
/*
==============================================================
======================== End data-page =======================
==============================================================
*/
.top-content-box {
    padding-top: 180px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.25;
    padding-bottom: 80px;
}
.top-content-box h2 {
    line-height: 1;
    font-size: 5.1rem;
    color: #03669A;
    border-bottom: unset;
}
.top-content-box .sub-tl {
    font-size: 3.4rem;
    color: #03669A;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 20px;
}
.data-page .data-list  {
    background: linear-gradient(to right, #7798C0, #2F6585);
    padding: 85px 0;
}
.data-page .data-list .txt {
    color: #fff;
    padding-top: 10px;
}
.data-page .data-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
}
.data-page .data-list ul li {
    width: 33.33%;
    padding: 11px;
}
.data-page .data-list ul li a {
    display: block;
    transition: .3s;
 pointer-events: none;
}
/*.data-page .data-list ul li a:hover {
    opacity: .7;
}*/
@media(max-width:860px){
    .data-page .data-list {
        padding: 60px 0;
    }
    .top-content-box {
        padding-top: 150px;
        padding-bottom: 50px;
        font-size: 1.4rem
    }
    .top-content-box h2 {
        font-size: 4rem;
    }
    .top-content-box .sub-tl {
        font-size: 2.5rem;
        padding-bottom: 15px;
    }
}
@media(max-width:750px){
    .top-content-box {
        font-size: 4.2vw;
        line-height: 1.85;
        font-weight: 500;
        padding-bottom: 8vw;
    }
    .top-content-box h2 {
        font-size: 7.7vw;
    }
    .top-content-box .sub-tl {
        font-size: 5.3vw;
        padding-bottom: 15px;
    }
    .data-page .data-list ul li {
        width: 100%;
        padding: 0 0 7.2vw;
    }
    .data-page .data-list ul li img {
        width: 100%;
    }
    .data-page .data-list ul {
        max-width: 78vw;
        margin: 0 auto;
    }
    .data-page .data-list {
        padding: 12vw 0 4.8vw;
    }
}
/*
==============================================================
======================== End data-page =======================
==============================================================
*/
/*
==============================================================
=================== welfare-benefits-page ====================
==============================================================
*/
.welfare-benefits-page .content-box{
    background: linear-gradient(to right, rgb(119, 152, 192, .08), rgb(47, 101, 133, .08));
    padding-top: 65px;
    margin-bottom: 50px;
}
.welfare-benefits-page .content-box h2 {
    font-size: 3.2rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #03669A;
    line-height: 1;
    padding-bottom: 22px;
    border-bottom: 1px solid #03669A;
}
.welfare-benefits-page .top-content-box h2 {
    position: relative;
}
/*.welfare-benefits-page .top-content-box h2::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 58px;
    background: url(../img/welfare-benefits/ic-user-clock.png) no-repeat;
    background-size: 100% !important;
    left: 31.3%;
    top: -86%;
}*/
.welfare-benefits-page .img {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 50px;
}
.welfare-benefits-page .content-box .container .inner-box {
    max-width: 800px;
    margin: 0 auto;
}
.welfare-benefits-page .content-box h3 {
    font-size: 2.7rem;
    color: #03669A;
    line-height: 1;
    letter-spacing: 0.04em;
    padding-top: 60px;
    padding-bottom: 15px;
}
.welfare-benefits-page .content-box p {
    line-height: 2.5;
}
.welfare-benefits-page .content-box .inner {
    padding: 0px 0px 10px;
    margin-top: 50px;
    max-width: 800px;
    margin: 50px auto 0;
}
.welfare-benefits-page .content-box .inner p {
    line-height: 1.875;
    font-weight: 500;
}
.welfare-benefits-page .content-box .inner p.lt-1 {
    letter-spacing: -0.1em;
    margin: 0 -20px;
}
.welfare-benefits-page .content-box .inner p.lbl {
    padding-top: 30px;
}
.welfare-benefits-page .content-box .inner p.lbl .lb-pc {
    display: inline;
}
.welfare-benefits-page .content-box .inner .ct {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.welfare-benefits-page .content-box .inner .inner-ct {
    background: #fff;
    width: 31.5%;
    padding:15px 20px 30px;
}
.welfare-benefits-page .content-box .inner .inner-ct.col6 {
    width: 48.5%;
}
.welfare-benefits-page .content-box .inner p.lbl {
    text-align: center;
    color: #03669A;
    font-size: 2.7rem;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 5px;
}
.welfare-benefits-page .content-box .inner .img {
    padding-top: 0;
    height: 122px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.welfare-benefits-page .content-box .inner .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.welfare-benefits-page .content-box h2.fm1 {
    padding-top: 165px;
}
.welfare-benefits-page .content-box h2.fm2 {
    padding-top: 60px;
}
.welfare-benefits-page .content-box .txt {
    text-align: center;
    line-height: 2.375;
    padding-top: 70px;
    padding-bottom: 50px;
}
.welfare-benefits-page .content-box .item-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    /* padding-bottom: 70px; */
}
.welfare-benefits-page .content-box .item-list li {
    width: 25%;
    padding: 12px;
}
.welfare-benefits-page .content-box .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 980px;
    padding-bottom: 100px;
}
.welfare-benefits-page .content-box .items li {
    width: 33.33%;
    padding: 0 20px 45px;
}
.welfare-benefits-page .content-box .items li h4 {
    font-size: 2.1rem;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #03669A;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 8px;
}
.welfare-benefits-page .content-box .items li:first-child p{
    letter-spacing: 0;
}
.welfare-benefits-page .content-box .items li p {
    line-height: 1.875;
    font-weight: 500;
    letter-spacing: -0.06em;
}
.welfare-benefits-page .content-box .items li .img-box {
    padding-top: 82.7%;
    position: relative;
}
.welfare-benefits-page .content-box .items li .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.welfare-benefits-page .top-content-box .sub-tl {
    font-size: 2.4rem;
    padding-bottom: 50px;
}
@media(max-width: 1040px){
    .welfare-benefits-page .content-box .items li {
        padding: 0 10px 45px;
    }
}
@media(max-width: 860px){
    .welfare-benefits-page .content-box .inner p.lbl {
        font-size: 2rem;
    }
    .welfare-benefits-page .content-box .inner p {
        font-size: 1.4rem;
    }
}
@media(max-width:750px) {
    .welfare-benefits-page .content-box .inner p {
        font-size: 4.2vw;
        line-height: 1.85;
    }
    .welfare-benefits-page .content-box .inner p.lt-1 {
        margin: 0;
    }
    .welfare-benefits-page .top-content-box {
        text-align: left;
    }
    .welfare-benefits-page .top-content-box h2::before {
        display: none;
    }
    .welfare-benefits-page .content-box .inner .inner-ct {
        width: 100% !important;
    }
    .welfare-benefits-page .content-box h2 {
        font-size: 5vw;
        padding-bottom: 4vw;
    }
    .welfare-benefits-page .top-content-box .txt {
        font-weight: 500;
    }
    .welfare-benefits-page .content-box .inner .img {
        height: auto;
    }
    .welfare-benefits-page .content-box {
        padding-top: 4.2vw;
        margin-bottom: 0;
    }
    .welfare-benefits-page .img {
        padding-top: 6.55vw;
    }
    .welfare-benefits-page .content-box .inner p.lbl .lb-pc {
        display: none;
    }
    .welfare-benefits-page .content-box .inner p.lbl {
        text-align: center;
        color: #03669A;
        font-size: 4.2vw;
        font-weight: 700;
        padding-top: 3.2vw;
    }
    .welfare-benefits-page .content-box .inner p {
        letter-spacing: -0.04em;
    }
    .welfare-benefits-page .content-box h3 {
        padding-top: 6.55vw;
        font-size: 4.2vw;
        padding-bottom: 3vw;
    }
    .welfare-benefits-page .content-box .inner-box p {
        font-size: 4.2vw;
        line-height: 1.85;
        letter-spacing: -0.04em;
        font-weight: 500;
    }
    .welfare-benefits-page .content-box .inner {
        margin-top: 6.55vw;
    }
    .welfare-benefits-page .content-box h2.fm1 {
        padding-top: 14vw;
    }
    .welfare-benefits-page .content-box .txt {
        padding-top: 6.55vw;
        text-align: left;
        padding-bottom: 3vw;
        letter-spacing: -0.04em;
    }
    .welfare-benefits-page .content-box .item-list li {
        width: 50%;
        padding: 2.2vw;
    }
    .welfare-benefits-page .content-box .item-list {
        margin: 0 -2.2vw;
        margin-bottom: -3vw;
    }
    .welfare-benefits-page .content-box .items li {
        width: 100%;
        font-size: 3.7vw;
        line-height: 1.8;
        padding: 0 0 7vw;
    }
    .welfare-benefits-page .content-box .items li h4 {
        font-size: 3.9vw;
    }
    .welfare-benefits-page .content-box .items li .img-box img {
        width: 100%;
        position: unset;
        width: 45vw;
    }
    .welfare-benefits-page .content-box .items li .img-box {
        padding-top: unset;
        text-align: center;
    }
    .welfare-benefits-page .content-box .items {
        padding-top: 6vw;
        padding-bottom: 2vw;
    }
    .welfare-benefits-page .content-box .inner {
        font-size: 3.7vw;
        border: unset;
        padding: 0;
        background: unset;
    }
    .welfare-benefits-page .content-box .inner .inner-ct {
        background: #fff;
        padding: 6.2vw 7.7vw;
        margin-bottom: 3.9vw;
    }
}
/*
==============================================================
================ End welfare-benefits-page ===================
==============================================================
*/
/*
==============================================================
========================= entry-page =========================
==============================================================
*/
.entry-page .inquiry_form {
    background: rgb(194, 194, 194, .23);
}
.entry-page .top-content-box .sub-tl {
    font-size: 2.5rem;
}
@media(max-width:750px){
    .entry-page .top-content-box .sub-tl {
        font-size: 3.9vw;
    }
    .entry-page .top-content-box {
        padding-top: 28vw;
        padding-bottom: 12vw;
        font-size: 1.4rem;
    }
}
.inquiry_form {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.05em;
    padding-bottom: 96px;
}
.inquiry_form .container {
    max-width: 1610px;
}
.inquiry_form .form-content {
    max-width: 600px;
    margin: 0 auto;
}
.inquiry_form .item {
    padding-bottom: 35px;
}
.inquiry_form .item:last-of-type {
    padding-bottom: 0;
}
.inquiry_form .item .label {
    color: #000000;
    padding-bottom: 2px;
    margin-right: -100px;
}
.inquiry_form .item .input {
    display: flex;
}
.inquiry_form .item .input.d-flex {
    display: flex;
    flex-direction: row;
}
.inquiry_form .item .input.d-flex .radio {
    padding: 0 38px;
}
.inquiry_form .item .input input:disabled,
.inquiry_form .item .input textarea:disabled {
    background-color: #FFFFFF !important;
}
.inquiry_form .item .input input[type=text],
.inquiry_form .item .input input[type=email],
.inquiry_form .item .input input[type=tel],
.inquiry_form .item .input input[type=number],
.inquiry_form .item .input input[type=date],
.inquiry_form .item .input input.datepicker,
.custom-select-wrapper .form-select {
    max-width: 100%;;
    width: 100%;
    height: 100%;
    min-height: 72px;
    border: 1px solid #000;
    background: #ffff;
    padding: 0 15px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #000;
    position: relative;
    border-radius: 0;
}
.custom-select-wrapper {
    width: 100%;
    position: relative;
}
.custom-select-wrapper .form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.custom-select-wrapper::before,
.custom-select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    background: #000;
    width: 10px;
    height: 1px;
    pointer-events: none;
    z-index: 1;
    margin-top: px;
}  
.custom-select-wrapper::after {
    right: 20px;
    transform: rotate(130deg);
}
.custom-select-wrapper::before {
    right: 26px;
    transform: rotate(50deg);
}
.inquiry_form .item .input {
    flex-wrap: wrap;
}
.inquiry_form .item .input input[type="date"]::-webkit-datetime-edit {
    color: transparent;
}
.inquiry_form .item .input input[type="date"].has-value::-webkit-datetime-edit {
    color: #A9A9A9; 
}
.inquiry_form .item .input .radio {
    font-size: 1.6rem;
    color: #000000;
    padding-left: 30px;
    margin-bottom: 8px;
    display: inline-block;
    padding-right: 40px;
}
.inquiry_form .item .input .radio.d-block {
    display: block;
    width: 100%;
}
.date-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
.date-wrapper input[type="date"] {
    padding-right: 40px; 
    position: relative;
    z-index: 2;
}
.date-wrapper input[type="date"]::-webkit-datetime-edit-year-field,
.date-wrapper input[type="date"]::-webkit-datetime-edit-month-field,
.date-wrapper input[type="date"]::-webkit-datetime-edit-day-field {
  color: #000;
}
.date-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
} 
.date-wrapper::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 33px;
    top: 50%;
    right: 20px;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10;
    background: url(../img/ic-calendar.png) no-repeat;
    background-size: 100% !important;
}
.inquiry_form .item .input .radio:last-child {
    padding-right: 0;
}
.inquiry_form .item .input textarea {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #838080;
    width: 100%;
    min-height: 187px;
    border: 1px solid #707070;
    border-radius: 12px;
    background: #EAEAEA;
    padding: 10px 28px;
}
.inquiry_form .form-footer {
    padding-top: 130px;
}
.inquiry_form .form-footer .form-btn {
    font-size: 1.6rem;
    line-height: 1.42;
    font-weight: 600;
    color: #fff;
    display: flex;
    background: #000;
    width: 206px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 11px 15px 11px;
    margin: 0 auto 17px;
    transition: .3s;
    position: relative;
    border: 0;
}
.inquiry_form .form-footer .form-btn:hover {
    background: #03669A;
}
.inquiry_form .form-footer .form-btn::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 1px;
    transform: rotate(30deg);
    right: 10px;
    background: #fff;
    margin-top: -3px;
}
.inquiry_form .form-footer .form-btn::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 1px;
    transform: rotate(-30deg);
    right: 10px;
    background: #fff;
    margin-top: 3px;
}
.inquiry_form .form-footer .form-btn.form-btn-back::before{
    left: 10px;
    margin-top: 3px;
}
.inquiry_form .form-footer .form-btn.form-btn-back::after{
    left: 10px;
    margin-top: -3px;
}
.inquiry_thank .form-inner {
    padding: 66px 30px 103px;
}
.inquiry_thank .form-content {
    max-width: 1198px;
}
.inquiry_thank .thank-ttl {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    padding: 13px 18px 13px;
    letter-spacing: 0.05em;
    background: #3350FF;
    border-radius: 4px;
}
.inquiry_thank .thank-txt {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.05em;
    padding: 30px 18px 0px;
}
input[type="checkbox"]{
    border: none;
    padding: 0;
    background: none;
}
label.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    padding-left: 42px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.3;
}
label.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
label.checkbox .checkmark {
    position: absolute;
    top: 50%;
    left: 0px;
    height: 31px;
    margin-top: -15px;
    width: 31px;
    border: 1px solid #707070;
    background: #EAEAEA;
}
label.checkbox input:checked ~ .checkmark {
    background-color: #EAEAEA;
}
label.checkbox input:disabled ~ .checkmark {
    background-color: #FFFFFF;
}
label.checkbox .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}
label.checkbox input:checked ~ .checkmark:after {
    display: block;
}
label.checkbox .checkmark:after {
    left: 9px;
    top: 2px;
    width: 11px;
    height: 18px;
    border: solid #707070;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.radio {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio .checkmark {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 50%;
}
.radio input:checked ~ .checkmark {
    background-color: #EAEAEA;
    border: 8px solid #707070;
}
.radio input:disabled ~ .checkmark {
    background-color: #FFFFFF;
}
.inquiry_form .item .input.datepick-row {
    flex-direction: row;
    justify-content: space-between;
}
.inquiry_form .item .input.datepick-row .group {
    display: flex;
    align-items: flex-end;
    padding-right: 15px;
}
.inquiry_form .item .input.datepick-row input {
    max-width: 130px;
}
.inquiry_form .item .input.datepick-row input#year {
    max-width: 223px;
}
.inquiry_form .item .input.datepick-row label {
    padding-left: 14px;
    font-weight: 600;
}
.entry-page .inquiry_form{
    padding-bottom: 120px;
    padding-top: 110px;
}
.inquiry_form .item.agree {
    padding-top: 55px;
}
.inquiry_form .item.agree a {
    color: #03669A;
    text-decoration: underline;
    margin-bottom:5px;
    display: block;
    transition: .3s;
}
.inquiry_form .item.agree a:hover {
    opacity: .7;
}
.entry-page.entry-confirm-page .inquiry_form .item .input {
    color: #A9A9A9;
}
.entry-page.entry-confirm-page .inquiry_form .item .input p {
    width: 100%;
}
.entry-page.entry-thanks-page .inquiry_form .form-content {
    text-align: center;
}
.entry-page.entry-thanks-page .inquiry_form .form-content span {
    font-size: 1.6rem;
    line-height: 1.42;
    font-weight: 600;
    color: #fff;
    display: flex;
    background: #000;
    width: 310px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 11px 15px 11px;
    margin: 0 auto 17px;
    transition: .3s;
    position: relative;
}
@media(max-width:750px) {
    .entry-page.entry-thanks-page .inquiry_form .form-content span {
        width: 80%;
        font-size: 3.8vw;
        padding: 3.5vw 3vw;
    }
    .entry-page.entry-thanks-page .inquiry_form .form-content p {
        font-size: 3.5vw;
    }
}

@media(max-width:960px){
    .inquiry_form .item .label {
        margin-right: 0;
        line-height: 1.4;
        padding-bottom: 5px;
    }
}
/*
==============================================================
======================= End entry-page =======================
==============================================================
*/
/*
==============================================================
======================== recruit-page ========================
==============================================================
*/
.recruit-page .top-content-box .sub-tl {
    font-size: 2.4rem;
}
.recruit-page .top-content-box {
    padding-bottom: 50px;
}
.recruit-page .nav-tabs {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 2.2vw;
  }
.recruit-page .nav-tabs li {
    padding: 20px 20px 36px;
    cursor: pointer;
    background: rgba(4, 152, 211, 0.25);
    margin: 0 3px;
    min-width: 368px;
    color: #fff;
    position: relative;
    text-align: center;
    transition: .3s;
}
.recruit-page .nav-tabs li:hover {
    background: #03669A;
}
.recruit-page .nav-tabs li::after{
    content: "";
    position: absolute;
    width: 1vw;
    height: 1vw;
    background: url(../img/ic-triangle.png) no-repeat;
    background-size: 100% !important;
    bottom: 30px;
    left: 50%;
    margin-left: -6px;
}
.recruit-page .nav-tabs li.active {
    background: #03669A;
    font-weight: bold;
}
.recruit-page .tab-content {
    display: none;
    padding: 15px;
    border-top: none;
    background: #fff;
}
.recruit-page .tab-content.active {
  display: block;
}
.recruit-page .tab-content ul li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #A6A6A6;
    line-height: 1.875;
    padding: 28px 0 20px 30px;
}
.recruit-page .tab-content ul li:last-child {
    border-bottom: unset
}
.recruit-page .tab-content ul li .lbl {
    width: 290px;
}
.recruit-page .tab-content ul li .desc {
    flex: 1;
}
.recruit-page .tab-content ul li .desc.fm1 {
    letter-spacing: -0.07em
}
.recruit-page .tab-content ul li .desc a {
    color: #048FC9;
    text-decoration: underline;
    transition: .3s;
} 
.recruit-page .tab-content ul li .desc a:hover {
    text-decoration: unset;
}
.recruit-page .tab-content ul li.fm1 {
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
}
.recruit-page .tab-content .btn-box {
    text-align: center;
    padding: 60px 0;
}
.recruit-page .tab-content .btn-box .btn {
    background: #03669A;
    font-size: 3.4rem;
    min-width: 328px;
    font-family: "Josefin Sans", sans-serif;
    padding: 25px 20px 13px;
}
.recruit-page .tab-content .btn-box .btn:hover{
    background: #000;
}
.recruit-page .tab-content .btn-box .btn::after,
.recruit-page .tab-content .btn-box .btn::before {
    display: none;
}
.recruit-page .tab-content .btn-box  .txt {
    padding-bottom:55px;
}
.recruit-page .tab-content .btn-box  .txt p {
 display: inline-block;
 text-align: left;
}
@media(max-width: 1100px){
    .recruit-page .tab-content ul li .lbl {
        width: 180px;
    }
}
@media(max-width: 860px){
    .recruit-page .nav-tabs li {
        padding: 14px 20px 30px;
        margin: 0 3px;
        min-width: 300px;
    }
    .recruit-page .nav-tabs li::after {
        bottom: 15px;
    }
    .recruit-page .nav-tabs {
        padding-bottom: 50px;
    }
    .recruit-page .tab-content ul li {
        padding: 28px 15px 20px;
    }
}
@media(max-width:750px){
    .inquiry_form .form-content {
        max-width: 100%;
    }
    .inquiry_form .item .input input[type=text],
    .inquiry_form .item .input input[type=email],
    .inquiry_form .item .input input[type=tel],
    .inquiry_form .item .input input[type=number],
    .inquiry_form .item .input input[type=date],
    .inquiry_form .item .input input.datepicker,
    .custom-select-wrapper .form-select {
        min-height: 11.2vw;
    }
    .inquiry_form .item .label {
        font-size: 4.2vw;
    }
    .entry-page.entry-confirm-page .inquiry_form .item .input {
        font-size: 4.2vw;
    }
    .inquiry_form .item .input .radio {
        font-size: 3.5vw;
        padding-left: 4.5vw;
        padding-right: 2.5vw;
        line-height: 1;
        margin-top: 1.5vw;
    }
    .inquiry_form .item {
        padding-bottom: 4vw;
    }
    .date-wrapper::after {
        width: 5vw;
        height: 5.15vw;
        right: 3vw;
    }
    .inquiry_form .item.agree a {
        font-size: 4.2vw;
    }
    .inquiry_form .item.agree {
        padding-top: 6vw;
    }
    .inquiry_form .form-footer {
        padding-top: 14vw;
    }
    .entry-page .inquiry_form {
        padding-bottom: 12vw;
        padding-top: 12vw;
    }
    .inquiry_form .form-footer .form-btn {
        min-width: 48vw;
        font-size: 3.8vw;
        padding: 3.5vw 3vw;
    }
    .inquiry_form .form-footer .form-btn::before {
        width: 10px;
        height: 2px;
        right: 15px;
        margin-top: -5px;
    }
    .inquiry_form .form-footer .form-btn::after {
        width: 10px;
        height: 2px;
        right: 15px;
        margin-top: 5px;
    }
    .radio .checkmark {
        margin-top: -2.1vw;
        height: 4.2vw;
        width: 4.2vw;
    }
    .recruit-page .nav-tabs {
        font-size: 3vw;
    }
    .recruit-page .nav-tabs li {
        padding: 3.8vw 1vw 5vw;
        margin: 0 3px;
        min-width: unset;
        width: 50%;
    }
    .recruit-page .top-content-box {
        padding-bottom: 14vw;
    }
    .recruit-page .nav-tabs li::after {
        bottom: 3vw;
        width: 2vw;
        height: 2vw;
    }
    .recruit-page .tab-content ul li {
        font-size: 4.2vw;
        padding: 3.1vw 0;
        line-height: 1.4;
    }
    .recruit-page .tab-content ul li .desc {
        flex: auto;
        font-weight: 500;
    }
    .recruit-page .tab-content ul li .lbl {
        width: 100%;
        margin-bottom: 1.5vw;
    }
    .recruit-page .tab-content {
        padding: 0;
    }
    .recruit-page .tab-content ul li:last-child {
        border-bottom: 1px solid #A6A6A6;
    }
    .recruit-page .tab-content ul li:first-child {
        border-top: 1px solid #A6A6A6;
    }
    .recruit-page .tab-content ul li .desc a.gmail {
        display: block;
    }
    .recruit-page .tab-content .btn-box .txt {
        font-size: 4.2vw;
        line-height: 1.33;
    }
    .recruit-page .tab-content .btn-box {
        padding: 7.7vw 0;
    }
    .recruit-page .tab-content .btn-box .btn {
        padding: 5.7vw 20px 3.5vw;
        font-size: 7.9vw;
        width: 88%;
        min-width: unset;
    }
}
/*
==============================================================
===================== End recruit-page =======================
==============================================================
*/
/*
==============================================================
====================== bussiness-page ========================
==============================================================
*/
.bussiness-page .top-content-box .sub-tl {
    font-size: 2.5rem;
}
.bussiness-page .top-content-box h3 {
    font-size: 5.5rem;
    letter-spacing: 0.12em;
    line-height: 1.6;
    padding-top: 40px;
    padding-bottom: 40px;
}
.bussiness-page .top-content-box .txt {
    line-height: 2.625;
}
.bussiness-page .top-content-box .video {
    max-width: 840px;
    margin: 0 auto;
    padding-top: 135px;
    padding-bottom: 45px;
}
.bussiness-page .content-box {
    background: rgb(128, 128, 128, .03) url(../img/bussiness/bg-rp.png) repeat;
    padding-top: 130px;
}
.bussiness-page .content-box .items .item {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 65px;
}
.bussiness-page .content-box .items .item .img {
    width: 45%;
    height: 430px;
    overflow: hidden;
}
.bussiness-page .content-box .items .item.top .img {
    padding-right: 35px;
}
.bussiness-page .content-box .items .item .img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.bussiness-page .content-box .items .item .txt {
    width: 55%;
    line-height: 2.25;
    max-width: 720px;
}
.bussiness-page .content-box .items .item.top .txt {
    padding-right: 20px;
}
.bussiness-page .content-box .items .item .txt .sub {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #03669A;
}
.bussiness-page .content-box .items .item .txt h3 {
    font-size: 6.4rem;
    line-height: 1;
    color: #03669A;
    padding-top: 15px;
    padding-bottom: 50px;
}
.bussiness-page .content-box .items .item .txt .btn-box {
    margin-top: 65px;
}
.bussiness-page .content-box .items .container {
    max-width: 1320px;
}
.bussiness-page .content-box .items .item.fm1 .txt {
    padding-right: 30px;
    width: 51%;
}
.bussiness-page .content-box .items .item.fm1 .img {
    width: 49%;
}
.bussiness-page .content-box .items .item.fm1 .txt .btn-box {
    margin-top: 40px;
}
.bussiness-page .content-box .items .item.fm2 .txt {
    width: 51%;
    padding-left: 30px;
}
.bussiness-page .content-box .items .item.fm2 .img {
    width: 49%;
}
.bussiness-page .content-box .items .item.bottom .txt {
    margin-left: auto;
    padding-right: 60px;
    width: 48%;
    max-width: 660px;
}
.bussiness-page .content-box .items .item.bottom .img {
    width: 48%;
}
@media(max-width: 1200px){
    .bussiness-page .content-box .items .item .txt h3 {
        font-size: 4.5rem
    }
}
@media(max-width: 1024px){
    .bussiness-page .content-box .items .item.bottom .txt {
        padding-right: 20px;
    }
    .bussiness-page .content-box .items .item .txt .btn-box {
        margin-top: 40px;
    }
}
@media(max-width:960px){
    .bussiness-page .top-content-box h3 {
        font-size: 4rem;
    }
    .bussiness-page .top-content-box .video {
        padding-top: 50px;
    }
    .bussiness-page .content-box .items .item .txt h3 {
        font-size: 3.5rem;
        padding-bottom: 25px;
    }
    .bussiness-page .content-box .items .item .txt {
        font-size: 1.4rem;
    }
    .bussiness-page .content-box .items .item .img {
        height: 320px;
    }
    .bussiness-page .content-box .items .item {
        padding-bottom: 45px;
    }
    .bussiness-page .content-box {
        padding-top: 80px;
    }
}
@media(max-width: 750px){
    .bussiness-page .top-content-box .sub-tl {
        font-size: 3.7vw;
    }
    .bussiness-page .top-content-box h3 {
        font-size: 5.8vw;
    }
    .bussiness-page .top-content-box .txt {
        text-align: left;
        font-size: 4.2vw;
        line-height: 1.85;
        padding-bottom: 4vw;
    }
    .bussiness-page .top-content-box .video {
        padding-top: 5vw;
        padding-bottom: 4vw
    }
    .bussiness-page .content-box {
        padding-top: 12vw;
        padding-bottom: 4vw;
    }
    .bussiness-page .content-box .items .item.top .img,
    .bussiness-page .content-box .items .item.fm1 .txt {
        width: 100%;
        padding-right: 0;
        font-weight: 500;
    }
    .bussiness-page .content-box .items .item .img {
        height: auto;
        padding-bottom: 5vw;
    }
    .bussiness-page .content-box .items .item.top .txt {
        padding: 0 3.1vw;
        width: 100%;
    }
    .bussiness-page .content-box .items .item .txt .sub {
        font-size: 3.1vw;
    }
    .bussiness-page .content-box .items .item .txt h3 {
        font-size: 5.5vw;
    }
    .bussiness-page .content-box .items .item.top .txt {
        font-size: 4.2vw;
        line-height: 1.85;
        font-weight: 500;
    }
    .bussiness-page .content-box .items .item .txt .btn-box {
        margin-top: 3.7vw;
    }
    .bussiness-page .content-box .items .item.fm1 .img {
        width: 100%;
        padding: 0;
    }
    .bussiness-page .content-box .items .item.fm1 {
        flex-direction: column-reverse;
    }
    .bussiness-page .content-box .items .item.fm1 .img {
        padding-bottom: 5vw;
    }
    .bussiness-page .content-box .items .item.fm2 .txt {
        width: 100%;
        padding-left: 0;
        font-weight: 500;
    }
    .bussiness-page .content-box .items .item.fm2 .img {
        width: 100%;
    }
    .bussiness-page .content-box .items .item {
        padding-bottom: 6vw;
    }
    .bussiness-page .content-box .items .item.bottom .txt {
        width: 100%;
        padding: 0 3.1vw;
        font-weight: 500;
    }
    .bussiness-page .content-box .items .item.bottom {
        flex-direction: column-reverse;
    }
    .bussiness-page .content-box .items .item.bottom .img {
        width: 100%;
    }
}
/*
==============================================================
=================== End bussiness-page =======================
==============================================================
*/

#bussiness01, #bussiness02, #bussiness03, #bussiness04{
 margin-top:-100px;
 padding-top:100px;
}
@media(max-width:750px){
#bussiness01, #bussiness02, #bussiness03, #bussiness04{
 margin-top:-50px;
 padding-top:50px;
}
}

a.event_none{
 pointer-events: none;
}
.modaal-wrapper {
    opacity: 1 !important;
}
.modaal-overlay {
    opacity: 0.8 !important;
    background: unset !important;
}
.smile-modal .modaal-close {
    /* position: absolute !important; */
}
body.modaal-noscroll,
body.modaal-noscroll-active {
    overflow: auto !important;
    position: static !important;
}
#temp-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.dialog-content {
    background: #fff;
    /* width: 80%; */
}
#modal-navigation-buttons {
    position: fixed;
    top: 70%;
    left: 0;
    right: 0;
    z-index: 9999999;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    pointer-events: none;
}

.modaal-close {
    right: 25px;
    top: 25px;
    position: absolute;
}
.modaal-inner-wrapper {
    background: rgba(0, 0, 0, 0) !important;
}
.modaal-container {
    box-shadow: unset!important;
}
.modaal-wrapper {
    background: unset!important;
}
.modaal-wrapper{
        background: rgba(0, 0, 0, 0.2) !important;
        opacity: 1 !important;

}

#dialog-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}

.dialog-content-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #fff;
    z-index: 1000;
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    opacity: 0;
    transition: all 0.4s ease;
}
.dialog-content-wrapper.active {
    transform: translate(-50%, -50%);
    opacity: 1;
}
.dialog-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.show_sp{
    display: none;
}
.show_sp02{
    display: none;
}
@media(max-width:960px){
.show_pc{
    display: none;
}
.show_sp{
    display: block;
}
.show_sp02{
    display: inline;
}
}
