@charset "UTF-8";
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #404040;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ W6', 'Hiragino Kaku Gothic W6',
 'ヒラギノ角ゴ W3', 'Hiragino Kaku Gothic W3', 'ヒラギノ角ゴ ProN',
 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a {
  color: #000000;
  text-decoration: none;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

* {
  margin: 0;
  padding: 0;
  word-break: break-word;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*::before, *::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

iframe {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

input,
select,
textarea,
button {
  outline: none;
}

picture {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
img,
nav {
  margin: 0;
  padding: 0;
}

@-webkit-keyframes spin-in-tr {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
  }
}

@-moz-keyframes spin-in-tr {
  from {
    -moz-transform: rotate(90deg);
         transform: rotate(90deg);
    opacity: 0;
  }
  to {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
    opacity: 1;
  }
}

@keyframes spin-in-tr {
  from {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
  }
}

@-webkit-keyframes spin-in-br {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 1;
  }
}

@-moz-keyframes spin-in-br {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    opacity: 0;
  }
  to {
    -moz-transform: rotate(-90deg);
         transform: rotate(-90deg);
    opacity: 1;
  }
}

@keyframes spin-in-br {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 1;
  }
}

@-webkit-keyframes spin-in-tl {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 1;
  }
}

@-moz-keyframes spin-in-tl {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    opacity: 0;
  }
  to {
    -moz-transform: rotate(90deg);
         transform: rotate(90deg);
    opacity: 1;
  }
}

@keyframes spin-in-tl {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 1;
  }
}

@-webkit-keyframes spin-in-bl {
  from {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}

@-moz-keyframes spin-in-bl {
  from {
    -moz-transform: rotate(-90deg);
         transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes spin-in-bl {
  from {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes focus-in-tr {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes focus-in-tr {
  from {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
    opacity: 0;
  }
  to {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
}

@keyframes focus-in-tr {
  from {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes focus-in-br {
  from {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 1;
  }
}

@-moz-keyframes focus-in-br {
  from {
    -moz-transform: rotate(-90deg);
         transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -moz-transform: rotate(-90deg);
         transform: rotate(-90deg);
    opacity: 1;
  }
}

@keyframes focus-in-br {
  from {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 1;
  }
}

@-webkit-keyframes focus-in-tl {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 1;
  }
}

@-moz-keyframes focus-in-tl {
  from {
    -moz-transform: rotate(90deg);
         transform: rotate(90deg);
    opacity: 0;
  }
  to {
    -moz-transform: rotate(90deg);
         transform: rotate(90deg);
    opacity: 1;
  }
}

@keyframes focus-in-tl {
  from {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 1;
  }
}

@-webkit-keyframes focus-in-bl {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}

@-moz-keyframes focus-in-bl {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    opacity: 0;
  }
  to {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes focus-in-bl {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  a:hover {
    opacity: 0.7;
  }
  /*======= COMMON =========*/
  body {
    padding-top: 115px;
  }
  .btnFixed {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -429px;
    z-index: 99;
    -webkit-transition: right 0.6s ease-out;
    -moz-transition: right 0.6s ease-out;
    transition: right 0.6s ease-out;
  }
  .btnFixed.show {
    right: 0;
  }
  .btnFixed li:not(:last-child) {
    margin-bottom: 15px;
  }
  .ttlSt01 {
    font-size: 3.9rem;
    line-height: 1;
    font-weight: bold;
    color: #0a6ab0;
    letter-spacing: 1px;
    margin-bottom: 45px;
  }
  .ttlSt01 span {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    color: #3e3a39;
    margin-top: 5px;
  }
  .ttlSt_02 {
    font-size: 3.5rem;
    line-height: 1;
    color: #008c3f;
    font-weight: bold;
    text-align: center;
    max-width: 272px;
    padding: 25px 10px;
    margin: 0 auto 45px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .ttlSt_02:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/bkgTtl.png") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ttlSt_02:after {
    content: '';
    width: 90%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: -1;
    -webkit-transform: skewX(-14deg);
       -moz-transform: skewX(-14deg);
        -ms-transform: skewX(-14deg);
            transform: skewX(-14deg);
  }
  .ttlSt_02 span {
    display: block;
    font-size: 1.8rem;
    line-height: 21px;
    color: #008c3f;
    font-weight: 500;
    margin-top: 5px;
  }
  .ttlSt_03 {
    font-size: 5rem;
    line-height: 1;
    font-weight: bold;
    color: #006ca8;
    margin-bottom: 20px;
  }
  .ttlSt_03 span {
    font-size: 1.8rem;
    line-height: 31px;
    font-weight: 500;
    display: block;
    color: #3e3a39;
  }
  .ttlSt04 {
    font-size: 3.4rem;
    line-height: 1;
    font-weight: bold;
    color: #1c50a1;
    letter-spacing: 3px;
    margin-bottom: 60px;
    text-align: center;
    background: url("../img/top/topTitleBg.png") no-repeat center top;
    -moz-background-size: auto 113px;
         background-size: auto 113px;
    padding-top: 120px;
    position: relative;
  }
  .ttlSt04::before {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #1c50a1;
    top: 111px;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .ttlSt04 span {
    display: block;
  }
  .ttlSt04 span.instagram {
    background: url("../img/top/iconInstagram.png") no-repeat center top;
    -moz-background-size: 30px auto;
         background-size: 30px auto;
    padding-top: 35px;
    margin-top: -25px;
  }
  .ttlSt05 {
    font-size: 4.2rem;
    line-height: 1;
    font-weight: 500;
    color: #000000;
    letter-spacing: 4px;
  }
  .ttlSt05 a {
    display: block;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 500;
    color: #1c50a1;
    margin-top: 25px;
    padding-left: 30px;
    background: url("../img/titleSubIcon.png") no-repeat left center;
    -moz-background-size: 20px auto;
         background-size: 20px auto;
  }
  .ttlSt06 {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    color: #1c50a1;
    letter-spacing: 3px;
    margin-bottom: 60px;
    text-align: center;
    background: url("../img/top/topTitleBg.png") no-repeat center top;
    -moz-background-size: auto 113px;
         background-size: auto 113px;
    padding-top: 78px;
    position: relative;
    text-align: center;
  }
  .ttlSt06::before {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #1c50a1;
    top: 111px;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .ttlSt06 span {
    display: inline-block;
    color: #1c50a1;
    border-bottom: 5px solid #1c50a1;
    line-height: 1;
    padding-bottom: 10px;
    min-width: 170px;
    margin-bottom: 20px;
  }
  .ttlSt06 span.en {
    letter-spacing: 1px;
  }
  .ttlSt06 span.noLine {
    text-transform: uppercase;
    letter-spacing: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    min-width: 0;
    padding-top: 12px;
    font-size: 2.2rem;
  }
  .ttlSt06 img {
    display: block;
    margin: 0 auto;
  }
  .ttlSt06.--blue {
    background: url("../img/about/ttl_bg_blue.png") no-repeat center top;
    -moz-background-size: auto 113px;
         background-size: auto 113px;
  }
  .ttlSt06.--blue span {
    color: #ffffff;
    border-bottom: 5px solid #ffffff;
    letter-spacing: 1px;
  }
  .ttlSt06.--blue span.sm {
    font-size: 2rem;
  }
  .ttlSt06.--white {
    background: url("../img/about/ttl_bg_white.png") no-repeat center top;
    -moz-background-size: auto 113px;
         background-size: auto 113px;
  }
  .ttlSt06.--white span {
    color: #1c50a1;
    border-bottom: 5px solid #1c50a1;
    letter-spacing: 1px;
  }
  .ttlSt06.--white span.sm {
    font-size: 2rem;
  }
  .stReception {
    background-color: #1c50a1;
    padding: 40px 0;
  }
  .stReception h3 {
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 40px;
  }
  .stReception h3 ins {
    display: block;
    font-size: 1.2rem;
    margin-top: 15px;
    text-decoration: none;
  }
  .stReception h3 span {
    display: inline-block;
    position: relative;
  }
  .stReception h3 span::after {
    content: '';
    width: 40px;
    height: 40px;
    background: url("../img/top/ic_reception_right.png") no-repeat center/100%;
    position: absolute;
    right: -55px;
    top: 4px;
  }
  .stReception h3 span::before {
    content: '';
    width: 50px;
    height: 50px;
    background: url("../img/top/iconPhone24.png") no-repeat center/100%;
    position: absolute;
    left: -70px;
    top: -5px;
  }
  .stReception ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .stReception ul li {
    background-color: #ffffff;
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
  .stReception ul li a {
    display: block;
    padding: 20px 0;
    text-align: center;
  }
  .stReception ul li a h4 {
    color: #1c50a1;
    font-weight: 600;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1;
    padding: 0 10px 10px;
    border-bottom: 1px solid #000000;
    display: inline-block;
    margin-bottom: 10px;
  }
  .stReception ul li a p {
    font-size: 1.4rem;
    color: #000000;
    line-height: 1;
    font-weight: 500;
  }
  .stListImage {
    padding: 80px 0 50px;
  }
  .stListImage ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .stListImage ul li {
    width: -webkit-calc((100% - 20px) / 3);
    width: -moz-calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3);
    margin-bottom: 30px;
  }
  .media__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .media__item:not(:last-child) {
    margin-bottom: 120px;
  }
  .media__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .media__item:nth-child(even) figure {
    margin-left: auto;
    margin-right: -140px;
    -moz-border-radius-topright: 0;
         border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
         border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 60px;
         border-top-left-radius: 60px;
    -moz-border-radius-bottomleft: 60px;
         border-bottom-left-radius: 60px;
  }
  .media__item:nth-child(even) figure img {
    object-position: left center;
  }
  .media__item:nth-child(even) > div {
    padding-left: 0;
    padding-right: 40px;
  }
  .media__item figure {
    overflow: hidden;
    height: 330px;
    -moz-border-radius-topright: 60px;
         border-top-right-radius: 60px;
    -moz-border-radius-bottomright: 60px;
         border-bottom-right-radius: 60px;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 580px;
            flex: 0 0 580px;
    margin-left: -220px;
  }
  .media__item figure img {
    object-fit: cover;
    object-position: right center;
    width: 100%;
    height: 100%;
  }
  .media__item > div {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding-left: 40px;
  }
  .media__item > div img {
    display: block;
    margin-bottom: 30px;
  }
  .media__item > div h4 {
    color: #1c50a1;
    font-size: 2.6rem;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 1.8px;
    margin-bottom: 20px;
  }
  .media__item > div h4 span {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, #d2dbea));
    background: -webkit-linear-gradient(top, transparent 75%, #d2dbea 25%);
    background: -moz- oldlinear-gradient(top, transparent 75%, #d2dbea 25%);
    background: linear-gradient(to bottom, transparent 75%, #d2dbea 25%);
  }
  .media__item > div h5 {
    color: #1c50a1;
    font-size: 2.6rem;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 1.8px;
    margin-bottom: 20px;
  }
  .media__item > div h5 span {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 8px solid #d2dbea;
  }
  .media__item > div p {
    color: #404040;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 2;
  }
  .media__item > div p .sm {
    font-size: 1.7rem;
  }
  .bBanner {
    height: 391px;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
         background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .bBtn {
    text-align: center;
    margin: 80px 0;
  }
  .bBtn a {
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    font-size: 2.2rem;
    display: inline-block;
    padding: 18px 130px 18px 20px;
    background: url("../img/iconDoubleWhite.png") no-repeat right 25px center #1c50a1;
  }
  .bAccess .bFlex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bAccess__left {
    width: 50%;
  }
  .bAccess__left .map {
    line-height: 0;
  }
  .bAccess__left .map iframe {
    width: 100%;
    height: 660px;
  }
  .bAccess__right {
    padding: 50px 75px 40px;
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bAccess__right .listAccess li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bAccess__right .listAccess li span {
    display: block;
    width: 204px;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 18px 0;
    color: #595757;
    text-align: left;
    font-weight: bold;
    position: relative;
  }
  .bAccess__right .listAccess li em {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - 204px);
    width: -moz-calc(100% - 204px);
    width: calc(100% - 204px);
    padding: 18px 0;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 21px;
  }
  .bAccess__right .btnMap {
    margin-top: 10px;
  }
  .bAccess__right .btnMap a {
    width: 210px;
    height: 38px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #006ca8;
    -moz-border-radius: 10px;
         border-radius: 10px;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    position: relative;
    padding-left: 5px;
  }
  .bAccess__right .btnMap a:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url("../img/arrBlue.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
  }
  .bCons {
    background-color: #cfe8d8;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    padding: 70px 75px 45px;
    position: relative;
  }
  .bCons h3 {
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: bold;
    color: #008c3f;
  }
  .bCons p {
    font-size: 1.6rem;
    line-height: 31px;
    color: #3e3a39;
  }
  .bCons .listIn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .bCons .listIn li {
    width: 270px;
    height: 91px;
  }
  .bCons .listIn li:not(:last-child) {
    margin-right: 30px;
  }
  .bCons .listIn li a {
    width: 100%;
    height: 100%;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 2px solid #008c3f;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    font-size: 2.4rem;
    line-height: 31px;
    font-weight: bold;
    text-align: center;
    color: #008c3f;
  }
  .bCons figure {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .mainVisual {
    height: 750px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: -webkit-calc((100% - 1200px) / 2);
    padding-left: -moz-calc((100% - 1200px) / 2);
    padding-left: calc((100% - 1200px) / 2);
  }
  .mainVisual__ttl {
    font-size: 6.7rem;
    line-height: 1;
    font-weight: bold;
    color: #006ca8;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  }
  .mainVisual__ttl span {
    display: block;
    font-size: 2.3rem;
    line-height: 27px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    margin-top: 15px;
  }
  .boxTop {
    background: url("../img/bkgBox.png") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    max-width: 1200px;
    margin: -80px auto 115px;
    padding: 30px 0 40px;
    min-height: 280px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .boxTop p {
    font-size: 3rem;
    line-height: 58px;
    text-align: center;
  }
  .boxTop p span {
    background: url("../img/line.png") left bottom repeat-x;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .bForm {
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
         box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    padding: 60px 140px;
  }
  .bForm .txtTop {
    text-align: center;
    font-size: 1.7rem;
    line-height: 22px;
    margin-bottom: 25px;
    letter-spacing: 1px;
  }
  .bForm .frmGroup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
  .bForm .frmGroup:not(:last-child) {
    border-bottom: 1px solid #cdd6dd;
  }
  .bForm .frmGroup:nth-of-type(5) .frmGroup__lbl, .bForm .frmGroup:nth-of-type(12) .frmGroup__lbl {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8px;
  }
  .bForm .frmGroup__lbl {
    width: 340px;
    font-size: 1.7rem;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px;
  }
  .bForm .frmGroup__lbl .req {
    font-size: 1.4rem;
    line-height: 1;
    color: #d82e54;
    border: 1px solid #d82e54;
    width: 46px;
    height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bForm .frmGroup__type {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
  }
  .bForm .frmGroup__type .frmControl {
    border: 1px solid #cdd6dd;
    -moz-border-radius: 0;
         border-radius: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    font-size: 1.4rem;
    width: 100%;
    height: 34px;
    padding: 0 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
  }
  .bForm .frmGroup__type .frmControl.frm_w_71 {
    width: 71px;
  }
  .bForm .frmGroup__type .bCalendar {
    width: 240px;
    position: relative;
    background: transparent;
  }
  .bForm .frmGroup__type .bCalendar:after {
    content: '';
    background: url("../img/iconSlt.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
  }
  .bForm .frmGroup__type .bCalendar .frmControl {
    z-index: 1;
    background: transparent;
  }
  .bForm .frmGroup__type .bSlt {
    width: 240px;
    position: relative;
    background: transparent;
    background-color: #fff;
  }
  .bForm .frmGroup__type .bSlt:after {
    content: '';
    background: url("../img/iconSlt.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bForm .frmGroup__type .bSlt .frmSelect {
    width: 100%;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #cdd6dd;
    -moz-border-radius: 0;
         border-radius: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    font-size: 1.4rem;
    color: #9fa0a0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    position: relative;
    z-index: 1;
  }
  .bForm .frmGroup__type .bSlt select::-ms-expand {
    display: none;
  }
  .bForm .frmGroup__type .frmRadio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bForm .frmGroup__type .frmRadio .item:not(:last-child) {
    margin-right: 30px;
  }
  .bForm .frmGroup__type .frmRadio .item label {
    cursor: pointer;
  }
  .bForm .frmGroup__type .frmRadio .item input {
    background-color: #efefef;
  }
  .bForm .frmGroup__type .frmRadio .item .rdo_lbl {
    font-size: 1.7rem;
    line-height: 1;
  }
  .bForm .frmGroup__type .frmTextarea {
    border: 1px solid #cdd6dd;
    -moz-border-radius: 0;
         border-radius: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    font-size: 1.4rem;
    line-height: 1.5;
    width: 100%;
    height: 160px;
    padding: 5px 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    resize: none;
  }
  .bForm .frmGroup__type .bFlex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bForm .frmGroup__type .bFlex:not(:last-child) {
    margin-bottom: 15px;
  }
  .bForm .frmGroup__type .bFlex .ttlOf {
    width: 85px;
    font-size: 1.7rem;
    line-height: 1;
  }
  .bForm .frmGroup__type .bFlex__office {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-calc(100% - 85px);
    width: -moz-calc(100% - 85px);
    width: calc(100% - 85px);
  }
  .bForm .frmGroup__type .bFlex__office span {
    color: #cdd6dd;
  }
  .bForm .frmGroup__type .bFlex__office .btnSearchAdd {
    font-size: 1.4rem;
    line-height: 1;
    width: 123px;
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 50px;
         border-radius: 50px;
    background-color: #dcdddd;
    border: none;
    color: #727171;
    margin-left: 10px;
    cursor: pointer;
    font-weight: bold;
  }
  .bForm .frmGroup__type .bFlex__office .btnSearchAdd:hover {
    opacity: 0.7;
  }
  .bForm .frmGroup__type .txtDes {
    font-size: 1.4rem;
    line-height: 21px;
    font-style: normal;
    display: block;
    position: relative;
    padding-left: 15px;
    margin-top: 10px;
  }
  .bForm .frmGroup__type .txtDes:before {
    content: '※';
    font-size: 1.4rem;
    line-height: 21px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bForm .frmBtn .btnSubmit {
    width: 174px;
    height: 56px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #008c3f;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 60px auto 0;
  }
  .bForm .frmBtn .btnSubmit:hover {
    opacity: 0.7;
  }
  .bForm ::-webkit-input-placeholder {
    color: #9fa0a0;
    opacity: 1;
  }
  .bForm :-ms-input-placeholder {
    color: #9fa0a0;
    opacity: 1;
  }
  .bForm ::-moz-placeholder {
    color: #9fa0a0;
    opacity: 1;
  }
  .bForm ::placeholder {
    color: #9fa0a0;
    opacity: 1;
  }
  .bPrivacy {
    padding: 60px 0;
  }
  .bPrivacy__box {
    border: 1px solid #008c3f;
    padding: 40px 45px;
    margin-bottom: 60px;
    position: relative;
  }
  .bPrivacy__box h3 {
    font-size: 1.7rem;
    line-height: 1;
    font-weight: bold;
    color: #008c3f;
    margin-bottom: 30px;
  }
  .bPrivacy__box p {
    font-size: 1.7rem;
    line-height: 32px;
    color: #3e3a39;
  }
  .bQuestion {
    margin-bottom: 70px;
    border: 2px solid #008c3f;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bQuestion__left {
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px);
  }
  .bQuestion__left a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding-left: 180px;
    position: relative;
  }
  .bQuestion__left a:before {
    content: '';
    background: url("../img/iconPer.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 149px;
    height: 135px;
    position: absolute;
    bottom: 0;
    left: 25px;
  }
  .bQuestion__left a:after {
    content: '';
    background: url("../img/iconPlay02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 60px;
  }
  .bQuestion__left a h3 {
    font-size: 3.5rem;
    line-height: 1;
    font-weight: bold;
    color: #008c3f;
    margin-bottom: 10px;
  }
  .bQuestion__left a em {
    display: block;
    font-size: 2.1rem;
    line-height: 1.5;
    color: #595757;
    font-style: normal;
  }
  .bQuestion__right {
    width: 350px;
    padding: 22px 50px;
    background-color: #008c3f;
  }
  .bQuestion__right em {
    display: block;
    font-style: normal;
    color: #fff;
    font-size: 2.1rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .bQuestion__right .tel {
    font-size: 2.5rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
  }
  .bQuestion__right .tel:before {
    content: '';
    width: 21px;
    height: 29px;
    background: url("../img/iconTel.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .listCourse {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 0 0 -30px;
  }
  .listCourse li {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background-color: #fff;
    width: -webkit-calc(25% - 30px);
    width: -moz-calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 0 0 0 30px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
         box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .listCourse li a {
    display: block;
  }
  .listCourse li a:hover figure span img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .listCourse li figure {
    position: relative;
  }
  .listCourse li figure span {
    display: block;
    overflow: hidden;
    -moz-border-radius-topleft: 5px;
         border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
         border-top-right-radius: 5px;
  }
  .listCourse li figure span img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  }
  .listCourse li figure figcaption {
    width: 210px;
    padding: 10px 15px;
    border: 2px solid #ccc;
    font-size: 2rem;
    line-height: 24px;
    font-weight: bold;
    background-color: #fff;
    -moz-border-radius: 5px;
         border-radius: 5px;
    margin: -25px auto 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
  .listCourse li h3 {
    padding: 35px 0 0 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .listCourse li em {
    display: block;
    font-size: 1.4rem;
    line-height: 22px;
    display: block;
    font-style: normal;
    text-align: center;
    -moz-font-feature-settings: 'palt' 1;
         font-feature-settings: 'palt' 1;
  }
  .listCourse li dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #cccc;
    padding: 10px 10px;
    margin-top: 15px;
    -moz-border-radius-bottomleft: 10px;
         border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
         border-bottom-right-radius: 10px;
  }
  .listCourse li dl dt {
    font-size: 1.6rem;
    line-height: 19px;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
  }
  .listCourse li dl dd {
    font-size: 1.6rem;
    line-height: 19px;
    font-weight: bold;
    color: #fff;
  }
  .listCourse li .btMore {
    width: 50px;
    height: 50px;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background: rgba(255, 255, 255, 0.68);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    position: absolute;
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .listCourse li .btMore:after {
    content: '';
    width: 18px;
    height: 8px;
    background: url("../img/course/ar01.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .listCourse li.bkgGreen figure figcaption {
    border-color: #008c3f;
    color: #008c3f;
  }
  .listCourse li.bkgGreen h3 {
    color: #008c3f;
  }
  .listCourse li.bkgGreen dl {
    background-color: #008c3f;
  }
  .listCourse li.bkgPink figure figcaption {
    border-color: #d82e54;
    color: #d82e54;
  }
  .listCourse li.bkgPink h3 {
    color: #d82e54;
  }
  .listCourse li.bkgPink dl {
    background-color: #d82e54;
  }
  .listCourse li.bkgPink .btMore:after {
    background: url("../img/course/ar02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .listCourse li.bkgBlue figure figcaption {
    border-color: #006ca8;
    color: #006ca8;
  }
  .listCourse li.bkgBlue h3 {
    color: #006ca8;
  }
  .listCourse li.bkgBlue dl {
    background-color: #006ca8;
  }
  .listCourse li.bkgBlue .btMore:after {
    background: url("../img/course/ar03.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .listCourse li.bkgYellow em {
    padding-top: 67px;
  }
  .listCourse li.bkgYellow figure figcaption {
    border-color: #f7af00;
    color: #f7af00;
  }
  .listCourse li.bkgYellow dl {
    background-color: #f7af00;
  }
  .listCourse li.bkgYellow .btMore:after {
    background: url("../img/course/ar04.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
  }
  header .bHeader {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 50px 0;
    height: 115px;
  }
  header .bHeader__logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .bHeader__logo a {
    display: inline-block;
    line-height: 0;
  }
  header .bHeader__right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*align-items: center;*/
  }
  header .bHeader__right .nav__listBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 10px;
  }
  header .bHeader__right .nav__listBtn li:not(:last-child) {
    margin-right: 35px;
    position: relative;
  }
  header .bHeader__right .nav__listBtn li:not(:last-child):after {
    content: '';
    width: 1px;
    height: 26px;
    background-color: #b5b5b6;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -20px;
  }
  header .bHeader__right .nav__listBtn li a {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
  }
  header .bHeader__right .nav__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #f5f7f9;
    padding: 10px;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  header .bHeader__right .nav__menu li {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .bHeader__right .nav__menu li:not(:first-child) {
    margin-left: 15px;
  }
  header .bHeader__right .nav__menu li a {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    padding: 10px 5px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    /*&:hover {
                                background-color: #EFEFEF;
                            }*/
  }
  header .bHeader__right .nav__menu li.evChild:hover .nav__menu__sub {
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
    -webkit-backface-visibility: inherit;
       -moz-backface-visibility: inherit;
            backface-visibility: inherit;
    visibility: inherit;
  }
  header .bHeader__right .nav__menu__sub {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 26px;
    left: 50%;
    -webkit-transform: translate(-50%, 20px);
       -moz-transform: translate(-50%, 20px);
        -ms-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
    width: 419px;
    background-color: #efefef;
    padding: 5px 15px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    visibility: hidden;
  }
  header .bHeader__right .nav__menu__sub li:not(:last-child) {
    position: relative;
  }
  header .bHeader__right .nav__menu__sub li:not(:last-child):after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #c9caca;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -5px;
  }
  header .bHeader__right .nav__menu__sub li a {
    font-size: 1.2rem;
    line-height: 1;
    padding: 10px;
    display: block;
  }
  header .bHeader__right .mypage {
    background: #9ed8f5;
    /*padding: 10px;*/
    -moz-border-radius: 10px;
         border-radius: 10px;
    margin-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .bHeader__right .mypage li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
  }
  header .bHeader__right .mypage li a {
    font-size: 1.6rem;
    padding: 10px 5px;
    color: #ffffff;
  }
  header .bHeader__right__listCtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    display: none;
  }
  header .bHeader__right__listCtn li a {
    width: 115px;
    height: 115px;
    display: none;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-style: 1.4rem;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    padding-top: 30px;
  }
  header .bHeader__right__listCtn li a.btnLine {
    background-color: #12af2f;
    -moz-border-radius-bottomleft: 10px;
         border-bottom-left-radius: 10px;
    position: relative;
  }
  header .bHeader__right__listCtn li a.btnLine:before {
    content: '';
    width: 35px;
    height: 33px;
    background: url("../img/iconLine.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .bHeader__right__listCtn li a.btnMail {
    background-color: #036eb8;
    position: relative;
  }
  header .bHeader__right__listCtn li a.btnMail:before {
    content: '';
    width: 35px;
    height: 28px;
    background: url("../img/iconMail.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header.step-form-header {
    background: #1c50a1;
  }
  header.step-form-header .right_label {
    width: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*padding: 10px;*/
    background: #fff;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header.step-form-header .right_label p {
    width: 50%;
    font-size: 1.8rem;
    text-align: center;
    padding: 5px 20px;
    color: #1c50a1;
  }
  header.step-form-header .right_label p:first-child {
    background: #9ed8f5;
  }
}

@media screen and (min-width: 769px) and (max-width: 1520px) {
  header .bHeader {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .bHeader__logo a img {
    width: 300px;
  }
  header .bHeader__right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*align-items: center;*/
  }
  header .bHeader__right .nav__listBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 10px;
  }
  header .bHeader__right .nav__listBtn li:not(:last-child) {
    margin-right: 35px;
    position: relative;
  }
  header .bHeader__right .nav__listBtn li:not(:last-child):after {
    content: '';
    width: 1px;
    height: 26px;
    background-color: #b5b5b6;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -20px;
  }
  header .bHeader__right .nav__listBtn li a {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
  }
  header .bHeader__right .nav__menu li:not(:first-child) {
    margin-left: 10px;
  }
  header .bHeader__right .nav__menu li a {
    font-size: 1.5rem;
  }
  header .bHeader__right .mypage li a {
    font-size: 1.5rem;
    padding: 10px 5px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  header .bHeader__logo a img {
    width: 230px;
  }
}

@media screen and (min-width: 769px), print {
  .listCtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: 0;
    top: 35%;
    z-index: 99;
  }
  .listCtn li:not(:last-child) {
    margin-bottom: 8px;
  }
  .listCtn li a {
    width: 64px;
    /*height: 115px;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    height: 165px;
    -moz-border-radius-topleft: 15px;
         border-top-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
         border-bottom-left-radius: 15px;
    background-color: #1c50a1;
    position: relative;
  }
  .listCtn li a::before {
    content: '';
    margin-bottom: 10px;
    -moz-background-size: contain;
         background-size: contain;
  }
  .listCtn li a.btnBook:before {
    width: 18px;
    height: 23px;
    background: url("../img/iconBook.png") no-repeat;
  }
  .listCtn li a.btnCalendar:before {
    content: '';
    width: 21px;
    height: 23px;
    background: url("../img/iconCalendar.png") no-repeat;
  }
  footer {
    background-color: #1c50a1;
  }
  footer .bFooter__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 55px 75px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px), print and (max-width: 1400px) {
  footer .bFooter__inner {
    padding: 50px 15px;
  }
}

@media screen and (min-width: 769px), print {
  footer .bFooter__left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .bFooter__left > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .bFooter__left > div:first-child {
    margin-right: 50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px), print and (max-width: 1400px) {
  footer .bFooter__left > div:first-child {
    margin-right: 40px;
  }
}

@media screen and (min-width: 769px), print {
  footer .bFooter__left ul:not(:last-child) {
    margin-right: 50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px), print and (max-width: 1400px) {
  footer .bFooter__left ul:not(:last-child) {
    margin-right: 40px;
  }
}

@media screen and (min-width: 769px), print {
  footer .bFooter__left ul li:not(:last-child) {
    margin-bottom: 25px;
  }
  footer .bFooter__left ul li a {
    color: #ffffff;
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 500;
    padding-left: 20px;
    background: url("../img/iconNavFt.svg") no-repeat left top 7px;
    -moz-background-size: 10px auto;
         background-size: 10px auto;
  }
  footer .bFooter__right p {
    color: #ffffff;
    font-size: 1.9rem;
    margin-bottom: 15px;
    line-height: 1;
  }
  footer .bFooter__right .logoFt a {
    display: block;
    line-height: 0;
  }
  footer .bFooter__right .logoFt a img {
    width: 400px;
  }
  footer .bFooter .copyRight {
    background-color: #9ed8f5;
    color: #1c50a1;
    text-align: right;
    padding: 20px 75px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px), print and (max-width: 1400px) {
  footer .bFooter .copyRight {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 2.73438vw;
    padding-top: 14.32292vw;
  }
  .container {
    overflow: hidden;
    min-width: 320px;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  .row_inner {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  a[href^='tel'] {
    text-decoration: none;
  }
  /*======= COMMON =========*/
  .ttlSt01 {
    font-size: 5.46875vw;
    line-height: 1;
    font-weight: bold;
    color: #0a6ab0;
    letter-spacing: 0.13021vw;
    margin-bottom: 5.85938vw;
  }
  .ttlSt01 span {
    display: block;
    font-size: 2.86458vw;
    line-height: 1;
    font-weight: 500;
    color: #3e3a39;
    margin-top: 0.65104vw;
  }
  .ttlSt_02 {
    font-size: 5.20833vw;
    line-height: 1;
    color: #008c3f;
    font-weight: bold;
    text-align: center;
    max-width: 36.45833vw;
    padding: 3.25521vw 1.30208vw;
    margin: 0 auto 5.85938vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .ttlSt_02:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/bkgTtl.png") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ttlSt_02:after {
    content: '';
    width: 90%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: -1;
    -webkit-transform: skewX(-14deg);
       -moz-transform: skewX(-14deg);
        -ms-transform: skewX(-14deg);
            transform: skewX(-14deg);
  }
  .ttlSt_02 span {
    display: block;
    font-size: 2.86458vw;
    line-height: 1.2;
    color: #008c3f;
    font-weight: 500;
    margin-top: 0.65104vw;
  }
  .ttlSt_03 {
    font-size: 7.8125vw;
    line-height: 1;
    font-weight: bold;
    color: #006ca8;
    margin-bottom: 3.25521vw;
  }
  .ttlSt_03 span {
    font-size: 3.125vw;
    line-height: 1.5;
    font-weight: 500;
    display: block;
    color: #3e3a39;
  }
  .ttlSt04 {
    font-size: 4.94792vw;
    line-height: 1;
    font-weight: bold;
    color: #1c50a1;
    letter-spacing: 0.52083vw;
    margin-bottom: 7.8125vw;
    text-align: center;
    background: url("../img/top/topTitleBg.png") no-repeat center top;
    -moz-background-size: auto 14.71354vw;
         background-size: auto 14.71354vw;
    padding-top: 14.71354vw;
    position: relative;
  }
  .ttlSt04::before {
    content: '';
    height: 0.26042vw;
    width: 100%;
    position: absolute;
    background-color: #1c50a1;
    top: 14.45313vw;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .ttlSt04 span {
    display: block;
    margin-top: 1.30208vw;
  }
  .ttlSt04 span.instagram {
    background: url("../img/top/iconInstagram.png") no-repeat center top;
    -moz-background-size: 5.20833vw auto;
         background-size: 5.20833vw auto;
    padding-top: 5.85938vw;
    margin-top: -4.55729vw;
  }
  .ttlSt05 {
    font-size: 5.72917vw;
    line-height: 1;
    font-weight: 500;
    color: #000000;
    letter-spacing: 4px;
    text-align: center;
  }
  .ttlSt05 a {
    display: none;
  }
  .ttlSt06 {
    font-size: 3.64583vw;
    line-height: 1;
    font-weight: bold;
    color: #1c50a1;
    letter-spacing: 0.39063vw;
    margin-bottom: 7.8125vw;
    text-align: center;
    background: url("../img/top/topTitleBg.png") no-repeat center top;
    -moz-background-size: auto 14.97396vw;
         background-size: auto 14.97396vw;
    padding-top: 9.76563vw;
    position: relative;
    text-align: center;
  }
  .ttlSt06::before {
    content: '';
    height: 0.26042vw;
    width: 100%;
    position: absolute;
    background-color: #1c50a1;
    top: 14.71354vw;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .ttlSt06 span {
    display: inline-block;
    color: #1c50a1;
    border-bottom: 0.91146vw solid #1c50a1;
    line-height: 1;
    padding-bottom: 1.30208vw;
    min-width: 22.13542vw;
    margin-bottom: 3.90625vw;
  }
  .ttlSt06 span.en {
    letter-spacing: 1px;
  }
  .ttlSt06 span.noLine {
    text-transform: uppercase;
    letter-spacing: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    min-width: 0;
    padding-top: 2.60417vw;
    font-size: 3.125vw;
  }
  .ttlSt06 img {
    display: block;
    margin: 0 auto;
  }
  .ttlSt06.--blue {
    background: url("../img/about/ttl_bg_blue.png") no-repeat center top;
    -moz-background-size: auto 15.625vw;
         background-size: auto 15.625vw;
  }
  .ttlSt06.--blue::before {
    top: 14.97396vw;
  }
  .ttlSt06.--blue span {
    color: #ffffff;
    border-bottom: 0.91146vw solid #ffffff;
    letter-spacing: 0.13021vw;
  }
  .ttlSt06.--blue span.sm {
    font-size: 2.60417vw;
  }
  .ttlSt06.--white {
    background: url("../img/about/ttl_bg_white.png") no-repeat center top;
    -moz-background-size: auto 15.625vw;
         background-size: auto 15.625vw;
  }
  .ttlSt06.--white span {
    color: #1c50a1;
    border-bottom: 0.91146vw solid #1c50a1;
    letter-spacing: 0.13021vw;
  }
  .ttlSt06.--white span.sm {
    font-size: 2.86458vw;
  }
  .bAccess {
    padding: 6.51042vw 0;
  }
  .bAccess__left .map {
    line-height: 0;
  }
  .bAccess__left .map iframe {
    width: 100%;
    height: 52.08333vw;
  }
  .bAccess__right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.90625vw;
    padding: 0 3.90625vw;
  }
  .bAccess__right .listAccess li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bAccess__right .listAccess li span {
    display: block;
    width: 31.25vw;
    font-size: 3.125vw;
    line-height: 4.42708vw;
    padding: 1.95313vw 0;
    color: #595757;
    text-align: left;
    font-weight: bold;
    position: relative;
  }
  .bAccess__right .listAccess li em {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - 31.25vw);
    width: -moz-calc(100% - 31.25vw);
    width: calc(100% - 31.25vw);
    padding: 1.95313vw 0;
    font-style: normal;
    font-size: 3.125vw;
    line-height: 4.42708vw;
  }
  .bAccess__right .btnMap {
    margin-top: 3.90625vw;
  }
  .bAccess__right .btnMap a {
    width: 45.57292vw;
    height: 7.8125vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #006ca8;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    color: #fff;
    font-size: 2.60417vw;
    font-weight: bold;
    position: relative;
    padding-left: 0.65104vw;
  }
  .bAccess__right .btnMap a:before {
    content: '';
    width: 2.60417vw;
    height: 2.60417vw;
    background: url("../img/arrBlue.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.60417vw;
  }
  .stReception {
    background-color: #1c50a1;
    padding: 6.51042vw 0;
  }
  .stReception h3 {
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    font-size: 4.42708vw;
    line-height: 1;
    margin-bottom: 5.20833vw;
  }
  .stReception h3 ins {
    display: block;
    font-size: 2.34375vw;
    margin-top: 2.60417vw;
    text-decoration: none;
  }
  .stReception h3 span {
    display: inline-block;
    position: relative;
  }
  .stReception h3 span::after {
    content: '';
    width: 6.51042vw;
    height: 6.51042vw;
    background: url("../img/top/ic_reception_right.png") no-repeat center/100%;
    position: absolute;
    right: -8.46354vw;
    top: 0.65104vw;
  }
  .stReception h3 span::before {
    content: '';
    width: 8.46354vw;
    height: 8.46354vw;
    background: url("../img/top/iconPhone24.png") no-repeat center/100%;
    position: absolute;
    left: -11.06771vw;
    top: -1.04167vw;
  }
  .stReception ul {
    max-width: 78.125vw;
    margin: 0 auto;
  }
  .stReception ul li {
    background-color: #ffffff;
  }
  .stReception ul li:last-child {
    margin-top: 5.20833vw;
  }
  .stReception ul li a {
    display: block;
    padding: 3.90625vw 0;
    text-align: center;
  }
  .stReception ul li a h4 {
    color: #1c50a1;
    font-weight: 900;
    text-align: center;
    font-size: 3.90625vw;
    line-height: 1;
    padding: 0 2.60417vw 2.60417vw;
    border-bottom: 1px solid #000000;
    display: inline-block;
    margin-bottom: 2.60417vw;
  }
  .stReception ul li a p {
    font-size: 2.60417vw;
    color: #000000;
    line-height: 1;
    font-weight: 500;
  }
  .stListImage {
    padding: 7.8125vw 0 10.41667vw;
  }
  .stListImage ul {
    max-width: 78.125vw;
    margin: 0 auto;
  }
  .stListImage ul li:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .media__item:not(:last-child) {
    margin-bottom: 11.71875vw;
  }
  .media__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .media__item:nth-child(even) figure {
    margin-left: auto;
    margin-right: -6.51042vw;
    -moz-border-radius-topright: 0;
         border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
         border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 20px;
         border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
         border-bottom-left-radius: 20px;
         background: #E4F2FB;
         overflow: hidden;

  }
  .media__item:nth-child(even) figure img {
    object-position: left center;
  }
  .media__item:nth-child(even) > div {
    padding-left: 0;
  }
  .media__item figure {
    overflow: hidden;
    height: 52.08333vw;
    -moz-border-radius-topright: 20px;
         border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
         border-bottom-right-radius: 20px;
    width: 91.14583vw;
    margin-left: -6.51042vw;
    margin-bottom: 6.51042vw;
  }
  .media__item figure img {
    object-fit: cover;
    object-position: right top;
    width: 100%;
    height: 100%;
  }
  .media__item > div img {
    display: block;
    margin-bottom: 5.20833vw;
  }
  .media__item > div h4 {
    color: #1c50a1;
    font-size: 4.16667vw;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.23438vw;
    margin-bottom: 3.90625vw;
  }
  .media__item > div h4 span {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, #d2dbea));
    background: -webkit-linear-gradient(top, transparent 75%, #d2dbea 25%);
    background: -moz- oldlinear-gradient(top, transparent 75%, #d2dbea 25%);
    background: linear-gradient(to bottom, transparent 75%, #d2dbea 25%);
  }
  .media__item > div h5 {
    color: #1c50a1;
    font-size: 4.42708vw;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 0.23438vw;
    margin-bottom: 3.90625vw;
  }
  .media__item > div h5 span {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding-bottom: 1.30208vw;
    border-bottom: 1.5625vw solid #d2dbea;
  }
  .media__item > div p {
    color: #404040;
    font-size: 3.38542vw;
    font-weight: 500;
    line-height: 2;
  }
  .media__item > div p .sm {
    font-size: 3.25521vw;
  }
  .bBanner {
    height: 124.60938vw;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
         background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5.20833vw;
  }
  .bBanner img {
    width: 41.27604vw;
  }
  .bBtn {
    text-align: center;
    margin: 13.02083vw 0;
  }
  .bBtn a {
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    font-size: 3.64583vw;
    display: inline-block;
    padding: 3.25521vw 20.83333vw 3.25521vw 3.90625vw;
    background: url("../img/iconDoubleWhite.png") no-repeat right 3.90625vw center #1c50a1;
    -moz-background-size: 5.20833vw auto;
         background-size: 5.20833vw auto;
  }
  .bListCtn {
    background-color: #1c50a1;
    padding: 2.60417vw 0;
    position: fixed;
    bottom: -19.92188vw;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .bListCtn.active {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    bottom: -0.26042vw;
  }
  .bListCtn ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bListCtn ul li {
    width: -webkit-calc((100% - 1.95313vw) / 2);
    width: -moz-calc((100% - 1.95313vw) / 2);
    width: calc((100% - 1.95313vw) / 2);
  }
  .bListCtn ul li a {
    display: block;
    line-height: 1.3;
    font-weight: 500;
    color: #1c50a1;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 2.60417vw 0 2.60417vw 14.32292vw;
    font-size: 3.64583vw;
  }
  .bListCtn ul li a.btnBook {
    background: url("../img/iconBook_sp.png") no-repeat left 4.55729vw center #ffffff;
    -moz-background-size: 6.51042vw auto;
         background-size: 6.51042vw auto;
  }
  .bListCtn ul li a.btnCalendar {
    background: url("../img/iconCalendar_sp.png") no-repeat left 4.55729vw center #ffffff;
    -moz-background-size: 7.8125vw auto;
         background-size: 7.8125vw auto;
    padding-left: 15.625vw;
  }
  .bCons {
    background-color: #cfe8d8;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    padding: 5.20833vw 3.90625vw 0;
    position: relative;
  }
  .bCons h3 {
    font-size: 4.42708vw;
    line-height: 1.5;
    font-weight: bold;
    color: #008c3f;
    margin-bottom: 0.65104vw;
  }
  .bCons p {
    font-size: 3.125vw;
    line-height: 1.5;
    color: #3e3a39;
  }
  .bCons .listIn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.60417vw;
  }
  .bCons .listIn li {
    width: 33.33%;
    height: 13.02083vw;
  }
  .bCons .listIn li:not(:last-child) {
    margin-right: 2.60417vw;
  }
  .bCons .listIn li a {
    width: 100%;
    height: 100%;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 2px solid #008c3f;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    font-size: 3.125vw;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    color: #008c3f;
  }
  .bCons figure {
    text-align: center;
    margin-top: 2.60417vw;
  }
  .bCons figure img {
    width: 55.07813vw;
    height: auto;
  }
  .mainVisual {
    height: 58.59375vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 3.90625vw;
  }
  .mainVisual__ttl {
    font-size: 6.51042vw;
    line-height: 1;
    font-weight: bold;
    color: #006ca8;
    text-shadow: 0 0 0.65104vw rgba(0, 0, 0, 0.25);
  }
  .mainVisual__ttl span {
    display: block;
    font-size: 2.86458vw;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 0.65104vw rgba(0, 0, 0, 0.25);
    margin-top: 1.95313vw;
  }
  .boxTop {
    background: url("../img/bkgBox.png") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    max-width: 100vw;
    margin: -13.02083vw auto 13.02083vw;
    padding: 3.90625vw 1.30208vw 5.20833vw;
  }
  .boxTop p {
    font-size: 2.73438vw;
    line-height: 7.16146vw;
    text-align: center;
    -moz-font-feature-settings: 'palt' 1;
         font-feature-settings: 'palt' 1;
  }
  .boxTop p span {
    background: url("../img/line.png") left bottom repeat-x;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .bForm {
    -moz-box-shadow: 0 0 0.78125vw rgba(0, 0, 0, 0.3);
         box-shadow: 0 0 0.78125vw rgba(0, 0, 0, 0.3);
    padding: 7.8125vw 5.85938vw;
  }
  .bForm .txtTop {
    text-align: center;
    font-size: 2.86458vw;
    line-height: 4.16667vw;
    margin-bottom: 3.25521vw;
  }
  .bForm .frmGroup {
    padding: 2.60417vw 0;
  }
  .bForm .frmGroup:not(:last-child) {
    border-bottom: 1px solid #cdd6dd;
  }
  .bForm .frmGroup:nth-of-type(5) .frmGroup__lbl, .bForm .frmGroup:nth-of-type(12) .frmGroup__lbl {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 1.04167vw;
  }
  .bForm .frmGroup__lbl {
    font-size: 3.125vw;
    line-height: 1.5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.30208vw;
  }
  .bForm .frmGroup__lbl .req {
    font-size: 2.34375vw;
    line-height: 1;
    color: #d82e54;
    border: 1px solid #d82e54;
    width: 7.29167vw;
    height: 3.90625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bForm .frmGroup__type .frmControl {
    border: 1px solid #cdd6dd;
    -moz-border-radius: 0;
         border-radius: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    font-size: 2.60417vw;
    width: 100%;
    height: 6.51042vw;
    padding: 0 1.30208vw;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
  }
  .bForm .frmGroup__type .frmControl.frm_w_71 {
    width: 13.02083vw;
  }
  .bForm .frmGroup__type .bCalendar {
    width: 45.57292vw;
    position: relative;
    background: transparent;
  }
  .bForm .frmGroup__type .bCalendar:after {
    content: '';
    background: url("../img/iconSlt.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 6.51042vw;
    height: 6.51042vw;
    position: absolute;
    top: 50%;
    right: 0.65104vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
  }
  .bForm .frmGroup__type .bCalendar .frmControl {
    z-index: 1;
    background: transparent;
  }
  .bForm .frmGroup__type .bSlt {
    width: 45.57292vw;
    position: relative;
    background: transparent;
    background-color: #fff;
  }
  .bForm .frmGroup__type .bSlt:after {
    content: '';
    background: url("../img/iconSlt.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 5.20833vw;
    height: 5.20833vw;
    position: absolute;
    top: 50%;
    right: 0.65104vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bForm .frmGroup__type .bSlt .frmSelect {
    width: 100%;
    height: 6.51042vw;
    padding: 0 1.30208vw;
    border: 1px solid #cdd6dd;
    -moz-border-radius: 0;
         border-radius: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    font-size: 2.86458vw;
    color: #9fa0a0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    position: relative;
    z-index: 1;
  }
  .bForm .frmGroup__type .bSlt select::-ms-expand {
    display: none;
  }
  .bForm .frmGroup__type .frmRadio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bForm .frmGroup__type .frmRadio .item:not(:last-child) {
    margin-right: 3.90625vw;
  }
  .bForm .frmGroup__type .frmRadio .item label {
    cursor: pointer;
  }
  .bForm .frmGroup__type .frmRadio .item input {
    background-color: #efefef;
    width: 1.69271vw;
    height: 1.69271vw;
  }
  .bForm .frmGroup__type .frmRadio .item .rdo_lbl {
    font-size: 2.86458vw;
    line-height: 1;
  }
  .bForm .frmGroup__type .frmTextarea {
    border: 1px solid #cdd6dd;
    -moz-border-radius: 0;
         border-radius: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    font-size: 2.86458vw;
    line-height: 1.5;
    width: 100%;
    height: 32.55208vw;
    padding: 1.30208vw;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    resize: none;
  }
  .bForm .frmGroup__type .bFlex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bForm .frmGroup__type .bFlex:not(:last-child) {
    margin-bottom: 1.95313vw;
  }
  .bForm .frmGroup__type .bFlex .ttlOf {
    width: 15.625vw;
    font-size: 2.86458vw;
    line-height: 1;
  }
  .bForm .frmGroup__type .bFlex__office {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-calc(100% - 11.06771vw);
    width: -moz-calc(100% - 11.06771vw);
    width: calc(100% - 11.06771vw);
  }
  .bForm .frmGroup__type .bFlex__office span {
    color: #cdd6dd;
  }
  .bForm .frmGroup__type .bFlex__office .btnSearchAdd {
    font-size: 2.34375vw;
    line-height: 1;
    width: 19.53125vw;
    height: 5.20833vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 50px;
         border-radius: 50px;
    background-color: #dcdddd;
    border: none;
    color: #727171;
    margin-left: 1.30208vw;
    cursor: pointer;
    font-weight: bold;
  }
  .bForm .frmGroup__type .bFlex__office .btnSearchAdd:hover {
    opacity: 0.7;
  }
  .bForm .frmGroup__type .txtDes {
    font-size: 2.86458vw;
    line-height: 4.16667vw;
    font-style: normal;
    display: block;
    position: relative;
    padding-left: 3.25521vw;
    margin-top: 1.95313vw;
  }
  .bForm .frmGroup__type .txtDes:before {
    content: '※';
    font-size: 2.86458vw;
    line-height: 4.16667vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bForm .frmBtn .btnSubmit {
    width: 28.64583vw;
    height: 7.8125vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #008c3f;
    font-size: 3.38542vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    border: none;
    letter-spacing: 0.13021vw;
    cursor: pointer;
    margin: 7.8125vw auto 0;
  }
  .bForm .frmBtn .btnSubmit:hover {
    opacity: 0.7;
  }
  .bForm ::-webkit-input-placeholder {
    color: #9fa0a0;
    opacity: 1;
  }
  .bForm :-ms-input-placeholder {
    color: #9fa0a0;
    opacity: 1;
  }
  .bForm ::-moz-placeholder {
    color: #9fa0a0;
    opacity: 1;
  }
  .bForm ::placeholder {
    color: #9fa0a0;
    opacity: 1;
  }
  .bPrivacy {
    padding: 7.8125vw 0;
  }
  .bPrivacy__box {
    border: 1px solid #008c3f;
    padding: 5.20833vw 5.85938vw;
    margin-bottom: 7.8125vw;
    position: relative;
  }
  .bPrivacy__box h3 {
    font-size: 3.38542vw;
    line-height: 1;
    font-weight: bold;
    color: #008c3f;
    margin-bottom: 2.60417vw;
  }
  .bPrivacy__box p {
    font-size: 3.125vw;
    line-height: 1.5;
    color: #3e3a39;
  }
  .bQuestion {
    margin-bottom: 7.8125vw;
    border: 0.26042vw solid #008c3f;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bQuestion__left {
    width: -webkit-calc(100% - 24.73958vw);
    width: -moz-calc(100% - 24.73958vw);
    width: calc(100% - 24.73958vw);
  }
  .bQuestion__left a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding-left: 12.63021vw;
    position: relative;
  }
  .bQuestion__left a:before {
    content: '';
    background: url("../img/iconPer.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 11.06771vw;
    height: 10.54688vw;
    position: absolute;
    bottom: -0.65104vw;
    left: 0.65104vw;
  }
  .bQuestion__left a:after {
    content: '';
    background: url("../img/iconPlay02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 4.42708vw;
    height: 4.42708vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.60417vw;
  }
  .bQuestion__left a h3 {
    font-size: 2.86458vw;
    line-height: 1;
    font-weight: bold;
    color: #008c3f;
    margin-bottom: 1.30208vw;
  }
  .bQuestion__left a em {
    display: block;
    font-size: 1.95313vw;
    line-height: 1.5;
    color: #595757;
    font-style: normal;
  }
  .bQuestion__right {
    width: 24.73958vw;
    padding: 1.04167vw 2.60417vw;
    background-color: #008c3f;
  }
  .bQuestion__right em {
    display: block;
    font-style: normal;
    color: #fff;
    font-size: 1.82292vw;
    line-height: 1.5;
    font-weight: bold;
  }
  .bQuestion__right .tel {
    font-size: 2.21354vw;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-left: 2.60417vw;
  }
  .bQuestion__right .tel:before {
    content: '';
    width: 1.69271vw;
    height: 2.21354vw;
    background: url("../img/iconTel.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .listCourse {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -3.90625vw 0 0 -3.90625vw;
  }
  .listCourse li {
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    background-color: #fff;
    width: -webkit-calc(50% - 3.90625vw);
    width: -moz-calc(50% - 3.90625vw);
    width: calc(50% - 3.90625vw);
    margin: 3.90625vw 0 0 3.90625vw;
    -moz-box-shadow: 0.65104vw 0.65104vw 0.65104vw rgba(0, 0, 0, 0.25);
         box-shadow: 0.65104vw 0.65104vw 0.65104vw rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .listCourse li figure {
    position: relative;
  }
  .listCourse li figure span img {
    width: 100%;
    height: auto;
  }
  .listCourse li figure figcaption {
    width: 29.94792vw;
    padding: 1.30208vw 1.95313vw;
    border: 0.26042vw solid #ccc;
    font-size: 2.86458vw;
    line-height: 1.5;
    font-weight: bold;
    background-color: #fff;
    -moz-border-radius: 0.65104vw;
         border-radius: 0.65104vw;
    margin: -3.90625vw auto 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
  .listCourse li h3 {
    padding: 5.20833vw 0 0 0;
    text-align: center;
    font-size: 3.125vw;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 1.30208vw;
  }
  .listCourse li em {
    display: block;
    font-size: 2.86458vw;
    line-height: 1.5;
    display: block;
    font-style: normal;
    text-align: center;
    -moz-font-feature-settings: 'palt' 1;
         font-feature-settings: 'palt' 1;
    padding: 0 2.60417vw;
  }
  .listCourse li dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #cccc;
    padding: 1.95313vw 0.65104vw;
    margin-top: 1.95313vw;
    -moz-border-radius-bottomleft: 1.30208vw;
         border-bottom-left-radius: 1.30208vw;
    -moz-border-radius-bottomright: 1.30208vw;
         border-bottom-right-radius: 1.30208vw;
  }
  .listCourse li dl dt {
    font-size: 2.60417vw;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin-right: 1.30208vw;
  }
  .listCourse li dl dd {
    font-size: 2.60417vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
  }
  .listCourse li .btMore {
    width: 9.11458vw;
    height: 9.11458vw;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background: rgba(255, 255, 255, 0.68);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.82292vw;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    position: relative;
    letter-spacing: 0.13021vw;
    position: absolute;
    bottom: -5.85938vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .listCourse li .btMore:after {
    content: '';
    width: 2.34375vw;
    height: 1.04167vw;
    background: url("../img/course/ar01.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 1.95313vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .listCourse li.bkgGreen figure figcaption {
    border-color: #008c3f;
    color: #008c3f;
  }
  .listCourse li.bkgGreen h3 {
    color: #008c3f;
  }
  .listCourse li.bkgGreen dl {
    background-color: #008c3f;
  }
  .listCourse li.bkgPink figure figcaption {
    border-color: #d82e54;
    color: #d82e54;
  }
  .listCourse li.bkgPink h3 {
    color: #d82e54;
  }
  .listCourse li.bkgPink dl {
    background-color: #d82e54;
  }
  .listCourse li.bkgBlue figure figcaption {
    border-color: #006ca8;
    color: #006ca8;
  }
  .listCourse li.bkgBlue h3 {
    color: #006ca8;
  }
  .listCourse li.bkgBlue dl {
    background-color: #006ca8;
  }
  .listCourse li.bkgYellow em {
    padding-top: 11.58854vw;
  }
  .listCourse li.bkgYellow figure figcaption {
    border-color: #f7af00;
    color: #f7af00;
  }
  .listCourse li.bkgYellow dl {
    background-color: #f7af00;
  }
  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
  }
  header.fixed {
    -webkit-transform: translate3d(0, 0px, 0);
       -moz-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 49, 49, 0.39);
         box-shadow: 0px 0px 8px 0px rgba(50, 49, 49, 0.39);
    background-color: #fff;
  }
  header .bHeader {
    height: 14.32292vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3.90625vw;
  }
  header .bHeader__logo {
    line-height: 0;
  }
  header .bHeader__logo a {
    display: inline-block;
    line-height: 0;
  }
  header .bHeader__logo a img {
    width: 42.83854vw;
    height: auto;
  }
  header .bHeader__right__iconNav {
    width: 14.32292vw;
    height: 14.32292vw;
    position: relative;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    cursor: pointer;
    z-index: 100;
    background-color: #1c50a1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .bHeader__right__iconNav span {
    display: block;
    position: absolute;
    height: 0.52083vw;
    width: 8.33333vw;
    background: #fff;
    -moz-border-radius: 9px;
         border-radius: 9px;
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header .bHeader__right__iconNav span:nth-child(1) {
    top: 2.60417vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .bHeader__right__iconNav span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: -1.5625vw;
  }
  header .bHeader__right__iconNav span:nth-child(3) {
    bottom: 5.85938vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .bHeader__right__iconNav.open span {
    background-color: #fff;
    height: 0.52083vw;
  }
  header .bHeader__right__iconNav.open span:nth-child(1) {
    top: 5.20833vw;
    -webkit-transform: translateX(-50%) rotate(45deg);
       -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  header .bHeader__right__iconNav.open span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  header .bHeader__right__iconNav.open span:nth-child(3) {
    bottom: 8.46354vw;
    -webkit-transform: translateX(-50%) rotate(-45deg);
       -moz-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  header .bHeader__right__iconNav::after {
    content: 'MENU';
    position: absolute;
    bottom: 1.30208vw;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2.86458vw;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
  }
  header .bHeader__right .nav {
    background-color: #1c50a1;
    padding: 0 0 30px;
    position: absolute;
    width: 100%;
    top: 14.32292vw !important;
    left: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow-y: scroll;
  }
  header .bHeader__right .nav.open {
    opacity: 1;
    visibility: visible;
  }
  header .bHeader__right .nav ul {
    padding: 0 2.60417vw;
  }
  header .bHeader__right .nav ul li {
    position: relative;
  }
  header .bHeader__right .nav ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  header .bHeader__right .nav ul li a {
    font-size: 4.16667vw;
    line-height: 1;
    color: #ffffff;
    display: block;
    padding: 3.90625vw;
    text-align: center;
    position: relative;
  }
  header .bHeader__right .nav ul li .nav__menu__sub {
    border-top: 1px dotted #fff;
  }
  header .bHeader__right .nav ul li .nav__menu__sub li:not(:last-child) {
    border-bottom: 1px dotted #fff;
  }
  header .bHeader__right .nav ul li .nav__menu__sub li a {
    padding-left: 6.51042vw;
  }
  header.step-form-header {
    background: #1c50a1;
  }
  header.step-form-header .right_label {
    width: 39.0625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*padding: 10px;*/
    background: #fff;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
  }
  header.step-form-header .right_label p {
    width: 50%;
    font-size: 3.38542vw;
    text-align: center;
    padding: 5px 20px;
    color: #1c50a1;
  }
  header.step-form-header .right_label p:first-child {
    background: #9ed8f5;
  }
  footer {
    background-color: #1c50a1;
  }
  footer .bFooter__inner {
    padding: 10.41667vw 9.11458vw 9.11458vw;
  }
  footer .bFooter__left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .bFooter__left > div {
    width: 50%;
  }
  footer .bFooter__left ul li {
    margin-bottom: 5.20833vw;
  }
  footer .bFooter__left ul li a {
    color: #ffffff;
    font-size: 3.38542vw;
    line-height: 1;
    font-weight: 500;
    padding-left: 3.90625vw;
    background: url("../img/iconNavFt.svg") no-repeat left top 1.30208vw;
    -moz-background-size: 2.34375vw auto;
         background-size: 2.34375vw auto;
  }
  footer .bFooter__right {
    margin-top: 10.41667vw;
  }
  footer .bFooter__right p {
    color: #ffffff;
    font-size: 3.90625vw;
    margin-bottom: 2.60417vw;
    line-height: 1;
  }
  footer .bFooter__right .logoFt a {
    display: block;
    line-height: 0;
  }
  footer .bFooter__right .logoFt a img {
    width: 78.125vw;
  }
  footer .bFooter .copyRight {
    background-color: #9ed8f5;
    color: #1c50a1;
    text-align: center;
    padding: 4.55729vw 6.51042vw;
    font-size: 3.38542vw;
    font-weight: 500;
    line-height: 1;
  }
}
