@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&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: #282828;
  height: auto !important;
  overflow: hidden;
}
@media (max-width: 787px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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 1.5em;
  line-height: 1.6;
}
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
ol li::marker,
ul li::marker {
  color: #EF8200;
}
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: #282828;
}
a:hover {
  text-decoration: none;
}

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

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

.fax {
  pointer-events: none;
}

.js-trigger.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.js-trigger.fade.animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.caution_label {
  color: #f00 !important;
  text-decoration: underline;
  font-weight: 500;
  font-size: 1.4rem !important;
  letter-spacing: 0.02em;
  margin: 8px 0 20px !important;
  line-height: 1.6;
}

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

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

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

.lead {
  color: #EF8200;
  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: #EF8200 !important;
}

@media (max-width: 768px) {
  .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: 769px) {
  .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: 769px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
.color_pri {
  color: #EF8200;
}

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

@media (max-width: 768px) {
  .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: 100%;
  padding: 0 3%;
  margin: auto;
}
@media (max-width: 1023px) {
  header .container {
    max-width: calc(1000px + 9%);
  }
}
header .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@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;
    height: max-content;
  }
}
@media (max-width: 1023px) {
  header .title {
    padding: 16px 0;
  }
}
header .title a {
  display: block;
  width: 280px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
header .title a:hover {
  opacity: 0.7;
}
@media (max-width: 1023px) {
  header .title a {
    width: 150px;
    height: auto;
    min-width: auto;
  }
}
header .gnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media (min-width: 1024px) {
  header .gnav {
    vertical-align: bottom;
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  header .gnav {
    display: block;
    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 .gnav nav > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  header .gnav nav > ul {
    border-top: 1px solid rgba(239, 130, 0, 0.5);
  }
}
@media (min-width: 1024px) {
  header .gnav nav > ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  header .gnav nav > ul li {
    background: #fff;
    display: block;
    border-bottom: 1px solid rgba(239, 130, 0, 0.5);
  }
}
header .gnav nav > ul li a {
  padding: 0em 20px;
  color: #282828;
  text-decoration: none;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  border-bottom: 2px solid rgba(239, 130, 0, 0);
  transition: 0.3s;
}
@media (min-width: 1024px) {
  header .gnav nav > ul li a:hover {
    border-bottom: 2px solid #ef8200;
  }
}
@media (max-width: 1023px) {
  header .gnav nav > ul li a {
    color: #282828;
    padding: 0.7em 4% !important;
    text-align: left;
    font-size: 1.4rem;
  }
}
header .gnav nav > ul li a span {
  color: #EF8200;
  display: block;
  margin-top: 0.3em;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 1023px) {
  header .gnav nav > ul li a span {
    display: none;
  }
}
header .gnav nav > ul .home a,
header .gnav nav > ul .first a,
header .gnav nav > ul .guide a,
header .gnav nav > ul .medical a,
header .gnav nav > ul .flow a,
header .gnav nav > ul .price a {
  border-right: 1px dotted #CFCFCF;
}
@media (max-width: 1023px) {
  header .gnav nav > ul .home a,
  header .gnav nav > ul .first a,
  header .gnav nav > ul .guide a,
  header .gnav nav > ul .medical a,
  header .gnav nav > ul .flow a,
  header .gnav nav > ul .price a {
    border-right: 0;
  }
}
header .gnav nav > ul .home a,
header .gnav nav > ul .first a,
header .gnav nav > ul .guide a,
header .gnav nav > ul .medical a,
header .gnav nav > ul .flow a,
header .gnav nav > ul .price a,
header .gnav nav > ul .news a {
  position: relative;
  min-height: 40px;
  padding-top: 44px;
}
@media (max-width: 1023px) {
  header .gnav nav > ul .home a,
  header .gnav nav > ul .first a,
  header .gnav nav > ul .guide a,
  header .gnav nav > ul .medical a,
  header .gnav nav > ul .flow a,
  header .gnav nav > ul .price a,
  header .gnav nav > ul .news a {
    padding-top: 0;
  }
}
header .gnav nav > ul .home a::before,
header .gnav nav > ul .first a::before,
header .gnav nav > ul .guide a::before,
header .gnav nav > ul .medical a::before,
header .gnav nav > ul .flow a::before,
header .gnav nav > ul .price a::before,
header .gnav nav > ul .news a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  header .gnav nav > ul .home a::before,
  header .gnav nav > ul .first a::before,
  header .gnav nav > ul .guide a::before,
  header .gnav nav > ul .medical a::before,
  header .gnav nav > ul .flow a::before,
  header .gnav nav > ul .price a::before,
  header .gnav nav > ul .news a::before {
    content: none;
  }
}
header .gnav nav > ul .home a::before {
  background-image: url("/wp-content/uploads/gnav01.png");
}
header .gnav nav > ul .home a:hover::before {
  background-image: url("/wp-content/uploads/gnav01_on.png");
}
header .gnav nav > ul .first a::before {
  background-image: url("/wp-content/uploads/gnav02.png");
}
header .gnav nav > ul .first a:hover::before {
  background-image: url("/wp-content/uploads/gnav02_on.png");
}
header .gnav nav > ul .guide a::before {
  background-image: url("/wp-content/uploads/gnav03.png");
}
header .gnav nav > ul .guide a:hover::before {
  background-image: url("/wp-content/uploads/gnav03_on.png");
}
header .gnav nav > ul .medical a::before {
  background-image: url("/wp-content/uploads/gnav04.png");
}
header .gnav nav > ul .medical a:hover::before {
  background-image: url("/wp-content/uploads/gnav04_on.png");
}
header .gnav nav > ul .flow a::before {
  background-image: url("/wp-content/uploads/gnav05.png");
}
header .gnav nav > ul .flow a:hover::before {
  background-image: url("/wp-content/uploads/gnav05_on.png");
}
header .gnav nav > ul .price a::before {
  background-image: url("/wp-content/uploads/gnav06.png");
}
header .gnav nav > ul .price a:hover::before {
  background-image: url("/wp-content/uploads/gnav06_on.png");
}
header .gnav nav > ul .news a::before {
  background-image: url("/wp-content/uploads/gnav07.png");
}
header .gnav nav > ul .news a:hover::before {
  background-image: url("/wp-content/uploads/gnav07_on.png");
}
@media (max-width: 1023px) {
  header .gnav .sub-menu li {
    padding: 0 6% !important;
  }
}
header .gnav .sub-menu a::after, header .gnav .sub-menu a::before {
  content: none !important;
}
header .gnav .tel_box {
  align-self: flex-start;
}
@media (max-width: 1023px) {
  header .gnav .tel_box {
    text-align: center;
    margin-top: 20px;
  }
}
header .gnav .tel_box a {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 255px;
  width: 100%;
  background: #73B637;
  height: 57px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  header .gnav .tel_box a {
    margin: 0 auto;
    border-radius: 16px;
    font-size: 2.2rem;
    height: 50px;
  }
}
header .gnav .tel_box a:hover {
  opacity: 0.7;
}
header .gnav .tel_box a img {
  max-width: 17px;
}
@media (max-width: 1023px) {
  header .gnav .tel_box a img {
    max-width: 12px;
  }
}
header .gnav .tel_box p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 10px;
}
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: #282828;
}
header .header_info_wrap p {
  color: #282828;
}
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: #EF8200;
    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: #EF8200;
    transition: transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    background: #EF8200;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    transform: translate(0, 50%) rotate(-45deg);
    background: #EF8200;
  }
  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 .gnav > nav > ul > li.has_under > a {
  position: relative;
}
header .gnav > nav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 81%;
  right: 16px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  transform: translate(0, -50%) rotate(135deg);
  transition: 0.2s;
}
@media (max-width: 1023px) {
  header .gnav > nav > ul > li.has_under > a:after {
    right: 4%;
    top: 50%;
    width: 6px;
    height: 6px;
  }
}
header .gnav > nav > ul > li.has_under > a.menu_under_open:after {
  transform: translate(0, 0) rotate(-45deg);
  background-image: none !important;
  opacity: 1 !important;
}

header .gnav > nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  border-bottom: 0;
}
header .gnav > nav > ul > li > ul li {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
header .gnav > nav > ul > li > ul a {
  background: rgba(239, 130, 0, 0.96);
}

@media (max-width: 1023px) {
  header .gnav > nav > ul > li > ul {
    margin-bottom: 1em;
    padding: 0 6%;
  }
  header .gnav > nav > ul > li > ul li {
    border-bottom: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0.4em 4% 0.4em 15px;
  }
  header .gnav > nav > ul > li > ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #EF8200;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    transform: translateY(-50%);
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  header .gnav > nav > ul > li > ul li:not(:last-child) {
    border-bottom: 0;
  }
  header .gnav > nav > ul > li > ul li:first-child {
    border-top: 0;
  }
}
@media (max-width: 1023px) {
  header .gnav > nav > ul > li > ul a {
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  header .gnav > nav > ul > li.has_under {
    position: relative;
  }
  header .gnav > nav > ul > li.has_under a {
    padding-right: 40px;
  }
  header .gnav > nav > ul > li.has_under a:after {
    border-color: #1b1b1b;
    width: 6px;
    height: 6px;
    transform: translate(0, -50%) rotate(135deg);
    opacity: 1 !important;
    background-image: none !important;
  }
  header .gnav > nav > ul > li.has_under a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  header .gnav > nav > ul > li.has_under ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    background: rgba(239, 130, 0, 0.9);
    z-index: 52;
    min-width: 230px;
  }
  header .gnav > nav > ul > li.has_under ul li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  header .gnav > nav > ul > li.has_under ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header .gnav > nav > ul > li.has_under ul li a {
    background: transparent;
    display: block;
    padding: 0.7em;
    overflow-wrap: break-word;
    color: #fff;
    transition: 0.3s;
    text-align: left;
  }
  header .gnav > nav > ul > li.has_under ul li a:hover {
    opacity: 0.7;
  }
}
.mv-pc-only {
  display: block !important;
}
@media (max-width: 768px) {
  .mv-pc-only {
    display: none !important;
  }
}

.mv-sp-only {
  display: none !important;
}
@media (max-width: 768px) {
  .mv-sp-only {
    display: block !important;
  }
}

.main_visual {
  position: relative;
}
.main_visual ul {
  padding: 0 40px;
  margin: 0;
}
@media (max-width: 768px) {
  .main_visual ul {
    padding: 0;
  }
}
.main_visual ul li {
  list-style: none;
}
.main_visual ul li img {
  width: 100%;
  height: auto;
}
.main_visual .main_visual_slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  min-height: 928px;
  height: calc(100vh - 120px);
  min-height: auto;
  height: calc(100vh - 120px);
  min-height: auto;
}
@media (max-width: 768px) {
  .main_visual .main_visual_slick {
    min-height: 750px;
  }
}
@media (max-width: 1024px) {
  .main_visual .main_visual_slick {
    max-height: 600px;
  }
}
@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: auto;
  padding-inline: 40px;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  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: 1249px) {
  .main_visual .main_visual_copy img {
    max-width: none;
    width: 40%;
  }
}
@media (max-width: 768px) {
  .main_visual .main_visual_copy img {
    width: 80%;
    max-width: 300px;
    bottom: 5.8666666667%;
    left: 3.4666666667%;
    right: 0;
    top: auto;
  }
}

footer {
  color: #282828;
  position: relative;
  padding-top: 16.3%;
  /* ===============================================
  # サイド追尾
  =============================================== */
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1920/317;
  width: 100%;
  height: auto;
  background: url(/wp-content/uploads/top_bg001.png) no-repeat center top;
  background-size: contain;
  z-index: -1;
}
footer .container {
  max-width: 100%;
  background: #FFEEDB;
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin-top: -6%;
}
@media (max-width: 768px) {
  footer .container {
    padding: 0 4%;
    gap: 60px;
    margin-top: 0;
  }
}
footer .container::after {
  content: none;
}
footer .container .footer_box {
  max-width: 1250px;
  margin: 0 auto;
  background: #fff;
  padding: 70px;
  border: 2px solid #EF8200;
  border-radius: 50px;
  gap: 4.5%;
}
@media (max-width: 768px) {
  footer .container .footer_box {
    padding: 30px 20px;
    gap: 30px;
    border-radius: 16px;
  }
}
footer .container .footer_box-r, footer .container .footer_box-l {
  flex: 1;
}
footer .container .footer_box-l .logo {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
footer .container .footer_box-l .logo:hover {
  opacity: 0.7;
}
footer .container .footer_box-l .logo img {
  max-width: 280px;
  width: 100%;
}
@media (max-width: 768px) {
  footer .container .footer_box-l .logo img {
    max-width: 200px;
  }
}
footer .container .footer_box-l .txt {
  margin: 40px 0 0 0;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  footer .container .footer_box-l .txt {
    font-size: 1.5rem;
    margin: 20px 0 0 0;
  }
}
footer .container .footer_box-l .tel_area {
  margin: 40px 0 0 0;
}
@media (max-width: 768px) {
  footer .container .footer_box-l .tel_area {
    margin: 20px 0 0 0;
  }
}
footer .container .footer_box-l .list {
  margin: 40px 0 0 0;
}
@media (max-width: 768px) {
  footer .container .footer_box-l .list {
    margin: 20px 0 0 0;
  }
}
footer .container .footer_box-l .list .list_card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  footer .container .footer_box-l .list .list_card {
    padding: 14px 0;
    gap: 12px;
  }
}
footer .container .footer_box-l .list .list_card:first-of-type {
  padding: 0 0 16px;
}
@media (max-width: 768px) {
  footer .container .footer_box-l .list .list_card:first-of-type {
    border-top: 1px solid #ccc;
    padding: 14px 0;
  }
}
footer .container .footer_box-l .list .list_card .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 20px;
  max-width: 85px;
  width: 100%;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 768px) {
  footer .container .footer_box-l .list .list_card .ttl {
    font-size: 1.4rem;
  }
}
footer .container .footer_box-l .list .list_card .ttl::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #73B637;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .container .footer_box-l .list .list_card span {
  line-height: 1.8;
}
@media (max-width: 768px) {
  footer .container .footer_box-l .list .list_card span {
    font-size: 1.4rem;
  }
}
footer .container .footer_box-l .video {
  margin: 40px 0 0 0;
  width: 100%;
  height: 280px;
}
@media (max-width: 768px) {
  footer .container .footer_box-l .video {
    margin: 20px 0 0 0;
    height: 200px;
  }
}
footer .container .footer_box-l .card_link {
  display: block;
  margin: 40px 0 0 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  footer .container .footer_box-l .card_link {
    margin: 20px 0 0 0;
  }
}
footer .container .footer_box-l .card_link:hover {
  opacity: 0.7;
}
footer .container .footer_box-r iframe {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 768px) {
  footer .container .footer_box-r iframe {
    margin-top: 20px;
    height: 260px;
  }
}
footer .container nav {
  background: #EF8200;
  padding: 12px 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  footer .container nav {
    margin: 0 -8%;
    padding: 0 4%;
  }
}
footer .container nav::after {
  content: none;
}
footer .container nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: auto;
}
@media (max-width: 768px) {
  footer .container nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 0;
  }
}
footer .container nav ul li {
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  footer .container nav ul li {
    display: block;
  }
}
footer .container nav ul li a {
  font-size: 1.4rem;
  padding: 0 0.8em;
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 1.5;
  transition: 0.3s;
}
footer .container nav ul li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
@media (max-width: 768px) {
  footer .container nav ul li a {
    padding: 0.8em 10%;
    text-align: left;
  }
}
footer .copyright {
  text-align: center;
  color: #fff;
  padding: 15px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: #EF8200;
}
@media (max-width: 768px) {
  footer .copyright {
    padding: 10px 10px;
  }
}
footer .copyright p {
  font-size: 12px;
}
footer .side_fix {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
@media (max-width: 1023px) {
  footer .side_fix {
    display: none;
  }
}
footer .side_fix ul {
  margin: 0;
  padding: 0;
}
footer .side_fix ul li {
  list-style: none;
  margin-bottom: 0;
}
footer .side_fix ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .side_fix ul li:nth-of-type(1) a {
  background: #06C755;
}
footer .side_fix ul li:nth-of-type(1) a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/icon_line.svg) no-repeat center/contain;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
footer .side_fix ul li:nth-of-type(2) a {
  background: #EF8200;
}
footer .side_fix ul li:nth-of-type(2) a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(/wp-content/uploads/icon_mail.svg) no-repeat center/contain;
  top: 25px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
footer .side_fix ul li a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  /* すべて縦方向に表示 */
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1.875em;
  padding: 65px 20px 25px;
  transition: 0.3s;
  letter-spacing: 0.1em;
  position: relative;
  border-radius: 10px 0 0 10px;
}
footer .side_fix ul li a:hover {
  transition: 0.3s;
  opacity: 0.8;
}
footer .side_fix ul li a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  top: 25px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

/* ---------------------
      pagetop
--------------------- */
footer {
  position: relative;
}
footer .pagetop {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: 40px;
  background: #EF8200;
  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:hover {
  opacity: 0.7 !important;
}
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: 768px) {
  footer .pagetop:after {
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 769px) {
  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: 768px) {
  footer .pagetop.absolute {
    top: -50px;
  }
}

/* ===============================================
# フッター追尾
=============================================== */
#ftr_info {
  z-index: 101;
  width: 100%;
  display: none;
}
#ftr_info .container {
  padding: 0;
  margin: 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 .btn_no01 {
  background: #73B637 !important;
}
#ftr_info .sp .btn_no02 {
  background: #06C755 !important;
}
#ftr_info .sp .btn_no03 {
  background: #EF8200 !important;
}
#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: #EF8200;
}
#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: 14px;
  height: 11px;
  position: absolute;
  top: 52%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  border: 0;
  background: url(/wp-content/uploads/icon_link.svg) 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;
}

.space {
  padding-left: 8px;
}
@media (max-width: 768px) {
  .space {
    padding-left: 0;
  }
}

.more {
  display: block;
  overflow: hidden;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .more {
    margin: 40px auto 0;
  }
}
.more a {
  display: block;
  color: #fff;
  background: #EF8200;
  padding: 1.2em 0.5em;
  margin: 0 auto 1px;
  max-width: 230px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .more a {
    padding: 1em 0.5em;
  }
}
.more a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 7%;
  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:hover {
  background-color: #FFAB47;
  transition: 0.3s;
}
.more a:hover:after {
  right: 5%;
  transition: 0.3s;
}

/* ===============================================
# table01
=============================================== */
.table-schedule {
  width: 100%;
  border: 1px solid #EF8200;
}
@media (min-width: 768px) {
  .table-schedule {
    table-layout: fixed;
  }
}
.table-schedule thead tr th {
  padding: 0.875em 0.25em;
  background: #EF8200;
  color: #fff;
  text-align: center;
}
.table-schedule thead tr th:first-child {
  font-size: 16px;
  border-left: 1px solid #EF8200;
}
@media (min-width: 768px) {
  .table-schedule thead tr th:first-child {
    width: 19.3333333333%;
  }
}
@media (max-width: 768px) {
  .table-schedule thead tr th:first-child {
    width: 27%;
    padding: 0.1875em 0.25em;
  }
}
.table-schedule thead tr th:not(:first-child) {
  font-size: 15px;
}
.table-schedule thead tr th:not(:last-child) {
  border-right: 1px solid #fff;
}
.table-schedule tbody tr {
  border-top: 1px solid #EF8200;
}
.table-schedule tbody tr td {
  font-size: 15px;
  padding: 0.6666666667em 0.2666666667em;
  background: #fff;
  color: #EF8200;
  text-align: center;
}
@media (max-width: 768px) {
  .table-schedule tbody tr td {
    padding: 0.2em 0.2666666667em;
  }
}
.table-schedule tbody tr td:first-child {
  font-size: 14px;
}
@media (max-width: 768px) {
  .table-schedule tbody tr td:first-child {
    font-size: 1.2rem;
  }
}
.table-schedule tbody tr td:not(:last-child) {
  border-right: 1px solid #EF8200;
}
.table-schedule tbody tr td:not(.black) {
  color: #EF8200;
}
.table-schedule tbody tr .black {
  color: #282828;
}

.table_subtxt {
  font-size: 14px;
  margin-top: 1.1428571429em !important;
}

.table-menu02 {
  width: 100%;
  border: 1px solid rgba(40, 40, 40, 0.2);
}
.table-menu02 th,
.table-menu02 td {
  padding: 19px 40px;
}
@media (max-width: 768px) {
  .table-menu02 th,
  .table-menu02 td {
    padding: 16px 20px;
    display: block;
  }
}
@media (max-width: 768px) {
  .table-menu02 th:empty,
  .table-menu02 td:empty {
    display: none;
  }
}
.table-menu02 th {
  text-align: left;
  background: #EF8200;
  color: #fff;
  width: 40%;
}
@media (max-width: 768px) {
  .table-menu02 th {
    width: auto;
  }
}
.table-menu02 td {
  background: #fff;
  border-top: 1px solid rgba(40, 40, 40, 0.2);
}
.table-menu02 thead th {
  background: rgba(239, 130, 0, 0.8);
  color: #fff;
}
.table-menu02 thead th:empty {
  background: rgba(239, 130, 0, 0.8);
}
.table-menu02 tbody tr:last-of-type {
  border-bottom: 1px solid rgba(40, 40, 40, 0.2);
}
.table-menu02 tbody th {
  border-top: 1px solid rgba(40, 40, 40, 0.2);
}
.table-menu02 tbody th:empty {
  border-top: none;
  background: rgba(239, 130, 0, 0.1);
}
.table-menu02 tbody th + th {
  border-top: 1px solid rgba(40, 40, 40, 0.2);
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-scroll .table-menu02.max {
  overflow-x: auto;
}
.table-scroll .table-menu02.max th,
.table-scroll .table-menu02.max td {
  display: table-cell;
  white-space: nowrap;
}

h1:not(.title):not(.hdr-ttl) {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #EF8200;
  margin: 0 0 0.5em 0;
  padding: 3em 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  h1:not(.title):not(.hdr-ttl) {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
h1:not(.title):not(.hdr-ttl)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #73B637;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  z-index: -1;
}

.ttl_box {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .ttl_box {
    margin-bottom: 40px;
  }
}

h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  color: #5C5958;
  letter-spacing: 0;
  line-height: 1.6;
  z-index: 4;
  margin: 0 0 10px 0;
  position: relative;
  word-wrap: break-word;
  white-space: nowrap;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 4px;
  }
}

.sub_ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04%;
  color: #EF8200;
}
@media (max-width: 768px) {
  .sub_ttl {
    font-size: 1.6rem;
  }
}

h3:not(.post_side_title) {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #5C5958;
  margin: 0 0 0.6em 0;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.4;
}
@media (max-width: 768px) {
  h3:not(.post_side_title) {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h3:not(.post_side_title)::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 0.8em;
  top: 0.35em;
  left: 0;
  background: #EF8200;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #282828;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  left: 0;
  top: 0.7em;
  background: #EF8200;
}

/*==================================================
アコーディオンのためのcss
===================================*/
.qa {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.qa .qa-area {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  counter-reset: number 0;
}
.qa .qa-area li {
  border: 1px solid rgba(239, 130, 0, 0.2);
  border-radius: 4px;
}
.qa .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 60px 20px calc(26px + 2.8em);
  transition: all 0.5s ease;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 4.8em;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .qa .title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.qa .title::after {
  content: "+";
  position: absolute;
  width: 1em;
  height: 1em;
  background: transparent;
  font-weight: bold;
  transition: 0.3s;
  top: 0;
  right: 20px;
  left: auto;
  transform: rotate(0deg);
  bottom: 0;
  transform-origin: 50% 50%;
  margin: auto;
  display: inline-block;
  font-size: 1.5em;
  text-indent: 0.15em;
  line-height: 0.9em;
}
.qa .title:before {
  font-weight: bold;
  width: 2.6em;
  border-radius: 4px;
  height: 2.6em;
  font-size: 1em;
  position: static;
  display: inline-block;
  margin-right: 0.7em;
  line-height: 2.6em;
  color: #fff;
  text-indent: 0.55em;
  letter-spacing: 0.2em;
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  top: calc(20px + 0em);
  left: 20px;
  bottom: auto;
  margin: 0 auto;
}
.qa .title.close::after {
  transform: rotate(45deg);
}
.qa .box {
  display: none;
  /*はじめは非表示*/
  background: rgba(239, 130, 0, 0.1);
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: rgba(239, 130, 0, 0.1);
  padding: 1em;
}
.highlight_ttl > h2:before, .highlight_ttl > h2:after,
.highlight_ttl h3:before,
.highlight_ttl h3:after,
.highlight_ttl h4:before,
.highlight_ttl h4:after {
  content: none;
}

.step > div {
  border: 1px solid #EF8200;
}
@media (min-width: 768px) {
  .step > div {
    display: flex;
  }
}
.step > div:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}
.step > div:not(:last-child):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  top: calc(100% + 10px);
  border-top: 3px solid #EF8200;
  border-right: 3px solid #EF8200;
  transform: rotate(135deg);
}
.step h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 !important;
  padding: 0 !important;
}
.step h3:before {
  content: none;
}
.step .col {
  padding: 1em 0.5em;
  margin-bottom: 0;
}
.step .col:first-child {
  background: #EF8200;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
}

/* ===============================================
# TOPページNEWS
=============================================== */
@media (max-width: 768px) {
  .news-box {
    border-top: 1px solid #9A9696;
  }
}

.news-list {
  padding: 20px 5px;
  margin: 0;
}
.news-list:first-of-type {
  padding: 0 5px 20px;
}
@media (max-width: 768px) {
  .news-list:first-of-type {
    padding: 18px 5px;
  }
}
@media (min-width: 768px) {
  .news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .news-list {
    padding: 18px 5px;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .news-list dt {
    padding-bottom: 8px;
  }
}
.news-list a {
  transition: 0.2s;
  text-decoration: none;
}
.news-list a:hover {
  transition: 0.2s;
  color: #EF8200;
}

/* ===============================================
# archive
=============================================== */
.archive-list {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .archive-list {
    margin-bottom: 80px;
  }
}
.archive-list dl {
  margin-top: 0;
}
@media (min-width: 769px) {
  .archive-list dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.archive-list dt,
.archive-list dd {
  padding: 1.8em 0;
  border-bottom: 1px solid rgba(40, 40, 40, 0.2);
  font-size: 15px;
}
@media (min-width: 769px) {
  .archive-list dt:first-of-type,
  .archive-list dd:first-of-type {
    border-top: 1px solid rgba(40, 40, 40, 0.2);
  }
}
@media (max-width: 768px) {
  .archive-list dt,
  .archive-list dd {
    padding: 1em 0;
  }
}
.archive-list dt {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 769px) {
  .archive-list dt {
    width: 250px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .archive-list dt {
    border-bottom: 0;
    padding-bottom: 0.6em;
  }
  .archive-list dt:first-of-type {
    border-top: 1px solid rgba(40, 40, 40, 0.2);
  }
}
.archive-list dt time {
  font-weight: 400;
}
.archive-list dt .category_name {
  background: #EF8200;
  color: #fff;
  text-align: center;
  padding: 2px 5px 2px;
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 14px;
  font-weight: normal;
  min-width: 120px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
}
@media (max-width: 768px) {
  .archive-list dt .category_name {
    font-size: 13px;
    min-width: 100px;
  }
}
.archive-list dd {
  margin: 0;
}
@media (min-width: 769px) {
  .archive-list dd {
    width: calc(100% - 250px);
  }
}
@media (max-width: 768px) {
  .archive-list dd {
    border-top: 0;
    padding-top: 0;
  }
}
.archive-list .one_content {
  transition: 0.2s;
}
.archive-list .one_content:hover {
  color: #EF8200;
  transition: 0.2s;
}

/* ===============================================
# single
=============================================== */
.single-wrap {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .single-wrap {
    margin-bottom: 80px;
  }
}
.single-wrap .date {
  margin-bottom: 20px;
}
.single-wrap .post-area {
  background: rgba(239, 130, 0, 0.1);
  padding: 60px 6%;
}
@media (max-width: 768px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

.pager {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.pager .nav-links {
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(239, 130, 0, 0.1);
  color: #EF8200;
  border: 1px solid #ef8200;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #EF8200;
  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 #EF8200;
  border-right: 1px solid #EF8200;
  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 #EF8200;
  border-right: 1px solid #EF8200;
  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: #EF8200;
}
.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 #EF8200;
  border-left: 1px solid #EF8200;
  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 #EF8200;
  border-left: 1px solid #EF8200;
  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 #EF8200;
  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(40, 40, 40, 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: #EF8200;
  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: #EF8200;
}
.post_sidebar .archive-dropdown {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #282828;
  border: solid 1px #282828;
  margin-top: 0.8em;
  padding: 0.5em 2.5em 0.5em 0.6em;
  font-size: 15px;
  font-size: 1.5rem;
}

body {
  background: #fff;
}

/* ===============================================
# 下層コンテンツ幅
=============================================== */
body:not(.home) main > .column_1 > .container {
  max-width: none;
  padding: 0;
}
body:not(.home) main > .column_1 .column_main .container {
  max-width: 1040px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  body:not(.home) main > .column_1 .column_main .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) main > .column_2 > .container {
  max-width: 1040px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  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 > section.post_page .post_container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 768px) {
  body:not(.home) main > section.post_page .post_container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

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

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

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

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

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

.bread {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .bread {
    margin-bottom: 60px;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 768px) {
  .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 #282828;
  border-right: 1px solid #282828;
  transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

/* ===============================================
# サイトマップ
=============================================== */
.wsp-container {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 180px;
}
@media (max-width: 768px) {
  .wsp-container {
    margin: 0 auto 120px;
  }
}
@media (max-width: 768px) {
  .wsp-container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
.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;
}
.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(22 * 0.9px);
}
@media (max-width: 768px) {
  .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.9px);
  }
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul,
.wsp-container ul.wsp-posts-list > li > ul > li > ul {
  padding: 6px 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(22 * 0.8px);
}
@media (max-width: 768px) {
  .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.8px);
  }
}
.wsp-container .wsp-pages-list {
  border-top: 1px solid #ccc;
}
.wsp-container .wsp-posts-list li ul {
  padding: 0 !important;
}
.wsp-container a {
  text-decoration: none;
  font-size: 22px;
  line-height: 1.5;
}
.wsp-container a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .wsp-container a {
    font-size: 16px;
  }
}
.wsp-container strong {
  font-weight: normal;
  display: block;
  line-height: 1.5;
  font-size: 22px;
}
@media (max-width: 768px) {
  .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: 180px;
}
@media (max-width: 768px) {
  .contact_mb {
    margin-bottom: 120px;
  }
}

.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(239, 130, 0, 0.1);
}
.inquiry fieldset .row {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .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 #EF8200;
  color: #fff;
  background: #EF8200;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #EF8200;
  color: #EF8200;
  background: #fff;
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required {
  color: #fff;
  background-color: #EF8200;
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 769px) {
  .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: 1040px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .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(239, 130, 0, 0.1);
  margin-top: 20px;
}
@media (max-width: 768px) {
  .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: #EF8200;
  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: #EF8200;
  mask-image: url(../img/contact_outlink.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  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: 769px) {
  .map_container {
    padding-top: 50%;
  }
}
.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.highlight {
  background: rgba(239, 130, 0, 0.1);
  padding: 4%;
}
@media (max-width: 768px) {
  .highlight {
    padding: 30px 4.5%;
  }
}

.highlight_wide {
  background: rgba(239, 130, 0, 0.1);
  padding: 4%;
}
@media (max-width: 768px) {
  .highlight_wide {
    padding: 60px 0;
  }
}

.highlight.border {
  border-radius: 16px;
  border: 1px solid #EF8200;
}

/* ===============================================
# 各下層調整
=============================================== */
.u_number_list02 {
  counter-reset: number;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}
.u_number_list02 li {
  border-bottom: 1px solid #ccc;
  display: flex;
  margin-bottom: 1em;
  margin-right: 2%;
  padding-bottom: 1em;
  width: 100%;
  gap: 10px;
}
@media (max-width: 768px) {
  .u_number_list02 li {
    flex-direction: column;
  }
}
.u_number_list02 li span {
  flex: 1;
}
.u_number_list02 li .num_title {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .u_number_list02 li .num_title {
    text-align: center;
  }
}
.u_number_list02 li:last-child {
  margin-bottom: 0;
}
.u_number_list02 li::before {
  background-color: #EF8200;
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: bold;
  height: 1.8em;
  line-height: 1.8em;
  margin-right: 0.2em;
  padding: 3px;
  text-align: center;
  width: 1.8em;
}
@media (min-width: 768px) {
  .u_number_list02 li::before {
    width: 50px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .u_number_list02 li::before {
    margin-inline: auto;
  }
}

/* ===============================================
  # メリット・デメリット
  =============================================== */
@media (min-width: 768px) {
  .udr_mm_wrap {
    display: flex;
    gap: 20px;
  }
  .udr_mm_wrap > * {
    width: calc((100% - 1.0416666667vw) / 2 - 1px);
  }
}
@media (max-width: 768px) {
  .udr_mm_wrap > *:not(:last-child) {
    margin-bottom: 30px;
  }
}

.udr_mm {
  background-color: rgba(239, 130, 0, 0.1);
}
.udr_mm .mm_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #EF8200;
  color: #fff;
  font-weight: 600;
}
.udr_mm ul {
  list-style-type: disc;
  margin: 0;
  padding: 1em 1em 1em 2.5em;
}
.udr_mm ul li {
  padding: 0.3em 0.3em 0.3em 0;
}
@media (max-width: 768px) {
  .udr_mm ul li {
    font-size: 1.4rem;
  }
}
.udr_mm ul li::marker {
  color: #EF8200;
  font-size: 1.1em;
}

.udr_mm_not {
  background-color: rgba(40, 40, 40, 0.1);
}
.udr_mm_not .mm_ttl {
  background-color: #282828;
}
.udr_mm_not ul li {
  color: #282828;
}
.udr_mm_not ul li::marker {
  color: #282828;
}

/* ===============================================
# 下層レイアウト
=============================================== */
body:not(.home) section p {
  color: #282828;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body:not(.home) section p {
    font-size: 1.5rem;
  }
}
body:not(.home) section h2 {
  font-size: 2.8rem;
  padding-bottom: 0.3em;
  position: relative;
  margin-inline: auto;
  color: #282828;
  letter-spacing: 0.04em;
  padding-bottom: 30px;
  margin: 0 0 1.8em 0;
  text-align: center;
  white-space: normal;
}
@media (max-width: 768px) {
  body:not(.home) section h2 {
    font-size: 2.2rem;
    margin: 0 0 2em 0;
    padding-bottom: 20px;
  }
}
body:not(.home) section h2::before, body:not(.home) section h2::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #73B637;
  height: 5px;
  right: 2em;
}
body:not(.home) section h2::before {
  background-color: #EF8200;
  left: 2em;
  width: 4em;
}
body:not(.home) section h3 {
  color: #282828;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 0;
  margin: 0 0 1em 0;
  padding-bottom: 18px;
  border-bottom: 3px dotted #EF8200;
}
@media (max-width: 768px) {
  body:not(.home) section h3 {
    font-size: 1.8rem;
    padding-bottom: 16px;
  }
}
body:not(.home) section h3::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  left: 0;
  background: url(/wp-content/uploads/icon_apple.svg) no-repeat center center/contain;
  flex-shrink: 0;
  position: relative;
  top: 0;
}
@media (max-width: 769px) {
  body:not(.home) section h3::before {
    width: 30px;
    height: 30px;
  }
}
body:not(.home) section .box-white {
  padding: 30px 50px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 769px) {
  body:not(.home) section .box-white {
    padding: 20px 20px;
  }
}
body:not(.home) section ul li {
  color: #282828;
  padding-top: 10px;
}
body:not(.home) section figcaption {
  text-align: center;
}
body:not(.home) section figcaption ruby {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
body:not(.home) section figcaption ruby rt {
  padding-bottom: 3px;
}
body:not(.home) section .col .column {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #EF8200;
}
body:not(.home) section .col .column h3 {
  font-size: 1.8rem;
  height: 55px;
}
body:not(.home) section .col .column h3::before {
  width: 28px;
  height: 28px;
}
body:not(.home) section .merit {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
body:not(.home) section .merit span {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 16px;
  border: 2px solid #EF8200;
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
body:not(.home) section .merit span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #EF8200 transparent transparent;
  translate: -50% 100%;
}
body:not(.home) section .merit span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 9.5px 7.8px 0 7.8px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
body:not(.home) section .merit p {
  text-align: left;
  font-size: 1.4rem;
  padding: 12px;
  border: 3px dotted #EF8200;
  border-radius: 5px;
  background: #fff;
}
body:not(.home) section .merit .txt {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
body:not(.home) section .demerit {
  margin-top: 20px;
  text-align: center;
}
body:not(.home) section .demerit span {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 16px;
  border: 2px solid #73B637;
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
body:not(.home) section .demerit span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #73B637 transparent transparent;
  translate: -50% 100%;
}
body:not(.home) section .demerit span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 9.5px 7.8px 0 7.8px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
body:not(.home) section .demerit p {
  text-align: left;
  font-size: 1.4rem;
  padding: 12px;
  border: 3px dotted #73B637;
  border-radius: 5px;
  background: #fff;
}
body:not(.home) section .demerit .txt {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
body:not(.home) section .blue_box {
  padding: 20px;
  background: #f5fcff;
  border: 1px solid #a8e5ff;
  border-radius: 10px;
}
body:not(.home) section .red_box {
  padding: 20px;
  background: #fff5f5;
  border: 1px solid #ffa8a8;
  border-radius: 10px;
}
body:not(.home) section .step_box2 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: relative;
  margin-bottom: clamp(45px, 4.39238653vw, 60px);
}
body:not(.home) section .step_box2:last-of-type {
  margin-bottom: 0;
}
body:not(.home) section .step_box2 .flex_area {
  align-items: center;
  display: grid;
  grid-template-columns: 0.67fr 0.33fr;
  justify-content: space-between;
}
@media (max-width: 769px) {
  body:not(.home) section .step_box2 .flex_area {
    display: flex;
    flex-direction: column-reverse;
  }
}
body:not(.home) section .step_box2 .flex_area .col {
  height: 100%;
  margin-bottom: 0;
}
body:not(.home) section .step_box2 .flex_area figure {
  height: 100%;
}
body:not(.home) section .step_box2 .flex_area figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
body:not(.home) section .step_box2 .flex_area .step_p {
  padding: 30px clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 425px) {
  body:not(.home) section .step_box2 .flex_area .step_p {
    padding: 5px clamp(20px, 2.196193265vw, 30px) 20px;
  }
}
body:not(.home) section .step_box2 .flex_area .step_p p {
  line-height: 1.8;
}
body:not(.home) section .step_box2 .flex_area .step_p dl dt {
  color: #EF8200;
  background-size: 18px;
  padding: 0 0 8px 0;
  width: 6em;
  float: left;
  clear: both;
}
@media (max-width: 425px) {
  body:not(.home) section .step_box2 .flex_area .step_p dl dt {
    padding: 0 0 0 0;
    width: 100%;
  }
}
body:not(.home) section .step_box2 .flex_area .step_p dl dd {
  padding: 0 0 5px;
  margin: 0;
}
body:not(.home) section .step_box2 .flex_area .step_p .link {
  font-size: 2rem;
}
body:not(.home) section .step_box2 .flex_area .step_p a {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px 0 18px;
  max-width: 255px;
  width: 100%;
  background: #73B637;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
body:not(.home) section .step_box2 .flex_area .step_p a:hover {
  opacity: 0.7;
}
body:not(.home) section .step_box2 .flex_area .step_p h3 {
  margin-bottom: clamp(20px, 2.196193265vw, 30px) !important;
}
body:not(.home) section .step_box2 .flex_area .step_p .step_flex {
  display: flex;
  height: 100%;
  column-gap: clamp(15px, 2.196193265vw, 30px);
}
@media (max-width: 425px) {
  body:not(.home) section .step_box2 .flex_area .step_p .step_flex {
    flex-direction: column;
    row-gap: 10px;
  }
}
body:not(.home) section .step_box2 .flex_area .step_p .step_flex .step_area {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
}
body:not(.home) section .step_box2 .flex_area .step_p .step_flex .step_area .s_s {
  color: #EF8200;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 769px) {
  body:not(.home) section .step_box2 .flex_area .step_p .step_flex .step_area .s_s {
    font-size: 24px;
  }
}
body:not(.home) section .step_box2 .flex_area .step_p .step_flex .step_area .s_b {
  color: #EF8200;
  font-size: 40px;
  font-weight: bold;
  display: block;
}
@media (max-width: 769px) {
  body:not(.home) section .step_box2 .flex_area .step_p .step_flex .step_area .s_b {
    font-size: 32px;
    display: inline-block;
  }
}
body:not(.home) section .marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

@media screen and (min-width: 961px) {
  .atfirstBoxL {
    position: relative;
    margin: 0 20px 90px;
  }
  .atfirstBoxL .title01 {
    font-size: 202%;
    background: url(../img/common/ttl01.gif) no-repeat left bottom;
    background-size: auto 3px;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    margin: 0 0 40px;
    padding: 0 0 0 5px;
  }
  .atfirstBoxL p img {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .atfirstBoxL p strong {
    font-size: 122%;
    font-weight: normal;
  }
  .atfirstBoxL p.atfirstClear img {
    position: absolute;
    right: -350px;
  }
  .atfirstBoxL ul#atfirstPoint {
    clear: both;
    background: #ffecdf;
    width: 840px;
    margin: 50px auto 60px;
    padding: 40px 60px;
  }
  .atfirstBoxL ul#atfirstPoint li {
    list-style: none;
    padding: 20px 0 30px 105px;
  }
  .atfirstBoxL ul#atfirstPoint li strong {
    color: #f4625b;
    font-weight: bold;
  }
  .atfirstBoxL ul#atfirstPoint li:nth-child(1) {
    background: url(/wp-content/uploads/first_icon_001.png) no-repeat left center;
  }
  .atfirstBoxL ul#atfirstPoint li:nth-child(2) {
    background: url(/wp-content/uploads/first_icon_002.png) no-repeat left center;
  }
  .atfirstBoxL ul#atfirstPoint li:nth-child(3) {
    background: url(/wp-content/uploads/first_icon_003.png) no-repeat left center;
  }
  .atfirstBoxL ul#atfirstPoint li:nth-child(4) {
    background: url(/wp-content/uploads/first_icon_004.png) no-repeat left center;
  }
  .atfirstBoxL dl {
    background: #e4f8ff url(../img/atfirst/img05.jpg) no-repeat left 30px top 35px;
    width: 980px;
    margin: 70px auto 0;
    padding: 30px 50px 30px 210px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  .atfirstBoxL dl dt {
    font-size: 112%;
    color: #40bce9;
    font-weight: bold;
    margin: 0 0 10px;
    letter-spacing: 0.1em;
  }
  .atfirstBoxL dl dd {
    font-size: 92%;
  }
}
@media screen and (max-width: 960px) {
  .atfirstBoxL,
  .atfirstBoxR {
    position: relative;
    margin: 0 0 40px;
  }
  .atfirstBoxL .title01 {
    font-size: 108%;
    background: url(../img/common/ttl01.gif) no-repeat left bottom;
    background-size: auto 2px;
    font-weight: normal;
    margin: 0 0 20px;
  }
  .atfirstBoxL p,
  .atfirstBoxR p {
    font-size: 78%;
    margin: 0 0 1.4em;
  }
  .atfirstBoxL p strong {
    font-size: 100%;
    font-weight: normal;
  }
  .atfirstBoxL p img,
  .atfirstBoxR p img {
    float: right;
    width: 150px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .atfirstBoxL ul#atfirstPoint {
    clear: both;
    background: #ffecdf;
    margin: 0px auto 20px;
    padding: 30px 14px 10px 14px;
  }
  .atfirstBoxL ul#atfirstPoint li {
    list-style: none;
    font-size: 82%;
    padding: 0 0 10px 60px;
    border-bottom: 1px dotted #f99d98;
    margin: 0 0 10px;
  }
  .atfirstBoxL ul#atfirstPoint li:last-child {
    border: none;
  }
  .atfirstBoxL ul#atfirstPoint li strong {
    color: #f4625b;
    font-weight: bold;
  }
  .atfirstBoxL ul#atfirstPoint li:nth-child(1) {
    background: url(/wp-content/uploads/first_icon_001.png) no-repeat left top;
    background-size: 50px;
  }
  .atfirstBoxL ul#atfirstPoint li:nth-child(2) {
    background: url(/wp-content/uploads/first_icon_002.png) no-repeat left top;
    background-size: 50px;
  }
  .atfirstBoxL ul#atfirstPoint li:nth-child(3) {
    background: url(/wp-content/uploads/first_icon_003.png) no-repeat left top;
    background-size: 50px;
  }
  .atfirstBoxL ul#atfirstPoint li:nth-child(4) {
    background: url(/wp-content/uploads/first_icon_004.png) no-repeat left top;
    background-size: 50px;
  }
  .atfirstBoxL dl {
    background: #e4f8ff url(../img/atfirst/img05.jpg) no-repeat center top 10px;
    padding: 130px 10px 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 0 auto -20px;
  }
  .atfirstBoxL dl dt {
    font-size: 82%;
    color: #40bce9;
    font-weight: bold;
    margin: 0 0 10px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .atfirstBoxL dl dd {
    font-size: 72%;
  }
}
.link_list {
  padding: 20px 20px 20px 60px;
  background: rgba(239, 130, 0, 0.1);
  border-radius: 10px;
}
@media (max-width: 768px) {
  .link_list {
    padding: 20px 20px 20px 40px;
  }
}
.link_list li {
  padding: 5px 0;
}

.guide_sec03 .slick_wrapper {
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-top: 20px;
}
.guide_sec03 .slider {
  width: 100%;
  margin: 0 auto;
  /*戻る、次へ矢印の位置*/
  /*ドットナビゲーションの設定*/
}
.guide_sec03 .slider img {
  width: 50vw;
  height: auto;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .guide_sec03 .slider img {
    width: 90vw;
  }
}
.guide_sec03 .slider .slick-slide {
  transition: all 0.5s;
  opacity: 0.5;
  padding: 0 1rem;
}
.guide_sec03 .slider .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}
.guide_sec03 .slider .slick-slide.is-active-next li {
  opacity: 1;
}
.guide_sec03 .slider .slick-prev,
.guide_sec03 .slider .slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  outline: none;
  width: 50px;
  height: 50px;
  display: block;
  background: #EF8200;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 200;
}
@media (max-width: 768px) {
  .guide_sec03 .slider .slick-prev,
  .guide_sec03 .slider .slick-next {
    width: 40px;
    height: 40px;
    top: 45%;
  }
}
.guide_sec03 .slider .slick-prev::before,
.guide_sec03 .slider .slick-next::before {
  content: "";
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.guide_sec03 .slider .slick-prev {
  /*戻る矢印の位置と形状*/
  left: 21vw;
}
@media (max-width: 768px) {
  .guide_sec03 .slider .slick-prev {
    left: 5vw;
  }
}
.guide_sec03 .slider .slick-prev::before {
  transform: rotate(-135deg);
}
.guide_sec03 .slider .slick-next {
  /*次へ矢印の位置と形状*/
  right: 21vw;
}
@media (max-width: 768px) {
  .guide_sec03 .slider .slick-next {
    right: 5vw;
  }
}
.guide_sec03 .slider .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.guide_sec03 .slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.guide_sec03 .slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}
.guide_sec03 .slider .slick-dots .slick-active button {
  background: #73B637;
  /*ドットボタンの現在地表示の色*/
}
.guide_sec03 #text_slider {
  margin-top: 30px;
}
.guide_sec03 #text_slider .textbox {
  padding: 0 120px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .guide_sec03 #text_slider .textbox {
    padding: 0 20px;
  }
}
.guide_sec03 #text_slider .textbox h3 {
  padding-left: 0;
}
.guide_sec03 #text_slider .textbox h3::before {
  content: none;
}

.guide_sec01 ul li {
  font-size: 1.5rem;
}

#site_wrapper {
  opacity: 0;
  transform: scale(0.985) translateY(16px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
#site_wrapper.is_invisible {
  visibility: hidden;
}
#site_wrapper.is_shown {
  visibility: visible;
  opacity: 1;
  transform: none;
}

#page_loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff0e2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.6s ease;
}
#page_loader.is_hidden {
  opacity: 0;
  pointer-events: none;
}
#page_loader .page_loader__inner {
  text-align: center;
  width: min(80vw, 560px);
}
#page_loader .page_loader__logo {
  display: block;
  width: 500px;
  max-width: 60%;
  margin: 0 auto 16px;
}
#page_loader .page_loader__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  #page_loader,
  #page_loader * {
    animation: none !important;
    transition: none !important;
  }
  #site_wrapper {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
body {
  min-width: 1800px;
}
@media (max-width: 768px) {
  body {
    min-width: initial;
  }
}

.home main .container {
  max-width: calc(1250px + 8%);
  padding: 0 4%;
}

.flex {
  display: flex;
}
@media (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
}

.tel_area_green {
  max-width: 526px;
  width: 100%;
  text-align: center;
  background: #73B637;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .tel_area_green {
    border-radius: 12px;
  }
}
.tel_area_green a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.tel_area_green a:hover {
  opacity: 0.7;
}
.tel_area_green span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media (max-width: 768px) {
  .tel_area_green span {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.tel_area_green .num {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 26px;
  width: max-content;
  position: relative;
}
@media (max-width: 768px) {
  .tel_area_green .num {
    font-size: 3rem;
  }
}
.tel_area_green .num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 34px;
  background: url("/wp-content/uploads/icon_tel_002.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .tel_area_green .num::before {
    width: 16px;
  }
}

.tel_area_txt {
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  margin-top: 10px !important;
}
.tel_area_txt .space {
  padding-left: 8px;
}
@media (max-width: 768px) {
  .tel_area_txt .space {
    padding-left: 0;
  }
}

.table_sub {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .table_sub {
    margin-top: 20px;
  }
}
.table_sub-txt {
  display: flex;
  gap: 10px;
  font-size: 1.6rem;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .table_sub-txt {
    font-size: 1.4rem;
  }
}
.table_sub-txt span {
  color: #fff;
  display: block;
  max-width: 105px;
  width: 100%;
  background: #EF8200;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  height: max-content;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .table_sub-txt span {
    font-size: 1.4rem;
    width: 90px;
  }
}

#front_sec_news {
  padding: 100px 0 0;
}
@media (max-width: 768px) {
  #front_sec_news {
    padding: 20px 0 20px;
  }
}
@media (max-width: 768px) {
  #front_sec_news .ttl_box {
    margin-bottom: 20px;
  }
}
#front_sec_news .box {
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  #front_sec_news .box {
    gap: 0px;
  }
}
#front_sec_news .box .news-box {
  max-width: 940px;
  width: 100%;
}
#front_sec_news .box .news-box .news-list {
  border-bottom: 1px solid #9A9696;
}
#front_sec_news .box .news-box .news-list dt,
#front_sec_news .box .news-box .news-list dd {
  border: 0;
  font-weight: 400;
}
#front_sec_news .box .news-box .news_btn {
  text-align: right;
  margin-top: 26px;
}
#front_sec_news .box .news-box .news_btn a {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#front_sec_news .box .news-box .news_btn a:hover {
  opacity: 0.7;
}
#front_sec_news .box .news-box .news_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #EF8200;
  border-right: 2px solid #EF8200;
  transform: translate(-50%, -50%) translateX(4px) rotate(45deg);
}

.guide_bg {
  width: 100%;
  position: relative;
  z-index: -100;
}
.guide_bg img {
  width: -webkit-fill-available;
}

#front_sec_guide {
  padding-bottom: 120px;
  margin-top: -9%;
  background-image: linear-gradient(0deg, rgb(250, 255, 201), rgb(255, 238, 219) 53%);
}
@media (max-width: 768px) {
  #front_sec_guide {
    margin-top: -1px;
    padding-bottom: 60px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  #front_sec_guide .ttl_box {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #front_sec_guide .ttl_box h2 {
    text-align: center;
  }
}
#front_sec_guide .guide_box {
  gap: 6%;
  justify-content: space-between;
}
#front_sec_guide .guide_box .guide_box-l,
#front_sec_guide .guide_box .guide_box-r {
  flex: 1;
}
#front_sec_guide .guide_box .guide_box-l p {
  font-size: 2rem;
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  #front_sec_guide .guide_box .guide_box-l p {
    font-size: 1.5rem;
    margin: 0 0 30px;
  }
}
#front_sec_guide .guide_box .guide_box-r {
  margin-top: -13%;
}
@media (max-width: 768px) {
  #front_sec_guide .guide_box .guide_box-r {
    margin-top: 30px;
  }
}
#front_sec_guide .guide_box .guide_box-r .attention_area {
  padding: 50px;
  background: #fff;
  border: 2px solid #EF8200;
  border-radius: 60px;
}
@media (max-width: 768px) {
  #front_sec_guide .guide_box .guide_box-r .attention_area {
    padding: 20px;
    border-radius: 16px;
  }
}
#front_sec_guide .guide_box .guide_box-r .attention_area-ttl {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  #front_sec_guide .guide_box .guide_box-r .attention_area-ttl {
    font-size: 1.6rem;
  }
}
#front_sec_guide .guide_box .guide_box-r .attention_area-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 0 0 1.5em;
}
@media (max-width: 768px) {
  #front_sec_guide .guide_box .guide_box-r .attention_area-list {
    margin-top: 16px;
    padding: 0 0 0 1.2em;
  }
}
@media (max-width: 768px) {
  #front_sec_guide .guide_box .guide_box-r .attention_area-list li {
    font-size: 1.5rem;
  }
}
#front_sec_guide .guide_box .guide_box-r .attention_area-list li::marker {
  color: #EF8200;
}
#front_sec_guide .guide_box .guide_box-r iframe {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #front_sec_guide .guide_box .guide_box-r iframe {
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
    max-height: 350px;
  }
}
@media (max-width: 400px) {
  #front_sec_guide .guide_box .guide_box-r iframe {
    max-height: 200px;
  }
}

.bg_1 {
  position: relative;
  padding: 150px 0 50px;
  display: flex;
  flex-direction: column;
  gap: 150px;
}
@media (max-width: 768px) {
  .bg_1 {
    padding: 60px 0 140px;
    gap: 60px;
  }
}
.bg_1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2%;
  aspect-ratio: 2129/2132;
  width: 110%;
  height: auto;
  background: url("/wp-content/uploads/top_bg002.svg") no-repeat right bottom;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .bg_1::after {
    content: none;
  }
}

#front_sec_first {
  position: relative;
}
#front_sec_first .max {
  max-width: 100%;
}
#front_sec_first .ttl_box {
  text-align: center;
}
#front_sec_first .ttl_box h2 {
  text-align: center;
}
#front_sec_first .first_txtarea p {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  #front_sec_first .first_txtarea p {
    font-size: 1.5rem;
    text-align: left;
  }
}
#front_sec_first .first_txtarea p:first-of-type {
  margin-bottom: 20px;
}
#front_sec_first .img_l {
  position: absolute;
  top: 13%;
  left: 4%;
  max-width: 430px;
  width: 100%;
}
@media (max-width: 768px) {
  #front_sec_first .img_l {
    display: none;
  }
}
#front_sec_first .img_r {
  position: absolute;
  top: 13%;
  right: 4%;
  max-width: 390px;
  width: 100%;
}
@media (max-width: 768px) {
  #front_sec_first .img_r {
    position: static;
    margin-top: 40px;
    max-width: 100%;
  }
}

#front_sec_treatment .ttl_box {
  text-align: center;
}
#front_sec_treatment .ttl_box h2 {
  text-align: center;
}
#front_sec_treatment .treatment_box {
  gap: 50px;
}
@media (max-width: 768px) {
  #front_sec_treatment .treatment_box {
    gap: 40px;
  }
}
#front_sec_treatment .treatment_box-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}
@media (max-width: 768px) {
  #front_sec_treatment .treatment_box-card {
    gap: 14px;
  }
}
#front_sec_treatment .treatment_box-card img {
  aspect-ratio: 386/234;
  width: 100%;
  height: auto;
  object-fit: cover;
}
#front_sec_treatment .treatment_box-card .flex {
  align-items: center;
  gap: 16px;
  padding-bottom: 26px;
  border-bottom: 2px dotted #EF8200;
}
@media (max-width: 768px) {
  #front_sec_treatment .treatment_box-card .flex {
    padding-bottom: 10px;
    flex-direction: unset;
    justify-content: center;
  }
}
#front_sec_treatment .treatment_box-card .flex img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
#front_sec_treatment .treatment_box-card .flex h3 {
  font-size: 2.7rem;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  #front_sec_treatment .treatment_box-card .flex h3 {
    font-size: 2rem;
  }
}
#front_sec_treatment .treatment_box-card .flex h3::before {
  content: none;
}
#front_sec_treatment .treatment_box-card p {
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  #front_sec_treatment .treatment_box-card p {
    font-size: 1.5rem;
  }
}
#front_sec_treatment .treatment_box-card .more {
  margin: 0;
}

@media (max-width: 768px) {
  #front_sec_treatment {
    padding: 60px 0;
    background: #EBFFDA;
  }
}

#front_sec_faq .container {
  max-width: calc(12% + 1100px);
}
#front_sec_faq .ttl_box {
  text-align: center;
}
#front_sec_faq .ttl_box h2 {
  text-align: center;
}
#front_sec_faq .accordion_area .accordion_one .ac_header {
  background-color: #fff;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 768px) {
  #front_sec_faq .accordion_area .accordion_one .ac_header {
    border-radius: 10px 10px 0 0;
    padding: 20px 12px;
  }
}
#front_sec_faq .accordion_area .accordion_one .ac_header:hover .p-faq__q-txt {
  color: #73B637;
}
#front_sec_faq .accordion_area .accordion_one .ac_header::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 1px;
  background: #EAEAEA;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
#front_sec_faq .accordion_area .accordion_one {
  box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 768px) {
  #front_sec_faq .accordion_area .accordion_one {
    margin-bottom: 24px;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.08);
  }
}
#front_sec_faq .accordion_area .accordion_one:last-child {
  margin-bottom: 0px;
}
#front_sec_faq .accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
#front_sec_faq .accordion_area .accordion_one .ac_header .i_box:before,
#front_sec_faq .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
#front_sec_faq .accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #282828;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
#front_sec_faq .accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #282828;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: 0.3s;
}
#front_sec_faq .accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
#front_sec_faq .accordion_area .accordion_one .ac_inner {
  display: none;
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  #front_sec_faq .accordion_area .accordion_one .ac_header {
    padding: 1.8rem 3.8rem 1.8rem 2rem;
  }
  #front_sec_faq .accordion_area .accordion_one .ac_header .i_box {
    right: 1.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  #front_sec_faq .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  #front_sec_faq .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  #front_sec_faq .accordion_area .accordion_one .ac_inner {
    padding: 0 1.5rem 1.5rem 1rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #front_sec_faq .accordion_area .accordion_one .ac_inner {
    padding: 1.8rem 2rem 2.4rem 2rem;
  }
}
#front_sec_faq .p-faq__headinner {
  position: relative;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  #front_sec_faq .p-faq__headinner {
    gap: 14px;
  }
}
#front_sec_faq .p-faq__headinner::before {
  display: flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  content: "Q";
  color: #73B637;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Roboto";
  line-height: 1;
  width: 62px;
  height: 62px;
  background: #EEFFDF;
  border-radius: 40px;
  transform: translateY(-0.06em);
}
@media (max-width: 768px) {
  #front_sec_faq .p-faq__headinner::before {
    width: 40px;
    height: 40px;
  }
}
#front_sec_faq .p-faq__headinner p.p-faq__q-txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  flex: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #front_sec_faq .p-faq__headinner::before {
    font-size: 2.2rem;
  }
  #front_sec_faq .p-faq__headinner p.p-faq__q-txt {
    font-size: 15px;
  }
}
#front_sec_faq .p-faq__bodyinner {
  position: relative;
  line-height: 1.5;
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  #front_sec_faq .p-faq__bodyinner {
    gap: 14px;
  }
}
#front_sec_faq .p-faq__bodyinner::before {
  display: flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  content: "A";
  color: #EF8200;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Roboto";
  line-height: 1;
  width: 62px;
  height: 62px;
  background: #FFF2E3;
  border-radius: 40px;
  transform: translateY(-0.06em);
}
@media (max-width: 768px) {
  #front_sec_faq .p-faq__bodyinner::before {
    width: 40px;
    height: 40px;
  }
}
#front_sec_faq .p-faq__bodyinner p.p-faq__a-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  flex: 1;
}
@media (max-width: 768px) {
  #front_sec_faq .p-faq__bodyinner::before {
    font-size: 18px;
  }
  #front_sec_faq .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}

/*=========
flow txt
=========*/
.flowin {
  padding: 50px 0 0;
}
@media (max-width: 768px) {
  .flowin {
    padding: 20px 0 0;
  }
}
.flowin .text {
  display: flex;
  width: max-content;
  animation: marquee 90s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.flowin .text p {
  white-space: nowrap;
  margin: 0;
  padding-right: 0;
  font-size: clamp(90px, 9.5168374817vw, 180px);
  font-weight: 600;
  font-family: "Roboto";
  color: #FF941D;
  opacity: 0.2;
  line-height: 1;
  letter-spacing: 0.1em;
}

/*=========
faq
=========*/
/*=========
accordion
=========*//*# sourceMappingURL=main.css.map */