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

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 54.69%;
}
@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #535353;
  background: #fff;
  letter-spacing: 0;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (min-width: 768px) {
  body:not(.wp-editor) {
    min-width: 1255px;
  }
}

a {
  color: #535353;
}

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: #535353;
  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: #50C1B6;
  border-color: #50C1B6;
  color: #fff;
}
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% - 50px);
  margin-inline: auto;
  font-size: clamp(15px, 2.34vw, 18px);
  letter-spacing: 0.08em;
  line-height: clamp(27px, 4.68vw, 36px);
  width: 1200px;
}
@media (min-width: 768px) {
  .container,
  .gutters,
  .mce-content-body {
    max-width: calc(100% - 40px);
  }
}

.mce-content-body {
  width: 1100px;
}

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

.wrap {
  overflow: hidden;
  background: #F2F2F2;
}
.wrap::after {
  position: fixed;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: env(safe-area-inset-bottom);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.archive .contents, body.single .contents {
  padding-bottom: 23px;
}
@media (min-width: 768px) {
  body.archive .contents, body.single .contents {
    margin-inline: auto;
    padding-bottom: 63px;
  }
}
@media (min-width: 768px) {
  body.contents-column-two .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.contents-column-two .contents #main {
    width: 72%;
  }
  body.contents-column-two .contents #aside {
    width: 23.5%;
  }
}

@media (max-width: 767px) {
  .row:not(:first-of-type) {
    margin-top: 5%;
  }
  .row:first-of-type {
    margin-top: 0;
  }
  .row .col_2:not(:first-of-type), .row .col_3:not(:first-of-type), .row .col_4:not(:first-of-type), .row .col_5:not(:first-of-type), .row .col_6:not(:first-of-type) {
    margin-top: 5%;
  }
  .row.sp_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_2 .col_2, .row.sp_col_2 .col_3, .row.sp_col_2 .col_4, .row.sp_col_2 .col_5, .row.sp_col_2 .col_6 {
    width: 49%;
    margin-right: 2%;
  }
  .row.sp_col_2 .col_2:not(:first-child), .row.sp_col_2 .col_3:not(:first-child), .row.sp_col_2 .col_4:not(:first-child), .row.sp_col_2 .col_5:not(:first-child), .row.sp_col_2 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_2 .col_2:nth-child(2n), .row.sp_col_2 .col_3:nth-child(2n), .row.sp_col_2 .col_4:nth-child(2n), .row.sp_col_2 .col_5:nth-child(2n), .row.sp_col_2 .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .row.sp_col_2 .col_2:nth-child(n+3), .row.sp_col_2 .col_3:nth-child(n+3), .row.sp_col_2 .col_4:nth-child(n+3), .row.sp_col_2 .col_5:nth-child(n+3), .row.sp_col_2 .col_6:nth-child(n+3) {
    margin-top: 2%;
  }
  .row.sp_col_2 .col_2:last-child, .row.sp_col_2 .col_3:last-child, .row.sp_col_2 .col_4:last-child, .row.sp_col_2 .col_5:last-child, .row.sp_col_2 .col_6:last-child {
    margin-right: 0;
  }
  .row.sp_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_3 .col_2, .row.sp_col_3 .col_3, .row.sp_col_3 .col_4, .row.sp_col_3 .col_5, .row.sp_col_3 .col_6 {
    width: 32%;
    margin-right: 2%;
  }
  .row.sp_col_3 .col_2:not(:first-child), .row.sp_col_3 .col_3:not(:first-child), .row.sp_col_3 .col_4:not(:first-child), .row.sp_col_3 .col_5:not(:first-child), .row.sp_col_3 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_3 .col_2:nth-child(3n), .row.sp_col_3 .col_3:nth-child(3n), .row.sp_col_3 .col_4:nth-child(3n), .row.sp_col_3 .col_5:nth-child(3n), .row.sp_col_3 .col_6:nth-child(3n) {
    margin-right: 0;
  }
  .row.sp_col_3 .col_2:nth-child(n+4), .row.sp_col_3 .col_3:nth-child(n+4), .row.sp_col_3 .col_4:nth-child(n+4), .row.sp_col_3 .col_5:nth-child(n+4), .row.sp_col_3 .col_6:nth-child(n+4) {
    margin-top: 2%;
  }
  .row.sp_col_3 .col_2:last-child, .row.sp_col_3 .col_3:last-child, .row.sp_col_3 .col_4:last-child, .row.sp_col_3 .col_5:last-child, .row.sp_col_3 .col_6:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_2:nth-child(n+3) {
    margin-top: 4%;
  }
  .row .col_2:last-child {
    margin-right: 0;
  }
  .row .col_3 {
    width: 32%;
    margin-right: 2%;
  }
  .row .col_3:nth-child(3n) {
    margin-right: 0;
  }
  .row .col_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .row .col_3:last-child {
    margin-right: 0;
  }
  .row .col_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .row .col_4:nth-child(4n) {
    margin-right: 0;
  }
  .row .col_4:nth-child(n+5) {
    margin-top: 2%;
  }
  .row .col_4:last-child {
    margin-right: 0;
  }
  .row .col_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .row .col_5:nth-child(5n) {
    margin-right: 0;
  }
  .row .col_5:nth-child(n+6) {
    margin-top: 2%;
  }
  .row .col_5:last-child {
    margin-right: 0;
  }
  .row .col_6 {
    width: 15%;
    margin-right: 2%;
  }
  .row .col_6:nth-child(6n) {
    margin-right: 0;
  }
  .row .col_6:nth-child(n+7) {
    margin-top: 2%;
  }
  .row .col_6:last-child {
    margin-right: 0;
  }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.reverse .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row.reverse .col_2:first-child {
    margin-right: 0;
  }
  .row.gap_row {
    gap: 20px 2%;
  }
  .row.gap_row .col_2 {
    width: 49%;
  }
  .row.gap_row .col_2, .row.gap_row .col_3, .row.gap_row .col_4, .row.gap_row .col_5, .row.gap_row .col_6 {
    margin: 0;
  }
  .row.gap_row.reverse .col_2 {
    width: 49%;
  }
}
.row {
  margin-bottom: 50px;
}
.row:last-child {
  margin-bottom: 0;
}
.row.cols_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
}
.row.cols_center .btnstyle {
  width: 100%;
  max-width: 280px;
}
@media (max-width: 767px) {
  .row.cols_center .btnstyle {
    margin-left: auto;
    margin-right: auto;
  }
}
.row.cols_center > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.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;
}

.header {
  width: 100%;
}
.header .header_logo a {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 125px;
  }
  .header .header_logo {
    position: fixed;
    width: 421px;
    height: 110px;
    top: 0;
    left: 0;
  }
  .header .header_logo a {
    background: url(../img/common/logo_bg.png) no-repeat center/cover;
    padding-left: 57px;
  }
  .header .header_info {
    margin-left: auto;
  }
  .header .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header .row .header_list:not(:first-child) {
    margin-left: 20px;
  }
  .header .row .header_list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .header .row .header_list > ul > li:not(:first-child) {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .pc_horizon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 2560px;
    min-width: 1255px;
    width: 100%;
    z-index: 20;
  }
  .pc_horizon .hdr_global_nav,
  .pc_horizon .header_menu {
    width: auto;
  }
  .pc_horizon .hdr_global_nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
    margin-right: 111px;
    position: initial;
    margin-bottom: 21px;
  }
  .pc_horizon .hdr_global_nav .menu-item > .sub-menu_wrap {
    top: 68%;
  }
  .pc_horizon .header_menu.container {
    max-width: none;
    width: auto;
  }
  .pc_horizon .header_menu > li {
    width: auto;
  }
}
@media (max-width: 767px) {
  .sp_horizon {
    position: sticky;
    top: 0;
    z-index: 30;
    overflow: hidden;
    height: 81px;
  }
  .sp_horizon .container {
    max-width: 100%;
  }
  .sp_horizon .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp_horizon .header_logo {
    width: 255px;
    height: 70px;
  }
  .sp_horizon .header_logo a {
    padding-left: 31px;
    background: url(../img/common/logo_bg_sp.png) no-repeat center/cover;
  }
  .sp_horizon .header_logo img {
    width: 175px;
    height: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .header_hover_item_wrap {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .header_hover_item {
    margin-right: -220px;
    z-index: 30;
    -webkit-transition: margin-right 0.5s;
    transition: margin-right 0.5s;
  }
  .header_hover_item.active {
    margin-right: 0;
  }
}
.sp_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 81px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.sp_nav:before {
  content: "";
  width: 154px;
  height: 154px;
  background: #fff;
  position: absolute;
  top: -78px;
  right: -66px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .sp_nav {
    position: fixed;
    width: 130px;
    height: 110px;
    background: url(../img/common/menu_bg.png) no-repeat center/cover;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .sp_nav:before {
    display: none;
  }
  .sp_nav.nav_fixed {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.sp_nav .sp_menu {
  display: block;
  width: 33px;
  height: 2.31px;
  background: #50C194;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
}
.sp_nav .sp_menu:before, .sp_nav .sp_menu:after {
  content: "";
  width: 100%;
  height: 2.31px;
  background: #50C194;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sp_nav .sp_menu:before {
  top: -7px;
}
.sp_nav .sp_menu:after {
  bottom: -7px;
}
@media (min-width: 768px) {
  .sp_nav .sp_menu {
    width: 43px;
    height: 3px;
  }
  .sp_nav .sp_menu:before, .sp_nav .sp_menu:after {
    height: 3px;
  }
  .sp_nav .sp_menu:before {
    top: -10px;
  }
  .sp_nav .sp_menu:after {
    bottom: -11px;
  }
}
.sp_nav .sp_toggle {
  width: 43px;
  height: 19px;
  position: absolute;
  top: 28%;
  left: 44%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sp_nav .sp_toggle {
    width: 36.4px;
    height: 24.2px;
    top: 23%;
    left: 38%;
  }
}
.sp_nav.open:before {
  background: #E8F8F2;
}
.sp_nav.open .sp_toggle .sp_menu {
  background: transparent;
}
.sp_nav.open .sp_toggle .sp_menu:before, .sp_nav.open .sp_toggle .sp_menu:after {
  width: 37px;
  background: #7D7D7D;
}
.sp_nav.open .sp_toggle .sp_menu:before {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sp_nav.open .sp_toggle .sp_menu:after {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.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;
  }
}

@media (max-width: 767px) {
  .hdr_global_nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .hdr_global_nav {
    position: sticky;
    top: 0;
    z-index: 20;
    background: transparent;
    font-size: 17px;
  }
  .hdr_global_nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hdr_global_nav .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
  .hdr_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: #fff;
    font-weight: 700;
    padding: 0 33px 0 0;
    text-align: center;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    letter-spacing: 0.15em;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .hdr_global_nav .menu-item > a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .hdr_global_nav .menu-item.menu-item-has-children > a {
    position: relative;
    padding-right: 45px;
  }
  .hdr_global_nav .menu-item.menu-item-has-children > a .ttl {
    position: relative;
  }
  .hdr_global_nav .menu-item.menu-item-has-children > a .ttl::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 5px;
    left: calc(100% + 10px);
    margin: auto;
    border-bottom: solid 1px #535353;
    border-right: solid 1px #535353;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hdr_global_nav .menu-item.menu-item-has-children:hover > a::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
  .hdr_global_nav .menu-item.wide {
    position: static;
  }
  .hdr_global_nav .menu-item > .sub-menu,
  .hdr_global_nav .menu-item > .sub-menu_wrap {
    padding: 30px 30px 26px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
  }
  .hdr_global_nav .menu-item > .sub-menu:before,
  .hdr_global_nav .menu-item > .sub-menu_wrap:before {
    content: "";
    width: 100%;
    height: calc(100% - 15px);
    background: #fff;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-shadow: 0 4px 13px rgba(75, 82, 94, 0.45);
            box-shadow: 0 4px 13px rgba(75, 82, 94, 0.45);
  }
  .hdr_global_nav .menu-item > .sub-menu > li,
  .hdr_global_nav .menu-item > .sub-menu_wrap > li {
    position: relative;
  }
  .hdr_global_nav .menu-item > .sub-menu > li:before, .hdr_global_nav .menu-item > .sub-menu > li:after,
  .hdr_global_nav .menu-item > .sub-menu_wrap > li:before,
  .hdr_global_nav .menu-item > .sub-menu_wrap > li:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .hdr_global_nav .menu-item > .sub-menu > li:before,
  .hdr_global_nav .menu-item > .sub-menu_wrap > li:before {
    background: #D1E1E8;
  }
  .hdr_global_nav .menu-item > .sub-menu > li:after,
  .hdr_global_nav .menu-item > .sub-menu_wrap > li:after {
    background: #50C194;
    width: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .hdr_global_nav .menu-item > .sub-menu > li:hover:after,
  .hdr_global_nav .menu-item > .sub-menu_wrap > li:hover:after {
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .hdr_global_nav .menu-item > .sub-menu a,
  .hdr_global_nav .menu-item > .sub-menu_wrap a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.28px;
    position: relative;
  }
  .hdr_global_nav .menu-item > .sub-menu a:after,
  .hdr_global_nav .menu-item > .sub-menu_wrap a:after {
    content: "";
    width: 14px;
    height: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11.24px;
    margin: auto;
    background: url(../img/common/arrow_blue.svg) no-repeat center/cover;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .hdr_global_nav .menu-item > .sub-menu a:hover,
  .hdr_global_nav .menu-item > .sub-menu_wrap a:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .hdr_global_nav .menu-item > .sub-menu a:hover:after,
  .hdr_global_nav .menu-item > .sub-menu_wrap a:hover:after {
    right: 5.24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .hdr_global_nav .menu-item > .sub-menu_wrap {
    right: 0;
    width: auto;
    overscroll-behavior-y: contain;
    overflow-y: auto;
  }
  .hdr_global_nav .menu-item.active > .sub-menu,
  .hdr_global_nav .menu-item.active > .sub-menu_wrap {
    z-index: 20;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .hdr_global_nav .menu-item:last-child > .sub-menu, .hdr_global_nav .menu-item.has_submenu_right > .sub-menu {
    left: auto;
    right: 0;
  }
  .hdr_global_nav .menu-item > .sub-menu {
    width: 250px;
  }
  .hdr_global_nav .menu-item > .sub-menu a {
    display: block;
    padding: 10px 10px 10px 4px;
  }
  .hdr_global_nav .menu-item > .sub-menu_wrap .container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .hdr_global_nav .menu-item > .sub-menu_wrap .sub-menu a {
    margin-bottom: 6px;
    margin-top: 6px;
    position: relative;
    padding-left: 15px;
  }
  .hdr_global_nav .menu-item > .sub-menu_wrap .sub-menu a::after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    width: var(--submenu-icon-width);
    height: var(--submenu-icon-width);
    bottom: auto;
    right: auto;
    left: 0.1em;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(1em * var(--nav-line-height) / 2 - var(--submenu-icon-width) / 2 - var(--yugo-minus));
  }
  .hdr_global_nav .menu-item > .sub-menu_wrap .nav_title {
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
  }
  .hdr_global_nav .menu-item > .sub-menu_wrap .nav_title a {
    color: #fff;
    pointer-events: none;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    padding: 0;
    padding-bottom: 10px;
  }
  .hdr_global_nav .menu-item > .sub-menu_wrap .nav_title a::after {
    display: none;
  }
  .hdr_global_nav .menu-item > .sub-menu_wrap a:hover {
    text-decoration: underline;
    color: #fff;
    background: none;
  }
  .hdr_global_nav .menu-item:last-child > a {
    padding-right: 0;
  }
}

.global_nav {
  --nav-line-height: 1.5;
  /* ナビゲーション aタグ line-height */
  --submenu-icon-width: 6px;
  /* PC サブメガメニューのアイコン（ > ）回転前サイズ */
  /**/
  background: #fff;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  background: transparent;
  display: none;
  width: 330px;
  right: 0;
  padding: 31px 35px 51px;
  position: fixed;
  top: 39px;
  z-index: 30;
  scrollbar-width: none;
}
.global_nav a {
  display: block;
  line-height: var(--nav-line-height);
  position: relative;
  text-decoration: none;
}
.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 {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@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 .sp_toggle_close {
    display: none !important;
  }
}
.global_nav .sp_toggle_close:hover {
  cursor: pointer;
}
.global_nav:after {
  content: "";
  width: 100%;
  height: 150%;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  z-index: -1;
  border-radius: 0 0 0 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: solid 2px #50C194;
  border-right: 0;
}
.global_nav .row .col_2:not(:first-of-type),
.global_nav .row .col_3:not(:first-of-type),
.global_nav .row .col_4:not(:first-of-type),
.global_nav .row .col_5:not(:first-of-type) {
  margin-top: 0 !important;
}
.global_nav .row .col_2:not(:first-of-type) li:first-child a,
.global_nav .row .col_3:not(:first-of-type) li:first-child a,
.global_nav .row .col_4:not(:first-of-type) li:first-child a,
.global_nav .row .col_5:not(:first-of-type) li:first-child a {
  border-top: 1px solid #ddd;
}
.global_nav::-webkit-scrollbar {
  display: none;
}
.global_nav .container {
  width: 100%;
  max-width: none;
}
.global_nav .menu {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.global_nav .menu-item {
  border-bottom: 1px solid #C3C3C3;
}
.global_nav .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.6115em;
  padding-left: 45px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #535353;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
.global_nav .menu-item a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #50C194;
  border-radius: 50%;
  border: 50%;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.global_nav .menu-item.menu-item-has-children > a:after {
  width: 22px;
  height: 22px;
  background: url(../img/common/expand_ic.svg) no-repeat center/cover;
  right: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.global_nav .menu-item.menu-item-has-children > a.onclick:after {
  background: url(../img/common/collapse_ic.svg) no-repeat center/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.global_nav .sub-menu {
  font-size: inherit;
  padding-bottom: 10px;
}
.global_nav .sub-menu a {
  height: auto;
  padding-top: 0.84em;
  padding-bottom: 0.84em;
  padding-left: 2em;
  padding-right: 2.6em;
  font-size: 14px;
}
.global_nav .sub-menu li:last-child a {
  border: none;
}
.global_nav .nav_title {
  font-weight: bold;
}
.global_nav .nav_title a {
  background: #50C194;
  color: #fff;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global_nav .nav_title a::after {
  display: none !important;
}
.global_nav .sp_toggle_close_top {
  position: fixed;
  top: 18px;
  right: 10px;
}
.global_nav .sp_toggle_close_top .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #50C1B6;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}
.global_nav .sp_toggle_close_top .icon svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.global_nav .sp_toggle_close_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #50C1B6;
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  height: 2em;
  margin-inline: auto;
  margin-top: 20px;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 0.25em 0;
  width: 7.5em;
}
.global_nav .sp_toggle_close_bottom .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 0.5em;
}
.global_nav .sp_toggle_close_bottom svg {
  display: block;
  fill: #fff;
  width: 13px;
  aspect-ratio: 1;
}

@media (max-width: 767px) {
  .global_nav #menu-header_menu .custom_nav > a {
    display: none !important;
  }
  .global_nav #menu-header_menu .custom_nav .sub-menu_wrap {
    display: block !important;
  }
  .global_nav #menu-header_menu .custom_nav .nav_title {
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 15px 10px;
    font-size: 18px;
    margin-bottom: 4%;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_box {
    padding: 20px;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2 a {
    text-align: center !important;
    background: #fff;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2 a:hover::after {
    border-color: #fff !important;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2:nth-child(n+3) {
    margin-top: 2% !important;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 {
    background: #deebf7;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .nav_title {
    background: #50C1B6;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a {
    border: 1px solid #50C1B6;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a::after {
    border-color: #50C1B6;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a:hover {
    background: #50C1B6;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 {
    background: #e2f0d9;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .nav_title {
    background: #50C194;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a {
    border: 1px solid #50C194;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a::after {
    border-color: #50C194;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a:hover {
    background: #50C194;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 {
    background: #fff2cc;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .nav_title {
    background: #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a {
    border: 1px solid #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a::after {
    border-color: #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a:hover {
    background: #ff6600;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) {
  .global_nav #menu-header_menu .custom_nav .row .col_2 a {
    font-size: 2.5vw;
    padding: 10px 25px 10px 10px;
    height: 60px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mainimage {
  overflow: hidden;
  padding-bottom: 0px;
  position: relative;
  z-index: 10;
  background: #fff;
}
@media (min-width: 768px) {
  .mainimage {
    width: 100%;
  }
  .mainimage .main_wrapper {
    position: relative;
    max-width: 2560px;
    width: 100%;
    margin: auto;
    margin: auto;
    padding: 42px 39px 0;
  }
  .mainimage .main {
    border-radius: 40px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    height: clamp(840px, 70vw, 920px);
  }
  .mainimage .main picture {
    height: 100%;
    display: block;
  }
  .mainimage .main picture img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .mainimage {
    margin-top: -70px;
    padding: 14px 20px 26px;
  }
  .mainimage .main_wrapper .main {
    border-radius: 40px;
    overflow: hidden;
    position: relative;
  }
}
.mainimage .slider_wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mainimage img {
  width: 100%;
}
.mainimage .dpnone {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainimage .slider {
  aspect-ratio: 770/750;
}
.mainimage .slider:not(.slick-initialized) {
  overflow: hidden;
}
.mainimage .slider:not(.slick-initialized) > * {
  float: left;
}
@media (min-width: 768px) {
  .mainimage .slider {
    aspect-ratio: 2000/750;
  }
}
.mainimage .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mainimage .slick-arrow {
  position: absolute;
  z-index: 1;
}
.mainimage .slick-arrow svg {
  fill: #fff;
  vertical-align: bottom;
  width: min( 25px , 4vw );
}
.mainimage .slick-prev-original,
.mainimage .slick-next-original {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mainimage .slick-prev-original {
  left: 10px;
}
.mainimage .slick-next-original {
  right: 10px;
}
.mainimage .slick-dots li button:before {
  color: #50C1B6;
}
.mainimage .maincopy {
  position: absolute;
  top: 35vw;
  left: 0;
  width: 94%;
}
@media (min-width: 768px) {
  .mainimage .maincopy {
    top: 21.6%;
    left: 0;
    max-width: 923px;
    height: 390px;
    width: 64.4%;
  }
}

.top_works_slide .slick-track:before, .top_works_slide .slick-track:after {
  display: none;
}
.top_works_slide .slick-track {
  overflow: hidden;
}
.top_works_slide .item {
  background: #fff;
  overflow: hidden;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}
.top_works_slide .item a {
  text-decoration: none;
  color: #50C1B6;
}
.top_works_slide .item .tag {
  border-color: #50C194 !important;
}
.top_works_slide .item .tag a {
  color: #50C194;
}
.top_works_slide .item .archive-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.top_works_slide .item:hover .link {
  background: #EEFFF8;
  color: #50C194;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_works_slide .item:hover .link .arrow:after {
  background: url(../img/common/arrow.svg) no-repeat center/cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_works_slide .item:hover figure img {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_works_slide .thumbnail figure {
  height: clamp(170px, 24.088vw, 185px);
  overflow: hidden;
}
.top_works_slide .thumbnail figure img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_works_slide .post-card {
  padding: 15px 15px 65px;
}
@media (min-width: 768px) {
  .top_works_slide .post-card {
    padding: 15px 0 42.36px 17px;
    position: relative;
  }
}
.top_works_slide .post-card .ttl {
  font-size: clamp(16px, 2.148vw, 16.5px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 23px;
  padding-right: 10.28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top_works_slide .post-card .ttl {
    line-height: 22.6px;
  }
}
.top_works_slide .post-card .link {
  background: #50C194;
  border: solid 1px #50C194;
  border-right: 0;
  color: #fff;
  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-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  height: 40px;
  width: 170px;
  border-radius: 50px 0 0 50px;
  position: absolute;
  right: -1px;
  bottom: 10.28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_works_slide .post-card .link .arrow {
  position: relative;
  padding-right: 21.37px;
}
.top_works_slide .post-card .link .arrow:after {
  content: "";
  width: 22px;
  height: 21px;
  background: url(../img/common/arrow_wh.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .top_works_slide .post-card .link {
    height: 33px;
    width: 133px;
  }
}
@media (max-width: 767px) {
  .top_works_slide .post-card .link .arrow {
    letter-spacing: 0.1em;
    -webkit-transform: translate(7px, -2px);
            transform: translate(7px, -2px);
  }
  .top_works_slide .post-card .link .arrow:after {
    right: -6px;
  }
}
.top_works_slide .post-card .term_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 6.17px;
}
@media (max-width: 767px) {
  .top_works_slide .post-card .term_list {
    gap: 6px;
  }
}
.top_works_slide .post-card .term_list li {
  font-size: clamp(12px, 1.627vw, 12.5px);
  line-height: clamp(14.6px, 2.291vw, 17.6px);
  letter-spacing: 0.07em;
  text-decoration: none;
  color: #50C1B6;
  font-weight: 700;
  border: solid 2px #50C1B6;
  display: block;
  border-radius: clamp(3.3px, 0.604vw, 4.64px);
  padding: 1px 4px 2px 6px;
}
.top_works_slide .post-card .term_list li.tag_area {
  color: #50C194;
  border-color: #50C194;
}
.top_works_slide .slick-arrow {
  height: 45px;
  width: 140px;
  background: #fff !important;
  border-radius: 7px;
}
.top_works_slide .slick-arrow:before {
  content: "";
  width: 9px;
  height: 18px;
  background: url(../img/common/slider_arrow_sp.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.top_works_slide .slick-arrow.slick-prev {
  left: 13px;
}
.top_works_slide .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top_works_slide .slick-arrow.slick-next {
  right: 13px;
}
.top_works_slide .slick-arrow:hover {
  background: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .top_works_slide .item {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 295px;
    margin-bottom: 65px;
    position: relative;
  }
  .top_works_slide .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }
  .top_works_slide .slick-slide {
    height: auto !important;
  }
  .top_works_slide a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_works_slide .link {
    bottom: 13px;
  }
  .top_works_slide .slick-arrow {
    top: auto;
    bottom: -24px;
    margin: auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .top_works_slide .slick-arrow.slick-prev {
    left: 0;
    right: 150px;
  }
  .top_works_slide .slick-arrow.slick-prev:before {
    right: 13px;
  }
  .top_works_slide .slick-arrow.slick-next {
    right: 0;
    left: 150px;
  }
  .top_works_slide .slick-arrow.slick-next:before {
    left: 12px;
  }
}
@media (min-width: 768px) {
  .top_works_slide {
    min-width: clamp(1160px, 97.5vw, 1200px);
    overflow: hidden;
  }
  .top_works_slide .slick-track {
    margin: 0;
  }
  .top_works_slide .slick-list {
    max-width: 92.5%;
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1880px) {
  .top_works_slide .slick-list {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .top_works_slide .flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top_works_slide .box.thumbnail {
    width: 52.5%;
  }
  .top_works_slide .post-card {
    width: 47.5%;
  }
  .top_works_slide .item {
    max-width: 554px;
    width: 100%;
    border-radius: 15.42px;
    margin: 0 8.5px;
  }
  .top_works_slide .term_list li {
    padding: 1.32px 5.2px;
  }
  .top_works_slide .slick-arrow {
    height: 100%;
    width: 40px;
    border-radius: 10px;
  }
  .top_works_slide .slick-arrow:before {
    content: "";
    width: 13px;
    height: 28px;
    background: url(../img/common/slider_arrow.svg) no-repeat center/cover;
  }
}

@media (min-width: 768px) {
  .works_wrapper {
    position: absolute;
    bottom: clamp(31px, 5.208vw, 35px);
    width: 94%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 1902px) {
  .works_wrapper {
    width: 100%;
    max-width: 1836px;
  }
}

@media (min-width: 768px) {
  .box.thumbnail {
    overflow: hidden;
  }
}
.scroll {
  width: 91px;
  height: 91px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: absolute;
  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: 11.29px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #303030;
  letter-spacing: 0.1em;
  line-height: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  line-height: 26.6px;
}
.scroll .arrow {
  position: relative;
  padding-top: 38px;
}
.scroll .arrow:before {
  content: "";
  width: 24px;
  height: 38px;
  background: url(../img/common/scroll_arrow.svg) no-repeat center/cover;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .scroll .arrow {
    padding-top: 26px;
  }
  .scroll .arrow:before {
    width: 17px;
    height: 27px;
    top: -1px;
  }
}
.scroll:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .scroll {
    width: 137px;
    height: 137px;
    top: clamp(120px, 7.75vw, 137px);
    right: 4%;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .scroll {
    bottom: 28px;
    left: 27px;
  }
}

.side_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(58, 180, 131, 0.9);
  padding: 13px 30px 17px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 64px;
  z-index: 5;
  border-radius: 40px 0 0 0;
}
.side_bnr .side_bnr_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  position: relative;
}
.side_bnr .side_bnr_block:before {
  content: "";
  width: 1px;
  height: 83px;
  background: #fff;
  position: absolute;
  top: 11px;
  left: -42px;
  -webkit-transform: skew(331deg);
          transform: skew(331deg);
}
.side_bnr .side_bnr_block li a {
  background: #fff;
  border: solid 1px #fff;
  color: #38A97B;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  position: relative;
}
.side_bnr .side_bnr_block li a:before {
  content: "";
  width: 25px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 9px;
  right: calc(100% - 5px);
}
.side_bnr .side_bnr_block li a .arrow {
  padding-top: 11px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.side_bnr .side_bnr_block li a .arrow:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/cv_arrow.svg) no-repeat center/cover;
  position: absolute;
  top: -7px;
  left: 4px;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.side_bnr .side_bnr_block li a .area {
  display: block;
  font-size: 16px;
}
.side_bnr .side_bnr_block li a:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.side_bnr .side_bnr_block li a:hover .arrow:before {
  background: url(../img/common/cv_arrow_wh.svg) no-repeat center/cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.side_bnr .ttl {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
}
.side_bnr .ttl .en {
  font-size: 17px;
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .side_bnr {
    width: 375px;
    display: block;
    padding: 9px 14px 9px 29px;
    border-radius: 27.3px 0 0 0;
    z-index: 10;
  }
  .side_bnr .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 19.8px;
    letter-spacing: 0.08em;
  }
  .side_bnr .ttl .en {
    font-size: 12px;
    line-height: 18.5px;
  }
  .side_bnr .side_bnr_block {
    padding-left: 41px;
  }
  .side_bnr .side_bnr_block:before {
    left: 16px;
    height: 53px;
  }
  .side_bnr .side_bnr_block li a {
    width: 63px;
    height: 63px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    font-size: 14.5px;
    line-height: 16.5px;
  }
  .side_bnr .side_bnr_block li a:before {
    width: 20px;
    right: calc(100% - 2px);
    top: 5px;
  }
  .side_bnr .side_bnr_block li a .area {
    font-size: 14px;
  }
  .side_bnr .side_bnr_block li a .arrow {
    padding-top: 7px;
  }
  .side_bnr .side_bnr_block li a .arrow:before {
    width: 9px;
    height: 10px;
    top: -5px;
  }
  .side_bnr .side_bnr_block li:first-child a:before {
    width: 13px;
  }
}

@media (min-width: 768px) {
  .side_wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  .side_wrapper .side_bnr {
    position: relative;
  }
}
.totop {
  position: fixed;
  right: 14px;
  bottom: 140px;
  z-index: 20;
}
.totop .wrapper {
  width: 52px;
  height: 75px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 18.5px;
  letter-spacing: 0.1em;
  border: solid 1px #303030;
  color: #303030;
  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: 12px;
  border-radius: 7px;
  cursor: pointer;
}
.totop .arrow {
  padding-top: 15px;
  position: relative;
}
.totop .arrow:before {
  content: "";
  width: 18px;
  height: 8px;
  background: url(../img/common/totop_black.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .totop {
    bottom: 10px;
    display: block !important;
  }
  .totop .wrapper {
    border-color: #fff;
    color: #fff;
  }
  .totop .arrow:before {
    background: url(../img/common/totop.png) no-repeat center/cover;
  }
}

.mce-content-body ul, .mce-content-body ol, .mce-content-body dl, .mce-content-body table {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
.mce-content-body ul:last-child, .mce-content-body ol:last-child, .mce-content-body dl:last-child, .mce-content-body table:last-child {
  margin-bottom: 0;
}
.mce-content-body .box_bg p:last-child, .mce-content-body .box_bg ul:last-child, .mce-content-body .box_bg ol:last-child, .mce-content-body .box_bg dl:last-child, .mce-content-body .box_bg table:last-child, .mce-content-body .box_border p:last-child, .mce-content-body .box_border ul:last-child, .mce-content-body .box_border ol:last-child, .mce-content-body .box_border dl:last-child, .mce-content-body .box_border table:last-child, .mce-content-body .box_flow p:last-child, .mce-content-body .box_flow ul:last-child, .mce-content-body .box_flow ol:last-child, .mce-content-body .box_flow dl:last-child, .mce-content-body .box_flow table:last-child {
  margin-bottom: 0;
}
.mce-content-body img {
  border-radius: 0;
}
.mce-content-body a {
  color: #535353;
  text-decoration: underline;
}
.mce-content-body a:hover {
  color: #50C1B6;
  text-decoration: none;
}
.mce-content-body a:hover img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .mce-content-body a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
  }
}
.mce-content-body hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 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;
  }
}

.btnstyle {
  text-align: center;
  width: 379px;
  height: 90px;
  position: relative;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btnstyle:before {
  content: "";
  border: solid 1px #C3C3C3;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -11px;
  right: -12px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .btnstyle {
    width: 240px;
    height: 65px;
  }
  .btnstyle:before {
    right: -7.5px;
    bottom: -7.38px;
  }
}
.btnstyle a {
  color: #535353;
  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;
  width: 100%;
  height: 100%;
  border: solid 1px #535353;
  border-radius: 10px;
  background: transparent;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
  position: relative;
  text-decoration: none;
}
.btnstyle a:after {
  content: "";
  background: url(../img/common/arrow_common.svg) no-repeat center/cover;
  width: 30px;
  height: 25px;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 31.1px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .btnstyle a {
    font-size: 17px;
    padding-left: 11px;
  }
  .btnstyle a:after {
    width: 18px;
    height: 18px;
    top: 4px;
    right: 15px;
    background: url(../img/common/arrow_common_sp.svg) no-repeat center/cover;
  }
}
.btnstyle a:hover {
  color: #535353;
  opacity: 1;
  -webkit-transform: translate(12px, 11px);
          transform: translate(12px, 11px);
}
@media (max-width: 767px) {
  .btnstyle a:hover {
    -webkit-transform: translate(8px, 5px);
            transform: translate(8px, 5px);
  }
}

.section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 10px;
  padding-bottom: 51px;
}
@media (min-width: 768px) {
  .section {
    padding-top: 20px;
    padding-bottom: 76px;
  }
}

@media (min-width: 768px) and (max-width: 1239px) {
  .section,
  .section_wide,
  .section_overwide {
    margin-left: calc(50% - 1239px / 2);
    margin-right: calc(50% - 1239px / 2);
  }
  .section {
    padding-left: calc(1239px / 2 - 50%);
    padding-right: calc(1239px / 2 - 50%);
  }
}
.section_wide {
  padding-left: 20px;
  padding-right: 20px;
}

.section_overwide {
  padding: 0;
}

.main_post_body,
.post_aside {
  margin-top: 0;
}
@media (min-width: 768px) {
  .main_post_body,
  .post_aside {
    margin-top: 10px;
  }
}

.single .main_post_body,
.single .post_aside {
  margin-top: 0;
}
@media (min-width: 768px) {
  .single .main_post_body,
  .single .post_aside {
    margin-top: 28px;
  }
}

.main_post_body {
  margin-bottom: 48px;
}

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

.breadcrumb {
  background: #F2F2F2;
  color: #333333;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: clamp(40px, 6.5vw, 70px);
}
.breadcrumb .svg-icons {
  fill: #333333;
  width: 12px;
  height: 12px;
}
.breadcrumb .container {
  width: 1405px;
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.04em;
  font-size: 13px;
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb a {
  color: #B3C2C8;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #535353;
  text-decoration: none;
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb .current a {
  color: #a0a0a0;
}

@media (max-width: 767px) {
  .single .breadcrumb {
    padding-bottom: 29px;
  }
}

.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: #535353;
}
@media (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 16px 32px 16px 16px;
  }
}
.sitemap_box .menu a:hover {
  color: #50C1B6;
  background: #f2f8fd;
}
.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #50C1B6;
  border-right: 1px solid #50C1B6;
  -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%;
  font-size: 17px;
  font-weight: 500;
  color: #2F343A;
}
.wpcf7 input[type=text]::-webkit-input-placeholder, .wpcf7 input[type=email]::-webkit-input-placeholder, .wpcf7 input[type=tel]::-webkit-input-placeholder, .wpcf7 input[type=password]::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder {
  color: #D9D9D9;
  letter-spacing: 0.08em;
}
.wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=password]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .wpcf7 select::-moz-placeholder {
  color: #D9D9D9;
  letter-spacing: 0.08em;
}
.wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 input[type=tel]:-ms-input-placeholder, .wpcf7 input[type=password]:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder {
  color: #D9D9D9;
  letter-spacing: 0.08em;
}
.wpcf7 input[type=text]::-ms-input-placeholder, .wpcf7 input[type=email]::-ms-input-placeholder, .wpcf7 input[type=tel]::-ms-input-placeholder, .wpcf7 input[type=password]::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder, .wpcf7 select::-ms-input-placeholder {
  color: #D9D9D9;
  letter-spacing: 0.08em;
}
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=password]::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 select::placeholder {
  color: #D9D9D9;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 input[type=password],
  .wpcf7 textarea,
  .wpcf7 select {
    width: 320px;
  }
}
.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 .more {
  text-align: center;
  width: 379px;
  height: 90px;
  position: relative;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wpcf7 .more:before {
  content: "";
  border: solid 1px #C3C3C3;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -11px;
  right: -12px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .wpcf7 .more {
    width: 240px;
    height: 65px;
  }
  .wpcf7 .more:after {
    width: 18px;
    height: 18px;
    top: 4px;
    right: 18.1px;
  }
  .wpcf7 .more:before {
    right: -7.5px;
    bottom: -7.38px;
  }
}
.wpcf7 .arrow {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wpcf7 .arrow:after {
  content: "";
  background: url(../img/common/arrow_common.svg) no-repeat center/cover;
  width: 30px;
  height: 25px;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 31.1px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wpcf7 .arrow:hover {
  color: #535353;
  opacity: 1;
  -webkit-transform: translate(12px, 11px);
          transform: translate(12px, 11px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .wpcf7 .arrow:hover {
    -webkit-transform: translate(8px, 5px);
            transform: translate(8px, 5px);
  }
}
.wpcf7 input[type=submit] {
  color: #535353;
  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;
  width: 100%;
  height: 100%;
  border: solid 1px #535353;
  border-radius: 10px;
  background: transparent;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .wpcf7 input[type=submit] {
    font-size: 17px;
  }
}
.wpcf7 input[type=submit]:not(:disabled):hover {
  opacity: 1;
}
.wpcf7 input[type=submit]:disabled {
  background: #ccc;
  border: 2px solid #ccc;
}
.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: 15px !important;
  color: #FA697D !important;
}

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

.box_form {
  margin-top: 32px;
  margin-bottom: 104px;
}
.box_form input[type=radio] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 10px;
}
.box_form input[type=radio]:active {
  border-color: #ff0000;
}
@media (max-width: 767px) {
  .box_form {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-top: 20px;
  }
}
.box_form .more {
  margin-bottom: 0;
}
.box_form .form_table {
  width: 100%;
  margin: 0;
}
.box_form .form_table tr {
  border-bottom: solid 1px #C3C3C3;
}
.box_form .form_table th,
.box_form .form_table td {
  letter-spacing: 0.1em;
}
.box_form .form_table th {
  width: 315px;
  text-align: left;
  font-weight: 500;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .box_form .form_table th {
    padding-left: 15px;
  }
}
.box_form .form_table td {
  padding: 50px 40px 50px 0;
}
@media (max-width: 767px) {
  .box_form .form_table td {
    padding-left: 10px;
  }
}
.box_form .form_table td input,
.box_form .form_table td textarea {
  background: #fff;
  padding: 9.5px 18px 9.5px 38px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .box_form .form_table td input,
  .box_form .form_table td textarea {
    border-radius: 20px;
  }
}
.box_form .form_table td input:focus,
.box_form .form_table td textarea:focus {
  border-color: #50C194;
}
.box_form .form_table td textarea {
  height: 220px;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .box_form .form_table td textarea {
    height: 194px;
    font-size: 15px;
    line-height: 22.5px;
    padding-top: 15px;
    padding-left: 26px;
  }
}
.box_form .form_table td .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.box_form .form_table td .wpcf7-form-control-wrap:not(:last-child) {
  margin-bottom: 10px;
}
.box_form .form_table td .wpcf7-not-valid-tip {
  font-size: 14px;
  color: #F30000;
  display: block;
  margin-top: 14px;
}
.box_form .form_table .txt {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
  display: inline-block;
}
@media (max-width: 767px) {
  .box_form .form_table th,
  .box_form .form_table td {
    display: block;
    width: 100%;
  }
  .box_form .form_table th {
    padding-top: 19px;
    font-size: clamp(17px, 2.3vw, 18px);
  }
  .box_form .form_table th .requisite {
    font-size: 13px;
  }
  .box_form .form_table td {
    padding-top: 20px;
    padding-bottom: 32px;
  }
  .box_form .form_table td input {
    padding: 8px 18px 8px 31px;
  }
  .box_form .form_table input[type=radio] + .wpcf7-list-item-label {
    font-size: clamp(17px, 2.3vw, 18px);
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}
@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,
.box_form .optional {
  font-size: 13px;
  color: #fff;
  background: #50C194;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 2px 15px;
  border-radius: 15px;
  margin-left: 11px;
}
.box_form .optional {
  background: #7D7D7D;
}
.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;
  }
}

.c-radio {
  margin-left: 3px;
}
.c-radio .wpcf7-list-item {
  margin: 0;
}
.c-radio .wpcf7-list-item:not(:last-child) {
  margin-right: 61px;
}
@media (max-width: 767px) {
  .c-radio {
    display: block;
    margin-left: 10px;
  }
  .c-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 43px;
  }
}

.contact-txt {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .contact-txt {
    text-align: center;
    margin-bottom: 73px;
  }
}
@media (max-width: 767px) {
  .contact-txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 31.2px;
    margin-bottom: 21px;
  }
}

.policy_container {
  margin-top: 50px;
  margin-bottom: 63px;
  padding-bottom: 50px;
  font-size: clamp(16px, 2.21vw, 17px);
  letter-spacing: 0.15em;
  line-height: 30px;
  border-bottom: solid 1px #C3C3C3;
}
@media (max-width: 767px) {
  .policy_container {
    line-height: 31.2px;
    margin-top: 38px;
    margin-bottom: 39px;
    padding-bottom: 35px;
  }
}
.policy_container a {
  display: inline-block;
  padding: 0 11px;
  color: #50C194 !important;
}
.policy_container .agree {
  margin-top: 30px;
}
.policy_container .agree .wpcf7-list-item-label {
  margin-left: 9px;
}
.policy_container .agree .requisite {
  margin-left: 5px;
}
.policy_container .agree .wpcf7-list-item input {
  width: 20px;
  height: 20px;
  -webkit-transform: translate(2px, 5px);
          transform: translate(2px, 5px);
}
.policy_container .agree .wpcf7-not-valid-tip {
  position: absolute;
  left: -80%;
  top: 40px;
  width: 22vw;
}
@media (max-width: 767px) {
  .policy_container .agree .wpcf7-not-valid-tip {
    width: 120vw;
    top: 25px;
  }
}
@media (max-width: 767px) {
  .policy_container .agree .wpcf7-list-item input {
    margin-left: 25px;
  }
}

.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 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .entry_title {
    font-size: 24px;
  }
}
.blogsingleon .entry_archive .entry_title {
  font-size: 24px;
}
.entry_title a {
  color: #535353;
  text-decoration: none;
}
.entry_title a:hover {
  color: #50C1B6;
}

.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: #50C1B6;
  text-decoration: none;
}
.entry_ex a:hover {
  color: #535353;
}
.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;
}
.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;
  gap: 10px;
}
.pagenav_archive .page-numbers {
  font-family: "Roboto", sans-serif;
  color: #535353;
  background: #E5F9F1;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-bottom: solid 1px transparent;
  width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pagenav_archive .page-numbers.current {
  color: #fff;
  background: #50C194;
}
.pagenav_archive .page-numbers:hover {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pagenav_archive .page-numbers.next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.post_aside .aside_title {
  border-bottom: 2px solid #535353;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 12px;
}
.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: #535353;
  line-height: 1.5;
  padding: 12px 8px;
  text-decoration: none;
}
.post_aside .category_list a:hover {
  color: #50C1B6;
}
.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: #535353;
  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;
}
.post_aside .latestpost_list a:hover {
  color: #50C1B6;
}
.post_aside .latestpost_list a:hover::before {
  color: #50C1B6;
}

.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;
}
.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;
}
.slide_thumb .item:hover {
  cursor: pointer;
  opacity: 0.8;
}
.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 #50C1B6;
  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: #50C1B6;
  display: block;
  position: relative;
  text-align: center;
}
.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #50C1B6;
  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: #50C1B6;
  display: block;
  font-size: 92%;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.icon_tags a:hover {
  background: #50C1B6;
  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;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}

.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: #50C1B6;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #FFF9FA !important;
  background: #FFF9FA;
  color: #FA697D;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 28.5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: left;
    font-size: 16px;
    line-height: 21.6px;
    padding: 10.5px 30px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #F0FFF9;
  border-color: #F0FFF9 !important;
  color: #50C194;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 28.5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .wpcf7 form.sent .wpcf7-response-output {
    text-align: left;
    font-size: 16px;
    line-height: 21.6px;
    padding: 10.5px 30px;
  }
}

.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: url(../img/common/page_title_bg.jpg) no-repeat center/cover;
  margin: 35px 39px;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .page_title_wrap {
    margin: -56px 20px 26px;
    background: url(../img/common/page_title_bg_sp.jpg) no-repeat center/cover;
  }
  .page_title_wrap .container {
    max-width: calc(100% - 20px);
  }
}
.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: center;
      -ms-flex-align: center;
          align-items: center;
  height: 250px;
}
@media (min-width: 768px) {
  .page_title_wrap .container {
    height: 420px;
  }
}
.page_title_wrap .page_title {
  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;
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 15px;
  z-index: 1;
  width: 100%;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(3px, 18px);
          transform: translate(3px, 18px);
}
.page_title_wrap .page_title .en {
  font-size: 32px;
  font-weight: 500;
  line-height: 52px;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .page_title_wrap .page_title {
    font-size: 25px;
    line-height: 28.1px;
    -webkit-transform: translate(12px, -7px);
            transform: translate(12px, -7px);
  }
  .page_title_wrap .page_title .en {
    font-size: 80px;
    line-height: 130px;
  }
}

.page-name-contact .page_title_wrap {
  background: url(../img/common/title_contact_bg_sp.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .page-name-contact .page_title_wrap {
    background: url(../img/common/title_contact_bg.jpg) no-repeat center/cover;
  }
}

.post-renewal-works .page_title_wrap {
  background: url(../img/common/renewal-works_bg_sp.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .post-renewal-works .page_title_wrap {
    background: url(../img/common/renewal-works_bg.jpg) no-repeat center/cover;
  }
}
.post-renewal-works.single .page_title_wrap {
  background: url(../img/common/renewal-works_single_bg_sp.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .post-renewal-works.single .page_title_wrap {
    background: url(../img/common/renewal-works_single_bg.jpg) no-repeat center/cover;
  }
}

.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body .text-large {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.mce-content-body h2 {
  text-align: center;
  font-size: clamp(22px, 3.16vw, 38px);
  letter-spacing: 0.16em;
  color: #50C1B6;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.mce-content-body h2.h2_A {
  color: #535353;
  padding: 20px 0;
  font-size: clamp(19px, 2.86vw, 25px);
  line-height: clamp(30px, 4.23vw, 35px);
  border-top: solid 1px #C3C3C3;
  border-bottom: solid 1px #C3C3C3;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mce-content-body h2.h2_A {
    text-align: left;
    padding: 7px 0;
  }
}
.mce-content-body h2.h2_B .en {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 100px;
  letter-spacing: 0.09em;
  line-height: 80px;
  display: block;
}
@media (max-width: 767px) {
  .mce-content-body h2.h2_B .en {
    font-size: 40px;
    letter-spacing: 0.15em;
    line-height: 17px;
  }
}
.mce-content-body h3 {
  font-size: clamp(17px, 2.4vw, 20px);
  line-height: clamp(25px, 3.9vw, 35px);
  display: table;
  background: #fff;
  padding: 5px 24px 5px 27px;
  border-radius: 5px;
  font-weight: 500;
}
.mce-content-body h3 .num {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  color: #50C194;
  font-weight: 600;
  margin-right: 8px;
  display: block;
}
.mce-content-body h3 .num .large {
  font-size: clamp(26px, 4.29vw, 35px);
}
@media (max-width: 767px) {
  .mce-content-body h3 {
    padding: 5px 13px 5px 17px;
    display: block;
  }
}
.mce-content-body h4 {
  font-size: clamp(16px, 2.3vw, 18px);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  background: #50C194;
  color: #fff;
  display: table;
  font-weight: 500;
  border-radius: 3px;
  padding: 8px 13px 8px 10px;
  line-height: 1.4;
  display: block;
}
@media (min-width: 768px) {
  .mce-content-body h4 {
    padding: 8px 13px 8px 7px;
  }
}
.mce-content-body h4 .num {
  margin-right: clamp(8px, 1.3vw, 10px);
}
.mce-content-body h5 {
  color: #535353;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  border: none;
  position: relative;
  padding: 0;
}
.mce-content-body h5:before {
  display: none;
}
@media (min-width: 768px) {
  .mce-content-body h5 {
    font-size: 18px;
  }
}

.text-large {
  color: #50C1B6;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .text-large {
    font-size: 24px;
  }
}

.flowTitle {
  opacity: 0;
}

.flow_slide {
  -webkit-animation: slideAnime 2s ease forwards;
          animation: slideAnime 2s ease forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes slideAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
h2.h2 {
  font-size: clamp(18px, 1.66vw, 25px);
  text-align: center;
  margin: 0 auto clamp(10px, 1.333vw, 15px);
  padding: 0;
  color: #303030;
  display: table;
  font-weight: 700;
}
h2.h2 .en {
  font-size: 100px;
  display: block;
  color: #79C3AC;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.2;
  position: relative;
}
h2.h2 .en:before, h2.h2 .en:after {
  content: "";
  width: 200vw;
  height: 3px;
  background: #50C194;
  position: absolute;
  top: 10px;
  bottom: 0;
  margin: auto;
}
h2.h2 .en:before {
  left: calc(100% + 13px);
}
h2.h2 .en:after {
  right: calc(100% + 10px);
}
@media (min-width: 768px) {
  h2.h2 .en:before {
    left: calc(100% - 1px);
  }
  h2.h2 .en:after {
    right: calc(100% + 16px);
  }
}
@media (max-width: 767px) {
  h2.h2 .en {
    font-size: 45px;
    line-height: 1.2;
  }
}
h2.h2_C {
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 36px;
  color: #303030;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 50px 0 50px 0;
  position: relative;
}
h2.h2_C:before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #C3C3C3;
  border-radius: 50px 0 50px 0;
  position: absolute;
  top: -15px;
  right: -15px;
}
h2.h2_C .color {
  color: #50C194;
}
@media (min-width: 768px) {
  h2.h2_C {
    font-size: 30px;
    line-height: 36px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    min-width: 154px;
    padding: 67px 10px 79px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  h2.h2_C .ttl {
    text-align: start;
    letter-spacing: 5.5px;
  }
}
@media (max-width: 767px) {
  h2.h2_C {
    max-width: 265px;
    height: 90px;
    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;
    border-radius: 32px 0 32px 0;
  }
  h2.h2_C:before {
    height: 100%;
    border-radius: 32px 0 32px 0;
    top: -10px;
    right: -10px;
  }
}/*# sourceMappingURL=base.css.map */