@charset "UTF-8";
body {
  font-family: "Noto Sans JP", serif;
  margin: 0;
  padding: 0;
  font-size: 15px;
  position: relative;
  background: #fff;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "Noto Sans JP", serif;
}

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

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 2;
  letter-spacing: 0.05em;
  color: #283A51;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #283A51;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 52px;
  right: 50px;
  z-index: 999999;
  display: block;
}
@media screen and (max-width: 767px) {
  .hnavi_btn {
    top: 19px;
    right: 17px;
  }
}

.menu-button {
  width: 52px;
  height: 52px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
  border: 1px solid #54609B;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .menu-button {
    width: 42px;
    height: 42px;
  }
}
.menu-button i {
  display: block;
  width: 15px;
  height: 1px;
  background: #54609B;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 18px;
  top: 26px;
}
@media screen and (max-width: 767px) {
  .menu-button i {
    right: 13px;
    top: 21px;
  }
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #54609B;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.menu-button i:after {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.modal_navi {
  width: 100%;
  height: 100dvh;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .modal_navi {
    padding: 98px 30px 30px;
    display: block;
  }
}
.modal_navi.active {
  opacity: 1;
  pointer-events: all;
  z-index: 9999;
}
.modal_navi.active .navi_img {
  display: block;
}
.modal_navi .navi_img {
  width: 37%;
  height: 100%;
  border-radius: 0 150px 150px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .modal_navi .navi_img {
    display: none !important;
  }
}
.modal_navi .navi_img ul {
  width: 100%;
  height: 100%;
}
.modal_navi .navi_img ul li {
  width: 100%;
  height: 100%;
}
.modal_navi .navi_img ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal_navi .navi_cnt {
  width: 46.4%;
  margin-right: 50px;
}
@media screen and (max-width: 1080px) {
  .modal_navi .navi_cnt {
    width: 58%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .modal_navi .navi_cnt {
    width: 100%;
  }
}
.modal_navi .navi_cnt .navi_logo {
  font-size: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .modal_navi .navi_cnt .navi_logo {
    position: absolute;
    top: 21px;
    left: 20px;
    width: 161px;
  }
}
.modal_navi .navi_cnt .navi_campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .modal_navi .navi_cnt .navi_campaign {
    margin-bottom: 32px;
  }
}
.modal_navi .navi_cnt .navi_campaign li {
  width: 49%;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .modal_navi .navi_cnt .navi_campaign li {
    width: 100%;
  }
}
.modal_navi .navi_cnt .navi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 54px;
}
@media screen and (max-width: 980px) {
  .modal_navi .navi_cnt .navi_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .modal_navi .navi_cnt .navi_list {
    margin-bottom: 16px;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.modal_navi .navi_cnt .navi_list ul {
  width: 220px;
  border-left: 1px solid #283A51;
  padding: 16px 0 16px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .modal_navi .navi_cnt .navi_list ul {
    margin-bottom: 17px;
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .modal_navi .navi_cnt .navi_list ul {
    width: 50%;
    padding: 14px 16px 14px 20px;
  }
}
.modal_navi .navi_cnt .navi_list ul li {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .modal_navi .navi_cnt .navi_list ul li {
    font-size: 14px;
  }
}
.modal_navi .navi_cnt .navi_list ul li:last-of-type {
  margin-bottom: 0;
}
.modal_navi .navi_cnt .navi_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .modal_navi .navi_cnt .navi_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 32px;
  }
}
.modal_navi .navi_cnt .navi_btn li {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .modal_navi .navi_cnt .navi_btn li {
    margin: 0 7px;
  }
}
.modal_navi .navi_cnt .navi_btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 20px 16px;
  min-width: 180px;
  min-height: 50px;
  background: #283A51;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  line-height: 1.4;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .modal_navi .navi_cnt .navi_btn li a {
    min-width: 140px;
  }
}
.modal_navi .navi_cnt .navi_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .modal_navi .navi_cnt .navi_sns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.modal_navi .navi_cnt .navi_sns li {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .modal_navi .navi_cnt .navi_sns li {
    margin: 0 0 0 16px;
    width: 28px;
  }
}

.hsns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 60px;
  right: 125px;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .hsns {
    top: 26px;
    right: 76px;
  }
}
.hsns li {
  margin-left: 20px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .hsns li {
    width: 28px;
    margin-left: 12px;
  }
}

body {
  word-break: break-all;
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body.show {
  opacity: 1;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 258px 0 40px;
  margin-bottom: 47px;
}
.header .hlogo {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .header .hlogo {
    position: absolute;
    top: 21px;
    left: 20px;
    width: 161px;
  }
}
.header .gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1240px) {
  .header .gnavi {
    display: none;
  }
}
.header .gnavi li {
  margin-right: 20px;
}
.header .gnavi li:last-of-type {
  margin-right: 0;
}
.header .gnavi li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 20px 16px;
  min-width: 180px;
  min-height: 50px;
  background: #283A51;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  line-height: 1.4;
}

.wrap_faccess {
  background: linear-gradient(51.99deg, #2E80B0 2.74%, #7580AE 57.56%, #7A95CE 97.26%);
  border-radius: 150px;
  margin: 0 30px;
  padding: 100px 40px 200px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .wrap_faccess {
    border-radius: 100px;
    margin: 0 10px;
    padding: 60px 30px 118px;
    margin-bottom: 54px;
  }
}
.wrap_faccess .faccess {
  max-width: 880px;
  margin: 0 auto;
}
.wrap_faccess .faccess .sec_ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.25em;
  margin-bottom: 54px;
  line-height: 1.8;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrap_faccess .faccess .sec_ttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.wrap_faccess .faccess .sec_ttl span {
  display: block;
  font-size: 42px;
  font-weight: bold;
  font-family: "Montserrat", serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .wrap_faccess .faccess .sec_ttl span {
    font-size: 28px;
  }
}
.wrap_faccess .faccess .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .wrap_faccess .faccess .btn {
    margin-bottom: 40px;
  }
}
.wrap_faccess .faccess .btn a {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .wrap_faccess .faccess .btn a {
    width: 240px;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}
.wrap_faccess .faccess .access_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .wrap_faccess .faccess .access_img {
    display: block;
  }
}
.wrap_faccess .faccess .access_img li {
  width: calc(50% - 10px);
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .wrap_faccess .faccess .access_img li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_faccess .faccess .access_img .gmap {
    margin-bottom: 10px;
    aspect-ratio: 25/29;
  }
}
.wrap_faccess .faccess .access_img .gmap iframe {
  width: 100%;
  height: 100%;
}
.wrap_faccess .faccess .wrap_access_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .wrap_faccess .faccess .wrap_access_cnt {
    display: block;
  }
}
.wrap_faccess .faccess .wrap_access_cnt .access_cnt {
  width: 33.33%;
  padding: 20px 20px 30px;
  border-right: 1px solid #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrap_faccess .faccess .wrap_access_cnt .access_cnt {
    width: 100%;
    border: none;
    border-bottom: 1px solid #FFF;
    padding: 0 0 40px;
    margin-bottom: 20px;
  }
}
.wrap_faccess .faccess .wrap_access_cnt .access_cnt:last-of-type {
  border: none;
}
@media screen and (max-width: 767px) {
  .wrap_faccess .faccess .wrap_access_cnt .access_cnt:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.wrap_faccess .faccess .wrap_access_cnt .access_cnt p {
  color: #FFF;
  line-height: 1.8;
  font-size: 14px;
}
.wrap_faccess .faccess .wrap_access_cnt .access_cnt .ttl {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}
.wrap_faccess .faccess .map .map_ttl {
  font-size: 42px;
  font-weight: bold;
  font-family: "Montserrat", serif;
  color: #FFF;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .wrap_faccess .faccess .map .map_ttl {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.wrap_faccess .faccess .map .map_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap_faccess .faccess .map .map_img {
    display: block;
  }
}
.wrap_faccess .faccess .map .map_img li {
  font-size: 0;
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .wrap_faccess .faccess .map .map_img li {
    width: 100%;
    margin: 0 0 10px;
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.fline {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  z-index: 100;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .fline {
    margin-bottom: 72px;
  }
}
.fline p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: loop 80s -40s linear infinite;
          animation: loop 80s -40s linear infinite;
  will-change: transform;
  font-size: 0;
}
.fline p:nth-of-type(even) {
  -webkit-animation: loop2 80s linear infinite;
          animation: loop2 80s linear infinite;
}
@media screen and (max-width: 767px) {
  .fline p img {
    width: 647px;
    max-width: none;
  }
}

.wrap_footer {
  background: linear-gradient(77.84deg, #283A51 0%, #347399 94.81%);
  border-radius: 0 150px 0 0;
  margin-right: 56px;
  padding: 130px 40px 150px;
}
@media screen and (max-width: 767px) {
  .wrap_footer {
    margin-right: 10px;
    padding: 50px 30px 20px;
  }
}
.wrap_footer .footer {
  max-width: 1036px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
}
.wrap_footer .footer .fcnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fcnt {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fcnt {
    margin-bottom: 30px;
  }
}
.wrap_footer .footer .fcnt .flogo {
  font-size: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fcnt .flogo {
    width: 110px;
  }
}
.wrap_footer .footer .fcnt .fsns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap_footer .footer .fcnt .fsns li {
  font-size: 0;
  margin-right: 10px;
}
.wrap_footer .footer .fcnt .fsns li:last-of-type {
  margin-right: 0;
}
.wrap_footer .footer .fnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fnavi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 540px) {
  .wrap_footer .footer .fnavi {
    width: 100%;
  }
}
.wrap_footer .footer .fnavi ul {
  width: 220px;
  border-left: 1px solid #fff;
  padding: 16px 0 16px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fnavi ul {
    width: 50%;
    margin-bottom: 16px;
    padding: 14px 10px 14px 20px;
  }
}
.wrap_footer .footer .fnavi ul li {
  margin-bottom: 16px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fnavi ul li {
    font-size: 14px;
    line-height: 1.2;
  }
}
.wrap_footer .footer .fnavi ul li:last-of-type {
  margin-bottom: 0;
}
.wrap_footer .footer .fnavi ul li a {
  color: #FFF;
}
.wrap_footer .ffooter {
  max-width: 1036px;
  padding-left: 6px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .ffooter {
    display: block;
    text-align: center;
  }
}
.wrap_footer .ffooter p {
  font-size: 14px;
  color: #FFF;
  letter-spacing: 0.1em;
}
.wrap_footer .ffooter .fadrs {
  padding-right: 48px;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .ffooter .fadrs {
    padding: 0;
    margin-bottom: 24px;
    text-align: left;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn.btn_w a {
  background: #FFF;
  color: #283A51;
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 20px 16px;
  min-width: 220px;
  min-height: 50px;
  background: #283A51;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  line-height: 1.4;
  letter-spacing: 0.25em;
}

.page_mv {
  background: url("../img/top/photo_about.webp") no-repeat center;
  background-size: cover;
  border-radius: 0 150px 150px 0;
  position: relative;
  margin: 0 30px 120px;
  overflow: hidden;
  padding: 90px 70px 100px;
}
@media screen and (max-width: 767px) {
  .page_mv {
    padding: 90px 30px;
    margin: 0 10px 48px;
  }
}
.page_mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(68.87deg, #2891CA 0%, #838EC7 52%, #365587 100%);
  opacity: 0.6;
  z-index: 1;
}
.page_mv .page_ttl {
  position: relative;
  z-index: 100;
  padding: 5px 0 16px 30px;
  border-left: 1px solid #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.25em;
  color: #FFF;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page_mv .page_ttl {
    font-size: 16px;
  }
}
.page_mv .page_ttl span {
  font-size: 85px;
  font-weight: bold;
  font-family: "Montserrat", serif;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .page_mv .page_ttl span {
    font-size: 50px;
  }
}
.page_mv .page_lead {
  position: relative;
  z-index: 100;
  margin-top: 205px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .page_mv .page_lead {
    margin-top: 30px;
    font-size: 15px;
    letter-spacing: 0.2em;
  }
}

/*/ TOP ///////////////////////////////////////////////*/
.top_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 169px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .top_header {
    margin-bottom: 32px;
    padding-top: 105px;
  }
}
.top_header .logo {
  font-size: 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .top_header .logo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top_header .logo img {
    width: 128px;
  }
}
.top_header .top_gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top_header .top_gnavi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top_header .top_gnavi li {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .top_header .top_gnavi li {
    margin: 0 7px 14px;
  }
}
.top_header .top_gnavi li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .top_header .top_gnavi li:last-of-type {
    margin-right: 7px;
  }
}
.top_header .top_gnavi li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 20px 16px;
  min-width: 180px;
  min-height: 50px;
  background: #283A51;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top_header .top_gnavi li a {
    min-width: 140px;
    height: 44px;
  }
}

.top_recommend {
  margin-bottom: 120px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .top_recommend {
    margin-bottom: 84px;
  }
}
.top_recommend .recommend_slide {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.top_recommend .recommend_slide.active {
  opacity: 1;
}
.top_recommend .recommend_slide .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
  padding: 90px 0;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .top_recommend .recommend_slide .swiper-wrapper {
    margin-left: 0px;
    padding: 60px 0;
    margin-bottom: 16px;
  }
}
.top_recommend .recommend_slide .swiper-wrapper li {
  width: 344px;
  border-radius: 15px;
  margin: 0 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .top_recommend .recommend_slide .swiper-wrapper li {
    width: 186px;
  }
}
.top_recommend .recommend_slide .swiper-wrapper li img {
  border-radius: 15px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.top_recommend .recommend_slide .swiper-wrapper li.swiper-slide-active {
  margin: 0 80px !important;
  z-index: 100;
  -webkit-transform: scale(1.36);
          transform: scale(1.36);
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 767px) {
  .top_recommend .recommend_slide .swiper-wrapper li.swiper-slide-active {
    margin: 0 30px !important;
  }
}
.top_recommend .recommend_slide .swiper-wrapper li.swiper-slide-active img {
  border-radius: 44px;
}
.top_recommend .recommend_slide .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.25em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top_recommend .recommend_slide .ttl {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.top_recommend .recommend_slide .ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-family: "Montserrat", serif;
  color: #7584B8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top_recommend .recommend_slide .ttl span {
    font-size: 24px;
  }
}
.top_recommend .recommend_slide .ttl span::before, .top_recommend .recommend_slide .ttl span::after {
  content: "";
  display: block;
  background: #7584B8;
  height: 13.8564064606px;
  width: 25px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  margin: 0 14px;
}
@media screen and (max-width: 767px) {
  .top_recommend .recommend_slide .ttl span::before, .top_recommend .recommend_slide .ttl span::after {
    width: 19px;
    height: 10.3923048454px;
    margin: 0 12px;
  }
}
.top_recommend .recommend_slide .swiper-pagination {
  position: static;
}
.top_recommend .recommend_slide .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFF;
  border: 1px solid #283A51;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}
.top_recommend .recommend_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7584B8;
  border: none;
}

.wrap_top_about {
  background: url("../img/top/photo_about.webp") no-repeat center;
  background-size: cover;
  border-radius: 0 150px 150px 0;
  position: relative;
  margin: 0 30px 140px;
  overflow: hidden;
  padding: 120px 40px;
}
@media screen and (max-width: 767px) {
  .wrap_top_about {
    margin: 0 10px 60px;
    padding: 70px 30px 84px;
  }
}
.wrap_top_about::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(68.87deg, #2891CA 0%, #838EC7 52%, #365587 100%);
  opacity: 0.6;
  z-index: 1;
}
.wrap_top_about .top_about {
  position: relative;
  z-index: 100;
  max-width: 891px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap_top_about .top_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wrap_top_about .top_about .logo {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .wrap_top_about .top_about .logo {
    width: 158px;
    margin-right: 0;
    margin-bottom: 45px;
  }
}
.wrap_top_about .top_about .cnt {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .wrap_top_about .top_about .cnt {
    width: 100%;
  }
}
.wrap_top_about .top_about .cnt p {
  color: #FFF;
  line-height: 220%;
}
.wrap_top_about .top_about .cnt .copy {
  font-weight: bold;
  font-size: 18px;
  line-height: 250%;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap_top_about .top_about .cnt .copy {
    font-size: 17px;
    margin-bottom: 24px;
  }
}
.wrap_top_about .top_about .cnt .lead {
  margin-bottom: 96px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap_top_about .top_about .cnt .lead {
    margin-bottom: 84px;
  }
}
.wrap_top_about .top_about .cnt .lead::after {
  content: "";
  display: block;
  width: 156px;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: -48px;
}
@media screen and (max-width: 767px) {
  .wrap_top_about .top_about .cnt .lead::after {
    bottom: -40px;
  }
}
.wrap_top_about .top_about .cnt .txt {
  margin-bottom: 48px;
}
.wrap_top_about .top_about .cnt .txt p {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap_top_about .top_about .cnt .txt p {
    margin-bottom: 32px;
  }
}

.top_program {
  margin: 0 30px 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top_program {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 10px 60px;
  }
}
.top_program .img {
  width: 50%;
  height: 800px;
  border-radius: 150px 0 0 150px;
  overflow: hidden;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .top_program .img {
    margin-left: 0;
    width: 100%;
    height: 400px;
    margin-bottom: 80px;
    border-radius: 100px 0 0 100px;
  }
}
.top_program .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 35% 0;
     object-position: 35% 0;
}
.top_program .cnt {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_program .cnt {
    width: 100%;
  }
}
.top_program .cnt .top_program_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.25em;
  margin-bottom: 54px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top_program .cnt .top_program_ttl {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.top_program .cnt .top_program_ttl::before {
  content: "";
  display: block;
  background: url("../img/common/tri_icon.svg") no-repeat;
  width: 88px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .top_program .cnt .top_program_ttl::before {
    width: 64px;
    height: 12px;
    background-size: 100%;
  }
}
.top_program .cnt .top_program_ttl span {
  display: block;
  font-size: 42px;
  font-weight: bold;
  font-family: "Montserrat", serif;
  letter-spacing: 0.05em;
  color: #7584B8;
}
@media screen and (max-width: 767px) {
  .top_program .cnt .top_program_ttl span {
    font-size: 28px;
  }
}
.top_program .cnt .top_program_list {
  width: 350px;
  border-top: 1px solid #B8C1C7;
}
.top_program .cnt .top_program_list li {
  border-bottom: 1px solid #B8C1C7;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .top_program .cnt .top_program_list li {
    padding: 20px 0;
  }
}
.top_program .cnt .top_program_list li .ttl {
  font-size: 16px;
  font-weight: bold;
  color: #7584B8;
  margin-bottom: 20px;
}
.top_program .cnt .top_program_list li .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_program .cnt .top_program_list li .btn a {
    min-width: 205px;
  }
}

/*/ ABOUT ///////////////////////////////////////////////////////*/
.page_about .whatsab {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .page_about .whatsab {
    margin-bottom: 80px;
  }
}
.page_about .whatsab .whatsab_header {
  margin: 0 30px 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page_about .whatsab .whatsab_header {
    margin: 0 10px 60px;
  }
}
@media screen and (max-width: 767px) {
  .page_about .whatsab .whatsab_header {
    display: block;
  }
}
.page_about .whatsab .whatsab_header .img {
  width: 50%;
  height: 800px;
  border-radius: 150px 0 0 150px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page_about .whatsab .whatsab_header .img {
    width: 100%;
    height: 400px;
    border-radius: 100px 0 0 100px;
    margin-bottom: 30px;
  }
}
.page_about .whatsab .whatsab_header .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 35% 0;
     object-position: 35% 0;
}
.page_about .whatsab .whatsab_header .cnt {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .page_about .whatsab .whatsab_header .cnt {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .page_about .whatsab .whatsab_header .cnt {
    width: 100%;
  }
}
.page_about .whatsab .whatsab_header .cnt .logo {
  font-size: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_about .whatsab .whatsab_header .cnt .logo {
    width: 223px;
    margin-bottom: 16px;
  }
}
.page_about .whatsab .whatsab_header .cnt .copy {
  font-size: 16px;
  font-weight: bold;
  color: #7584B8;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page_about .whatsab .whatsab_header .cnt .copy {
    font-size: 15px;
  }
}
.page_about .whatsab .whatsab_header .cnt .copy::after {
  content: "";
  display: block;
  background: url("../img/common/tri_icon.svg") no-repeat;
  width: 88px;
  height: 16px;
  margin: 34px auto 0;
}
@media screen and (max-width: 767px) {
  .page_about .whatsab .whatsab_header .cnt .copy::after {
    width: 64px;
    height: 12px;
    background-size: 100%;
    margin: 20px auto 0;
  }
}
.page_about .whatsab .whatsab_header .cnt .txt {
  max-width: 380px;
}
.page_about .whatsab .whatsab_header .cnt .txt p {
  text-align: left;
  margin-bottom: 24px;
}
.page_about .whatsab .whatsab_cnt {
  margin: 0 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page_about .whatsab .whatsab_cnt {
    display: block;
    margin: 0 10px 40px;
  }
}
.page_about .whatsab .whatsab_cnt .img {
  width: 58.5%;
  min-height: 360px;
  border-radius: 0 150px 150px 0;
  overflow: hidden;
  margin-right: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_about .whatsab .whatsab_cnt .img {
    width: 100%;
    height: 220px;
    border-radius: 0 100px 100px 0;
    margin-bottom: 24px;
  }
}
.page_about .whatsab .whatsab_cnt .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 35% 0;
     object-position: 35% 0;
}
.page_about .whatsab .whatsab_cnt .cnt {
  padding: 50px 0;
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .page_about .whatsab .whatsab_cnt .cnt {
    padding: 0;
    width: 100%;
  }
}
.page_about .whatsab .whatsab_cnt .cnt .copy {
  font-size: 16px;
  font-weight: bold;
  color: #7584B8;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page_about .whatsab .whatsab_cnt .cnt .copy {
    margin-bottom: 10px;
  }
}
.page_about .about_ab {
  margin: 0 30px 190px;
  border-radius: 150px;
  background: url("../img/about/bg_AB.webp") no-repeat top center;
  background-size: cover;
  padding: 60px 150px;
  min-height: 506px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .page_about .about_ab {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page_about .about_ab {
    border-radius: 100px;
    padding: 100px 30px;
    margin: 0 10px 80px;
    min-height: 0;
  }
}
.page_about .about_ab .cnt {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .page_about .about_ab .cnt {
    width: 100%;
  }
}
.page_about .about_ab .cnt .ttl {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 36px;
}
.page_about .about_ab .cnt p {
  color: #FFF;
  margin-bottom: 24px;
}
.page_about .about_ab .cnt p:last-of-type {
  margin-bottom: 0;
}
.page_about .about_floor {
  position: relative;
  padding: 100px 60px 130px;
  margin-bottom: 200px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page_about .about_floor {
    padding-top: 0;
    padding: 0;
    margin-bottom: 80px;
  }
}
.page_about .about_floor::before, .page_about .about_floor::after {
  content: "";
  display: block;
  width: calc(50% - 435px + 93px);
  min-width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(51.99deg, #2E80B0 2.74%, #7580AE 57.56%, #7A95CE 97.26%);
  opacity: 0.6;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page_about .about_floor::before, .page_about .about_floor::after {
    display: none;
    top: 232px;
    min-width: 100px;
    height: calc(100% - 232px);
  }
}
.page_about .about_floor::before {
  top: 719px;
  height: calc(100% - 719px);
  left: 0;
  border-radius: 0 150px 150px 0;
}
@media screen and (max-width: 767px) {
  .page_about .about_floor::before {
    height: calc(100% - 232px);
    top: 232px;
  }
}
.page_about .about_floor::after {
  right: 0;
  border-radius: 150px 0 0 150px;
}
.page_about .about_floor .wrap_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 870px;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page_about .about_floor .wrap_movie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 48px;
  }
}
.page_about .about_floor .wrap_movie .movie {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .page_about .about_floor .wrap_movie .movie {
    margin-left: 0;
    width: 100%;
  }
}
.page_about .about_floor .wrap_movie .movie video {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
}
.page_about .about_floor .wrap_movie .cnt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_about .about_floor .wrap_movie .cnt {
    width: 100%;
    margin-bottom: 72px;
  }
}
.page_about .about_floor .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.25em;
  margin-bottom: 36px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page_about .about_floor .ttl {
    font-size: 16px;
  }
}
.page_about .about_floor .ttl::before {
  content: "";
  display: block;
  background: url("../img/common/tri_icon.svg") no-repeat;
  width: 88px;
  height: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page_about .about_floor .ttl::before {
    width: 64px;
    height: 12px;
    background-size: 100%;
  }
}
.page_about .about_floor .ttl span {
  display: block;
  font-size: 42px;
  font-weight: bold;
  font-family: "Montserrat", serif;
  letter-spacing: 0.05em;
  color: #7584B8;
}
@media screen and (max-width: 767px) {
  .page_about .about_floor .ttl span {
    font-size: 28px;
  }
}
.page_about .about_floor .lead {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .page_about .about_floor .lead {
    margin-bottom: 48px;
  }
}
.page_about .about_floor .wrap_imgs {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_about .about_floor .wrap_imgs {
    padding: 0 30px 130px;
  }
}
.page_about .about_floor .wrap_imgs::before, .page_about .about_floor .wrap_imgs::after {
  content: "";
  display: block;
  width: calc(50% - 435px + 93px);
  min-width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(51.99deg, #2E80B0 2.74%, #7580AE 57.56%, #7A95CE 97.26%);
  opacity: 0.6;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 767px) {
  .page_about .about_floor .wrap_imgs::before, .page_about .about_floor .wrap_imgs::after {
    display: block;
    top: -880px;
    min-width: 100px;
    height: calc(100% + 880px);
  }
}
@media screen and (max-width: 480px) {
  .page_about .about_floor .wrap_imgs::before, .page_about .about_floor .wrap_imgs::after {
    top: -180vw;
    height: calc(100% + 180vw);
  }
}
.page_about .about_floor .wrap_imgs::before {
  left: 0;
  border-radius: 0 150px 150px 0;
}
.page_about .about_floor .wrap_imgs::after {
  right: 0;
  border-radius: 150px 0 0 150px;
}
.page_about .about_floor .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 870px;
}
.page_about .about_floor .imgs li {
  font-size: 0;
  margin-bottom: 12px;
  width: calc(33.33% - 8px);
}
@media screen and (max-width: 767px) {
  .page_about .about_floor .imgs li {
    width: calc(50% - 4px);
  }
}
.page_about .about_floor .imgs li:first-of-type {
  width: 100%;
}
.page_about .about_floor .imgs img {
  width: 100%;
}

/*/ PROGRAM ///////////////////////////////////////////////////////*/
.page_program .wrap_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 160px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .page_program .wrap_page {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page_program .wrap_page {
    padding: 0 10px;
    margin-bottom: 80px;
  }
}
.page_program .wrap_page .main_cnt {
  width: 660px;
}
@media screen and (max-width: 1120px) {
  .page_program .wrap_page .main_cnt {
    width: calc(100% - 380px);
  }
}
@media screen and (max-width: 980px) {
  .page_program .wrap_page .main_cnt {
    width: 100%;
    margin-bottom: 60px;
  }
}
.page_program .wrap_page .main_cnt .program_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.page_program .wrap_page .main_cnt .program_navi li {
  width: 210px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1120px) {
  .page_program .wrap_page .main_cnt .program_navi li {
    width: calc(50% - 6px);
  }
}
.page_program .wrap_page .main_cnt .program_navi li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 6px 20px;
  width: 100%;
  min-height: 60px;
  background: #283A51;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .page_program .wrap_page .main_cnt .program_navi li a {
    padding: 6px 30px;
  }
}
@media screen and (max-width: 767px) {
  .page_program .wrap_page .main_cnt .program_navi li a {
    font-size: 14px;
  }
}
.page_program .wrap_page .main_cnt .program_navi li a::before {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background: #FFF;
  position: absolute;
  right: 26px;
  top: 20px;
}
.page_program .wrap_page .main_cnt .program_navi li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  right: 23px;
  top: 34px;
}
.page_program .wrap_page .main_cnt .program_cnt {
  margin-bottom: 40px;
}
.page_program .wrap_page .main_cnt .program_cnt h2 {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  background: linear-gradient(51.99deg, rgba(46, 128, 176, 0.6) 2.74%, rgba(117, 128, 174, 0.6) 57.56%, rgba(122, 149, 206, 0.6) 97.26%);
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_program .wrap_page .main_cnt .program_cnt h2 {
    font-size: 22px;
  }
}
.page_program .wrap_page .main_cnt .program_cnt p {
  color: #7584B8;
  line-height: 1.8;
  margin-bottom: 30px;
}
.page_program .wrap_page .main_cnt .program_cnt h3 {
  border-radius: 10px;
  padding: 10px 20px;
  background: #283A51;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.page_program .wrap_page .main_cnt .program_cnt h3 a {
  margin-left: 20px;
  border-radius: 10px;
  background: #FFF;
  color: #283A51;
  font-size: 11px;
  text-decoration: underline;
  padding: 3px 10px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.page_program .wrap_page .main_cnt .program_cnt .margin-bottom10 {
  margin-bottom: 10px;
}
.page_program .wrap_page .main_cnt .program_cnt .margin-bottom20 {
  margin-bottom: 20px;
}
.page_program .wrap_page .main_cnt .program_cnt .margin-bottom30 {
  margin-bottom: 30px;
}
.page_program .wrap_page .main_cnt .program_cnt h4 {
  border-radius: 10px;
  padding: 10px 40px 10px 20px;
  background: #E2E5E7;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_program .wrap_page .main_cnt .program_cnt h4 {
    padding: 8px 40px 8px 20px;
  }
}
.page_program .wrap_page .main_cnt .program_cnt h4.onlyab::after {
  content: "";
  display: block;
  background: url("../img/common/ico_onlyAB.png");
  background-size: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -4px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .page_program .wrap_page .main_cnt .program_cnt h4.onlyab::after {
    right: -8px;
    top: -6px;
  }
}
.page_program .wrap_page .main_cnt .program_cnt h4 a {
  margin-left: 20px;
  border-radius: 10px;
  background: #FFF;
  color: #283A51;
  font-size: 11px;
  text-decoration: underline;
  padding: 3px 10px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.page_program .wrap_page .main_cnt .program_cnt .program_table {
  display: grid;
  grid-template-columns: 250px 100px 310px;
}
@media screen and (max-width: 767px) {
  .page_program .wrap_page .main_cnt .program_cnt .program_table {
    display: block;
  }
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .program_row {
  display: contents;
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .colspan2 {
  grid-column: auto/span 2;
}
@media screen and (max-width: 767px) {
  .page_program .wrap_page .main_cnt .program_cnt .program_table .colspan2 {
    width: 100% !important;
  }
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .rowspan2 {
  grid-row: auto/span 2;
}
@media screen and (max-width: 767px) {
  .page_program .wrap_page .main_cnt .program_cnt .program_table .rowspan2 {
    grid-row: auto;
  }
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .rowspan3 {
  grid-row: auto/span 3;
}
@media screen and (max-width: 767px) {
  .page_program .wrap_page .main_cnt .program_cnt .program_table .rowspan3 {
    grid-row: auto;
  }
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .rowspan4 {
  grid-row: auto/span 4;
}
@media screen and (max-width: 767px) {
  .page_program .wrap_page .main_cnt .program_cnt .program_table .rowspan4 {
    grid-row: auto;
  }
}
.page_program .wrap_page .main_cnt .program_cnt .program_table p {
  font-size: 12px;
  margin-bottom: 0;
  color: #283A51;
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .ttl {
  font-size: 14px;
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .ttl_box1 {
  border-bottom: 1px dashed #D9D9D9;
  padding: 10px;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 767px) {
  .page_program .wrap_page .main_cnt .program_cnt .program_table .ttl_box1 {
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .ttl_box2 {
  border-bottom: 1px dashed #D9D9D9;
  padding: 10px;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 767px) {
  .page_program .wrap_page .main_cnt .program_cnt .program_table .ttl_box2 {
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .price_box {
  border-bottom: 1px dashed #D9D9D9;
  padding: 10px;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-self: end;
}
@media screen and (max-width: 767px) {
  .page_program .wrap_page .main_cnt .program_cnt .program_table .price_box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .price_box .wrap_price {
  margin-left: 40px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .page_program .wrap_page .main_cnt .program_cnt .program_table .price_box .wrap_price {
    width: 100%;
    margin: 0;
  }
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .price_box .wrap_price .price {
  font-size: 14px;
  text-align: right;
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .price_box .wrap_price .price .uchikeshi {
  text-decoration: line-through;
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .price_box .wrap_price .price .zei {
  font-size: 10px;
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .price_box .wrap_price .campaign_price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .price_box .wrap_price .campaign_price_box .campaign_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 9px 2px;
  min-width: 60px;
  background: #C85D69;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  margin-right: 8px;
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .price_box .wrap_price .campaign_price_box .campaign_price {
  color: #C85D69;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
}
.page_program .wrap_page .main_cnt .program_cnt .program_table .price_box .wrap_price .campaign_price_box .campaign_price .zei {
  font-size: 10px;
  font-weight: normal;
}

.side_cnt {
  width: 340px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  padding: 40px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: sticky;
  top: 20px;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .side_cnt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .side_cnt {
    padding: 40px 20px 20px;
  }
}
.side_cnt .side_logo {
  font-size: 0;
  text-align: center;
}
.side_cnt .side_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .side_cnt .side_navi {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .side_cnt .side_navi {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.side_cnt .side_navi li {
  width: 138px;
  margin-bottom: 12px;
}
@media screen and (max-width: 980px) {
  .side_cnt .side_navi li {
    margin: 0 12px 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .side_cnt .side_navi li {
    width: calc(50% - 6px);
    margin: 0 0 12px;
  }
}
.side_cnt .side_navi li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 6px 20px;
  width: 100%;
  min-height: 40px;
  background: #283A51;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.25em;
  position: relative;
}
.side_cnt .side_navi li a::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #FFF;
  position: absolute;
  right: 18px;
  top: 13px;
}
.side_cnt .side_navi li a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  right: 16px;
  top: 22px;
}
.side_cnt .campaign_ttl {
  text-align: center;
  color: #7584B8;
  margin-bottom: 16px;
  margin-top: 24px;
}
.side_cnt .side_campaign {
  margin-bottom: 40px;
  text-align: center;
}
.side_cnt .navi_btn {
  padding-top: 24px;
  margin-bottom: 30px;
}
.side_cnt .navi_btn li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 14px;
}
.side_cnt .navi_btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 6px 20px;
  width: 180px;
  min-height: 50px;
  background: #283A51;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  letter-spacing: 0.25em;
  position: relative;
}
.side_cnt .side_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.side_cnt .side_sns li {
  margin-right: 16px;
}
.side_cnt .side_sns li:last-of-type {
  margin-right: 0;
}

/*/ PROGRAM DETAIL ///////////////////////////////////////////////////////*/
.program_entry_head {
  max-width: 1160px;
  margin: 80px auto 0;
  border-left: 2px solid #7584B8;
  padding: 6px 30px 8px;
  margin-bottom: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1220px) {
  .program_entry_head {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 980px) {
  .program_entry_head {
    margin: 80px 30px 70px;
  }
}
@media screen and (max-width: 767px) {
  .program_entry_head {
    padding: 6px 20px 8px;
    margin: 0 10px 40px;
  }
}
.program_entry_head .program_entry_ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  color: #7584B8;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .program_entry_head .program_entry_ttl {
    font-size: 32px;
  }
}
.program_entry_head .program_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.program_entry_head .program_tags li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 20px 6px;
  height: 29px;
  color: #7584B8;
  border: 1px solid #7581B5;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .program_entry_head .program_tags li {
    font-size: 13px;
    height: 24px;
    padding: 4px 10px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
}

.entry_mv {
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 0;
  margin-bottom: 84px;
}
@media screen and (max-width: 1220px) {
  .entry_mv {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 980px) {
  .entry_mv {
    margin: 0 30px 84px;
  }
}
@media screen and (max-width: 767px) {
  .entry_mv {
    margin: 0 10px 70px;
  }
}
.entry_mv img {
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .entry_mv img {
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 360px;
  }
}

.wrap_page.program_entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: max(30px, 50% - 580px);
  max-width: none;
  width: auto;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .wrap_page.program_entry {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry {
    padding: 0;
  }
}
@media screen and (max-width: 980px) {
  .wrap_page.program_entry .side_cnt {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .side_cnt {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .side_cnt .navi_btn {
    padding-top: 0;
  }
}
.wrap_page.program_entry .main_cnt {
  width: calc(100% - (50% - 580px - 340px));
}
@media screen and (max-width: 980px) {
  .wrap_page.program_entry .main_cnt {
    width: 100%;
  }
}
.wrap_page.program_entry .main_cnt .program_body {
  padding-top: 40px;
}
@media screen and (max-width: 980px) {
  .wrap_page.program_entry .main_cnt .program_body {
    padding-top: 0;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_sec {
  max-width: 660px;
  margin-left: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  .wrap_page.program_entry .main_cnt .program_body .program_sec {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1110px) {
  .wrap_page.program_entry .main_cnt .program_body .program_sec {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 980px) {
  .wrap_page.program_entry .main_cnt .program_body .program_sec {
    margin: 0 auto 100px;
    width: 660px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_sec {
    max-width: calc(100% - 20px);
    margin: 0 auto 60px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_sec .program_sec_ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 68px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_sec .program_sec_ttl {
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 50px;
    padding-left: 8px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_sec .program_sec_ttl::after {
  content: "";
  display: block;
  height: 2px;
  width: 74px;
  background: #7584B8;
  position: absolute;
  left: 0;
  bottom: -16px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_sec .program_sec_ttl::after {
    height: 1px;
    width: 100%;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_sec .lead {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_sec .lead {
    margin-bottom: 28px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_sec .lead p {
  font-size: 18px;
  line-height: 160%;
  color: #7584B8;
  margin-bottom: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_sec .lead p {
    font-size: 16px;
    padding-left: 8px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_sec .txt {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_sec .txt {
    margin-bottom: 28px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_sec .txt p {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_sec .txt p {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_sec .img {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_sec .img {
    margin-bottom: 28px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_sec .img p {
  line-height: 1;
}
.wrap_page.program_entry .main_cnt .program_body .program_sec .img p + p {
  margin-top: 16px;
}
.wrap_page.program_entry .main_cnt .program_body .program_sec .frame {
  border: 1px solid #7584B8;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_sec .frame {
    padding: 20px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_sec .frame .lead {
  margin-bottom: 16px;
}
.wrap_page.program_entry .main_cnt .program_body .program_sec .frame p {
  font-size: 14px;
  margin-bottom: 24px;
}
.wrap_page.program_entry .main_cnt .program_body .program_sec .frame p:last-of-type {
  margin-bottom: 0;
}
.wrap_page.program_entry .main_cnt .program_body .program_process {
  background: #D6E3E4;
  padding: 70px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process {
    padding: 60px 10px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner {
  max-width: 660px;
  margin-left: 120px;
}
@media screen and (max-width: 1280px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1110px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 980px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner {
    width: 100%;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #283A51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 15px 10px;
  border-radius: 15px;
  color: #FFF;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_ttl {
    width: 100%;
    font-size: 22px;
    margin: 0;
    padding: 12px 10px 16px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_ttl::before {
  content: "";
  display: block;
  background: url("../img/program_detail/logo-ab.svg") no-repeat;
  background-size: 100%;
  width: 61px;
  height: 26px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_ttl::before {
    width: 50px;
    height: 22px;
    margin-top: 3px;
    margin-left: -4px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_flow {
  border-top: 1px solid #4780A5;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_flow {
    border-top: none;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_flow li {
  border-bottom: 1px solid #4780A5;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_flow li {
    padding: 20px 10px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_flow li::after {
  content: "";
  display: block;
  background: url("../img/program_detail/flow_arrow.svg") no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 16px);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_flow li::after {
    width: 22px;
    height: 22px;
    bottom: -10px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_flow li:last-of-type::after {
  display: none;
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_flow li .img {
  font-size: 0;
  margin-right: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_flow li .img {
    width: 60px;
    margin-right: 20px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_flow li .cnt .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_flow li .cnt .ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_flow li .cnt .txt {
    font-size: 14px;
    line-height: 1.6;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec .note {
  font-size: 14px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec .note {
    padding: 18px 8px 0;
    border-top: 1px solid #4780A5;
    margin-bottom: 0;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li {
    display: block;
    margin-bottom: 20px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  padding: 3px 17px 5px;
  width: 170px;
  background: #283A51;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li .ttl {
    margin: 0 0 16px;
    padding-right: 40px;
    width: 100%;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li .ttl::before {
  content: "";
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li .ttl::before {
    height: 18px;
    width: 18px;
    margin-right: 10px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li .ttl.treatment_time::before {
  background-image: url("../img/program_detail/ico_watch.svg");
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li .ttl.anesthesia::before {
  background-image: url("../img/program_detail/ico_ syringe.svg");
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li .ttl.down_time::before {
  background-image: url("../img/program_detail/ico_star.svg");
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li .ttl.treatment_cycle::before {
  background-image: url("../img/program_detail/ico_calendar.svg");
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li .ttl.pain::before {
  background-image: url("../img/program_detail/ico_heart.svg");
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li .ttl .icon {
  margin-right: 3px;
  font-size: 0;
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li .ttl .txt {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li .ttl .txt {
    text-align: left;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li .cnt {
  padding: 7px 0 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
.wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li .cnt span {
  display: block;
  margin: 6px 0;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_process .inner .process_spec li .cnt {
    padding: 0 16px;
    font-weight: normal;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_case {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_case {
    margin-bottom: 60px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_case .program_case_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 12px;
  height: 47px;
  background: #283A51;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.4;
  margin-bottom: 30px;
}
.wrap_page.program_entry .main_cnt .program_body .program_case .case_wants {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_case .case_wants {
    padding: 0 8px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_case .case_wants li {
  margin-bottom: 8px;
  border: 1px solid #283A51;
  border-radius: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 13px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_case .case_wants li {
    padding: 3px 18px 3px 8px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_case .case_wants li::before {
  content: "";
  display: block;
  background: url("../img/program_detail/ico-wants.svg") no-repeat;
  width: 18px;
  height: 22px;
  margin-right: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrap_page.program_entry .main_cnt .program_body .program_case .case_txt {
  margin-bottom: 24px;
}
.wrap_page.program_entry .main_cnt .program_body .program_case .case_sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_case .case_sample {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_case .case_sample li {
  font-size: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_case .case_sample li {
    width: 100%;
  }
  .wrap_page.program_entry .main_cnt .program_body .program_case .case_sample li img {
    width: 100%;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_case .case_sample li:first-of-type::after {
  content: "";
  display: block;
  background: url("../img/program_detail/ico_beforeafter.svg") no-repeat;
  width: 34px;
  height: 34px;
  position: absolute;
  right: -17px;
  top: calc(50% - 17px);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_case .case_sample li:first-of-type::after {
    top: auto;
    right: auto;
    bottom: -17px;
    left: calc(50% - 17px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_case .case_spec {
  margin-bottom: 24px;
}
.wrap_page.program_entry .main_cnt .program_body .program_case .case_spec li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #D9D9D9;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_case .case_spec li {
    display: block;
    padding: 10px 8px 16px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_case .case_spec li:last-of-type {
  border: none;
  padding-bottom: 0;
}
.wrap_page.program_entry .main_cnt .program_body .program_case .case_spec li .ttl {
  line-height: 1.4;
  font-weight: bold;
  color: #7584B8;
  width: 160px;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_case .case_spec li .ttl {
    width: 100%;
    margin: 0 0 8px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_case .case_spec li .cnt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_case .case_spec li .cnt {
    line-height: 1.6;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_price {
  background: linear-gradient(51.99deg, #2E80B0 2.74%, #7580AE 57.56%, #7A95CE 97.26%);
  border-radius: 150px;
  padding: 70px 70px 100px;
  width: min(800px, 100% - 92px);
  margin-left: 62px;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  .wrap_page.program_entry .main_cnt .program_body .program_price {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 980px) {
  .wrap_page.program_entry .main_cnt .program_body .program_price {
    margin: 0 auto 100px;
    width: min(800px, 100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_price {
    width: 100%;
    border-radius: 80px;
    padding: 48px 20px 64px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_price.special_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(51.99deg, #D42D54 2.74%, #8499D6 57.56%, #E97CE0 97.26%);
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_price.special_price {
    padding: 48px 20px 64px;
    border-radius: 80px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_price.special_price .program_price_ttl {
  color: #FFF;
}
.wrap_page.program_entry .main_cnt .program_body .program_price.special_price .special_off {
  width: 100%;
  background: #F75B5B;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.6;
  text-align: center;
  padding: 2px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_page.program_entry .main_cnt .program_body .program_price.special_price .program_price_box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_page.program_entry .main_cnt .program_body .program_price.special_price .program_price_box .program_price_box_ttl {
  color: #F75B5B;
}
.wrap_page.program_entry .main_cnt .program_body .program_price.special_price .program_price_box .program_price_table li .ttl {
  color: #F75B5B;
}
.wrap_page.program_entry .main_cnt .program_body .program_price.special_price .program_price_box .program_price_table li .cnt {
  color: #F75B5B;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_price.special_price .btns {
    margin-top: 24px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_price.special_price .btns li a {
  color: #F75B5B;
}
.wrap_page.program_entry .main_cnt .program_body .program_price .program_price_ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #FFF;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_price .program_price_ttl {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_price .program_price_ttl span {
  display: block;
  font-size: 36px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_price .program_price_ttl span {
    font-size: 24px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_price .program_price_box {
  background: #FFF;
  padding: 30px 60px 20px;
  border-radius: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_price .program_price_box {
    padding: 20px 14px 10px;
    border-radius: 10px;
    margin-bottom: 16px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_price .program_price_box .program_price_box_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #7584B8;
  margin-bottom: 16px;
  padding-left: 10px;
}
.wrap_page.program_entry .main_cnt .program_body .program_price .program_price_box .program_price_box_ttl span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_price .program_price_box .program_price_box_ttl {
    display: block;
    text-align: center;
    font-size: 16px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_price .program_price_box .program_price_table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #D9D9D9;
  padding: 16px 10px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_price .program_price_box .program_price_table li {
    padding: 12px 10px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_price .program_price_box .program_price_table li .ttl {
  width: 60%;
  color: #7584B8;
  font-size: 14px;
  line-height: 1.6;
}
.wrap_page.program_entry .main_cnt .program_body .program_price .program_price_box .program_price_table li .ttl span {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}
.wrap_page.program_entry .main_cnt .program_body .program_price .program_price_box .program_price_table li .cnt {
  width: 35%;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_price .program_price_box .program_price_table li .cnt {
    font-size: 18px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_price .program_price_box .program_price_table li .cnt span {
  font-size: 13px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_price .program_price_box .program_price_table li .cnt span {
    font-size: 12px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_price .program_price_box .program_price_table li .off {
  width: 100%;
  background: #FF7269;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.6;
  text-align: center;
  padding: 2px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_page.program_entry .main_cnt .program_body .program_price .program_price_note {
  width: 100%;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
}
.wrap_page.program_entry .main_cnt .program_body .program_price .btns {
  width: 100%;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_price .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_price .btns li {
  max-width: 290px;
  width: 100%;
}
.wrap_page.program_entry .main_cnt .program_body .program_price .btns li:first-of-type {
  margin-right: 27px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_price .btns li:first-of-type {
    margin: 0 0 10px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_price .btns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  background: #FFF;
  border-radius: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
}
.wrap_page.program_entry .main_cnt .program_body .program_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
  padding: 0 20px;
}
.wrap_page.program_entry .main_cnt .program_body .program_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #283A51;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-radius: 40px;
  width: 100%;
  max-width: 480px;
  min-height: 80px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.25em;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_page.program_entry .main_cnt .program_body .recommend_program {
  background: #E9ECF1;
  padding: 70px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .recommend_program {
    padding: 40px 10px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .recommend_program .inner {
  max-width: 660px;
  margin-left: 120px;
}
@media screen and (max-width: 1280px) {
  .wrap_page.program_entry .main_cnt .program_body .recommend_program .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1110px) {
  .wrap_page.program_entry .main_cnt .program_body .recommend_program .inner {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 980px) {
  .wrap_page.program_entry .main_cnt .program_body .recommend_program .inner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .recommend_program .inner {
    width: 100%;
  }
}
.wrap_page.program_entry .main_cnt .program_body .recommend_program .inner .recommend_program_ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #283A51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 15px 10px;
  border-radius: 15px;
  color: #FFF;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .recommend_program .inner .recommend_program_ttl {
    font-size: 22px;
    margin: 0 auto 40px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .recommend_program .inner .recommend_program_ttl::before {
  content: "";
  display: block;
  background: url("../img/program_detail/logo-ab.svg") no-repeat;
  background-size: 100%;
  width: 61px;
  height: 26px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .recommend_program .inner .recommend_program_ttl::before {
    width: 42px;
    height: 20px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .recommend_program .inner .lead {
  font-size: 18px;
  font-weight: bold;
  color: #7584B8;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .recommend_program .inner .lead {
    font-size: 16px;
    text-align: center;
  }
}
.wrap_page.program_entry .main_cnt .program_body .recommend_program .inner .bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap_page.program_entry .main_cnt .program_body .recommend_program .inner .bnrs li {
  font-size: 0;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.wrap_page.program_entry .main_cnt .program_body .program_qa {
  background: #A5BEDB;
  border-radius: 50px;
  padding: 56px 30px;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_qa {
    padding: 56px 20px 40px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_qa .program_qa_ttl {
  width: 224px;
  height: 66px;
  background: #39A77E;
  border-radius: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  color: #FFF;
  position: absolute;
  left: calc(50% - 112px);
  top: -33px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_qa .program_qa_ttl {
    font-size: 24px;
    width: 120px;
    height: 48px;
    border-radius: 24px;
    top: -24px;
    left: calc(50% - 60px);
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_qa .program_qa_list li {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_qa .program_qa_list li {
    margin-bottom: 40px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_qa .program_qa_list li .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_qa .program_qa_list li .q {
    padding-left: 60px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_qa .program_qa_list li .q p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px;
  border-radius: 25px;
  min-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #283A51;
  color: #FFF;
  margin-left: auto;
  position: relative;
}
.wrap_page.program_entry .main_cnt .program_body .program_qa .program_qa_list li .q p::before {
  content: "";
  display: block;
  background: url("../img/program_detail/q_icon.svg") no-repeat;
  width: 25px;
  height: 31px;
  position: absolute;
  top: -12px;
  right: -3px;
}
.wrap_page.program_entry .main_cnt .program_body .program_qa .program_qa_list li .a {
  position: relative;
  padding: 38px 0 0 100px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_qa .program_qa_list li .a {
    padding: 38px 0 0 60px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_qa .program_qa_list li .a::before {
  content: "";
  display: block;
  background: url("../img/program_detail/ico_ab.svg") no-repeat;
  width: 84px;
  height: 84px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_qa .program_qa_list li .a::before {
    width: 48px;
    height: 48px;
    background-size: 100%;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_qa .program_qa_list li .a .inner {
  background: #FFF;
  border-radius: 25px;
  padding: 10px 20px;
  position: relative;
  max-width: 420px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_page.program_entry .main_cnt .program_body .program_qa .program_qa_list li .a .inner::before {
  content: "";
  display: block;
  background: url("../img/program_detail/a_icon.svg") no-repeat;
  width: 28px;
  height: 31px;
  position: absolute;
  top: -12px;
  left: -3px;
}
.wrap_page.program_entry .main_cnt .program_body .program_qa .program_qa_list li .a .inner p {
  line-height: 1.6;
}
.wrap_page.program_entry .main_cnt .program_body .program_precautions {
  border: 1px solid #C85D69;
  border-radius: 50px;
  padding: 40px 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_precautions {
    padding: 40px 20px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_precautions .program_precautions_ttl {
  font-size: 30px;
  font-weight: bold;
  color: #CB566A;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_precautions .program_precautions_ttl {
    font-size: 22px;
    text-align: center;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_precautions .program_precautions_list li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_precautions .program_precautions_list li {
    font-size: 15px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_precautions .program_precautions_list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C85D69;
  position: absolute;
  left: 0;
  top: 0.85em;
}
.wrap_page.program_entry .main_cnt .program_body .program_checklist {
  margin-bottom: 80px;
}
.wrap_page.program_entry .main_cnt .program_body .program_checklist li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6px 15px 8px 13px;
  border: 1px solid #283A51;
  border-radius: 10px;
  margin-bottom: 8px;
}
.wrap_page.program_entry .main_cnt .program_body .program_checklist li::before {
  content: "";
  display: block;
  background: url("../img/common/checkbox.svg") no-repeat;
  width: 18px;
  height: 21px;
  margin-right: 6px;
  margin-top: 0.28em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrap_page.program_entry .main_cnt .program_body .program_headinglist {
  margin-bottom: 80px;
}
.wrap_page.program_entry .main_cnt .program_body .program_headinglist li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 10px 16px;
  border-bottom: 1px dashed #D9D9D9;
}
.wrap_page.program_entry .main_cnt .program_body .program_headinglist li:last-of-type {
  border: none;
}
.wrap_page.program_entry .main_cnt .program_body .program_headinglist li .ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #7581B5;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_headinglist li .ttl {
    font-size: 18px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_headinglist li .txt {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_headinglist li .txt {
    font-size: 14px;
    line-height: 1.6;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_heading_numberlist {
  background: linear-gradient(68.87deg, #D1E7F3 0%, #F8F9FD 52%, #D1E1FC 100%);
  border-radius: 50px;
  padding: 40px 30px;
  counter-reset: li_count;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_heading_numberlist {
    padding: 8px 11px 4px;
    border-radius: 15px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_heading_numberlist li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 10px 16px 66px;
  border-bottom: 1px dashed #D9D9D9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_heading_numberlist li {
    padding: 15px 8px 21px 44px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_heading_numberlist li:last-of-type {
  border: none;
}
.wrap_page.program_entry .main_cnt .program_body .program_heading_numberlist li::before {
  counter-increment: li_count;
  content: counter(li_count);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(68.87deg, #2891CA 0%, #838EC7 52%, #365587 100%);
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_heading_numberlist li::before {
    width: 24px;
    height: 24px;
    font-size: 14px;
    top: 17px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_heading_numberlist li .ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #7581B5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_heading_numberlist li .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_heading_numberlist li .txt {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_heading_numberlist li .txt {
    font-size: 14px;
    line-height: 1.6;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_heading_imglist {
  padding-top: 16px;
  border-top: 1px dashed #D9D9D9;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_heading_imglist {
    margin-bottom: 28px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_heading_imglist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #D9D9D9;
}
.wrap_page.program_entry .main_cnt .program_body .program_heading_imglist li + li {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_heading_imglist li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 8px 16px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_heading_imglist .img {
  width: 30%;
  min-width: 100px;
  margin-bottom: 0;
}
.wrap_page.program_entry .main_cnt .program_body .program_heading_imglist .img img {
  width: 100%;
}
.wrap_page.program_entry .main_cnt .program_body .program_heading_imglist .article {
  padding-left: 30px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_heading_imglist .article {
    padding: 8px 0 0 20px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_heading_imglist .article > .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.wrap_page.program_entry .main_cnt .program_body .program_heading_imglist .article > .ttl + .txt {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .program_heading_imglist .article > .ttl {
    font-size: 16px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .program_heading_imglist .article .txt {
  font-size: 14px;
  margin-bottom: 0;
}
.wrap_page.program_entry .main_cnt .program_body .wrap_pickup_table {
  width: 100%;
  overflow: auto;
  margin-bottom: 80px;
}
.wrap_page.program_entry .main_cnt .program_body .wrap_pickup_table .pickup_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .wrap_pickup_table .pickup_table {
    width: 680px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .wrap_pickup_table .pickup_table.pickup2 thead tr th:nth-of-type(2) {
  border-top: 4px solid #7581B5;
  border-left: 4px solid #7581B5;
  border-right: 4px solid #7581B5;
}
.wrap_page.program_entry .main_cnt .program_body .wrap_pickup_table .pickup_table.pickup2 tr:last-child td:nth-child(2) {
  border-bottom: 4px solid #7581B5;
}
.wrap_page.program_entry .main_cnt .program_body .wrap_pickup_table .pickup_table.pickup2 tr td:nth-child(2) {
  border-left: 4px solid #7581B5;
  font-weight: bold;
  color: #7584B8;
  border-right: 4px solid #7581B5;
}
.wrap_page.program_entry .main_cnt .program_body .wrap_pickup_table .pickup_table thead tr th {
  background: #96AFD8;
  color: #FFF;
}
.wrap_page.program_entry .main_cnt .program_body .wrap_pickup_table .pickup_table thead tr th:last-child {
  border-right: none;
}
.wrap_page.program_entry .main_cnt .program_body .wrap_pickup_table .pickup_table tr th, .wrap_page.program_entry .main_cnt .program_body .wrap_pickup_table .pickup_table tr td {
  padding: 18px 20px;
  border: 1px solid #7584B8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .wrap_pickup_table .pickup_table tr th, .wrap_page.program_entry .main_cnt .program_body .wrap_pickup_table .pickup_table tr td {
    padding: 12px 16px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .wrap_pickup_table .pickup_table tr th {
  font-weight: normal;
  background: #EEF4F9;
  text-align: left;
}
.wrap_page.program_entry .main_cnt .program_body .wrap_pickup_table .pickup_table tr th:first-child {
  border-left: none;
  width: 160px;
}
.wrap_page.program_entry .main_cnt .program_body .wrap_pickup_table .pickup_table tr td:last-child {
  border-right: none;
}
.wrap_page.program_entry .main_cnt .program_body .normal_table {
  border-collapse: collapse;
  margin-bottom: 80px;
  width: 100%;
}
.wrap_page.program_entry .main_cnt .program_body .normal_table tr th, .wrap_page.program_entry .main_cnt .program_body .normal_table tr td {
  padding: 18px 20px;
  border: 1px solid #7584B8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .wrap_page.program_entry .main_cnt .program_body .normal_table tr th, .wrap_page.program_entry .main_cnt .program_body .normal_table tr td {
    padding: 12px 16px;
  }
}
.wrap_page.program_entry .main_cnt .program_body .normal_table tr th {
  width: 160px;
  font-weight: normal;
  background: #EEF4F9;
}
.wrap_page.program_entry .main_cnt .program_body .normal_table tr th:first-child {
  border-left: none;
}
.wrap_page.program_entry .main_cnt .program_body .normal_table tr td:last-child {
  border-right: none;
}

/*/ DOCTOR ///////////////////////////////////////////////////////*/
.wrap_doctor {
  max-width: 1220px;
  padding: 0 30px;
  margin: 0 auto 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wrap_doctor {
    padding: 0 16px;
  }
}
.wrap_doctor .lead {
  font-size: 18px;
  font-weight: bold;
  color: #7584B8;
  margin-bottom: 90px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .wrap_doctor .lead {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.wrap_doctor .doctor_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 60px;
  border-bottom: 1px solid #AEBDD0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .wrap_doctor .doctor_box {
    display: block;
    padding: 0 16px 40px;
  }
}
.wrap_doctor .doctor_box:last-of-type {
  border: none;
  margin-bottom: 0;
}
.wrap_doctor .doctor_box .img {
  width: 320px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .wrap_doctor .doctor_box .img {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 32px;
    text-align: center;
  }
}
.wrap_doctor .doctor_box .cnt {
  width: calc(100% - 370px);
}
@media screen and (max-width: 767px) {
  .wrap_doctor .doctor_box .cnt {
    width: 100%;
  }
}
.wrap_doctor .doctor_box .cnt .doctor_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_doctor .doctor_box .cnt .doctor_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
  }
}
.wrap_doctor .doctor_box .cnt .doctor_header .medical_day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 18px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #283A51;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.wrap_doctor .doctor_box .cnt .doctor_header .doctor_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_doctor .doctor_box .cnt .doctor_header .doctor_ttl {
    margin-right: 0;
  }
}
.wrap_doctor .doctor_box .cnt .doctor_header .doctor_ttl .katagaki {
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .wrap_doctor .doctor_box .cnt .doctor_header .doctor_ttl .katagaki {
    font-size: 14px;
  }
}
.wrap_doctor .doctor_box .cnt .doctor_header .doctor_ttl .name {
  font-size: 20px;
  font-weight: bold;
  padding-left: 16px;
  border-left: 1px solid #7581B5;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .wrap_doctor .doctor_box .cnt .doctor_header .doctor_ttl .name {
    font-size: 16px;
  }
}
.wrap_doctor .doctor_box .cnt .doctor_lang {
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .wrap_doctor .doctor_box .cnt .doctor_lang {
    text-align: center;
  }
}
.wrap_doctor .doctor_box .cnt .doctor_box_h3 {
  border: 1px solid #5D7BA1;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 24px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 8px;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_doctor .doctor_box .cnt .wrap_doctor_list {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .wrap_doctor .doctor_box .cnt .wrap_doctor_list {
    display: block;
    margin-bottom: 30px;
  }
}
.wrap_doctor .doctor_box .cnt .wrap_doctor_list .doctor__list {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 980px) {
  .wrap_doctor .doctor_box .cnt .wrap_doctor_list .doctor__list {
    width: 100%;
    padding: 0;
  }
}
.wrap_doctor .doctor_box .cnt .wrap_doctor_list .doctor__list:nth-of-type(even) {
  border-left: 1px dashed #BAC3C9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  padding-right: 0;
}
@media screen and (max-width: 980px) {
  .wrap_doctor .doctor_box .cnt .wrap_doctor_list .doctor__list:nth-of-type(even) {
    border: none;
    padding: 0;
  }
}
.wrap_doctor .doctor_box .cnt .wrap_doctor_list .doctor__list li {
  margin-bottom: 8px;
  line-height: 1.4;
}
.wrap_doctor .doctor_box .cnt .wrap_doctor_list .doctor__list li:last-of-type {
  margin-bottom: 0;
}

/*/ CAMPAIGN ///////////////////////////////////////////////////////*/
.page_campaign .wrap_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: none;
  margin: 0 auto 160px;
  margin-left: max(30px, 50% - 580px);
  width: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .page_campaign .wrap_page {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page_campaign .wrap_page {
    padding: 0;
  }
}
@media screen and (max-width: 980px) {
  .page_campaign .wrap_page .side_cnt {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .page_campaign .wrap_page .side_cnt {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .page_campaign .wrap_page .side_cnt .navi_btn {
    padding-top: 24px;
  }
}
.page_campaign .wrap_page .main_cnt {
  width: calc(100% - (50% - 580px - 340px));
}
@media screen and (max-width: 980px) {
  .page_campaign .wrap_page .main_cnt {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .page_campaign .page_ttl span {
    font-size: 9vw;
  }
}

.wrap_campaign {
  max-width: 1220px;
  padding: 0 30px;
  margin: 0 auto 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wrap_campaign {
    padding: 0 32px;
  }
}
.wrap_campaign .campaign_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.25em;
  margin-bottom: 54px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .wrap_campaign .campaign_ttl {
    font-size: 15px;
    margin-bottom: 32px;
  }
}
.wrap_campaign .campaign_ttl::before {
  content: "";
  display: block;
  background: url("../img/common/tri_icon.svg") no-repeat;
  width: 88px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_campaign .campaign_ttl::before {
    width: 64px;
    height: 12px;
    background-size: 100%;
  }
}
.wrap_campaign .campaign_ttl span {
  display: block;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #7584B8;
}
@media screen and (max-width: 767px) {
  .wrap_campaign .campaign_ttl span {
    font-size: 22px;
  }
}
.wrap_campaign .campaign_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .wrap_campaign .campaign_list2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}
.wrap_campaign .campaign_list2 li {
  width: calc(50% - 8px);
  margin-bottom: 15px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .wrap_campaign .campaign_list2 li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.wrap_campaign .campaign_list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
.wrap_campaign .campaign_list3 li {
  width: calc(33.33% - 10px);
  margin-bottom: 15px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .wrap_campaign .campaign_list3 li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.wrap_campaign .campaign_list4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
.wrap_campaign .campaign_list4 li {
  width: calc(25% - 11px);
  margin-bottom: 15px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .wrap_campaign .campaign_list4 li {
    width: 100%;
    margin-bottom: 15px;
  }
}

.wrap_page.program_entry.campaign_entry .main_cnt .program_body {
  padding-top: 0;
}

.campaign_detail_head {
  padding-bottom: 24px;
  border-bottom: 2px solid #7581B5;
  max-width: 660px;
  margin-left: 120px;
  margin-bottom: 72px;
}
@media screen and (max-width: 1280px) {
  .campaign_detail_head {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1110px) {
  .campaign_detail_head {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 980px) {
  .campaign_detail_head {
    margin: 0 auto 72px;
    width: 660px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .campaign_detail_head {
    max-width: calc(100% - 20px);
  }
}
.campaign_detail_head .mv {
  margin-bottom: 48px;
  font-size: 0;
}
.campaign_detail_head .campaign_copy {
  font-size: 16px;
  text-align: center;
  color: #7584B8;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .campaign_detail_head .campaign_copy {
    font-size: 14px;
  }
}
.campaign_detail_head .campaign_ttl {
  font-size: 44px;
  text-align: center;
  font-weight: bold;
  color: #7584B8;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .campaign_detail_head .campaign_ttl {
    font-size: 28px;
  }
}
.campaign_detail_head .campaigh_sub_ttl {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #7584B8;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .campaign_detail_head .campaigh_sub_ttl {
    font-size: 18px;
  }
}

/*/ キャンセルポリシー ///////////////////////////////////////////////////////*/
.cancel_wrap {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 160px;
  padding: 0 30px;
}

.cancel_header, .cancel_cnt {
  padding: 0 10px;
}

.cancel_header {
  margin-bottom: 80px;
}
.cancel_header h2 {
  font-size: 24px;
  font-weight: bold;
}

.cancel_cnt + .cancel_cnt {
  margin-top: 60px;
  padding-top: 32px;
  border-top: 1px dashed #D9D9D9;
}

.cancel_cnt h3 {
  margin: 30px 0 40px;
  line-height: 1.4;
  font-size: 22px;
}
.cancel_cnt h4 {
  margin: 30px 0;
  padding: 10px 20px;
  background-color: #E2E5E7;
  border-radius: 10px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
}
.cancel_cnt a {
  text-decoration: underline;
}
.cancel_cnt .text {
  margin: 15px 0;
}
.cancel_cnt .strong {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.cancel_cnt ul li + li {
  margin-top: 30px;
}
.cancel_cnt ul li {
  line-height: 1.6;
  padding-left: 15px;
  position: relative;
}
.cancel_cnt ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background: #54609B;
}/*# sourceMappingURL=style.css.map */