@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
/* ===============================================
# フォント
=============================================== */
/* ===============================================
# コンテナ幅
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# メインビジュアル
=============================================== */
/* ===============================================
# その他（基本は調整不要）
=============================================== */
/* ===============================================
# 共通
=============================================== */
/* ===============================================
# 見出し
=============================================== */
/* ===============================================
# ボタン
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# footer
=============================================== */
/* ===============================================
# table
=============================================== */
/* ===============================================
# 投稿
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# フォントをremに変換
=============================================== */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #303030;
  height: auto !important;
  overflow: clip;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

main {
  display: flow-root;
}

figure {
  margin: 0;
  text-align: center;
}
figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

img {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}
p:first-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}
ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}
dl:last-child {
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}
dl dd:last-child {
  margin-bottom: 0;
}

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

td,
th {
  padding: 0;
}

a {
  color: #303030;
}
a:hover {
  text-decoration: none;
}

a[class] {
  text-decoration: none;
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 767px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}

.fax {
  pointer-events: none;
}

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

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

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

.lead {
  color: #6f8083;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #6f8083 !important;
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide,
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
.color_pri {
  color: #6f8083;
}

.link-tel {
  text-decoration: none;
}
@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col2 .col:not(:last-child) {
    margin-bottom: 3%;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col:not(:last-child) {
    margin-bottom: 3%;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
/* ===============================================
# マージン
=============================================== */
.mt0 {
  margin-top: 0 !important;
}

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

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt10 {
  margin-top: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

body.scroll-prevent {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
}

main {
  margin-top: 0 !important;
}

header {
  width: 100%;
  transition: transform 0.3s;
  background: #fff;
  position: relative;
}
header .container {
  width: 100%;
  max-width: 1200px;
  max-width: calc(1200px + 9%);
  padding: 0 4.5%;
  margin: auto;
}
@media (max-width: 1023px) {
  header .container {
    max-width: calc(1000px + 9%);
  }
}
header .box {
  position: relative;
  display: table;
}
@media (max-width: 1023px) {
  header .box {
    width: 100%;
  }
}
header .title,
header .gnav {
  height: 120px;
  display: table-cell;
}
@media (max-width: 1023px) {
  header .title,
  header .gnav {
    height: auto;
  }
}
header .title {
  margin: 0;
  font-size: 0;
}
@media (min-width: 1024px) {
  header .title {
    vertical-align: middle;
    padding: 22px 0;
  }
}
@media (max-width: 1023px) {
  header .title {
    padding: 16px 0;
  }
}
header .title a {
  display: block;
  width: 317px;
  height: 106px;
}
@media (max-width: 1023px) {
  header .title a {
    width: 139px;
    height: auto;
    min-width: auto;
  }
}
@media (min-width: 1024px) {
  header .gnav {
    vertical-align: bottom;
    width: 100%;
    padding-bottom: 8px;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  header .gnav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 1001;
    overflow-y: auto;
    padding-right: 0;
    padding: 100px 4%;
  }
}
header nav > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  header nav > ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  header nav > ul li {
    background: #fff;
    display: block;
  }
  header nav > ul li:not(:last-child) {
    border-bottom: 1px solid rgba(48, 48, 48, 0.5);
  }
}
header nav > ul li a {
  padding: 0em 0.875em;
  color: #303030;
  text-decoration: none;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 2px solid rgba(111, 128, 131, 0);
  transition: 0.3s;
}
@media (min-width: 1024px) {
  header nav > ul li a:hover {
    border-bottom: 2px solid #6f8083;
  }
}
@media (max-width: 1023px) {
  header nav > ul li a {
    color: #303030;
    padding: 0.7em 4%;
    text-align: left;
    font-size: 1.4rem;
  }
}
header nav > ul li a span {
  color: #6f8083;
  display: block;
  margin-top: 0.3em;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 1023px) {
  header nav > ul li a span {
    display: none;
  }
}
header .header_info_wrap {
  position: absolute;
  top: 15px;
  left: auto;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  text-align: right;
}
header .header_info_wrap .tel {
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 0;
}
header .header_info_wrap .tel a {
  color: #303030;
}
header .header_info_wrap p {
  color: #303030;
}
header .header_info_wrap p:not(.tel) {
  font-size: 14px;
  font-size: 1.4rem;
}
header .btn-gnavi {
  margin: 0;
}
@media (max-width: 1023px) {
  header .btn-gnavi {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 2%;
    margin: 0 auto;
    display: block;
    width: 26px;
    height: 26px;
    padding: 0;
    transition: transform 0.3s;
    overflow: hidden;
    z-index: 1001;
  }
  header .btn-gnavi:after, header .btn-gnavi:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #6f8083;
    transition: transform 0.5s;
  }
  header .btn-gnavi:before {
    top: 0;
  }
  header .btn-gnavi:after {
    bottom: 0;
  }
  header .btn-gnavi span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #6f8083;
    transition: transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):after, header .btn-gnavi.close:not(.fix):before {
    background: #6f8083;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    transform: translate(0, 50%) rotate(-45deg);
  }
  header .btn-gnavi.close:not(.fix) span {
    transform: translate(100%, -50%);
  }
}
header.menu_open .gnav {
  right: 0;
}
header.menu_open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
header .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/* ===============================================
# プルダウン
=============================================== */
#header .has_under > a {
  position: relative;
  padding-right: 1.5em;
}
#header .has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #303030;
  border-right: 1px solid #303030;
  transform: translate(0, -50%) rotate(135deg);
  transition: 0.2s;
}
@media (max-width: 767px) {
  #header .has_under > a:after {
    right: 3%;
  }
}
#header .has_under > a.menu_under_open:after {
  transform: translate(0, 0) rotate(-45deg);
}
#header .has_under .sub-menu {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  display: none;
  border-bottom: 0;
}
@media (min-width: 1024px) {
  #header .has_under .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    background: rgba(111, 128, 131, 0.9);
    z-index: 52;
  }
}
@media (max-width: 1023px) {
  #header .has_under .sub-menu {
    margin-bottom: 1em;
    padding: 0 6%;
  }
}
#header .has_under .sub-menu li {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  #header .has_under .sub-menu li {
    border-bottom: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0.4em 4% 0.4em 15px;
  }
  #header .has_under .sub-menu li::before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #303030;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    transform: translateY(-50%);
  }
}
#header .has_under .sub-menu a {
  background: rgba(111, 128, 131, 0.96);
}
@media (max-width: 1023px) {
  #header .has_under .sub-menu a {
    background: transparent;
    padding: 0;
  }
}
#header .has_under .sub-menu a:hover {
  opacity: 0.8;
}

@media (min-width: 1024px) {
  #header .has_under {
    position: relative;
  }
  #header .has_under .sub-menu {
    min-width: 230px;
    padding: 0;
  }
  #header .has_under .sub-menu li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #header .has_under .sub-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #header .has_under .sub-menu li a {
    background: transparent;
    display: block;
    padding: 0.7em;
    overflow-wrap: break-word;
    color: #fff;
    transition: 0.3s;
    text-align: left;
  }
}
.main_visual_slick:not(.slick-initialized) > li {
  display: none;
}
.main_visual_slick:not(.slick-initialized) > li:first-child {
  display: block;
}

.main_visual {
  position: relative;
}
.main_visual .main_visual_slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  min-height: 928px;
}
@media (max-width: 767px) {
  .main_visual .main_visual_slick {
    min-height: 750px;
  }
}
.main_visual .main_visual_slick {
  height: calc(100vh - 120px);
  min-height: auto;
}
@media (max-width: 1024px) {
  .main_visual .main_visual_slick {
    max-height: 600px;
  }
}
.main_visual .main_visual_slick {
  height: calc(100vh - 120px);
  min-height: auto;
}
@media (max-width: 1024px) {
  .main_visual .main_visual_slick {
    max-height: 600px;
  }
}
.main_visual .main_visual_slick .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick li img {
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  padding-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: 1;
  margin: auto;
}
.main_visual .main_visual_copy img {
  max-width: 500px;
  width: 100%;
  top: auto;
  left: 4.8958333333%;
  right: auto;
  bottom: 7.5431034483%;
  position: absolute;
}
@media (max-width: 1199px) {
  .main_visual .main_visual_copy img {
    max-width: none;
    width: 41.6666666667%;
  }
}
@media (max-width: 767px) {
  .main_visual .main_visual_copy img {
    width: 80%;
    max-width: 300px;
    bottom: 5.8666666667%;
    left: 3.4666666667%;
    right: auto;
    top: auto;
  }
}

footer {
  background: #6f8083;
  color: #fff;
}
footer .container {
  max-width: 100%;
  margin-top: 0;
}
@media (max-width: 767px) {
  footer .container {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  footer nav {
    padding: 30px 0;
  }
}
footer nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: auto;
}
footer nav ul li {
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer nav ul li {
    display: block;
  }
}
footer nav ul li a {
  padding: 0 0.8em;
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 1.5;
  transition: 0.3s;
}
footer nav ul li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
@media (max-width: 767px) {
  footer nav ul li a {
    padding: 0.8em 6%;
  }
}
footer .copyright {
  text-align: center;
  color: #fff;
  padding: 16px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1.2rem;
}

/* ---------------------
      pagetop
--------------------- */
footer {
  position: relative;
}
footer .pagetop {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: 40px;
  background: #6f8083;
  bottom: 5%;
  right: 5%;
  cursor: pointer;
  border: solid 1px #fff;
  transition: all 0.2s;
  transform-origin: 50% 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}
footer .pagetop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: 0.2s;
}
@media (max-width: 767px) {
  footer .pagetop:after {
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 768px) {
  footer .pagetop {
    width: 60px;
    height: 60px;
  }
}
footer .pagetop.active {
  opacity: 0.9;
  visibility: visible;
}
footer .pagetop.absolute {
  position: absolute;
  top: -80px;
  bottom: auto;
}
@media (max-width: 767px) {
  footer .pagetop.absolute {
    top: -50px;
  }
}

/* ===============================================
# フッター追尾
=============================================== */
#ftr_info {
  z-index: 101;
  width: 100%;
  display: none;
}
#ftr_info .container {
  padding: 0;
}
#ftr_info .sp {
  display: none;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  background: #fff;
}
@media (max-width: 1023px) {
  #ftr_info .sp {
    justify-content: center;
    display: flex;
  }
}
#ftr_info .sp > * {
  width: 100%;
}
#ftr_info .sp > *:not(:last-child) {
  position: relative;
}
#ftr_info .sp > *:not(:last-child):before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.4);
  width: 1px;
}
#ftr_info .sp .btn {
  padding: 6px 0 2px;
  background: #6f8083;
}
#ftr_info .sp .ttl {
  text-align: center;
  margin-top: 2px;
}
#ftr_info .sp .ttl .out_link {
  position: relative;
  padding-right: 1.5em;
  display: inline-block;
}
#ftr_info .sp .ttl .out_link:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  border: 0;
  background: url(/wp-content/uploads/tab.png) no-repeat center/100%;
}
#ftr_info .sp .icon {
  max-width: 20px;
  margin: auto;
}
#ftr_info .sp .icon img {
  width: 100%;
}
#ftr_info .sp a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  display: grid;
  font-weight: bold;
}

.more {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more a {
  display: block;
  color: #fff;
  background: #6f8083;
  padding: 1.1em 0.5em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.more a:hover {
  background-color: rgb(96.9644628099, 111.8148760331, 114.4355371901);
  transition: 0.3s;
}
.more a.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  right: auto;
  margin: auto;
  width: 6px;
  height: 6px;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.3s;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.more a.add_arrow:after {
  left: 6%;
  transition: 0.3s;
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  line-height: 1.8;
}
table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}
.table-default td,
.table-default th {
  padding: 0.7em 0.5em;
}
.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
}
.table-default td,
.table-default th {
  border: 1px solid #6f8083;
}
.table-default th {
  background: #6f8083;
  color: #fff;
  text-align: left;
}
.table-default td {
  background: #fff;
}
.table-default tr:not(:last-child) td {
  border-bottom: 0;
}
.table-default tr:not(:first-child) th {
  border-bottom: 0;
  border-top: 1px solid #fff;
}
.table-default tr:first-child th {
  border-bottom: 1px solid #fff;
}
.table-default tr:last-child th {
  border-bottom: 1px solid #6f8083;
}

.table-menu {
  width: 100%;
}
.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-menu td,
.table-menu th {
  padding: 1em 1em;
  border-top: 1px solid #6f8083;
}
@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em 0.3em;
  }
}
.table-menu tbody th {
  text-align: left;
}
.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}
.table-menu tr:last-child th,
.table-menu tr:last-child td {
  border-bottom: 1px solid #6f8083;
}

.table-menu02 th,
.table-menu02 td {
  padding: 19px 40px;
}
@media (max-width: 767px) {
  .table-menu02 th,
  .table-menu02 td {
    padding: 16px 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  .table-menu02 th:empty,
  .table-menu02 td:empty {
    display: none;
  }
}
.table-menu02 th {
  text-align: left;
  background: rgba(111, 128, 131, 0.1);
}
.table-menu02 th:nth-of-type(2) {
  background: rgba(111, 128, 131, 0.3);
}
.table-menu02 td {
  background: #fff;
  border-top: 1px solid rgba(48, 48, 48, 0.2);
}
@media (min-width: 768px) {
  .table-menu02 td {
    text-align: right;
  }
}
.table-menu02 thead th {
  background: rgba(111, 128, 131, 0.8);
  color: #fff;
}
.table-menu02 thead th:empty {
  background: rgba(111, 128, 131, 0.8);
}
.table-menu02 tbody tr:last-of-type {
  border-bottom: 1px solid rgba(48, 48, 48, 0.2);
}
.table-menu02 tbody th {
  border-top: 1px solid rgba(48, 48, 48, 0.2);
}
.table-menu02 tbody th:empty {
  border-top: none;
  background: rgba(111, 128, 131, 0.1);
}
.table-menu02 tbody th + th {
  border-top: 1px solid rgba(48, 48, 48, 0.2);
}

.table-schedule {
  width: 100%;
}
.table-schedule thead {
  background: #6f8083;
}
.table-schedule tbody {
  color: #303030;
}
.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-schedule td,
.table-schedule th {
  border: 1px solid #6f8083;
  padding: 0.7em 0.2em;
  text-align: center;
}
@media (max-width: 410px) {
  .table-schedule td,
  .table-schedule th {
    font-size: 3.9024390244vw;
  }
}
.table-schedule thead th {
  background: #6f8083;
  color: #fff;
  border-bottom: 0;
}
.table-schedule thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.table-schedule thead th:first-child {
  border-left: 0;
}
.table-schedule thead th:not(:first-child) {
  border-bottom: 0;
}
.table-schedule thead td:not(:first-child) {
  border-left: 0;
}
.table-schedule tbody th {
  background: rgba(111, 128, 131, 0.15);
}
.table-schedule tbody th:not(:first-child) {
  border-left: 0;
}
.table-schedule tbody th + td {
  border-left: 0;
}
.table-schedule tbody tr:not(:first-child) > th {
  border-top: 0;
}
.table-schedule tbody tr:not(:first-child) > td {
  border-top: 0;
}
.table-schedule td {
  background: #fff;
}
.table-schedule td:not(:first-child) {
  border-left: 0;
}

.table-summary {
  width: 100%;
}
@media (max-width: 767px) {
  .table-summary {
    display: block;
    border-bottom: 1px solid rgba(48, 48, 48, 0.2);
  }
}
@media (max-width: 767px) {
  .table-summary thead,
  .table-summary tbody {
    display: block;
  }
}
.table-summary tr {
  border-top: 1px solid rgba(48, 48, 48, 0.2);
  border-bottom: 1px solid rgba(48, 48, 48, 0.2);
}
@media (max-width: 767px) {
  .table-summary tr {
    border-top: 1px solid rgba(48, 48, 48, 0.2);
    border-bottom: 0;
    padding: 0.8em;
    display: block;
  }
}
.table-summary td,
.table-summary th {
  padding: 0.7em 0.5em;
  text-align: left;
}
@media (max-width: 767px) {
  .table-summary td,
  .table-summary th {
    display: block;
    padding: 0;
  }
}
.table-summary th {
  width: 20%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .table-summary th {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}
@media (max-width: 1300px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
}

h1:not(.title):not(.hdr-ttl) {
  text-align: center;
  color: #fff;
  background: #6f8083;
  margin: 0 0 0.5em 0;
  padding: 1.3em 0.5em;
  z-index: 0;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    font-size: 2.6rem;
  }
}
h1:not(.title):not(.hdr-ttl)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(111, 128, 131, 0.85);
  position: absolute;
  inset: 0;
  z-index: -1;
}

h2 {
  text-align: center;
  color: #303030;
  margin: 0 0 1.5em 0;
  word-wrap: break-word;
  padding-bottom: 16px;
  font-size: 3rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
}
h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #6f8083;
  position: absolute;
}

h3:not(.post_side_title) {
  color: #303030;
  margin: 0 0 0.8em 0;
  padding-left: 12px;
  word-wrap: break-word;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  h3:not(.post_side_title) {
    font-size: 2rem;
  }
}
h3:not(.post_side_title)::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 1em;
  top: 0.3em;
  left: 0;
  background: #6f8083;
}

h4 {
  color: #303030;
  margin: 0 0 0.6em 0;
  padding-left: 12px;
  word-wrap: break-word;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.6rem;
  }
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 2px;
  left: 0;
  top: 0.7em;
  background: #6f8083;
}

.cat-name {
  background: #6f8083;
  color: #fff;
  text-align: center;
  padding: 3px 12px 3px;
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 13px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  white-space: nowrap;
}

/* ===============================================
# TOPページNEWS
=============================================== */
.news-list {
  padding: 0;
  margin: 0;
}
.news-list > li {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(48, 48, 48, 0.2);
}
.news-list > li:first-of-type {
  border-top: 1px solid rgba(48, 48, 48, 0.2);
}
.news-list > li > a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 1.375em 1em;
}
@media (max-width: 767px) {
  .news-list > li > a {
    padding: 1em 0.3em;
  }
}
.news-list > li > a:hover .ttl,
.news-list > li > a:hover .time {
  color: #6f8083;
}
.news-list .ttl,
.news-list .time {
  transition: 0.4s;
}
.news-list .news-time {
  width: 220px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .news-list .news-time {
    width: 100%;
    justify-content: start;
  }
}
.news-list .cat-name {
  min-width: 74px;
}
.news-list .news-ttl {
  width: calc(100% - 220px);
}
@media (max-width: 767px) {
  .news-list .news-ttl {
    width: 100%;
    padding-top: 0.8em;
  }
}

/* ===============================================
# archive
=============================================== */
.ac-list {
  padding: 0;
  margin: 0;
}
.ac-list > li {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(48, 48, 48, 0.2);
}
.ac-list > li:first-of-type {
  border-top: 1px solid rgba(48, 48, 48, 0.2);
}
.ac-list > li > a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 1.375em 0;
}
@media (max-width: 767px) {
  .ac-list > li > a {
    padding: 1em 0;
  }
}
.ac-list > li > a:hover .ttl,
.ac-list > li > a:hover .time {
  color: #6f8083;
}
.ac-list .ttl,
.ac-list .time {
  transition: 0.4s;
}
.ac-list .ac-time {
  width: 220px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .ac-list .ac-time {
    width: 100%;
    justify-content: start;
  }
}
.ac-list .cat-name {
  min-width: 74px;
}
.ac-list .ac-ttl {
  width: calc(100% - 220px);
}
@media (max-width: 767px) {
  .ac-list .ac-ttl {
    width: 100%;
    padding-top: 0.8em;
  }
}

/* ===============================================
# single
=============================================== */
.single-wrap .date {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.single-wrap .single-time {
  display: flex;
  gap: 10px 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .single-wrap .single-time {
    width: 100%;
  }
}
.single-wrap .post-area {
  background: rgba(111, 128, 131, 0.1);
  padding: 60px 6%;
}
@media (max-width: 767px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

.pager {
  margin-top: 40px;
  margin-bottom: 20px;
}
.pager .nav-links {
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(111, 128, 131, 0.1);
  color: #6f8083;
  border: 1px solid #6f8083;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #6f8083;
  color: #fff;
}
.pager .nav-links > *.prev {
  position: relative;
}
.pager .nav-links > *.prev:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #6f8083;
  border-right: 1px solid #6f8083;
  transform: translateX(-50%) rotate(222deg);
}
.pager .nav-links > *.next {
  position: relative;
}
.pager .nav-links > *.next:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #6f8083;
  border-right: 1px solid #6f8083;
  transform: translateX(-50%) rotate(45deg);
}

.single-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
  padding: 0;
}
.single-navigation li {
  list-style: none;
  line-height: 1.6;
}
.single-navigation li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: 0.2s;
}
.single-navigation li a:hover {
  transition: 0.2s;
  color: #6f8083;
}
.single-navigation li.previous a {
  padding-left: 1.125em;
}
.single-navigation li.previous a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #6f8083;
  border-left: 1px solid #6f8083;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
}
.single-navigation li.next a {
  padding-right: 1.125em;
  text-align: right;
}
.single-navigation li.next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #6f8083;
  border-left: 1px solid #6f8083;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(-45deg) scaleX(-1);
}

/* ===============================================
# サイドバー
=============================================== */
@media (min-width: 768px) {
  .post_sidebar {
    padding-left: 3rem;
  }
}
.post_sidebar .side_content:not(:last-child) {
  margin-bottom: 35px;
}
.post_sidebar .post_side_title {
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: solid 1px #6f8083;
  padding-bottom: 0.5em;
}
.post_sidebar .post_side_list {
  padding: 0;
  margin: 0;
}
.post_sidebar .post_side_list > li {
  padding-left: 0;
  border-bottom: solid 1px rgba(48, 48, 48, 0.2);
  font-size: 15px;
  font-size: 1.5rem;
}
.post_sidebar .post_side_list > li > a {
  padding: 0.9em 0.5em;
}
.post_sidebar .post_side_list > li > ul {
  padding: 0;
  margin: 0;
  margin-top: -0.5em;
}
.post_sidebar .post_side_list > li > ul li {
  padding-left: 0.5em;
}
.post_sidebar .post_side_list > li > ul li a {
  padding: 0.2em 0.5em 0.2em 0.8em;
  position: relative;
}
.post_sidebar .post_side_list > li > ul li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #6f8083;
  position: absolute;
  top: 0.9em;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 50%;
}
.post_sidebar .post_side_list > li > ul li:last-child a {
  padding-bottom: 0.9em;
}
.post_sidebar .post_side_list li {
  list-style: none;
  position: relative;
  line-height: 1.5;
}
.post_sidebar .post_side_list a {
  text-decoration: none;
  display: block;
  transition: 0.2s;
}
.post_sidebar .post_side_list a:hover {
  transition: 0.2s;
  color: #6f8083;
}
.post_sidebar .archive-dropdown {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #303030;
  border: solid 1px #303030;
  margin-top: 0.8em;
  padding: 0.5em 2.5em 0.5em 0.6em;
  font-size: 15px;
  font-size: 1.5rem;
}

/* ===============================================
# 変数
=============================================== */
/* ===============================================
# 下層コンテンツ幅
=============================================== */
body:not(.home) main > .column_1 .container {
  max-width: 1080px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  body:not(.home) main > .column_1 .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) main > .column_2 > .container {
  max-width: 1080px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  body:not(.home) main > .column_2 > .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) main > .column_2 .column_main .container {
  max-width: none;
  padding: 0;
}
body:not(.home) main > .post_page .post_container {
  padding: 0 20px;
  max-width: 1080px;
}
@media (max-width: 767px) {
  body:not(.home) main > .post_page .post_container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

/* ===============================================
# 下層余白
=============================================== */
.column_main > section {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .column_main > section {
    margin-bottom: 70px;
  }
}
.column_main > section:last-child {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .column_main > section:last-child {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .column_2 .column_main > section:last-child {
    margin-bottom: 0;
  }
}
.column_2 .column_sub {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .column_2 .column_sub {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .column_2 .column_main.col:not(:last-child) {
    margin-bottom: 60px;
  }
}

.row:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .col:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* ===============================================
# ぱんくずリスト
=============================================== */
.bread.post_bread .container {
  padding: 0 20px;
  max-width: 1080px;
}
@media (max-width: 767px) {
  .bread.post_bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

.bread {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1080px;
}
@media (max-width: 767px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #303030;
  border-right: 1px solid #303030;
  transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
  transition: 0.3s;
}
.bread a:hover {
  opacity: 0.7;
}

/* ===============================================
# サイトマップ
=============================================== */
.wsp-container {
  margin: 0 auto 160px;
  max-width: calc(1040px + 12%);
  padding: 0 6%;
}
@media (max-width: 767px) {
  .wsp-container {
    margin: 0 auto 100px;
  }
}
.wsp-container h2 {
  display: none;
}
.wsp-container ul.wsp-pages-list,
.wsp-container ul.wsp-posts-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.wsp-container ul.wsp-pages-list ul,
.wsp-container ul.wsp-posts-list ul {
  padding-left: 0;
}
.wsp-container ul.wsp-pages-list li,
.wsp-container ul.wsp-posts-list li {
  padding: 1.1em 0.5em 1.1em 1em;
  list-style: none;
  margin: 0;
  line-height: 1.5;
}
.wsp-container ul.wsp-pages-list > li,
.wsp-container ul.wsp-posts-list > li {
  border-bottom: 1px solid #ccc;
}
.wsp-container ul.wsp-pages-list > li > ul,
.wsp-container ul.wsp-posts-list > li > ul {
  padding: 6px 0 0;
  margin: 0;
}
.wsp-container ul.wsp-pages-list > li > ul > li,
.wsp-container ul.wsp-posts-list > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
.wsp-container ul.wsp-pages-list > li > ul > li > a,
.wsp-container ul.wsp-posts-list > li > ul > li > a {
  font-size: calc(20 * 0.8px);
}
@media (max-width: 767px) {
  .wsp-container ul.wsp-pages-list > li > ul > li > a,
  .wsp-container ul.wsp-posts-list > li > ul > li > a {
    font-size: calc(16 * 0.8px);
  }
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul,
.wsp-container ul.wsp-posts-list > li > ul > li > ul {
  padding: 6px 0 0;
  margin: 0;
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul > li,
.wsp-container ul.wsp-posts-list > li > ul > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
.wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
  font-size: calc(20 * 0.7px);
  display: block;
}
@media (max-width: 767px) {
  .wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
  .wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
    font-size: calc(16 * 0.7px);
  }
}
.wsp-container .wsp-pages-list {
  border-top: 1px solid #ccc;
}
.wsp-container .wsp-posts-list > li > .wsp-posts-list {
  display: none;
}
.wsp-container .wsp-posts-list > li > .wsp-posts-list li {
  border: 0;
}
.wsp-container a {
  text-decoration: none;
  font-size: 20px;
  line-height: 1.5;
  display: block;
  width: 100%;
}
.wsp-container a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .wsp-container a {
    font-size: 16px;
  }
}
.wsp-container strong {
  font-weight: normal;
  display: block;
  line-height: 1.5;
  font-size: 20px;
}
@media (max-width: 767px) {
  .wsp-container strong {
    font-size: 16px;
  }
}
.wsp-container .wsp-post {
  display: none;
}
.wsp-container .wsp-category-title {
  font-size: 0;
  position: relative;
}

/* ===============================================
# お問い合わせフォーム
=============================================== */
.contact_mb {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .contact_mb {
    margin-bottom: 100px;
  }
}

.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(111, 128, 131, 0.1);
}
.inquiry fieldset .row {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .inquiry fieldset .row {
    margin-bottom: 40px;
  }
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: bold;
}
.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
.inquiry dt p {
  position: relative;
}
.inquiry dd {
  margin: 0;
  padding: 0;
}
.inquiry dd:last-child {
  padding-bottom: 0;
}
.inquiry dd p {
  padding-top: 0.5rem;
}
.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
.inquiry input[type=text],
.inquiry input[type=url],
.inquiry input[type=email],
.inquiry input[type=tel],
.inquiry input[type=date],
.inquiry input[type=number],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 15px 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
.inquiry input[type=number] {
  width: 65px;
  text-align: center;
}
.inquiry input[type=file] {
  width: 100%;
  box-sizing: border-box;
}
.inquiry input.p-postal-code {
  width: 100px;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 150px;
}
.inquiry input.p-street-address {
  width: 100%;
}
.inquiry input.p-extended-address {
  width: 100%;
}
.inquiry input[type=file] {
  border: 0;
}
.inquiry .submit {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}
.inquiry .submit .button,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  border: 1px solid #6f8083;
  color: #fff;
  background: #6f8083;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #6f8083;
  color: #6f8083;
  background: #fff;
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required,
.inquiry .any {
  color: #fff;
  background-color: #6f8083;
  padding: 1px 6px;
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
  font-weight: bold;
  transform: translate(0, -1px);
}
.inquiry .any {
  color: #6f8083;
  background: transparent;
  border: solid 1px #6f8083;
}
.inquiry dt .required,
.inquiry dt .any {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0);
  margin-top: 0.3rem;
  margin-right: 0;
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .inquiry {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding-top: 25px;
  }
  .inquiry dd {
    padding: 15px 0;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input,
  .inquiry textarea {
    border: solid 1px #ccc;
  }
  .inquiry select {
    border: 1px solid #ccc;
  }
  .inquiry input[type=text],
  .inquiry input[type=url],
  .inquiry input[type=email],
  .inquiry input[type=tel],
  .inquiry input[type=date],
  .inquiry input[type=text],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type=number] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
    resize: vertical;
  }
  .inquiry .submit {
    margin: 20px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
input.wide_area,
select.wide_area {
  width: 100% !important;
}

.wpcf7-response-output {
  text-align: center;
}
@media (min-width: 768px) {
  .wpcf7-response-output {
    margin: 30px auto 0 !important;
    max-width: 1080px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .wpcf7-response-output {
    padding: 0 4.5%;
    margin: 20px 4.5% 0 !important;
    max-width: 100%;
  }
}

.contact-policy {
  padding: 24px 30px 30px;
  border: solid 6px rgba(111, 128, 131, 0.1);
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-policy {
    padding: 20px 6%;
  }
}
.contact-policy .contact-policy-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5em;
}
.contact-policy .contact-policy-outLink {
  position: relative;
  display: inline-block;
  padding-right: 1.375em;
  margin-right: 0.375em;
  transition: 0.4s;
  text-decoration: underline;
  color: #6f8083;
  font-weight: 500;
}
.contact-policy .contact-policy-outLink:hover {
  text-decoration: none;
}
.contact-policy .contact-policy-outLink::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background: #6f8083;
  -webkit-mask-image: url(../img/contact_outlink.svg);
          mask-image: url(../img/contact_outlink.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left center;
          mask-position: left center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* ===============================================
# 初期クラス
=============================================== */
.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
@media (min-width: 768px) {
  .map_container {
    padding-top: 50%;
  }
}
.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.highlight {
  background: rgba(111, 128, 131, 0.1);
  padding: 4%;
}
@media (max-width: 767px) {
  .highlight {
    padding: 30px 4%;
  }
}

/* ===============================================
# 各下層調整
=============================================== */
.page-id-104 main {
  position: relative;
  z-index: 1;
}
.page-id-104 main h2 {
  padding-bottom: 16px;
  margin: 0 0 1.5em 0;
}

html body {
  background: #ffffff;
}

h1,
h2,
h3,
p {
  padding: 0;
  margin: 0;
}

html body header {
  padding-top: 30px;
  z-index: 2;
  background: unset;
}
@media (max-width: 1024px) {
  html body header {
    padding-top: 0;
  }
}

html body header .container {
  max-width: 95.3125vw;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  html body header .container {
    max-width: 100%;
    padding: 0 6%;
  }
}

@media (max-width: 1023px) {
  header .btn-gnavi {
    right: 6%;
  }
}

header .title a {
  width: clamp(139px, 23.2064421669vw, 317px);
  height: clamp(47px, 7.7598828697vw, 106px);
}

.header_flex {
  display: flex;
  -moz-column-gap: clamp(5px, 1.4641288433vw, 20px);
       column-gap: clamp(5px, 1.4641288433vw, 20px);
  align-items: center;
  position: relative;
  top: 0;
}
.header_flex .button {
  margin: 0;
}
.header_flex .button a {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Zen Kaku Gothic New", YuGothic, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-decoration: none;
  font-size: clamp(16px, 0.9375vw, 18px);
  transition: 0.4s all;
}
.header_flex .button a:hover {
  opacity: 0.7;
}
.header_flex .button1 a {
  padding: clamp(15px, 1.0416666667vw, 20px) clamp(35px, 2.6041666667vw, 50px) clamp(15px, 1.0416666667vw, 20px) clamp(64px, 5vw, 96px);
  color: #6f8083;
  background: #fff;
  border: 1px solid #6f8083;
  border-radius: 50vh;
  position: relative;
}
.header_flex .button1 a::after {
  position: absolute;
  top: 50%;
  left: clamp(20px, 3.6603221083vw, 50px);
  transform: translateY(-50%);
  background: url(/wp-content/uploads/hdr_icon001.svg) no-repeat;
  background-size: contain;
  width: clamp(20px, 2.196193265vw, 30px);
  height: clamp(20px, 2.196193265vw, 30px);
  content: "";
}
.header_flex .button2 a {
  padding: clamp(15px, 1.0416666667vw, 20px) clamp(41px, 3.2291666667vw, 62px) clamp(15px, 1.0416666667vw, 20px) clamp(50px, 3.9583333333vw, 76px);
  color: #fff;
  background: #06c755;
  border: 1px solid #06c755;
  border-radius: 50vh;
  position: relative;
}
.header_flex .button2 a::after {
  position: absolute;
  top: 50%;
  left: clamp(20px, 2.196193265vw, 30px);
  transform: translateY(-50%);
  background: url(/wp-content/uploads/hdr_icon002.svg) no-repeat;
  background-size: contain;
  width: clamp(20px, 2.196193265vw, 30px);
  height: clamp(20px, 2.196193265vw, 30px);
  content: "";
}
.header_flex .button2 a::before {
  position: absolute;
  top: 50%;
  right: clamp(20px, 2.196193265vw, 30px);
  transform: translateY(-50%);
  background: url(/wp-content/uploads/tab.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  content: "";
}
.header_flex .button3 a {
  padding: clamp(15px, 1.0416666667vw, 20px) clamp(64px, 5vw, 96px) clamp(15px, 1.0416666667vw, 20px) clamp(60px, 4.2708333333vw, 82px);
  color: #fff;
  background: #6f8083;
  border: 1px solid #6f8083;
  border-radius: 50vh;
  position: relative;
}
.header_flex .button3 a::after {
  position: absolute;
  top: 50%;
  left: clamp(20px, 2.196193265vw, 30px);
  transform: translateY(-50%);
  background: url(/wp-content/uploads/hdr_icon002.svg) no-repeat;
  background-size: contain;
  width: clamp(20px, 2.196193265vw, 30px);
  height: clamp(20px, 2.196193265vw, 30px);
  content: "";
}
.header_flex .button3 a::before {
  position: absolute;
  top: 50%;
  right: clamp(20px, 2.196193265vw, 30px);
  transform: translateY(-50%);
  background: url(/wp-content/uploads/tab.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  content: "";
}

/* ===============================================
# header
=============================================== */
@media (min-width: 1024px) {
  header .box .title::before {
    display: none !important;
  }
}
header .container {
  padding: 0 7.8125%;
  max-width: calc(1620px + 15.625%);
}
header .box {
  display: block;
}
@media (min-width: 1024px) {
  header .box .gnav {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    display: block;
    height: auto;
  }
  header .box .gnav nav ul li:not(:last-child) {
    border-right: 1px dashed #8a8a8a;
  }
  header .box .gnav nav ul li a {
    padding: 0 2.8125em;
  }
  header .box .title {
    position: relative;
    display: block;
    height: auto;
    padding: 0;
  }
  header .box .title::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #dedede;
    position: absolute;
    bottom: 0;
    left: -300%;
    right: -300%;
    margin: auto;
  }
}
header .box .header_info_wrap {
  position: absolute;
  top: 22px;
  left: auto;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  header .box .header_info_wrap {
    display: none;
  }
}
header .box .header_info_wrap .header_info {
  text-align: right;
  display: flex;
  gap: 1vw;
}
header .box .header_info_wrap .header_info .header_address .tel {
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
}
header .box .header_info_wrap .header_info .header_address .tel::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background: url(/wp-content/uploads/hdr_icon001.png) no-repeat center/0.8888888889em #6f8083;
  width: 1.4814814815em;
  height: 1.4814814815em;
  margin-right: 8px;
}
header .box .header_info_wrap .header_info .header_address .tel a {
  color: #6f8083;
}
header .box .header_info_wrap .header_info .header_address .address {
  font-weight: bold;
}
header .box .header_info_wrap .header_info .more a {
  background: #6f8083;
  width: 240px;
  border-radius: 15px;
  font-size: 1.9rem;
  font-weight: bold;
  padding-left: 0.7894736842em;
}
header .box .header_info_wrap .header_info .more a:hover {
  background: rgb(96.9644628099, 111.8148760331, 114.4355371901);
}
header .box .header_info_wrap .header_info .more.form a::before {
  content: "";
  display: block;
  width: 1.5789473684em;
  height: 1.5789473684em;
  background: url(/wp-content/uploads/hdr_icon002.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: auto;
  left: 19%;
  transform: translateY(-50%);
}
header .box .header_info_wrap .header_info .more.out_link a::after {
  content: "";
  display: block;
  width: 0.7894736842em;
  height: 0.6842105263em;
  background: url(/wp-content/uploads/link_001.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: auto;
  right: 22%;
  border: none;
  transform: translateY(-50%);
}

@media (min-width: 1023px) {
  .menu-header-container {
    display: flex;
    justify-content: flex-end;
  }
}

body {
  position: relative;
}
body::after {
  background: url(/wp-content/uploads/top_bg.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 59.9479166667vw;
  height: 28.8020833333vw;
  top: 0;
  left: 0;
  content: "";
}

#s_mv {
  position: relative;
  padding: clamp(40px, 4.39238653vw, 60px) 4.4270833333vw 0 4.1666666667vw;
  z-index: 1;
}
@media (max-width: 1023px) {
  #s_mv {
    padding: 20px 4.4270833333vw 0 4.1666666667vw;
  }
}
#s_mv .mv_wrap {
  position: relative;
}
#s_mv .mv_wrap::after {
  content: "";
  background: url(/wp-content/uploads/main_copy.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 42.5vw;
  height: 12.9166666667vw;
  left: 0;
  bottom: -2.0833333333vw;
  z-index: 2;
}
@media (max-width: 767px) {
  #s_mv .mv_wrap::after {
    width: 73.0819245774vw;
    height: 21.066319896vw;
    bottom: -13.0039011704vw;
    background: url(/wp-content/uploads/sp_main_copy.svg) no-repeat;
    background-size: contain;
  }
}
#s_mv .mv_wrap::before {
  content: "";
  background: url(/wp-content/uploads/mv_bg.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 90.8333333333vw;
  height: 24.1145833333vw;
}
#s_mv .mv_wrap .maiv_bg {
  position: relative;
  z-index: 1;
  max-width: 58.0729166667vw;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 767px) {
  #s_mv .mv_wrap .maiv_bg {
    max-width: 78.5435630689vw;
  }
}
#s_mv .mv_wrap .maiv_bg img {
  width: 100%;
}

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

.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

@media (max-width: 425px) {
  .pc_only_425 {
    display: none;
  }
}

.sp_only_425 {
  display: none;
}
@media (max-width: 425px) {
  .sp_only_425 {
    display: block;
  }
}

.content {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Zen Kaku Gothic New", YuGothic, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: clamp(14px, 1.317715959vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #303030;
}
@media (max-width: 767px) {
  .content {
    font-size: clamp(14px, 2.3407022107vw, 18px);
  }
}

#s01 {
  padding: clamp(60px, 5.8565153734vw, 80px) 0 clamp(80px, 7.3206442167vw, 100px);
  background: url(/wp-content/uploads/top_bg001.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 100px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #s01 {
    margin-bottom: 0;
    margin-top: 50px;
  }
}
#s01 .inner {
  max-width: calc(1625px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s01 .inner .flex_box {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 2.6041666667vw;
       column-gap: 2.6041666667vw;
}
@media (max-width: 850px) {
  #s01 .inner .flex_box {
    align-items: center;
  }
}
@media (max-width: 767px) {
  #s01 .inner .flex_box {
    flex-direction: column;
    align-items: unset;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s01 .inner .flex_box .img_area {
  max-width: 31.4583333333vw;
  width: 100%;
}
@media (max-width: 850px) {
  #s01 .inner .flex_box .img_area {
    max-width: 335px;
  }
}
@media (max-width: 767px) {
  #s01 .inner .flex_box .img_area {
    margin: 0 auto;
  }
}
#s01 .inner .flex_box .img_area img {
  width: 100%;
}
#s01 .inner .flex_box .text_area {
  max-width: 970px;
  width: 100%;
  padding-bottom: clamp(60px, 7.8330893119vw, 107px);
}
@media (max-width: 850px) {
  #s01 .inner .flex_box .text_area {
    padding-bottom: 0;
  }
}
#s01 .inner .flex_box .text_area .title_jp {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 2.6041666667vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: clamp(25px, 2.9282576867vw, 40px);
  padding: 0;
  text-align: start;
}
#s01 .inner .flex_box .text_area .title_jp::before {
  display: none;
}
#s01 .inner .flex_box .text_area .title_jp .title_space {
  display: none;
}
@media (max-width: 850px) {
  #s01 .inner .flex_box .text_area .title_jp .title_space {
    display: block;
  }
}
@media (max-width: 850px) {
  #s01 .inner .flex_box .text_area .title_jp {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #s01 .inner .flex_box .text_area .title_jp {
    font-size: clamp(24px, 4.6814044213vw, 36px);
    text-align: center;
  }
}
#s01 .inner .flex_box .text_area .title_jp span {
  color: #516c8b;
}
#s01 .inner .flex_box .text_area .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625vw;
}
@media (max-width: 850px) {
  #s01 .inner .flex_box .text_area .grid_box {
    grid-template-columns: 1fr;
  }
}
#s01 .inner .flex_box .text_area .grid_box .grid_col {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}
#s01 .inner .flex_box .text_area .grid_box .grid_col img {
  -o-object-fit: contain;
     object-fit: contain;
  width: clamp(14px, 1.4583333333vw, 28px);
  height: clamp(14px, 1.4583333333vw, 28px);
}
#s01 .inner .flex_box .text_area .grid_box .grid_col p {
  display: flex;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(14px, 1.4583333333vw, 28px);
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
@media (max-width: 850px) {
  #s01 .inner .flex_box .text_area .grid_box .grid_col p {
    font-size: 20px;
  }
}
#s01 .inner .flex_box .text_area .grid_box .grid_col p span {
  position: relative;
}
#s01 .inner .flex_box .text_area .grid_box .grid_col p span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px; /* 형광펜의 세로 위치. 필요에 따라 조절하세요 (예: 10%, 0px 등) */
  width: 100%;
  height: 35%; /* 형광펜의 두께 (이미지처럼 글자 절반 아래쪽을 덮으려면 40~50% 추천) */
  background-color: #c6ced7; /* 요청하신 색상 */
  z-index: -1;
}
@media (max-width: 767px) {
  #s01 .inner .flex_box .text_area .grid_box .grid_col p span::before {
    bottom: 5px;
  }
}
@media (max-width: 425px) {
  #s01 .inner .flex_box .text_area .grid_box .grid_col p span::before {
    bottom: 3px;
  }
}

#s02 {
  position: relative;
}
#s02::after {
  background: url(/wp-content/uploads/sec1_img004.svg) no-repeat;
  background-size: contain;
  width: clamp(40px, 4.6852122987vw, 64px);
  height: clamp(40px, 4.6852122987vw, 64px);
  content: "";
  position: absolute;
  top: clamp(20px, 1.8301610542vw, 25px);
  left: clamp(20px, 1.8301610542vw, 25px);
  z-index: 1;
}
@media (max-width: 767px) {
  #s02::after {
    left: 10px;
  }
}
#s02::before {
  background: url(/wp-content/uploads/sec1_img006.svg) no-repeat;
  background-size: contain;
  width: clamp(40px, 4.6852122987vw, 64px);
  height: clamp(40px, 4.6852122987vw, 64px);
  content: "";
  position: absolute;
  bottom: clamp(20px, 1.8301610542vw, 25px);
  left: clamp(20px, 1.8301610542vw, 25px);
  z-index: 1;
}
@media (max-width: 767px) {
  #s02::before {
    left: 10px;
  }
}
#s02 .s02_wrap1 {
  position: relative;
}
#s02 .s02_wrap1::after {
  background: url(/wp-content/uploads/sec1_img005.svg) no-repeat;
  background-size: contain;
  width: clamp(40px, 4.6852122987vw, 64px);
  height: clamp(40px, 4.6852122987vw, 64px);
  content: "";
  position: absolute;
  top: clamp(20px, 1.8301610542vw, 25px);
  right: clamp(20px, 1.8301610542vw, 25px);
  z-index: 1;
}
@media (max-width: 767px) {
  #s02 .s02_wrap1::after {
    right: 10px;
  }
}
#s02 .s02_wrap1::before {
  background: url(/wp-content/uploads/sec1_img007.svg) no-repeat;
  background-size: contain;
  width: clamp(40px, 4.6852122987vw, 64px);
  height: clamp(40px, 4.6852122987vw, 64px);
  content: "";
  position: absolute;
  bottom: clamp(20px, 1.8301610542vw, 25px);
  right: clamp(20px, 1.8301610542vw, 25px);
  z-index: 1;
}
@media (max-width: 767px) {
  #s02 .s02_wrap1::before {
    right: 10px;
  }
}
#s02 .s02_wrap2 {
  position: relative;
}
#s02 .s02_wrap2::after {
  content: "";
  height: 60%;
  width: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1120px) {
  #s02 .s02_wrap2::after {
    left: 4.5%;
  }
}
@media (max-width: 767px) {
  #s02 .s02_wrap2::after {
    height: 70%;
  }
}
#s02 .s02_wrap2::before {
  content: "";
  height: 60%;
  width: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1120px) {
  #s02 .s02_wrap2::before {
    right: 4.5%;
    height: 70%;
  }
}
@media (max-width: 767px) {
  #s02 .s02_wrap2::before {
    height: 70%;
    right: 25px;
  }
}
#s02 .s02_wrap3 {
  background: #8f969f;
  padding: 165px 0 110px;
}
@media (max-width: 767px) {
  #s02 .s02_wrap3 {
    padding: 21.4564369311vw 0 14.3042912874vw;
  }
}
#s02 .s02_wrap3 {
  position: relative;
}
#s02 .s02_wrap3::after {
  content: "";
  background: url(/wp-content/uploads/sec1_img003.svg);
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 426px;
  height: 98px;
}
@media (max-width: 1366px) {
  #s02 .s02_wrap3::after {
    width: 31.1859443631vw;
    height: 7.1742313324vw;
  }
}
#s02 .inner {
  padding: 0 6%;
}
@media (max-width: 767px) {
  #s02 .inner {
    padding: 0 20px;
  }
}
#s02 .inner .box .content {
  text-align: center;
  color: #fff;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: clamp(45px, 4.39238653vw, 60px);
  font-size: clamp(22px, 2.4890190337vw, 34px);
}
@media (max-width: 600px) {
  #s02 .inner .box .content {
    font-size: 3.6666666667vw;
  }
}
@media (max-width: 425px) {
  #s02 .inner .box .content {
    font-size: 4.2352941176vw;
  }
}
#s02 .inner .box .box_title {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: clamp(24px, 2.9282576867vw, 40px);
  line-height: 1.9;
  letter-spacing: 0.1em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#s02 .inner .box .box_title::after {
  content: "";
  background: url(/wp-content/uploads/sec1_img008.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -31px;
  left: -22px;
  width: 78px;
  height: 47px;
}
@media (max-width: 767px) {
  #s02 .inner .box .box_title::after {
    top: -4.0312093628vw;
    left: -2.8608582575vw;
    width: 10.1430429129vw;
    height: 6.1118335501vw;
  }
}
@media (max-width: 600px) {
  #s02 .inner .box .box_title {
    font-size: 4vw;
  }
}
@media (max-width: 425px) {
  #s02 .inner .box .box_title {
    font-size: 4.7058823529vw;
  }
}
#s02 .inner .box .box_title .add_line {
  position: relative;
  z-index: 1;
}
#s02 .inner .box .box_title .add_line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px; /* 형광펜의 세로 위치. 필요에 따라 조절하세요 (예: 10%, 0px 등) */
  width: 100%;
  height: 35%; /* 형광펜의 두께 (이미지처럼 글자 절반 아래쪽을 덮으려면 40~50% 추천) */
  background-color: #c6ced7; /* 요청하신 색상 */
  z-index: -1;
}
@media (max-width: 425px) {
  #s02 .inner .box .box_title .add_line::before {
    height: 35%;
    bottom: 0;
  }
}
#s02 .inner .box .box_title .title_big {
  font-size: clamp(30px, 3.6603221083vw, 50px);
}
@media (max-width: 600px) {
  #s02 .inner .box .box_title .title_big {
    font-size: 5vw;
  }
}
@media (max-width: 425px) {
  #s02 .inner .box .box_title .title_big {
    font-size: 6.1176470588vw;
  }
}
#s02 .inner .box .box_title::before {
  display: none;
}

#s03 {
  background: url(/wp-content/uploads/top_bg008.jpg) no-repeat;
  background-size: cover;
  padding: clamp(70px, 10.2489019034vw, 140px) 0 clamp(60px, 7.3206442167vw, 100px);
}
#s03 .inner {
  max-width: calc(1400px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s03 .inner .box {
  background: #fff;
  padding: clamp(50px, 6.588579795vw, 90px) 6%;
  box-shadow: 0 0 4px 0 rgba(143, 150, 159, 0.28);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #s03 .inner .box {
    padding: 50px 6% 160px;
  }
}
#s03 .inner .box::after {
  content: "";
  background: url(/wp-content/uploads/sec02_img002.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -3px;
  width: 220px;
  height: 285px;
  right: 85px;
}
@media (max-width: 1366px) {
  #s03 .inner .box::after {
    width: 16.1054172767vw;
    height: 20.8638360176vw;
    right: 6.2225475842vw;
  }
}
@media (max-width: 767px) {
  #s03 .inner .box::after {
    bottom: 0;
    width: 126px;
    height: 163px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#s03 .inner .box .wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#s03 .inner .box .wrap .title_jp {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #8f969f;
  position: relative;
  margin: 0 0 clamp(40px, 3.6603221083vw, 50px);
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(23px, 2.9282576867vw, 40px);
  line-height: 1.9;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
  color: #516c8b;
}
@media (max-width: 600px) {
  #s03 .inner .box .wrap .title_jp {
    font-size: 4vw;
  }
}
@media (max-width: 425px) {
  #s03 .inner .box .wrap .title_jp {
    font-size: 4.7058823529vw;
  }
}
#s03 .inner .box .wrap .title_jp::before {
  display: none;
}
#s03 .inner .box .wrap .title_jp::after {
  content: "";
  background: url(/wp-content/uploads/sec02_img001.svg) no-repeat;
  background-size: contain;
  width: 58px;
  height: 18px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
#s03 .inner .box .wrap .content {
  color: #303030;
  padding: 0;
  margin-bottom: clamp(30px, 3.2942898975vw, 45px);
}
#s03 .inner .box .wrap .line_butotn a {
  max-width: 100%;
  width: 100%;
  background: #06c755;
  padding: clamp(20px, 2.4890190337vw, 34px) 6%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 8px 0 0 #58ad5d;
  text-decoration: none;
  -moz-column-gap: 13px;
       column-gap: 13px;
  position: relative;
}
@media (max-width: 425px) {
  #s03 .inner .box .wrap .line_butotn a {
    -moz-column-gap: 3.0588235294vw;
         column-gap: 3.0588235294vw;
  }
}
#s03 .inner .box .wrap .line_butotn a {
  /* transition: 0.4s all; */
  transition: 0.2s all; /* ボタンを押す感覚をリアルにするため、少し速くしました */
  /* マウスホバー時のアクション（ボタンが押される動き） */
}
#s03 .inner .box .wrap .line_butotn a:hover {
  transform: translateY(8px); /* 影の厚さ（8px）と同じ分だけ下に移動させます */
  box-shadow: 0 0 0 0 #58ad5d; /* 影を0にして、完全に押し込まれた状態を作ります */
}
#s03 .inner .box .wrap .line_butotn a .l_btn {
  padding: 0 clamp(15px, 1.4641288433vw, 20px);
  border-radius: 50vh;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(15px, 1.9033674963vw, 26px);
  line-height: 1.6;
  color: #06c755;
  background: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 425px) {
  #s03 .inner .box .wrap .line_butotn a .l_btn {
    font-size: 3.5294117647vw;
    padding: 0 3.5294117647vw;
  }
}
#s03 .inner .box .wrap .line_butotn a .l_main {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(17px, 2.0497803807vw, 28px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 425px) {
  #s03 .inner .box .wrap .line_butotn a .l_main {
    font-size: 4vw;
  }
}
#s03 .inner .box .wrap .line_butotn a .l_main .btn_space {
  display: none;
}
#s03 .inner .box .wrap .line_butotn a .l_icon {
  width: clamp(20px, 2.1229868228vw, 29px);
  height: clamp(20px, 2.1229868228vw, 29px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 425px) {
  #s03 .inner .box .wrap .line_butotn a .l_icon {
    width: 4.7058823529vw;
    height: 4.7058823529vw;
  }
}

#s04 {
  padding: clamp(70px, 10.2489019034vw, 140px) 0;
  background: url(/wp-content/uploads/top_bg002-scaled.jpg) no-repeat;
  background-size: cover;
}
#s04 .inner .title_en {
  /* グラデーションの設定 (0%, 50%, 100% のストップ) */
  /* 方向は 'to right', 'to bottom', '45deg' など必要に応じて変更してください */
  background: linear-gradient(to top, #6f8083 0%, rgba(111, 128, 131, 0.5) 50%, #6f8083 100%);
  padding: 0;
  margin: 0;
}
#s04 .inner .title_en::before {
  display: none;
}
#s04 .inner .title_en {
  /* テキストにグラデーションを適用するための必須プロパティ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Prata", serif;
  font-weight: 400; /* Regular */
  font-size: clamp(70px, 8.0527086384vw, 110px);
}
@media (max-width: 767px) {
  #s04 .inner .title_en {
    font-size: clamp(55px, 11.0533159948vw, 85px);
  }
}
#s04 .inner .title_en {
  line-height: 1.182;
  letter-spacing: -0.02em; /* -2% */
  text-transform: uppercase;
}
#s04 .inner .title_jp {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(23px, 2.9282576867vw, 40px);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  color: #303030;
  padding: 0;
  margin: 0 0 clamp(45px, 5.8565153734vw, 80px);
}
@media (max-width: 600px) {
  #s04 .inner .title_jp {
    font-size: 4vw;
  }
}
@media (max-width: 425px) {
  #s04 .inner .title_jp {
    font-size: 4.7058823529vw;
  }
}
#s04 .inner .title_jp::before {
  display: none;
}
#s04 .inner .box_wrap {
  position: relative;
  overflow: hidden;
}
#s04 .inner .box_wrap.box_wrap1 {
  margin-bottom: clamp(60px, 6.588579795vw, 90px);
}
#s04 .inner .box_wrap.box_wrap1::after {
  background: url(/wp-content/uploads/sec3_img002.png) no-repeat;
  background-size: contain;
  width: 37.4479166667vw;
  height: 23.4895833333vw;
  right: 0;
  bottom: 2.0833333333vw;
  position: absolute;
  content: "";
}
@media (max-width: 767px) {
  #s04 .inner .box_wrap.box_wrap1::after {
    width: 93.4980494148vw;
    height: 58.6475942783vw;
  }
}
#s04 .inner .box_wrap.box_wrap2 {
  margin-bottom: clamp(60px, 6.588579795vw, 90px);
}
#s04 .inner .box_wrap.box_wrap3 {
  margin-bottom: clamp(60px, 6.588579795vw, 90px);
}
#s04 .inner .box_wrap.box_wrap3::after {
  background: url(/wp-content/uploads/sec3_img005.png) no-repeat;
  background-size: contain;
  width: 37.4479166667vw;
  height: 23.4895833333vw;
  right: 0;
  bottom: 2.0833333333vw;
  position: absolute;
  content: "";
}
@media (max-width: 767px) {
  #s04 .inner .box_wrap.box_wrap3::after {
    width: 93.4980494148vw;
    height: 58.6475942783vw;
  }
}
#s04 .inner .grid_box {
  position: relative;
  z-index: 1;
  display: grid;
}
#s04 .inner .grid_box.box1 {
  grid-template-columns: 940fr 640fr;
  align-content: center;
  -moz-column-gap: clamp(35px, 3.6603221083vw, 50px);
       column-gap: clamp(35px, 3.6603221083vw, 50px);
  max-width: calc(1630px + 6%);
  width: 100%;
  padding-right: 6%;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box1 {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s04 .inner .grid_box.box1 .img_area {
  background: url(/wp-content/uploads/sec3_img001.jpg) no-repeat center center;
  background-size: cover;
  border-top-right-radius: clamp(50px, 7.3206442167vw, 100px);
  border-bottom-right-radius: clamp(50px, 7.3206442167vw, 100px);
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box1 .img_area {
    height: clamp(360px, 62.4187256177vw, 480px);
  }
}
#s04 .inner .grid_box.box1 .text_area {
  padding: clamp(60px, 8.78477306vw, 120px) 0;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box1 .text_area {
    padding: 0 0 0 6%;
  }
}
#s04 .inner .grid_box.box1 .text_area .title_space {
  display: flex;
  padding-bottom: clamp(20px, 2.5622254758vw, 35px);
  margin-bottom: clamp(15px, 1.8301610542vw, 25px);
  -moz-column-gap: clamp(10px, 1.0980966325vw, 15px);
       column-gap: clamp(10px, 1.0980966325vw, 15px);
  border-bottom: 2px dashed #6f8083;
  align-items: center;
}
#s04 .inner .grid_box.box1 .text_area .title_space .num {
  /* グラデーションの設定 (0%, 50%, 100% のストップ) */
  /* 方向は 'to right', 'to bottom', '45deg' など必要に応じて変更してください */
  background: linear-gradient(to top, #6f8083 0%, rgba(111, 128, 131, 0.5) 50%, #6f8083 100%);
  padding: 0;
  margin: 0;
}
#s04 .inner .grid_box.box1 .text_area .title_space .num::before {
  display: none;
}
#s04 .inner .grid_box.box1 .text_area .title_space .num {
  /* テキストにグラデーションを適用するための必須プロパティ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Prata", serif;
  font-weight: 400; /* Regular */
  font-size: clamp(40px, 4.39238653vw, 60px);
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box1 .text_area .title_space .num {
    font-size: clamp(30px, 3.6603221083vw, 50px);
  }
}
#s04 .inner .grid_box.box1 .text_area .title_space .num {
  line-height: 1.182;
  letter-spacing: -0.02em; /* -2% */
}
#s04 .inner .grid_box.box1 .text_area .title_space .grid_title {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  caret-color: #303030;
  line-height: normal;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 2.0497803807vw, 28px);
  padding: 0;
  margin: 0;
  position: relative;
  bottom: 3px;
}
#s04 .inner .grid_box.box1 .text_area .title_space .grid_title::before {
  display: none;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box1 .text_area .title_space .grid_title {
    font-size: clamp(18px, 3.1209362809vw, 24px);
  }
}
#s04 .inner .grid_box.box1 .text_area .title_space .grid_title span {
  font-size: clamp(26px, 2.4890190337vw, 34px);
  color: #516c8b;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box1 .text_area .title_space .grid_title span {
    font-size: clamp(22px, 3.6410923277vw, 28px);
  }
}
#s04 .inner .grid_box.box2 {
  grid-template-columns: 640fr 940fr;
  align-content: center;
  -moz-column-gap: clamp(35px, 3.6603221083vw, 50px);
       column-gap: clamp(35px, 3.6603221083vw, 50px);
  max-width: calc(1630px + 6%);
  width: 100%;
  padding-left: 6%;
  margin-left: auto;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box2 {
    display: flex;
    flex-direction: column-reverse;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s04 .inner .grid_box.box2 .img_area {
  background: url(/wp-content/uploads/sec3_img003.jpg) no-repeat center center;
  background-size: cover;
  border-top-left-radius: clamp(50px, 7.3206442167vw, 100px);
  border-bottom-left-radius: clamp(50px, 7.3206442167vw, 100px);
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box2 .img_area {
    height: clamp(360px, 62.4187256177vw, 480px);
  }
}
#s04 .inner .grid_box.box2 .text_area {
  padding: clamp(80px, 10.0292825769vw, 137px) 0;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box2 .text_area {
    padding: 0 6% 0 0;
  }
}
#s04 .inner .grid_box.box2 .text_area .title_space {
  display: flex;
  padding-bottom: clamp(20px, 2.5622254758vw, 35px);
  margin-bottom: clamp(15px, 1.8301610542vw, 25px);
  -moz-column-gap: clamp(10px, 1.0980966325vw, 15px);
       column-gap: clamp(10px, 1.0980966325vw, 15px);
  border-bottom: 2px dashed #6f8083;
  align-items: center;
}
#s04 .inner .grid_box.box2 .text_area .title_space .num {
  /* グラデーションの設定 (0%, 50%, 100% のストップ) */
  /* 方向は 'to right', 'to bottom', '45deg' など必要に応じて変更してください */
  background: linear-gradient(to top, #6f8083 0%, rgba(111, 128, 131, 0.5) 50%, #6f8083 100%);
  padding: 0;
  margin: 0;
}
#s04 .inner .grid_box.box2 .text_area .title_space .num::before {
  display: none;
}
#s04 .inner .grid_box.box2 .text_area .title_space .num {
  /* テキストにグラデーションを適用するための必須プロパティ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Prata", serif;
  font-weight: 400; /* Regular */
  font-size: clamp(40px, 4.39238653vw, 60px);
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box2 .text_area .title_space .num {
    font-size: clamp(30px, 3.6603221083vw, 50px);
  }
}
#s04 .inner .grid_box.box2 .text_area .title_space .num {
  line-height: 1.182;
  letter-spacing: -0.02em; /* -2% */
}
#s04 .inner .grid_box.box2 .text_area .title_space .grid_title {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  caret-color: #303030;
  line-height: normal;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 2.0497803807vw, 28px);
  padding: 0;
  margin: 0;
  position: relative;
  bottom: 3px;
}
#s04 .inner .grid_box.box2 .text_area .title_space .grid_title::before {
  display: none;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box2 .text_area .title_space .grid_title {
    font-size: clamp(18px, 3.1209362809vw, 24px);
  }
}
#s04 .inner .grid_box.box2 .text_area .title_space .grid_title span {
  font-size: clamp(26px, 2.4890190337vw, 34px);
  color: #516c8b;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box2 .text_area .title_space .grid_title span {
    font-size: clamp(22px, 3.6410923277vw, 28px);
  }
}
#s04 .inner .grid_box.box3 {
  grid-template-columns: 940fr 640fr;
  align-content: center;
  -moz-column-gap: clamp(35px, 3.6603221083vw, 50px);
       column-gap: clamp(35px, 3.6603221083vw, 50px);
  max-width: calc(1630px + 6%);
  width: 100%;
  padding-right: 6%;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box3 {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s04 .inner .grid_box.box3 .img_area {
  background: url(/wp-content/uploads/sec3_img004.jpg) no-repeat center center;
  background-size: cover;
  border-top-right-radius: clamp(50px, 7.3206442167vw, 100px);
  border-bottom-right-radius: clamp(50px, 7.3206442167vw, 100px);
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box3 .img_area {
    height: clamp(360px, 62.4187256177vw, 480px);
  }
}
#s04 .inner .grid_box.box3 .text_area {
  padding: clamp(60px, 8.78477306vw, 120px) 0;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box3 .text_area {
    padding: 0 0 0 6%;
  }
}
#s04 .inner .grid_box.box3 .text_area .title_space {
  display: flex;
  padding-bottom: clamp(20px, 2.5622254758vw, 35px);
  margin-bottom: clamp(15px, 1.8301610542vw, 25px);
  -moz-column-gap: clamp(10px, 1.0980966325vw, 15px);
       column-gap: clamp(10px, 1.0980966325vw, 15px);
  border-bottom: 2px dashed #6f8083;
  align-items: center;
}
#s04 .inner .grid_box.box3 .text_area .title_space .num {
  /* グラデーションの設定 (0%, 50%, 100% のストップ) */
  /* 方向は 'to right', 'to bottom', '45deg' など必要に応じて変更してください */
  background: linear-gradient(to top, #6f8083 0%, rgba(111, 128, 131, 0.5) 50%, #6f8083 100%);
  padding: 0;
  margin: 0;
}
#s04 .inner .grid_box.box3 .text_area .title_space .num::before {
  display: none;
}
#s04 .inner .grid_box.box3 .text_area .title_space .num {
  /* テキストにグラデーションを適用するための必須プロパティ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Prata", serif;
  font-weight: 400; /* Regular */
  font-size: clamp(40px, 4.39238653vw, 60px);
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box3 .text_area .title_space .num {
    font-size: clamp(30px, 3.6603221083vw, 50px);
  }
}
#s04 .inner .grid_box.box3 .text_area .title_space .num {
  line-height: 1.182;
  letter-spacing: -0.02em; /* -2% */
}
#s04 .inner .grid_box.box3 .text_area .title_space .grid_title {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  caret-color: #303030;
  line-height: normal;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 2.0497803807vw, 28px);
  padding: 0;
  margin: 0;
  position: relative;
  bottom: 3px;
}
#s04 .inner .grid_box.box3 .text_area .title_space .grid_title::before {
  display: none;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box3 .text_area .title_space .grid_title {
    font-size: clamp(18px, 3.1209362809vw, 24px);
  }
}
#s04 .inner .grid_box.box3 .text_area .title_space .grid_title span {
  font-size: clamp(26px, 2.4890190337vw, 34px);
  color: #516c8b;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box3 .text_area .title_space .grid_title span {
    font-size: clamp(22px, 3.6410923277vw, 28px);
  }
}
#s04 .inner .grid_box.box4 {
  grid-template-columns: 640fr 940fr;
  align-content: center;
  -moz-column-gap: clamp(35px, 3.6603221083vw, 50px);
       column-gap: clamp(35px, 3.6603221083vw, 50px);
  max-width: calc(1630px + 6%);
  width: 100%;
  padding-left: 6%;
  margin-left: auto;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box4 {
    display: flex;
    flex-direction: column-reverse;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s04 .inner .grid_box.box4 .img_area {
  background: url(/wp-content/uploads/sec3_img006.jpg) no-repeat center center;
  background-size: cover;
  border-top-left-radius: clamp(50px, 7.3206442167vw, 100px);
  border-bottom-left-radius: clamp(50px, 7.3206442167vw, 100px);
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box4 .img_area {
    height: clamp(360px, 62.4187256177vw, 480px);
  }
}
#s04 .inner .grid_box.box4 .text_area {
  padding: clamp(80px, 10.0292825769vw, 137px) 0;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box4 .text_area {
    padding: 0 6% 0 0;
  }
}
#s04 .inner .grid_box.box4 .text_area .title_space {
  display: flex;
  padding-bottom: clamp(20px, 2.5622254758vw, 35px);
  margin-bottom: clamp(15px, 1.8301610542vw, 25px);
  -moz-column-gap: clamp(10px, 1.0980966325vw, 15px);
       column-gap: clamp(10px, 1.0980966325vw, 15px);
  border-bottom: 2px dashed #6f8083;
  align-items: center;
}
#s04 .inner .grid_box.box4 .text_area .title_space .num {
  /* グラデーションの設定 (0%, 50%, 100% のストップ) */
  /* 方向は 'to right', 'to bottom', '45deg' など必要に応じて変更してください */
  background: linear-gradient(to top, #6f8083 0%, rgba(111, 128, 131, 0.5) 50%, #6f8083 100%);
  padding: 0;
  margin: 0;
}
#s04 .inner .grid_box.box4 .text_area .title_space .num::before {
  display: none;
}
#s04 .inner .grid_box.box4 .text_area .title_space .num {
  /* テキストにグラデーションを適用するための必須プロパティ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Prata", serif;
  font-weight: 400; /* Regular */
  font-size: clamp(40px, 4.39238653vw, 60px);
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box4 .text_area .title_space .num {
    font-size: clamp(30px, 3.6603221083vw, 50px);
  }
}
#s04 .inner .grid_box.box4 .text_area .title_space .num {
  line-height: 1.182;
  letter-spacing: -0.02em; /* -2% */
}
#s04 .inner .grid_box.box4 .text_area .title_space .grid_title {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  caret-color: #303030;
  line-height: normal;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 2.0497803807vw, 28px);
  padding: 0;
  margin: 0;
  position: relative;
  bottom: 3px;
}
#s04 .inner .grid_box.box4 .text_area .title_space .grid_title::before {
  display: none;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box4 .text_area .title_space .grid_title {
    font-size: clamp(18px, 3.1209362809vw, 24px);
  }
}
#s04 .inner .grid_box.box4 .text_area .title_space .grid_title span {
  font-size: clamp(26px, 2.4890190337vw, 34px);
  color: #516c8b;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box.box4 .text_area .title_space .grid_title span {
    font-size: clamp(22px, 3.6410923277vw, 28px);
  }
}

.add_bg {
  background: url(/wp-content/uploads/top_bg003-scaled.jpg) no-repeat;
  background-size: cover;
  padding: clamp(70px, 10.2489019034vw, 140px) 0 clamp(30px, 3.6603221083vw, 50px);
}

#s05 {
  padding: 0 0 clamp(60px, 8.78477306vw, 120px);
}
#s05 .inner .grid_box {
  display: grid;
  grid-template-columns: 735fr 960fr;
  align-content: center;
  -moz-column-gap: clamp(45px, 7.3206442167vw, 100px);
       column-gap: clamp(45px, 7.3206442167vw, 100px);
  max-width: 93.4895833333vw;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 767px) {
  #s05 .inner .grid_box {
    display: flex;
    flex-direction: column-reverse;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s05 .inner .grid_box .img_area {
  background: url(/wp-content/uploads/sec4_img002.jpg) no-repeat center center;
  background-size: cover;
  border-top-left-radius: clamp(50px, 7.3206442167vw, 100px);
  border-bottom-left-radius: clamp(50px, 7.3206442167vw, 100px);
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #s05 .inner .grid_box .img_area {
    height: clamp(360px, 62.4187256177vw, 480px);
  }
}
#s05 .inner .grid_box .text_area {
  padding: 0 0 23px 0;
}
@media (max-width: 767px) {
  #s05 .inner .grid_box .text_area {
    padding: 0 6% 0 0;
  }
}
#s05 .inner .grid_box .text_area .title_en {
  text-align: start;
  /* グラデーションの設定 (0%, 50%, 100% のストップ) */
  /* 方向は 'to right', 'to bottom', '45deg' など必要に応じて変更してください */
  background: linear-gradient(to top, #6f8083 0%, rgba(111, 128, 131, 0.5) 50%, #6f8083 100%);
  padding: 0;
  margin: 0 0 clamp(25px, 2.9282576867vw, 40px);
}
#s05 .inner .grid_box .text_area .title_en::before {
  display: none;
}
#s05 .inner .grid_box .text_area .title_en {
  /* テキストにグラデーションを適用するための必須プロパティ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Prata", serif;
  font-weight: 400; /* Regular */
  font-size: clamp(35px, 4.6875vw, 90px);
}
@media (max-width: 767px) {
  #s05 .inner .grid_box .text_area .title_en {
    font-size: clamp(35px, 8.4525357607vw, 65px);
  }
}
#s05 .inner .grid_box .text_area .title_en {
  line-height: 1.182;
  letter-spacing: -0.02em; /* -2% */
  text-transform: uppercase;
}
#s05 .inner .grid_box .text_area .title_jp {
  padding: 12px 0;
  border-top: 2px solid #6f8083;
  border-bottom: 2px solid #6f8083;
  position: relative;
  margin: 0 0 clamp(30px, 3.2942898975vw, 45px);
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(23px, 2.0833333333vw, 40px);
  line-height: 1.9;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
  color: #6f8083;
}
@media (max-width: 767px) {
  #s05 .inner .grid_box .text_area .title_jp {
    font-size: 3.6410923277vw;
  }
}
@media (max-width: 600px) {
  #s05 .inner .grid_box .text_area .title_jp {
    font-size: 4vw;
  }
}
@media (max-width: 425px) {
  #s05 .inner .grid_box .text_area .title_jp {
    font-size: 5.1764705882vw;
  }
}
#s05 .inner .grid_box .text_area .title_jp::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background: url(/wp-content/uploads/sec4_img001.svg) no-repeat;
  transform: translateY(-50%);
  background-size: contain;
  width: clamp(30px, 2.5vw, 48px);
  height: clamp(25px, 2.0833333333vw, 40px);
}
#s05 .inner .grid_box .text_area .title_jp::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background: url(/wp-content/uploads/sec4_img001.svg) no-repeat;
  transform: translateY(-50%) scaleX(-1);
  background-size: contain;
  width: clamp(30px, 2.5vw, 48px);
  height: clamp(25px, 2.0833333333vw, 40px);
}
#s05 .inner .grid_box .text_area .grid_subtitle {
  padding: 0;
  margin: 0 0 clamp(15px, 1.8301610542vw, 25px);
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #303030;
  font-size: clamp(20px, 1.4583333333vw, 28px);
}
@media (max-width: 767px) {
  #s05 .inner .grid_box .text_area .grid_subtitle {
    font-size: clamp(18px, 3.1209362809vw, 24px);
  }
}
#s05 .inner .grid_box .text_area .grid_subtitle::before {
  display: none;
}

#s06 {
  background: rgba(218, 221, 224, 0.75);
  padding: clamp(35px, 3.6603221083vw, 50px) 0;
}
#s06 .inner {
  max-width: 94.7916666667vw;
  width: 100%;
  margin: 0 auto;
  border-radius: clamp(40px, 5.8565153734vw, 80px);
  padding: clamp(70px, 10.2489019034vw, 140px) 6% clamp(60px, 8.78477306vw, 120px);
  background: url(/wp-content/uploads/top_bg004-scaled.jpg) no-repeat;
  background-size: cover;
}
#s06 .inner .wrap {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
#s06 .inner .wrap .s06_top {
  padding-bottom: clamp(60px, 8.78477306vw, 120px);
}
#s06 .inner .wrap .s06_top .main_img {
  max-width: clamp(160px, 17.2767203514vw, 236px);
  width: 100%;
  margin: 0 auto 12px;
}
#s06 .inner .wrap .s06_top .main_img img {
  width: 100%;
}
#s06 .inner .wrap .s06_top .title_jp {
  padding: 0;
  margin: 0 0 clamp(30px, 3.2942898975vw, 45px);
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(26px, 2.4890190337vw, 34px);
  line-height: 1.6;
  color: #303030;
  letter-spacing: 0.1em;
}
#s06 .inner .wrap .s06_top .title_jp::before {
  display: none;
}
@media (max-width: 767px) {
  #s06 .inner .wrap .s06_top .title_jp {
    font-size: clamp(22px, 3.6410923277vw, 28px);
  }
}
#s06 .inner .wrap .s06_top .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(30px, 4.39238653vw, 60px);
       column-gap: clamp(30px, 4.39238653vw, 60px);
  row-gap: clamp(35px, 5.1244509517vw, 70px);
}
@media (max-width: 767px) {
  #s06 .inner .wrap .s06_top .grid_box {
    grid-template-columns: 1fr;
  }
}
#s06 .inner .wrap .s06_top .grid_box .grid_col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
#s06 .inner .wrap .s06_top .grid_box .grid_col figure img {
  width: 100%;
}
#s06 .inner .wrap .s06_top .grid_box .grid_col .grid_title {
  padding: 0 6%;
  margin: 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #8f969f 0%, #b6bbc2 50%, #8f969f 100%);
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: clamp(18px, 1.9033674963vw, 26px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #s06 .inner .wrap .s06_top .grid_box .grid_col .grid_title {
    font-size: clamp(18px, 3.1209362809vw, 24px);
  }
}
#s06 .inner .wrap .s06_top .grid_box .grid_col .grid_title:before {
  display: none;
}
#s06 .inner .wrap .s06_top .grid_box .grid_col .box {
  background: #fff;
  display: block;
  padding: clamp(20px, 1.8301610542vw, 25px) clamp(20px, 3.2942898975vw, 45px) clamp(30px, 2.5622254758vw, 35px);
}
#s06 .inner .wrap .s06_top .grid_box .grid_col .box .grid_subtitle {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Zen Kaku Gothic New", YuGothic, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.6105417277vw, 22px);
  text-align: center;
  padding: 0;
  color: #516c8b;
  margin: 0 0 clamp(10px, 1.0980966325vw, 15px) 0;
}
@media (max-width: 1366px) {
  #s06 .inner .wrap .s06_top .grid_box .grid_col .box .grid_subtitle {
    font-size: clamp(18px, 1.4641288433vw, 20px);
  }
}
@media (max-width: 767px) {
  #s06 .inner .wrap .s06_top .grid_box .grid_col .box .grid_subtitle {
    font-size: clamp(16px, 2.6007802341vw, 20px);
  }
}
#s06 .inner .wrap .s06_top .grid_box .grid_col .box .grid_subtitle::before {
  display: none;
}
#s06 .inner .wrap .s06_top .grid_box .grid_col .box .grid_subtitle .subtitle_space {
  display: none;
}
@media (max-width: 1200px) {
  #s06 .inner .wrap .s06_top .grid_box .grid_col .box .grid_subtitle .subtitle_space {
    display: block;
  }
}
@media (max-width: 767px) {
  #s06 .inner .wrap .s06_top .grid_box .grid_col .box .grid_subtitle .subtitle_space {
    display: none;
  }
}
@media (max-width: 425px) {
  #s06 .inner .wrap .s06_top .grid_box .grid_col .box .grid_subtitle .subtitle_space {
    display: block;
  }
}
#s06 .inner .wrap .s06_bottom .main_img {
  max-width: clamp(160px, 17.2767203514vw, 236px);
  width: 100%;
  margin: 0 auto 12px;
}
#s06 .inner .wrap .s06_bottom .main_img img {
  width: 100%;
}
#s06 .inner .wrap .s06_bottom .title_jp {
  padding: 0;
  margin: 0 0 clamp(30px, 3.2942898975vw, 45px);
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(26px, 2.4890190337vw, 34px);
  line-height: 1.6;
  color: #303030;
  letter-spacing: 0.1em;
}
#s06 .inner .wrap .s06_bottom .title_jp::before {
  display: none;
}
@media (max-width: 767px) {
  #s06 .inner .wrap .s06_bottom .title_jp {
    font-size: clamp(22px, 3.6410923277vw, 28px);
  }
}
#s06 .inner .wrap .s06_bottom .table_img {
  /* 767px以下で横スクロールを有効にする */
}
@media (max-width: 767px) {
  #s06 .inner .wrap .s06_bottom .table_img {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSでのスクロールを滑らかにする */
    padding-bottom: 10px; /* スクロールバーと画像の間の余白（任意） */
  }
}
#s06 .inner .wrap .s06_bottom .table_img img {
  width: 100%;
  /* スマホ表示時に表が縮みすぎず、横スクロールが発生するように最小幅を設定 */
}
@media (max-width: 767px) {
  #s06 .inner .wrap .s06_bottom .table_img img {
    min-width: 900px; /* ※表の文字が潰れない適切なサイズに適宜調整してください */
  }
}

#s07 {
  padding: clamp(70px, 10.2489019034vw, 140px) 0 clamp(50px, 7.3206442167vw, 100px);
}
#s07 .inner .grid_box {
  display: grid;
  grid-template-columns: 960fr 735fr;
  align-content: center;
  -moz-column-gap: clamp(45px, 7.3206442167vw, 100px);
       column-gap: clamp(45px, 7.3206442167vw, 100px);
  max-width: 93.4895833333vw;
  width: 100%;
}
@media (max-width: 767px) {
  #s07 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s07 .inner .grid_box .img_area {
  background: url(/wp-content/uploads/sec5_img001.jpg) no-repeat center center;
  background-size: cover;
  border-top-right-radius: clamp(50px, 7.3206442167vw, 100px);
  border-bottom-right-radius: clamp(50px, 7.3206442167vw, 100px);
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #s07 .inner .grid_box .img_area {
    height: clamp(360px, 62.4187256177vw, 480px);
  }
}
#s07 .inner .grid_box .text_area {
  padding: clamp(40px, 4.6120058565vw, 63px) 0;
}
@media (max-width: 767px) {
  #s07 .inner .grid_box .text_area {
    padding: 0 0 0 6%;
  }
}
#s07 .inner .grid_box .text_area .title_en {
  text-align: start;
  /* グラデーションの設定 (0%, 50%, 100% のストップ) */
  /* 方向は 'to right', 'to bottom', '45deg' など必要に応じて変更してください */
  background: linear-gradient(to top, #6f8083 0%, rgba(111, 128, 131, 0.5) 50%, #6f8083 100%);
  padding: 0;
  margin: 0 0 clamp(25px, 2.9282576867vw, 40px);
}
#s07 .inner .grid_box .text_area .title_en::before {
  display: none;
}
#s07 .inner .grid_box .text_area .title_en {
  /* テキストにグラデーションを適用するための必須プロパティ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Prata", serif;
  font-weight: 400; /* Regular */
  font-size: clamp(35px, 4.6875vw, 90px);
}
@media (max-width: 767px) {
  #s07 .inner .grid_box .text_area .title_en {
    font-size: clamp(35px, 8.4525357607vw, 65px);
  }
}
#s07 .inner .grid_box .text_area .title_en {
  line-height: 1.182;
  letter-spacing: -0.02em; /* -2% */
  text-transform: uppercase;
}
#s07 .inner .grid_box .text_area .title_jp {
  padding: 12px 0;
  border-top: 2px solid #6f8083;
  border-bottom: 2px solid #6f8083;
  position: relative;
  margin: 0 0 clamp(30px, 3.2942898975vw, 45px);
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(23px, 2.0833333333vw, 40px);
  line-height: 1.9;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
  color: #6f8083;
}
@media (max-width: 767px) {
  #s07 .inner .grid_box .text_area .title_jp {
    font-size: 3.6410923277vw;
  }
}
@media (max-width: 600px) {
  #s07 .inner .grid_box .text_area .title_jp {
    font-size: 4vw;
  }
}
@media (max-width: 425px) {
  #s07 .inner .grid_box .text_area .title_jp {
    font-size: 5.1764705882vw;
  }
}
#s07 .inner .grid_box .text_area .title_jp::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background: url(/wp-content/uploads/sec5_img002.svg) no-repeat;
  transform: translateY(-50%);
  background-size: contain;
  width: clamp(30px, 2.34375vw, 45px);
  height: clamp(30px, 2.34375vw, 45px);
}
#s07 .inner .grid_box .text_area .title_jp::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background: url(/wp-content/uploads/sec5_img002.svg) no-repeat;
  transform: translateY(-50%) scaleX(-1);
  background-size: contain;
  width: clamp(30px, 2.34375vw, 45px);
  height: clamp(30px, 2.34375vw, 45px);
}
#s07 .inner .grid_box .text_area .grid_subtitle {
  padding: 0;
  margin: 0 0 clamp(15px, 1.8301610542vw, 25px);
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #303030;
  font-size: clamp(20px, 1.4583333333vw, 28px);
}
@media (max-width: 767px) {
  #s07 .inner .grid_box .text_area .grid_subtitle {
    font-size: clamp(18px, 3.1209362809vw, 24px);
  }
}
#s07 .inner .grid_box .text_area .grid_subtitle::before {
  display: none;
}

#s08 {
  padding: 0 0 clamp(70px, 10.2489019034vw, 140px);
}
#s08 .inner {
  max-width: calc(1366px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s08 .inner .title_wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto clamp(30px, 2.9282576867vw, 40px);
}
#s08 .inner .title_wrap figure {
  max-width: clamp(120px, 11.7130307467vw, 160px);
  width: 100%;
  margin: 0 auto clamp(5px, 1.0980966325vw, 15px);
}
#s08 .inner .title_wrap figure img {
  width: 100%;
}
#s08 .inner .title_wrap::after {
  content: "";
  background: url(/wp-content/uploads/sec5_img004.svg) no-repeat;
  background-size: contain;
  width: 179px;
  height: 105px;
  left: -121px;
  bottom: 35px;
  position: absolute;
  transform: rotate(358deg);
}
@media (max-width: 1024px) {
  #s08 .inner .title_wrap::after {
    width: 17.48046875vw;
    height: 10.25390625vw;
    left: -11.81640625vw;
    bottom: 3.41796875vw;
  }
}
@media (max-width: 767px) {
  #s08 .inner .title_wrap::after {
    width: 23.2769830949vw;
    height: 13.6540962289vw;
    left: -15.7347204161vw;
    bottom: 45px;
  }
}
@media (max-width: 425px) {
  #s08 .inner .title_wrap::after {
    left: -10.5882352941vw;
    bottom: 10.5882352941vw;
  }
}
#s08 .inner .title_wrap::before {
  content: "";
  background: url(/wp-content/uploads/sec5_img005.svg) no-repeat;
  background-size: contain;
  width: 179px;
  height: 105px;
  right: -131px;
  bottom: 35px;
  position: absolute;
  transform: rotate(358deg);
}
@media (max-width: 1024px) {
  #s08 .inner .title_wrap::before {
    width: 17.48046875vw;
    height: 10.25390625vw;
    right: -12.79296875vw;
    bottom: 3.41796875vw;
  }
}
@media (max-width: 767px) {
  #s08 .inner .title_wrap::before {
    width: 23.2769830949vw;
    height: 13.6540962289vw;
    right: -17.0351105332vw;
    bottom: 45px;
  }
}
@media (max-width: 425px) {
  #s08 .inner .title_wrap::before {
    right: -15.2941176471vw;
    bottom: 10.5882352941vw;
  }
}
#s08 .inner .title_wrap .title_jp {
  text-align: center;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(26px, 2.4890190337vw, 34px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0;
}
#s08 .inner .title_wrap .title_jp::before {
  display: none;
}
@media (max-width: 767px) {
  #s08 .inner .title_wrap .title_jp {
    font-size: clamp(22px, 3.9011703511vw, 30px);
  }
}
#s08 .inner .title_wrap .title_jp span {
  font-size: clamp(32px, 2.9282576867vw, 40px);
}
@media (max-width: 767px) {
  #s08 .inner .title_wrap .title_jp span {
    font-size: clamp(26px, 4.6814044213vw, 36px);
  }
}
#s08 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: clamp(25px, 2.3426061493vw, 32px);
       column-gap: clamp(25px, 2.3426061493vw, 32px);
}
@media (max-width: 1024px) {
  #s08 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s08 .inner .grid_box .grid_col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: clamp(50px, 5.3440702782vw, 73px) clamp(20px, 2.196193265vw, 30px) clamp(35px, 3.2942898975vw, 45px);
  border-top-left-radius: 50vh;
  border-top-right-radius: 50vh;
}
@media (max-width: 1024px) {
  #s08 .inner .grid_box .grid_col {
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
  }
}
#s08 .inner .grid_box .grid_col.box1 {
  background: #5c7b9c;
}
#s08 .inner .grid_box .grid_col.box2 {
  background: #58889d;
}
#s08 .inner .grid_box .grid_col.box3 {
  background: #68a1a3;
}
#s08 .inner .grid_box .grid_col figure {
  max-width: clamp(100px, 9.3704245974vw, 128px);
  width: 100%;
  margin: 0 auto clamp(20px, 2.1229868228vw, 29px);
}
#s08 .inner .grid_box .grid_col figure img {
  width: 100%;
}
#s08 .inner .grid_box .grid_col .grid_title {
  text-align: center;
  margin: 0 0 clamp(15px, 1.4641288433vw, 20px);
  padding: 0 0 clamp(15px, 1.4641288433vw, 20px);
  color: #fff;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(14px, 1.9033674963vw, 26px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-bottom: 2px dashed #fff;
}
@media (max-width: 1366px) {
  #s08 .inner .grid_box .grid_col .grid_title {
    font-size: clamp(18px, 1.6105417277vw, 22px);
  }
}
@media (max-width: 1024px) {
  #s08 .inner .grid_box .grid_col .grid_title {
    font-size: clamp(22px, 3.3810143043vw, 26px);
  }
}
@media (max-width: 425px) {
  #s08 .inner .grid_box .grid_col .grid_title {
    font-size: clamp(20px, 5.1764705882vw, 22px);
  }
}
#s08 .inner .grid_box .grid_col .grid_title::before {
  display: none;
}
#s08 .inner .grid_box .grid_col .content {
  color: #fff;
}

#s09 {
  background: url(/wp-content/uploads/top_bg005.jpg) no-repeat;
  background-size: cover;
  padding: clamp(70px, 10.2489019034vw, 140px) 0;
}
#s09 .inner {
  max-width: calc(1366px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s09 .inner .title_en {
  /* グラデーションの設定 (0%, 50%, 100% のストップ) */
  /* 方向は 'to right', 'to bottom', '45deg' など必要に応じて変更してください */
  background: linear-gradient(to top, #6f8083 0%, rgba(111, 128, 131, 0.5) 50%, #6f8083 100%);
  padding: 0;
  margin: 0;
}
#s09 .inner .title_en::before {
  display: none;
}
#s09 .inner .title_en {
  /* テキストにグラデーションを適用するための必須プロパティ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Prata", serif;
  font-weight: 400; /* Regular */
  font-size: clamp(70px, 8.0527086384vw, 110px);
}
@media (max-width: 767px) {
  #s09 .inner .title_en {
    font-size: clamp(55px, 11.0533159948vw, 85px);
  }
}
#s09 .inner .title_en {
  line-height: 1.182;
  letter-spacing: -0.02em; /* -2% */
  text-transform: uppercase;
}
#s09 .inner .title_jp {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(23px, 2.9282576867vw, 40px);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  color: #303030;
  padding: 0;
  margin: 0 0 clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 600px) {
  #s09 .inner .title_jp {
    font-size: 4vw;
  }
}
@media (max-width: 425px) {
  #s09 .inner .title_jp {
    font-size: 4.7058823529vw;
  }
}
#s09 .inner .title_jp::before {
  display: none;
}
#s09 .inner .content {
  text-align: center;
  margin-bottom: clamp(35px, 3.6603221083vw, 50px);
}
#s09 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(45px, 4.39238653vw, 60px);
       column-gap: clamp(45px, 4.39238653vw, 60px);
  position: relative;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
@media (max-width: 767px) {
  #s09 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(60px, 5.8565153734vw, 80px);
  }
}
#s09 .inner .grid_box::after {
  width: clamp(60px, 5.5636896047vw, 76px);
  height: clamp(60px, 5.5636896047vw, 76px);
  background: url(/wp-content/uploads/sec5_img011.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
@media (max-width: 767px) {
  #s09 .inner .grid_box::after {
    transform: translate(-50%, -50%) rotate(90deg);
    width: clamp(40px, 7.8023407022vw, 60px);
    height: clamp(40px, 7.8023407022vw, 60px);
  }
}
#s09 .inner .grid_box img {
  width: 100%;
}
#s09 .inner .treatment_details {
  /* テーブル全体のスタイル（外枠など） */
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
}
#s09 .inner .treatment_details .row {
  /* 各行のレイアウトをFlexboxで設定し、高さを揃える */
  display: flex;
  border-bottom: 1px solid #cacaca;
  margin: 0;
  /* スマホ表示では縦並びに変更 */
}
@media (max-width: 767px) {
  #s09 .inner .treatment_details .row {
    flex-direction: column;
  }
}
#s09 .inner .treatment_details dt {
  /* 左側の見出し部分（グレーの背景） */
  width: 28%;
  background-color: #95a2a4; /* 画像のグレーに近い色 */
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: clamp(20px, 2.0497803807vw, 28px) clamp(20px, 2.9282576867vw, 40px);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #s09 .inner .treatment_details dt {
    width: 100%;
    padding: 12px 15px;
  }
}
#s09 .inner .treatment_details dd {
  /* 右側のテキスト内容部分 */
  width: 72%;
  margin: 0;
  color: #303030;
  line-height: 1.6;
  padding: clamp(20px, 2.0497803807vw, 28px) clamp(20px, 3.6603221083vw, 50px);
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Zen Kaku Gothic New", YuGothic, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.4641288433vw, 20px);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #s09 .inner .treatment_details dd {
    width: 100%;
    padding: 15px;
  }
}

#s10 {
  padding: clamp(70px, 10.2489019034vw, 140px) 0;
}
#s10 .inner {
  max-width: calc(1366px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s10 .inner .title_en {
  /* グラデーションの設定 (0%, 50%, 100% のストップ) */
  /* 方向は 'to right', 'to bottom', '45deg' など必要に応じて変更してください */
  background: linear-gradient(to top, #6f8083 0%, rgba(111, 128, 131, 0.5) 50%, #6f8083 100%);
  padding: 0;
  margin: 0;
}
#s10 .inner .title_en::before {
  display: none;
}
#s10 .inner .title_en {
  /* テキストにグラデーションを適用するための必須プロパティ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Prata", serif;
  font-weight: 400; /* Regular */
  font-size: clamp(70px, 8.0527086384vw, 110px);
}
@media (max-width: 767px) {
  #s10 .inner .title_en {
    font-size: clamp(55px, 11.0533159948vw, 85px);
  }
}
#s10 .inner .title_en {
  line-height: 1.182;
  letter-spacing: -0.02em; /* -2% */
  text-transform: uppercase;
}
#s10 .inner .title_jp {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(23px, 2.9282576867vw, 40px);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  color: #303030;
  padding: 0;
  margin: 0 0 clamp(35px, 3.6603221083vw, 50px);
}
@media (max-width: 600px) {
  #s10 .inner .title_jp {
    font-size: 4vw;
  }
}
@media (max-width: 425px) {
  #s10 .inner .title_jp {
    font-size: 4.7058823529vw;
  }
}
#s10 .inner .title_jp::before {
  display: none;
}
#s10 .inner .treatment_details {
  /* テーブル全体のスタイル（外枠など） */
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
}
#s10 .inner .treatment_details .row {
  /* 各行のレイアウトをFlexboxで設定し、高さを揃える */
  display: flex;
  border-bottom: 1px solid #cacaca;
  margin: 0;
  /* スマホ表示では縦並びに変更 */
}
@media (max-width: 767px) {
  #s10 .inner .treatment_details .row {
    flex-direction: column;
  }
}
#s10 .inner .treatment_details dt {
  /* 左側の見出し部分（グレーの背景） */
  width: 28%;
  background-color: #95a2a4; /* 画像のグレーに近い色 */
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: clamp(20px, 2.0497803807vw, 28px) clamp(20px, 2.9282576867vw, 40px);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #s10 .inner .treatment_details dt {
    width: 100%;
    padding: 12px 15px;
  }
}
#s10 .inner .treatment_details dd {
  /* 右側のテキスト内容部分 */
  width: 72%;
  margin: 0;
  color: #303030;
  line-height: 1.6;
  padding: clamp(20px, 2.0497803807vw, 28px) clamp(20px, 3.6603221083vw, 50px);
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Zen Kaku Gothic New", YuGothic, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.4641288433vw, 20px);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #s10 .inner .treatment_details dd {
    width: 100%;
    padding: 15px;
  }
}
#s10 .inner .notes_wrapper {
  /* 全体の余白や幅の設定（必要に応じて調整してください） */
  margin: clamp(30px, 2.9282576867vw, 40px) 0;
}
#s10 .inner .notes_wrapper .text_flex {
  display: flex;
  align-items: flex-start; /* 複数行になった場合に「※」が一番上に揃うように設定 */
  margin-bottom: 2px; /* 各項目の間の余白 */
}
#s10 .inner .notes_wrapper .text_flex:last-child {
  margin-bottom: 0;
}
#s10 .inner .notes_wrapper .text_flex p {
  margin: 0;
}
#s10 .inner .notes_wrapper .text_flex p:first-child {
  /* 「※」の幅を固定して、右側のテキストが折り返しても綺麗に揃うようにする */
  width: 1.2em;
  position: relative;
  top: clamp(3px, 0.3660322108vw, 5px);
  flex-shrink: 0; /* 「※」が縮まないように設定 */
}
@media (max-width: 425px) {
  #s10 .inner .notes_wrapper .text_flex p:first-child {
    top: 0;
  }
}
#s10 .inner .notes_wrapper .text_flex .content {
  /* テキスト内容の部分 */
  width: calc(100% - 1.2em);
}
#s10 .inner .price_title {
  position: relative;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  color: #516c8b;
  line-height: 1.6;
  font-size: clamp(22px, 2.0497803807vw, 28px);
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0 0 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  #s10 .inner .price_title {
    font-size: clamp(20px, 3.1209362809vw, 24px);
  }
}
#s10 .inner .price_title::after {
  position: absolute;
  left: 0;
  bottom: 5px; /* 형광펜의 세로 위치. 필요에 따라 조절하세요 (예: 10%, 0px 등) */
  width: 100%;
  height: 35%; /* 형광펜의 두께 (이미지처럼 글자 절반 아래쪽을 덮으려면 40~50% 추천) */
  background-color: #c6ced7; /* 요청하신 색상 */
  z-index: -1;
  content: "";
}
#s10 .inner .price_title::before {
  display: none;
}

#s11 {
  background: url(/wp-content/uploads/top_bg006-scaled.jpg) no-repeat;
  background-size: cover;
  padding: clamp(70px, 10.2489019034vw, 140px) 0;
}
#s11 .inner {
  max-width: calc(1366px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s11 .inner .title_en {
  /* グラデーションの設定 (0%, 50%, 100% のストップ) */
  /* 方向は 'to right', 'to bottom', '45deg' など必要に応じて変更してください */
  background: linear-gradient(to top, #6f8083 0%, rgba(111, 128, 131, 0.5) 50%, #6f8083 100%);
  padding: 0;
  margin: 0;
}
#s11 .inner .title_en::before {
  display: none;
}
#s11 .inner .title_en {
  /* テキストにグラデーションを適用するための必須プロパティ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Prata", serif;
  font-weight: 400; /* Regular */
  font-size: clamp(70px, 8.0527086384vw, 110px);
}
@media (max-width: 767px) {
  #s11 .inner .title_en {
    font-size: clamp(55px, 11.0533159948vw, 85px);
  }
}
#s11 .inner .title_en {
  line-height: 1.182;
  letter-spacing: -0.02em; /* -2% */
  text-transform: uppercase;
}
#s11 .inner .title_jp {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(23px, 2.9282576867vw, 40px);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  color: #303030;
  padding: 0;
  margin: 0 0 clamp(25px, 2.9282576867vw, 40px);
}
@media (max-width: 600px) {
  #s11 .inner .title_jp {
    font-size: 4vw;
  }
}
@media (max-width: 425px) {
  #s11 .inner .title_jp {
    font-size: 4.7058823529vw;
  }
}
#s11 .inner .title_jp::before {
  display: none;
}
#s11 .inner .box {
  background: rgba(111, 128, 131, 0.2);
  padding: clamp(40px, 3.6603221083vw, 50px) clamp(20px, 3.6603221083vw, 50px);
  box-shadow: 0 0 5px 0 #c5c5c5;
  border-radius: 30px;
}
@media (max-width: 767px) {
  #s11 .inner .box {
    padding: 40px 6%;
  }
}
#s11 .inner .box .grid_box {
  display: grid;
  margin-bottom: clamp(25px, 2.9282576867vw, 40px);
  padding: clamp(40px, 3.6603221083vw, 50px) clamp(20px, 2.9282576867vw, 40px) clamp(40px, 3.6603221083vw, 50px) 146px;
  position: relative;
  grid-template-columns: 400fr 630fr;
  background: #fff;
  align-items: center;
  -moz-column-gap: clamp(30px, 3.6603221083vw, 50px);
       column-gap: clamp(30px, 3.6603221083vw, 50px);
  border-radius: 25px;
}
@media (max-width: 1024px) {
  #s11 .inner .box .grid_box {
    padding: 40px 20px 40px 14.2578125vw;
  }
}
@media (max-width: 767px) {
  #s11 .inner .box .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 3.2942898975vw, 45px);
    padding: 40px 6%;
  }
}
#s11 .inner .box .grid_box::after {
  top: clamp(40px, 3.6603221083vw, 50px);
  width: 66px;
  height: 102px;
  content: "";
  position: absolute;
  left: 40px;
}
@media (max-width: 1024px) {
  #s11 .inner .box .grid_box::after {
    width: 6.4453125vw;
    height: 9.9609375vw;
    left: 3.90625vw;
  }
}
@media (max-width: 767px) {
  #s11 .inner .box .grid_box::after {
    width: 8.5825747724vw;
    height: 13.2639791938vw;
    left: 2.6007802341vw;
    top: 2.6007802341vw;
  }
}
@media (max-width: 425px) {
  #s11 .inner .box .grid_box::after {
    width: 40px;
    height: 80px;
  }
}
#s11 .inner .box .grid_box .img_area {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 767px) {
  #s11 .inner .box .grid_box .img_area {
    height: clamp(240px, 62.4187256177vw, 480px);
  }
}
#s11 .inner .box .grid_box .text_area .grid_title {
  position: relative;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  color: #516c8b;
  line-height: 1.6;
  font-size: clamp(22px, 2.0497803807vw, 28px);
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0 0 clamp(15px, 1.4641288433vw, 20px);
}
@media (max-width: 767px) {
  #s11 .inner .box .grid_box .text_area .grid_title {
    font-size: clamp(20px, 3.1209362809vw, 24px);
  }
}
#s11 .inner .box .grid_box .text_area .grid_title::before {
  display: none;
}
#s11 .inner .box .grid_box.box1::after {
  background: url(/wp-content/uploads/sec7_img001.svg) no-repeat;
  background-size: contain;
}
#s11 .inner .box .grid_box.box1 .img_area {
  background: url(/wp-content/uploads/sec7_img002.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 800px) {
  #s11 .inner .box .grid_box.box1 .img_area {
    background-position-x: 66%;
  }
}
#s11 .inner .box .grid_box.box1 .text_area {
  padding: clamp(10px, 1.3909224012vw, 19px) 0;
}
@media (max-width: 767px) {
  #s11 .inner .box .grid_box.box1 .text_area {
    padding: 0;
  }
}
#s11 .inner .box .grid_box.box1 .text_area .line_img {
  max-width: clamp(240px, 23.2796486091vw, 318px);
  width: 100%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #s11 .inner .box .grid_box.box1 .text_area .line_img {
    max-width: clamp(240px, 36.410923277vw, 280px);
  }
}
#s11 .inner .box .grid_box.box1 .text_area .line_img img {
  width: 100%;
}
#s11 .inner .box .grid_box.box2::after {
  background: url(/wp-content/uploads/sec7_img004.svg) no-repeat;
  background-size: contain;
}
#s11 .inner .box .grid_box.box2 .img_area {
  background: url(/wp-content/uploads/sec7_img005.jpg) no-repeat center center;
  background-size: cover;
}
#s11 .inner .box .grid_box.box2 .text_area {
  padding: clamp(30px, 3.1478770132vw, 43px) 0;
}
@media (max-width: 767px) {
  #s11 .inner .box .grid_box.box2 .text_area {
    padding: 0;
  }
}
#s11 .inner .box .grid_box.box3::after {
  background: url(/wp-content/uploads/sec7_img006.svg) no-repeat;
  background-size: contain;
}
#s11 .inner .box .grid_box.box3 .img_area {
  background: url(/wp-content/uploads/sec7_img007.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 800px) {
  #s11 .inner .box .grid_box.box3 .img_area {
    background-position-x: 63%;
  }
}
#s11 .inner .box .grid_box.box3 .text_area {
  padding: clamp(30px, 3.1478770132vw, 43px) 0;
}
@media (max-width: 767px) {
  #s11 .inner .box .grid_box.box3 .text_area {
    padding: 0;
  }
}
#s11 .inner .box .grid_box.box4::after {
  background: url(/wp-content/uploads/sec7_img008.svg) no-repeat;
  background-size: contain;
}
#s11 .inner .box .grid_box.box4 .img_area {
  background: url(/wp-content/uploads/sec7_img009.jpg) no-repeat center center;
  background-size: cover;
}
#s11 .inner .box .grid_box.box4 .text_area {
  padding: clamp(43px, 4.39238653vw, 60px) 0;
}
@media (max-width: 767px) {
  #s11 .inner .box .grid_box.box4 .text_area {
    padding: 0;
  }
}
#s11 .inner .box .grid_box.box5 {
  margin-bottom: 0;
}
#s11 .inner .box .grid_box.box5::after {
  background: url(/wp-content/uploads/sec7_img010.svg) no-repeat;
  background-size: contain;
}
#s11 .inner .box .grid_box.box5 .img_area {
  background: url(/wp-content/uploads/sec7_img011.jpg) no-repeat center center;
  background-size: cover;
}
#s11 .inner .box .grid_box.box5 .text_area {
  padding: clamp(12px, 2.0497803807vw, 28px) 0;
}
@media (max-width: 767px) {
  #s11 .inner .box .grid_box.box5 .text_area {
    padding: 0;
  }
}

#s12 {
  padding: clamp(45px, 4.39238653vw, 60px) 0 clamp(60px, 9.0775988287vw, 124px);
}
#s12 .text_anime {
  overflow: hidden;
  margin-bottom: clamp(60px, 10.2489019034vw, 140px);
}
#s12 .text_anime .text_anime_track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -moz-column-gap: clamp(30px, 2.9282576867vw, 40px);
       column-gap: clamp(30px, 2.9282576867vw, 40px);
}
#s12 .text_anime p {
  /* グラデーションの設定 (0%, 50%, 100% のストップ) */
  /* 方向は 'to right', 'to bottom', '45deg' など必要に応じて変更してください */
  background: linear-gradient(to top, #6f8083 0%, rgba(111, 128, 131, 0.5) 50%, #6f8083 100%);
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
#s12 .text_anime p::before {
  display: none;
}
#s12 .text_anime p {
  /* テキストにグラデーションを適用するための必須プロパティ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Prata", serif;
  font-weight: 400; /* Regular */
  opacity: 0.16;
  font-size: clamp(70px, 6.588579795vw, 90px);
}
#s12 .inner {
  max-width: calc(1160px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s12 .inner .grid_box {
  display: grid;
  grid-template-columns: 570fr 530fr;
  -moz-column-gap: clamp(45px, 4.39238653vw, 60px);
       column-gap: clamp(45px, 4.39238653vw, 60px);
  align-items: center;
}
@media (max-width: 767px) {
  #s12 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 3.2942898975vw, 45px);
  }
}
#s12 .inner .grid_box .map_area {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #s12 .inner .grid_box .map_area {
    height: 350px;
  }
}
#s12 .inner .grid_box .text_area {
  max-width: 570px;
}
#s12 .inner .grid_box .text_area .info_logo {
  max-width: clamp(320px, 30.0146412884vw, 410px);
  width: 100%;
  margin-bottom: clamp(30px, 3.2942898975vw, 45px);
  display: block;
}
#s12 .inner .grid_box .text_area .info_logo img {
  width: 100%;
}
#s12 .inner .grid_box .text_area .ad_box_area {
  display: flex;
  -moz-column-gap: clamp(25px, 2.196193265vw, 30px);
       column-gap: clamp(25px, 2.196193265vw, 30px);
  margin-bottom: clamp(20px, 2.0497803807vw, 28px);
}
#s12 .inner .grid_box .text_area .ad_box_area:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #s12 .inner .grid_box .text_area .ad_box_area {
    flex-direction: column;
  }
}
#s12 .inner .grid_box .text_area .ad_box_area .a_h {
  min-width: 80px;
  max-width: 80px;
  width: 80px;
  color: #303030;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Zen Kaku Gothic New", YuGothic, sans-serif;
  text-align: start;
  font-weight: 600;
  font-size: clamp(16px, 1.317715959vw, 18px);
  letter-spacing: 0.08em;
}
#s12 .inner .grid_box .text_area .ad_box_area .a_b {
  color: #303030;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Zen Kaku Gothic New", YuGothic, sans-serif;
  text-align: start;
  font-weight: 400;
  font-size: clamp(16px, 1.317715959vw, 18px);
  letter-spacing: 0.08em;
  text-align: start;
}
#s12 .inner .grid_box .text_area .ad_box_area .a_b a {
  color: #516c8b;
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
#s12 .inner .grid_box .text_area .ad_box_area .a_b a img {
  width: clamp(18px, 1.756954612vw, 24px);
  height: clamp(23px, 2.3426061493vw, 32px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 425px) {
  #s12 .inner .grid_box .text_area .ad_box_area .a_b a {
    font-size: 14px;
  }
}
#s12 .inner .grid_box .text_area .ad_box_area .a_b a {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(20px, 1.9033674963vw, 26px);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 425px) {
  #s12 .inner .grid_box .text_area .ad_box_area .a_b {
    font-size: 14px;
  }
}

/* ===============================================
# footer追尾
=============================================== */
footer {
  background: rgb(96.9644628099, 111.8148760331, 114.4355371901);
}
@media (min-width: 768px) {
  footer nav {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  footer nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  footer nav ul li {
    width: calc((100% - 10px) / 2 - 1px);
  }
}
@media (max-width: 767px) {
  footer nav ul li a {
    padding: 0.7em;
  }
}
footer .copyright {
  padding: 10px 0 15px;
}
footer #ftr_info {
  background: url(/wp-content/uploads/top_bg007.jpg) no-repeat center center;
  background-size: cover;
}
footer #ftr_info .pc {
  max-width: calc(1040px + 12%);
  padding: 20px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
@media (max-width: 1023px) {
  footer #ftr_info .pc {
    display: none;
  }
}
footer #ftr_info .pc .ttl h2 {
  color: #fff;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(20px, 1.9033674963vw, 26px);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
footer #ftr_info .pc .ttl h2:before {
  content: none;
}
footer #ftr_info .pc .ttl .sub_txt {
  font-size: 12px;
}
footer #ftr_info .pc .btns {
  display: flex;
  gap: 0.9375vw;
}
footer #ftr_info .pc .btns .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #fff;
  border-radius: 15px;
  border: 1px solid #fff;
  min-width: 220px;
  padding-top: 17px;
  padding-bottom: 17px;
  gap: 0.7em;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  background: unset;
  font-weight: 600;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
footer #ftr_info .pc .btns .more a::before {
  content: "";
  width: 1.625em;
  height: 1.625em;
}
footer #ftr_info .pc .btns .more a::after {
  content: none;
}
footer #ftr_info .pc .btns .more a:hover {
  background: rgb(96.9644628099, 111.8148760331, 114.4355371901);
}
footer #ftr_info .pc .btns .more.btn01 a {
  font-size: clamp(18px, 1.4641288433vw, 20px);
}
footer #ftr_info .pc .btns .more.btn01 a::before {
  background: url(/wp-content/uploads/footer_icon001.svg) no-repeat center/100%;
  width: 1.4444444444em;
  height: 1.4444444444em;
}
footer #ftr_info .pc .btns .more.btn02 a::before {
  background: url(/wp-content/uploads/footer_icon002.svg) no-repeat center/100%;
}
footer #ftr_info .pc .btns .more.btn03 a::before {
  background: url(/wp-content/uploads/footer_icon003.svg) no-repeat center/100%;
}
footer #ftr_info .pc .btns .more.out_link a:after {
  content: "";
  position: static;
  background: url(/wp-content/uploads/tab.png) no-repeat center/100%;
  width: 1em;
  height: 0.75em;
  margin: 0;
  transform: none;
  border: 0;
}
footer #ftr_info .sp .btn {
  padding: 0;
}
footer #ftr_info .sp .btn a {
  padding: 10px 5px;
}
footer #ftr_info .sp .btn .ttl.out_link:after {
  content: "";
  background: url(/wp-content/uploads/tab.png) no-repeat center/100%;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.4em;
}/*# sourceMappingURL=main.css.map */