@charset "UTF-8";
.font-en { font-family: "Montserrat", serif; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; }

html { font-size: 62.5%; }
@media screen and (max-width: 750px) { html { font-size: 2.375vw; } }
html.js-size-1 { font-size: 75%; }
@media screen and (max-width: 750px) { html.js-size-1 { font-size: 2.85vw; } }
html.js-size-2 { font-size: 87.5%; }
@media screen and (max-width: 750px) { html.js-size-2 { font-size: 3.325vw; } }
html.js-size-3 { font-size: 100%; }
@media screen and (max-width: 750px) { html.js-size-3 { font-size: 3.8vw; } }
html.js-size-4 { font-size: 112.5%; }
@media screen and (max-width: 750px) { html.js-size-4 { font-size: 4.275vw; } }
html.js-size-5 { font-size: 125%; }
@media screen and (max-width: 750px) { html.js-size-5 { font-size: 4.75vw; } }

body { color: #333; font-family: "Noto Sans JP", YuGothicM, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; font-size: 1.6rem; -webkit-text-size-adjust: 100%; }

li { list-style: none; }

img { max-width: 100%; vertical-align: bottom; }

video { max-width: 100%; }

a { color: #333; }
a:hover { text-decoration: none; }

button { padding: 0; border: none; background: none; font-family: inherit; font-size: 1.6rem; cursor: pointer; }

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="submit"], input[type="button"], textarea, select { font-family: inherit; font-size: 1.6rem; }

.only-pc { display: block; }
@media screen and (max-width: 750px) { .only-pc { display: none; } }

.only-sp { display: none; }
@media screen and (max-width: 750px) { .only-sp { display: block; } }

img.only-pc, span.only-pc { display: inline; }
@media screen and (max-width: 750px) { img.only-pc, span.only-pc { display: none; } }
img.only-sp, span.only-sp { display: none; }
@media screen and (max-width: 750px) { img.only-sp, span.only-sp { display: inline; } }

table.only-pc { display: table; }
@media screen and (max-width: 750px) { table.only-pc { display: none; } }
table.only-sp { display: none; }
@media screen and (max-width: 750px) { table.only-sp { display: table; } }

.js-tel { color: #000 !important; text-decoration: none; cursor: default; }

.pagetop { position: fixed; bottom: 55px; right: 25px; z-index: 9999; opacity: 0; transition: all .5s; transform: translateY(100px); width: 70px; }
@media screen and (max-width: 750px) { .pagetop { width: 16%; } }
.pagetop.is-show { opacity: 1; transform: translateY(0); }

.main { padding: 100px 0 140px; }
@media screen and (max-width: 750px) { .main { padding: 80px 0; } }

.inner_l { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 20px; }
@media screen and (max-width: 750px) { .inner_l { padding: 0 8%; } }

.inner { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; line-height: 1.6; }
@media screen and (max-width: 750px) { .inner { padding: 0 8%; } }

.contents { width: 100%; max-width: 1000px; margin: 0 auto; }

.side-info { z-index: 9999; position: fixed; top: 0; right: 0; width: 60px; margin-top: 190px; }
@media screen and (max-width: 1200px) { .side-info { margin-top: 140px; } }
@media screen and (max-width: 750px) { .side-info { width: 8%; margin-top: 100px; } }

.body-line { z-index: 999; position: absolute; top: 0; right: 0; width: 100%; pointer-events: none; }
@media screen and (max-width: 1200px) { .body-line { display: none; } }

/* ------------------------------ ヘッダー
------------------------------ */
.header-jump { position: fixed; top: 0; left: 0; z-index: 999999; pointer-events: none; }
.header-jump a { display: block; padding: 1rem 1.5rem; background-color: #eef3f6; transform: translateY(-100%); pointer-events: none; }
.header-jump a:focus { transform: translateY(0); pointer-events: all; }

.header { position: sticky; top: 0; left: 0; width: 100%; background-color: #fff; z-index: 9999; }
.header .header-in { display: flex; align-items: center; justify-content: space-between; min-height: 150px; padding: 10px 50px 0; }
@media screen and (max-width: 1200px) { .header .header-in { min-height: 100px; align-items: flex-start; padding: 0; } }
@media screen and (max-width: 750px) { .header .header-in { min-height: 70px; } }
.header .header-logo { width: 530px; margin-right: 20px; }
@media screen and (max-width: 1600px) { .header .header-logo { width: 35%; } }
@media screen and (max-width: 1200px) { .header .header-logo { width: 100%; max-width: 530px; margin-top: 25px; margin-left: 25px; } }
@media screen and (max-width: 750px) { .header .header-logo { max-width: 400px; margin-top: 15px; margin-left: 3.3333333333%; margin-right: 1.3333333333%; } }
@media screen and (max-width: 480px) { .header .header-logo { max-width: 280px; margin-top: 25px; } }
.header .header-con { flex: 1; }
@media screen and (max-width: 1200px) { .header .header-con { display: none; } }
.header .header-con .header-box { display: flex; align-items: flex-end; justify-content: flex-end; margin-bottom: 30px; }
.header .header-con .header-search { display: flex; align-items: flex-end; justify-content: flex-end; margin-right: 10px; }
.header .header-con .header-search .header-search-ttl { margin-right: 10px; padding-bottom: 5px; font-size: 1.4rem; font-weight: 700; }
.header .header-con .header-search .gsc-control-cse { padding: 0 0 3px; border-bottom: 1px solid #ccc; }
.header .header-con .header-search .gsc-input-box { border: none; }
.header .header-con .header-search form.gsc-search-box { margin-bottom: 0; }
.header .header-con .header-search table.gsc-search-box { margin-bottom: 0; }
.header .header-con .header-search .gsc-search-button-v2 { width: 26px; height: 26px; padding: 0; border: none; background: url("../img/common/ico_search.svg") no-repeat; }
.header .header-con .header-search .gsc-search-button-v2 svg { display: none; }
.header .header-con .header-search .header-search-box { display: flex; justify-content: space-between; padding-bottom: 5px; border-bottom: 1px solid #ccc; }
.header .header-con .header-search .header-search-box input { width: 100%; border: none; background-color: #fff; }
.header .header-con .header-search .header-search-box button { width: 26px; }
.header .header-con .header-size { display: flex; align-items: flex-end; justify-content: flex-end; margin-right: 10px; }
.header .header-con .header-size dt { margin-right: 10px; padding-bottom: 5px; font-size: 1.4rem; font-weight: 700; }
.header .header-con .header-size dd { display: flex; align-items: center; justify-content: flex-end; }
.header .header-con .header-size dd button { display: flex; align-items: center; justify-content: center; width: 4rem; height: 4rem; margin-right: 10px; font-weight: 700; border-radius: 50%; background-color: #eee; font-size: 2.2rem; color: #006ABC; cursor: pointer; }
.header .header-con .header-size dd button:last-child { margin-right: 0; }
.header .header-con .header-size dd button.is-active { margin-right: 7px; background-color: #006ABC; color: #fff; }
.header .header-con .header-size dd button.size-m { font-size: 1.4rem; }
.header .header-con .header-recruit { width: 160px; }
.header .header-con .header-recruit a { display: block; text-decoration: none; padding: 10px; background-color: #006ABC; font-size: 1.8rem; font-weight: 700; text-align: center; color: #fff; border-radius: 2em; }
.header .header-con .header-recruit a span { display: inline-block; padding-right: 20px; background: url("../img/common/ico_link.svg") no-repeat right center; background-size: 16px auto; }
.header .header-con .gnav ul { display: flex; justify-content: flex-end; }
.header .header-con .gnav ul li { margin: 0 20px; }
@media screen and (max-width: 1600px) { .header .header-con .gnav ul li { margin: 0 10px; } }
.header .header-con .gnav ul li:last-child a { padding-right: 0; }
.header .header-con .gnav ul li a { position: relative; display: block; text-decoration: none; font-size: 1.9rem; font-weight: 700; transition: all .6s; }
@media screen and (max-width: 1600px) { .header .header-con .gnav ul li a { font-size: 1.5rem; } }
.header .header-con .gnav ul li a:hover::after, .header .header-con .gnav ul li a.active::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; margin-bottom: -10px; background-color: #006ABC; }
.header .header-menu { display: none; }
@media screen and (max-width: 1200px) { .header .header-menu { display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; background-color: #006ABC; cursor: pointer; border-bottom-left-radius: 1em; } }
@media screen and (max-width: 750px) { .header .header-menu { width: 60px; height: 60px; } }
.header .header-menu p { position: relative; width: 33px; height: 27px; margin: 0 auto 5px; }
@media screen and (max-width: 750px) { .header .header-menu p { width: 23px; height: 17px; } }
.header .header-menu span { position: absolute; right: 0; display: block; width: 100%; height: 4px; background-color: #fff; transition: all .4s; }
@media screen and (max-width: 750px) { .header .header-menu span { height: 2px; } }
.header .header-menu span:nth-of-type(1) { top: 0; }
.header .header-menu span:nth-of-type(2) { top: 50%; margin-top: -2px; }
@media screen and (max-width: 750px) { .header .header-menu span:nth-of-type(2) { margin-top: -1px; } }
.header .header-menu span:nth-of-type(3) { bottom: 0; }
.header .header-menu .header-menu-txt { text-align: center; line-height: 1; }
.header .header-menu .header-menu-txt:before { content: 'MENU'; font-size: 1.5rem; color: #fff; font-weight: 700; }
@media screen and (max-width: 750px) { .header .header-menu .header-menu-txt:before { font-size: 1.0909090909rem; } }

.gssb_c { z-index: 50000 !important; }

.nav-menu { z-index: 99999; display: none; position: fixed; top: 100px; left: 0; width: 100%; height: calc(100% - 100px); background: #fff; border-top: 1px solid #006ABC; }
@media screen and (max-width: 750px) { .nav-menu { top: 70px; height: calc(100% - 70px); } }
.nav-menu .nav-menu-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0 0 50px; overflow-y: auto; line-height: 1.6; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-content { padding: 0 0 6.6666666667%; } }
.nav-menu a, .nav-menu div { display: block; text-decoration: none; }
.nav-menu ul li { border-bottom: 1px solid #006ABC; }
.nav-menu ul li a { font-size: 2.0rem; padding: 20px 40px; }
@media screen and (max-width: 750px) { .nav-menu ul li a { padding: 20px; font-size: 1.6rem; } }

.js-menuopen { overflow: hidden; }
.js-menuopen .header-menu span:nth-child(1) { transform: translateY(11.5px) rotate(-45deg); }
@media screen and (max-width: 750px) { .js-menuopen .header-menu span:nth-child(1) { transform: translateY(7.5px) rotate(-45deg); } }
.js-menuopen .header-menu span:nth-child(2) { opacity: 0; }
.js-menuopen .header-menu span:nth-child(3) { transform: translateY(-11.5px) rotate(45deg); }
@media screen and (max-width: 750px) { .js-menuopen .header-menu span:nth-child(3) { transform: translateY(-7.5px) rotate(45deg); } }
.js-menuopen .header-menu .header-menu-txt:before { content: '' !important; }
.js-menuopen .nav-menu { display: block; }

/* ------------------------------ ページトップ
------------------------------ */
.pagehead-sec { padding: 80px 0 120px; background: url("../img/common/bg_pagettl.png") no-repeat left bottom; background-size: cover; }
@media screen and (max-width: 750px) { .pagehead-sec { padding-top: 50px; padding-bottom: 30px; background-size: contain; } }
.pagehead-sec .pagettl-en { margin-bottom: 10px; font-weight: 700; color: #006ABC; }
.pagehead-sec .pagettl-h { font-size: 4.2rem; font-weight: 700; }
@media screen and (max-width: 750px) { .pagehead-sec .pagettl-h { font-size: 3.0545454545rem; } }

/* ------------------------------ ぱんくず
------------------------------ */
.topicpath { padding: 15px 0 5px; }
.topicpath ol { display: flex; flex-wrap: wrap; }
.topicpath ol li { display: flex; align-items: flex-end; margin-bottom: 10px; font-size: 1.4rem; font-weight: 500; line-height: 1.2; }
@media screen and (max-width: 750px) { .topicpath ol li { font-size: 1.2rem; } }
.topicpath ol li::after { content: '＞'; display: inline-block; margin: 0 1em; }
.topicpath ol li:last-child::after { display: none; }
.topicpath ol li a { color: #007ED6; }
.topicpath ol li.home a { display: flex; align-items: flex-end; }
.topicpath ol li.home a .ico { width: 1.5em; margin-right: 5px; }
.topicpath ol li.home a span { flex: 1; }

/* ------------------------------ フッター
------------------------------ */
.footer { position: relative; width: 100%; }
.footer::after { content: ''; position: absolute; top: 0; left: 50%; width: 94.7916666667%; margin-left: -47.3958333333%; height: 1px; background-color: #007ED6; }
@media screen and (max-width: 750px) { .footer::after { left: 0; width: 100%; margin-left: 0; } }
.footer .footer-con { position: relative; display: flex; align-items: flex-start; justify-content: space-between; padding: 50px 0; }
@media screen and (max-width: 750px) { .footer .footer-con { display: block; padding: 9.5238095238% 0 14.2857142857%; } }
@media screen and (max-width: 480px) { .footer .footer-con { padding: 9.5238095238% 0 19.0476190476%; } }
.footer .footer-box { flex: 1; }
@media screen and (max-width: 750px) { .footer .footer-box .footer-sp { display: flex; justify-content: space-between; margin-bottom: 2.380952381%; } }
.footer .footer-box .footer-logo { margin-bottom: 15px; font-size: 2.4rem; font-weight: 700; }
@media screen and (max-width: 750px) { .footer .footer-box .footer-logo { flex: 1; font-size: 1.7454545455rem; } }
.footer .footer-box .footer-sns { display: none; }
@media screen and (max-width: 750px) { .footer .footer-box .footer-sns { display: block; width: 34.9206349206%; } }
.footer .footer-box .footer-lead { margin-bottom: 25px; font-weight: 500; line-height: 2; }
@media screen and (max-width: 750px) { .footer .footer-box .footer-lead { margin-bottom: 6.3492063492%; font-size: 1.1636363636rem; } }
.footer .footer-box .footer-lead a { text-decoration: none; }
.footer .footer-box .footer-lead a:hover { text-decoration: underline; }
.footer .footer-box .copy { font-size: 1.4rem; font-weight: 500; }
@media screen and (max-width: 750px) { .footer .footer-box .copy { font-size: 0.9454545455rem; } }
.footer .footer-sns ul { display: flex; align-items: center; justify-content: flex-end; }
.footer .footer-sns li { width: 60px; margin-left: 20px; }
@media screen and (max-width: 750px) { .footer .footer-sns li { width: 27.2727272727%; margin-left: 9.0909090909%; } }
.footer .footer-sns li:first-child { margin-left: 0; }
.footer .footer-banner { position: absolute; right: 0; bottom: 0; }
@media screen and (max-width: 750px) { .footer .footer-banner { width: 34.6031746032%; } }

.font-en { font-family: "Montserrat", serif; }

.opacity { transition: all .6s; }
.opacity:hover { opacity: 0.7; }

.tab { display: none; }
.tab.active { display: block; }

@media screen and (max-width: 750px) { .scroll { overflow-x: auto; white-space: nowrap; }
  .scroll::-webkit-scrollbar { height: 5px; }
  .scroll::-webkit-scrollbar-track { background-color: #ededed; }
  .scroll::-webkit-scrollbar-thumb { background-color: #006ABC; } }

.ico { display: inline-flex; justify-content: center; align-items: center; width: 1em; line-height: 0; }
.ico::before { width: 100% !important; }

.ico-home::before { content: url("../img/common/ico_home.svg"); }

.ico-play::before { content: url("../img/common/ico_play.svg"); }

.ico-stop::before { content: url("../img/common/ico_stop.svg"); }

.ico-link-w::before { content: url("../img/common/ico_link.svg"); }

.cmn-anchor { position: relative; }
.cmn-anchor a { position: absolute; top: -150px; }
@media screen and (max-width: 1200px) { .cmn-anchor a { top: -100px; } }
@media screen and (max-width: 750px) { .cmn-anchor a { top: -70px; } }

.news-top { display: flex; align-items: center; }
.news-top .news-date { margin-right: 1em; color: #007ED6; font-weight: 500; }
.news-top .news-cate { width: 8em; padding: 5px; font-size: 1.5rem; font-weight: 500; text-align: center; color: #fff; border-radius: 2em; }
.news-top .news-cate._info { background-color: #33379B; }
.news-top .news-cate._news { background-color: #1FACE1; }
.news-top .news-cate._event { background-color: #00AAAA; }

.news-list li { position: relative; border-bottom: 1px solid #ccc; }
.news-list li::after { content: ''; position: absolute; bottom: 0; left: 0; width: 230px; height: 1px; margin-bottom: -1px; background-color: #3992F9; }
@media screen and (max-width: 750px) { .news-list li::after { width: 130px; } }
.news-list li a, .news-list li .nolink { display: flex; align-items: center; text-decoration: none; padding: 20px 0; }
@media screen and (max-width: 750px) { .news-list li a, .news-list li .nolink { display: block; } }
.news-list li a .news-txt { text-decoration: underline; }
.news-list li a:hover .news-txt { text-decoration: none; }
.news-list li .news-top { width: 17em; }
@media screen and (max-width: 750px) { .news-list li .news-top { width: 100%; margin-bottom: 10px; } }
.news-list li .news-txt { flex: 1; }

.members-sec { padding: 100px 0; background: #EEF3F6; }
@media screen and (max-width: 750px) { .members-sec { padding: 8% 0 10.6666666667%; } }
.members-sec .members-in { width: 100%; max-width: 1760px; margin: 0 auto; padding: 0 20px; line-height: 1.6; }
@media screen and (max-width: 750px) { .members-sec .members-in { padding: 0 8%; } }
.members-sec .members-top { margin-bottom: 60px; }
@media screen and (max-width: 750px) { .members-sec .members-top { margin-bottom: 6.3492063492%; } }
.members-sec .members-top .members-top-con { display: flex; justify-content: space-between; }
@media screen and (max-width: 750px) { .members-sec .members-top .members-top-con { display: block; } }
.members-sec .members-top .members-top-box { flex: 1; }
.members-sec .members-top .members-heading { font-size: 4.2rem; font-weight: 700; }
@media screen and (max-width: 750px) { .members-sec .members-top .members-heading { font-size: 3.0545454545rem; } }
.members-sec .members-top .members-heading span { margin-left: 1em; font-size: 1.6rem; font-weight: 500; }
@media screen and (max-width: 750px) { .members-sec .members-top .members-heading span { display: block; margin-left: 0; font-size: 1.6rem; } }
.members-sec .members-top .members-heading-en { margin-bottom: 5px; font-weight: 700; color: #006ABC; line-height: 1; }
@media screen and (max-width: 750px) { .members-sec .members-top .members-heading-en { font-size: 1.1636363636rem; } }
.members-sec .members-top .members-btn { width: 260px; margin-left: 30px; }
@media screen and (max-width: 750px) { .members-sec .members-top .members-btn { display: none; } }
.members-sec .members-top .members-btn a { display: block; text-decoration: none; width: 100%; padding: 20px; background: #006ABC url("../img/common/ico_arrow_w.svg") no-repeat right 20px center; background-size: 16px auto; font-size: 1.8rem; font-weight: 700; color: #fff; text-align: center; line-height: 1; border-radius: 4em; transition: all .6s; }
@media screen and (max-width: 750px) { .members-sec .members-top .members-btn a { padding: 11.5384615385%; background-position: right 5.7692307692% center; background-size: 6.1538461538% auto; font-size: 1.4545454545rem; } }
.members-sec .members-top .members-btn a:hover { opacity: 0.7; }
.members-sec .members-slide { margin-bottom: 30px; }
@media screen and (max-width: 750px) { .members-sec .members-slide { margin-bottom: 5px; } }
@media screen and (max-width: 750px) { .members-sec .members-slide .members-in { padding: 0; } }
.members-sec .members-slide .members-swiper { overflow: hidden; }
@media screen and (max-width: 750px) { .members-sec .members-slide .members-swiper .swiper-slide { width: 53.3333333333%; margin: 0 5.3333333333%; } }
.members-sec .members-slide .members-slide-box a { display: block; text-decoration: none; }
.members-sec .members-slide .members-slide-box .members-slide-item { position: relative; margin-bottom: 20px; }
.members-sec .members-slide .members-slide-box .members-slide-item figure { position: relative; border: 3px solid #006ABC; border-radius: 10em; background-color: #fff; overflow: hidden; }
.members-sec .members-slide .members-slide-box .members-slide-item figure::before { content: ''; display: block; padding-top: 70%; }
.members-sec .members-slide .members-slide-box .members-slide-item figure img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: all .5s; }
.members-sec .members-slide .members-slide-box .members-slide-item p { position: absolute; bottom: 0; right: 0; width: 17.5%; margin-right: 2.5%; }
.members-sec .members-slide .members-slide-box dl { margin-bottom: 10px; text-align: center; transition: all .5s; }
.members-sec .members-slide .members-slide-box dl:last-child { margin-bottom: 0; }
.members-sec .members-slide .members-slide-box dl dt { margin-bottom: 5px; font-size: 2.4rem; font-weight: 700; }
@media screen and (max-width: 750px) { .members-sec .members-slide .members-slide-box dl dt { font-size: 1.7454545455rem; } }
.members-sec .members-slide .members-slide-box dl dd { font-size: 1.8rem; font-weight: 700; }
@media screen and (max-width: 750px) { .members-sec .members-slide .members-slide-box dl dd { font-size: 1.3090909091rem; } }
.members-sec .members-slide .members-slide-box:hover figure img { opacity: 0.7; }
.members-sec .members-slide .members-slide-box:hover dl { opacity: 0.7; }
.members-sec .members-tool .members-con { display: flex; justify-content: space-between; align-items: center; }
.members-sec .members-tool .members-tool-box { display: flex; align-items: center; width: 210px; margin-left: 160px; }
@media screen and (max-width: 980px) { .members-sec .members-tool .members-tool-box { margin-left: 0; } }
@media screen and (max-width: 750px) { .members-sec .members-tool .members-tool-box { width: 31.746031746%; } }
.members-sec .members-tool .members-tool-box .slide-btn { width: 50px; cursor: pointer; }
@media screen and (max-width: 750px) { .members-sec .members-tool .members-tool-box .slide-btn { width: 30%; } }
.members-sec .members-tool .members-tool-box .slide-play { margin: 0 2.5rem; line-height: 1; width: 5rem; cursor: pointer; }
@media screen and (max-width: 750px) { .members-sec .members-tool .members-tool-box .slide-play { width: 30%; margin: 0 5%; } }
.members-sec .members-tool .members-tool-box .slide-play .ico { width: 100%; }
.members-sec .members-tool .members-tool-box .slide-play .ico-play { display: none; }
.members-sec .members-tool .members-tool-box .slide-play._stop .ico-play { display: inline-flex; }
.members-sec .members-tool .members-tool-box .slide-play._stop .ico-stop { display: none; }
.members-sec .members-tool .members-tool-box .swiper-pagination { flex: 1; position: static; margin: 0 20px; font-size: 1.8rem; font-weight: 500; }
@media screen and (max-width: 750px) { .members-sec .members-tool .members-tool-box .swiper-pagination { margin: 0 5%; font-size: 1.3090909091rem; } }
.members-sec .members-tool .members-tool-scroll { flex: 1; position: relative; margin-left: 10px; }
.members-sec .members-tool .members-tool-scroll .swiper-pagination { position: static; display: flex; }
.members-sec .members-tool .members-tool-scroll .swiper-pagination .swiper-pagination-bullet { flex: 1; height: 3px; margin: 0; border-radius: 0; background-color: #DBDBDB; opacity: 1; }
.members-sec .members-tool .members-tool-scroll .swiper-pagination .swiper-pagination-bullet-active { background-color: #006ABC; }
.members-sec .members-tool .members-tool-scroll .swiper-scrollbar { position: static; width: 100% !important; height: 3px; background-color: transparent; background-color: #DBDBDB; }
.members-sec .members-tool .members-tool-scroll .swiper-scrollbar-drag { height: 3px !important; background-color: #006ABC; border-radius: 0 !important; cursor: pointer; }

.section { margin-bottom: 80px; }

.heading { margin-bottom: 40px; font-size: 3.6rem; font-weight: 700; color: #006ABC; line-height: 1.4; }
@media screen and (max-width: 750px) { .heading { font-size: 2.4rem; } }

.subheading { margin-bottom: 30px; padding: 5px 25px 3px; background-color: #006ABC; font-size: 2.4rem; font-weight: 700; color: #fff; border-radius: 0.5em; }
@media screen and (max-width: 750px) { .subheading { font-size: 2.0rem; } }

.txtheading { margin-bottom: 10px; font-size: 2.4rem; font-weight: 700; color: #006ABC; }
@media screen and (max-width: 750px) { .txtheading { font-size: 2.0rem; } }

.txt { font-weight: 500; line-height: 2; }

.caption { margin-top: 10px; text-align: center; }
@media screen and (max-width: 750px) { .caption { font-size: 1.2rem; } }

.txtfig { display: flex; justify-content: space-between; }
@media screen and (max-width: 750px) { .txtfig { display: block; } }
.txtfig._reverse { flex-direction: row-reverse; }
.txtfig._reverse .txtfig-fig { width: 33.3333333333%; margin-right: 0; margin-left: 3.3333333333%; }
@media screen and (max-width: 750px) { .txtfig._reverse .txtfig-fig { width: 100%; margin: 0 auto 30px; } }
.txtfig .txtfig-fig { width: 33.3333333333%; margin-right: 3.3333333333%; }
@media screen and (max-width: 750px) { .txtfig .txtfig-fig { width: 100%; margin: 0 auto 30px; } }
.txtfig .txtfig-txt { flex: 1; }

.fig03 { display: flex; flex-wrap: wrap; }
.fig03 li { width: 31.6666666667%; margin-right: 2.5%; margin-bottom: 2.5%; }
.fig03 li:nth-child(3n) { margin-right: 0; }
.fig03 li:last-child { margin-right: 0; }

.fig02 { display: flex; flex-wrap: wrap; }
.fig02 li { width: 48.3333333333%; margin-right: 3.3333333333%; margin-bottom: 2.5%; }
.fig02 li:nth-child(2n) { margin-right: 0; }
.fig02 li:last-child { margin-right: 0; }

.fig01 { width: 100%; max-width: 800px; margin: 0 auto; }
.fig01 li { margin-bottom: 30px; }
.fig01 li:last-child { margin-bottom: 0; }

.btn { display: inline-block; text-decoration: none; min-width: 500px; margin: 0 auto; padding: 20px 50px; border: 3px solid #006ABC; background-color: #fff; font-size: 1.8rem; font-weight: 700; text-align: center; color: #006ABC; border-radius: 4em; transition: all .6s; }
@media screen and (max-width: 750px) { .btn { min-width: initial; width: 100%; padding: 20px 35px; font-size: 1.4rem; } }
.btn:hover { background-color: #006ABC; color: #fff; }
.btn._pdf { padding: 15px 20px; }
.btn._pdf span { padding: 0.5em 0 0.5em 40px; background: url("../img/common/ico_pdf.svg") no-repeat left center; background-size: 30px auto; }
@media screen and (max-width: 750px) { .btn._pdf span { padding-left: 30px; background-size: 20px auto; } }
.btn._pdf:hover span { background-image: url("../img/common/ico_pdf_w.svg"); }
.btn._external span { padding-right: 20px; background: url("../img/common/ico_window.svg") no-repeat right center; background-size: 16px auto; }
.btn._external:hover span { background-image: url("../img/common/ico_window_w.svg"); }
.btn span { display: inline-block; }

.movieiframe { width: 100%; max-width: 854px; margin: 0 auto; }
.movieiframe .movieiframe-iframe { position: relative; width: 100%; padding-bottom: 56.206088993%; height: 0; overflow: hidden; }
.movieiframe .movieiframe-iframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.c-bullet li { padding-left: 1em; text-indent: -1em; }
.c-bullet li::before { content: '・'; }

.page-unit._mb-0 { margin-bottom: 0; }
.page-unit._mb-1 { margin-bottom: 20px; }
@media screen and (max-width: 750px) { .page-unit._mb-1 { margin-bottom: 3.1746031746%; } }
.page-unit._mb-2 { margin-bottom: 40px; }
@media screen and (max-width: 750px) { .page-unit._mb-2 { margin-bottom: 6.3492063492%; } }
.page-unit._mb-3 { margin-bottom: 60px; }
@media screen and (max-width: 750px) { .page-unit._mb-3 { margin-bottom: 9.5238095238%; } }
.page-unit .heading { margin-bottom: 0; }
.page-unit .subheading { margin-bottom: 0; }
.page-unit .box-row { display: flex; justify-content: space-between; }
@media screen and (max-width: 750px) { .page-unit .box-row { display: block; } }
@media screen and (max-width: 750px) { .page-unit .box-row .box-row-col { margin-bottom: 4.7619047619%; }
  .page-unit .box-row .box-row-col:last-child { margin-bottom: 0; } }
.page-unit .box-row._col2-1 .box-row-col { width: 48.3333333333%; }
@media screen and (max-width: 750px) { .page-unit .box-row._col2-1 .box-row-col { width: 100%; } }
.page-unit .box-row._col2-2 .box-row-col:first-child { width: 33.3333333333%; }
@media screen and (max-width: 750px) { .page-unit .box-row._col2-2 .box-row-col:first-child { width: 100%; } }
.page-unit .box-row._col2-2 .box-row-col:last-child { width: 63.3333333333%; }
@media screen and (max-width: 750px) { .page-unit .box-row._col2-2 .box-row-col:last-child { width: 100%; } }
.page-unit .box-row._col2-3 .box-row-col:first-child { width: 63.3333333333%; }
@media screen and (max-width: 750px) { .page-unit .box-row._col2-3 .box-row-col:first-child { width: 100%; } }
.page-unit .box-row._col2-3 .box-row-col:last-child { width: 33.3333333333%; }
@media screen and (max-width: 750px) { .page-unit .box-row._col2-3 .box-row-col:last-child { width: 100%; } }
.page-unit .box-row._col3 .box-row-col { width: 31.6666666667%; }
@media screen and (max-width: 750px) { .page-unit .box-row._col3 .box-row-col { width: 100%; } }

.clearfix { zoom: 1; }
.clearfix::before { content: ""; display: table; }
.clearfix::after { content: ""; display: table; clear: both; }

.w100 { width: 100%; }

.tal { text-align: left; }

.tac { text-align: center; }

.tar { text-align: right; }

@media screen and (max-width: 750px) { .sp-tal { text-align: left; } }

.mab20 { margin-bottom: 20px; }

.mab40 { margin-bottom: 40px; }

.js-anime-fadein { opacity: 0; animation-duration: .5s; animation-timing-function: ease-in-out; animation-fill-mode: forwards; }
.js-anime-fadein.js-anime-on { animation-name: fadeIn; }

@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
.js-anime-slide { opacity: 0; animation-duration: .5s; animation-timing-function: ease-in-out; animation-fill-mode: forwards; }
.js-anime-slide.js-anime-on { animation-name: slide; }

@keyframes slide { 0% { opacity: 0; transform: translateY(100px); }
  100% { opacity: 1; transform: translateY(0); } }
.js-anime-slideleft { opacity: 0; animation-duration: .5s; animation-timing-function: ease-in-out; animation-fill-mode: forwards; }
.js-anime-slideleft.js-anime-on { animation-name: slideLeft; }

@keyframes slideLeft { 0% { opacity: 0; transform: translateX(-100px); }
  100% { opacity: 1; transform: translateX(0); } }
.js-anime-slideright { opacity: 0; animation-duration: .5s; animation-timing-function: ease-in-out; animation-fill-mode: forwards; }
.js-anime-slideright.js-anime-on { animation-name: slideRight; }

@keyframes slideRight { 0% { opacity: 0; transform: translateX(100px); }
  100% { opacity: 1; transform: translateX(0); } }
@media print { .js-anime-fadein, .js-anime-slide, .js-anime-slideleft, .js-anime-slideright { opacity: initial; } }

/*# sourceMappingURL=style.css.map */
