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

body,
td,
th,
input,
textarea {
  color: #000000;
  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 =========*/
  .ttlIndex {
    text-align: center;
    font-size: 7.2rem;
    font-weight: 900;
    margin-bottom: 50px;
    color: #3c60ad;
  }
  .ttlIndex span {
    display: block;
    font-size: 2.5rem;
    line-height: -webkit-calc(30 / 25);
    line-height: -moz-calc(30 / 25);
    line-height: calc(30 / 25);
    font-weight: 500;
    color: #000000;
  }
  .ttlIndex.white {
    color: #ffffff;
  }
  .ttlIndex.white span {
    color: #ffffff;
  }
  .btn {
    background: url("../img/top/arr_right.svg") no-repeat right 15px center #ffffff;
    -moz-background-size: 18px auto;
         background-size: 18px auto;
    font-size: 1.4rem;
    line-height: 1;
    color: #3c60ad;
    font-weight: 500;
    height: 60px;
    width: 228px;
    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: 0 auto;
    -moz-border-radius: 40px;
         border-radius: 40px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ffffff;
  }
  .btn:hover {
    opacity: 1;
    color: #ffffff;
    background: url("../img/top/arr_right_white.svg") no-repeat right 15px center #3c60ad;
    -moz-background-size: 18px auto;
         background-size: 18px auto;
  }
  .btn.--blue {
    background: url("../img/top/arr_right_white.svg") no-repeat right 15px center #3c60ad;
    -moz-background-size: 18px auto;
         background-size: 18px auto;
    color: #ffffff;
    border: 1px solid #3c60ad;
  }
  .btn.--blue:hover {
    opacity: 1;
    color: #3c60ad;
    background: url("../img/top/arr_right.svg") no-repeat right 15px center #ffffff;
    -moz-background-size: 18px auto;
         background-size: 18px auto;
  }
  .btn.--whiteTextBlue {
    background: url("../img/top/arr_right_whiteBlue.svg") no-repeat right 15px center #ffffff;
    -moz-background-size: 18px auto;
         background-size: 18px auto;
    color: #299cd3;
  }
  .btn.--whiteTextBlue:hover {
    opacity: 1;
    color: #ffffff;
    background: url("../img/top/arr_right_white.svg") no-repeat right 15px center #299cd3;
    -moz-background-size: 18px auto;
         background-size: 18px auto;
  }
  .whiteBox {
    background: url("../img/block_bg.png") no-repeat right -1px top -1px #ffffff;
    padding: 40px 60px 20px;
  }
  .whiteBox:not(:last-child) {
    margin-bottom: 30px;
  }
  .blueBg {
    background-color: #3c60ad;
    padding: 70px 0;
  }
  .mainvisual {
    height: 412px;
    position: relative;
  }
  .mainvisual:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(162, 222, 249, 0.81);
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
  }
  .mainvisual_pic {
    width: 100%;
    height: 100%;
  }
  .mainvisual_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mainvisual_title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  .mainvisual_title span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: 100px;
         border-radius: 100px;
    border: 3px solid #fff;
    max-width: 510px;
    min-height: 72px;
    width: 100%;
    font-size: 3.7rem;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 8px rgba(60, 96, 173, 0.9), 0 1px 8px rgba(60, 96, 173, 0.9);
    -moz-box-shadow: 0 0 8px 6px rgba(60, 96, 173, 0.5);
         box-shadow: 0 0 8px 6px rgba(60, 96, 173, 0.5);
  }
  .l-anchor {
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 32px;
  }
  .l-anchor li {
    width: -webkit-calc(33.33% - 32px);
    width: -moz-calc(33.33% - 32px);
    width: calc(33.33% - 32px);
  }
  .l-anchor li a {
    width: 100%;
    height: 58px;
  }
  .ttl_section {
    text-align: center;
    margin-bottom: 65px;
  }
  .ttl_section_en {
    display: block;
    font-size: 7.8rem;
    line-height: 1;
    color: #3C60AD;
    font-weight: 700;
  }
  .ttl_section_ja {
    font-size: 2.1rem;
    line-height: 33px;
    display: block;
    margin-top: 10px;
  }
  .tabs_controls {
    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;
    gap: 8px;
  }
  .tabs_controls li a {
    width: 100%;
    height: 58px;
    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: 2.6rem;
    line-height: 1;
    font-weight: bold;
    background-color: #94CDE9;
    -moz-border-radius: 0 25px 0 0;
         border-radius: 0 25px 0 0;
    color: #fff;
  }
  .tabs_controls li.active a {
    background-color: #1C50A1;
  }
  .tabs_contents {
    background-color: #fff;
    padding: 50px;
    position: relative;
  }
  .tabs_contents:after {
    content: "";
    width: 143px;
    height: 143px;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    z-index: 9;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    background-color: #ffffff;
    overflow: hidden;
  }
  header.fixed {
    background-color: #ffffff;
    position: fixed;
  }
  header.fixed .bHeader__top {
    height: 0;
    margin-top: -1px;
  }
  header.fixed .bHeader__bottom {
    padding: 32px -webkit-calc(89px + 15px) 0;
    padding: 32px -moz-calc(89px + 15px) 0;
    padding: 32px calc(89px + 15px) 0;
    max-width: -webkit-calc(1072px + 89px * 2);
    max-width: -moz-calc(1072px + 89px * 2);
    max-width: calc(1072px + 89px * 2);
  }
}

@media screen and (min-width: 769px) and (max-width: 1350px), print and (max-width: 1350px) {
  header.fixed .bHeader__bottom {
    max-width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  header.fixed .bHeader__bottom .nav__menu li a {
    padding: 22px 13px 17px;
  }
  header.fixed .bHeader__logo {
    max-width: -webkit-calc(1072px + 89px * 2);
    max-width: -moz-calc(1072px + 89px * 2);
    max-width: calc(1072px + 89px * 2);
  }
}

@media screen and (min-width: 769px) and (max-width: 1350px), print and (max-width: 1350px) {
  header.fixed .bHeader__logo {
    max-width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  header.fixed .bHeader__logo a {
    width: 89px;
  }
  header.fixed .bHeader__text {
    padding-bottom: 15px;
  }
  header .bHeader__logo {
    position: relative;
    max-width: -webkit-calc(1072px + 157px * 2);
    max-width: -moz-calc(1072px + 157px * 2);
    max-width: calc(1072px + 157px * 2);
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header .bHeader__logo a {
    display: block;
    line-height: 0;
    width: 157px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media screen and (min-width: 769px) and (max-width: 1350px), print and (max-width: 1350px) {
  header .bHeader__logo a {
    width: 120px;
  }
}

@media screen and (min-width: 769px), print {
  header .bHeader__logo a:hover {
    opacity: 1;
  }
  header .bHeader__logo a:first-child {
    left: 0;
  }
  header .bHeader__logo a:last-child {
    right: 0;
  }
  header .bHeader__top {
    border-bottom: 1px solid #000000;
    height: 48px;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header .bHeader__top .row {
    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: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: -webkit-calc(1072px + 157px * 2);
    max-width: -moz-calc(1072px + 157px * 2);
    max-width: calc(1072px + 157px * 2);
    height: 100%;
    padding: 0 -webkit-calc(157px + 15px);
    padding: 0 -moz-calc(157px + 15px);
    padding: 0 calc(157px + 15px);
  }
}

@media screen and (min-width: 769px) and (max-width: 1350px), print and (max-width: 1350px) {
  header .bHeader__top .row {
    padding: 0 -webkit-calc(120px + 15px);
    padding: 0 -moz-calc(120px + 15px);
    padding: 0 calc(120px + 15px);
  }
}

@media screen and (min-width: 769px), print {
  header .bHeader__top .row ul {
    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;
    position: relative;
    z-index: 2;
  }
  header .bHeader__top .row ul li:not(:last-child) {
    margin-right: 30px;
  }
  header .bHeader__top .row ul li a {
    line-height: 1;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    background: url("../img/arr_blue_circle.svg") no-repeat left center;
    -moz-background-size: 18px auto;
         background-size: 18px auto;
    padding: 3px 0 3px 25px;
  }
  header .bHeader__top .row .btnContact {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    padding: 6px 0 8px;
    width: 127px;
    background-color: #3c60ad;
    -moz-border-radius: 30px;
         border-radius: 30px;
    text-align: center;
    margin-left: 30px;
  }
  header .bHeader__bottom {
    padding: 41px -webkit-calc(157px + 15px) 0;
    padding: 41px -moz-calc(157px + 15px) 0;
    padding: 41px calc(157px + 15px) 0;
    max-width: -webkit-calc(1072px + 157px * 2);
    max-width: -moz-calc(1072px + 157px * 2);
    max-width: calc(1072px + 157px * 2);
    margin: 0 auto;
    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;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media screen and (min-width: 769px) and (max-width: 1350px), print and (max-width: 1350px) {
  header .bHeader__bottom {
    padding: 19px -webkit-calc(120px + 15px) 0;
    padding: 19px -moz-calc(120px + 15px) 0;
    padding: 19px calc(120px + 15px) 0;
  }
}

@media screen and (min-width: 769px), print {
  header .bHeader__bottom .nav__menu {
    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;
  }
  header .bHeader__bottom .nav__menu li {
    position: relative;
  }
  header .bHeader__bottom .nav__menu li a {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500;
    padding: 22px 13px 28px;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media screen and (min-width: 769px) and (max-width: 1350px), print and (max-width: 1350px) {
  header .bHeader__bottom .nav__menu li a {
    padding: 12px 10px 18px;
  }
}

@media screen and (min-width: 769px), print {
  header .bHeader__text {
    padding-bottom: 28px;
    color: #3c60ad;
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header .bHeader__text a {
    color: #3c60ad;
  }
}

@media screen and (min-width: 769px) and (max-width: 1350px), print and (max-width: 1350px) {
  header .bHeader__text {
    font-size: 1.8rem;
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 769px), print {
  header .bHeader__text.--right {
    text-align: right;
  }
  header .bHeader__text span {
    display: block;
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  footer .bFooter__top {
    padding: 90px 0;
    background-color: #3c60ad;
  }
  footer .bFooter__top .row {
    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;
  }
  footer .bFooter__bottom {
    padding: 30px 0;
    background-color: #ffffff;
  }
  footer .bFooter__bottom .row {
    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;
  }
  footer .bFooter__bottom .row p {
    color: #3c60ad;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 1;
  }
  footer .bFooter__bottom .row p span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  footer .bFooter__bottom .row > div ul {
    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;
  }
  footer .bFooter__bottom .row > div ul:first-child {
    margin-bottom: 25px;
  }
  footer .bFooter__bottom .row > div ul:first-child li:not(:last-child) {
    margin-right: 30px;
  }
  footer .bFooter__bottom .row > div ul:first-child li a {
    color: #3c60ad;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
  }
  footer .bFooter__bottom .row > div ul:last-child li:not(:last-child) {
    margin-right: 30px;
  }
  footer .bFooter__bottom .row > div ul:last-child li a {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
  }
  footer .bFooter__copy {
    padding: 10px 0;
    background-color: #000000;
  }
  footer .bFooter__copy p {
    color: #ffffff;
    font-size: 1.3rem;
    text-align: right;
    line-height: 1;
  }
  footer .bFooter__info {
    color: #ffffff;
  }
  footer .bFooter__info h2 {
    font-size: 6.8rem;
    line-height: 1;
    color: #ffffff;
    font-weight: 900;
  }
  footer .bFooter__info__store {
    font-size: 2.0rem;
    line-height: 1;
    font-weight: 500;
    margin-top: 15px;
  }
  footer .bFooter__info__add {
    margin-top: 20px;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: -webkit-calc(23 / 14);
    line-height: -moz-calc(23 / 14);
    line-height: calc(23 / 14);
  }
  footer .bFooter__info__time {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: -webkit-calc(23 / 14);
    line-height: -moz-calc(23 / 14);
    line-height: calc(23 / 14);
  }
  footer .bFooter__info__img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px;
  }
  footer .bFooter__info__img a {
    display: block;
  }
  footer .bFooter__info__img a:not(:last-child) {
    margin-right: 32px;
  }
}

@media screen and (max-width: 768px) {
  .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 =========*/
  .ttlIndex {
    text-align: center;
    font-size: 13.02083vw;
    font-weight: 900;
    margin-bottom: 10.41667vw;
    color: #3c60ad;
  }
  .ttlIndex span {
    display: block;
    font-size: 5.20833vw;
    line-height: -webkit-calc(30 / 25);
    line-height: -moz-calc(30 / 25);
    line-height: calc(30 / 25);
    font-weight: 500;
    color: #000000;
  }
  .ttlIndex.white {
    color: #ffffff;
  }
  .ttlIndex.white span {
    color: #ffffff;
  }
  .btn {
    background: url("../img/top/arr_right.svg") no-repeat right 2.60417vw center #ffffff;
    -moz-background-size: 3.38542vw auto;
         background-size: 3.38542vw auto;
    font-size: 3.38542vw;
    line-height: 1;
    color: #3c60ad;
    font-weight: 500;
    height: 13.02083vw;
    width: 45.57292vw;
    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: 0 auto;
    -moz-border-radius: 11.71875vw;
         border-radius: 11.71875vw;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ffffff;
  }
  .btn:hover {
    opacity: 1;
    color: #ffffff;
    background: url("../img/top/arr_right_white.svg") no-repeat right 2.60417vw center #3c60ad;
    -moz-background-size: 3.38542vw auto;
         background-size: 3.38542vw auto;
  }
  .btn.--blue {
    background: url("../img/top/arr_right_white.svg") no-repeat right 2.60417vw center #3c60ad;
    -moz-background-size: 3.38542vw auto;
         background-size: 3.38542vw auto;
    color: #ffffff;
    border: 1px solid #3c60ad;
  }
  .btn.--blue:hover {
    opacity: 1;
    color: #3c60ad;
    background: url("../img/top/arr_right.svg") no-repeat right 2.60417vw center #ffffff;
    -moz-background-size: 3.38542vw auto;
         background-size: 3.38542vw auto;
  }
  .btn.--whiteTextBlue {
    background: url("../img/top/arr_right_whiteBlue.svg") no-repeat right 2.60417vw center #ffffff;
    -moz-background-size: 3.38542vw auto;
         background-size: 3.38542vw auto;
    color: #299cd3;
  }
  .btn.--whiteTextBlue:hover {
    opacity: 1;
    color: #ffffff;
    background: url("../img/top/arr_right_white.svg") no-repeat right 2.60417vw center #299cd3;
    -moz-background-size: 3.38542vw auto;
         background-size: 3.38542vw auto;
  }
  .whiteBox {
    background: url("../img/block_bg.png") no-repeat right -1px top -1px #ffffff;
    padding: 6.51042vw 3.90625vw;
    -moz-background-size: 20.83333vw auto;
         background-size: 20.83333vw auto;
  }
  .whiteBox:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .blueBg {
    background-color: #3c60ad;
    padding: 9.11458vw 0;
  }
  .mainvisual {
    height: 52.08333vw;
    position: relative;
  }
  .mainvisual:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(162, 222, 249, 0.81);
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
  }
  .mainvisual_pic {
    width: 100%;
    height: 100%;
  }
  .mainvisual_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mainvisual_title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  .mainvisual_title span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: 100px;
         border-radius: 100px;
    border: 0.52083vw solid #fff;
    max-width: 66.40625vw;
    min-height: 9.375vw;
    width: 100%;
    font-size: 4.94792vw;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 8px rgba(60, 96, 173, 0.9), 0 1px 8px rgba(60, 96, 173, 0.9);
    -moz-box-shadow: 0 0 8px 6px rgba(60, 96, 173, 0.5);
         box-shadow: 0 0 8px 6px rgba(60, 96, 173, 0.5);
  }
  .l-anchor {
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.60417vw 1.95313vw;
  }
  .l-anchor li {
    width: -webkit-calc(50% - 1.95313vw);
    width: -moz-calc(50% - 1.95313vw);
    width: calc(50% - 1.95313vw);
  }
  .l-anchor li a {
    width: 100%;
    height: 9.11458vw;
  }
  .ttl_section {
    text-align: center;
    margin-bottom: 9.11458vw;
  }
  .ttl_section_en {
    display: block;
    font-size: 10.41667vw;
    line-height: 1;
    font-weight: 700;
    color: #3C60AD;
  }
  .ttl_section_ja {
    font-size: 3.64583vw;
    line-height: 1.5;
    display: block;
    margin-top: 1.95313vw;
  }
  .tabs_controls {
    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;
    gap: 1.04167vw;
  }
  .tabs_controls li a {
    width: 100%;
    height: 9.11458vw;
    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: 3.38542vw;
    line-height: 1;
    font-weight: bold;
    background-color: #94CDE9;
    -moz-border-radius: 0 3.25521vw 0 0;
         border-radius: 0 3.25521vw 0 0;
    color: #fff;
  }
  .tabs_controls li.active a {
    background-color: #1C50A1;
  }
  .tabs_contents {
    background-color: #fff;
    padding: 6.51042vw;
    position: relative;
  }
  .tabs_contents:after {
    content: "";
    width: 18.22917vw;
    height: 18.22917vw;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  header {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header.fixed {
    position: fixed;
  }
  header.fixed .bHeader__logo a {
    width: 18.22917vw;
  }
  header .bHeader__bottom {
    height: 13.02083vw;
    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: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.30208vw;
  }
  header .bHeader__bottom__iconNav {
    width: 13.02083vw;
    height: 13.02083vw;
    position: relative;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    cursor: pointer;
    z-index: 99999;
    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__bottom__iconNav span {
    display: block;
    position: absolute;
    height: 0.65104vw;
    width: 9.11458vw;
    background: #3c60ad;
    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__bottom__iconNav span:nth-child(1) {
    top: 3.38542vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .bHeader__bottom__iconNav span:nth-child(2) {
    top: 50%;
    left: 50%;
    margin-top: -0.32552vw;
    margin-left: -4.55729vw;
  }
  header .bHeader__bottom__iconNav span:nth-child(3) {
    bottom: 3.38542vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .bHeader__bottom__iconNav.open span {
    background-color: #ffffff;
  }
  header .bHeader__bottom__iconNav.open span:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  header .bHeader__bottom__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__bottom__iconNav.open span:nth-child(3) {
    top: 50%;
    left: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
       -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .bHeader__bottom .nav {
    padding: 11.06771vw 23.4375vw 7.8125vw 7.8125vw;
    position: fixed;
    width: 100%;
    top: 0 !important;
    left: 0;
    height: 100% !important;
    z-index: 9999;
    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: auto;
    background: #3c60ad;
  }
  header .bHeader__bottom .nav.open {
    opacity: 1;
    visibility: visible;
  }
  header .bHeader__bottom .nav__menu {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2.60417vw;
    margin-bottom: 5.20833vw;
  }
  header .bHeader__bottom .nav__menu li a {
    font-size: 4.16667vw;
    line-height: 1;
    color: #ffffff;
    display: block;
    padding: 3.90625vw 0;
    position: relative;
    font-weight: 500;
  }
  header .bHeader__bottom .nav_topMenu li a {
    font-size: 3.77604vw;
    line-height: 1;
    color: #ffffff;
    display: block;
    padding: 3.90625vw 2.60417vw;
    position: relative;
    font-weight: 500;
  }
  header .bHeader__bottom .nav_txt {
    margin-bottom: 5.20833vw;
  }
  header .bHeader__bottom .nav_txt p {
    color: #ffffff;
    font-size: 5.46875vw;
    font-weight: 600;
    line-height: 1;
  }
  header .bHeader__bottom .nav_txt p:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  header .bHeader__bottom .nav_txt p a {
    color: #ffffff;
  }
  header .bHeader__bottom .nav_txt p span {
    display: block;
    font-size: 2.86458vw;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1.30208vw;
  }
  header .bHeader__logo {
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
  }
  header .bHeader__logo a {
    display: block;
    width: 23.4375vw;
    line-height: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .bHeader__logo a img {
    width: 100%;
    height: auto;
  }
  footer .bFooter__top {
    padding: 10.41667vw 3.90625vw;
    background-color: #3c60ad;
  }
  footer .bFooter__bottom {
    padding: 3.90625vw 0;
    background-color: #ffffff;
  }
  footer .bFooter__bottom .row p {
    color: #3c60ad;
    font-weight: 600;
    font-size: 5.46875vw;
    line-height: 1;
    padding: 0 2.60417vw;
  }
  footer .bFooter__bottom .row p span {
    display: block;
    font-size: 2.60417vw;
    line-height: 1.2;
    margin-bottom: 1.30208vw;
  }
  footer .bFooter__bottom .row > div ul {
    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;
  }
  footer .bFooter__bottom .row > div ul:first-child {
    margin-bottom: 25px;
  }
  footer .bFooter__bottom .row > div ul:first-child li:not(:last-child) {
    margin-right: 50px;
  }
  footer .bFooter__bottom .row > div ul:first-child li a {
    color: #3c60ad;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
  }
  footer .bFooter__bottom .row > div ul:last-child li:not(:last-child) {
    margin-right: 60px;
  }
  footer .bFooter__bottom .row > div ul:last-child li a {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
  }
  footer .bFooter__copy {
    padding: 2.60417vw 0 2.86458vw;
    background-color: #000000;
  }
  footer .bFooter__copy p {
    color: #ffffff;
    font-size: 2.86458vw;
    text-align: center;
    line-height: 1;
  }
  footer .bFooter__info {
    color: #ffffff;
  }
  footer .bFooter__info h2 {
    font-size: 9.375vw;
    line-height: 1;
    color: #ffffff;
    font-weight: 900;
  }
  footer .bFooter__info__store {
    font-size: 3.51563vw;
    line-height: 1;
    font-weight: 500;
    margin-top: 3.25521vw;
  }
  footer .bFooter__info__add {
    margin-top: 3.90625vw;
    font-size: 3.125vw;
    font-weight: 500;
    line-height: -webkit-calc(23 / 14);
    line-height: -moz-calc(23 / 14);
    line-height: calc(23 / 14);
  }
  footer .bFooter__info__time {
    font-size: 3.125vw;
    font-weight: 500;
    line-height: -webkit-calc(23 / 14);
    line-height: -moz-calc(23 / 14);
    line-height: calc(23 / 14);
  }
  footer .bFooter__info__img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6.51042vw;
  }
  footer .bFooter__info__img a {
    display: block;
  }
  footer .bFooter__info__img a:not(:last-child) {
    margin-right: 4.16667vw;
  }
  footer .bFooter__logo {
    margin-top: 9.11458vw;
  }
  footer .bFooter__logo a {
    display: block;
    width: 49.47917vw;
    line-height: 0;
    margin: 0 auto;
  }
  footer .bFooter__logo a img {
    width: 100%;
    height: auto;
  }
}
