@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 400 16px/1.8 "Zen Kaku Gothic Antique", sans-serif;
  color: #333333;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

a {
  text-decoration: none;
  color: #333333;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

::-moz-selection {
  background-color: #fff800;
  color: #333333;
}

::selection {
  background-color: #fff800;
  color: #333333;
}

/* リキャプチャ非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

#container_wrap {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner, .inner_l, .inner_s {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .inner, .inner_l, .inner_s {
    padding: 0 8%;
  }
}

.inner_s {
  max-width: 990px;
}

.inner_l {
  max-width: 1420px;
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

#sub {
  float: left;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

#top_main {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}

#top_left {
  width: 50%;
  float: left;
}

#top_right {
  width: 50%;
  float: right;
}

.footer_section {
  position: relative;
  background-color: #F5F4EF;
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .footer_section {
    padding: 100px 0 50px;
  }
}
.footer_section .ttl_01 {
  font-size: clamp(1.375rem, 1.057rem + 1.59vw, 2.25rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 25px;
}
.footer_section .txt {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
.footer_section .logo_wrap {
  width: 100%;
  max-width: 298px;
  margin: 0 auto 20px;
}
.footer_section .txt_s {
  margin-top: 40px;
  text-align: center;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.btn_wrap {
  display: flex;
  justify-content: center;
}
.btn_wrap > a {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .btn_wrap > a {
    margin-bottom: 17px;
  }
}
.btn_wrap > a:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .btn_wrap {
    flex-direction: column;
  }
}

.btn_setumei {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: solid 1px #333333;
}
.btn_setumei::before {
  content: "";
  position: absolute;
  width: 19px;
  aspect-ratio: 19/22;
  background: url(../images/icon_shorui.svg) no-repeat center top/contain;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  left: 0;
}
.btn_setumei:hover {
  opacity: 0.6;
}

.f_reservation_number {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: clamp(1.938rem, 1.46rem + 2.39vw, 3.25rem);
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-left: 55px;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .f_reservation_number {
    padding-left: 40px;
  }
}
.f_reservation_number a {
  color: #333333;
}
.f_reservation_number::before {
  content: "";
  position: absolute;
  width: 33px;
  aspect-ratio: 33/58;
  background: url(../images/icon_tel_b.svg) no-repeat center top/contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .f_reservation_number::before {
    width: 22px;
  }
}

.section_top .section_01 {
  padding: 150px 0 180px;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 {
    padding: 60px 0 130px;
  }
}
.section_top .section_02 {
  padding: 120px 0 80px;
  background-color: #F5F4EF;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 {
    padding: 80px 0 40px;
  }
}
.section_top .section_02 .ttl_features {
  margin-top: 100px;
  padding-top: 92px;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  position: relative;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .ttl_features {
    padding-top: 72px;
    margin-top: 50px;
    margin-bottom: 62px;
  }
}
.section_top .section_02 .ttl_features::before {
  content: "";
  width: 398px;
  aspect-ratio: 398/97;
  background: url(../images/ttl_features.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .ttl_features::before {
    width: 90%;
  }
}
.section_top .section_03 {
  padding: 240px 0 100px;
  position: relative;
}
.section_top .section_03::before {
  content: "";
  position: absolute;
  background: url(../images/dec_moko_g.svg) no-repeat top center/100%;
  width: 100%;
  aspect-ratio: 1500/234;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_top .section_03::before {
    background: url(../images/dec_moko_g_sp.svg) no-repeat top -12px center/100%;
    aspect-ratio: 375/108;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_03 {
    padding: 100px 0 80px;
  }
}
.section_top .section_03 .txt {
  text-align: center;
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_top .section_03 .txt {
    margin-bottom: 36px;
  }
}
.section_top .section_04 {
  padding: 150px 0 180px;
  position: relative;
  background: #F5F4EF url(../images/bg_top.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .section_top .section_04 {
    padding: 130px 0 0;
    background: #F5F4EF url(../images/bg_top_sp.jpg) no-repeat center/100%;
  }
}
.section_top .section_04::after {
  content: "";
  position: absolute;
  background: url(../images/dec_moko_g.svg) no-repeat top center/100%;
  transform: scale(1, -1);
  width: 100%;
  aspect-ratio: 1500/234;
  bottom: -88px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .section_top .section_04::after {
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_04::after {
    background: url(../images/dec_moko_g_sp.svg) no-repeat bottom 12px center/100%;
    bottom: 80px;
  }
}
.section_top .section_04 .ttl_01 {
  text-align: center;
  line-height: 1.6;
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_top .section_04 .ttl_01 {
    margin-bottom: 25px;
  }
}
.section_top .section_04 .txt_wrap {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
.section_top .section_04 .txt_wrap p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section_top .section_04 .txt_wrap p {
    margin-bottom: 15px;
  }
}
.section_top .section_04 .txt_wrap p:last-of-type {
  margin-bottom: 0;
}

.section_about .section_01 {
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_about .section_01 {
    padding: 60px 0 0;
  }
}
.section_about .section_01::after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F5F4EF;
  z-index: 0;
}
.section_about .section_01 .heading_ttl {
  margin-bottom: 40px;
}
.section_about .section_01 .box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_about .section_01 .box_01 .box_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_about .section_01 .box_01 .box_l {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section_about .section_01 .box_01 .box_r {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .section_about .section_01 .box_01 .box_r {
    width: 100%;
  }
}
.section_about .section_02 {
  background-color: #F5F4EF;
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 {
    padding: 80px 0 100px;
  }
}
.section_about .section_02 .ttl_01 {
  text-align: center;
  line-height: 1.6;
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 .ttl_01 {
    margin-bottom: 25px;
  }
}
.section_about .section_03 {
  position: relative;
  padding: 240px 0 290px;
}
@media screen and (max-width: 1200px) {
  .section_about .section_03 {
    padding: 240px 0 220px;
  }
}
@media screen and (max-width: 767px) {
  .section_about .section_03 {
    padding: 140px 0 100px;
  }
}
.section_about .section_03::after {
  content: "";
  position: absolute;
  background: url(../images/dec_moko_g.svg) no-repeat top center/100%;
  transform: scale(1, -1);
  width: 100%;
  aspect-ratio: 1500/234;
  bottom: -50px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .section_about .section_03::after {
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .section_about .section_03::after {
    background: url(../images/dec_moko_g_sp.svg) no-repeat bottom 12px center/100%;
    bottom: 0;
  }
}
.section_about .section_03::before {
  content: "";
  position: absolute;
  background: url(../images/dec_moko_g.svg) no-repeat top center/100%;
  width: 100%;
  aspect-ratio: 1500/234;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_about .section_03::before {
    background: url(../images/dec_moko_g_sp.svg) no-repeat top -12px center/100%;
    aspect-ratio: 375/108;
  }
}
.section_about .section_03 .ttl_message_wrap {
  max-width: 287px;
  width: 100%;
  margin: 0 auto 63px;
}
@media screen and (max-width: 767px) {
  .section_about .section_03 .ttl_message_wrap {
    max-width: 70%;
    margin: 0 auto 50px;
  }
}
.section_about .section_03 .message_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_about .section_03 .message_wrap {
    margin-bottom: 80px;
  }
}
.section_about .section_03 .message_wrap .img_wrap {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .section_about .section_03 .message_wrap .img_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_about .section_03 .message_wrap .img_wrap img {
  border-radius: 200px;
}
@media screen and (max-width: 767px) {
  .section_about .section_03 .message_wrap .img_wrap img {
    border-radius: 100px;
  }
}
.section_about .section_03 .message_wrap .contents_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_about .section_03 .message_wrap .contents_wrap {
    width: 100%;
  }
}
.section_about .section_03 .message_wrap .contents_wrap .ttl_01 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.section_about .section_03 .message_wrap .contents_wrap .txt_01 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.section_about .section_03 .message_wrap .contents_wrap .txt_02 {
  margin-top: 25px;
  border-top: dotted 1px #333333;
  padding-top: 30px;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.section_about .section_03 .ttl_member_wrap {
  max-width: 368px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .section_about .section_03 .ttl_member_wrap {
    max-width: 70%;
    margin: 0 auto 20px;
  }
}

.section_service .section_01 {
  padding: 60px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_service .section_01 {
    padding: 60px 0 100px;
  }
}
.section_service .section_01 .service_box .ttl_01 {
  border-bottom: solid 1px #7DA7A8;
  margin-bottom: 30px;
}
.section_service .section_01 .service_box .ttl_01 > span {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  display: grid;
  place-items: center;
  background-color: #7DA7A8;
  width: 100%;
  max-width: 472px;
  height: 60px;
  margin: auto;
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 767px) {
  .section_service .section_01 .service_box .ttl_01 > span {
    max-width: 80%;
  }
}
.section_service .section_01 .service_box .list_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #7DA7A8;
}
.section_service .section_01 .service_box .list_wrap > ul {
  width: 44%;
  margin-right: 65px;
}
@media screen and (max-width: 1200px) {
  .section_service .section_01 .service_box .list_wrap > ul {
    width: 46%;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_service .section_01 .service_box .list_wrap > ul {
    width: 100%;
    margin-right: 0;
  }
}
.section_service .section_01 .service_box .list_wrap > ul:last-of-type {
  margin-right: 0;
}
.section_service .section_01 .service_box .list_wrap > ul > li {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-left: 53px;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .section_service .section_01 .service_box .list_wrap > ul > li {
    padding-left: 40px;
  }
}
.section_service .section_01 .service_box .list_wrap > ul > li::before {
  content: "";
  position: absolute;
  background: url(../images/icon_check.svg) no-repeat top center/100%;
  width: 36px;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_service .section_01 .service_box .list_wrap > ul > li::before {
    top: 4px;
    width: 25px;
  }
}
.section_service .section_01 .service_box_02 .ttl_01 {
  border-bottom: solid 1px #CAC4BE;
}
.section_service .section_01 .service_box_02 .ttl_01 > span {
  background-color: #CAC4BE;
}
.section_service .section_01 .service_box_02 .list_wrap {
  border-bottom: solid 1px #CAC4BE;
}
.section_service .section_01 .service_box_02 .list_wrap > ul > li::before {
  background: url(../images/icon_check_02.svg) no-repeat top center/100%;
}
.section_service .section_02 {
  position: relative;
  padding: 0 0 270px;
}
@media screen and (max-width: 1200px) {
  .section_service .section_02 {
    padding: 0 0 220px;
  }
}
@media screen and (max-width: 767px) {
  .section_service .section_02 {
    padding: 0 0 100px;
  }
}
.section_service .section_02::after {
  content: "";
  position: absolute;
  background: url(../images/dec_moko_g.svg) no-repeat top center/100%;
  transform: scale(1, -1);
  width: 100%;
  aspect-ratio: 1500/234;
  bottom: -50px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .section_service .section_02::after {
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .section_service .section_02::after {
    background: url(../images/dec_moko_g_sp.svg) no-repeat bottom 12px center/100%;
    bottom: 0;
  }
}

.section_contact .section_01 {
  padding: 90px 0 290px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 {
    padding: 60px 0 200px;
  }
}
.section_contact .section_01::after {
  content: "";
  position: absolute;
  background: url(../images/dec_moko_g.svg) no-repeat top center/100%;
  transform: scale(1, -1);
  width: 100%;
  aspect-ratio: 1500/234;
  bottom: -50px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .section_contact .section_01::after {
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .section_contact .section_01::after {
    background: url(../images/dec_moko_g_sp.svg) no-repeat bottom 12px center/100%;
    bottom: 0;
  }
}
.section_contact .section_01 .txt_s {
  margin-top: 40px;
  text-align: center;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.section_policy .section_01 {
  padding: 90px 0 290px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_policy .section_01 {
    padding: 60px 0 200px;
  }
}
.section_policy .section_01::after {
  content: "";
  position: absolute;
  background: url(../images/dec_moko_g.svg) no-repeat top center/100%;
  transform: scale(1, -1);
  width: 100%;
  aspect-ratio: 1500/234;
  bottom: -50px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .section_policy .section_01::after {
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .section_policy .section_01::after {
    background: url(../images/dec_moko_g_sp.svg) no-repeat bottom 12px center/100%;
    bottom: 0;
  }
}
.section_policy .section_01 .txt_s {
  margin-top: 40px;
  text-align: center;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.section_blog .section_01 {
  padding: 65px 0 290px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_blog .section_01 {
    padding: 60px 0 200px;
  }
}
.section_blog .section_01::after {
  content: "";
  position: absolute;
  background: url(../images/dec_moko_g.svg) no-repeat top center/100%;
  transform: scale(1, -1);
  width: 100%;
  aspect-ratio: 1500/234;
  bottom: -50px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .section_blog .section_01::after {
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .section_blog .section_01::after {
    background: url(../images/dec_moko_g_sp.svg) no-repeat bottom 12px center/100%;
    bottom: 0;
  }
}
.section_blog .section_01 .txt_s {
  margin-top: 40px;
  text-align: center;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.section_blog_2 .section_01 {
  padding: 65px 0 290px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_blog_2 .section_01 {
    padding: 60px 0 100px;
  }
}
.section_blog_2 .section_01::after {
  content: "";
  position: absolute;
  background: url(../images/dec_moko_g.svg) no-repeat top center/100%;
  transform: scale(1, -1);
  width: 100%;
  aspect-ratio: 1500/234;
  bottom: -50px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .section_blog_2 .section_01::after {
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .section_blog_2 .section_01::after {
    background: url(../images/dec_moko_g_sp.svg) no-repeat bottom 12px center/100%;
    bottom: 0;
  }
}
.section_blog_2 .section_01 .box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .section_blog_2 .section_01 .box_01 {
    margin-bottom: 80px;
  }
}
.section_blog_2 .section_01 .box_01 .img_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_blog_2 .section_01 .box_01 .img_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_blog_2 .section_01 .box_01 .contents_wrap {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_blog_2 .section_01 .box_01 .contents_wrap {
    width: 100%;
  }
}
.section_blog_2 .section_01 .box_01 .contents_wrap .category_wrap {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.section_blog_2 .section_01 .box_01 .contents_wrap .category_wrap .date {
  display: inline-block;
  font-family: "Lato", sans-serif;
  margin-right: 8px;
}
.section_blog_2 .section_01 .box_01 .contents_wrap .category_wrap .category {
  background-color: #7DA7A8;
  color: #fff;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  line-height: 1.5;
  padding: 10px 20px;
  border-radius: 40px;
}
.section_blog_2 .section_01 .box_01 .contents_wrap .category_wrap .category > a {
  color: #fff;
  border-bottom: none;
}
.section_blog_2 .section_01 .box_01 .contents_wrap .ttl_01 {
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

article {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  line-height: 1.9;
}
article a {
  display: inline-block;
  color: #333333;
  border-bottom: solid 1px #333333;
}
article a:hover {
  opacity: 0.6;
}
article .marker {
  display: inline-block;
  background: linear-gradient(transparent 30%, #F5FF00 30%);
}
article blockquote {
  margin: 30px 0;
  background: #F5F4EF;
  padding: 30px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  article blockquote {
    padding: 30px 8%;
  }
}
article a.blog_button {
  border-bottom: none;
  width: 300px;
  height: 65px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-radius: 35px;
  background-color: #7DA7A8;
  position: relative;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  article a.blog_button {
    width: 90%;
  }
}
article a.blog_button::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 15px;
  top: calc(50% - 2px);
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
}
article a.blog_button:hover::before {
  right: 8px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 45px 0 30px;
}
@media screen and (max-width: 767px) {
  header {
    padding: 18px 0 15px;
  }
}

header.scroll {
  background: #fff;
}

.header_box {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 0 8%;
  }
}

.header_ttl > a {
  display: block;
}
.header_ttl img.logo {
  width: 437px;
}
@media screen and (max-width: 1200px) {
  .header_ttl img.logo {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  #gnavi {
    margin-bottom: 45px;
  }
}
#gnavi > ul {
  display: flex;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #gnavi > ul {
    flex-wrap: wrap;
    display: block;
  }
}
#gnavi > ul > li {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#gnavi > ul > li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
#gnavi > ul > li > a {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  #gnavi > ul > li > a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li > a {
    font-size: 1rem;
  }
}
#gnavi > ul > li > a:hover {
  opacity: 0.6;
}
#gnavi > ul > li a.icon_instagram {
  width: 30px;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li a.icon_instagram {
    display: none;
  }
}

.sp_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_menu {
    display: block;
    width: 100%;
  }
}
.sp_menu .list_menu_sns {
  width: 100%;
  margin-bottom: 35px;
}
.sp_menu .list_menu_sns > li {
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
}
.sp_menu .list_menu_sns > li:last-of-type {
  margin-bottom: 0;
}
.sp_menu .list_menu_sns > li > a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: grid;
  place-items: center;
}
.sp_menu .list_menu_sns > li > a > span {
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  line-height: 1.5;
}
.sp_menu .list_menu_sns > li > a > span::before {
  position: absolute;
  content: "";
  width: 23px;
  aspect-ratio: 1/1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sp_menu .list_menu_sns > li > a:hover {
  background-color: #333333 !important;
}
.sp_menu .list_menu_sns > li a.tel {
  background-color: #DBBF42;
}
.sp_menu .list_menu_sns > li a.tel > span::before {
  background: url(../images/icon_tel.svg) no-repeat center/contain;
}
.sp_menu .list_menu_sns > li a.line {
  background-color: #52A352;
}
.sp_menu .list_menu_sns > li a.line > span::before {
  background: url(../images/icon_line.svg) no-repeat center/contain;
}
.sp_menu .list_menu_sns > li a.mail {
  background-color: #C497C2;
}
.sp_menu .list_menu_sns > li a.mail > span::before {
  background: url(../images/icon_mail.svg) no-repeat center/contain;
}
.sp_menu .txt_01 {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.sp_menu .txt_02 {
  text-align: center;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.sp_menu a.link_instagram {
  text-align: center;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  display: block;
}
.sp_menu a.link_instagram > span {
  display: inline-block;
  padding-left: 35px;
  position: relative;
}
.sp_menu a.link_instagram > span::before {
  position: absolute;
  content: "";
  width: 23px;
  aspect-ratio: 1/1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_Instagram.svg) no-repeat center/contain;
}

.menu-trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    top: 0;
    right: 0;
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: fixed;
    width: 80px;
    height: 80px;
    z-index: 10000;
    color: #333333;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: 0.6s;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    left: 0;
    width: 32px;
    height: 2px;
    background: #333333;
    right: 0;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 30px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 40px;
    opacity: 1;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(45deg);
    top: 28%;
  }
  .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(-9px) rotate(-45deg);
    top: 50%;
  }
  .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  #overlay {
    text-align: left;
    width: 100%;
    height: 0;
    padding: 20px 8%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #f5f4ef;
    box-sizing: border-box;
    overflow-y: scroll;
    opacity: 0;
    transition: 0.5s;
    display: grid;
    place-items: center;
  }
  #overlay.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    box-shadow: none;
  }
  #overlay {
    scrollbar-width: none;
  }
  #overlay::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #overlay > div {
    width: 100%;
    padding-top: 60px;
  }
}

footer {
  background-color: #F5F4EF;
}

#footer {
  max-width: 990px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0 8%;
  }
}

.footer_box {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_box {
    flex-wrap: wrap;
  }
}
.footer_box .ttl {
  font-weight: bold;
  text-align: center;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.06em;
  margin-bottom: 15px;
}
.footer_box .txt {
  text-align: center;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.06em;
}

.footer_left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer_left {
    display: none;
  }
}

.footer_right {
  width: 50%;
  border-left: dotted 1px #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
    border-left: none;
    border-top: dotted 1px #333333;
    padding-top: 32px;
  }
}

.site_link {
  margin-top: 17px;
  display: inline-block;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-weight: bold;
  border-bottom: solid 1px #333333;
}

.f_logo {
  max-width: 355px;
  width: 100%;
  margin: 23px auto 30px;
}

.f_logo_2 {
  max-width: 82px;
  width: 100%;
  margin: 0 auto 15px;
}

.copy {
  padding: 10px 0 80px;
  font-size: clamp(0.75rem, 0.727rem + 0.11vw, 0.813rem);
  text-align: center;
}

.section_side {
  margin-bottom: 15%;
}
.section_side:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_side {
    margin-bottom: 10%;
  }
}

#searchform div {
  display: flex;
  align-items: center;
}
#searchform div input#search {
  border: 1px solid #333333;
  padding: 0.5em;
  border-radius: 20px;
  margin-right: 5%;
}
#searchform div input#search_btn {
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding: 0;
  background: url(../images/icon_search.svg) no-repeat center/100%;
  font-size: 0;
}

.list_cat li {
  margin-bottom: 1em;
}
.list_cat li:last-child {
  margin-bottom: 0;
}
.list_cat li a {
  position: relative;
  padding-left: 13px;
}
.list_cat li a:before {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat center/cover;
  width: 5px;
  height: 7px;
  left: 0;
  top: 7px;
}
.list_cat li a:hover {
  color: #9fa0a0;
}

.list_side li {
  margin-bottom: 7%;
}
.list_side li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_side li {
    font-size: 1em;
    margin-bottom: 5%;
  }
}
.list_side li a {
  display: flex;
  justify-content: space-between;
}
.list_side li a .side_img {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_side li a .side_img {
    width: 100px;
    height: 100px;
  }
}
.list_side li a .side_img .wpp-thumbnail {
  width: 100%;
}
.list_side li a .side_desc {
  width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
  .list_side li a .side_desc {
    width: calc(100% - 120px);
  }
}
.list_side li a .side_desc .day {
  margin-bottom: 0.5em;
  font-size: 0.9375em;
}

.main_img {
  position: relative;
}
.main_img::before {
  content: "";
  position: absolute;
  background: url(../images/dec_moko_w.svg) no-repeat top center/100%;
  width: 100%;
  aspect-ratio: 1500/234;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main_img::before {
    background: url(../images/dec_moko_w_sp.svg) no-repeat top -12px center/100%;
    aspect-ratio: 375/108;
  }
}
.main_img img {
  width: 100%;
}
.main_img::after {
  content: "";
  position: absolute;
  background: url(../images/dec_moko_w.svg) no-repeat top center/100%;
  transform: scale(1, -1);
  width: 100%;
  aspect-ratio: 1500/234;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main_img::after {
    background: url(../images/dec_moko_w_sp.svg) no-repeat bottom 12px center/100%;
    aspect-ratio: 375/108;
  }
}

.mv_txt_wrap {
  max-width: 511px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mv_txt_wrap {
    padding: 0 8%;
  }
}

.sub_main_img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub_main_img {
    width: 100%;
    aspect-ratio: 7/3;
  }
}
.sub_main_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub_main_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sub_main_img::before {
  content: "";
  position: absolute;
  background: url(../images/dec_moko_w.svg) no-repeat top center/100%;
  width: 100%;
  aspect-ratio: 1500/234;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sub_main_img::before {
    background: url(../images/dec_moko_w_sp.svg) no-repeat top -12px center/100%;
    aspect-ratio: 375/108;
    top: -30px;
  }
}
.sub_main_img::after {
  content: "";
  position: absolute;
  background: url(../images/dec_moko_w_2.svg) no-repeat bottom center/100%;
  width: 100%;
  aspect-ratio: 1500/144;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sub_main_img::after {
    background: url(../images/dec_moko_w_sp.svg) no-repeat bottom 12px center/100%;
    aspect-ratio: 375/108;
    transform: scale(1, -1);
    bottom: -50px;
  }
}
.sub_main_img .sub_main_ttl {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 63%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.map {
  position: relative;
  overflow: hidden;
  filter: grayscale(1);
}
.map::before {
  content: "";
  display: block;
  height: 330px;
}
@media screen and (max-width: 767px) {
  .map::before {
    height: 100vw;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}

.top_about_wrap {
  background-color: #E5EEF3;
  padding: 95px 0 85px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_about_wrap {
    padding: 40px 0 50px;
  }
}
.top_about_wrap::before {
  content: "";
  position: absolute;
  background: url(../images/dec_01.png) no-repeat bottom center/100%;
  width: 6%;
  aspect-ratio: 72/63;
  top: 32px;
  left: 19.5%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .top_about_wrap::before {
    left: 12%;
  }
}
@media screen and (max-width: 767px) {
  .top_about_wrap::before {
    top: 0;
    width: 72px;
    left: 0;
    transform: translate(-20%, -50%);
  }
}
.top_about_wrap::after {
  content: "";
  position: absolute;
  background: url(../images/dec_02.png) no-repeat bottom center/100%;
  width: 4.4%;
  aspect-ratio: 54/47;
  top: 132px;
  right: 17.2%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .top_about_wrap::after {
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .top_about_wrap::after {
    width: 54px;
    right: 0;
    transform: translateX(40%);
  }
}
.top_about_wrap .sub_inner {
  max-width: 930px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .top_about_wrap .sub_inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .top_about_wrap .sub_inner {
    padding: 0 8%;
  }
}
.top_about_wrap .ttl {
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: dotted #6E9596 1px;
  margin-bottom: 30px;
}
.top_about_wrap ul {
  border-bottom: dotted #6E9596 1px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_about_wrap ul {
    margin-bottom: 24px;
  }
}
.top_about_wrap ul > li {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-left: 53px;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top_about_wrap ul > li {
    padding-left: 40px;
  }
}
.top_about_wrap ul > li::before {
  content: "";
  position: absolute;
  background: url(../images/icon_check.svg) no-repeat top center/100%;
  width: 36px;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_about_wrap ul > li::before {
    top: 4px;
    width: 25px;
  }
}
.top_about_wrap p {
  text-align: center;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.top_about_wrap .button_wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .top_about_wrap .button_wrap {
    transform: translate(-50%, 80%);
  }
}

.service_about_wrap {
  background-color: #E5EEF3;
  padding: 95px 0 85px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service_about_wrap {
    padding: 40px 0 50px;
  }
}
.service_about_wrap::before {
  content: "";
  position: absolute;
  background: url(../images/dec_01.png) no-repeat bottom center/100%;
  width: 6%;
  aspect-ratio: 72/63;
  top: 32px;
  left: 12.7%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .service_about_wrap::before {
    left: 12%;
  }
}
@media screen and (max-width: 767px) {
  .service_about_wrap::before {
    top: 0;
    width: 72px;
    left: 0;
    transform: translate(-20%, -50%);
  }
}
.service_about_wrap::after {
  content: "";
  position: absolute;
  background: url(../images/dec_02.png) no-repeat bottom center/100%;
  width: 4.4%;
  aspect-ratio: 54/47;
  top: 132px;
  right: 17.2%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .service_about_wrap::after {
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .service_about_wrap::after {
    width: 54px;
    right: 0;
    transform: translateX(40%);
  }
}
.service_about_wrap .sub_inner {
  max-width: 930px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .service_about_wrap .sub_inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .service_about_wrap .sub_inner {
    padding: 0 8%;
  }
}
.service_about_wrap .ttl {
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: dotted #6E9596 1px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .service_about_wrap .ttl {
    padding-bottom: 25px;
  }
}
.service_about_wrap .ul_wrap {
  display: flex;
  flex-wrap: wrap;
  border-bottom: dotted #6E9596 1px;
}
.service_about_wrap .ul_wrap ul {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .service_about_wrap .ul_wrap ul {
    width: 100%;
  }
}
.service_about_wrap ul {
  margin-bottom: 30px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .service_about_wrap ul {
    margin-bottom: 24px;
    padding-right: 0;
  }
}
.service_about_wrap ul > li {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-left: 53px;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .service_about_wrap ul > li {
    padding-left: 40px;
  }
}
.service_about_wrap ul > li::before {
  content: "";
  position: absolute;
  background: url(../images/icon_check.svg) no-repeat top center/100%;
  width: 36px;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service_about_wrap ul > li::before {
    top: 4px;
    width: 25px;
  }
}

.instagram_wrap {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .instagram_wrap {
    margin-top: 60px;
  }
}

.list_top_sns {
  max-width: 740px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 10;
  display: flex;
}
.list_top_sns > li {
  width: 33.3333333333%;
  height: 60px;
  border-radius: 10px 10px 0 0;
}
.list_top_sns > li > a {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: grid;
  place-items: center;
}
.list_top_sns > li > a > span {
  display: inline-block;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_top_sns > li > a > span {
    padding-left: 25px;
  }
}
.list_top_sns > li > a > span::before {
  position: absolute;
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .list_top_sns > li > a > span::before {
    width: 16px;
  }
}
.list_top_sns > li > a:hover {
  background-color: #333333 !important;
}
.list_top_sns > li a.tel {
  background-color: #DBBF42;
}
.list_top_sns > li a.tel > span::before {
  background: url(../images/icon_tel.svg) no-repeat center/contain;
}
.list_top_sns > li a.line {
  background-color: #52A352;
}
.list_top_sns > li a.line > span::before {
  background: url(../images/icon_line.svg) no-repeat center/contain;
}
.list_top_sns > li a.mail {
  background-color: #C497C2;
}
.list_top_sns > li a.mail > span::before {
  background: url(../images/icon_mail.svg) no-repeat center/contain;
}

.list_support {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 55px;
}
@media screen and (max-width: 767px) {
  .list_support {
    grid-template-columns: 1fr;
  }
}
.list_support > li .number {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-bottom: 7px;
  border-bottom: solid 1px #333333;
  margin-bottom: 24px;
}
.list_support > li .img_wrap img {
  width: 100%;
  border-radius: 10px;
}
.list_support > li .img_wrap {
  margin-bottom: 24px;
}
.list_support > li .ttl {
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 15px;
}
.list_support > li .txt {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.list_features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 47px;
  grid-row-gap: 70px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .list_features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .list_features {
    grid-template-columns: 1fr;
  }
}
.list_features > li {
  position: relative;
  padding: 45px 30px;
  border-radius: 10px;
}
.list_features > li .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.list_features > li .txt {
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.list_features > li .number {
  position: absolute;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  width: 57px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_features > li:nth-of-type(1) {
  background-color: #EFDB80;
}
.list_features > li:nth-of-type(1) .ttl {
  margin-bottom: 18px;
}
.list_features > li:nth-of-type(1) .number {
  background-color: #EFDB80;
}
.list_features > li:nth-of-type(2) {
  background-color: #CAC4BE;
}
.list_features > li:nth-of-type(2) .ttl {
  margin-bottom: 18px;
}
.list_features > li:nth-of-type(2) .number {
  background-color: #CAC4BE;
}
.list_features > li:nth-of-type(3) {
  background-color: #9BC3C4;
}
.list_features > li:nth-of-type(3) .ttl {
  padding-top: 16px;
  margin-bottom: 34px;
}
.list_features > li:nth-of-type(3) .number {
  background-color: #9BC3C4;
}
.list_features > li:nth-of-type(4) {
  background-color: #EAD3E8;
}
.list_features > li:nth-of-type(4) .ttl {
  margin-bottom: 18px;
}
.list_features > li:nth-of-type(4) .number {
  background-color: #EAD3E8;
}

.list_top_blog {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_top_blog {
    margin-bottom: 40px;
  }
}
.list_top_blog > li > a .img_wrap {
  width: 100%;
  aspect-ratio: 371/220;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}
.list_top_blog > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_top_blog > li > a .category_wrap {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.list_top_blog > li > a .category_wrap .date {
  display: inline-block;
  font-family: "Lato", sans-serif;
  margin-right: 8px;
}
.list_top_blog > li > a .category_wrap .category {
  background-color: #7DA7A8;
  color: #fff;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  line-height: 1.5;
  padding: 10px 20px;
  border-radius: 40px;
}
.list_top_blog > li > a .ttl {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: bold;
  line-height: 1.5;
}
.list_top_blog > li > a:hover {
  opacity: 0.6;
}

.list_instagram {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 25px;
}
@media screen and (max-width: 767px) {
  .list_instagram {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list_instagram > li > a .img_wrap {
  width: 100%;
  aspect-ratio: 244/306;
  border-radius: 10px;
  overflow: hidden;
}
.list_instagram > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list_instagram > li > a:hover .img_wrap img {
  transform: scale(1.1);
}

.list_about_story > li {
  margin-bottom: 80px;
}
.list_about_story > li:last-of-type {
  margin-bottom: 0;
}
.list_about_story > li .number {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-bottom: 7px;
  border-bottom: solid 1px #333333;
  margin-bottom: 24px;
  margin-bottom: 50px;
}
.list_about_story > li .box_01 {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
.list_about_story > li .box_01 .img_wrap {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .list_about_story > li .box_01 .img_wrap {
    width: 100%;
  }
}
.list_about_story > li .box_01 .contents_wrap {
  width: 56%;
  background-color: #fff;
  padding: 35px 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .list_about_story > li .box_01 .contents_wrap {
    padding: 30px 8%;
    width: 100%;
    display: block;
  }
}

.list_member {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
@media screen and (max-width: 767px) {
  .list_member {
    grid-template-columns: 1fr;
  }
}
.list_member > li .img_wrap {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .list_member > li .img_wrap {
    width: 80%;
    margin: 0 auto 28px;
  }
}
.list_member > li .img_wrap img {
  width: 100%;
  border-radius: 200px;
}
@media screen and (max-width: 767px) {
  .list_member > li .img_wrap img {
    border-radius: 100px;
  }
}
.list_member > li .name {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}
.list_member > li .txt_01 {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  color: #919191;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.list_member > li .txt_02 {
  font-size: 0.938rem;
  letter-spacing: 0.06em;
}

.list_step {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
@media screen and (max-width: 1200px) {
  .list_step {
    grid-template-columns: 1fr;
  }
}
.list_step > li {
  position: relative;
  text-align: center;
  background-color: #E5EEF3;
  padding: 47px 25px 40px;
  border-radius: 10px;
}
.list_step > li::after {
  content: "";
  position: absolute;
  width: 76px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_circle.svg) no-repeat center/100%;
  right: -63px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .list_step > li::after {
    width: 60px;
    right: auto;
    top: auto;
    left: 50%;
    bottom: -55px;
    transform: translateX(-50%) rotate(90deg);
  }
}
.list_step > li:last-of-type::after {
  display: none;
}
.list_step > li .number {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: solid 1px #333333;
  margin-bottom: 15px;
}
.list_step > li .ttl {
  font-weight: bold;
  font-size: 1.375rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 15px;
}
.list_step > li .txt {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.faq_wrap {
  background-color: #F5F4EF;
  border-radius: 40px;
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .faq_wrap {
    padding: 60px 8%;
    border-radius: 30px;
  }
}
.faq_wrap > ul {
  max-width: 930px;
  width: 100%;
  margin: auto;
  border-top: dotted 1px #B9B8B0;
}
.faq_wrap > ul > li {
  border-bottom: dotted 1px #B9B8B0;
  padding: 25px 0;
}
.faq_wrap > ul > li .ttl_q {
  display: flex;
  align-items: baseline;
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .faq_wrap > ul > li .ttl_q {
    margin-bottom: 10px;
  }
}
.faq_wrap > ul > li .ttl_q > span {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  font-weight: bold;
  line-height: 1;
  margin-right: 16px;
}
.faq_wrap > ul > li .txt_a {
  display: flex;
  align-items: baseline;
  font-size: 0.938rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.faq_wrap > ul > li .txt_a > span {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  font-weight: bold;
  line-height: 1;
  margin-right: 16px;
}

.list_policy > li .ttl {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 16px;
  border-bottom: dotted 1px #333333;
  margin-bottom: 25px;
}
.list_policy > li .txt {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.list_policy > li .txt p {
  margin-bottom: 10px;
}
.list_policy > li .txt p:last-of-type {
  margin-bottom: 0;
}
.list_policy > li {
  margin-bottom: 40px;
}
.list_policy > li:last-of-type {
  margin-bottom: 0;
}

.list_blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 1200px) {
  .list_blog {
    grid-column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_blog {
    grid-template-columns: 1fr;
  }
}
.list_blog > li > a .img_wrap {
  width: 100%;
  aspect-ratio: 371/220;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}
.list_blog > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_blog > li > a .category_wrap {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.list_blog > li > a .category_wrap .date {
  display: inline-block;
  font-family: "Lato", sans-serif;
  margin-right: 8px;
}
.list_blog > li > a .category_wrap .category {
  background-color: #7DA7A8;
  color: #fff;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  line-height: 1.5;
  padding: 10px 20px;
  border-radius: 40px;
}
.list_blog > li > a .ttl {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: bold;
  line-height: 1.5;
}
.list_blog > li > a:hover {
  opacity: 0.6;
}

.table_company {
  width: 100%;
  border-top: 1px solid #000;
}
.table_company th {
  font-weight: 700;
  padding: 0.8em 1em;
  border-bottom: 1px solid #000;
}
.table_company td {
  padding: 0.8em 1em;
  border-bottom: 1px solid #000;
}

.table_01 {
  width: 100%;
}
.table_01 tr {
  width: 100%;
}
.table_01 tr th {
  width: 28%;
  background-color: #EFDB80;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 25px;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .table_01 tr th {
    display: block;
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 15px 25px;
  }
}
.table_01 tr td {
  width: 72%;
  background-color: #FFFAE5;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.06em;
  line-height: 1.8;
  padding: 25px;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .table_01 tr td {
    display: block;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}

.main_ttl {
  font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding-top: 120px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .main_ttl {
    margin-bottom: 50px;
  }
}
.main_ttl::before {
  position: absolute;
  content: "";
  width: 95px;
  aspect-ratio: 95/97;
  background: url(../images/dec_ttl.svg) no-repeat center/contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main_ttl > span {
  display: block;
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}

.top_ttl {
  padding-top: 10px;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: bold;
  letter-spacing: 0.06em;
}
.top_ttl::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(2.625rem, 2.398rem + 1.14vw, 3.25rem);
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 6px;
}

.sub_main_ttl {
  text-align: center;
  color: #fff;
  font-size: clamp(1.25rem, 0.886rem + 1.82vw, 2.25rem);
  line-height: 1.5;
  font-weight: bold;
}
.sub_main_ttl::after {
  display: block;
  content: attr(data-title);
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 5px;
}

.heading_ttl {
  font-size: clamp(1.375rem, 1.057rem + 1.59vw, 2.25rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.ttl_underline {
  display: inline-block;
  border-bottom: solid 1px #333333;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-bottom: 10px;
}

.bg_gray {
  background: #efefef;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}

a.more {
  text-align: center;
  font-size: 0.9em;
  color: #CCC;
  margin: 0 5%;
  width: 90%;
}
a.more:hover {
  border: 1px dotted #111;
  color: #CCC;
}
a.btn_300, a.btn_330, a.btn_330_center, a.btn_300_center {
  width: 300px;
  height: 65px;
  display: grid;
  place-items: center;
  color: #7DA7A8;
  border: #7DA7A8 solid 3px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-radius: 35px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.btn_300, a.btn_330, a.btn_330_center, a.btn_300_center {
    width: 90%;
  }
}
a.btn_300::before, a.btn_330::before, a.btn_330_center::before, a.btn_300_center::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #7DA7A8;
  border-right: solid 2px #7DA7A8;
  position: absolute;
  right: 15px;
  top: calc(50% - 2px);
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
}
a.btn_300:hover::before, a.btn_330:hover::before, a.btn_330_center:hover::before, a.btn_300_center:hover::before {
  right: 8px;
}
a.btn_300_center {
  margin: auto;
}
a.btn_330, a.btn_330_center {
  width: 330px;
}
a.btn_330_center {
  margin: auto;
}
a.btn_line, a.btn_mail {
  width: 400px;
  height: 80px;
  display: grid;
  place-items: center;
  border: #52A352 solid 3px;
  background-color: #52A352;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.btn_line, a.btn_mail {
    width: 100%;
  }
}
a.btn_line > span, a.btn_mail > span {
  display: inline-block;
  position: relative;
  padding-left: 45px;
}
a.btn_line > span::before, a.btn_mail > span::before {
  content: "";
  position: absolute;
  width: 33px;
  aspect-ratio: 33/31;
  background: url(../images/icon_line.svg) no-repeat center top/contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
a.btn_mail {
  border: #C497C2 solid 3px;
  background-color: #C497C2;
}
a.btn_mail > span::before {
  background: url(../images/icon_mail.svg) no-repeat center top/contain;
}

.grecaptcha_text {
  display: block;
  padding: 35px 0 0;
  font-size: clamp(0.75rem, 0.727rem + 0.11vw, 0.813rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .grecaptcha_text {
    text-align: center;
  }
}

#list_breadcrumb {
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
  padding: 20px 0;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  #list_breadcrumb {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    padding: 15px 0;
  }
}
#list_breadcrumb a {
  color: #333333;
}

.wp-pagenavi {
  margin: 60px -1em -1em 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 80px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 1em 1em 0;
  background: #B6DFE0;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #7DA7A8;
}
.wp-pagenavi .current {
  background: #7DA7A8;
}

.yarpp-related {
  margin: 0 !important;
}
.yarpp-related a {
  font-weight: 400 !important;
}

.text_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.text_wrap > p {
  margin-bottom: 15px;
}
.text_wrap > p:last-of-type {
  margin-bottom: 0;
}

/* 配置 */
.left {
  text-align: left !important;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .left_sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .center_sp {
    text-align: center !important;
  }
}

.tabselect_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .tabselect_wrap {
    display: block;
    width: 100%;
    margin-left: 10px;
    padding-bottom: 5px;
  }
  .tabselect_wrap select {
    border-radius: 30px;
    background-color: #fff;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.16));
  }
}

.list_category_wrap .tab_title {
  margin-right: 40px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  padding-bottom: 15px;
}
.list_category_wrap .list_category {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  border-top: dotted 1px #333333;
  padding: 30px 0;
  border-bottom: dotted 1px #333333;
}
@media screen and (max-width: 767px) {
  .list_category_wrap .list_category {
    display: none;
  }
}
.list_category_wrap .list_category > li > a {
  color: #333333;
  display: inline-block;
  padding: 7px 60px 7px 30px;
  border-radius: 50px;
  font-size: 1rem;
  border: none;
  background-color: #F5F4EF;
  cursor: pointer;
  text-align: left;
  border-bottom: solid 1px #fff;
  position: relative;
}
.list_category_wrap .list_category > li > a > span {
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  background-color: #7DA7A8;
  right: 0;
  top: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
}
.list_category_wrap .list_category > li > a:hover {
  opacity: 0.6;
}
.list_category_wrap .list_category > li a.active {
  border-bottom: solid 1px #52A352;
}
.list_category_wrap .list_category_2 {
  grid-row-gap: 15px;
}

.contactform {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr th {
  padding: 20px 1em 10px 0;
  text-align: left;
  vertical-align: top;
  width: 30%;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0 0 1em;
    font-size: 1em;
  }
}
.contactform tr td {
  width: 70%;
  padding: 10px 0;
  text-align: left;
  font-size: 1.0625em;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 2em;
    font-size: 1em;
  }
}

input, textarea, select {
  width: 100%;
  padding: 1em;
  border: none;
  background: #F5F5F5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 6px;
}

select {
  width: 70%;
}
@media screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}

textarea {
  height: 250px;
}

input#zip, input#zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  input#zip, input#zip1 {
    width: 35% !important;
  }
}

span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

.submit, .backBtn {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  height: 76px;
  display: grid;
  place-items: center;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: 400;
  background: #7DA7A8;
  transition: 0.3s;
  border-radius: 0;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  border-radius: 50px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .submit, .backBtn {
    font-size: 1.1em;
  }
}
.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.backBtn {
  background: #2b87cb;
  margin-top: 1.5em;
}

.input_s {
  width: 25%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .input_s {
    width: 40%;
  }
}

.required {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  display: inline-block;
  margin-left: 20px;
  line-height: 1;
  background: #7DA7A8;
  color: #fff;
  padding: 0.5em 1em;
  vertical-align: middle;
  border-radius: 40px;
}

.policy_wrap {
  font-size: 1rem;
  text-align: center;
  line-height: 2;
}
.policy_wrap a {
  display: inline-block;
  border-bottom: solid 1px #333333;
}
.policy_wrap a:hover {
  opacity: 0.6;
}

.policy_p {
  text-align: center;
  font-size: 0.9375em;
  margin-bottom: 50px;
}
.policy_p input[type=checkbox] {
  width: 38px;
  height: 35px;
  border-radius: 10px;
  vertical-align: middle;
}

.input_s {
  width: 30%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .input_s {
    width: 40%;
  }
}

.m0 {
  margin-bottom: 0;
}

.m10 {
  margin-bottom: 0.625rem;
}

.m15 {
  margin-bottom: 0.9375rem;
}

.m20 {
  margin-bottom: 1.25rem;
}

.m25 {
  margin-bottom: 1.5625rem;
}

.m30 {
  margin-bottom: 1.875rem;
}

.m35 {
  margin-bottom: 2.1875rem;
}

.m40 {
  margin-bottom: 2.5rem;
}

.m45 {
  margin-bottom: 2.8125rem;
}

.m50 {
  margin-bottom: 3.125rem;
}

.m60 {
  margin-bottom: 3.75rem;
}

.m70 {
  margin-bottom: 4.375rem;
}

.m80 {
  margin-bottom: 5rem;
}

.m90 {
  margin-bottom: 5.625rem;
}

.m100 {
  margin-bottom: 6.25rem;
}

.m120 {
  margin-bottom: 7.5rem;
}

.m130 {
  margin-bottom: 8.125rem;
}

.m140 {
  margin-bottom: 8.75rem;
}

.m160 {
  margin-bottom: 10rem;
}

.m190 {
  margin-bottom: 11.875rem;
}

@media screen and (max-width: 767px) {
  .m5_sp {
    margin-bottom: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .m10_sp {
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .m20_sp {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .m30_sp {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .m40_sp {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m50_sp {
    margin-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .m60_sp {
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .m70_sp {
    margin-bottom: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .m80_sp {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .m100_sp {
    margin-bottom: 6.25rem;
  }
}

.list_pagination {
  width: 100%;
  margin: 60px auto 0;
  padding: 25px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: dotted 1px #333333;
  border-bottom: dotted 1px #333333;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    margin: 60px auto 50px;
  }
}
.list_pagination li.prev {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev {
    width: 100%;
  }
}
.list_pagination li.prev a {
  padding-left: 48px;
}
.list_pagination li.prev a::after {
  content: "";
  position: absolute;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_circle_2.svg) no-repeat center top/contain;
  top: 0;
  left: 0;
  transform: scale(-1, 1);
}
.list_pagination li.middle {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_pagination li.middle {
    width: 100%;
    display: none;
  }
}
.list_pagination li.next {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next {
    width: 100%;
  }
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 48px;
}
.list_pagination li.next a::after {
  content: "";
  position: absolute;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_circle_2.svg) no-repeat center top/100%;
  top: 0;
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
  font-size: 0.9375em;
  font-weight: 400;
  color: #333333;
}
.list_pagination li a:hover {
  opacity: 0.5;
}

a.btn_blog_sp {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #333333;
  font-weight: bold;
}

.article_ttl2, article h2 {
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 20px;
}

.article_ttl3, article h3 {
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 20px;
}

.fade-in,
.fade-in-2,
.fade-in-3 {
  opacity: 0;
}

.anm-fade-in {
  animation: anm-fade-in 1s ease-in-out forwards;
}

.anm-fade-in-2 {
  animation: anm-fade-in-2 1s 4s ease-in-out forwards;
}

.anm-fade-in-3 {
  animation: anm-fade-in-3 1s 1.5s ease-in-out forwards;
}

@keyframes anm-fade-in {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anm-fade-in-2 {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anm-fade-in-3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=layout.css.map */