@charset "UTF-8";
@font-face {
  font-family: "LINE Seed JP_OTF";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "LINE Seed JP_OTF";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "LINE Seed JP_OTF";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
}
:root {
  --main_family-minus: 0px;
  --title_family-minus: 1px;
  --yugo-minus: 0px;
  --white: #ffffff;
  --logo: #aaaa9d;
  --txt_main: #22262e;
  --gray_01: #888c93;
  --gray_02: #dddddd;
  --green_01: #b2e382;
  --green_05: #98d65a;
  --green_02: #a9e6d1;
  --green_03: #31af88;
  --green_04: #2d7f5b;
  --green_06: #41987d;
  --blue_01: #a8e0ec;
  --blue_02: #7fc3e8;
  --blue_03: #23539f;
  --blue_04: #37aee1;
  --brown_01: #362E2A;
  --bg_green_01: #eefae6;
  --bg_blue_01: #e6f7fa;
  --bg_beiju: #faf9f4;
  --green_gra_01: linear-gradient(to bottom, #51c4a0 0%, #a0e292 100%);
  --blue_gra_01: linear-gradient(to bottom, #7fc3e8 0%, #2860b8 100%);
  --green-blue-gra-01: linear-gradient(to bottom, #51d3ef 0%, #a0e292 100%);
}

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: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  color: #22262e;
  background: #fff;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.36px;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  body {
    font-size: 17px;
    line-height: 182%;
  }
  body:not(.wp-editor) {
    min-width: 1280px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 17px;
    letter-spacing: 1.2px;
  }
}

a {
  color: #22262e;
}

@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: #22262e;
  text-decoration: none;
}

@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: #22262e;
  border-color: #22262e;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  input[type=submit]:hover,
  button:hover {
    opacity: 0.8;
  }
}

.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% - 40px);
  margin-inline: auto;
  width: 1100px;
}
@media (min-width: 768px) {
  .container,
  .gutters,
  .mce-content-body {
    max-width: calc(100% - 40px);
  }
}

.home .mce-content-body {
  max-width: 100%;
  width: 100%;
}

body:not(.home) .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%;
  }
}

@font-face {
  font-family: "LINE Seed JP_OTF";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
}
@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;
}

.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;
}

@font-face {
  font-family: "LINE Seed JP_OTF";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
}
@media (min-width: 768px) {
  body.home header:not(.scrolled_class) .header_logo {
    padding-top: 33px;
    position: relative;
    z-index: 0;
  }
  body.home header:not(.scrolled_class) .header_logo:before {
    content: "";
    width: 600px;
    height: 137px;
    background: #fff;
    border-radius: 0 0 80px 0;
    position: absolute;
    top: -13px;
    left: -60px;
    z-index: -1;
  }
  body:not(.home) header .header_inner {
    padding-left: 50px;
  }
  body:not(.home) header .header_logo img {
    width: 432px;
  }
}
.header {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 2px 15px 0 rgba(63, 71, 80, 0.15);
          box-shadow: 0 2px 15px 0 rgba(63, 71, 80, 0.15);
  width: 100%;
  font-family: "YakuHanJP", "LINE Seed JP_OTF", sans-serif;
}
.header .header_logo {
  line-height: 1;
}
@media (min-width: 768px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 21;
  }
  .header .global_nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
    position: initial;
    padding-bottom: 2px;
  }
  .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;
    height: 109px;
    padding: 0 46px 0 36px;
    -webkit-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
  }
  .header .header_logo {
    margin-right: 10px;
    width: 490px;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header .header_logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .header.scrolled_class .header_inner {
    padding: 0 46px 0 50px;
    -webkit-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
  }
  .header.scrolled_class .header_logo {
    width: 433px;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
  }
}

.header-info {
  display: table;
  margin-left: auto;
  -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px);
}
.header-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-bottom: 4px;
}
.header-info__list .phone {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.6px;
}
.header-info__list .phone .num {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.96px;
  margin-left: 7px;
}
.header-info__list .access {
  display: inline-block;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.header-info__list .access a {
  padding: 4px 12px 2px;
  height: 28px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 45px;
  border: 1px solid var(--gray_01);
  background: #F6FAF4;
}
.header-info__list .access a .ic {
  padding-left: 18px;
  position: relative;
}
.header-info__list .access a .ic:before {
  content: "";
  width: 12px;
  height: 16px;
  background: url(../img/common/ic_access.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (hover: hover) and (pointer: fine) {
  .header-info__list .access a {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .header-info__list .access a:hover {
    background: var(--bg_green_01);
    color: var(--green_03);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.action-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.action-group__list {
  display: grid;
  grid-template-columns: 50px 59px;
}
.action-group__list li {
  height: 60px;
}
.action-group__list li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.22px;
  text-decoration: none;
  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;
  height: 100%;
  width: 100%;
}
.action-group__list li a .ic {
  padding-top: 26px;
  position: relative;
}
.action-group__list li a .ic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.action-group__list .tel a .ic:before {
  background: url(../img/common/ic_tel.svg) no-repeat center/cover;
  width: 20px;
  height: 20px;
}
.action-group__list .access a .ic:before {
  background: url(../img/common/ic_access.svg) no-repeat center/cover;
  width: 15px;
  height: 20px;
}

@media (max-width: 767px) {
  .sp_horizon {
    position: sticky;
    top: 0;
    height: 60px;
    z-index: 30;
    -webkit-box-shadow: 0 0 8px 0 rgba(63, 71, 80, 0.3);
            box-shadow: 0 0 8px 0 rgba(63, 71, 80, 0.3);
  }
  .sp_horizon .container {
    max-width: 100%;
  }
  .sp_horizon .header_logo {
    margin: 0 18px;
    padding: 13px 0;
    width: 52%;
    max-width: 260px;
  }
}
@font-face {
  font-family: "LINE Seed JP_OTF";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
}
.sp_nav {
  background: var(--green_03);
  -webkit-box-shadow: 0 0 24px 0 rgba(35, 56, 81, 0.1);
          box-shadow: 0 0 24px 0 rgba(35, 56, 81, 0.1);
  width: 60px;
  height: 60px;
  z-index: 20;
  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;
}
@media (min-width: 768px) {
  .sp_nav {
    display: none;
  }
}
.sp_nav .hamburger-menu {
  width: 100%;
  height: 30px;
  position: relative;
}
.sp_nav .hamburger-menu .line {
  background: #fff;
  width: 28px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sp_nav .hamburger-menu .line:nth-child(2) {
  top: 10px;
}
.sp_nav .hamburger-menu .menu-text {
  color: #fff;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: normal;
}
.sp_nav.active .hamburger-menu .line {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sp_nav.active .hamburger-menu .line:nth-child(1) {
  -webkit-transform: translate(0px, 6px) rotate(21deg);
          transform: translate(0px, 6px) rotate(21deg);
}
.sp_nav.active .hamburger-menu .line:nth-child(2) {
  -webkit-transform: translate(0px, -4px) rotate(-21deg);
          transform: translate(0px, -4px) rotate(-21deg);
}

.menu_bk {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media (min-width: 768px) {
  .menu_bk {
    display: none !important;
  }
}

@font-face {
  font-family: "LINE Seed JP_OTF";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
}
.global_nav a {
  display: block;
  line-height: var(--nav-line-height);
  position: relative;
  text-decoration: none;
  font-family: "YakuHanJP", "LINE Seed JP_OTF", sans-serif;
}
.global_nav .menu {
  z-index: 20;
}
.global_nav .menu-item {
  position: relative;
}
@media (min-width: 768px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    position: relative;
    display: none;
    opacity: 0;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    display: none;
  }
}
@media (min-width: 768px) {
  .global_nav {
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .global_nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 30px;
    padding-top: 8px;
    max-width: 100%;
  }
  .global_nav .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .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: #22262e;
    text-align: center;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 1.26px;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    position: relative;
  }
  .global_nav .menu-item > a:before {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    top: 100%;
  }
  .global_nav .menu-item > a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--blue_04);
    position: absolute;
    bottom: -5px;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .global_nav .menu-item.wide {
    position: static;
  }
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    padding: 30px 40px;
    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0 0 30px 0 rgba(65, 72, 81, 0.4);
            box-shadow: 0 0 30px 0 rgba(65, 72, 81, 0.4);
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
  }
  .global_nav .menu-item > .sub-menu_wrap {
    right: 33px;
    width: 980px;
    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_wrap .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px 28px;
    padding: 0 0 0 6px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu:not(:last-child) {
    margin-bottom: 19px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu li:not(.sub_title) a {
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    padding: 2px 0 2px 15px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.64px;
    position: relative;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu li:not(.sub_title) a:before {
    content: "";
    width: 6px;
    height: 2px;
    background: var(--blue_01);
    position: absolute;
    top: 12px;
    left: 0;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu li.sub_title {
    width: calc(100% - 14px);
    margin: 0 -6px 13px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu li.sub_title a {
    padding: 6px 0 3px 14px;
    border-radius: 5px;
    background: -webkit-gradient(linear, right top, left top, color-stop(8.9%, #7AD6F1), to(#A5EECB));
    background: linear-gradient(270deg, #7AD6F1 8.9%, #A5EECB 100%);
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.64px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu.col-3, .global_nav .menu-item > .sub-menu_wrap .sub-menu.col-4 {
    margin-right: -20px;
    gap: 4px 15px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu.col-3 {
    gap: 4px 19px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu.col-3 li:not(.sub_title) {
    width: calc((100% - 56px) / 3);
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu.col-4 li:not(.sub_title) {
    width: calc((100% - 54px) / 4);
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu + .nav_title {
    margin-top: 29px;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title {
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1.8px;
    padding: 13px 12px 11px 30px;
    border-bottom: 1px solid var(--green_02);
    margin-bottom: 20px;
    position: relative;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title:before {
    content: "";
    width: 16px;
    height: 8px;
    background: url(../img/common/ic_nav_ttl.svg) no-repeat center/cover;
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 7px;
    margin: auto;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .global_nav .menu-item > a:hover {
    color: #727989;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .global_nav .menu-item > a:hover:after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu li:not(.sub_title) a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu li:not(.sub_title) a:before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu li:not(.sub_title) a:hover {
    padding: 2px 2px 2px 18px;
    border-radius: 3px;
    background: var(--bg_blue_01);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu li:not(.sub_title) a:hover:before {
    left: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .global_nav {
    display: none;
    height: 100%;
    left: 0;
    padding-bottom: 60px;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 30;
    overflow-y: auto;
    scrollbar-width: none;
  }
  .global_nav::-webkit-scrollbar {
    display: none;
  }
  .global_nav .container {
    width: 100%;
    max-width: none;
  }
  .global_nav .menu {
    padding: 40px 24px 40px 24px;
    background: var(--bg_beiju);
  }
  .global_nav .menu-item:not(:last-child) {
    margin-bottom: 14px;
  }
  .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;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.64px;
    border-radius: 5px;
    background: #FFF;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(104, 122, 144, 0.2);
            box-shadow: 2px 2px 8px 0 rgba(104, 122, 144, 0.2);
    padding: 16px 14px 16px 16px;
    position: relative;
  }
  .global_nav .menu-item > a:after {
    content: "";
    width: 15px;
    height: 13px;
    background: url(../img/common/ic_arrow_green.svg) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
  }
  .global_nav .menu-item.menu-item-has-children {
    position: relative;
  }
  .global_nav .menu-item.menu-item-has-children:after {
    content: "";
    width: 22px;
    height: 22px;
    background: var(--green_05);
    position: absolute;
    top: 18px;
    right: 10px;
    border-radius: 50%;
  }
  .global_nav .menu-item.menu-item-has-children > a:before, .global_nav .menu-item.menu-item-has-children > a:after {
    content: "";
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .global_nav .menu-item.menu-item-has-children > a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .global_nav .menu-item.menu-item-has-children > a.onclick:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .global_nav .sub-menu {
    padding: 8px 5px 19px;
  }
  .global_nav .sub-menu a {
    padding: 17px 4px;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.75px;
    border-bottom: 1px dashed var(--gray_01, #888C93);
    position: relative;
  }
  .global_nav .sub-menu a:before, .global_nav .sub-menu a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .global_nav .sub-menu a:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--blue_02);
    right: 4px;
  }
  .global_nav .sub-menu a:after {
    width: 7px;
    height: 7px;
    background: url(../img/common/ic_arrow_white.svg) no-repeat center/cover;
    right: 9px;
  }
  .global_nav .sub-menu li.sub_title a {
    border-radius: 5px;
    background: -webkit-gradient(linear, right top, left top, color-stop(8.9%, #7AD6F1), to(#A5EECB));
    background: linear-gradient(270deg, #7AD6F1 8.9%, #A5EECB 100%);
    border: 0;
    padding: 5px 0 5px 14px;
  }
  .global_nav .sub-menu li.sub_title a:before, .global_nav .sub-menu li.sub_title a:after {
    display: none;
  }
  .global_nav .sub-menu + .nav_title {
    padding-top: 15px;
  }
  .global_nav .sub-menu.sp-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
    padding-bottom: 23px;
  }
  .global_nav .sub-menu.sp-col-2 .sub_title {
    grid-column: 1/-1;
  }
  .global_nav .sub-menu.sp-col-2 li:not(.sub_title) a {
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-size: 14px;
    letter-spacing: 0.28px;
    height: 100%;
    min-height: 70px;
    padding: 5px 20px 5px 4px;
    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;
  }
  .global_nav .sub-menu.sp-col-2 li a:before {
    display: none;
  }
  .global_nav .sub-menu.sp-col-2 li a:after {
    background: url(../img/common/ic_arrow_blue.svg) no-repeat center/cover;
    width: 9px;
    height: 8px;
    right: 3px;
  }
  .global_nav .nav_title {
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1.6px;
    padding: 27px 6px 13px;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    border-bottom: 2px solid var(--green_02);
    margin: 0 5px -8px;
  }
  .global_nav .nav_title .ttl {
    position: relative;
    padding-left: 21px;
    padding-bottom: 5px;
  }
  .global_nav .nav_title .ttl:before {
    content: "";
    width: 12px;
    height: 6px;
    background: url(../img/common/ic_nav_ttl.svg) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 6px;
    left: 2px;
    margin: auto;
  }
  .global_nav .nav_title.sp-none {
    display: none;
  }
  .global_nav .nav_title + .sub-menu .sub_title {
    margin-top: 19px;
  }
  .global_nav .drawer-content {
    padding: 30px 30px 90px 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#31AF88), to(#4CBD99));
    background: linear-gradient(180deg, #31AF88 0%, #4CBD99 100%);
  }
  .global_nav .drawer-content .conversion-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 12px;
  }
  .global_nav .drawer-content .conversion-list li a {
    padding: 15px 0;
    border-radius: 5px;
    background: #FFF;
    -webkit-box-shadow: 0 4px 10px 0 rgba(63, 71, 80, 0.1);
            box-shadow: 0 4px 10px 0 rgba(63, 71, 80, 0.1);
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.96px;
    width: 100%;
    position: relative;
  }
  .global_nav .drawer-content .conversion-list li a:after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--green_02);
    position: absolute;
    bottom: 2px;
    right: 7px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
  .global_nav .drawer-content .conversion-list li a .ic {
    position: relative;
    display: block;
  }
  .global_nav .drawer-content .conversion-list li a .ic:before {
    content: "";
    position: absolute;
    margin: auto;
  }
  .global_nav .drawer-content .conversion-list__web a {
    height: 86px;
  }
  .global_nav .drawer-content .conversion-list__web a .ic {
    padding-top: 32px;
  }
  .global_nav .drawer-content .conversion-list__web a .ic:before {
    width: 24px;
    height: 25px;
    background: url(../img/common/icon_web.svg) no-repeat center/cover;
    top: -4px;
    left: 0;
    right: 0;
  }
  .global_nav .drawer-content .conversion-list__online a {
    height: 86px;
  }
  .global_nav .drawer-content .conversion-list__online a .ic {
    padding-top: 32px;
  }
  .global_nav .drawer-content .conversion-list__online a .ic:before {
    width: 28px;
    height: 25px;
    background: url(../img/common/icon_online.svg) no-repeat center/cover;
    top: -4px;
    left: -2px;
    right: 0;
  }
  .global_nav .drawer-content .conversion-list__line {
    grid-column: 1/-1;
  }
  .global_nav .drawer-content .conversion-list__line a {
    position: relative;
    height: 62px;
    padding: 19.5px 0 !important;
  }
  .global_nav .drawer-content .conversion-list__line a:before {
    content: "";
    width: 25px;
    height: 24px;
    background: url(../img/common/icon_line.svg) no-repeat center/cover;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 26px;
    margin: auto;
  }
  .global_nav .drawer-content .conversion-list__line a .ic {
    padding: 0;
  }
  .global_nav .drawer-content .conversion-list__line a .ic:before {
    display: none;
  }
  .global_nav .drawer-content .drawer-content__contact {
    padding: 20px 20px 18px 20px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(63, 71, 80, 0.1);
            box-shadow: 0 4px 10px 0 rgba(63, 71, 80, 0.1);
  }
  .global_nav .drawer-content .drawer-content__contact .ttl {
    -webkit-font-feature-settings: "palt" on, "pkna" on;
            font-feature-settings: "palt" on, "pkna" on;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.64px;
    text-align: center;
    margin-bottom: 14px;
  }
  .global_nav .drawer-content .drawer-content__contact .tel {
    margin-bottom: 12px;
  }
  .global_nav .drawer-content .drawer-content__contact .tel a {
    padding: 16px 16px 18px 31px;
    border-radius: 32px;
    border: 1px dashed var(--gray_01);
    background: var(--bg_green_01);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1.6px;
    position: relative;
  }
  .global_nav .drawer-content .drawer-content__contact .tel a:before, .global_nav .drawer-content .drawer-content__contact .tel a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .global_nav .drawer-content .drawer-content__contact .tel a:before {
    width: 24px;
    height: 24px;
    background: var(--green_03);
    border-radius: 50%;
    right: 15px;
  }
  .global_nav .drawer-content .drawer-content__contact .tel a:after {
    width: 8px;
    height: 7px;
    background: url(../img/common/ic_arrow_white.svg) no-repeat center/cover;
    right: 23px;
  }
  .global_nav .drawer-content .drawer-content__contact .tel a .ic {
    padding-left: 45px;
    position: relative;
  }
  .global_nav .drawer-content .drawer-content__contact .tel a .ic:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/common/ic_tel.svg) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto;
  }
  .global_nav .drawer-content .drawer-content__contact .txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.8px;
    text-align: center;
    letter-spacing: normal;
    padding: 0 10px;
  }
  .global_nav .drawer-content .drawer-content__contact .txt .time {
    padding-left: 6px;
    letter-spacing: 0.6px;
    display: inline-block;
  }
}

@font-face {
  font-family: "LINE Seed JP_OTF";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
}
.mainimage_wrap {
  overflow: hidden;
  position: relative;
}
.mainimage_wrap .splide__slide {
  overflow: hidden;
}
.mainimage_wrap .splide__slide img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 8s linear;
  transition: opacity 1.5s ease, -webkit-transform 8s linear;
  transition: transform 8s linear, opacity 1.5s ease;
  transition: transform 8s linear, opacity 1.5s ease, -webkit-transform 8s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.mainimage_wrap .splide__slide.is-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 8s linear;
  transition: opacity 1.5s ease, -webkit-transform 8s linear;
  transition: transform 8s linear, opacity 1.5s ease;
  transition: transform 8s linear, opacity 1.5s ease, -webkit-transform 8s linear;
}
.mainimage_wrap .splide__slide.is-visible:not(.is-active) img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 8s linear;
  transition: opacity 1.5s ease, -webkit-transform 8s linear;
  transition: transform 8s linear, opacity 1.5s ease;
  transition: transform 8s linear, opacity 1.5s ease, -webkit-transform 8s linear;
}
@media (min-width: 768px) {
  .mainimage_wrap {
    height: calc(100vh - 109px);
    min-height: 800px;
  }
  .mainimage_wrap .mainimage {
    height: 100%;
  }
  .mainimage_wrap .mainimage .splide__track {
    height: 100%;
  }
  .mainimage_wrap .mainimage .splide__track img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .mainimage_wrap .splide__slide picture {
    height: 400px;
    display: block;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
  }
}
.mainimage_wrap::after {
  content: "";
  display: block;
  height: 0px;
}
.mainimage_wrap .scroll-bar {
  width: 34px;
  height: calc(100vh - 109px);
  position: absolute;
  left: 0;
  top: 0;
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.mainimage_wrap .scroll-bar .scroll-text {
  color: var(--txt_main);
  font-family: "Urbanist", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.mainimage_wrap .scroll-bar .line {
  width: 1px;
  height: 130px;
  background-color: #71787B;
  position: relative;
  margin: 0 auto;
}
.mainimage_wrap .scroll-bar .dot {
  width: 8px;
  height: 8px;
  background-color: var(--green_03);
  border-radius: 50%;
  position: absolute;
  left: -3px;
  -webkit-animation: scrollLoop 2s linear infinite;
          animation: scrollLoop 2s linear infinite;
}
@media (max-width: 767px) {
  .mainimage_wrap .scroll-bar {
    height: calc(100% - 31px);
    top: 0;
  }
  .mainimage_wrap .scroll-bar .line {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  .mainimage_wrap .scroll-bar .dot {
    width: 6px;
    height: 6px;
    left: -2px;
  }
}
@media (min-width: 768px) {
  .mainimage_wrap .scroll-bar {
    width: 120px;
  }
  .mainimage_wrap .scroll-bar .line {
    height: 132px;
  }
  .mainimage_wrap .scroll-bar .scroll-text {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .mainimage_wrap .scroll-bar {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .mainimage_wrap .scroll-bar:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@-webkit-keyframes scrollLoop {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@keyframes scrollLoop {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

.mainimage {
  width: calc(100% - 34px);
  margin-left: auto;
}
.mainimage img {
  width: 100%;
}
.mainimage .splide__pagination {
  padding: 0 49px;
  bottom: 196px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px 18px;
}
.mainimage .splide__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainimage .splide__pagination__page {
  background: #fff;
  opacity: 1;
  margin: 0;
}
.mainimage .splide__pagination__page.is-active {
  background: var(--green_04);
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .mainimage {
    padding-bottom: 29px;
  }
  .mainimage .splide__pagination {
    padding: 0 20px;
    gap: 10px 13px;
    bottom: 5px;
    left: auto;
    right: 0;
  }
  .mainimage .splide__pagination__page {
    background: var(--gray_02);
  }
}
@media (min-width: 768px) {
  .mainimage {
    width: calc(100% - 120px);
    position: relative;
  }
  .mainimage .loopWrapper {
    position: absolute;
    bottom: 0;
  }
  .mainimage .loopText {
    font-size: 126px;
    line-height: 70%;
    letter-spacing: 17.64px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.maincopy {
  z-index: 1;
}
.maincopy__en {
  padding-left: 30px;
  color: #858E8A;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 1.8px;
  position: relative;
  padding-bottom: 11px;
  display: inline-block;
}
.maincopy__en:before {
  content: "";
  width: 16px;
  height: 8px;
  background: url(../img/common/ic_ttl.svg) no-repeat center/cover;
  position: absolute;
  top: 11px;
  left: 0;
  margin: auto;
}
.maincopy__txt {
  color: var(--txt_main);
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "YakuHanJP", "LINE Seed JP_OTF", sans-serif;
  font-size: 39px;
  line-height: 170%;
  letter-spacing: 3.9px;
}
.maincopy__txt:not(:last-child) {
  margin-bottom: 20px;
}
.maincopy__txt .txt {
  display: table;
  position: relative;
}
.maincopy__txt .txt:not(:last-child) {
  margin-bottom: 10px;
}
.maincopy__txt .txt:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 1px;
  left: 0;
  background: url(../img/top/copy_line.png) repeat center;
}
@media (max-width: 767px) {
  .maincopy__txt .txt:before {
    bottom: -2px;
  }
}
.maincopy__txt .color {
  color: var(--green_03);
}
.maincopy__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.maincopy__tag li {
  color: var(--txt_main);
  font-size: 19px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.76px;
  padding: 6px 8px;
  border-radius: 5px;
  border: 2px solid #FFF;
  background: var(--green_01);
  -webkit-box-shadow: 0 2px 4px 0 rgba(63, 71, 80, 0.3);
          box-shadow: 0 2px 4px 0 rgba(63, 71, 80, 0.3);
}
.maincopy__tag.color_blue li {
  background: var(--blue_01);
}
@media (min-width: 768px) {
  .maincopy {
    padding: 40px 47px 55px 50px;
    border-radius: 0 20px 20px 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.6)), to(#FFF));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.6) 0%, #FFF 100%);
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .maincopy {
    padding: 0;
    margin: 35px 0 36px;
  }
  .maincopy__en {
    font-size: 12px;
    letter-spacing: 1.2px;
    padding-left: 19px;
    padding-bottom: 8px;
  }
  .maincopy__en:before {
    width: 12px;
    height: 6px;
    top: 7px;
    left: 2px;
  }
  .maincopy__txt {
    font-size: 24px;
    letter-spacing: 2.4px;
    padding-left: 1px;
  }
  .maincopy__txt:not(:last-child) {
    margin-bottom: 19px;
  }
  .maincopy__txt .txt:not(:last-child) {
    margin-bottom: 11px;
  }
  .maincopy__tag {
    gap: 4px;
  }
  .maincopy__tag li {
    font-size: 14px;
    letter-spacing: 0.56px;
    padding: 6px 5px 6px 7px;
  }
}

.main-access {
  position: absolute;
  bottom: 6px;
  right: 52px;
  width: 372px;
}
@media (max-width: 767px) {
  .main-access {
    bottom: 27px;
    right: 0;
    width: 221px;
  }
}

@media (max-width: 767px) {
  .main-bottom .loopText {
    font-size: 55px;
    letter-spacing: 7.7px;
    padding: 23px 0 22px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44.14%, rgba(214, 214, 214, 0.4)), color-stop(73.68%, rgba(211, 211, 211, 0.8)));
    background: linear-gradient(180deg, rgba(214, 214, 214, 0.4) 44.14%, rgba(211, 211, 211, 0.8) 73.68%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.splide__slide .maincopy {
  opacity: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  -webkit-transition: opacity 3s ease, -webkit-transform 0.8s ease;
  transition: opacity 3s ease, -webkit-transform 0.8s ease;
  transition: opacity 3s ease, transform 0.8s ease;
  transition: opacity 3s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.splide__slide.is-active .maincopy {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 3s ease, -webkit-transform 0.8s ease;
  transition: opacity 3s ease, -webkit-transform 0.8s ease;
  transition: opacity 3s ease, transform 0.8s ease;
  transition: opacity 3s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media (max-width: 767px) {
  .splide__slide .maincopy {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 2s ease, -webkit-transform 0.8s ease;
    transition: opacity 2s ease, -webkit-transform 0.8s ease;
    transition: opacity 2s ease, transform 0.8s ease;
    transition: opacity 2s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  }
  .splide__slide.is-active .maincopy {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 2s ease, -webkit-transform 0.8s ease;
    transition: opacity 2s ease, -webkit-transform 0.8s ease;
    transition: opacity 2s ease, transform 0.8s ease;
    transition: opacity 2s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  }
}

.wow .main-access {
  opacity: 0;
}
.wow .main-access {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.wow.animated .main-access {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.wow.animated .main-access {
  -webkit-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
}

@font-face {
  font-family: "LINE Seed JP_OTF";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
}
.side_bnr {
  position: fixed;
  z-index: 10;
  font-family: "YakuHanJP", "LINE Seed JP_OTF", sans-serif;
}
.side_bnr .totop {
  opacity: 0;
}
@media (min-width: 768px) {
  .side_bnr {
    top: 194px;
    right: 0;
    z-index: 20;
  }
  .side_bnr .conversion-list li:not(:last-child) {
    margin-bottom: 8px;
  }
  .side_bnr .totop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    border-radius: 40px;
    background: var(--gray_01);
    -webkit-box-shadow: 0 0 10px 0 rgba(51, 48, 47, 0.2);
            box-shadow: 0 0 10px 0 rgba(51, 48, 47, 0.2);
    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;
    color: #fff;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.6px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .side_bnr .totop .arrow {
    position: relative;
    padding-top: 18px;
  }
  .side_bnr .totop .arrow:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/common/ic_arrow_white.svg) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .side_bnr .totop:hover {
    background: #35373A;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .side_bnr .totop:hover .arrow:before {
    top: -3px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media (max-width: 767px) {
  .side_bnr {
    left: 0;
    right: 0;
    bottom: env(safe-area-inset-bottom);
    margin: auto;
    max-width: 360px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 10px 0 rgba(63, 71, 80, 0.4);
            box-shadow: 0 0 10px 0 rgba(63, 71, 80, 0.4);
    border-radius: 3px 3px 0 0;
    overflow: hidden;
  }
  .side_bnr .conversion-list {
    max-width: 310px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .side_bnr .conversion-list li a {
    background: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.24px;
    height: 100%;
    width: auto;
    padding: 10px 0;
  }
  .side_bnr .conversion-list li a .ic {
    padding-top: 26px;
  }
  .side_bnr .conversion-list li.conversion-list__web {
    position: relative;
  }
  .side_bnr .conversion-list li.conversion-list__web a .ic:before {
    background: url(../img/common/icon_web.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    top: -1px;
  }
  .side_bnr .conversion-list li.conversion-list__online {
    position: relative;
  }
  .side_bnr .conversion-list li.conversion-list__online:before, .side_bnr .conversion-list li.conversion-list__online:after {
    content: "";
    width: 1px;
    height: 44px;
    background: #DDD;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  .side_bnr .conversion-list li.conversion-list__online:before {
    left: 0;
  }
  .side_bnr .conversion-list li.conversion-list__online:after {
    right: 0;
  }
  .side_bnr .conversion-list li.conversion-list__online a .ic:before {
    background: url(../img/common/icon_online.svg) no-repeat center/cover;
    width: 23px;
    height: 20px;
    top: -1px;
    right: -3px;
  }
  .side_bnr .conversion-list li.conversion-list__line a .ic:before {
    background: url(../img/common/icon_line.svg) no-repeat center/cover;
    width: 21px;
    height: 21px;
    top: 0;
    left: 3px;
  }
  .side_bnr .totop {
    width: 50px;
    height: 64px;
    background: var(--green_03);
    position: relative;
    opacity: 1 !important;
  }
  .side_bnr .totop:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/common/ic_arrow_white.svg) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .side_bnr .totop .arrow {
    position: relative;
    opacity: 0;
  }
}

.conversion-list li a {
  width: 100px;
  height: 100px;
  text-align: center;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.64px;
  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: 10px 0 0 10px;
  border: 4px solid #FFF;
  border-right: 0;
  -webkit-box-shadow: 0 0 8px 0 rgba(63, 71, 80, 0.3);
          box-shadow: 0 0 8px 0 rgba(63, 71, 80, 0.3);
}
.conversion-list li a .ic {
  position: relative;
}
.conversion-list li a .ic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.conversion-list li.conversion-list__web a .ic:before {
  top: 5px;
}
.conversion-list li.conversion-list__online a {
  line-height: 140%;
}
.conversion-list li.conversion-list__online a .ic:before {
  top: 7px;
}
.conversion-list li.conversion-list__line a .ic:before {
  top: 6px;
}
.conversion-list__web a, .conversion-list__online a {
  background: #95D8E5;
}
.conversion-list__web a .ic {
  padding-top: 37px;
}
.conversion-list__web a .ic:before {
  width: 26px;
  height: 27px;
  background: url(../img/common/ic_web_black.svg) no-repeat center/cover;
}
.conversion-list__online a .ic {
  padding-top: 39px;
}
.conversion-list__online a .ic:before {
  width: 30px;
  height: 27px;
  background: url(../img/common/ic_online_black.svg) no-repeat center/cover;
}
.conversion-list__line a {
  background: #B2E57E;
}
.conversion-list__line a .ic {
  padding-top: 37px;
}
.conversion-list__line a .ic:before {
  width: 29px;
  height: 28px;
  background: url(../img/common/ic_line_black.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .conversion-list li a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .conversion-list li.conversion-list__web a:hover, .conversion-list li.conversion-list__online a:hover {
    background: #C0E8F1;
  }
  .conversion-list li.conversion-list__line a:hover {
    background: #C7EBA3;
  }
}

.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;
}

@font-face {
  font-family: "LINE Seed JP_OTF";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
}
.mce-content-body p:not(:last-child), .mce-content-body ul:not(:last-child), .mce-content-body ol:not(:last-child), .mce-content-body dl:not(:last-child), .mce-content-body table:not(:last-child) {
  margin-bottom: 30px;
}
.mce-content-body img {
  border-radius: 0;
}
.mce-content-body a {
  color: #22262e;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .mce-content-body a:hover {
    color: #22262e;
    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:"] {
    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 (max-width: 767px) {
  .mce-content-body p.error404 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

body:not(.home) p:not(.btnstyle) a {
  text-decoration: none;
  color: var(--green_03);
  position: relative;
}
body:not(.home) p:not(.btnstyle) a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--green_03);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  body:not(.home) p:not(.btnstyle) a:after {
    bottom: -3px;
  }
}

@font-face {
  font-family: "LINE Seed JP_OTF";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
}
.btnstyle {
  text-align: center;
}
.btnstyle a {
  display: inline-block;
  text-decoration: none;
  padding: 16.5px 66px 16.5px 28px;
  border-radius: 32px;
  border: 1px dashed var(--gray_01);
  background: #fff;
  color: var(--txt_main);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "YakuHanJP", "LINE Seed JP_OTF", sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 1.08px;
  min-width: 290px;
  position: relative;
}
.btnstyle a:before, .btnstyle a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btnstyle a:before {
  width: 36px;
  height: 36px;
  border-radius: 60px;
  background: var(--green_03);
  right: 20px;
}
.btnstyle a:after {
  width: 11px;
  height: 10px;
  right: 32px;
  background: url(../img/common/ic_arrow_white.svg) no-repeat center/cover;
}
.btnstyle.type_green a {
  background: #EEFAE6;
}
@media (max-width: 767px) {
  .btnstyle a {
    padding: 13px 14px 12px 23px;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 1.02px;
    text-align: left;
  }
  .btnstyle a:before {
    width: 28px;
    height: 28px;
    right: 13px;
  }
  .btnstyle a:after {
    right: 21px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btnstyle a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .btnstyle a:before, .btnstyle a:after {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .btnstyle a:hover {
    background: #E0FACD;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .btnstyle a:hover:before {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.8332);
            transform: scale(0.8332);
  }
  .btnstyle a:hover:after {
    width: 11px;
    height: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

@media (max-width: 767px) {
  .under_btn_list {
    text-align: center;
  }
  .under_btn_list li:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .under_btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
  }
}

@font-face {
  font-family: "LINE Seed JP_OTF";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
}
.section {
  padding: 151px 0 140px;
}
.section:not(:last-child) {
  position: relative;
}
.section:not(:last-child):after {
  content: "";
  width: 200vw;
  height: 1px;
  background: var(--green_02);
  position: absolute;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  margin: auto;
}
@media (max-width: 767px) {
  .section {
    padding: 55px 0 80px;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .section,
  .section_wide,
  .section_overwide {
    margin-left: calc(50% - 1139px / 2);
    margin-right: calc(50% - 1139px / 2);
  }
  .section {
    padding-left: calc(1139px / 2 - 50%);
    padding-right: calc(1139px / 2 - 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: var(--bg_beiju);
  padding: 20px 0;
}
.breadcrumb .svg-icons {
  fill: rgb(110.3875, 122.9625, 148.1125);
  width: 12px;
  height: 12px;
}
.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;
  color: var(--gray_01);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.56px;
}
.breadcrumb li .arrow_breadcrumb {
  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;
  padding: 1px 8px 0 13px;
}
.breadcrumb a {
  color: #22262e;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb a:hover {
    color: #B7BDC7;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb .current a {
  color: rgb(99.025, 110.675, 133.975);
}
@media (min-width: 768px) {
  .breadcrumb .container {
    width: 1579px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 13px 0;
  }
  .breadcrumb .container {
    max-width: calc(100% - 40px);
  }
  .breadcrumb li {
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.48px;
  }
  .breadcrumb li .arrow_breadcrumb {
    padding: 3px 8px 0 13px;
  }
}

.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: #22262e;
}
@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: #22262e;
    background: #f2f8fd;
  }
}
.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #22262e;
  border-right: 1px solid #22262e;
  -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 6px;
  width: 100%;
}
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 select {
  background: url("../img/default/expand_more.svg") no-repeat right center;
  background-size: 20px;
  min-width: 40%;
  padding: 8px 24px 8px 6px;
  width: auto;
}
.wpcf7 input[type=submit] {
  background: #22262e;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #22262e;
  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;
}
@media (hover: hover) and (pointer: fine) {
  .wpcf7 input[type=submit]:not(:disabled):hover {
    background: #fff;
    color: #22262e;
    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-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: 14em;
}
.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 {
  color: #22262e;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .entry_title {
    font-size: 32px;
  }
}
.blogsingleon .entry_archive .entry_title {
  font-size: 24px;
}
.entry_title a {
  color: #22262e;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .entry_title a:hover {
    color: #22262e;
  }
}

.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: #22262e;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .entry_ex a:hover {
    color: #22262e;
  }
}
.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;
  border-top: 1px solid #ddd;
  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;
}
@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;
}

.pagenav_single_previous a {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.entry_archive {
  border-bottom: 1px solid #ddd;
  margin-bottom: 48px;
  padding-bottom: 48px;
}
.entry_archive .archive {
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
}

.pagenav_archive {
  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;
  font-size: 14.08px;
  line-height: 20px;
  margin-top: 48px;
}
.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
}
.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}
@media (hover: hover) and (pointer: fine) {
  .pagenav_archive .page-numbers:hover {
    background: #22262e;
    border: 1px solid #22262e;
    color: #fff;
    cursor: pointer;
  }
}

.post_aside .aside_title {
  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: 13px 20px 11px;
}
.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: #22262e;
  line-height: 1.5;
  padding: 12px 8px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (hover: hover) and (pointer: fine) {
  .post_aside .category_list a:hover {
    color: var(--green_03);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.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: #22262e;
  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: #22262e;
  }
  .post_aside .latestpost_list a:hover::before {
    color: #22262e;
  }
}

.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 #22262e;
  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: #22262e;
  display: block;
  position: relative;
  text-align: center;
}
.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #22262e;
  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: #22262e;
  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: #22262e;
    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: "｜";
}

.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: #22262e;
  -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);
  }
}
@font-face {
  font-family: "LINE Seed JP_OTF";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
}
.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: url("../img/common/under_title.jpg") no-repeat center/cover;
}
.page_title_wrap:before, .page_title_wrap:after {
  display: none;
}
.page_title_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 350px;
  width: 100%;
  max-width: 100%;
}
.page_title_wrap .page_title {
  padding: 70px 60px 59px 170px;
  border-radius: 0 100px 0 0;
  background: #FFF;
  text-align: left;
  font-weight: 400;
  position: relative;
  font-family: "YakuHanJP", "LINE Seed JP_OTF", sans-serif;
}
.page_title_wrap .page_title:before {
  content: "";
  width: 44px;
  height: 100%;
  background: url(../img/common/title_bg_dec.png) repeat left top;
  position: absolute;
  top: 0;
  left: 0;
}
.page_title_wrap .page_title .ttl {
  color: var(--txt_main);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 38px;
  letter-spacing: 3.8px;
  display: block;
  line-height: 150%;
}
.page_title_wrap .page_title .en {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  letter-spacing: 1.6px;
  display: block;
  margin-top: 8px;
  padding-left: 34px;
  position: relative;
}
.page_title_wrap .page_title .en:before {
  content: "";
  width: 20px;
  height: 10px;
  background: url(../img/common/ic_nav_ttl.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .page_title_wrap {
    background: url("../img/common/under_title_sp.jpg") no-repeat center/cover;
  }
  .page_title_wrap .page_title {
    width: 270px;
    padding: 37px 20px 27px 36px;
    border-radius: 0 50px 0 0;
    background: #FFF;
  }
  .page_title_wrap .page_title:before {
    width: 16px;
    height: 100%;
    background: url(../img/common/title_bg_dec_sp.svg) repeat left top;
  }
  .page_title_wrap .page_title .ttl {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .page_title_wrap .page_title .en {
    font-size: 16px;
    letter-spacing: 1.28px;
    padding-left: 26px;
  }
  .page_title_wrap .page_title .en:before {
    width: 16px;
    height: 8px;
  }
}
@media (min-width: 768px) {
  .page_title_wrap .page_title {
    min-width: 600px;
  }
  .page_title_wrap .container {
    height: 459px;
  }
}

h2 {
  color: var(--green_03);
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 32px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 2.56px;
  padding-top: 50px;
  position: relative;
  margin-bottom: 100px;
  font-family: "YakuHanJP", "LINE Seed JP_OTF", sans-serif;
}
h2:before {
  content: "";
  width: 30px;
  height: 31px;
  background: url(../img/common/ic_h2_ttl.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
h2.top_ttl {
  padding: 0;
  text-align: left;
}
h2.top_ttl:before {
  display: none;
}
h2.top_ttl .en {
  color: var(--txt_main);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Urbanist", sans-serif;
  font-size: 84px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 6.72px;
  display: inline-block;
  padding-bottom: 11px;
}
h2.top_ttl .sub {
  color: var(--txt_main);
  font-family: "YakuHanJP", "LINE Seed JP_OTF", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 4px;
  display: block;
  padding-left: 33px;
  position: relative;
}
h2.top_ttl .sub:before {
  content: "";
  width: 20px;
  height: 10px;
  background: url(../img/common/ic_ttl.svg) no-repeat center/cover;
  position: absolute;
  top: 13px;
  left: 0;
}

h3 {
  border: 1px solid transparent;
  padding: 19px 20px 17px;
  border-radius: 10px;
  border-top: 1px dashed var(--gray_01);
  border-bottom: 1px dashed var(--gray_01);
  background: var(--bg_green_01);
  color: var(--txt_main);
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "YakuHanJP", "LINE Seed JP_OTF", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.84px;
  margin-bottom: 40px;
}

h4 {
  color: var(--txt_main);
  font-family: "YakuHanJP", "LINE Seed JP_OTF", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.6px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 18px;
}
h4:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--green_01);
  position: absolute;
  top: 10px;
  left: 0;
}

h5 {
  padding: 12px 20px;
  border-radius: 10px;
  background: var(--green_03);
  color: var(--white, #FFF);
  -webkit-font-feature-settings: "palt" on, "pkna" on;
          font-feature-settings: "palt" on, "pkna" on;
  font-family: "YakuHanJP", "LINE Seed JP_OTF", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}

p + h3,
table + h3 {
  margin-top: 78px;
}

ul + h3 {
  margin-top: 81px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 21px;
    letter-spacing: 3px;
    padding-top: 51px;
    margin-bottom: 51px;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    letter-spacing: 1.61px;
  }
  h2:before {
    width: 26px;
    height: 27px;
  }
  h2.top_ttl .en {
    font-size: 42px;
    line-height: 140%;
    letter-spacing: 3.36px;
  }
  h2.top_ttl .sub {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 2.88px;
  }
  h3 {
    font-size: 18px;
    letter-spacing: 0.72px;
    padding: 15px 12px;
    margin-bottom: 30px;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    line-height: 161%;
  }
  h4.typeA {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.64px;
    padding-left: 30px;
    margin-bottom: 39px;
  }
  h4.typeA:before {
    background: url(../img/common/ic_h4_tt.svg) no-repeat center/cover;
    width: 16px;
    height: 8px;
  }
  h5 {
    font-size: 17px;
    letter-spacing: 0.68px;
    padding: 10px 16px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  p + h3,
  table + h3 {
    margin-top: 60px;
  }
  ul + h3 {
    margin-top: 61px;
  }
}
@font-face {
  font-family: "LINE Seed JP_OTF";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
}/*# sourceMappingURL=base.css.map */