@charset "UTF-8";
:root {
  /* --yugo-minus：line-heightズレ用 フォントファミリーが游ゴシックの場合 1px それ以外 0px*/
  --main_family-minus: 0px;
  --title_family-minus: 1px;
  --yugo-minus: 0px;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 54.69%;
}

@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
body {
  font-size: 16px;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #fff;
  background: #fff;
  letter-spacing: 0.085em;
  line-height: 1.75;
  position: relative;
}

@media (min-width: 768px) {
  body:not(.wp-editor) {
    min-width: 1185px;
  }
}
a {
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
  }
}
*:focus {
  outline: none;
}

.clearfix {
  overflow: hidden;
}

.clearfix:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .clearfix img {
    display: block;
    margin-inline: auto;
  }
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

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

a[href^="tel:"] {
  color: #fff;
  text-decoration: none;
  font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
input,
textarea,
select,
button {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0.35em 0.75em;
  width: auto;
}

input[type=submit],
button {
  background: #0f406c;
  border-color: #0f406c;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  input[type=submit]:hover,
  button:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .alignleft,
  .alignright,
  .aligncenter {
    margin-bottom: 24px;
  }
}
.aligncenter {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 34%;
  }
  .alignleft {
    float: left;
    margin-right: 30px;
  }
  .alignright {
    float: right;
    margin-left: 30px;
  }
  .alignleft,
  .alignright {
    max-width: 34%;
  }
  .alignleft .w-per10,
  .alignright .w-per10 {
    max-width: 10%;
  }
  .alignleft .w-per12,
  .alignright .w-per12 {
    max-width: 12%;
  }
  .alignleft .w-per14,
  .alignright .w-per14 {
    max-width: 14%;
  }
  .alignleft .w-per16,
  .alignright .w-per16 {
    max-width: 16%;
  }
  .alignleft .w-per18,
  .alignright .w-per18 {
    max-width: 18%;
  }
  .alignleft .w-per20,
  .alignright .w-per20 {
    max-width: 20%;
  }
  .alignleft .w-per22,
  .alignright .w-per22 {
    max-width: 22%;
  }
  .alignleft .w-per24,
  .alignright .w-per24 {
    max-width: 24%;
  }
  .alignleft .w-per26,
  .alignright .w-per26 {
    max-width: 26%;
  }
  .alignleft .w-per28,
  .alignright .w-per28 {
    max-width: 28%;
  }
  .alignleft .w-per30,
  .alignright .w-per30 {
    max-width: 30%;
  }
  .alignleft .w-per32,
  .alignright .w-per32 {
    max-width: 32%;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .spbasic {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  br.sp,
  span.sp {
    display: inline !important;
  }
  span.br {
    display: inline-block !important;
  }
  span.spdb {
    display: inline-block;
  }
}
@media (min-width: 421px) {
  .spmin {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .spbasic {
    display: none !important;
  }
}
.container,
.gutters,
.mce-content-body {
  max-width: calc(100% - 20px);
  margin-inline: auto;
  width: 1200px;
}

@media (min-width: 768px) {
  .container,
  .gutters,
  .mce-content-body {
    max-width: 1050px;
  }
}
.home .mce-content-body {
  max-width: 100%;
  width: 100%;
}

.wrap {
  overflow: hidden;
}

body.archive .contents,
body.single .contents {
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  body.archive .contents,
  body.single .contents {
    margin-inline: auto;
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  body.contents-column-two .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body.contents-column-two .contents #main {
    width: 72%;
  }
  body.contents-column-two .contents #aside {
    width: 23.5%;
  }
}
@media (max-width: 767px) {
  .row:not(:first-of-type) {
    margin-top: 5%;
  }
  .row:first-of-type {
    margin-top: 0;
  }
  .row .col_2:not(:first-of-type),
  .row .col_3:not(:first-of-type),
  .row .col_4:not(:first-of-type),
  .row .col_5:not(:first-of-type),
  .row .col_6:not(:first-of-type) {
    margin-top: 5%;
  }
  .row.sp_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.sp_col_2 .col_2,
  .row.sp_col_2 .col_3,
  .row.sp_col_2 .col_4,
  .row.sp_col_2 .col_5,
  .row.sp_col_2 .col_6 {
    width: 49%;
    margin-right: 2%;
  }
  .row.sp_col_2 .col_2:not(:first-child),
  .row.sp_col_2 .col_3:not(:first-child),
  .row.sp_col_2 .col_4:not(:first-child),
  .row.sp_col_2 .col_5:not(:first-child),
  .row.sp_col_2 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_2 .col_2:nth-child(2n),
  .row.sp_col_2 .col_3:nth-child(2n),
  .row.sp_col_2 .col_4:nth-child(2n),
  .row.sp_col_2 .col_5:nth-child(2n),
  .row.sp_col_2 .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .row.sp_col_2 .col_2:nth-child(n+3),
  .row.sp_col_2 .col_3:nth-child(n+3),
  .row.sp_col_2 .col_4:nth-child(n+3),
  .row.sp_col_2 .col_5:nth-child(n+3),
  .row.sp_col_2 .col_6:nth-child(n+3) {
    margin-top: 2%;
  }
  .row.sp_col_2 .col_2:last-child,
  .row.sp_col_2 .col_3:last-child,
  .row.sp_col_2 .col_4:last-child,
  .row.sp_col_2 .col_5:last-child,
  .row.sp_col_2 .col_6:last-child {
    margin-right: 0;
  }
  .row.sp_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.sp_col_3 .col_2,
  .row.sp_col_3 .col_3,
  .row.sp_col_3 .col_4,
  .row.sp_col_3 .col_5,
  .row.sp_col_3 .col_6 {
    width: 32%;
    margin-right: 2%;
  }
  .row.sp_col_3 .col_2:not(:first-child),
  .row.sp_col_3 .col_3:not(:first-child),
  .row.sp_col_3 .col_4:not(:first-child),
  .row.sp_col_3 .col_5:not(:first-child),
  .row.sp_col_3 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_3 .col_2:nth-child(3n),
  .row.sp_col_3 .col_3:nth-child(3n),
  .row.sp_col_3 .col_4:nth-child(3n),
  .row.sp_col_3 .col_5:nth-child(3n),
  .row.sp_col_3 .col_6:nth-child(3n) {
    margin-right: 0;
  }
  .row.sp_col_3 .col_2:nth-child(n+4),
  .row.sp_col_3 .col_3:nth-child(n+4),
  .row.sp_col_3 .col_4:nth-child(n+4),
  .row.sp_col_3 .col_5:nth-child(n+4),
  .row.sp_col_3 .col_6:nth-child(n+4) {
    margin-top: 2%;
  }
  .row.sp_col_3 .col_2:last-child,
  .row.sp_col_3 .col_3:last-child,
  .row.sp_col_3 .col_4:last-child,
  .row.sp_col_3 .col_5:last-child,
  .row.sp_col_3 .col_6:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_2:nth-child(n+3) {
    margin-top: 4%;
  }
  .row .col_2:last-child {
    margin-right: 0;
  }
  .row .col_3 {
    width: 32%;
    margin-right: 2%;
  }
  .row .col_3:nth-child(3n) {
    margin-right: 0;
  }
  .row .col_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .row .col_3:last-child {
    margin-right: 0;
  }
  .row .col_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .row .col_4:nth-child(4n) {
    margin-right: 0;
  }
  .row .col_4:nth-child(n+5) {
    margin-top: 2%;
  }
  .row .col_4:last-child {
    margin-right: 0;
  }
  .row .col_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .row .col_5:nth-child(5n) {
    margin-right: 0;
  }
  .row .col_5:nth-child(n+6) {
    margin-top: 2%;
  }
  .row .col_5:last-child {
    margin-right: 0;
  }
  .row .col_6 {
    width: 15%;
    margin-right: 2%;
  }
  .row .col_6:nth-child(6n) {
    margin-right: 0;
  }
  .row .col_6:nth-child(n+7) {
    margin-top: 2%;
  }
  .row .col_6:last-child {
    margin-right: 0;
  }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row.reverse .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row.reverse .col_2:first-child {
    margin-right: 0;
  }
  .row.gap_row {
    gap: 20px 2%;
  }
  .row.gap_row .col_2 {
    width: 49%;
  }
  .row.gap_row .col_2,
  .row.gap_row .col_3,
  .row.gap_row .col_4,
  .row.gap_row .col_5,
  .row.gap_row .col_6 {
    margin: 0;
  }
  .row.gap_row.reverse .col_2 {
    width: 49%;
  }
}
.row {
  margin-bottom: 50px;
}

.row:last-child {
  margin-bottom: 0;
}

.row.cols_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2%;
}

.row.cols_center .btnstyle {
  width: 100%;
  max-width: 280px;
}

@media (max-width: 767px) {
  .row.cols_center .btnstyle {
    margin-left: auto;
    margin-right: auto;
  }
}
.row.cols_center > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media (max-width: 767px) {
  .row {
    margin-bottom: 30px;
  }
}
.box_border .row:last-child,
.box_bg .row:last-child {
  margin-bottom: 0;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .pc_span {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .sp_span {
    display: inline !important;
  }
}
.bold {
  font-weight: bold;
}

.text-red {
  color: #ff0000;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

body.home .page-parallax-wrapper {
  position: relative;
  width: 100%;
  clip-path: inset(0);
  z-index: 0;
}

body.home .page-parallax-wrapper .global-fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/fv_bg.png) no-repeat center top/cover;
  z-index: -1;
  will-change: transform;
}

@media (min-width: 768px) and (max-width: 1200px) {
  body.home .page-parallax-wrapper .global-fixed-bg {
    background: url(../img/top/fv_bg_tab.png) no-repeat center top/cover;
    background-position: center;
  }
}
@media (max-width: 767px) {
  body.home .page-parallax-wrapper .global-fixed-bg {
    background: url(../img/top/fv_bg_sp.png) no-repeat center top/cover;
    background-position: center;
  }
}
body.home .fv-container {
  height: 1065px;
  position: relative;
  overflow: hidden;
}

body.home .fv-container:before {
  content: "";
  width: 100%;
  height: 168px;
  background: url(../img/top/curve_bg.png) no-repeat left bottom/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

@media (max-width: 767px) {
  body.home .fv-container {
    height: 100%;
  }
  body.home .fv-container:before {
    content: "";
    height: clamp(39px, 9.344px + 7.908vw, 70px);
    background: url(../img/top/curve_bg_sp.png) no-repeat left bottom/cover;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  body.home .fv-container {
    height: 1000px;
  }
}
@media (min-width: 1921px) and (max-width: 3000px) {
  body.home .fv-container {
    height: clamp(1060px, 810.751px + 12.975vw, 1200px);
  }
  body.home .fv-container:before {
    height: clamp(168px, 0.647px + 8.712vw, 262px);
  }
  body.home .fv-container .movie_frame {
    height: clamp(920px, 777.572px + 7.414vw, 1000px);
  }
}
body:not(.home) {
  background: #133668;
}

body:not(.home) .fv-container {
  background: url(../img/common/fv_bg_under.png) no-repeat center bottom/cover;
  height: 500px;
}

@media (max-width: 767px) {
  body:not(.home) .fv-container {
    height: 350px;
  }
}
body:not(.home) #main {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  body:not(.home) #main {
    padding-bottom: 50px;
  }
}
body.archive,
body.single {
  background: #fff;
}

body.archive .fv-container,
body.single .fv-container {
  background: url(../img/common/archive_bg.png) no-repeat center bottom/cover;
}

body.archive .breadcrumb,
body.single .breadcrumb {
  background: #fff;
  margin-bottom: 12px;
}

body.archive .breadcrumb a,
body.single .breadcrumb a {
  color: #133668;
}

header .header_logo {
  position: fixed;
  z-index: 11;
}

@media (min-width: 768px) {
  header {
    height: clamp(126px, 126px + 7 * (100vw - 1200px) / 720, 133px);
  }
  header .header_inner {
    padding: 21px 0 0 clamp(30px, 30px + 25 * (100vw - 1200px) / 720, 55px);
  }
  header .header_info {
    width: 775px;
    border-radius: 0 0 0 80px;
    background: #FF8D3C;
    -webkit-box-shadow: 0 5px 15px 0 rgba(31, 70, 125, 0.2);
    box-shadow: 0 5px 15px 0 rgba(31, 70, 125, 0.2);
    padding: 14px 166px 12px 37px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header_info a {
    text-decoration: none;
  }
  header .header_info .info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px;
  }
  header .header_info .info__list .info__list-tel {
    color: #fff;
  }
  header .header_info .info__list .info__list-tel a {
    color: #fff;
    font-family: "Homenaje", sans-serif;
    font-size: 37px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 5.55px;
  }
  header .header_info .info__list .info__list-tel a .txt {
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3.2px;
    display: block;
  }
  header .header_info .info__list .info__list-tel a .ic {
    padding-left: 57px;
    display: block;
    position: relative;
  }
  header .header_info .info__list .info__list-tel a .ic:before {
    content: "";
    width: 42px;
    height: 42px;
    background: url(../img/common/ic_tel.svg) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 2px;
    left: 0;
    margin: auto;
  }
  header .header_info .info__list .info__list-web a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 62px;
    padding: 17px 52px 16px 41px;
    border-radius: 50px;
    background: #133668;
    color: #fff;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.4px;
    -webkit-transform: translate(0px, -1px);
    transform: translate(0px, -1px);
  }
  header .header_info .info__list .info__list-web a .ic {
    padding-left: 59px;
    position: relative;
  }
  header .header_info .info__list .info__list-web a .ic:before {
    content: "";
    width: 36px;
    height: 29px;
    background: url(../img/common/ic_web.svg) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  header .header_logo {
    position: fixed;
    top: 9px;
    left: clamp(20px, 20px + 25 * (100vw - 1200px) / 720, 43px);
  }
}
@media (max-width: 767px) {
  header {
    height: 120px;
  }
  header .header_logo {
    padding: 13px 0 0;
    width: 270px;
    margin-left: 16px;
  }
}
@media (max-width: 375px) {
  header .header_logo {
    width: 240px;
    margin-left: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  header .header_info .info__list .info__list-web a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  header .header_info .info__list .info__list-web a:hover {
    background: #569CFF;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.menu-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 31;
  background: transparent;
  color: #133668;
  text-align: center;
  font-family: "Homenaje", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2.2px;
  border: 0;
  width: 147px;
  height: 145px;
}

.menu-button:before,
.menu-button:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.menu-button:before {
  top: -69px;
  right: -65px;
  width: 182px;
  height: 182px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) inset;
  z-index: -1;
}

.menu-button .menu-button_wrap {
  width: 55px;
  position: absolute;
  top: 17px;
  right: 22px;
}

.menu-button .hamburger-icon {
  width: 100%;
  height: 34px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-button .bar {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px;
}

.menu-button .bar.top {
  top: 0;
  background: #133668;
}

.menu-button .bar.middle {
  top: 15px;
  background: #EE5942;
}

.menu-button .bar.bottom {
  bottom: 0;
  background: #FF8D3C;
}

.menu-button .menu-text {
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.menu-button.active:before {
  background: #569CFF;
}

.menu-button.active .menu-text {
  color: #fff;
}

.menu-button.active .bar {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #fff;
}

.menu-button.active .bar.top {
  -webkit-transform: rotate(29deg) translate(7px, 14px);
  transform: rotate(29deg) translate(7px, 14px);
}

.menu-button.active .bar.middle {
  opacity: 0;
}

.menu-button.active .bar.bottom {
  -webkit-transform: rotate(-29deg) translate(7px, -12px);
  transform: rotate(-29deg) translate(7px, -12px);
}

.menu_bk {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

@media (min-width: 768px) {
  .menu_bk {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .menu-button {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .menu-button:before {
    width: 124px;
    height: 124px;
    top: -46px;
    right: -44px;
    z-index: 1;
  }
  .menu-button:after {
    width: 167px;
    height: 167px;
    top: -71px;
    right: -69px;
  }
  .menu-button .hamburger-icon {
    height: 24px;
  }
  .menu-button .menu-button_wrap {
    width: 38px;
    top: 13px;
    right: 15px;
    z-index: 2;
  }
  .menu-button .menu-text {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
  .menu-button .bar.middle {
    top: 10px;
  }
  .menu-button.active:before {
    width: 121px;
    height: 121px;
  }
  .menu-button.active .bar {
    height: 2px;
  }
  .menu-button.active .bar.top {
    -webkit-transform: rotate(31deg) translate(7px, 7px);
    transform: rotate(31deg) translate(7px, 7px);
  }
  .menu-button.active .bar.bottom {
    -webkit-transform: rotate(-28deg) translate(8px, -11px);
    transform: rotate(-28deg) translate(8px, -11px);
  }
  .menu-button.active .menu-text {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .menu-button:hover {
    opacity: 1;
  }
  .menu-button:hover:before {
    background: #133668;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-button:hover .bar {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-button:hover .bar.top,
  .menu-button:hover .bar.bottom {
    background: #569CFF;
  }
  .menu-button:hover .bar.middle {
    background: #fff;
  }
  .menu-button:hover .menu-text {
    color: #FFF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-button.active:hover:before {
    background: #FF8D3C;
  }
  .menu-button.active:hover .bar {
    background: #fff;
  }
}
.menu-button_effect {
  width: 250px;
  height: 250px;
  position: fixed;
  top: -104px;
  right: -100px;
  border-radius: 50%;
  overflow: hidden;
  padding: 3px;
  z-index: 31;
}

.menu-button_effect:after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(86, 156, 255, 0)), color-stop(50%, rgba(30, 110, 255, 0.95)), to(rgba(86, 156, 255, 0)));
  background: linear-gradient(90deg, rgba(86, 156, 255, 0) 0%, rgba(30, 110, 255, 0.95) 50%, rgba(86, 156, 255, 0) 100%);
  height: 150%;
  width: 70px;
  -webkit-transform: translate(0);
  transform: translate(0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: rotate 3s linear forwards infinite;
  animation: rotate 3s linear forwards infinite;
  z-index: 0;
}

.menu-button_effect .menu-button_effect_inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.menu-button_effect .menu-button_effect_inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -130%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-animation: shine 7s infinite ease-in-out;
  animation: shine 7s infinite ease-in-out;
  z-index: 1;
}

.menu-button_effect .menu-button_effect_inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359deg, #3D7EDA 0.56%, #1F467D 59.07%);
  border-radius: 50%;
}

@media (max-width: 767px) {
  .menu-button_effect {
    width: 170px;
    height: 170px;
    top: -71px;
    right: -69px;
  }
}
@-webkit-keyframes shine {
  10% {
    left: 150%;
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}
@keyframes shine {
  10% {
    left: 150%;
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}
.global_nav_inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#3D7EDA), color-stop(62.67%, #1F467D));
  background: linear-gradient(180deg, #3D7EDA 0%, #1F467D 62.67%);
  width: calc(100% - 90px);
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0 0 0 100px;
  z-index: 30;
  display: none;
}

.global_nav_inner:before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100vh - 8px);
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 0 92px;
  z-index: -1;
}

.nav__title {
  width: 100%;
  margin-left: auto;
  color: #EE5942;
  font-family: "Homenaje", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 7.5px;
  padding: 0 0 16px 37px;
  position: relative;
}

.nav__title:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: -6px;
  left: 1px;
  border-radius: 50%;
  background: #133668;
}

.nav__title:after {
  content: "";
  width: calc(100% - 13px);
  height: 3px;
  background: #133668;
  position: absolute;
  bottom: 0;
  left: 1px;
}

.global_nav::-webkit-scrollbar {
  width: 9px;
}

.global_nav::-webkit-scrollbar-track {
  background: #EDEDED;
}

.global_nav::-webkit-scrollbar-thumb {
  background-color: #FFC0B6;
  border-radius: 10px;
}

.global_nav a {
  text-decoration: none;
}

.global_nav .sub-menu a {
  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;
  position: relative;
  padding-bottom: 16px;
  min-height: 56px;
  color: #133668;
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.55px;
}

.global_nav .sub-menu a:before,
.global_nav .sub-menu a:after {
  content: "";
  position: absolute;
  left: 0;
}

.global_nav .sub-menu a:before {
  width: 6px;
  height: 6px;
  background: #133668;
  border-radius: 50%;
  bottom: 7px;
}

.global_nav .sub-menu a:after {
  width: 100%;
  height: 1px;
  background: #133668;
  bottom: 10px;
}

.header_menu .nav_wrapper {
  background: #FFF6EB;
}

.header_menu .nav_wrapper .nav_title {
  background: #FF8D3C;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 3.3px;
  color: #133668;
}

.header_menu .nav_wrapper.type_blue {
  background: #EBF2FF;
}

.header_menu .nav_wrapper.type_blue .nav_title {
  background: #133668;
  color: #FF9A3C;
}

.disease_nav_wrapper .col:nth-child(even) .disease_nav_title {
  background: #D2DEFF;
}

@media (max-width: 767px) {
  .global_nav_inner {
    max-width: 380px;
    width: 100%;
    margin-left: 10px;
    height: 100vh;
    overflow: hidden;
    border-radius: 0 0 0 70px;
  }
  .global_nav_inner:before {
    width: calc(100% - 6px);
    height: calc(100vh - 6px);
    border-radius: 0 0 0 65px;
  }
  .global_nav {
    height: calc(100vh - 6px);
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0 0 0 75px;
  }
  .nav__title {
    color: #EE5942;
    font-family: "Homenaje", sans-serif;
    font-size: 37px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 5.55px;
    padding: 0 0 14px 20px;
    margin: 51px 0 33px 20px;
  }
  .nav__title:after {
    width: 100%;
  }
  .header_menu {
    padding: 0 25px 50px;
  }
  .header_menu .nav_wrapper {
    border-radius: 35px;
  }
  .header_menu .nav_wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
  .header_menu .nav_wrapper .nav_title {
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2.7px;
    max-width: 330px;
    width: 100%;
    margin: -10px auto 0;
    padding-left: 3px;
    position: relative;
  }
  .header_menu .nav_wrapper .nav_title .sp_arrow {
    width: 28px;
    height: 28px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    display: block;
    border-radius: 2px;
  }
  .header_menu .nav_wrapper .nav_title .sp_arrow:before,
  .header_menu .nav_wrapper .nav_title .sp_arrow:after {
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #FF8D3C;
  }
  .header_menu .nav_wrapper .nav_title .sp_arrow:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header_menu .nav_wrapper .nav_title.open .sp_arrow:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header_menu .nav_wrapper .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 15px;
    padding: 10px 15px 19px;
  }
  .header_menu .nav_wrapper .sub-menu li {
    width: calc(50% - 7.5px);
  }
  .header_menu .nav_wrapper .sub-menu li a {
    text-align: left;
    font-size: 14.5px;
    letter-spacing: 0.725px;
    min-height: 60px;
    padding-left: 12px;
  }
  .header_menu .nav_wrapper .sub-menu li.sp_wide {
    width: 100%;
  }
  .header_menu .nav_wrapper .sub-menu li.sp_nowrap {
    white-space: nowrap;
  }
  .header_menu .nav_wrapper.type_blue .nav_title .sp_arrow:before,
  .header_menu .nav_wrapper.type_blue .nav_title .sp_arrow:after {
    background: #133668;
  }
  .header_menu .col:not(:last-child) {
    margin-bottom: 30px;
  }
  .disease_nav_wrapper .col:not(:last-child) {
    margin-bottom: 25px;
  }
  .disease_nav_wrapper .col:first-child .disease_nav_title {
    margin-top: 14px;
  }
  .disease_nav_wrapper .col:last-child .sub-menu {
    padding-bottom: 19px;
  }
  .disease_nav_wrapper .col .sub-menu {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .disease_nav_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 37px;
    border-radius: 7px;
    background: #CEE9FF;
    width: 260px;
    margin: 0 auto 10px;
    color: #133668;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.6px;
  }
  .menu_contaienr {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .menu_contaienr.is-active {
    max-height: 100%;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .global_nav_inner {
    height: calc(100vh - 30px);
  }
  .global_nav_inner:before {
    height: calc(100vh - 40px);
    border-radius: 0 0 0 95px;
  }
  .global_nav {
    width: calc(100% - 175px);
    height: calc(100vh - 40px);
    overflow-y: scroll;
    overflow-x: hidden;
    margin: auto;
  }
  .wide .header_menu .nav_title {
    max-width: 410px;
    width: 100%;
  }
  .wide .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3px 20px;
  }
  .wide .sub-menu li {
    width: 180px;
  }
  .nav__title {
    margin-top: 46px;
  }
  .header_menu .nav_wrapper {
    border-radius: 35px;
    background: #FFF6EB;
    padding: 0 50px 45px;
    position: relative;
  }
  .header_menu .nav_wrapper:not(:last-child) {
    margin-bottom: 45px;
  }
  .header_menu .nav_title {
    border-radius: 50px;
    padding: 8px 10px 7px 46px;
    color: #133668;
    margin: auto -10px 5px;
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
  }
  .sub-menu {
    color: #133668;
    text-align: center;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 15.5px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.55px;
  }
  .sub-menu a {
    padding-bottom: 16.5px;
  }
  .disease_nav_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px clamp(20px, 20px + 13 * (100vw - 1801px) / 119, 33px);
  }
  .disease_nav_wrapper .col1 {
    width: 180px;
  }
  .disease_nav_wrapper .col2 {
    width: 380px;
  }
  .disease_nav_wrapper .col2 .sub-menu {
    gap: 4px 20px;
  }
  .disease_nav_wrapper .disease_nav_title {
    border-radius: 7px;
    background: #CEE9FF;
    color: #133668;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.8px;
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media (min-width: 1201px) {
  .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 59px 2.6%;
    width: calc(100% - clamp(30px, 30px + 44 * (100vw - 1201px) / 719, 74px));
    padding: 55px 15px 100px;
    margin: auto;
  }
  .header_menu .nav_wrapper {
    padding: 0 clamp(20px, 20px + 30 * (100vw - 1201px) / 719, 50px) clamp(20px, 20px + 20 * (100vw - 1201px) / 719, 40px);
  }
  .header_menu .nav_col3 {
    width: 31.6%;
  }
  .header_menu .nav_col3 .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px 30px;
  }
  .header_menu .nav_col3 .sub-menu li {
    width: calc(50% - 15px);
  }
  .header_menu .nav_col3 .custom_width {
    padding-right: 10px;
    gap: 4px 20px;
  }
  .header_menu .nav_col3 .custom_width li {
    width: calc(50% - 10px);
  }
  .header_menu .wide {
    width: 100%;
  }
  .header_menu .wide .nav_wrapper .nav_title {
    max-width: 410px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .global_nav {
    width: 100%;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .global_nav .header_menu {
    padding: 0 115px 60px;
  }
  .global_nav .header_menu .nav_wrapper {
    padding: 0 50px 43px;
  }
  .global_nav .header_menu .nav_wrapper:not(:last-child) {
    margin-bottom: 60px;
  }
  .global_nav .header_menu .nav_wrapper .nav_title {
    -webkit-transform: translate(0, -26px);
    transform: translate(0, -26px);
    max-width: 410px;
    width: 100%;
    margin: auto -10px -4px;
  }
  .global_nav .header_menu .col:not(:last-child) {
    margin-bottom: 60px;
  }
  .global_nav .header_menu .col .sub-menu {
    gap: 3px 20px;
  }
  .global_nav .header_menu .col .sub-menu li {
    width: 180px;
  }
  .global_nav .disease_nav_wrapper .col:not(:last-child) {
    margin-bottom: 16px;
  }
  .nav__title {
    margin: 43px 0 65px 88px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .global_nav .header_menu .nav_wrapper {
    padding: 0 42px 43px;
  }
}
@media (min-width: 768px) and (max-width: 1850px) {
  .header_menu {
    display: block;
  }
  .header_menu .col {
    width: 100%;
  }
  .header_menu .col:not(:last-child) {
    margin-bottom: 45px;
  }
  .header_menu .col .sub-menu {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .header_menu .col .sub-menu li {
    width: 170px;
  }
}
@media (min-width: 1801px) {
  .header_menu .nav_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header_menu .nav_col3 .full-height {
    height: 100%;
  }
}
@media (min-width: 1921px) {
  .header_menu {
    width: 1581px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sub-menu a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .sub-menu a:hover {
    color: #EE5942;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.mainimage_wrap .movie_frame_wrapper {
  padding: 8px;
  border-radius: 90px 90px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#569CFF), to(#335E99));
  background: linear-gradient(#569CFF 0%, #335E99 100%);
  position: relative;
  z-index: 1;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mainimage_wrap .movie_frame {
  width: 100%;
  padding: 51px 59px 225px 60px;
  border-radius: 85px 85px 0 0;
  border-bottom: 0;
  background: #133668;
  -webkit-box-shadow: 0 4.859px 18.222px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4.859px 18.222px 0 rgba(0, 0, 0, 0.25);
}

.mainimage_wrap .movie_wrapper {
  padding-top: 56.2%;
  position: relative;
}

.mainimage_wrap .movie_wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.mainimage_wrap .movie_wrapper .movie_btn {
  display: table;
  position: absolute;
  top: calc(100% + 26px);
  right: 78px;
  z-index: 10;
  pointer-events: auto;
}

.mainimage_wrap .movie_wrapper .movie_btn:before,
.mainimage_wrap .movie_wrapper .movie_btn:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mainimage_wrap .movie_wrapper .movie_btn:before {
  background: #EE5942;
  left: calc(100% + 33px);
}

.mainimage_wrap .movie_wrapper .movie_btn:after {
  background: #569CFF;
  right: calc(100% + 31px);
}

.mainimage_wrap .movie_wrapper .movie_btn .btn_wrap {
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2) inset;
  width: 107px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}

.mainimage_wrap .movie_wrapper .movie_btn .btn_wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mainimage_wrap .movie_wrapper.is-playing .icon_play {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.mainimage_wrap .movie_wrapper:not(.is-playing) .icon_stop {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.mainimage_wrap .textPathNode,
.mainimage_wrap .textPathNodeSP {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 250px;
  z-index: 1;
}

.mainimage_wrap #textPathNode,
.mainimage_wrap #textPathNodeSP {
  fill: #FF8D3C;
  baseline-shift: -60px;
  font-size: 85px;
  letter-spacing: 12.75px;
  font-family: "Homenaje", sans-serif;
}

@media (max-width: 767px) {
  .mainimage_wrap .container {
    max-width: calc(100% - 30px);
  }
  .mainimage_wrap .movie_frame_wrapper {
    padding: 2px;
    border-radius: 28px 28px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#569CFF), to(#335E99));
    background: linear-gradient(#569CFF 0%, #335E99 100%);
  }
  .mainimage_wrap .movie_frame {
    width: 100%;
    padding: 51px 59px 225px 60px;
    border-radius: 85px 85px 0 0;
    border-bottom: 0;
    background: #133668;
    -webkit-box-shadow: 0 4.859px 18.222px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4.859px 18.222px 0 rgba(0, 0, 0, 0.25);
  }
  .mainimage_wrap #textPathNodeSP {
    font-size: 32px;
    letter-spacing: 6px;
    baseline-shift: 0;
  }
  .mainimage_wrap .textPathNode {
    height: clamp(210px, 60.765px + 39.796vw, 366px);
    bottom: auto;
    top: calc(100% - clamp(95px, 11.686px + 21.684vw, 180px));
  }
}
@media (min-width: 768px) {
  .mainimage_wrap .container {
    max-width: 1180px;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .mainimage_wrap .textPathNode {
    width: 100% !important;
    max-width: 100vw;
  }
}
@media (min-width: 1921px) and (max-width: 3000px) {
  .mainimage_wrap .textPathNode {
    height: clamp(250px, -17.053px + 13.902vw, 400px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .movie_wrapper .movie_btn .btn_wrap {
    cursor: pointer;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2) inset;
    width: 107px;
    height: 55px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .movie_wrapper .movie_btn .btn_wrap:hover {
    background: #FFC74D;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .scrollbar {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .scrollbar:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .scrollbar:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .scrollbar:hover:after {
    opacity: 0.8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100% - 30px);
  }
  .mainimage_wrap .movie_frame {
    padding: 18px 13px 116px 14px;
    border-radius: 27.379px 27.379px 0 0;
    border: 0;
    -webkit-box-shadow: 0 1.478px 5.543px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1.478px 5.543px 0 rgba(0, 0, 0, 0.25);
  }
  .mainimage_wrap .movie_wrapper video {
    border-radius: 10px;
  }
  .mainimage_wrap .movie_wrapper .movie_btn {
    top: calc(100% + 16px);
    right: 43px;
  }
  .mainimage_wrap .movie_wrapper .movie_btn:before,
  .mainimage_wrap .movie_wrapper .movie_btn:after {
    width: 12px;
    height: 12px;
  }
  .mainimage_wrap .movie_wrapper .movie_btn:before {
    left: calc(100% + 21px);
  }
  .mainimage_wrap .movie_wrapper .movie_btn:after {
    right: calc(100% + 20px);
  }
  .mainimage_wrap .movie_wrapper .movie_btn .btn_wrap {
    width: 66px;
    height: 34px;
  }
  .mainimage_wrap .movie_wrapper .movie_btn .btn_wrap img {
    width: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    width: clamp(1000px, 1000px + 190 * (100vw - 1200px) / 720, 1190px);
    margin: auto;
  }
  .movie_frame {
    height: 920px;
  }
  .scrollbar {
    position: absolute;
    right: 21px;
    top: 475px;
    color: #FFF;
    text-align: center;
    font-family: "Homenaje", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.4px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    cursor: pointer;
  }
  .scrollbar:after {
    content: "";
    width: 1px;
    height: 120px;
    background: #fff;
    position: absolute;
    top: calc(100% + 20px);
    left: -1px;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 1200px) {
  .scrollbar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .mainimage_wrap .movie_frame {
    padding: 43px 50px 137px 51px;
    border-radius: 76px 76px 0 0;
    border-width: 7px;
  }
  .mainimage_wrap .movie_wrapper video {
    border-radius: 35px;
  }
  .mainimage_wrap .movie_wrapper .movie_btn {
    top: calc(100% + 22px);
    right: 68px;
  }
  .mainimage_wrap .movie_wrapper .movie_btn img {
    width: 21px;
    -webkit-transform: translate(0px, 1px);
    transform: translate(0px, 1px);
  }
  .mainimage_wrap .movie_wrapper .movie_btn:before,
  .mainimage_wrap .movie_wrapper .movie_btn:after {
    content: "";
    width: 17px;
    height: 17px;
  }
  .mainimage_wrap .movie_wrapper .movie_btn:before {
    background: #EE5942;
    left: calc(100% + 28px);
  }
  .mainimage_wrap .movie_wrapper .movie_btn:after {
    background: #569CFF;
    right: calc(100% + 26px);
  }
  .mainimage_wrap .movie_wrapper .movie_btn .btn_wrap {
    cursor: pointer;
    width: 90px;
    height: 46px;
  }
}
.clinic-svg-wrapper {
  pointer-events: none;
}

.side_bnr {
  position: fixed;
  z-index: 10;
}

@media (max-width: 767px) {
  .side_bnr {
    max-width: 379px;
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .side_bnr a {
    text-decoration: none;
  }
  .side_bnr .info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    height: 72px;
    border-radius: 33px 0 0 0;
    padding: 0 10px 6px 5px;
    border-top: 4px solid #FFF;
    border-left: 4px solid #FFF;
    background: #FF8D3C;
    -webkit-box-shadow: -7px -5px 20px 0 rgba(31, 70, 125, 0.2);
    box-shadow: -7px -5px 20px 0 rgba(31, 70, 125, 0.2);
  }
  .side_bnr .info__list .info__list-tel a {
    font-family: "Homenaje", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2.8px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side_bnr .info__list .info__list-tel a .txt {
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.1px;
    display: inline-block;
  }
  .side_bnr .info__list .info__list-tel a .ic {
    display: block;
    padding-left: 42px;
    position: relative;
    -webkit-transform: translate(1px, -2px);
    transform: translate(1px, -2px);
  }
  .side_bnr .info__list .info__list-tel a .ic:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/common/ic_tel.svg) no-repeat center/cover;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 7px;
    margin: auto;
  }
  .side_bnr .info__list .info__list-web {
    -webkit-transform: translate(-3px, 4px);
    transform: translate(-3px, 4px);
  }
  .side_bnr .info__list .info__list-web a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 13px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background: #133668;
    color: #fff;
    width: 140px;
    height: 50px;
  }
  .side_bnr .info__list .info__list-web a .ic {
    padding-left: 34px;
    position: relative;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.9px;
  }
  .side_bnr .info__list .info__list-web a .ic:before {
    content: "";
    width: 25px;
    height: 20px;
    background: url(../img/common/ic_web.svg) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
@media (max-width: 389px) {
  .side_bnr .info__list .info__list-tel a {
    font-size: 25px;
  }
}
.sp-safe-area {
  position: fixed;
  left: 0;
  bottom: 0;
  height: env(safe-area-inset-bottom);
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  z-index: 30;
  z-index: 2;
}

.totop {
  width: 140px;
  height: 130px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

.totop:after {
  content: "";
  width: 138px;
  height: 124px;
  background: url(../img/common/totop.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: -1;
}

.totop .totop__arrow {
  color: #133668;
  font-family: "Homenaje", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 3.45px;
  text-align: center;
  display: table;
  margin: auto;
  -webkit-transform: translate(7px, 21px);
  transform: translate(7px, 21px);
  padding-top: 44px;
  position: relative;
}

.totop .totop__arrow:before {
  content: "";
  background: url(../img/common/ic_arrow_totop.svg) no-repeat center/cover;
  width: 38px;
  height: 37px;
  position: absolute;
  top: 1px;
  left: -2px;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .totop {
    width: 91px;
    height: 85px;
    right: 6px;
    bottom: 76px;
  }
  .totop:after {
    content: "";
    width: 89px;
    height: 80px;
  }
  .totop .totop__arrow {
    font-size: 14.786px;
    line-height: 12.857px;
    letter-spacing: 2.218px;
    padding-top: 29px;
    -webkit-transform: translate(5px, 14px);
            transform: translate(5px, 14px);
  }
  .totop .totop__arrow:before {
    width: 24px;
    height: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .totop:hover:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .totop:hover .totop__arrow {
    color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .totop:hover .totop__arrow:before {
    background: url(../img/common/ic_arrow_totop_wh.svg) no-repeat center/cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.js-window-back {
  width: 120px;
  height: 106px;
  position: fixed;
  right: 165px;
  bottom: 31px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

.js-window-back:after {
  content: "";
  width: 120px;
  height: 108px;
  background: url(../img/common/js-window-back_bg.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: -1;
}

.js-window-back .js-window-back__arrow {
  color: #133668;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 1.7px;
  text-align: center;
  display: table;
  margin: auto;
  -webkit-transform: translate(4px, 20px);
          transform: translate(4px, 20px);
  padding-top: 20px;
  position: relative;
}

.js-window-back .js-window-back__arrow:before {
  content: "";
  background: url(../img/common/ic_arrow_js-window-back.svg) no-repeat center/cover;
  width: 14px;
  height: 15px;
  position: absolute;
  top: 9px;
  left: -2px;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .js-window-back {
    width: 91px;
    height: 85px;
    right: 106px;
    bottom: 76px;
  }
  .js-window-back:after {
    content: "";
    width: 89px;
    height: 80px;
  }
  .js-window-back .js-window-back__arrow {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2.218px;
    padding-top: 29px;
    -webkit-transform: translate(5px, 8px);
    transform: translate(5px, 8px);
  }
  .js-window-back .js-window-back__arrow:before {
    width: 14px;
    height: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .js-window-back:hover:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: rotate(-27deg);
            transform: rotate(-27deg);
  }
  .js-window-back:hover .js-window-back__arrow {
    color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .js-window-back:hover .js-window-back__arrow:before {
    background: url(../img/common/ic_arrow_js-window-back_wh.svg) no-repeat center/cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
p,
ul,
ol,
dl,
table {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child {
  margin-bottom: 0;
}

.box_bg p:last-child,
.box_bg ul:last-child,
.box_bg ol:last-child,
.box_bg dl:last-child,
.box_bg table:last-child,
.box_border p:last-child,
.box_border ul:last-child,
.box_border ol:last-child,
.box_border dl:last-child,
.box_border table:last-child,
.box_flow p:last-child,
.box_flow ul:last-child,
.box_flow ol:last-child,
.box_flow dl:last-child,
.box_flow table:last-child {
  margin-bottom: 0;
}

.mce-content-body img {
  border-radius: 0;
}

.mce-content-body a {
  color: #0f406c;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .mce-content-body a:hover {
    color: #0f406c;
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .mce-content-body a:hover img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .mce-content-body a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
  }
}
.mce-content-body hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 3px solid #FF8D3C;
}

.mce-content-body hr.normal_type {
  border-color: #ccc;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .mce-content-body hr.normal_type {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.mce-content-body strong {
  font-weight: bold;
}

.mce-content-body sup {
  font-size: 10.4px;
  vertical-align: super;
}

.mce-content-body sub {
  font-size: 10.4px;
  vertical-align: sub;
}

.mce-content-body blockquote {
  border: 1px solid #ccc;
  margin-top: 24px;
  padding: 28.8px;
  position: relative;
}

.mce-content-body blockquote::before,
.mce-content-body blockquote::after {
  display: block;
  position: absolute;
  content: "format_quote";
  width: 32px;
  height: 32px;
  font-family: "Material Icons";
  font-size: 32px;
  white-space: nowrap;
  word-wrap: normal;
  color: #ccc;
}

.mce-content-body blockquote::before {
  top: 16px;
  left: 12px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mce-content-body blockquote::after {
  right: 12px;
  bottom: 16px;
}

.mce-content-body table {
  width: 100%;
}

.mce-content-body p.error404 {
  margin-bottom: 10rem;
  margin-top: 7.5rem;
  text-align: center;
}

@media (max-width: 767px) {
  .mce-content-body p.error404 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.btnstyle {
  text-align: center;
}

.btnstyle a {
  min-width: 305px;
  display: inline-block;
  color: #133668;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 4px;
  border-radius: 30px 10px;
  background: #FF8D3C;
  -webkit-box-shadow: 0 5px 15px 0 rgba(31, 70, 125, 0.2);
  box-shadow: 0 5px 15px 0 rgba(31, 70, 125, 0.2);
  text-decoration: none;
  padding: 23px 69px 22px 53px;
  text-align: center;
  position: relative;
}

.btnstyle a:before,
.btnstyle a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}

.btnstyle a:before {
  width: 15px;
  height: 15px;
  background: #133668;
  right: 34px;
  z-index: 1;
}

.btnstyle a:after {
  width: 33px;
  height: 33px;
  background: rgba(255, 255, 255, 0.25);
  right: 25px;
}

.btnstyle a.page_anchor_link {
  min-width: auto;
  width: 100%;
}

.btnstyle a.page_anchor_link:after {
  display: none;
}

.btnstyle a.page_anchor_link:before {
  border-top: solid 3px #133668;
  border-right: solid 3px #133668;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  background: transparent;
  border-radius: 0;
}

.btnstyle.type_blue a {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 4px;
  border-radius: 30px 10px;
  background: #133668;
  -webkit-box-shadow: 0 5px 15px 0 rgba(31, 70, 125, 0.2);
  box-shadow: 0 5px 15px 0 rgba(31, 70, 125, 0.2);
  color: #fff;
  padding: 18px 69px 17px 56px;
}

.btnstyle.type_blue a:before {
  background: #EE5942;
}

@media (max-width: 767px) {
  .btnstyle a {
    font-size: 17px;
    padding: 18px 59px 17px 20px;
    min-width: auto;
    width: 100%;
    text-align: left;
  }
  .btnstyle a:before {
    width: 10px;
    height: 10px;
    right: 30px;
  }
  .btnstyle a:after {
    width: 28px;
    height: 28px;
    right: 21px;
  }
  .btnstyle.type_blue a {
    font-size: 15.5px;
    line-height: 20px;
    letter-spacing: 0.775px;
    padding: 18px 59px 17px 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btnstyle a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btnstyle a:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btnstyle a:hover {
    background: #569CFF;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btnstyle a:hover:after {
    -webkit-transform: scale(1.66);
    transform: scale(1.66);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.normalbtn a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 4px;
  border-radius: 50px;
  border: 3px solid #FF8D3C;
  background: #133668;
  padding: 8px 33px 7px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 75px;
  max-width: 425px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.normalbtn a:after {
  content: "";
  background: url(../img/common/arrow_normalbtn.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  margin: auto;
  width: 29px;
  height: 24px;
}

.normalbtn a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(93deg, #3D7EDA 40.5%, #1F467D 77.79%);
  opacity: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .normalbtn a {
    font-size: 15.5px;
    line-height: 25.517px;
    letter-spacing: 3.1px;
    width: 205px;
    min-height: 55px;
    margin-left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-width: 2px;
  }
  .normalbtn a:after {
    width: 19px;
    height: 15px;
    right: 16px;
  }
}
.normalbtn.type_yelllow a {
  border-color: #FFC74D;
}

.normalbtn.type_yelllow a:after {
  background: url(../img/common/arrow_normalbtn_typeyellow.svg) no-repeat center/cover;
}

@media (hover: hover) and (pointer: fine) {
  .normalbtn a:before,
  .normalbtn a:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .normalbtn a:hover {
    color: #fff;
  }
  .normalbtn a:hover:before {
    opacity: 1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .normalbtn a:hover:after {
    background: url(../img/common/arrow_normalbtn_h.svg) no-repeat center/cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    right: 28px;
  }
}
.section {
  padding: 45px 50px 60px;
  border-radius: 60px;
  border: 5px solid #569CFF;
}

.section:not(:last-child) {
  margin-bottom: 66px;
}

.section p {
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.6px;
}

.section * + .btnstyle {
  margin-top: 30px;
}

.section h3 + .clearfix {
  margin-top: 25px;
}

.section img {
  border-radius: 40px;
}

.section .radius_none {
  border-radius: 0;
}

.section .ul_circle,
.section .ol_circle {
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .section {
    padding: 30px 20px 35px;
    border-radius: 20px;
    border-width: 3px;
  }
  .section img {
    border-radius: 20px;
  }
  .section h3 + .clearfix {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .section,
  .section_wide,
  .section_overwide {
    margin-left: calc(50% - 619.5px);
    margin-right: calc(50% - 619.5px);
  }
  .section {
    padding-left: calc(619.5px - 50%);
    padding-right: calc(619.5px - 50%);
  }
}
.section_wide {
  padding-left: 20px;
  padding-right: 20px;
}

.section_overwide {
  padding: 0;
}

.main_post_body,
.post_aside {
  margin-top: 28px;
}

.main_post_body {
  margin-bottom: 48px;
}

.wp-embedded-content {
  display: block;
  max-width: 100%;
}

.breadcrumb {
  background: #133668;
  color: #FF8D3C;
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  font-family: "Homenaje", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 3.45px;
  margin-bottom: 43px;
}

.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb li img {
  display: inline-block;
  margin: 0 20px 0 17px;
}

.breadcrumb a {
  color: #FFF;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .breadcrumb a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .breadcrumb a:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.breadcrumb li:last-child a {
  pointer-events: none;
}

.breadcrumb .current a {
  color: white;
}

@media (min-width: 768px) {
  .breadcrumb {
    font-size: 23px;
  }
  .breadcrumb ol {
    margin-left: -19px;
  }
}
@media (max-width: 767px) {
  .breadcrumb li img {
    width: 16px;
    margin: 0 10px 0 7px;
  }
}
.btn-style {
  text-align: center;
}

.sitemap_box {
  margin-top: 28px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .sitemap_box {
    margin-bottom: 56px;
  }
}
.sitemap_box .menu {
  border-top: 1px solid #ddd;
}

.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}

.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 16px 32px 16px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sitemap_box .menu a:hover {
    color: #0f406c;
    background: #f2f8fd;
  }
}
.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #0f406c;
  border-right: 1px solid #0f406c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7 select,
.wpcf7 input,
.wpcf7 textarea {
  max-width: 100%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=password],
.wpcf7 textarea,
.wpcf7 select {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 20px;
  width: 100%;
  color: #fff;
}

.wpcf7 input[type=text]::-webkit-input-placeholder,
.wpcf7 input[type=email]::-webkit-input-placeholder,
.wpcf7 input[type=tel]::-webkit-input-placeholder,
.wpcf7 input[type=password]::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.wpcf7 input[type=text]::-moz-placeholder,
.wpcf7 input[type=email]::-moz-placeholder,
.wpcf7 input[type=tel]::-moz-placeholder,
.wpcf7 input[type=password]::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder,
.wpcf7 select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.wpcf7 input[type=text]:-ms-input-placeholder,
.wpcf7 input[type=email]:-ms-input-placeholder,
.wpcf7 input[type=tel]:-ms-input-placeholder,
.wpcf7 input[type=password]:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.wpcf7 input[type=text]::-ms-input-placeholder,
.wpcf7 input[type=email]::-ms-input-placeholder,
.wpcf7 input[type=tel]::-ms-input-placeholder,
.wpcf7 input[type=password]::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder,
.wpcf7 select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.wpcf7 input[type=text]::-webkit-input-placeholder, .wpcf7 input[type=email]::-webkit-input-placeholder, .wpcf7 input[type=tel]::-webkit-input-placeholder, .wpcf7 input[type=password]::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=password]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .wpcf7 select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 input[type=tel]:-ms-input-placeholder, .wpcf7 input[type=password]:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.wpcf7 input[type=text]::-ms-input-placeholder, .wpcf7 input[type=email]::-ms-input-placeholder, .wpcf7 input[type=tel]::-ms-input-placeholder, .wpcf7 input[type=password]::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder, .wpcf7 select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=password]::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 select::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.wpcf7 textarea {
  width: 100%;
}

.wpcf7 select {
  background: url("../img/default/expand_more.svg") no-repeat right center;
  background-size: 30px;
  min-width: 40%;
  padding: 8px 24px 8px 20px;
  width: auto;
}

.wpcf7 select option {
  color: #000;
}

.wpcf7 input[type=submit] {
  background: #FF8D3C;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #0f406c;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 240px;
}

.wpcf7 .class-age {
  width: 80px !important;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  .wpcf7 input[type=submit]:not(:disabled):hover {
    background: rgb(255, 111.1846153846, 9);
    cursor: pointer;
  }
}
.wpcf7 input[type=submit]:disabled {
  background: #ccc;
  border: 2px solid #ccc;
}

@media (hover: hover) and (pointer: fine) {
  .wpcf7 input[type=submit]:disabled:hover {
    pointer-events: none;
  }
}
.wpcf7 .screen-reader-response {
  margin-bottom: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.wpcf7 .screen-reader-response ul {
  display: none;
}

.wpcf7 .ajax-loader {
  position: absolute !important;
}

.wpcf7 input:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus,
.wpcf7 textarea:-webkit-autofill,
.wpcf7 textarea:-webkit-autofill:hover,
.wpcf7 textarea:-webkit-autofill:focus,
.wpcf7 select:-webkit-autofill,
.wpcf7 select:-webkit-autofill:hover,
.wpcf7 select:-webkit-autofill:focus {
  background-color: #ffffff !important;
  -webkit-text-fill-color: white !important;
  -webkit-transition: background-color 0s 50000s, color 0s 50000s;
  transition: background-color 0s 50000s, color 0s 50000s;
}

.wpcf7-spinner {
  position: absolute !important;
}

.wpcf7-not-valid {
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  color: #cc0000;
}

.wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}

.wpcf7-list-item input {
  width: auto;
}

.box_form {
  margin-top: 32px;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .box_form {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
.box_form dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dotted #ddd;
}

.box_form dt,
.box_form dd {
  padding: 1.5em 5px;
}

.box_form dt p,
.box_form dd p {
  margin-bottom: 0;
}

.box_form dt {
  clear: both;
  float: left;
  font-weight: bold;
  margin-bottom: 8px;
}

.box_form dd {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0;
  padding-left: 19em;
}

.box_form dd > span + span {
  margin-left: 15px;
}

@media (min-width: 768px) {
  .box_form .input_wrap:not(:first-child) {
    margin-left: 20px;
  }
}
.box_form .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}

.box_form .ex,
.box_form .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}

.box_form .requisite,
.box_form .attention {
  font-size: 78%;
  color: #f45000;
}

.box_form .attention {
  color: #cc0000;
  font-size: 12px;
}

.box_form .acceptance .attention {
  font-size: inherit;
}

.box_form .subtxt {
  color: #888;
  font-size: 12px;
  display: block;
}

.box_form .btnstyle {
  text-align: center;
  margin-top: 28px;
}

@media (max-width: 767px) {
  .box_form .btnstyle {
    margin-top: 20px;
  }
}
.box_form .wpcf7-list-item {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.box_form .acceptance_wrap {
  background: #f1f1f1;
  padding: 1em 0.5em;
}

.box_form .acceptance_wrap > * {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .box_form dt {
    float: none;
    padding-bottom: 0;
  }
  .box_form dd {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .box_form dd input,
  .box_form dd textarea {
    width: 100%;
    max-width: 750px;
  }
}
.post-password-form {
  margin-bottom: 4em;
  margin-top: 2em;
}

@media (max-width: 767px) {
  .post_aside {
    padding-top: 16px;
  }
}
.entry_archive_wrap.blogsingleon .btnstyle {
  margin-top: 15px;
}

.entry_archive_wrap.blogsingleon .btnstyle a {
  min-width: 200px;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
}

.entry_title a {
  color: #fff;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .entry_title a:hover {
    color: #0f406c;
  }
}
.entry_ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 6px;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 36px;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .entry_ex {
    margin-bottom: 24px;
    margin-top: 12px;
  }
}
.blogsingleon .entry_archive .entry_ex {
  margin-bottom: 24px;
  margin-top: 12px;
}

.entry_ex a {
  color: #0f406c;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .entry_ex a:hover {
    color: #fff;
  }
}
.entry_ex .svg-icons {
  fill: #666;
  width: 18px;
  height: 18px;
  margin-left: -22px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.entry_date,
.entry_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 22px;
}

.entry.mce-content-body {
  max-width: 100%;
}

.pagenav_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-size: 14.08px;
  line-height: 1.5;
  margin-top: 64px !important;
  padding-top: 48px;
}

@media (max-width: 767px) {
  .pagenav_single {
    margin-top: 32px !important;
    padding-top: 28px;
  }
}
.pagenav_single li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

.pagenav_single a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #133668;
}

@media (hover: hover) and (pointer: fine) {
  .pagenav_single a:hover {
    opacity: 0.7;
  }
}
.pagenav_single a .svg-icons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-bottom: auto;
  margin-top: 0.25em;
  fill: #133668;
}

.pagenav_single_previous a {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.entry_archive {
  padding: 45px 54px 50px 65px;
  border-radius: 70px;
  border: 5px solid #569CFF;
  background: linear-gradient(353deg, #3D7EDA 5.41%, #1F467D 61.3%);
  max-width: 930px;
  width: 100%;
  margin: auto;
}

.entry_archive:not(:last-child) {
  margin-bottom: 29px;
}

.entry_archive .entry_date {
  margin: 0;
  padding: 0;
  font-family: "Homenaje", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2px;
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  color: #FF8D3C;
}

.entry_archive .entry_title {
  padding: 0;
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 4px;
  margin: 0;
}

.entry_archive .entry_title:before {
  display: none;
}

.entry_archive .entry p {
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.6px;
}

.entry_archive * + ul {
  margin-top: 26px;
}

.entry_archive .alignleft,
.entry_archive .alignright {
  border-radius: 25px;
}

@media (min-width: 768px) {
  .entry_archive .headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
  }
  .entry_archive .alignleft,
  .entry_archive .alignright {
    max-width: 38%;
    border-radius: 50px;
  }
  .entry_archive ul {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .entry_archive {
    padding: 25px 15px;
    border-radius: 20px;
  }
  .entry_archive h2 {
    text-align: left;
  }
  .entry_archive .headline {
    margin-bottom: 15px;
  }
}
.pagenav_archive {
  padding: 10px 15px;
  border-radius: 50px;
  border: 3px solid #3D7EDA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.pagenav_archive .page-numbers {
  color: #EE5942;
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  font-family: "Homenaje", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2.6px;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
}

.pagenav_archive .page-numbers.current {
  background: #FF8D3C;
  color: #fff;
}

.pagenav_archive a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .pagenav_archive .page-numbers.next {
    margin-left: 50px;
  }
  .pagenav_archive .page-numbers.prev {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .pagenav_archive .page-numbers {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
  .pagenav_archive .page-numbers.next,
  .pagenav_archive .page-numbers.prev {
    width: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .pagenav_archive a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .pagenav_archive a:hover {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .pagenav_archive a:hover.next,
  .pagenav_archive a:hover.prev {
    opacity: 0.7;
  }
  .pagenav_archive a:hover:not(.next, .prev) {
    background: rgba(255, 141, 60, 0.5);
  }
}
.post_aside .aside_title {
  border-bottom: 2px solid #133668;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 12px;
  color: #133668;
}

.post_aside .aside_title:before {
  background: url(../img/common/ic_ttl_blue.svg) no-repeat center/cover;
}

.post_aside .category_list {
  margin-top: 16px;
}

.post_aside .category_list li {
  border-bottom: 1px solid #ddd;
}

.post_aside .category_list li ul li {
  border-top: 1px solid #ddd;
  border-bottom: none;
}

.post_aside .category_list a {
  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;
  color: #133668;
  line-height: 1.5;
  padding: 12px 8px;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .post_aside .category_list a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.post_aside .category_list a .material-icons {
  font-size: 16px;
}

.post_aside .latestpost_list {
  margin-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

.post_aside .latestpost_list a {
  color: #fff;
  display: table;
  line-height: 1.5;
  padding: 4px 8px 4px 24px;
  position: relative;
  text-decoration: none;
}

.post_aside .latestpost_list a::before {
  content: "・";
  left: 8px;
  padding-top: 4px;
  position: absolute;
  top: 0;
}

@media (hover: hover) and (pointer: fine) {
  .post_aside .latestpost_list a:hover {
    color: #0f406c;
  }
  .post_aside .latestpost_list a:hover::before {
    color: #0f406c;
  }
}
.blog_thumbnail_list_item a .title,
.blog_thumbnail_list_item a .date,
.blog_thumbnail_list_item a .post_term {
  color: inherit;
  text-decoration: none;
}

.blog_thumbnail_list_item .title {
  display: block;
}

.blog_thumbnail_list_item .btnstyle a {
  min-width: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .blog_thumbnail_list_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23.5%;
    flex: 1 1 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 5rem;
  }
  .blog_thumbnail_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .blog_thumbnail_list_item .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.slide_main {
  position: relative;
}

.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_main .item:first-child .arrow-prev,
.slide_main .item:last-child .arrow-next {
  display: none;
}

.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slide_main .item img {
  margin: 0;
}

.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}

@media (hover: hover) and (pointer: fine) {
  .slide_main .arrow-prev:hover,
  .slide_main .arrow-next:hover {
    cursor: pointer;
  }
}
.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}

.slide_main .arrow-prev {
  left: 10px;
}

@media (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}
.slide_main .arrow-next {
  right: 10px;
}

@media (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}
.slide_main .arrow-next::before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-bottom: 30px;
}

.slide_thumb .item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .slide_thumb .item:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media (hover: hover) and (pointer: fine) {
  .slide_thumb .item.thumbnail-current:hover {
    opacity: 1;
  }
}
.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0f406c;
  border-radius: 0;
}

.slide_thumb .item img {
  margin: 0;
}

@media (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: 15.8333333333%;
    max-width: 15.8333333333%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}
.slide_wrap_vertical .slide_main {
  margin-bottom: 1%;
}

.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: 15.8333333333%;
  max-width: 15.8333333333%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60px;
}

.columns .point_box:first-child {
  margin-top: 60px;
}

.point_box p {
  margin-bottom: 30px;
}

.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notice_box .notice_title {
  background: #fff;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  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 (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
@media (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #0f406c;
  display: block;
  position: relative;
  text-align: center;
}

.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #0f406c;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}

@media (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}
.notice_box .notice_text ul,
.notice_box .notice_text p {
  width: 100%;
}

.notice_box .notice_text ul:first-child,
.notice_box .notice_text p:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .notice_box .notice_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.icon_tags {
  padding-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5em;
}

.icon_tags a {
  background: #f1f1f1;
  border-radius: 3px;
  color: #0f406c;
  display: block;
  font-size: 92%;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .icon_tags a:hover {
    background: #0f406c;
    color: #fff;
  }
}
.entry_search_result_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 88%;
  margin-bottom: 2em;
  margin-top: 2em;
}

.entry_search_result_wrap .entry_title {
  font-size: 20px;
  margin-bottom: 0.35em;
}

@media (min-width: 768px) {
  .entry_search_result_wrap .entry_title {
    font-size: 22px;
  }
}
.entry_search_result_wrap .entry_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.entry_search_result_wrap .entry_archive .entry_content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.entry_search_result_wrap .entry_archive .entry_thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 min(20%, 140px);
  flex: 0 0 min(20%, 140px);
  width: min(20%, 140px);
}

.entry_search_result_wrap .entry_archive .entry_thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  max-width: none;
  height: auto;
}

.entry_search_result_wrap .entry_archive .entry {
  font-size: 88%;
}

.entry_search_result_wrap .link {
  font-size: 92%;
}

.entry_search_result_wrap .link::before {
  content: "［ ";
}

.entry_search_result_wrap .link::after {
  content: " ］";
}

.entry_ex_sub {
  gap: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 82%;
  margin-top: 10px;
  margin-bottom: 0;
}

.entry_ex_sub .entry_date,
.entry_ex_sub .entry_categories {
  padding-left: 0;
}

.entry_ex_sub .entry_categories::before {
  content: "｜";
}

.entry_single {
  border-radius: 70px;
  border: 5px solid #569CFF;
  background: linear-gradient(353deg, #3D7EDA 5.41%, #1F467D 61.3%);
  padding: 45px 55px 50px 65px;
}

.entry_single .entry_ex {
  color: #fff;
}

.entry_single .entry_ex .svg-icons {
  fill: #fff;
}

.entry_single .entry_ex a {
  color: #fff;
}

.entry_single .entry_ex .entry_date {
  color: #FF8D3C;
}

.entry_single .entry_ex .entry_date .svg-icons {
  fill: #FF8D3C;
}

.entry_single figure img {
  border-radius: 50px;
}

@media (max-width: 767px) {
  .entry_single figure img {
    border-radius: 20px;
  }
}
.splide__arrow {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  width: auto;
  color: transparent;
  background: transparent;
  color: #e5eeee;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.splide__arrow--prev {
  left: 10px;
}

.splide__arrow--next {
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.splide__arrow svg {
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 8px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  opacity: 0.8;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  pointer-events: none;
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #0f406c;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .splide.splide--fade .splide__slide {
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  }
  .splide.splide--loop .splide__list {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.page_title {
  text-align: center;
  color: #FFF;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 5px;
  padding: 16px 0 0 11px;
}

.page_title .en {
  color: #569CFF;
  font-family: "Homenaje", sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 86.111px;
  letter-spacing: 11.25px;
  text-align: center;
  display: block;
}

.page_title .ttl {
  padding: 5px 8px 0 0;
  display: inline-block;
}

@media (max-width: 767px) {
  .page_title {
    font-size: 14px;
    line-height: 1.4;
  }
  .page_title .en {
    font-size: 37px;
    line-height: 1.4;
  }
  .page_title .ttl {
    padding: 5px 0 0;
  }
}
h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 145.833%;
  letter-spacing: 3.6px;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 38px;
  position: relative;
}

h2:before {
  content: "";
  width: 25px;
  height: 27px;
  background: url(../img/common/ic_ttl.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
h3 {
  color: #FF8D3C;
  border-bottom: 3px solid #FF9A3C;
  font-size: 21px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 3.15px;
  padding: 0 0 12px 56px;
  position: relative;
  margin-bottom: 20px;
}

h3:before {
  content: "";
  width: 26px;
  height: 28px;
  background: url(../img/common/ic_ttl.svg) no-repeat center/cover;
  position: absolute;
  top: 5px;
  left: 15px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    padding-left: 50px;
  }
  h3:before {
    width: 22px;
    height: 24px;
  }
}
h3.typeA {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.8px;
  border-radius: 50px;
  background: #FF8D3C;
  padding: 10px 10px;
  border: 0;
}

h3.typeA:before {
  display: none;
}

h3.typeA.color_blue {
  background: #569CFF;
  color: #fff !important;
}

@media (max-width: 767px) {
  h3.typeA {
    font-size: 18px;
    padding: 10px 10px;
  }
}
*:not(h2) + h3 {
  margin-top: 60px;
}

@media (max-width: 767px) {
  *:not(h2) + h3 {
    margin-top: 40px;
  }
}
h3 + *:not(.ul_circle, .ol_circle, .comment-card__balloon, .step_parts__container, .video_wrapper),
h4 + p {
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  h3 + *:not(.ul_circle, .ol_circle, .comment-card__balloon, .step_parts__container, .video_wrapper),
  h4 + p {
    margin-left: 7px;
    margin-right: 7px;
  }
}
h4 {
  display: inline-block;
  padding: 12px 14px 13px 15px;
  border-radius: 10px;
  background: #569CFF;
  color: #133668;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2.55px;
  margin: 0 0 15px 15px;
}

@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    padding: 8px 10px 9px 11px;
    border-radius: 5px;
    margin-left: 5px;
  }
}
* + h4 {
  margin-top: 6px;
}/*# sourceMappingURL=base.css.map */