@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&family=Roboto:wght@900&display=swap";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
img {
    width: 100%;
    vertical-align: bottom;
}
@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
    body header, body .bg {
        display: none;
    }
}
*, *:before, *:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@keyframes zoomUp {
    0% {
        transform: translate(50px, 0px);
    }
    100% {
        transform: translate(-50px, 0px);
    }
}
.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
    animation: zoomUp 8s linear 0s 1 normal both;
}
_:-ms-lang(x)::-ms-backdrop, .swiper-slide-active .slide-img, _:-ms-lang(x)::-ms-backdrop, .swiper-slide-duplicate-active .slide-img, _:-ms-lang(x)::-ms-backdrop, .swiper-slide-prev .slide-img {
    animation: none;
}
.md1 {
    font-weight: bold;
    color: #00AFDA;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
}
.md1 b {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 72px;
}
@media print, screen and (max-width: 750px) {
    .md1 {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .md1 b {
        font-size: 36px;
    }
}
.md2 {
    text-align: center;
    font-weight: bold;
    color: #00AFDA;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.md2 b {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 14px;
    padding-bottom: 10px;
}
@media print, screen and (max-width: 750px) {
    .md2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
.video_contain {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 10px;
}
.video_contain video, .video_contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media print, screen and (max-width: 750px) {
    body {
        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
        color: #222;
        font-size: 14px;
        line-height: 1.8;
        font-weight: normal;
        background: #fff;
        -webkit-text-size-adjust: 100%;
    }
    img {
        border: 0;
        vertical-align: bottom;
    }
    .pc, .none {
        display: none;
    }
    .container {
        margin: 0 20px;
        position: relative;
    }
    .container::after {
        content: "";
        display: table;
        clear: both;
    }
    a {
        color: #222;
        text-decoration: none;
    }
    small {
        font-size: 10px;
    }
    #contents {
        position: relative;
        z-index: 5;
        padding-top: 50px;
        overflow: hidden;
    }
    #wrap {
        position: relative;
        z-index: 5;
        transition: 0.3s;
        box-shadow: 0px 0px 30px #444;
    }
    #wrap.wrapon {
        transform: translateX(-300px);
    }
    #header {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 50px;
        line-height: 1;
        z-index: 10;
        background: #fff;
        transition: 0.3s;
    }
    #header::after {
        content: "";
        display: table;
        clear: both;
    }
    #header.on {
        background: #00AFDA;
    }
    #header.on .logo {
        width: 200px;
        height: 30px;
        background: url("../img/common/logo2.png") no-repeat 0 0;
        background-size: auto 30px;
    }
    #header.on .logo img {
        display: none;
    }
    #header .logo {
        float: left;
        margin: 10px;
        transition: 0.3s;
    }
    #header .logo img {
        width: auto;
        height: 30px;
        transition: 0.3s;
    }
    #header #menubtn {
        float: right;
        width: 30px;
        height: 30px;
        background: url("../img/common/sp_menubtn.png") no-repeat 0 0;
        background-size: 30px auto;
        margin: 10px 10px 0 10px;
        transition: 0.3s;
    }
    #header #menubtn.on {
        background: url("../img/common/sp_menubtn2.png") no-repeat 0 0;
        background-size: 30px auto;
    }
    #menu {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        background: #00AFDA;
        overflow: auto;
        line-height: 1;
        transition: 0.3s;
        pointer-events: none;
        padding-top: 80px;
        opacity: 0;
    }
    #menu.on {
        opacity: 1;
        pointer-events: auto;
        z-index: 9;
    }
    #menu .hbtn {
        text-align: center;
        padding: 15px;
    }
    #menu .hbtn a {
        display: block;
        background: #fff;
        color: #00AFDA;
        line-height: 1.5;
        font-weight: bold;
        letter-spacing: 2px;
        font-size: 14px;
        padding: 10px;
        border-radius: 40px;
    }
    #menu .nav a, #menu .nav i {
        display: block;
        padding: 15px;
        font-weight: bold;
        letter-spacing: 2px;
        font-size: 18px;
        color: #fff;
    }
    #menu .nav .sub {
        display: none;
        padding-left: 15px;
    }
    #menu .nav .sub a {
        font-size: 15px;
        padding: 10px;
        padding-left: 20px;
        background: url("../img/common/sp_mark3f.png") no-repeat left top 12px;
        background-size: 15px auto;
        line-height: 1.4;
    }
    #menu .mnav {
        background: url("../img/common/sp_mark3.png") no-repeat right 10px center;
        background-size: 20px auto;
        transition: 0.3s;
    }
    #menu .mnav.on {
        background: url("../img/common/sp_mark3f.png") no-repeat right 10px center;
        background-size: 20px auto;
    }
    footer {
        margin-top: 50px;
        background: #e5ebee;
        font-size: 14px;
        position: relative;
        z-index: 10;
    }
    footer .fbtnzone {
        background: #00AFDA;
        padding: 40px 20px;
    }
    footer .fbtnzone ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .fbtnzone ul li {
        width: 49%;
    }
    footer .fbtnzone ul li img {
        width: 100%;
    }
    footer .t1 img {
        width: 250px;
    }
    footer .t2 {
        text-align: center;
        font-size: 10px;
        letter-spacing: 2px;
        padding: 15px 0;
    }
    footer .nav {
        border-bottom: 1px solid #ccc;
        margin: 20px 20px 0px 20px;
    }
    footer .nav a {
        display: block;
        padding: 15px;
        font-weight: bold;
        letter-spacing: 2px;
        color: #00AFDA;
    }
    footer .mnav {
        border-top: 1px solid #ccc;
        background: url("../img/common/sp_mark1f.png") no-repeat right 10px center;
        background-size: 25px auto;
        transition: 0.3s;
    }
    footer .mnav.on {
        background: url("../img/common/sp_mark2f.png") no-repeat right 10px center;
        background-size: 25px auto;
    }
    footer .mnav2 {
        border-top: 1px solid #ccc;
    }
    footer .sub {
        display: none;
        margin-left: 15px;
    }
    footer .sub a {
        background: #fff;
        margin-bottom: 2px;
        color: #222;
    }
    footer .sub .bg1 {
        background: #fcf393;
    }
    footer .sub i {
        font-size: 12px;
        color: #8b979e;
    }
    #pagetop {
        position: fixed;
        right: 5px;
        bottom: 5px;
        z-index: 10;
        transition: 0.3s;
    }
    #pagetop img {
        width: 40px;
    }
    #pagetop.on {
        transform: translateX(-300px);
    }
    .mds1 {
        background: url("../img/common/m1.png") no-repeat center bottom;
        background-size: 40px auto;
        text-align: center;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: bold;
        letter-spacing: 1px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .mds2 {
        background: url("../img/common/m2.png") no-repeat left bottom;
        font-size: 16px;
        font-size: 1rem;
        color: #001445;
        font-weight: bold;
        letter-spacing: 1px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .mds3 {
        background: url("../img/common/m1.png") no-repeat center bottom;
        text-align: center;
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 3px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .mds4 {
        background: url("../img/common/m4.png") no-repeat right bottom;
        font-size: 14px;
        font-size: 0.875rem;
        color: #fff;
        padding: 5px 10px;
        margin-bottom: 20px;
    }
    .mds5 {
        background: url("../img/common/m5.png") no-repeat right bottom #0061b1;
        color: #fff;
        padding: 5px 10px;
        margin-bottom: 5px;
    }
    #main {
        height: 210px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1;
    }
    #main h1 {
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 3px;
    }
    #main h1 b {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 40px;
        padding-bottom: 10px;
    }
    #toppage .mds {
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 3px;
        line-height: 1;
        padding: 50px 0 30px;
        color: #00AFDA;
    }
    #toppage .mds b {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 36px;
        padding-bottom: 10px;
    }
    #toppage .btn {
        text-align: center;
        padding-top: 30px;
    }
    #toppage .btn img {
        width: 250px;
    }
    #toppage #zone1 {
        width: 100%;
        position: relative;
    }
    #toppage #zone1 h2 {
        position: absolute;
        top: calc(50% - 45px);
        left: calc(50% - 150px);
    }
    #toppage #zone1 h2 img {
        width: 300px;
    }
    #toppage #zone1 .topmain {
        position: relative;
        overflow: hidden;
    }
    #toppage #zone1 .topmain video {
        width: 100%;
    }
    #toppage #zone2 {
        padding-bottom: 50px;
    }
    #toppage #zone2 h3 {
        text-align: center;
        color: #00AFDA;
        font-weight: bold;
        font-size: 20px;
        padding-bottom: 20px;
    }
    #toppage #zone2 .lead {
        margin: 0 20px;
        color: #00AFDA;
        font-weight: bold;
        text-align: center;
        font-size: 14px;
        padding-bottom: 40px;
    }
    #toppage #zone2 .l_phil {
        margin: 0 auto;
        text-align: center;
        background: #00afda;
        color: #fff;
        width: 280px;
        padding: 8px 0px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 40px;
        margin-bottom: 32px;
    }
    #toppage #zone2 .acozone {
        position: relative;
        padding-top: 80px;
    }
    #toppage #zone2 .acozone .acobtn {
        position: absolute;
        top: 0;
        left: calc(50% - 25px);
        background: #00afda;
        width: 50px;
        height: 50px;
        border-radius: 30px;
        cursor: pointer;
    }
    #toppage #zone2 .acozone .acobtn::before {
        position: absolute;
        top: calc(50% - 1px);
        left: calc(50% - 15px);
        content: '';
        width: 30px;
        height: 2px;
        background: #fff;
    }
    #toppage #zone2 .acozone .acobtn::after {
        position: absolute;
        top: calc(50% - 15px);
        left: calc(50% - 1px);
        content: '';
        width: 2px;
        height: 30px;
        background: #fff;
    }
    #toppage #zone2 .acozone .acobtn.active::after {
        display: none;
    }
    #toppage #zone2 .acozone .acoin {
        display: none;
    }
    #toppage #zone2 .acozone .acoin .pic {
        padding-bottom: 20px;
    }
    #toppage #zone2 .acozone .acoin .pic img {
        width: 100%;
    }
    #toppage #zone2 .acozone .acoin .text {
        padding-bottom: 50px;
    }
    #toppage #zone2 .acozone .acoin .text span {
        font-size: 14px;
        color: #00afda;
        font-weight: bolder;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 5px;
    }
    #toppage #zone2 .acozone .acoin .text span b {
        font-size: 20px;
    }
    #toppage #zone2 .acozone .acoin .text span img {
        width: 30px;
        margin-right: 10px;
    }
    #toppage #zone2 .set .t1 {
        font-weight: bold;
        font-size: 20px;
        color: #00afda;
        text-align: center;
        padding: 20px 0 10px;
    }
    #toppage #zone2 .set .t2 {
        text-align: center;
    }
    #toppage #zone3 {
        padding-bottom: 80px;
        background: #ecf7fb;
    }
    #toppage #zone3 .swiper-custom-parent {
        margin: 0 10px;
        position: relative;
    }
    #toppage #zone3 .swiper-custom-parent img {
        width: 100%;
    }
    #toppage #zone3 .swiper-custom-parent .memberslide {
        margin: 0 40px;
    }
    #toppage #zone3 .swiper-custom-parent .memberslide .swiper-slide img {
        border-radius: 30px;
    }
    #toppage #zone3 .swiper-custom-parent .swiper-button-prev {
        background: url("../img/top/prev.png") no-repeat center center;
        background-size: 30px auto;
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        left: 0px;
    }
    #toppage #zone3 .swiper-custom-parent .swiper-button-next {
        background: url("../img/top/next.png") no-repeat center center;
        background-size: 30px auto;
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        right: 0px;
    }
    #toppage #zone4 {
        padding-bottom: 60px;
    }
    #toppage #zone4 .in .swiper-custom-parent {
        position: relative;
        margin-right: 25px;
    }
    #toppage #zone4 .in .swiper-custom-parent img {
        width: 100%;
        border-radius: 0 1000px 1000px 0;
    }
    #toppage #zone4 .in .swiper-custom-parent .swiper-pagination {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
    }
    #toppage #zone4 .in .swiper-custom-parent .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        background: #fff;
        margin: 6px;
        border-radius: 4px;
        transition: 0.3s;
        opacity: 1;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    }
    #toppage #zone4 .in .swiper-custom-parent .swiper-pagination-bullet-active {
        background: #00AFDA;
    }
    #toppage #zone4 .in ul {
        margin: 0 25px;
    }
    #toppage #zone4 .in ul li {
        border-bottom: 1px solid #E5EBEE;
    }
    #toppage #zone4 .in ul li:last-child {
        border-bottom: 0;
    }
    #toppage #zone4 .in ul li a {
        display: block;
        padding: 20px 30px 20px 0;
        background: url("../img/common/arrow1.png") no-repeat right center;
        background-size: 20px auto;
    }
    #toppage #zone4 .in ul li a .t1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0.1em;
        color: #00AFDA;
    }
    #toppage #zone4 .in ul li a .t1 i {
        font-family: 'Roboto', sans-serif;
        font-size: 35px;
        padding-right: 10px;
    }
    #toppage #zone4 .in ul li a .t2 {
        padding-top: 5px;
        font-size: 13px;
    }
    #toppage #zone4 .in ul li a .t2 b {
        font-weight: bold;
    }
    #toppage #zone5 {
        padding-bottom: 80px;
        background: #ecf7fb;
    }
    #toppage #zone5 .in .text {
        font-size: 15px;
        padding: 25px;
    }
    #toppage #zone5 .in ul {
        padding: 0 25px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #toppage #zone5 .in ul li {
        width: calc(50% - 5px);
        padding-bottom: 10px;
    }
    #toppage #zone5 .in ul li img {
        width: 100%;
        border-radius: 15px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    }
    #toppage #zone5 .whts_logo {
        display: inline-block;
        width: 84px;
    }
    #toppage #zone6 {
        position: relative;
    }
    #toppage #zone6 .in h3 {
        padding: 25px;
        color: #00AFDA;
        font-weight: bold;
        font-size: 16px;
    }
    #toppage #zone6 .in .text {
        padding: 0 25px;
        font-size: 15px;
    }
    #business .whts_logo_biz {
        display: none;
    }
    #business .whts_logo_biz_sp {
        display: inline-block;
        width: 96px;
        margin-left: 8px;
    }
    
    #business #main {
        background: url("../img/business/sp_main.jpg") no-repeat center center;
        background-size: cover;
    }
    #business .box {
        background: #fff;
        border-radius: 30px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        padding: 30px 20px;
        margin-bottom: 25px;
    }
    #business .pr1 {
        font-weight: bold;
        font-size: 14px;
        color: #909090;
        line-height: 1;
        padding-bottom: 10px;
    }
    #business .pr2 {
        font-weight: bold;
        font-size: 22px;
        line-height: 1;
        padding-bottom: 10px;
    }
    #business .pr2 i {
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
    }
    #business .pr3 {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4;
    }
    #business #subnav {
        padding: 30px 0 20px;
    }
    #business #subnav ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        line-height: 1;
    }
    #business #subnav ul li {
        width: calc(50% - 3px);
    }
    #business #subnav ul li:first-child {
        width: 100%;
        margin-bottom: 6px;
    }
    #business #subnav ul li a {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        padding: 20px 5px;
        padding-bottom: 30px;
        position: relative;
        background-color: #ecf7fb;
    }
    #business #subnav ul li a i {
        display: block;
        color: #00AFDA;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        padding-bottom: 10px;
    }
    #business #subnav ul li a::before {
        position: absolute;
        bottom: 8px;
        left: calc(50% - 10px);
        content: '';
        width: 20px;
        height: 20px;
        background: url("../img/common/sp_mark1f.png") no-repeat center center;
        background-size: 20px auto;
        z-index: 1;
    }
    #business #page1 {
        padding: 50px 0;
    }
    #business #page1 h2 {
        color: #00AFDA;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    #business #page1 .pic {
        padding-bottom: 20px;
    }
    #business #page1 .pic img {
        width: 100%;
    }
    #business #page1 span {
        font-size: 14px;
        color: #00afda;
        font-weight: bolder;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 5px;
    }
    #business #page1 span b {
        font-size: 20px;
    }
    #business #page1 span img {
        width: 30px;
        margin-right: 10px;
    }
    #business #page2 {
        padding: 50px 25px;
        position: relative;
        background: #ecf7fb;
        border-radius: 50px 50px 0 0;
    }
    #business #page2 .lead {
        font-size: 15px;
        padding-bottom: 50px;
    }
    #business #page2 .c1 {
        text-align: center;
        background: #939393;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        padding: 5px;
        margin-bottom: 10px;
    }
    #business #page2 .chart {
        padding-bottom: 20px;
        margin-bottom: 50px;
        overflow-x: scroll;
    }
    #business #page2 .chart::-webkit-scrollbar {
        height: 10px;
    }
    #business #page2 .chart::-webkit-scrollbar-track {
        margin: 0 2px;
        background: #ccc;
        border-radius: 5px;
    }
    #business #page2 .chart::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #666;
    }
    #business #page2 .chart img {
        width: 600px;
    }
    #business #page2 .sec {
        padding-top: 50px;
        border-top: 3px dotted #00AFDA;
    }
    #business #page2 dl dd figure {
        padding-bottom: 20px;
    }
    #business #page2 dl dd .text {
        padding-bottom: 30px;
    }
    #business #page2 dl dd .t1 {
        text-align: center;
        border-top: 2px solid #00AFDA;
        border-bottom: 2px solid #00AFDA;
        padding: 5px;
        color: #00AFDA;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        letter-spacing: 0.1em;
        margin-bottom: 30px;
    }
    #business #page2 dl dd .btn {
        padding-top: 30px;
    }
    #business #ojt {
        padding: 300px 0 80px;
        background: url("../img/business/bg_sp.png") no-repeat center center;
        background-size: cover;
    }
    #business #ojt dl {
        padding-right: 25px;
        position: relative;
    }
    #business #ojt dl dt {
        position: absolute;
        top: -240px;
        left: 25px;
        z-index: 1;
        border-radius: 60px 0 0 0;
        overflow: hidden;
    }
    #business #ojt dl dd {
        position: relative;
        background: #fff;
        border-radius: 0 20px 20px 0;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        padding: 40px 25px;
        z-index: 1;
    }
    #business #ojt dl dd h3 {
        margin-bottom: 15px;
    }
    #business #ojt dl dd .lead {
        font-size: 15px;
        padding-bottom: 30px;
    }
    #business #ojt dl dd ul li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    #business #ojt dl dd ul li figure {
        width: 110px;
        position: relative;
    }
    #business #ojt dl dd ul li figure .ico {
        position: absolute;
        top: -20px;
        right: 0;
        width: 55px;
    }
    #business #ojt dl dd ul li .set {
        width: calc(100% - 120px);
    }
    #business #ojt dl dd ul li .set .pr2 i {
        display: block;
        padding-top: 5px;
    }
    #business #ojt dl dd .btn {
        width: 300px;
        margin: auto;
        padding-top: 20px;
    }
    #business #page3 {
        padding: 50px 25px;
        position: relative;
        background: #fef1f1;
        border-radius: 50px 50px 0 0;
    }
    #business #page3 h2, #business #page3 h3 {
        color: #EF7A7A;
        position: relative;
    }
    #business #page3 h2 small, #business #page3 h3 small {
        display: block;
        padding-top: 10px;
    }
    #business #page3 .lead {
        font-size: 15px;
        padding-bottom: 50px;
    }
    #business #page3 .box1 ul li {
        text-align: center;
        line-height: 1;
        position: relative;
        padding-top: 30px;
    }
    #business #page3 .box1 ul li .t1 {
        font-size: 19px;
        font-weight: bold;
        padding-bottom: 10px;
    }
    #business #page3 .box1 ul li .t2 {
        font-size: 13px;
        padding-bottom: 10px;
    }
    #business #page3 .box1 .btn {
        width: 300px;
        margin: auto;
        padding-top: 40px;
    }
    #business #page3 .box2 dl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #business #page3 .box2 dl dt {
        padding-top: 20px;
    }
    #business footer {
        margin-top: 0;
    }
    #club #contents {
        background: linear-gradient(180deg, #28A7DD, #CCF0FF);
    }
    #club #contents #main {
        display: block;
        height: auto;
        padding: 45px 25px;
    }
    #club #contents #main .lead {
        padding-top: 40px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 2;
    }
    #club #contents #wrap2 {
        position: relative;
    }
    #club #contents #wrap2 #subnav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 25px 70px;
    }
    #club #contents #wrap2 #subnav li {
        width: 30%;
    }
    #club #contents #wrap2 .section section {
        background: #fff;
        border-radius: 50px 50px 0 0;
        padding: 40px 25px;
        margin-bottom: 70px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    }
    #club #contents #wrap2 .section section .in {
        max-width: 1080px;
        margin: auto;
    }
    #club #contents #wrap2 .section section .in h2 {
        text-align: center;
        line-height: 1;
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 40px;
    }
    #club #contents #wrap2 .section section .in h2 img {
        width: 50px;
        margin: auto;
    }
    #club #contents #wrap2 .section section .in h2 b {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 40px;
        letter-spacing: 1px;
        padding: 10px 0;
    }
    #club #contents #wrap2 .section section .in .text {
        font-size: 15px;
        padding-bottom: 30px;
    }
    #club #contents #wrap2 .section section .in ul li {
        padding-bottom: 20px;
    }
    #club #contents #wrap2 .section #page1 h2 {
        color: #EA9816;
    }
    #club #contents #wrap2 .section #page2 h2 {
        color: #EF7A7A;
    }
    #club #contents #wrap2 .section #page3 h2 {
        color: #00AFDA;
    }
    #club #contents #wrap2 .btn {
        width: 280px;
        margin: auto;
        padding-bottom: 70px;
    }
    #club footer {
        margin-top: 0;
    }
    #info #main {
        background: url("../img/info/sp_main.jpg") no-repeat center center;
        background-size: cover;
    }
    #info #subnav {
        padding: 30px 0 20px;
    }
    #info #subnav ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        line-height: 1;
    }
    #info #subnav ul li {
        width: calc(50% - 3px);
    }
    #info #subnav ul li a {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        padding: 20px 5px;
        padding-bottom: 30px;
        position: relative;
        background-color: #ecf7fb;
    }
    #info #subnav ul li a i {
        display: block;
        color: #00AFDA;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        padding-bottom: 10px;
    }
    #info #subnav ul li a::before {
        position: absolute;
        bottom: 8px;
        left: calc(50% - 10px);
        content: '';
        width: 20px;
        height: 20px;
        background: url("../img/common/sp_mark1f.png") no-repeat center center;
        background-size: 20px auto;
        z-index: 1;
    }
    #info h2 {
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 2px;
        margin-bottom: 10px;
        color: #00AFDA;
    }
    #info h3 {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    #info .btn {
        text-align: center;
        padding-top: 30px;
    }
    #info .btn img {
        width: 200px;
    }
    #info dl {
        margin-bottom: 30px;
    }
    #info dl dt {
        border: 1px solid #222;
        padding: 5px;
        text-align: center;
        font-weight: bold;
    }
    #info dl dd {
        padding: 10px 0 20px;
    }
    #info #page1 {
        margin-top: -40px;
        padding-top: 60px;
    }
    #info #page1 .t1 {
        text-align: center;
        padding-bottom: 60px;
        color: #f00;
        font-size: 14px;
        font-size: 0.875rem;
    }
    #info #page1 dd .list {
        font-weight: bold;
    }
    #info #page1 dd .list i {
        color: #666;
    }
    #info #page1 dd .c1 {
        padding-bottom: 20px;
    }
    #info #page1 dd ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #info #page1 dd ul li {
        width: 49%;
        background: #5a97d1;
        color: #fff;
        text-align: center;
        padding: 5px;
        margin-bottom: 5px;
    }
    #info #page1 .f1 {
        padding-bottom: 30px;
    }
    #info #page1 .f1 img {
        width: 100%;
    }
    #info #page1 .f2 {
        padding-bottom: 10px;
    }
    #info #page1 .f2 img {
        width: 100%;
    }
    #info #page1 .f3 {
        font-size: 12px;
        font-size: 0.75rem;
    }
    #info #page2 {
        padding-top: 60px;
    }
    #membertop #wrap {
        background: #e5f7fb;
    }
    #membertop #main {
        background: url("../img/member/sp_main.jpg") no-repeat center center;
        background-size: cover;
    }
    #membertop #zone1 {
        padding-top: 60px;
    }
    #membertop #zone1 .lead {
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 30px;
    }
    #membertop #zone1 ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #membertop #zone1 ul li {
        width: 49%;
        padding-bottom: 20px;
    }
    #membertop #zone1 ul li img {
        width: 100%;
        border-radius: 20px;
    }
    #member footer {
        margin-top: 0px;
    }
    #member .mds4 {
        width: 180px;
        letter-spacing: 2px;
    }
    #member h2 {
        font-size: 16px;
        font-size: 1rem;
        color: #00afda;
        font-weight: bold;
        padding-bottom: 10px;
    }
    #member #main {
        height: auto;
    }
    #member #main img {
        width: 100%;
    }
    #member #zone1 {
        position: relative;
        margin: -15px -10px 0;
    }
    #member #zone1 .t1 {
        position: relative;
        text-align: center;
        margin-bottom: -12px;
        z-index: 2;
    }
    #member #zone1 .t1 i {
        display: inline-block;
        background: #fff;
        color: #00AFDA;
        font-size: 12px;
        font-weight: bold;
        padding: 7px 15px 5px;
        border-radius: 30px;
        line-height: 1;
    }
    #member #zone1 .in {
        padding: 25px 30px 20px 30px;
        background: #00AFDA;
        color: #fff;
    }
    #member #zone1 h3 {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 5px;
    }
    #member #zone2 {
        padding-top: 50px;
    }
    #member #zone3 {
        padding-top: 30px;
    }
    #member #zone3 img {
        width: 100%;
        margin-bottom: 5px;
    }
    #member #zone3 span {
        display: block;
        margin-top: -15px;
        padding-bottom: 10px;
    }
    #member #zone4 {
        padding-top: 50px;
    }
    #member #zone4 span {
        display: block;
        margin-top: -15px;
        padding-bottom: 10px;
    }
    #member #zone5 {
        padding-top: 30px;
    }
    #member #zone5 img {
        width: 100%;
    }
    #member #zone6 {
        padding-top: 50px;
    }
    #member #zone6 .pos1 {
        padding-bottom: 20px;
    }
    #member #zone6 .pos2 {
        margin: 0 -20px;
    }
    #member #zone6 .pos2 img {
        width: 100%;
    }
    #member #zone7 {
        padding: 30px 0px 50px;
    }
    #member #zone7 .pos {
        padding-bottom: 20px;
    }
    #member #zone7 .pos1 {
        padding-bottom: 20px;
    }
    #member #zone7 .t1 {
        padding-bottom: 5px;
    }
    #member #zone7 img {
        width: 100%;
        border-radius: 10px;
    }
    #member #zone8 {
        background: #e8f8fc;
        padding: 50px 0 50px;
    }
    #member #zone8 h3 {
        position: absolute;
        top: 5px;
        left: 190px;
        font-size: 16px;
        font-size: 1rem;
        color: #00afda;
        font-weight: bold;
    }
    #member #zone8 .t1 {
        padding-top: 10px;
    }
    #member #zone8 img {
        width: 100%;
    }
    #member .member2 #zone6 {
        padding-bottom: 30px;
    }
    #member .member2 #zone6 img {
        width: 100%;
    }
    #member .member2 #zone6 .pos1 {
        /* padding-top: 20px; */
    }
    #member .member2 #zone6 .pos2 {
        margin: 0;
    }
    #member .member9 #zone3 img {
        margin-top: 20px;
    }
    #member .member9 #zone7 .pos1 img {
    }
    #faq #main {
        background: url("../img/faq/sp_main.jpg") no-repeat center center;
        background-size: cover;
    }
    #faq #sec1 {
        padding-top: 50px;
    }
    #faq #sec1 .qazone {
        border: 2px solid #00AFDA;
        margin-bottom: 10px;
    }
    #faq #sec1 .qazone img {
        width: 30px;
        position: absolute;
        top: calc(50% - 15px);
        left: 10px;
    }
    #faq #sec1 .qazone .qu {
        position: relative;
        padding: 10px 50px 10px 50px;
        font-weight: bold;
        color: #00AFDA;
        font-size: 16px;
        cursor: pointer;
    }
    #faq #sec1 .qazone .qu i {
        position: absolute;
        top: calc(50% - 10px);
        right: 10px;
        display: block;
        width: 20px;
        height: 20px;
        background: url("../img/faq/arrow.png") no-repeat center center;
        background-size: 20px;
        transition: 0.3s;
    }
    #faq #sec1 .qazone .qu.active i {
        transform: rotate(180deg);
    }
    #faq #sec1 .qazone .an {
        display: none;
        border-top: 2px solid #00AFDA;
        position: relative;
        padding: 10px 10px 10px 50px;
    }
    #faq #sec1 .qazone .an a {
        color: #00AFDA;
        text-decoration: underline;
    }
    #interview_top #main {
        background: url("../img/interview/sp_main.jpg") no-repeat center center;
        background-size: cover;
    }
    #interview_top .in {
        padding: 50px 25px;
        position: relative;
        z-index: 1;
    }
    #interview_top .in a {
        display: block;
    }
    #interview_top .in h2 {
        font-size: 24px;
        font-weight: bold;
        color: #00AFDA;
        position: relative;
        line-height: 1.2;
    }
    #interview_top .in h2 b {
        font-size: 60px;
        font-family: 'Roboto', sans-serif;
    }
    #interview_top .in h2 i {
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        margin-left: 10px;
        letter-spacing: 0.1em;
    }
    #interview_top .in h2 span {
        display: block;
    }
    #interview_top .in .lead {
        font-size: 14px;
        padding: 10px 0 20px;
    }
    #interview_top .in dl dt {
        padding-bottom: 20px;
    }
    #interview_top .in dl dt img {
        border-radius: 20px;
    }
    #interview_top .in dl dd .set {
        border-bottom: 1px solid #C7C7C7;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    #interview_top .in dl dd .set:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #interview_top .in dl dd .set .pr1 {
        padding-bottom: 10px;
    }
    #interview_top .in dl dd .set .pr1 i {
        display: inline-block;
        color: #fff;
        line-height: 1.2;
        font-size: 12px;
        font-weight: bold;
        padding: 8px 15px;
        border-radius: 50px;
    }
    #interview_top .in dl dd .set .pr1 .c1 {
        background: #ED4C4C;
    }
    #interview_top .in dl dd .set .pr1 .c2 {
        background: #EA9816;
    }
    #interview_top .in dl dd .set .pr1 .c3 {
        background: #00AFDA;
    }
    #interview_top .in dl dd .set .pr2 {
        font-size: 12px;
        font-weight: bold;
        color: #909090;
    }
    #interview_top .in dl dd .set .pr3 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.1em;
    }
    #interview_top .in dl dd .set .pr3 i {
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        margin-left: 5px;
    }
    #interview_top #zone1 {
        position: relative;
    }
    #interview_top #zone2 {
        background: #ecf7fb;
    }
    #interview_top #zone3 {
        position: relative;
    }
    #interview #contents {
        background: #ecf7fb;
    }
    #interview #contents #zone1 {
        position: relative;
        padding-top: 30px;
    }
    #interview #contents #zone1::before {
        position: absolute;
        top: 1px;
        left: 0;
        content: '';
        width: 100%;
        height: 250px;
        background: #fff;
        z-index: 1;
    }
    #interview #contents #zone1 .mainpic {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        z-index: 1;
    }
    #interview #contents #zone1 .mainpic figure {
        width: calc(100% - 50px);
        border-radius: 60px 0 0 60px;
    }
    #interview #contents #zone1 .in {
        position: relative;
        margin-top: -70px;
        padding-right: 25px;
        z-index: 1;
    }
    #interview #contents #zone1 .in .box {
        background: #00AFDA;
        border-radius: 0 20px 20px 0;
        padding: 20px;
    }
    #interview #contents #zone1 .in .box dl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding-top: 40px;
        margin-bottom: 20px;
    }
    #interview #contents #zone1 .in .box dl:last-child {
        margin-bottom: 0;
    }
    #interview #contents #zone1 .in .box dl.ex {
        padding-top: 55px;
    }
    #interview #contents #zone1 .in .box dl dt {
        width: 80px;
        position: relative;
    }
    #interview #contents #zone1 .in .box dl dt img {
        border-radius: 40px;
    }
    #interview #contents #zone1 .in .box dl dt .ico {
        position: absolute;
        top: -5px;
        right: -5px;
        width: 35px;
    }
    #interview #contents #zone1 .in .box dl dd {
        padding-left: 20px;
    }
    #interview #contents #zone1 .in .box dl dd .pr1 {
        position: absolute;
        top: 0;
        left: 0;
    }
    #interview #contents #zone1 .in .box dl dd .pr1 i {
        display: inline-block;
        background: #fff;
        color: #00AFDA;
        line-height: 1.2;
        font-size: 12px;
        font-weight: bold;
        padding: 8px 15px;
        border-radius: 50px;
    }
    #interview #contents #zone1 .in .box dl dd .pr2 {
        font-size: 12px;
        font-weight: bold;
        color: #C9F4FF;
    }
    #interview #contents #zone1 .in .box dl dd .pr3 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.1em;
        color: #fff;
        line-height: 1.5;
    }
    #interview #contents #zone1 .in .box dl dd .pr3 i {
        display: block;
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
    }
    #interview #contents #zone2 {
        padding: 60px 25px 0;
    }
    #interview #contents #zone2 h1 {
        line-height: 1.4;
        text-align: center;
        font-weight: bold;
        color: #00AFDA;
        font-size: 22px;
        letter-spacing: 0.1em;
        padding-bottom: 40px;
    }
    #interview #contents #zone2 h1 b {
        display: block;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        padding-bottom: 10px;
    }
    #interview #contents #zone2 .lead {
        font-weight: bold;
        font-size: 17px;
    }
    #interview #contents #zone2 .sec {
        position: relative;
        margin-bottom: 60px;
    }
    #interview #contents #zone2 .sec .m1 {
        text-align: center;
        padding-bottom: 20px;
    }
    #interview #contents #zone2 .sec .m1 i {
        background: #fff;
        color: #00AFDA;
        font-weight: bold;
        font-size: 22px;
        line-height: 1.4;
        padding: 2px;
    }
    #interview #contents #zone2 .sec h2 {
        line-height: 1.4;
        color: #00AFDA;
        font-weight: bold;
        font-size: 19px;
    }
    #interview #contents #zone2 .sec h2 b {
        display: block;
        text-align: center;
        font-size: 48px;
        font-family: 'Roboto', sans-serif;
    }
    #interview #contents #zone2 .sec dl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 30px;
    }
    #interview #contents #zone2 .sec dl dt {
        width: 65px;
    }
    #interview #contents #zone2 .sec dl dt img {
        border-radius: 70px;
    }
    #interview #contents #zone2 .sec dl dt i {
        display: block;
        font-size: 12px;
        text-align: center;
    }
    #interview #contents #zone2 .sec dl dd {
        width: calc(100% - 85px);
    }
    #interview #contents #zone2 .sec1, #interview #contents #zone2 .sec2, #interview #contents #zone2 .sec3 {
        margin-bottom: 50px;
    }
    #interview #contents #zone2 .q {
        line-height: 1;
        color: #00AFDA;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview #contents #zone2 .q b {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 60px;
        height: 60px;
        font-size: 28px;
        font-family: 'Roboto', sans-serif;
        margin-right: 15px;
        background: #00AFDA;
        color: #fff;
        border-radius: 30px;
    }
    #interview #contents #zone2 .q i {
        width: calc(100% - 75px);
        line-height: 1.2;
    }
    #interview #contents #subnav {
        background: #fff;
        padding: 70px 25px 50px;
    }
    #interview #contents #subnav h2 {
        line-height: 1;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 0.1em;
        padding-bottom: 30px;
    }
    #interview #contents #subnav h2 b {
        display: block;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        padding-bottom: 15px;
        color: #00AFDA;
    }
    #interview #contents #subnav ul li {
        padding-top: 10px;
    }
    #interview #contents #subnav ul li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview #contents #subnav ul li figure {
        width: 150px;
        display: block;
        position: relative;
        line-height: 1;
    }
    #interview #contents #subnav ul li .t1 {
        width: calc(100% - 160px);
        font-weight: bold;
        line-height: 1.5;
    }
    #interview #contents #subnav .btn {
        width: 280px;
        margin: auto;
        padding-top: 50px;
    }
    #interview .interview01 #zone2 .ex1 figure {
        border-radius: 60px 0 0 60px;
        overflow: hidden;
        margin-bottom: 60px;
        margin-right: -25px;
    }
    #interview .interview01 #zone2 .ex2 figure {
        border-radius: 0 60px 60px 0;
        overflow: hidden;
        margin-bottom: 60px;
        margin-left: -25px;
    }
    #interview .interview01 #subnav li:nth-of-type(1) figure::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 175, 218, 0.7);
        z-index: 1;
    }
    #interview .interview02 #zone2 .p1 {
        border-radius: 0 60px 60px 0;
        overflow: hidden;
        margin-bottom: 60px;
        margin-left: -25px;
    }
    #interview .interview02 #zone2 .p2 {
        border-radius: 60px 0 0 60px;
        overflow: hidden;
        margin-bottom: 60px;
        margin-right: -25px;
    }
    #interview .interview02 #subnav li:nth-of-type(2) figure::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 175, 218, 0.7);
        z-index: 1;
    }
    #interview .interview03 #zone2 .ex1 figure, #interview .interview03 #zone2 .ex3 figure {
        border-radius: 60px 0 0 60px;
        overflow: hidden;
        margin-bottom: 60px;
        margin-right: -25px;
    }
    #interview .interview03 #zone2 .ex2 figure {
        border-radius: 0 60px 60px 0;
        overflow: hidden;
        margin-bottom: 60px;
        margin-left: -25px;
    }
    #interview .interview03 #subnav li:nth-of-type(3) figure::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 175, 218, 0.7);
        z-index: 1;
    }
    #interview .interview04 #zone2 .ex2 figure {
        border-radius: 60px 0 0 60px;
        overflow: hidden;
        margin-bottom: 60px;
        margin-right: -25px;
    }
    #interview .interview04 #zone2 .ex1 figure {
        border-radius: 0 60px 60px 0;
        overflow: hidden;
        margin-bottom: 60px;
        margin-left: -25px;
    }
    #interview .interview04 #zone2 .sec dl.ex {
        flex-direction: row-reverse;
    }
    #interview .interview04 #zone2 .sec dl dd {
        width: calc(100% - 95px);
    }
    #interview .interview04 #zone2 .sec dl.ex dd {
        display: flex;
        justify-content: flex-end;
    }
    #interview .business01 #zone2 .ex1 figure {
        border-radius: 60px 0 0 60px;
        overflow: hidden;
        margin-bottom: 60px;
        margin-right: -25px;
    }
    #interview .business01 #zone2 .ex2 figure {
        border-radius: 0 60px 60px 0;
        overflow: hidden;
        margin-bottom: 60px;
        margin-left: -25px;
    }
    #interview .business01 #subnav li:nth-of-type(1) figure::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 175, 218, 0.7);
        z-index: 1;
    }
    #interview .business04 #zone2 .ex1 figure {
        border-radius: 60px 0 0 60px;
        overflow: hidden;
        margin-bottom: 60px;
        margin-right: -25px;
    }
    #interview .business04 #zone2 .ex2 figure {
        border-radius: 0 60px 60px 0;
        overflow: hidden;
        margin-bottom: 60px;
        margin-left: -25px;
    }
    #interview .business04 #subnav li:nth-of-type(1) figure::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 175, 218, 0.7);
        z-index: 1;
    }
    #interview .business04 #zone2 .pic1 {
        font-size: 12px;
        margin-top: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #interview .business04 #zone2 .pic1.ex {
        padding-bottom: 50px;
    }
    #interview .business04 #zone2 .pic1.ex p {
        margin: 0 5px;
    }
    #interview .business04 #zone2 .pic1 img {
        width: 170px;
        margin-bottom: 5px;
    }
    #interview .business02 #zone2 .ex1 figure {
        border-radius: 60px 0 0 60px;
        overflow: hidden;
        margin-bottom: 60px;
        margin-right: -25px;
    }
    #interview .business02 #zone2 .ex2 figure {
        border-radius: 0 60px 60px 0;
        overflow: hidden;
        margin-bottom: 60px;
        margin-left: -25px;
    }
    #interview .business02 #subnav li:nth-of-type(2) figure::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 175, 218, 0.7);
        z-index: 1;
    }
    #sdgs #main {
        background: url("../img/sdgs/sp_main.jpg") no-repeat center center;
        background-size: cover;
    }
    #sdgs #subnav {
        padding: 50px 25px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        line-height: 1;
    }
    #sdgs #subnav li {
        width: calc(50% - 10px);
    }
    #sdgs #zone1 {
        padding: 40px 25px 60px;
    }
    #sdgs #zone1 h2 {
        font-weight: bold;
        color: #00AFDA;
        font-size: 28px;
        padding-bottom: 30px;
    }
    #sdgs #zone1 .set .t1 {
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 20px;
    }
    #sdgs #zone1 .set .t3 {
        padding-top: 20px;
        text-align: right;
    }
    #sdgs #page1 {
        background: #ecf7fb;
        padding: 70px 25px;
    }
    #sdgs #page1 .in h2 {
        max-width: 200px;
        margin: auto;
        padding-bottom: 50px;
    }
    #sdgs #page1 .in h3 {
        font-weight: bold;
        text-align: center;
        color: #00AFDA;
        font-size: 20px;
        padding-bottom: 20px;
    }
    #sdgs #page1 .in .text {
        font-weight: bold;
        color: #00AFDA;
        font-size: 15px;
        padding-bottom: 20px;
    }
    #sdgs #page1 .in ul {
        margin: 0 -4px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #sdgs #page1 .in ul li {
        width: calc(100% / 4);
        padding: 4px;
    }
    #sdgs #page2 {
        padding: 50px 25px 80px;
        position: relative;
        background: #ecf7fb;
        border-radius: 50px 50px 0 0;
        margin-bottom: 70px;
    }
    #sdgs #page2 .lead {
        font-size: 15px;
        padding-bottom: 50px;
    }
    #sdgs #page2 .slide {
        position: relative;
        line-height: 1;
    }
    #sdgs #page2 .slide .swiper-custom-parent {
        position: relative;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-slide {
        background: #fff;
        border-radius: 30px;
        overflow: hidden;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-slide .set {
        padding: 20px;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-slide .set ul {
        margin: 0 -2px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 20px;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-slide .set ul li {
        width: 30px;
        padding: 2px;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-slide .set .t1 {
        font-weight: bold;
        font-size: 18px;
        padding-bottom: 20px;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-slide .set .t2 {
        line-height: 1.5;
        font-size: 14px;
        height: 160px;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-slide .set .btn {
        max-width: 230px;
        margin: auto;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-pagination {
        position: absolute;
        bottom: -35px;
        left: 0;
        width: 100%;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        background: #fff;
        margin: 6px;
        border-radius: 4px;
        transition: 0.3s;
        opacity: 1;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-pagination-bullet-active {
        background: #00AFDA;
    }
    #sdgs #page3 {
        padding: 50px 25px;
        position: relative;
        background: #fef1f1;
        border-radius: 50px 50px 0 0;
    }
    #sdgs #page3 h2, #sdgs #page3 h3 {
        color: #EF7A7A;
        position: relative;
    }
    #sdgs #page3 h2 small, #sdgs #page3 h3 small {
        display: block;
        padding-top: 10px;
    }
    #sdgs #page3 .lead {
        font-size: 15px;
        padding-bottom: 50px;
    }
    #sdgs #page3 .sec figure {
        padding-bottom: 20px;
    }
    #sdgs #page3 .sec .pos .set {
        background: #fff;
        padding: 15px;
        border-left: 3px solid #EF7A7A;
        border-radius: 0 20px 0 0;
        margin-bottom: 10px;
    }
    #sdgs #page3 .sec .pos .set ul {
        margin: 0 -2px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 10px;
    }
    #sdgs #page3 .sec .pos .set ul li {
        width: 30px;
        padding: 2px;
    }
    #sdgs #page3 .sec .pos .set .t1 {
        padding-top: 10px;
        font-weight: bold;
        font-size: 15px;
        border-top: 2px dotted #C7C7C7;
        padding-left: 1em;
        text-indent: -1em;
    }
    #sdgs #page3 .sec .pos .set .t1::before {
        content: '●';
        color: #EF7A7A;
    }
}
@media screen and (min-width: 751px) {
    body {
        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
        color: #222;
        font-size: 15px;
        line-height: 1.8;
        font-weight: normal;
        background: #fff;
        min-width: 1320px;
    }
    img {
        vertical-align: bottom;
    }
    .sp, .none {
        display: none;
    }
    .container {
        max-width: 1080px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    .container::after {
        content: "";
        display: table;
        clear: both;
    }
    a {
        color: #000;
        transition: 0.3s;
        text-decoration: none;
    }
    a:hover {
        opacity: 0.6;
    }
    a[href^="tel:"] {
        cursor: default;
    }
    a[href^="tel:"]:hover {
        opacity: 1;
    }
    small {
        font-size: 12px;
        font-size: 0.75rem;
    }
    #contents {
        padding-top: 80px;
        overflow: hidden;
    }
    #header {
        position: fixed;
        width: 100%;
        min-width: 1300px;
        height: 80px;
        line-height: 1;
        z-index: 9;
        background: #fff;
    }
    #header .pc {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #header .logo {
        padding: 15px 0 0 20px;
    }
    #header .logo img {
        width: auto;
        height: 50px;
    }
    #header .set {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }
    #header .hbtn img {
        width: auto;
        height: 80px;
    }
    #header .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        letter-spacing: 3px;
        font-weight: bold;
    }
    #header .nav li a:hover {
        opacity: 1;
    }
    #header .nav li.m1 {
        margin-right: 35px;
    }
    #header .nav li.m1:hover {
        background: url("../img/common/navbg.png") no-repeat center bottom 12px;
    }
    #header .nav li.m1 .drop {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 80px;
        transition: 0s;
    }
    #header .nav li.m2 {
        margin-right: 40px;
    }
    #header .nav li ul li a {
        display: block;
        background: #eee;
        padding: 15px;
        margin-bottom: 2px;
        letter-spacing: 1px;
        line-height: 1.2;
    }
    #header .nav li ul li a:hover {
        background: #ddd;
    }
    #header .nav ul.sub {
        display: none;
        position: absolute;
    }
    footer {
        margin-top: 100px;
        background: #e5ebee;
        padding-bottom: 60px;
        position: relative;
        z-index: 10;
        overflow: hidden;
    }
    footer .fbtnzone {
        background: #00AFDA;
        padding: 50px 0;
    }
    footer .fbtnzone ul {
        width: 550px;
        margin: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .fbtnzone ul li {
        width: 260px;
    }
    footer .fbtnzone ul li img {
        width: 100%;
    }
    footer .set {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .fbtn1 {
        padding-bottom: 30px;
    }
    footer .fbtn1 img {
        width: 300px;
    }
    footer .pos1 {
        width: 380px;
        padding-left: 90px;
    }
    footer .pos1 .t1 {
        padding: 0px 0 40px;
    }
    footer .pos1 .t1 img {
        width: 150px;
    }
    footer .pos1 .t2 {
        font-size: 11px;
        letter-spacing: 1px;
    }
    footer .pos2 {
        width: 850px;
        margin-right: 90px;
    }
    footer .pos2 > ul {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .pos2 > ul > li {
        font-size: 12px;
    }
    footer .pos2 > ul > li p {
        font-size: 16px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }
    footer .pos2 > ul > li p a {
        color: #00AFDA;
    }
    footer .pos2 > ul > li i {
        font-size: 10px;
        color: #8b979e;
    }
    footer .pos2 > ul > li .ex {
        padding-top: 20px;
    }
    footer .pos2 > ul > li .fbtn2 {
        padding-top: 30px;
    }
    footer .pos2 > ul > li .fbtn2 img {
        width: 160px;
    }
    #pagetop {
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 10;
    }
    #pagetop img {
        width: 60px;
    }
    #pagetop a:hover {
        opacity: 0.6;
    }
    .mds1 {
        background: url("../img/common/m1.png") no-repeat center bottom;
        text-align: center;
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: bold;
        letter-spacing: 3px;
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
    .mds2 {
        background: url("../img/common/m2.png") no-repeat left bottom;
        font-size: 20px;
        font-size: 1.25rem;
        color: #001445;
        font-weight: bold;
        letter-spacing: 3px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .mds3 {
        background: url("../img/common/m1.png") no-repeat center bottom;
        text-align: center;
        font-size: 25px;
        font-size: 1.5625rem;
        font-weight: bold;
        letter-spacing: 3px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .mds4 {
        background: url("../img/common/m4.png") no-repeat right bottom;
        font-size: 16px;
        font-size: 1rem;
        color: #fff;
        padding: 5px 10px;
        margin-bottom: 20px;
        display: inline-block;
    }
    .mds5 {
        background: url("../img/common/m5.png") no-repeat right bottom #0061b1;
        color: #fff;
        padding: 5px 10px;
        margin-bottom: 5px;
        display: inline-block;
    }
    #main {
        height: 550px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1;
    }
    #main h1 {
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 3px;
    }
    #main h1 b {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 90px;
        padding-bottom: 20px;
    }
    #toppage .mds {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 3px;
        line-height: 1;
        padding: 80px 0 50px;
        color: #00AFDA;
    }
    #toppage .mds b {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 70px;
        padding-bottom: 10px;
    }
    #toppage .btn {
        text-align: center;
        padding-top: 50px;
    }
    #toppage .btn img {
        width: 300px;
    }
    #toppage #zone1 {
        width: 100%;
        position: relative;
    }
    #toppage #zone1 h2 {
        position: absolute;
        top: calc(50% - 125px);
        left: calc(50% - 450px);
    }
    #toppage #zone1 h2 img {
        width: 900px;
    }
    #toppage #zone1 .topmain {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    #toppage #zone1 .topmain video {
        min-width: 100%;
    }
    #toppage #zone2 {
        padding-bottom: 80px;
        position: relative;
    }
    #toppage #zone2 h3 {
        text-align: center;
        color: #00AFDA;
        font-weight: bold;
        font-size: 30px;
        padding-bottom: 20px;
    }
    #toppage #zone2 .lead {
        text-align: center;
        color: #00AFDA;
        font-weight: bold;
        font-size: 18px;
        padding-bottom: 40px;
    }
    #toppage #zone2 .l_phil {
        margin: 0 auto;
        text-align: center;
        background: #00afda;
        color: #fff;
        width: 360px;
        padding: 10px 0px;
        font-size: 24px;
        font-weight: 600;
        border-radius: 40px;
        margin-bottom: 32px;
    }
    #toppage #zone2 .acozone {
        position: relative;
        padding-top: 100px;
    }
    #toppage #zone2 .acozone .acobtn {
        position: absolute;
        top: 0;
        left: calc(50% - 30px);
        background: #00afda;
        width: 60px;
        height: 60px;
        border-radius: 30px;
        cursor: pointer;
    }
    #toppage #zone2 .acozone .acobtn::before {
        position: absolute;
        top: calc(50% - 1px);
        left: calc(50% - 15px);
        content: '';
        width: 30px;
        height: 2px;
        background: #fff;
    }
    #toppage #zone2 .acozone .acobtn::after {
        position: absolute;
        top: calc(50% - 15px);
        left: calc(50% - 1px);
        content: '';
        width: 2px;
        height: 30px;
        background: #fff;
    }
    #toppage #zone2 .acozone .acobtn.active::after {
        display: none;
    }
    #toppage #zone2 .acozone .acoin {
        display: none;
    }
    #toppage #zone2 .acozone .acoin .pic {
        float: right;
        width: 400px;
        margin-left: 40px;
    }
    #toppage #zone2 .acozone .acoin .pic img {
        width: 100%;
    }
    #toppage #zone2 .acozone .acoin .text {
        padding-bottom: 80px;
    }
    #toppage #zone2 .acozone .acoin .text span {
        font-size: 16px;
        color: #00afda;
        font-weight: bolder;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 5px;
    }
    #toppage #zone2 .acozone .acoin .text span b {
        font-size: 25px;
    }
    #toppage #zone2 .acozone .acoin .text span img {
        width: 30px;
        margin-right: 10px;
    }
    #toppage #zone2 .set {
        max-width: 900px;
    }
    #toppage #zone2 .set .t1 {
        font-weight: bold;
        font-size: 28px;
        color: #00afda;
        text-align: center;
        padding: 20px 0 10px;
    }
    #toppage #zone2 .set .t2 {
        text-align: center;
    }
    #toppage #zone2 .pa1 {
        position: absolute;
        top: 70px;
        left: calc(50% - 670px);
        width: 100px;
    }
    #toppage #zone2 .pa2 {
        position: absolute;
        top: 300px;
        left: calc(50% - 620px);
        width: 70px;
    }
    #toppage #zone2 .pa3 {
        position: absolute;
        top: 400px;
        left: calc(50% - 750px);
        width: 160px;
    }
    #toppage #zone2 .pa4 {
        position: absolute;
        top: 600px;
        left: calc(50% - 600px);
        width: 60px;
    }
    #toppage #zone2 .pa5 {
        position: absolute;
        top: 80px;
        right: calc(50% - 700px);
        width: 180px;
    }
    #toppage #zone2 .pa6 {
        position: absolute;
        top: 350px;
        right: calc(50% - 750px);
        width: 100px;
    }
    #toppage #zone2 .pa7 {
        position: absolute;
        top: 500px;
        right: calc(50% - 620px);
        width: 120px;
    }
    #toppage #zone3 {
        padding-bottom: 80px;
        background: #ecf7fb;
    }
    #toppage #zone3 .swiper-custom-parent {
        width: 1200px;
        margin: auto;
        position: relative;
    }
    #toppage #zone3 .swiper-custom-parent img {
        width: 100%;
    }
    #toppage #zone3 .swiper-custom-parent .memberslide {
        width: 1000px;
        margin: auto;
    }
    #toppage #zone3 .swiper-custom-parent .memberslide .swiper-slide img {
        border-radius: 30px;
    }
    #toppage #zone3 .swiper-custom-parent .swiper-button-prev {
        background: url("../img/top/prev.png") no-repeat center center;
        background-size: 60px auto;
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: 0px;
    }
    #toppage #zone3 .swiper-custom-parent .swiper-button-next {
        background: url("../img/top/next.png") no-repeat center center;
        background-size: 60px auto;
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        right: 0px;
    }
    #toppage #zone4 {
        padding-bottom: 80px;
    }
    #toppage #zone4 .in {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }
    #toppage #zone4 .in .swiper-custom-parent {
        width: 50%;
        position: relative;
    }
    #toppage #zone4 .in .swiper-custom-parent img {
        width: 100%;
        border-radius: 0 1000px 1000px 0;
    }
    #toppage #zone4 .in .swiper-custom-parent .swiper-pagination {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
    }
    #toppage #zone4 .in .swiper-custom-parent .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        display: inline-block;
        background: #fff;
        margin: 6px;
        border-radius: 7px;
        transition: 0.3s;
        opacity: 1;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    }
    #toppage #zone4 .in .swiper-custom-parent .swiper-pagination-bullet-active {
        background: #00AFDA;
    }
    #toppage #zone4 .in ul {
        width: 500px;
        margin-left: 40px;
    }
    #toppage #zone4 .in ul li {
        border-bottom: 1px solid #E5EBEE;
    }
    #toppage #zone4 .in ul li:last-child {
        border-bottom: 0;
    }
    #toppage #zone4 .in ul li a {
        display: block;
        padding: 30px 15px;
        background: url("../img/common/arrow1.png") no-repeat right 5px center;
        background-size: 30px auto;
    }
    #toppage #zone4 .in ul li a .t1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0.1em;
        color: #00AFDA;
    }
    #toppage #zone4 .in ul li a .t1 i {
        font-family: 'Roboto', sans-serif;
        font-size: 66px;
        padding-right: 10px;
    }
    #toppage #zone4 .in ul li a .t2 {
        font-size: 14px;
    }
    #toppage #zone4 .in ul li a .t2 b {
        font-weight: bold;
    }
    #toppage #zone4 .in ul li a:hover {
        opacity: 1;
        background-color: #ecf7fb;
    }
    #toppage #zone5 {
        padding-bottom: 80px;
        background: #ecf7fb;
    }
    #toppage #zone5 .in {
        max-width: 1000px;
        margin: auto;
    }
    #toppage #zone5 .in .text {
        text-align: center;
        font-size: 16px;
        padding: 30px 0;
    }
    #toppage #zone5 .in ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #toppage #zone5 .in ul li {
        width: 32%;
        padding-bottom: 20px;
    }
    #toppage #zone5 .in ul li img {
        width: 100%;
        border-radius: 50px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }
    #toppage #zone5 .whts_logo {
        display: inline-block;
        width: 154px;
    }
    #toppage #zone6 {
        position: relative;
    }
    #toppage #zone6 .in {
        max-width: 1000px;
        margin: auto;
    }
    #toppage #zone6 .in h3 {
        padding: 20px 0;
        color: #00AFDA;
        font-weight: bold;
        font-size: 26px;
    }
    #toppage #zone6 .in .text {
        font-size: 16px;
    }
    #toppage #zone6 .pa8 {
        position: absolute;
        top: 130px;
        left: calc(50% - 730px);
        width: 150px;
    }
    #toppage #zone6 .pa9 {
        position: absolute;
        top: 380px;
        left: calc(50% - 650px);
        width: 80px;
    }
    #toppage #zone6 .pa10 {
        position: absolute;
        top: 580px;
        left: calc(50% - 700px);
        width: 100px;
    }
    #toppage #zone6 .pa11 {
        position: absolute;
        top: 230px;
        right: calc(50% - 750px);
        width: 140px;
    }
    #toppage #zone6 .pa12 {
        position: absolute;
        top: 450px;
        right: calc(50% - 620px);
        width: 60px;
    }
    #business .whts_logo_biz {
        display: inline-block;
        width: 200px;
        margin-left: 20px;
    }
    #business .whts_logo_biz_sp {
        display: none;
    }
    #business .bz_brand_link {
        color: #00afda;
    }
    #business #main {
        background: url("../img/business/main.jpg") no-repeat center center;
        background-size: cover;
    }
    #business .box {
        background: #fff;
        border-radius: 30px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        padding: 45px;
        margin-bottom: 40px;
    }
    #business .pr1 {
        font-weight: bold;
        font-size: 17px;
        color: #909090;
        line-height: 1;
        padding-bottom: 15px;
    }
    #business .pr2 {
        font-weight: bold;
        font-size: 30px;
        line-height: 1;
        padding-bottom: 10px;
    }
    #business .pr2 i {
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        letter-spacing: 0.1em;
    }
    #business .pr3 {
        font-weight: bold;
        line-height: 1.4;
    }
    #business #subnav {
        padding: 50px 0 0;
    }
    #business #subnav ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1;
    }
    #business #subnav ul li {
        width: calc(100% / 3);
        border-right: 1px solid #C7C7C7;
    }
    #business #subnav ul li:last-child {
        border-right: 0;
    }
    #business #subnav ul li a {
        display: block;
        text-align: center;
        font-size: 23px;
        font-weight: bold;
        padding: 30px;
        padding-bottom: 50px;
        position: relative;
    }
    #business #subnav ul li a i {
        display: block;
        color: #00AFDA;
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        letter-spacing: 0.1em;
        padding-bottom: 10px;
    }
    #business #subnav ul li a::before {
        position: absolute;
        bottom: 20px;
        left: calc(50% - 10px);
        content: '';
        width: 20px;
        height: 20px;
        background: url("../img/common/sp_mark1f.png") no-repeat center center;
        background-size: 20px auto;
        z-index: 1;
    }
    #business #subnav ul li a:hover {
        opacity: 1;
        background-color: #ecf7fb;
    }
    #business #page1 {
        padding: 80px 0;
    }
    #business #page1 h2 {
        color: #00AFDA;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }
    #business #page1 .pic {
        float: right;
        width: 400px;
        margin-left: 40px;
    }
    #business #page1 .pic img {
        width: 100%;
    }
    #business #page1 span {
        font-size: 16px;
        color: #00afda;
        font-weight: bolder;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 5px;
    }
    #business #page1 span b {
        font-size: 25px;
    }
    #business #page1 span img {
        width: 30px;
        margin-right: 10px;
    }
    #business #page2 {
        padding: 80px 0;
        position: relative;
    }
    #business #page2::before {
        position: absolute;
        top: 0px;
        right: 50%;
        content: '';
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #ecf7fb;
    }
    #business #page2::after {
        position: absolute;
        top: 0px;
        left: 50%;
        content: '';
        width: 700px;
        height: 100%;
        z-index: -1;
        background: #ecf7fb;
        border-radius: 0 100px 100px 0;
    }
    #business #page2 .in {
        width: 1080px;
        margin: auto;
    }
    #business #page2 .lead {
        font-size: 17px;
        width: 740px;
        padding-bottom: 70px;
    }
    #business #page2 .c1 {
        text-align: center;
        background: #939393;
        color: #fff;
        font-weight: bold;
        font-size: 26px;
        padding: 15px;
        margin-bottom: 15px;
    }
    #business #page2 .chart {
        padding-bottom: 70px;
    }
    #business #page2 .sec {
        padding-top: 70px;
        border-top: 3px dotted #00AFDA;
    }
    #business #page2 .set {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #business #page2 .set .box {
        width: calc(50% - 20px);
    }
    #business #page2 dl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #business #page2 dl dt {
        width: calc(50% - 20px);
    }
    #business #page2 dl dd {
        width: calc(50% - 20px);
    }
    #business #page2 dl dd .text {
        padding-bottom: 30px;
    }
    #business #page2 dl dd .t1 {
        text-align: center;
        border-top: 2px solid #00AFDA;
        border-bottom: 2px solid #00AFDA;
        padding: 5px;
        color: #00AFDA;
        font-family: 'Roboto', sans-serif;
        font-size: 19px;
        letter-spacing: 0.1em;
        margin-bottom: 30px;
    }
    #business #page2 dl dd .btn {
        width: 300px;
        margin: auto;
        padding-top: 30px;
    }
    #business #ojt {
        padding: 200px 0;
        background: url("../img/business/bg.png") no-repeat center center;
        background-size: 2500px auto;
    }
    #business #ojt dl {
        width: calc(50% + 550px);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #fff;
        border-radius: 0 300px 300px 0;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
    #business #ojt dl dt {
        width: calc(100% - 900px);
        background: url("../img/business/p3.jpg") no-repeat center center;
        background-size: cover;
    }
    #business #ojt dl dd {
        width: 900px;
        padding: 40px 50px;
        padding-right: 110px;
    }
    #business #ojt dl dd h3 {
        margin-bottom: 15px;
    }
    #business #ojt dl dd .lead {
        font-size: 17px;
        padding-bottom: 30px;
    }
    #business #ojt dl dd ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #business #ojt dl dd ul li {
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #business #ojt dl dd ul li figure {
        width: 130px;
        position: relative;
    }
    #business #ojt dl dd ul li figure .ico {
        position: absolute;
        top: -20px;
        right: 0;
        width: 55px;
    }
    #business #ojt dl dd ul li .set {
        width: calc(100% - 140px);
    }
    #business #ojt dl dd ul li .set .pr2 i {
        display: block;
        padding-top: 5px;
    }
    #business #ojt dl dd .btn {
        width: 300px;
        margin: auto;
        padding-top: 30px;
    }
    #business #page3 {
        padding: 80px 0;
        position: relative;
    }
    #business #page3::before {
        position: absolute;
        top: 0px;
        left: 50%;
        content: '';
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #fef1f1;
    }
    #business #page3::after {
        position: absolute;
        top: 0px;
        right: 50%;
        content: '';
        width: 700px;
        height: 100%;
        z-index: -1;
        background: #fef1f1;
        border-radius: 100px 0 0 100px;
    }
    #business #page3 h2, #business #page3 h3 {
        color: #EF7A7A;
        position: relative;
    }
    #business #page3 h2 small, #business #page3 h3 small {
        position: absolute;
        bottom: 0;
        margin-left: 10px;
    }
    #business #page3 .in {
        width: 1080px;
        margin: auto;
    }
    #business #page3 .lead {
        font-size: 17px;
        width: 740px;
        padding-bottom: 70px;
    }
    #business #page3 .box .text {
        padding-bottom: 30px;
    }
    #business #page3 .box1 ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #business #page3 .box1 ul li {
        width: 270px;
        text-align: center;
        line-height: 1;
        position: relative;
    }
    #business #page3 .box1 ul li::after {
        position: absolute;
        top: 0px;
        right: -45px;
        content: '';
        width: 1px;
        height: 100%;
        background: #E5EBEE;
    }
    #business #page3 .box1 ul li:last-child::after {
        display: none;
    }
    #business #page3 .box1 ul li .t1 {
        font-size: 22px;
        font-weight: bold;
        padding-bottom: 10px;
    }
    #business #page3 .box1 ul li .t2 {
        font-size: 14px;
        padding-bottom: 10px;
    }
    #business #page3 .box1 .btn {
        width: 300px;
        margin: auto;
        padding-top: 40px;
    }
    #business #page3 .box2 dl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #business #page3 .box2 dl dt {
        width: 270px;
    }
    #business #page3 .box2 dl dd {
        width: calc(100% - 300px);
    }
    #club #contents {
        background: linear-gradient(180deg, #28A7DD, #CCF0FF);
    }
    #club #contents #main .lead {
        padding-top: 60px;
        text-align: center;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        line-height: 2;
    }
    #club #contents #wrap2 {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    #club #contents #wrap2 #subnav {
        width: 280px;
        line-height: 1;
        padding: 0 40px;
    }
    #club #contents #wrap2 #subnav li {
        padding-bottom: 50px;
    }
    #club #contents #wrap2 .section {
        width: calc(100% - 280px);
    }
    #club #contents #wrap2 .section section {
        background: #fff;
        border-radius: 0 100px 100px 0;
        padding: 80px 20px;
        margin-bottom: 100px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    }
    #club #contents #wrap2 .section section .in {
        max-width: 1080px;
        margin: auto;
    }
    #club #contents #wrap2 .section section .in h2 {
        text-align: center;
        line-height: 1;
        font-size: 23px;
        font-weight: bold;
        padding-bottom: 40px;
    }
    #club #contents #wrap2 .section section .in h2 img {
        width: 70px;
        margin: auto;
    }
    #club #contents #wrap2 .section section .in h2 b {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 65px;
        letter-spacing: 1px;
        padding: 10px;
    }
    #club #contents #wrap2 .section section .in .text {
        font-size: 17px;
        padding-bottom: 40px;
    }
    #club #contents #wrap2 .section section .in ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #club #contents #wrap2 .section section .in ul li {
        width: 31%;
    }
    #club #contents #wrap2 .section #page1 h2 {
        color: #EA9816;
    }
    #club #contents #wrap2 .section #page2 h2 {
        color: #EF7A7A;
    }
    #club #contents #wrap2 .section #page3 h2 {
        color: #00AFDA;
    }
    #club #contents #wrap2 .btn {
        width: 350px;
        margin: auto;
        padding-bottom: 100px;
    }
    #club footer {
        margin-top: 0;
    }
    #info #main {
        background: url("../img/info/main.jpg") no-repeat center center;
        background-size: cover;
    }
    #info #subnav {
        padding: 50px 0 0;
    }
    #info #subnav ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1;
    }
    #info #subnav ul li {
        width: 50%;
    }
    #info #subnav ul li:first-child {
        border-right: 1px solid #C7C7C7;
    }
    #info #subnav ul li a {
        display: block;
        text-align: center;
        font-size: 23px;
        font-weight: bold;
        padding: 30px;
        padding-bottom: 50px;
        position: relative;
    }
    #info #subnav ul li a i {
        display: block;
        color: #00AFDA;
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        letter-spacing: 0.1em;
        padding-bottom: 10px;
    }
    #info #subnav ul li a::before {
        position: absolute;
        bottom: 20px;
        left: calc(50% - 10px);
        content: '';
        width: 20px;
        height: 20px;
        background: url("../img/common/sp_mark1f.png") no-repeat center center;
        background-size: 20px auto;
        z-index: 1;
    }
    #info #subnav ul li a:hover {
        opacity: 1;
        background-color: #ecf7fb;
    }
    #info h2 {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        letter-spacing: 3px;
        margin-bottom: 20px;
        color: #00AFDA;
    }
    #info h3 {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    #info .btn {
        text-align: center;
        padding-top: 50px;
    }
    #info .btn img {
        width: 400px;
    }
    #info dl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        border-right: 1px solid #222;
        border-bottom: 1px solid #222;
        margin-bottom: 50px;
    }
    #info dl::after {
        content: "";
        display: table;
        clear: both;
    }
    #info dl dt {
        width: 25%;
        border-left: 1px solid #222;
        border-top: 1px solid #222;
        padding: 20px;
        text-align: center;
        background: #eee;
    }
    #info dl dd {
        width: 75%;
        border-left: 1px solid #222;
        border-top: 1px solid #222;
        padding: 20px;
    }
    #info #page1 {
        margin-top: -30px;
        padding-top: 80px;
    }
    #info #page1 .t1 {
        text-align: center;
        padding-bottom: 60px;
        color: #f00;
        font-size: 16px;
        font-size: 1rem;
    }
    #info #page1 dd {
        position: relative;
    }
    #info #page1 dd .list {
        font-weight: bold;
        font-size: 16px;
        font-size: 1rem;
    }
    #info #page1 dd .list i {
        color: #666;
    }
    #info #page1 dd .c1 {
        padding-bottom: 20px;
    }
    #info #page1 dd ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #info #page1 dd ul li {
        width: 24%;
        background: #5a97d1;
        color: #fff;
        text-align: center;
        padding: 5px;
        margin: 0 5px 5px 0;
    }
    #info #page1 .f1 {
        padding-bottom: 30px;
    }
    #info #page1 .f1 img {
        width: 100%;
    }
    #info #page1 .f2 {
        padding-bottom: 10px;
    }
    #info #page1 .f2 img {
        width: 100%;
    }
    #info #page1 .f3 {
        font-size: 12px;
        font-size: 0.75rem;
    }
    #info #page2 {
        padding-top: 80px;
    }
    #membertop #wrap {
        background: #e5f7fb;
    }
    #membertop #main {
        background: url("../img/member/main.jpg") no-repeat center center;
        background-size: cover;
    }
    #membertop #zone1 {
        padding-top: 100px;
    }
    #membertop #zone1 .lead {
        text-align: center;
        font-weight: bold;
        font-size: 19px;
        padding-bottom: 50px;
    }
    #membertop #zone1 ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #membertop #zone1 ul li {
        width: 31%;
        padding-bottom: 40px;
    }
    #membertop #zone1 ul li img {
        width: 100%;
        border-radius: 30px;
    }
    #member footer {
        margin-top: 0px;
    }
    #member .mds4 {
        width: 200px;
        letter-spacing: 2px;
    }
    #member h2 {
        font-size: 25px;
        font-size: 1.5625rem;
        color: #00afda;
        letter-spacing: 2px;
        padding-bottom: 15px;
    }
    #member #main {
        height: 600px;
        padding: 0 50px;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #member #main .in {
        width: 100%;
    }
    #member #main .in .in2 {
        max-width: 1200px;
        margin: auto;
    }
    #member #main .in h1 {
        text-align: left;
        line-height: 1.5;
        font-size: 40px;
        letter-spacing: 0;
        font-family: 'Noto Serif JP', serif;
        font-weight: 300;
        padding-bottom: 40px;
        white-space: nowrap;
        color: #fff;
    }
    #member #main .in .t1 {
        font-weight: bold;
        padding-bottom: 15px;
    }
    #member #main .in .t2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        padding-bottom: 10px;
        font-size: 30px;
        letter-spacing: 2px;
    }
    #member #main .in .t2 i {
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        margin-left: 15px;
    }
    #member #main .in .t3 {
        font-weight: bold;
        font-size: 16px;
    }
    #member #zone1 {
        position: relative;
        margin-top: -100px;
    }
    #member #zone1 .t1 {
        position: relative;
        text-align: center;
        margin-bottom: -22px;
        z-index: 2;
    }
    #member #zone1 .t1 i {
        display: inline-block;
        background: #fff;
        color: #00AFDA;
        font-size: 18px;
        font-weight: bold;
        padding: 5px 30px;
        border-radius: 30px;
    }
    #member #zone1 .in {
        padding: 30px 40px 20px 40px;
        background: #00AFDA;
        border-radius: 30px;
        color: #fff;
    }
    #member #zone1 h3 {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
    }
    #member #zone2 {
        padding-top: 50px;
    }
    #member #zone3 {
        padding-top: 30px;
    }
    #member #zone3 img {
        width: 100%;
        border-radius: 10px;
    }
    #member #zone4 {
        padding-top: 50px;
    }
    #member #zone4 img {
        width: 100%;
    }
    #member #zone5 {
        padding-top: 30px;
    }
    #member #zone5 img {
        width: 100%;
    }
    #member #zone6 {
        padding-top: 50px;
    }
    #member #zone6 .t1 {
        padding-bottom: 30px;
    }
    #member #zone6 .pos1 {
        width: 480px;
    }
    #member #zone6 .pos1 img {
        width: 100%;
        border-radius: 10px;
    }
    #member #zone6 .pos2 {
        width: 480px;
    }
    #member #zone6 .pos2 img {
        width: 100%;
        border-radius: 10px;
    }
    #member #zone7 {
        padding: 30px 0 50px;
    }
    #member #zone7 .pos1 {
        float: left;
        width: 480px;
    }
    #member #zone7 .pos2 {
        float: right;
        width: 480px;
    }
    #member #zone7 .t1 {
        padding-bottom: 10px;
    }
    #member #zone7 img {
        width: 100%;
        border-radius: 10px;
    }
    #member #zone8 {
        background: #e8f8fc;
        padding: 50px 0 100px;
    }
    #member #zone8 h3 {
        position: absolute;
        top: 0;
        left: 220px;
        font-size: 25px;
        font-size: 1.5625rem;
        color: #00afda;
        letter-spacing: 2px;
    }
    #member #zone8 .t1 {
        padding-top: 20px;
    }
    #member #zone8 img {
        width: 65%;
    }
    #member .member1 #main {
        background: url("../img/member/1_main.jpg") no-repeat center center;
        background-size: cover;
    }
    #member .member1 #main .in {
        color: #222;
    }
    #member .member1 #main .in h1 {
        color: #222;
    }
    #member .member1 #zone6 .pos1 {
        float: left;
    }
    #member .member1 #zone6 .pos2 {
        float: right;
    }
    #member .member2 #main {
        background: url("../img/member/2_main.jpg") no-repeat center center;
        background-size: cover;
    }
    #member .member2 #main .in {
        padding-left: 48%;
        color: #fff;
    }
    #member .member2 #zone6 .pos1 {
        float: left;
    }
    #member .member2 #zone6 .pos2 {
        float: right;
    }
    #member .member2 #zone4 .pos1 {
        float: left;
        width: 480px;
    }
    #member .member2 #zone4 .pos2 {
        float: right;
        width: 480px;
    }
    #member .member2 #zone7 {
        padding-top: 50px;
    }
    #member .member3 #main {
        background: url("../img/member/3_main.jpg") no-repeat center center;
        background-size: cover;
    }
    #member .member3 #main .in {
        color: #fff;
    }
    #member .member3 #main .in h1 {
        color: #fff;
    }
    #member .member3 #zone6 .pos1 {
        float: left;
    }
    #member .member3 #zone6 .pos2 {
        float: right;
    }
    /*--
  #member .member3 #zone7 .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    --*/
    #member .member3 #zone7 .container .pos {
        width: 31%;
    }
    #member .member4 #main {
        background: url("../img/member/4_main.jpg") no-repeat center center;
        background-size: cover;
    }
    #member .member4 #main .in {
        color: #fff;
    }
    #member .member4 #main .in h1 {
        color: #fff;
    }
    #member .member4 #zone6 .pos1 {
        float: left;
    }
    #member .member4 #zone6 .pos2 {
        float: right;
    }
    #member .member4 #zone7 .pos1 {
        width: 490px;
    }
    #member .member5 #main {
        background: url("../img/member/5_main.jpg") no-repeat center center;
        background-size: cover;
    }
    #member .member5 #main .in {
        color: #222;
        padding-left: 51%;
    }
    #member .member5 #main .in h1 {
        color: #222;
    }
    #member .member5 #zone6 .pos1 {
        float: left;
    }
    #member .member5 #zone6 .pos2 {
        float: right;
    }
    /*--
  #member .member5 #zone7 .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    --*/
    #member .member5 #zone7 .container .pos {
        width: 31%;
    }
    #member .member6 #main {
        background: url("../img/member/6_main.jpg") no-repeat center center;
        background-size: cover;
    }
    #member .member6 #main .in h1 {
        color: #222;
    }
    #member .member6 #main .in {
        color: #222;
    }
    #member .member6 #zone6 .pos1 {
        float: right;
    }
    #member .member6 #zone6 .pos2 {
        float: left;
    }
    #member .member6 #zone7 .pos1 {
        width: 490px;
    }
    #member .member7 #main {
        background: url("../img/member/7_main.jpg") no-repeat center center;
        background-size: cover;
    }
    #member .member7 #main .in h1 {
        color: #222;
    }
    #member .member7 #zone6 .pos1 {
        float: right;
    }
    #member .member7 #zone6 .pos2 {
        float: left;
    }
    #member .member8 #main {
        background: url("../img/member/8_main.jpg") no-repeat center center;
        background-size: cover;
    }
    #member .member8 #main .in {
        color: #222;
    }
    #member .member8 #main .in h1 {
        color: #222;
    }
    #member .member8 #zone6 .pos1 {
        float: left;
    }
    #member .member8 #zone6 .pos2 {
        float: right;
    }
    #member .member8 #zone7 .pos1 {
        width: 490px;
    }
    #member .member9 #main {
        background: url("../img/member/9_main.jpg") no-repeat center center;
        background-size: cover;
    }
    #member .member9 #main .in {
        padding-left: 38%;
        color: #fff;
    }
    #member .member9 #zone3 .pos1 {
        float: left;
        width: 480px;
    }
    #member .member9 #zone3 .pos2 {
        float: right;
        width: 480px;
    }
    #member .member9 #zone3 .pos2 img {
        width: 100%;
    }
    #member .member9 #zone6 .pos1 {
        float: left;
    }
    #member .member9 #zone6 .pos2 {
        float: right;
    }
    #member .member9 #zone7 .pos1 {
        width: 490px;
    }
    /*
    #member .member9 #zone7 .pos1 img {
      width: 80%; }
    */
    #faq #main {
        background: url("../img/faq/main.jpg") no-repeat center center;
        background-size: cover;
    }
    #faq #sec1 {
        padding-top: 80px;
    }
    #faq #sec1 .qazone {
        border: 2px solid #00AFDA;
        margin-bottom: 20px;
    }
    #faq #sec1 .qazone img {
        width: 50px;
        position: absolute;
        top: calc(50% - 25px);
        left: 30px;
    }
    #faq #sec1 .qazone .qu {
        position: relative;
        padding: 20px 80px 20px 100px;
        font-weight: bold;
        color: #00AFDA;
        font-size: 20px;
        cursor: pointer;
    }
    #faq #sec1 .qazone .qu i {
        position: absolute;
        top: calc(50% - 15px);
        right: 30px;
        display: block;
        width: 30px;
        height: 30px;
        background: url("../img/faq/arrow.png") no-repeat center center;
        background-size: 30px;
        transition: 0.3s;
    }
    #faq #sec1 .qazone .qu.active i {
        transform: rotate(180deg);
    }
    #faq #sec1 .qazone .an {
        display: none;
        border-top: 2px solid #00AFDA;
        position: relative;
        padding: 20px 30px 20px 100px;
    }
    #faq #sec1 .qazone .an a {
        color: #00AFDA;
        text-decoration: underline;
    }
    #interview_top #main {
        background: url("../img/interview/main.jpg") no-repeat center center;
        background-size: cover;
    }
    #interview_top .in {
        width: 1080px;
        margin: auto;
        padding: 100px 0;
        position: relative;
        z-index: 1;
    }
    #interview_top .in a {
        display: block;
    }
    #interview_top .in h2 {
        font-size: 30px;
        font-weight: bold;
        color: #00AFDA;
        position: relative;
        line-height: 1.2;
    }
    #interview_top .in h2 b {
        font-size: 96px;
        font-family: 'Roboto', sans-serif;
        margin: 0 20px 0 30px;
    }
    #interview_top .in h2 i {
        position: absolute;
        bottom: 0;
        left: 0;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        transform: rotate(-90deg);
        transform-origin: 0 0;
    }
    #interview_top .in .lead {
        font-size: 17px;
        padding: 10px 0 30px;
    }
    #interview_top .in dl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    #interview_top .in dl dt {
        width: 750px;
    }
    #interview_top .in dl dt img {
        border-radius: 30px;
    }
    #interview_top .in dl dd {
        width: 280px;
    }
    #interview_top .in dl dd .set {
        border-bottom: 1px solid #C7C7C7;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    #interview_top .in dl dd .set:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #interview_top .in dl dd .set .pr1 {
        padding-bottom: 10px;
    }
    #interview_top .in dl dd .set .pr1 i {
        display: inline-block;
        color: #fff;
        line-height: 1.2;
        font-size: 12px;
        font-weight: bold;
        padding: 8px 15px;
        border-radius: 50px;
    }
    #interview_top .in dl dd .set .pr1 .c1 {
        background: #ED4C4C;
    }
    #interview_top .in dl dd .set .pr1 .c2 {
        background: #EA9816;
    }
    #interview_top .in dl dd .set .pr1 .c3 {
        background: #00AFDA;
    }
    #interview_top .in dl dd .set .pr2 {
        font-size: 12px;
        font-weight: bold;
        color: #909090;
    }
    #interview_top .in dl dd .set .pr3 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.1em;
    }
    #interview_top .in dl dd .set .pr3 i {
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        margin-left: 5px;
    }
    #interview_top #zone1 {
        position: relative;
    }
    #interview_top #zone1 .pa1 {
        position: absolute;
        top: 70px;
        left: calc(50% - 670px);
        width: 55px;
    }
    #interview_top #zone1 .pa2 {
        position: absolute;
        top: 330px;
        left: calc(50% - 750px);
        width: 125px;
    }
    #interview_top #zone1 .pa3 {
        position: absolute;
        top: 630px;
        left: calc(50% - 730px);
        width: 165px;
    }
    #interview_top #zone1 .pa4 {
        position: absolute;
        top: 60px;
        right: calc(50% - 700px);
        width: 180px;
    }
    #interview_top #zone1 .pa5 {
        position: absolute;
        top: 410px;
        right: calc(50% - 750px);
        width: 150px;
    }
    #interview_top #zone1 .pa6 {
        position: absolute;
        top: 710px;
        right: calc(50% - 670px);
        width: 70px;
    }
    #interview_top #zone2 {
        background: #ecf7fb;
    }
    #interview_top #zone3 {
        position: relative;
    }
    #interview_top #zone3 h2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview_top #zone3 .pa7 {
        position: absolute;
        top: 270px;
        left: calc(50% - 680px);
        width: 85px;
    }
    #interview_top #zone3 .pa8 {
        position: absolute;
        top: 500px;
        left: calc(50% - 750px);
        width: 140px;
    }
    #interview_top #zone3 .pa9 {
        position: absolute;
        top: 780px;
        left: calc(50% - 640px);
        width: 50px;
    }
    #interview_top #zone3 .pa10 {
        position: absolute;
        top: 150px;
        right: calc(50% - 650px);
        width: 60px;
    }
    #interview_top #zone3 .pa11 {
        position: absolute;
        top: 380px;
        right: calc(50% - 750px);
        width: 180px;
    }
    #interview #contents {
        background: #ecf7fb;
    }
    #interview #contents #zone1 {
        position: relative;
        padding-top: 100px;
    }
    #interview #contents #zone1::before {
        position: absolute;
        top: 1px;
        left: 0;
        content: '';
        width: 100%;
        height: 480px;
        background: #fff;
        z-index: 1;
    }
    #interview #contents #zone1 .mainpic {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        z-index: 1;
    }
    #interview #contents #zone1 .mainpic figure {
        width: calc(50% + 540px);
        height: 750px;
        border-radius: 100px 0 0 100px;
    }
    #interview #contents #zone1 .in {
        position: relative;
        max-width: 1600px;
        margin: auto;
        margin-top: -100px;
        display: -ms-flexbox;
        display: flex;
        z-index: 1;
    }
    #interview #contents #zone1 .in .box {
        display: -ms-flexbox;
        display: flex;
        background: #00AFDA;
        padding: 20px;
        border-radius: 30px;
    }
    #interview #contents #zone1 .in .box dl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px;
    }
    #interview #contents #zone1 .in .box dl dt {
        width: 120px;
        position: relative;
    }
    #interview #contents #zone1 .in .box dl dt img {
        border-radius: 70px;
    }
    #interview #contents #zone1 .in .box dl dt .ico {
        position: absolute;
        top: -20px;
        right: 0;
        width: 55px;
    }
    #interview #contents #zone1 .in .box dl dd {
        padding-left: 20px;
    }
    #interview #contents #zone1 .in .box dl dd .pr1 {
        padding-bottom: 10px;
    }
    #interview #contents #zone1 .in .box dl dd .pr1 i {
        display: inline-block;
        background: #fff;
        color: #00AFDA;
        line-height: 1.2;
        font-size: 12px;
        font-weight: bold;
        padding: 8px 15px;
        border-radius: 50px;
    }
    #interview #contents #zone1 .in .box dl dd .pr2 {
        font-size: 12px;
        font-weight: bold;
        color: #C9F4FF;
    }
    #interview #contents #zone1 .in .box dl dd .pr3 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.1em;
        color: #fff;
    }
    #interview #contents #zone1 .in .box dl dd .pr3 i {
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        margin-left: 5px;
    }
    #interview #contents #zone2 {
        padding: 90px 0;
    }
    #interview #contents #zone2 h1 {
        line-height: 1;
        text-align: center;
        font-weight: bold;
        color: #00AFDA;
        font-size: 40px;
        letter-spacing: 0.1em;
        padding-bottom: 40px;
    }
    #interview #contents #zone2 h1 b {
        display: block;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        padding-bottom: 15px;
    }
    #interview #contents #zone2 .lead {
        text-align: center;
        font-weight: bold;
        font-size: 19px;
    }
    #interview #contents #zone2 .sec {
        position: relative;
        max-width: 1080px;
        margin: auto;
        margin-bottom: 100px;
    }
    #interview #contents #zone2 .sec .m1 {
        text-align: center;
        padding-bottom: 50px;
    }
    #interview #contents #zone2 .sec .m1 i {
        background: #fff;
        color: #00AFDA;
        font-weight: bold;
        font-size: 33px;
        line-height: 1.4;
        padding: 2px;
    }
    #interview #contents #zone2 .sec h2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1.5;
        color: #00AFDA;
        font-weight: bold;
        font-size: 20px;
    }
    #interview #contents #zone2 .sec h2 b {
        font-size: 40px;
        font-family: 'Roboto', sans-serif;
        margin-right: 15px;
    }
    #interview #contents #zone2 .sec dl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 40px;
    }
    #interview #contents #zone2 .sec dl dt {
        width: 70px;
    }
    #interview #contents #zone2 .sec dl dt img {
        border-radius: 70px;
    }
    #interview #contents #zone2 .sec dl dt i {
        display: block;
        font-size: 13px;
        text-align: center;
    }
    #interview #contents #zone2 .sec dl dd {
        width: calc(100% - 95px);
    }
    #interview #contents #zone2 .sec1 {
        position: relative;
        max-width: 1080px;
        margin: auto;
        margin-bottom: 50px;
    }
    #interview #contents #zone2 .sec1 .in {
        width: 920px;
        background: #fff;
        padding: 45px;
        border-radius: 30px;
    }
    #interview #contents #zone2 .sec1 .in.ex {
        width: 100%;
    }
    #interview #contents #zone2 .sec2 {
        position: relative;
        max-width: 1080px;
        margin: auto;
        margin-bottom: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #interview #contents #zone2 .sec2 .in {
        width: 830px;
    }
    #interview #contents #zone2 .sec2 .in .sc {
        width: 800px;
    }
    #interview #contents #zone2 .sec3 {
        position: relative;
        max-width: 1080px;
        margin: auto;
    }
    #interview #contents #zone2 .q {
        line-height: 1;
        color: #00AFDA;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview #contents #zone2 .q b {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 60px;
        height: 60px;
        font-size: 29px;
        font-family: 'Roboto', sans-serif;
        margin-right: 15px;
        background: #00AFDA;
        color: #fff;
        border-radius: 30px;
    }
    #interview #contents #zone2 .q i {
        width: calc(100% - 75px);
        line-height: 1.2;
    }
    #interview #contents #subnav {
        background: #fff;
        padding: 100px 0 50px;
    }
    #interview #contents #subnav h2 {
        line-height: 1;
        text-align: center;
        font-weight: bold;
        font-size: 28px;
        letter-spacing: 0.1em;
        padding-bottom: 40px;
    }
    #interview #contents #subnav h2 b {
        display: block;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        padding-bottom: 15px;
        color: #00AFDA;
    }
    #interview #contents #subnav ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #interview #contents #subnav ul li {
        width: 330px;
        padding: 15px;
    }
    #interview #contents #subnav ul li a {
        display: block;
    }
    #interview #contents #subnav ul li figure {
        display: block;
        position: relative;
        line-height: 1;
    }
    #interview #contents #subnav ul li .t1 {
        padding-top: 10px;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.5;
    }
    #interview #contents #subnav .btn {
        width: 350px;
        margin: auto;
        padding-top: 80px;
    }
    #interview .interview01 #zone1 .mainpic figure {
        background: url("../img/interview/01/main.jpg") no-repeat center center;
        background-size: cover;
    }
    #interview .interview01 #zone2 .ex1 {
        position: relative;
        min-height: 600px;
        margin-bottom: 100px;
    }
    #interview .interview01 #zone2 .ex1 figure {
        position: absolute;
        top: calc(50% - 300px);
        right: 0;
        width: calc(50% - 220px);
        height: 600px;
        background: url("../img/interview/01/p1.jpg") no-repeat center center;
        background-size: cover;
        border-radius: 100px 0 0 100px;
    }
    #interview .interview01 #zone2 .ex1 .sec {
        min-height: 600px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview .interview01 #zone2 .ex1 .sec .in {
        width: 700px;
    }
    #interview .interview01 #zone2 .ex2 {
        position: relative;
        min-height: 600px;
        margin-bottom: 100px;
    }
    #interview .interview01 #zone2 .ex2 figure {
        position: absolute;
        top: calc(50% - 300px);
        left: 0;
        width: calc(50% - 220px);
        height: 600px;
        background: url("../img/interview/01/p2.jpg") no-repeat center center;
        background-size: cover;
        border-radius: 0 100px 100px 0;
    }
    #interview .interview01 #zone2 .ex2 .sec {
        min-height: 600px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview .interview01 #zone2 .ex2 .sec .in {
        width: 700px;
    }
    #interview .interview01 #subnav li:nth-of-type(1) figure::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 175, 218, 0.7);
        z-index: 1;
    }
    #interview .interview02 #zone1 .mainpic figure {
        background: url("../img/interview/02/main.jpg") no-repeat center center;
        background-size: cover;
    }
    #interview .interview02 #zone2 .p1 {
        position: relative;
        width: calc(50% + 540px);
        min-height: 660px;
        margin: 80px 0;
        background: url("../img/interview/02/p1.jpg") no-repeat center center;
        background-size: cover;
        border-radius: 0 100px 100px 0;
    }
    #interview .interview02 #zone2 .p2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
    }
    #interview .interview02 #zone2 .p2 figure {
        width: calc(50% + 540px);
        min-height: 660px;
        margin: 80px 0;
        background: url("../img/interview/02/p2.jpg") no-repeat center center;
        background-size: cover;
        border-radius: 100px 0 0 100px;
    }
    #interview .interview02 #subnav li:nth-of-type(2) figure::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 175, 218, 0.7);
        z-index: 1;
    }
    #interview .interview03 #zone1 .mainpic figure {
        background: url("../img/interview/03/main.jpg") no-repeat center center;
        background-size: cover;
    }
    #interview .interview03 #zone2 .ex1 {
        position: relative;
        min-height: 600px;
        margin-bottom: 100px;
    }
    #interview .interview03 #zone2 .ex1 figure {
        position: absolute;
        top: calc(50% - 300px);
        right: 0;
        width: calc(50% - 220px);
        height: 600px;
        background: url("../img/interview/03/p1.jpg") no-repeat center center;
        background-size: cover;
        border-radius: 100px 0 0 100px;
    }
    #interview .interview03 #zone2 .ex1 .sec {
        min-height: 600px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview .interview03 #zone2 .ex1 .sec .in {
        width: 700px;
    }
    #interview .interview03 #zone2 .ex2 {
        position: relative;
        min-height: 600px;
        margin-bottom: 100px;
    }
    #interview .interview03 #zone2 .ex2 figure {
        position: absolute;
        top: calc(50% - 300px);
        left: 0;
        width: calc(50% - 220px);
        height: 600px;
        background: url("../img/interview/03/p2.jpg") no-repeat center center;
        background-size: cover;
        border-radius: 0 100px 100px 0;
    }
    #interview .interview03 #zone2 .ex2 .sec {
        min-height: 600px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview .interview03 #zone2 .ex2 .sec .in {
        width: 700px;
    }
    #interview .interview03 #zone2 .ex3 {
        position: relative;
        min-height: 600px;
        margin-bottom: 100px;
    }
    #interview .interview03 #zone2 .ex3 figure {
        position: absolute;
        top: calc(50% - 300px);
        right: 0;
        width: calc(50% - 220px);
        height: 600px;
        background: url("../img/interview/03/p3.jpg") no-repeat center center;
        background-size: cover;
        border-radius: 100px 0 0 100px;
    }
    #interview .interview03 #zone2 .ex3 .sec {
        min-height: 600px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview .interview03 #zone2 .ex3 .sec .in {
        width: 700px;
    }
    #interview .interview03 #subnav li:nth-of-type(3) figure::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 175, 218, 0.7);
        z-index: 1;
    }
    #interview .interview04 #zone1 .mainpic figure {
        background: url("../img/interview/04/main.jpg") no-repeat center center;
        background-size: cover;
    }
    #interview .interview04 #zone2 .ex1 {
        position: relative;
        min-height: 600px;
        margin-bottom: 100px;
    }
    #interview .interview04 #zone2 .ex1 figure {
        position: absolute;
        top: calc(50% - 300px);
        right: 0;
        width: calc(50% - 220px);
        height: 600px;
        background: url("../img/interview/04/p1.jpg") no-repeat center center;
        background-size: cover;
        border-radius: 100px 0 0 100px;
    }
    #interview .interview04 #zone2 .ex1 .sec {
        min-height: 600px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview .interview04 #zone2 .ex1 .sec .in {
        width: 700px;
    }
    #interview .interview04 #zone2 .ex2 {
        position: relative;
        min-height: 600px;
        margin-bottom: -100px;
    }
    #interview .interview04 #zone2 .ex2 figure {
        position: absolute;
        top: calc(50% - 300px);
        left: 0;
        width: calc(50% - 220px);
        height: 600px;
        background: url("../img/interview/04/p2.jpg") no-repeat center center;
        background-size: cover;
        border-radius: 0 100px 100px 0;
    }
    #interview .interview04 #zone2 .ex2 .sec {
        min-height: 600px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview .interview04 #zone2 .ex2 .sec .in {
        width: 700px;
    }
    #interview .interview04 #subnav li:nth-of-type(4) figure::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 175, 218, 0.7);
        z-index: 1;
    }
    #interview .interview04 #zone2 .sec dl.ex {
        flex-direction: row-reverse;
    }
    #interview .interview04 #zone2 .sec dl dd {
        width: calc(100% - 95px);
        padding-right: 95px;
    }
    #interview .interview04 #zone2 .sec dl.ex dd {
        display: flex;
        justify-content: flex-end;
        padding-left: 95px;
        padding-right: 0px;
    }
    #interview .business01 #zone1 .mainpic figure {
        background: url("../img/business/01/main.jpg") no-repeat center center;
        background-size: cover;
    }
    #interview .business01 #zone2 .ex1 {
        position: relative;
        min-height: 600px;
        margin-bottom: 100px;
    }
    #interview .business01 #zone2 .ex1 figure {
        position: absolute;
        top: calc(50% - 300px);
        right: 0;
        width: calc(50% - 220px);
        height: 600px;
        background: url("../img/business/01/p1.jpg") no-repeat center center;
        background-size: cover;
        border-radius: 100px 0 0 100px;
    }
    #interview .business01 #zone2 .ex1 .sec3 {
        min-height: 600px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview .business01 #zone2 .ex1 .sec3 .in {
        width: 700px;
    }
    #interview .business01 #zone2 .ex2 {
        position: relative;
        min-height: 600px;
        margin-bottom: 100px;
    }
    #interview .business01 #zone2 .ex2 figure {
        position: absolute;
        top: calc(50% - 300px);
        left: 0;
        width: calc(50% - 220px);
        height: 600px;
        background: url("../img/business/01/p2.jpg") no-repeat center center;
        background-size: cover;
        border-radius: 0 100px 100px 0;
    }
    #interview .business01 #zone2 .ex2 .sec3 {
        min-height: 600px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview .business01 #zone2 .ex2 .sec3 .in {
        width: 700px;
    }
    #interview .business01 #subnav li:nth-of-type(1) figure::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 175, 218, 0.7);
        z-index: 1;
    }
    #interview .business04 #zone1 .mainpic figure {
        background: url("../img/business/04/main.jpg") no-repeat center center;
        background-size: cover;
    }
    #interview .business04 #zone2 .ex1 {
        position: relative;
        min-height: 600px;
        margin-bottom: 100px;
    }
    #interview .business04 #zone2 .ex1 figure {
        position: absolute;
        top: calc(50% - 300px);
        right: 0;
        width: calc(50% - 220px);
        height: 600px;
        background: url("../img/business/04/p1.jpg") no-repeat center center;
        background-size: cover;
        border-radius: 100px 0 0 100px;
    }
    #interview .business04 #zone2 .ex1 .sec3 {
        min-height: 600px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview .business04 #zone2 .ex1 .sec3 .in {
        width: 700px;
    }
    #interview .business04 #zone2 .ex2 {
        position: relative;
        min-height: 600px;
        margin-bottom: 100px;
    }
    #interview .business04 #zone2 .ex2 figure {
        position: absolute;
        top: calc(50% - 300px);
        left: 0;
        width: calc(50% - 220px);
        height: 600px;
        background: url("../img/business/04/p2.jpg") no-repeat center center;
        background-size: cover;
        border-radius: 0 100px 100px 0;
    }
    #interview .business04 #zone2 .ex2 .sec3 {
        min-height: 600px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview .business04 #zone2 .ex2 .sec3 .in {
        width: 700px;
    }
    #interview .business04 #zone2 .pic1 {
        font-size: 12px;
        margin-top: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #interview .business04 #zone2 .pic1.ex {
        -ms-flex-pack: center;
        justify-content: center;
    }
    #interview .business04 #zone2 .pic1.ex p {
        margin: 0 30px;
    }
    #interview .business04 #zone2 .pic1 img {
        width: 220px;
        margin-bottom: 5px;
    }
    #interview .business04 #subnav li:nth-of-type(2) figure::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 175, 218, 0.7);
        z-index: 1;
    }
    #interview .business02 #zone1 .mainpic figure {
        background: url("../img/business/02/main.jpg") no-repeat center center;
        background-size: cover;
    }
    #interview .business02 #zone2 .ex1 {
        position: relative;
        min-height: 600px;
        margin-bottom: 100px;
    }
    #interview .business02 #zone2 .ex1 figure {
        position: absolute;
        top: calc(50% - 300px);
        right: 0;
        width: calc(50% - 220px);
        height: 600px;
        background: url("../img/business/02/p1.jpg") no-repeat center center;
        background-size: cover;
        border-radius: 100px 0 0 100px;
    }
    #interview .business02 #zone2 .ex1 .sec {
        min-height: 600px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview .business02 #zone2 .ex1 .sec .in {
        width: 700px;
    }
    #interview .business02 #zone2 .ex2 {
        position: relative;
        min-height: 600px;
        margin-bottom: 100px;
    }
    #interview .business02 #zone2 .ex2 figure {
        position: absolute;
        top: calc(50% - 300px);
        left: 0;
        width: calc(50% - 220px);
        height: 600px;
        background: url("../img/business/02/p2.jpg") no-repeat center center;
        background-size: cover;
        border-radius: 0 100px 100px 0;
    }
    #interview .business02 #zone2 .ex2 .sec {
        min-height: 600px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
    }
    #interview .business02 #zone2 .ex2 .sec .in {
        width: 700px;
    }
    #interview .business02 #subnav li:nth-of-type(2) figure::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 175, 218, 0.7);
        z-index: 1;
    }
    #sdgs #main {
        background: url("../img/sdgs/main.jpg") no-repeat center center;
        background-size: cover;
    }
    #sdgs #subnav {
        max-width: 1080px;
        margin: 130px auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        line-height: 1;
    }
    #sdgs #subnav li {
        width: calc(50% - 25px);
    }
    #sdgs #zone1 {
        max-width: 1080px;
        margin: 100px auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    #sdgs #zone1 h2 {
        width: 400px;
        font-weight: bold;
        color: #00AFDA;
        font-size: 44px;
    }
    #sdgs #zone1 .set {
        width: calc(100% - 430px);
    }
    #sdgs #zone1 .set .t1 {
        font-weight: bold;
        font-size: 20px;
        padding-bottom: 20px;
    }
    #sdgs #zone1 .set .t3 {
        padding-top: 20px;
        text-align: right;
    }
    #sdgs #page1 {
        background: #ecf7fb;
        padding: 130px 0;
    }
    #sdgs #page1 .in {
        max-width: 1080px;
        margin: auto;
    }
    #sdgs #page1 .in h2 {
        max-width: 780px;
        margin: auto;
        padding-bottom: 70px;
    }
    #sdgs #page1 .in h3 {
        font-weight: bold;
        text-align: center;
        color: #00AFDA;
        font-size: 28px;
        padding-bottom: 20px;
    }
    #sdgs #page1 .in .text {
        font-weight: bold;
        color: #00AFDA;
        font-size: 18px;
        padding-bottom: 40px;
    }
    #sdgs #page1 .in ul {
        margin: 0 -4px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #sdgs #page1 .in ul li {
        width: calc(100% / 9);
        padding: 4px;
    }
    #sdgs #page2 {
        padding: 130px 0;
        position: relative;
        margin-bottom: 100px;
    }
    #sdgs #page2::before {
        position: absolute;
        top: 0px;
        right: 50%;
        content: '';
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #ecf7fb;
    }
    #sdgs #page2::after {
        position: absolute;
        top: 0px;
        left: 50%;
        content: '';
        width: 700px;
        height: 100%;
        z-index: -1;
        background: #ecf7fb;
        border-radius: 0 100px 100px 0;
    }
    #sdgs #page2 .in {
        width: 1080px;
        margin: auto;
    }
    #sdgs #page2 .lead {
        font-size: 17px;
        width: 740px;
        padding-bottom: 70px;
    }
    #sdgs #page2 .slide {
        position: relative;
        height: 730px;
        line-height: 1;
    }
    #sdgs #page2 .slide .swiper-custom-parent {
        position: absolute;
        top: 0;
        left: calc(50% - 1110px);
        width: 2220px;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-slide {
        background: #fff;
        border-radius: 30px;
        overflow: hidden;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-slide .set {
        padding: 30px;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-slide .set ul {
        margin: 0 -4px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 20px;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-slide .set ul li {
        width: 42px;
        padding: 4px;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-slide .set .t1 {
        font-weight: bold;
        font-size: 20px;
        padding-bottom: 20px;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-slide .set .t2 {
        line-height: 1.5;
        font-size: 15px;
        height: 130px;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-slide .set .btn {
        width: 270px;
        margin: auto;
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-button-prev {
        background: url("../img/top/prev.png") no-repeat center center;
        background-size: 60px auto;
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: calc(50% - 600px);
    }
    #sdgs #page2 .slide .swiper-custom-parent .swiper-button-next {
        background: url("../img/top/next.png") no-repeat center center;
        background-size: 60px auto;
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        right: calc(50% - 600px);
    }
    #sdgs #page3 {
        padding: 130px 0;
        position: relative;
    }
    #sdgs #page3::before {
        position: absolute;
        top: 0px;
        left: 50%;
        content: '';
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #fef1f1;
    }
    #sdgs #page3::after {
        position: absolute;
        top: 0px;
        right: 50%;
        content: '';
        width: 700px;
        height: 100%;
        z-index: -1;
        background: #fef1f1;
        border-radius: 100px 0 0 100px;
    }
    #sdgs #page3 h2, #sdgs #page3 h3 {
        color: #EF7A7A;
        position: relative;
    }
    #sdgs #page3 h2 small, #sdgs #page3 h3 small {
        position: absolute;
        bottom: 0;
        margin-left: 10px;
    }
    #sdgs #page3 .in {
        width: 1080px;
        margin: auto;
    }
    #sdgs #page3 .lead {
        font-size: 17px;
        width: 740px;
        padding-bottom: 70px;
    }
    #sdgs #page3 .sec {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #sdgs #page3 .sec figure {
        width: 640px;
    }
    #sdgs #page3 .sec .pos {
        width: 400px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #sdgs #page3 .sec .pos .set {
        background: #fff;
        padding: 20px;
        border-left: 6px solid #EF7A7A;
        border-radius: 0 30px 0 0;
    }
    #sdgs #page3 .sec .pos .set ul {
        margin: 0 -4px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 10px;
    }
    #sdgs #page3 .sec .pos .set ul li {
        width: 42px;
        padding: 4px;
    }
    #sdgs #page3 .sec .pos .set .t1 {
        padding-top: 10px;
        font-weight: bold;
        font-size: 18px;
        border-top: 2px dotted #C7C7C7;
        padding-left: 1em;
        text-indent: -1em;
    }
    #sdgs #page3 .sec .pos .set .t1::before {
        content: '●';
        color: #EF7A7A;
    }
}
/*infoページ用*/
#banner_box {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.banner {
    width: 300px;
}
.banner:nth-child(2) {
    margin-right: 10px;
    margin-left: 10px;
}
.picture img {
    width: 100%;
}
.description {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.description p {
    font-size: 13px;
    color: dimgray;
}
/*# sourceMappingURL=style.css.map */