@charset "UTF-8";
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 only screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #2e2e2e;
  background: #fff;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;/* 1.75 */
}
@media only screen and (min-width: 768px) {
  body {
    min-width: 1239px;
  }
}

a {
  color: #2e2e2e;
}

a:hover {
  -webkit-transition: color .3s;
  transition: color .3s;
  cursor: pointer;
}

*:focus {
  outline: none;
}

.clearfix {
  overflow: hidden;
}
.clearfix:last-child {
  margin-bottom: 0;
}
@media screen and (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: #2e2e2e;
  text-decoration: none;
}

@media only screen and (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: #000057;
  border-color: #000057;
  color: #fff;
}
input[type="submit"]:hover,
button:hover {
  opacity: .8;
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}

@media only screen and (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 only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  .spbasic {
    display: none !important;
  }
}
@media only screen and (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 only screen and (min-width: 421px) {
  .spmin {
    display: none !important;
  }
}
@media only screen and (max-width: 420px) {
  .spbasic {
    display: none !important;
  }
}
.container,
.gutters,
.mce-content-body {
  max-width: calc(100% - 20px);
  margin-inline: auto;
  width: 1200px;
}
@media only screen and (min-width: 768px) {
  .container,
  .gutters,
  .mce-content-body {
    max-width: calc(100% - 40px);
  }
}

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

.wrap {
  overflow: hidden;
}

body.archive .contents, body.single .contents {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  body.archive .contents, body.single .contents {
    margin-inline: auto;
    padding-bottom: 90px;
  }
}
@media only screen and (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 only screen and (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 only screen and (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 only screen and (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;
}

.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 only screen and (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 only screen and (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 only screen and (min-width: 768px) {
  .pc_span {
    display: inline !important;
  }
}
@media only screen and (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;
}

.header {
  background: #fff;
  width: 100%;
}
.header .header_logo {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .header .header_inner {
    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;
  }
  .header .header_logo {
    margin-right: 40px;
  }
  .header .header_info {
    margin-left: auto;
  }
  .header .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header .row .header_list:not(:first-child) {
    margin-left: 20px;
  }
  .header .row .header_list > ul {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .header .row .header_list > ul > li:not(:first-child) {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .pc_horizon {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .pc_horizon .global_nav,
  .pc_horizon .header_menu {
    width: auto;
  }
  .pc_horizon .global_nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
    position: initial;
  }
  .pc_horizon .global_nav .menu-item > .sub-menu_wrap {
    top: 68%;
  }
  .pc_horizon .header_menu.container {
    max-width: none;
    width: auto;
  }
  .pc_horizon .header_menu > li {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .sp_horizon {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 30;
  }
  .sp_horizon .container {
    max-width: 100%;
  }
  .sp_horizon .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp_horizon .header_logo {
    margin-left: 0;
  }
  .sp_horizon .sp_nav {
    position: inherit;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .header_hover_item_wrap {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .header_hover_item {
    margin-right: -220px;
    z-index: 30;
    -webkit-transition: margin-right 0.5s;
    transition: margin-right 0.5s;
  }
  .header_hover_item.active {
    margin-right: 0;
  }
}
.header {
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .sp_horizon {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header_logo {
    margin-left: auto;
    text-align: center;
    width: 50%;
  }

  .sp_horizon .sp_nav {
    width: 18%;
  }
}
@media only screen and (min-width: 768px) {
  .header_logo {
    width: clamp(389.76875px, 31.4583333333vw, 604px);
  }

  .header {
    padding-top: 10px;
  }
  .header .header_inner {
    width: 1900px;
  }

  .global_nav .menu {
    margin-bottom: 15px;
  }

  body:not(.home) .header {
    padding-bottom: 0;
  }
  body:not(.home) .header .header_logo {
    margin: auto;
    text-align: center;
  }

  .home .header {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    background: transparent;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) {
  .header_wrap,
  .pc_horizon {
    min-width: 1200px;
    position: absolute;
    width: 100%;
    z-index: 10;
  }

  .header_wrap .header,
  .header_wrap .global_nav {
    background: none;
  }
  .header_wrap .global_nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
  }
}
.sp_nav {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
}
@media only screen and (min-width: 768px) {
  .sp_nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp_nav > li {
    border-left: 1px solid #ddd;
  }
  .sp_nav > li:first-child {
    border-left: none;
  }
}

.menu_bk {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media only screen and (min-width: 768px) {
  .menu_bk {
    display: none !important;
  }
}

.global_nav {
  background: #fff;
  overscroll-behavior: contain;
}
.global_nav a {
  display: block;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
}
.global_nav .menu {
  z-index: 20;
}
.global_nav .menu-item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
}
@media only screen and (max-width: 767px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .global_nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .global_nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .global_nav .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .global_nav .menu-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    color: #2e2e2e;
    height: 110px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    text-align: center;
    -webkit-transition: background-color .3s , color .3s;
    transition: background-color .3s , color .3s;
  }
  .global_nav .menu-item:hover > a {
    color: #fff;
    background: #000057;
  }
  .global_nav .menu-item.menu-item-has-children > a {
    position: relative;
  }
  .global_nav .menu-item.menu-item-has-children > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #000057 transparent transparent transparent;
    border-width: 6px 4px 0px 4px;
  }
  .global_nav .menu-item.menu-item-has-children:hover > a:after {
    border-color: #fff transparent transparent transparent;
  }
  .global_nav .menu-item.wide {
    position: static;
  }
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    background: #000057;
    color: #fff;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
  }
  .global_nav .menu-item > .sub-menu a,
  .global_nav .menu-item > .sub-menu_wrap a {
    -webkit-transition: .2s;
    transition: .2s;
    color: #fff;
  }
  .global_nav .menu-item > .sub-menu a:hover,
  .global_nav .menu-item > .sub-menu_wrap a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    color: #000057;
    background: #fff;
  }
  .global_nav .menu-item > .sub-menu_wrap {
    right: 0;
    width: auto;
    overscroll-behavior-y: contain;
    overflow-y: auto;
  }
  .global_nav .menu-item.active > .sub-menu,
  .global_nav .menu-item.active > .sub-menu_wrap {
    z-index: 20;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .global_nav .menu-item:last-child > .sub-menu, .global_nav .menu-item.has_submenu_right > .sub-menu {
    left: auto;
    right: 0;
  }
  .global_nav .menu-item > .sub-menu {
    width: 200px;
  }
  .global_nav .menu-item > .sub-menu > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .global_nav .menu-item > .sub-menu a {
    display: block;
    padding: 0.75em 1em;
  }
  .global_nav .menu-item > .sub-menu_wrap .container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu a {
    margin-bottom: 6px;
    margin-top: 6px;
    position: relative;
    padding-left: 15px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu a:after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    width: 6px;
    height: 6px;
    top: 0.75em;
    bottom: auto;
    right: auto;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg) translateY(-3px);
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title {
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title a {
    color: #fff;
    pointer-events: none;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    padding: 0;
    padding-bottom: 10px;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title a:after {
    display: none;
  }
  .global_nav .menu-item > .sub-menu_wrap a:hover {
    text-decoration: underline;
    color: #fff;
    background: none;
  }
  .global_nav .menu-item {
    border-top: none;
  }
  .global_nav .menu-item > a {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
  }
  .global_nav .menu-item > a span span {
    display: block;
  }
  .global_nav .menu-item > a span span:not(:first-child) {
    padding-top: 0;
  }
  .global_nav .menu-item > a span span.nav_sub {
    font-family: "Outfit", serif;
    color: #b8d1f8;
    font-weight: 500;
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .global_nav .menu-item:hover > a span span.nav_sub {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .global_nav .sp_toggle_close {
    display: none !important;
  }
}
.global_nav .sp_toggle_close:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .global_nav {
    display: none;
    height: 100%;
    left: 0;
    padding-top: 70px;
    padding-bottom: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
    overflow-y: auto;
    scrollbar-width: none;
  }
  .global_nav .row .col_2:not(:first-of-type), .global_nav .row .col_3:not(:first-of-type), .global_nav .row .col_4:not(:first-of-type), .global_nav .row .col_5:not(:first-of-type) {
    margin-top: 0 !important;
  }
  .global_nav .row .col_2:not(:first-of-type) li:first-child a, .global_nav .row .col_3:not(:first-of-type) li:first-child a, .global_nav .row .col_4:not(:first-of-type) li:first-child a, .global_nav .row .col_5:not(:first-of-type) li:first-child a {
    border-top: 1px solid #ddd;
  }
  .global_nav::-webkit-scrollbar {
    display: none;
  }
  .global_nav .container {
    width: 100%;
    max-width: none;
  }
  .global_nav .menu {
    border-top: 1px dotted #171a45;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
  .global_nav .menu-item {
    border-bottom: 1px dotted #171a45;/* ccc */
  }
  .global_nav .menu-item a {
    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;
    height: 2.85em;/*3.6em*/
    padding-left: 0.5em;
    padding-right: 2.6em;
    -webkit-transition: .2s;
    transition: .2s;
    color: #171a45;/*2e2e2e*/
    background: #fff;
    position: relative;
    letter-spacing: 0.05em;
    font-size: 19px;
  }
  .global_nav .menu-item a:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #dfb957;
    border-right: 2px solid #dfb957;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .global_nav .menu-item a:hover {
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    background: #000057;
  }
  .global_nav .menu-item.menu-item-has-children > a:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .global_nav .sub-menu {
    font-size: inherit;
  }
  .global_nav .sub-menu a {
    height: auto;
    padding-top: 0.65em;
    padding-bottom: 0.65em;
    padding-left: 1.5em;
    padding-right: 2.6em;
    background: #fbf8ef;
    border-bottom: 1px dotted #ccc;
    font-size: 18px;
  }
  .global_nav .sub-menu a:hover {
    background: #000057;
  }
  .global_nav .sub-menu li:last-child a {
    border: none;
  }
  .global_nav .nav_title {
    font-weight: bold;
  }
  .global_nav .nav_title a {
    background: #8d8eca;
    color: #fff;
    pointer-events: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global_nav .nav_title a:after {
    display: none !important;
  }
  .global_nav .sp_toggle_close_top {
    position: fixed;
    top: 18px;
    right: 10px;
  }
  .global_nav .sp_toggle_close_top .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000057;
    border-radius: 50%;
    height: 36px;
    width: 36px;
  }
  .global_nav .sp_toggle_close_top .icon svg {
    fill: #fff;
    width: 20px;
    height: 20px;
  }
  .global_nav .sp_toggle_close_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000057;
    color: #fff;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 15px;
    height: 2em;
    margin-inline: auto;
    margin-top: 20px;
    letter-spacing: 0.075em;
    line-height: 1;
    padding: 0.25em 0;
    width: 7.5em;
  }
  .global_nav .sp_toggle_close_bottom .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 0.5em;
  }
  .global_nav .sp_toggle_close_bottom svg {
    display: block;
    fill: #fff;
    width: 13px;
    aspect-ratio: 1;
  }
}

@media only screen and (max-width: 767px) {
  .global_nav #menu-header_menu .custom_nav > a {
    display: none !important;
  }
  .global_nav #menu-header_menu .custom_nav .sub-menu_wrap {
    display: block !important;
  }
  .global_nav #menu-header_menu .custom_nav .nav_title {
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 15px 10px;
    font-size: 18px;
    margin-bottom: 4%;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_box {
    padding: 20px;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2 a {
    text-align: center !important;
    background: #fff;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2 a:hover:after {
    border-color: #fff !important;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2:nth-child(n + 3) {
    margin-top: 2% !important;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 {
    background: #deebf7;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .nav_title {
    background: #000057;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a {
    border: 1px solid #000057;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a:after {
    border-color: #000057;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a:hover {
    background: #000057;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 {
    background: #e2f0d9;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .nav_title {
    background: #8d8eca;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a {
    border: 1px solid #8d8eca;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a:after {
    border-color: #8d8eca;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a:hover {
    background: #8d8eca;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 {
    background: #fff2cc;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .nav_title {
    background: #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a {
    border: 1px solid #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a:after {
    border-color: #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a:hover {
    background: #ff6600;
  }
}
@media only screen and (max-width: 767px) and (max-width: 600px) {
  .global_nav #menu-header_menu .custom_nav .row .col_2 a {
    font-size: 2.5vw;
    padding: 10px 25px 10px 10px;
    height: 60px;
    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 only screen and (min-width: 768px) {
  .home .global_nav {
    margin-top: -30px;
    background: transparent;
  }
  .home .global_nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 10px #00000021;
            box-shadow: 10px 10px 10px #00000021;
    margin: auto;
  }
}

.mainimage {
  overflow: hidden;
  padding-bottom: 0px;
}
.mainimage img {
  width: 100%;
}
.mainimage .slider {
  aspect-ratio: 770 / 950;
}
.mainimage .slider:not(.slick-initialized) {
  overflow: hidden;
}
.mainimage .slider:not(.slick-initialized) > * {
  float: left;
}
@media only screen and (min-width: 768px) {
  .mainimage .slider {
    aspect-ratio: 2000 / 950;
  }
}
.mainimage .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mainimage .slick-arrow {
  position: absolute;
  z-index: 1;
}
.mainimage .slick-arrow svg {
  fill: #fff;
  vertical-align: bottom;
  width: min( 25px , 4vw );
}
.mainimage .slick-prev-original,
.mainimage .slick-next-original {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mainimage .slick-prev-original {
  left: 10px;
}
.mainimage .slick-next-original {
  right: 10px;
}
.mainimage .slick-dots li button:before {
  color: #000057;
}

.mainimage .slick-dots {
  bottom: 5%;
}
.mainimage .slick-dots li {
  margin: 0 5px;
}
.mainimage .slick-dots li button:before {
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
  color: #fff;
}
.mainimage .slick-dots li.slick-active button:before {
  color: #8d8eca;
}
@media only screen and (min-width: 768px) {
  .mainimage .slick-dots {
    bottom: 55px;
  }
  .mainimage .slick-dots li {
    margin: 0 11px;
  }
}

.side_bnr {
  position: fixed;
  right: 0;
  z-index: 10;
}
.side_bnr a:not([class]) img, .side_bnr a.swipebox img {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.side_bnr a:not([class]):hover img, .side_bnr a.swipebox:hover img {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .side_bnr {
    z-index: 20;
    top: auto;
    bottom: 0;
    width: auto;
    right: 130px;
  }
  .side_bnr .side_bnr_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side_bnr li:not(:first-child) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .side_bnr {
    bottom: 0;
    width: 100%;
  }
  .side_bnr .side_bnr_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .side_bnr .side_bnr_block li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .side_bnr .side_bnr_block::after {
    position: fixed;
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: env(safe-area-inset-bottom);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}

.totop {
  bottom: calc(19vw + env(safe-area-inset-bottom));
  display: none;
  position: fixed;
  right: 10px;
  width: 50px;
  z-index: 10;
}
.totop:hover {
  cursor: pointer;
  opacity: .8;
}
.totop .totop_inner {
  background: #000057;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
}
.totop .totop_inner svg {
  width: 15px;
  fill: #fff;
}
@media only screen and (min-width: 768px) {
  .totop {
    bottom: 10px;
    width: 99px;
  }
  .totop .totop_inner {
    width: 99px;
    height: 99px;
  }
}

.mce-content-body p, .mce-content-body ul, .mce-content-body ol, .mce-content-body dl, .mce-content-body table {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
.mce-content-body p:last-child, .mce-content-body ul:last-child, .mce-content-body ol:last-child, .mce-content-body dl:last-child, .mce-content-body table:last-child {
  margin-bottom: 0;
}
.mce-content-body .box_bg p:last-child, .mce-content-body .box_bg ul:last-child, .mce-content-body .box_bg ol:last-child, .mce-content-body .box_bg dl:last-child, .mce-content-body .box_bg table:last-child, .mce-content-body .box_border p:last-child, .mce-content-body .box_border ul:last-child, .mce-content-body .box_border ol:last-child, .mce-content-body .box_border dl:last-child, .mce-content-body .box_border table:last-child, .mce-content-body .box_flow p:last-child, .mce-content-body .box_flow ul:last-child, .mce-content-body .box_flow ol:last-child, .mce-content-body .box_flow dl:last-child, .mce-content-body .box_flow table:last-child {
  margin-bottom: 0;
}
.mce-content-body img {
  border-radius: 0;
}
.mce-content-body a {
  color: #000057;
  text-decoration: underline;
}
.mce-content-body a:hover {
  color: #000057;
  text-decoration: none;
}
.mce-content-body a:hover img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.7;
}
@media only screen and (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: 1px solid #ddd;
}
.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 only screen and (max-width: 767px) {
  .mce-content-body p.error404 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.btnstyle:not(:last-child) {
  margin-bottom: 2.4rem;
}
.btnstyle a {
  line-height: 1.5;
  display: table;
  position: relative;
  text-align: center;
  margin: auto;
  text-decoration: none !important;
  color: #fff !important;
  min-width: auto;
  max-width: 280px;
  background: #000057;
  border: 1px solid #000057;
  width: 100%;
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
  border-radius: 0;
  padding: 1.3rem 2.4rem;
  font-size: 18px;
  border-radius: 35px;
  -webkit-transition: .3s;
  transition: .3s;
}
.btnstyle a:hover {
  opacity: .7;
}
.btnstyle a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btnstyle a:after {
  width: 26px;
  height: 26px;
  border: none;
  background: url("../img/common/hov_btn_arrow.png") no-repeat center/cover;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btnstyle__right a {
  margin-right: 0;
}
.btnstyle__left a {
  margin-left: 0;
}

/*topイラストマップのみ中央に*/
@media only screen and (min-width: 768px) {
.map_wrap{
width:53%;
margin:auto;
}
.map_wrap .sec_text{
color:#fff;
}
}
@media only screen and (max-width: 767px) {
.map_wrap{
background: #6a7fab;
margin: 0;
padding: 0 10px;
margin-top:-50px;
padding-bottom:50px;
}}
/*# sourceMappingURL=base.css.map */