@charset "UTF-8";
/* ===============================================
# フォント
=============================================== */
/* ===============================================
# コンテナ幅
=============================================== */
/* ===============================================
# 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: #404756;
  height: auto !important;
  overflow: clip;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

main {
  display: flow-root;
}

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

.fax {
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.scroll-prevent {
  width: 100%;
  height: auto !important;
  overflow: hidden;
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

header {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #fff;
  position: relative;
}
header .container {
  width: 100%;
  max-width: 1820px;
  max-width: calc(1820px + 9%);
  padding: 0 4.5%;
  margin: auto;
}
@media (max-width: 1023px) {
  header .container {
    max-width: calc(1000px + 9%);
  }
}
header .box {
  position: relative;
  display: table;
}
@media (max-width: 1023px) {
  header .box {
    width: 100%;
  }
}
header .title,
header .gnav {
  height: 100px;
  display: table-cell;
}
@media (max-width: 1023px) {
  header .title,
  header .gnav {
    height: auto;
  }
}
header .title {
  margin: 0;
  font-size: 0;
}
@media (min-width: 1024px) {
  header .title {
    vertical-align: middle;
    padding: 12px 0;
  }
}
@media (max-width: 1023px) {
  header .title {
    padding: 16px 0;
  }
}
header .title a {
  display: block;
  width: 270px;
  height: 70px;
}
@media (max-width: 1023px) {
  header .title a {
    width: 160px;
    height: auto;
    min-width: auto;
  }
}
@media (min-width: 1024px) {
  header .gnav {
    vertical-align: bottom;
    width: 100%;
    padding-bottom: 8px;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  header .gnav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1001;
    overflow-y: auto;
    padding-right: 0;
    padding: 100px 4%;
  }
}
header nav > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  header nav > ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  header nav > ul li {
    background: #fff;
    display: block;
  }
  header nav > ul li:not(:last-child) {
    border-bottom: 1px solid rgba(64, 71, 86, 0.5);
  }
}
header nav > ul li a {
  padding: 0em 0.875em;
  color: #404756;
  text-decoration: none;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 2px solid rgba(54, 74, 107, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  header nav > ul li a:hover {
    border-bottom: 2px solid #364a6b;
  }
}
@media (max-width: 1023px) {
  header nav > ul li a {
    color: #404756;
    padding: 0.7em 4%;
    text-align: left;
    font-size: 1.4rem;
  }
}
header nav > ul li a span {
  color: #364A6B;
  display: block;
  margin-top: 0.3em;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 1023px) {
  header nav > ul li a span {
    display: none;
  }
}
header .header_info_wrap {
  position: absolute;
  top: 15px;
  left: auto;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  text-align: right;
}
header .header_info_wrap .tel {
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 0;
}
header .header_info_wrap .tel a {
  color: #404756;
}
header .header_info_wrap p {
  color: #404756;
}
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%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 2%;
    margin: 0 auto;
    display: block;
    width: 26px;
    height: 26px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-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: #364A6B;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi:before {
    top: 0;
  }
  header .btn-gnavi:after {
    bottom: 0;
  }
  header .btn-gnavi span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #364A6B;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):after, header .btn-gnavi.close:not(.fix):before {
    background: #364A6B;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(-45deg);
            transform: translate(0, 50%) rotate(-45deg);
  }
  header .btn-gnavi.close:not(.fix) span {
    -webkit-transform: translate(100%, -50%);
            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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

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

@media (min-width: 1024px) {
  #header .has_under {
    position: static;
  }
  #header .has_under .sub-menu {
    min-width: 230px;
    text-align: left;
  }
  #header .has_under .sub-menu li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 24.5%;
    text-align: center;
    padding: 0;
  }
  #header .has_under .sub-menu li a {
    background: transparent;
    display: block;
    padding: 1em;
    overflow-wrap: break-word;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    border: 0;
  }
  #header .has_under .sub-menu li a:hover {
    border: 0;
  }
}
.main_visual_slick:not(.slick-initialized) > li {
  display: none;
}
.main_visual_slick:not(.slick-initialized) > li:first-child {
  display: block;
}

.main_visual {
  position: relative;
  margin-top: var(--header-height, 100px);
}
.main_visual .main_visual_slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  min-height: 800px;
}
@media (max-width: 767px) {
  .main_visual .main_visual_slick {
    min-height: 600px;
  }
}
.main_visual .main_visual_slick {
  height: calc(100vh - var(--header-height, 100px));
  min-height: auto;
}
@supports (height: 100dvh) {
  .main_visual .main_visual_slick {
    height: calc(100dvh - var(--header-height, 100px));
  }
}
@media (max-width: 1024px) {
  .main_visual .main_visual_slick {
    max-height: 600px;
  }
}
.main_visual .main_visual_slick {
  height: calc(100vh - var(--header-height, 100px));
  min-height: auto;
}
@supports (height: 100dvh) {
  .main_visual .main_visual_slick {
    height: calc(100dvh - var(--header-height, 100px));
  }
}
@media (max-width: 1024px) {
  .main_visual .main_visual_slick {
    max-height: 600px;
  }
}
.main_visual .main_visual_slick .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick li img {
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1500px) {
  .main_visual .main_visual_slick li img {
    -o-object-position: 35%;
       object-position: 35%;
  }
}
.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 {
  width: 100%;
  top: auto;
  right: 10.4166666667%;
  left: auto;
  bottom: 30.375%;
  position: absolute;
}
@media (min-width: 768px) {
  .main_visual .main_visual_copy img {
    max-width: 708px;
  }
}
@media (max-width: 1700px) {
  .main_visual .main_visual_copy img {
    right: 7.8125%;
  }
}
@media (max-width: 1548px) {
  .main_visual .main_visual_copy img {
    max-width: 43.9238653001vw;
  }
}
@media (max-width: 1359px) {
  .main_visual .main_visual_copy img {
    width: 52.0588235294%;
  }
}
@media (max-width: 1040px) {
  .main_visual .main_visual_copy img {
    max-width: 427px;
  }
}
@media (max-width: 767px) {
  .main_visual .main_visual_copy img {
    max-width: 100%;
    width: 100%;
    max-width: 353px;
    bottom: 20%;
    left: 3.4666666667%;
    right: auto;
    top: auto;
  }
}
.main_visual .main_visual_copy02 {
  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_copy02 img {
  max-width: 230px;
  width: 100%;
  top: auto;
  right: 10.4166666667%;
  left: auto;
  bottom: 6.25%;
  position: absolute;
}
@media (min-width: 768px) {
  .main_visual .main_visual_copy02 img {
    -webkit-filter: drop-shadow(0px 4px 10px rgba(54, 74, 107, 0.5));
            filter: drop-shadow(0px 4px 10px rgba(54, 74, 107, 0.5));
  }
}
@media (max-width: 1700px) {
  .main_visual .main_visual_copy02 img {
    right: 7.8125%;
  }
}
@media (max-width: 1359px) {
  .main_visual .main_visual_copy02 img {
    width: 16.9117647059%;
  }
}
@media (max-width: 1040px) {
  .main_visual .main_visual_copy02 img {
    max-width: 427px;
  }
}
@media (max-width: 767px) {
  .main_visual .main_visual_copy02 img {
    max-width: none;
    width: 94.1333333333%;
    max-width: 353px;
    bottom: 1.6666666667%;
    left: 3.4666666667%;
    right: auto;
    top: auto;
  }
}

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

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

/* ===============================================
# フッター追尾
=============================================== */
#ftr_info {
  z-index: 101;
  width: 100%;
  display: none;
}
#ftr_info .container {
  padding: 0;
}
#ftr_info .sp {
  display: none;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  background: #fff;
}
@media (max-width: 1023px) {
  #ftr_info .sp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#ftr_info .sp > * {
  width: 100%;
}
#ftr_info .sp > *:not(:last-child) {
  position: relative;
}
#ftr_info .sp > *:not(:last-child):before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.4);
  width: 1px;
}
#ftr_info .sp .btn {
  padding: 6px 0 2px;
  background: #364A6B;
}
#ftr_info .sp .ttl {
  text-align: center;
  margin-top: 2px;
}
#ftr_info .sp .ttl .out_link {
  position: relative;
  padding-right: 1.5em;
  display: inline-block;
}
#ftr_info .sp .ttl .out_link:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: url(/wp-content/uploads/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;
}

.more {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more a {
  display: block;
  color: #fff;
  background: #364A6B;
  padding: 1.1em 0.5em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Shippori Mincho B1", "Noto Sans JP", serif;
}
.more a:hover {
  background-color: rgb(43.7366459627, 59.9354037267, 86.6633540373);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more a.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  left: auto;
  margin: auto;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.more a.add_arrow:after {
  right: 5%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

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

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

.table-schedule {
  width: 100%;
}
.table-schedule tbody {
  color: #404756;
}
.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-schedule td,
.table-schedule th {
  padding: 0.7em 0.2em;
  text-align: center;
}
@media (max-width: 410px) {
  .table-schedule td,
  .table-schedule th {
    font-size: 3.9024390244vw;
  }
}
.table-schedule tr + tr {
  border-bottom: 1px solid rgba(54, 74, 107, 0.5);
}
.table-schedule thead tr {
  border-bottom: 1px solid rgba(54, 74, 107, 0.5);
}
.table-schedule thead th {
  color: #404756;
  border-bottom: 0;
  font-weight: 500;
  width: 10%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .table-schedule thead th:first-child {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .table-schedule thead th:first-child {
    width: 40%;
  }
}
.table-schedule thead td:not(:first-child) {
  border-left: 0;
}
.table-schedule tbody tr + tr {
  border-top: 1px solid rgba(54, 74, 107, 0.5);
}
.table-schedule tbody th {
  font-weight: 500;
  font-size: clamp(15px, 1.0248901903vw, 16px);
}
.table-schedule td {
  color: #364A6B;
}

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

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

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

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

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

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

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

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

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

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

.pager {
  margin-top: 40px;
  margin-bottom: 20px;
}
.pager .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(54, 74, 107, 0.1);
  color: #364A6B;
  border: 1px solid #364a6b;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #364A6B;
  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 #364A6B;
  border-right: 1px solid #364A6B;
  -webkit-transform: translateX(-50%) rotate(222deg);
          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 #364A6B;
  border-right: 1px solid #364A6B;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.single-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.single-navigation li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #364A6B;
}
.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 #364A6B;
  border-left: 1px solid #364A6B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
          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 #364A6B;
  border-left: 1px solid #364A6B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(-45deg) scaleX(-1);
          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 #364A6B;
  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(64, 71, 86, 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: #364A6B;
  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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.post_sidebar .post_side_list a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #364A6B;
}
.post_sidebar .archive-dropdown {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #404756;
  border: solid 1px #404756;
  margin-top: 0.8em;
  padding: 0.5em 2.5em 0.5em 0.6em;
  font-size: 15px;
  font-size: 1.5rem;
}

/* ===============================================
# 変数
=============================================== */
body:not(.home) {
  margin-top: 100px;
}
@media (max-width: 767px) {
  body:not(.home) {
    margin-top: 80px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.contact-policy {
  padding: 24px 30px 30px;
  border: solid 6px rgba(54, 74, 107, 0.1);
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-policy {
    padding: 20px 6%;
  }
}
.contact-policy .contact-policy-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5em;
}
.contact-policy .contact-policy-outLink {
  position: relative;
  display: inline-block;
  padding-right: 1.375em;
  margin-right: 0.375em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: underline;
  color: #364A6B;
  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: #364A6B;
  -webkit-mask-image: url(../img/contact_outlink.svg);
          mask-image: url(../img/contact_outlink.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left center;
          mask-position: left center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.highlight {
  background: rgba(54, 74, 107, 0.1);
  padding: 4%;
}
@media (max-width: 767px) {
  .highlight {
    padding: 30px 4%;
  }
}

/* ===============================================
# 各下層調整
=============================================== */
body {
  min-width: 960px;
}
@media (max-width: 767px) {
  body {
    min-width: initial;
  }
}

.home main .container {
  max-width: calc(1360px + 12%);
  padding: 0 6%;
}

/* ===============================================
# TOP共通
=============================================== */
[id^=front_sec] .container {
  max-width: calc(1360px + 12%);
  padding: 0 6%;
}
[id^=front_sec] {
  /* ===============================================
  # reset ttl
  =============================================== */
}
[id^=front_sec] h2::before,
[id^=front_sec] h3::before,
[id^=front_sec] h4::before {
  content: none;
}
[id^=front_sec] h2,
[id^=front_sec] h3,
[id^=front_sec] h4 {
  padding-left: 0;
  padding-bottom: 0;
  font-weight: 500;
}
[id^=front_sec] h2,
[id^=front_sec] .h2_ttl {
  font-size: clamp(32px, 2.4890190337vw, 40px);
}
@media (max-width: 767px) {
  [id^=front_sec] h2,
  [id^=front_sec] .h2_ttl {
    font-size: 2.4rem;
  }
}
[id^=front_sec] h3,
[id^=front_sec] .h3_ttl {
  font-size: clamp(2rem, 1.756954612vw, 32px);
}
[id^=front_sec] h4,
[id^=front_sec] .h4_ttl {
  font-size: clamp(1.8rem, 1.4641288433vw, 24px);
}
[id^=front_sec] {
  /* ===============================================
  # h2_en
  =============================================== */
}
[id^=front_sec] .h2_en {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 3.3333333333em;
  margin-bottom: clamp(30px, 3.8799414348vw, 53px);
}
@media (max-width: 767px) {
  [id^=front_sec] .h2_en {
    font-size: 1.4rem;
  }
}
[id^=front_sec] .h2_en.en:before {
  content: attr(data-en);
  display: block;
  font-weight: 500;
  font-family: "Cormorant Infant", "Noto Sans JP", serif;
  color: #364A6B;
  font-size: 3.3333333333em;
  height: auto;
  width: auto;
  background: transparent;
  position: absolute;
  bottom: 0;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
[id^=front_sec] .h2_en.white {
  color: #fff;
}
[id^=front_sec] .h2_en.white.en:before {
  color: #fff;
}
[id^=front_sec] .h2_en.left {
  text-align: left;
}
[id^=front_sec] .h2_en.left.en:before {
  text-align: left;
}
[id^=front_sec] {
  /* ===============================================
  # letter line-height
  =============================================== */
}
[id^=front_sec] p,
[id^=front_sec] dt,
[id^=front_sec] dd,
[id^=front_sec] th,
[id^=front_sec] td,
[id^=front_sec] li,
[id^=front_sec] a {
  letter-spacing: 0.06em;
  line-height: 1.8;
}
[id^=front_sec] {
  /* ===============================================
  # 文字色
  =============================================== */
}
[id^=front_sec] .color_p {
  color: #364A6B;
}
[id^=front_sec] .color_s {
  color: #A4ABBD;
}
[id^=front_sec] .color_a {
  color: #8C7755;
}
[id^=front_sec] .color_fff {
  color: #FFF;
}
[id^=front_sec] {
  /* ===============================================
  # ブロック
  =============================================== */
}
[id^=front_sec] .block {
  display: inline-block;
}
@media (min-width: 768px) {
  [id^=front_sec] .pc-block {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  [id^=front_sec] .ipc_br {
    display: none;
  }
}
[id^=front_sec] {
  /* ===============================================
  # ul_none
  =============================================== */
}
[id^=front_sec] .ul_none {
  list-style: none;
  padding-left: 0;
}
[id^=front_sec] {
  /* ===============================================
  # aリンク
  =============================================== */
}
[id^=front_sec] .alink {
  padding-top: 100px;
  margin-top: -100px;
}
@media (max-width: 767px) {
  [id^=front_sec] .alink {
    padding-top: 60px;
    margin-top: -60px;
  }
}
[id^=front_sec] {
  /* ===============================================
  # 外部リンク用
  =============================================== */
}
@media (min-width: 768px) {
  [id^=front_sec] .more.pc_left a {
    margin-left: 0;
  }
}
[id^=front_sec] .more.out_link {
  position: relative;
}
[id^=front_sec] .more.out_link a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 6%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: url(/wp-content/uploads/link.svg) no-repeat center/100%;
}
[id^=front_sec] .more.out_link a:hover:after {
  right: 5%;
}
[id^=front_sec] {
  /* ===============================================
  # ttl
  =============================================== */
}
[id^=front_sec] .h2_grd {
  background: -webkit-linear-gradient(190deg, rgb(164, 171, 189) 0%, rgb(54, 74, 107) 100%);
  background: linear-gradient(260deg, rgb(164, 171, 189) 0%, rgb(54, 74, 107) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
[id^=front_sec] .h2_sub {
  font-size: clamp(16px, 1.4641288433vw, 20px);
  border: 1px solid #364A6B;
  margin-inline: auto;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1.5em;
  line-height: 1;
  font-family: "Shippori Mincho B1", "Noto Sans JP", serif;
  font-weight: 600;
  color: #364A6B;
}

/* ===============================================
    # pagetop
=============================================== */
footer .pagetop {
  background: #A4ABBD;
}

/* ===============================================
# header シンプル
=============================================== */
header {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
header .title a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 768px) {
  header .title a:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (min-width: 1024px) {
  header .gnav {
    vertical-align: middle;
  }
}
header .gnav nav > ul li a {
  letter-spacing: 0.06em;
  font-weight: 500;
  font-family: "Shippori Mincho B1", "Noto Sans JP", serif;
}
@media (min-width: 768px) {
  header .gnav nav > ul li a {
    font-size: clamp(14px, 1.0980966325vw, 16px);
  }
}
header .container {
  padding: 0 3.125%;
}

/* ===============================================
# MV
=============================================== */
@media (max-width: 1024px) {
  .ipc_only {
    display: none;
  }
}

@media (min-width: 1024px) {
  .ipd-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .ipd-only {
    display: none;
  }
}

/* ===============================================
# sec01
=============================================== */
#front_sec01 {
  background: url(/wp-content/uploads/top_bg001.jpg) no-repeat center center/cover;
  padding: 3.125vw 0 7.8125vw;
}
@media (max-width: 767px) {
  #front_sec01 {
    padding: 0 0 14%;
  }
}
#front_sec01 .h2_img {
  max-width: 37.3958333333vw;
  margin-inline: auto;
  margin-bottom: clamp(60px, 4.39238653vw, 80px);
}
@media (max-width: 1025px) {
  #front_sec01 .h2_img {
    max-width: 52.5622254758vw;
  }
}
@media (max-width: 767px) {
  #front_sec01 .h2_img {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
#front_sec01 .sec01_list ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125vw;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  #front_sec01 .sec01_list ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#front_sec01 .sec01_list ol li {
  width: calc((100% - 3.125vw * 2) / 3 - 1px);
  background: #fff;
  color: #364A6B;
  padding: 15px 20px 15px 5.78125vw;
  position: relative;
  font-weight: 500;
  font-size: clamp(14px, 1.0980966325vw, 16px);
}
@media (max-width: 1080px) {
  #front_sec01 .sec01_list ol li {
    width: calc((100% - (3.125vw)) / 2 - 1px);
  }
}
@media (max-width: 767px) {
  #front_sec01 .sec01_list ol li {
    width: 100%;
    font-size: 15px;
    padding: 15px 20px 15px 18.6666666667vw;
  }
}
#front_sec01 .sec01_list ol li::before {
  content: "";
  display: block;
  width: 4.7395833333vw;
  height: 100%;
  background: #364A6B;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #front_sec01 .sec01_list ol li::before {
    width: 14.6666666667vw;
  }
}
#front_sec01 .sec01_list ol li::after {
  content: "";
  display: block;
  width: 1.7708333333vw;
  height: 1.7708333333vw;
  background: url(/wp-content/uploads/top_icon001.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.4583333333vw;
}
@media (max-width: 767px) {
  #front_sec01 .sec01_list ol li::after {
    width: 6.4vw;
    height: 6.4vw;
    left: 4.2666666667vw;
  }
}

/* ===============================================
# sec02
=============================================== */
#front_sec02 {
  padding: 5.2083333333vw 0 7.2916666667vw;
  position: relative;
}
@media (max-width: 767px) {
  #front_sec02 {
    padding: 10% 0 12%;
  }
}
#front_sec02::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  right: 0;
  margin-inline: auto;
  border-style: solid;
  border-right: 7.8125vw solid transparent;
  border-left: 7.8125vw solid transparent;
  border-bottom: 2.0833333333vw solid #fff;
  border-top: 0;
}
@media (max-width: 767px) {
  #front_sec02::before {
    border-right: 16vw solid transparent;
    border-left: 16vw solid transparent;
    border-bottom: 5.3333333333vw solid #fff;
  }
}
#front_sec02 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.6458333333vw;
  position: relative;
}
#front_sec02 .box::before {
  content: "";
  display: block;
  width: 10.7291666667vw;
  height: 14.4791666667vw;
  background: url(/wp-content/uploads/top_img002.jpg) no-repeat center/contain;
  position: absolute;
  bottom: 2.8125vw;
  right: -6.5625vw;
  opacity: 0.5;
}
@media (max-width: 1300px) {
  #front_sec02 .box::before {
    bottom: auto;
    top: 0;
    width: 120px;
    height: 164px;
  }
}
@media (max-width: 767px) {
  #front_sec02 .box::before {
    content: none;
  }
}
#front_sec02 .box > * {
  width: calc((100% - (3.6458333333vw)) / 2 - 1px);
}
@media (max-width: 767px) {
  #front_sec02 .box > * {
    width: 100%;
  }
}
#front_sec02 .box .img {
  width: 41.1764705882%;
  position: relative;
}
@media (min-width: 768px) {
  #front_sec02 .box .img {
    min-height: clamp(500px, 43.9238653001vw, 700px);
  }
}
@media (max-width: 767px) {
  #front_sec02 .box .img {
    width: 100%;
  }
}
#front_sec02 .box .img::before {
  content: "Natural and clean beauty";
  display: block;
  line-height: 1.6;
  position: absolute;
  top: 0;
  right: calc(100% + 3.4895833333vw);
  font-weight: 600;
  font-size: 30px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Cormorant Infant", "Noto Sans JP", serif;
  color: rgba(54, 74, 107, 0.5);
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  #front_sec02 .box .img::before {
    right: 100%;
  }
}
@media (max-width: 767px) {
  #front_sec02 .box .img::before {
    content: none;
  }
}
#front_sec02 .box .img img {
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #front_sec02 .box .img img {
    min-width: 31.9791666667vw;
  }
}
@media (max-width: 767px) {
  #front_sec02 .box .img img {
    position: static;
  }
}
#front_sec02 .box .text_box {
  width: 53.0882352941%;
  font-family: "Shippori Mincho B1", "Noto Sans JP", serif;
  font-weight: 500;
  font-size: clamp(17px, 1.2445095168vw, 20px);
}
@media (max-width: 767px) {
  #front_sec02 .box .text_box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #front_sec02 .box .text_box .p_box {
    margin-bottom: 3rem;
  }
}
#front_sec02 .box .text_box .p_box > *:not(:last-child) {
  margin-bottom: 1rem;
}
#front_sec02 .box .text_box .p_box p {
  margin: 0;
}
#front_sec02 .h3_ttl {
  font-weight: 600;
}

/* ===============================================
# sec03
=============================================== */
#front_sec03 {
  padding: 4.1666666667vw 0;
  border-radius: 80px 0 0 0;
  background: #364A6B;
  position: relative;
}
@media (max-width: 767px) {
  #front_sec03 {
    padding: 10% 0 12%;
    border-radius: 40px 0 0 0;
  }
}
#front_sec03::before {
  content: "Whitening at ";
  display: block;
  line-height: 1.6;
  position: absolute;
  top: 6.1458333333vw;
  left: 6.6666666667vw;
  font-weight: 400;
  font-size: clamp(20px, 2.9282576867vw, 80px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Cormorant Infant", "Noto Sans JP", serif;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  opacity: 0.5;
}
@media (max-width: 1800px) {
  #front_sec03::before {
    left: 3.6458333333vw;
  }
}
@media (max-width: 1600px) {
  #front_sec03::before {
    content: none;
  }
}
#front_sec03::after {
  content: "Honda dental Clinic";
  display: block;
  line-height: 1.6;
  position: absolute;
  top: 6.1458333333vw;
  left: 2.0833333333vw;
  font-weight: 400;
  font-size: clamp(20px, 2.9282576867vw, 80px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Cormorant Infant", "Noto Sans JP", serif;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  opacity: 0.5;
}
@media (max-width: 1800px) {
  #front_sec03::after {
    left: 0;
  }
}
@media (max-width: 1600px) {
  #front_sec03::after {
    content: "Whitening at Honda dental Clinic";
    color: rgba(255, 255, 255, 0.2);
    left: 1.3020833333vw;
  }
}
#front_sec03 .se03_img::before {
  content: "";
  display: block;
  width: 25.8333333333vw;
  height: 18.2291666667vw;
  background: url(/wp-content/uploads/top_img003.jpg) no-repeat center center/contain;
  position: absolute;
  bottom: calc(100% + -13.6458333333vw);
  right: 0;
  border-radius: 40px 0 0 0;
}
@media (max-width: 767px) {
  #front_sec03 .se03_img::before {
    border-radius: 20px 0 0 0;
    width: 141.7142857143px;
    height: 100px;
  }
}
#front_sec03 .txt_wrap > .ttl {
  margin-bottom: clamp(20px, 2.196193265vw, 40px);
}
@media (min-width: 768px) {
  #front_sec03 .txt_wrap > .ttl {
    font-size: clamp(24px, 2.7818448023vw, 50px);
  }
}
@media (max-width: 767px) {
  #front_sec03 .txt_wrap > .ttl {
    margin-bottom: 2rem;
    letter-spacing: 0.04em;
  }
}
#front_sec03 .txt_wrap p {
  font-size: clamp(16px, 1.2445095168vw, 18px);
  font-weight: 300;
}
@media (max-width: 767px) {
  #front_sec03 .txt_wrap p {
    font-weight: 400;
  }
}
#front_sec03 .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3.125vw;
}
@media (max-width: 767px) {
  #front_sec03 .card {
    display: contents;
  }
}
#front_sec03 .card > * {
  width: calc((100% - 3.125vw * 1) / 2 - 1px);
  padding: 15.625vw 0 0 5.2083333333vw;
  position: relative;
}
@media (max-width: 1400px) {
  #front_sec03 .card > * {
    padding: 21.9619326501vw 0 0 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  #front_sec03 .card > * {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #front_sec03 .card > *:first-child {
    margin-bottom: 40px;
  }
}
#front_sec03 .card figure {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 598px;
}
@media (min-width: 768px) {
  #front_sec03 .card figure {
    position: absolute;
  }
}
@media (max-width: 1023px) {
  #front_sec03 .card figure {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  #front_sec03 .card figure {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#front_sec03 .card figure img {
  border-radius: 0 40px 0 40px;
}
#front_sec03 .card .txt {
  position: relative;
  z-index: 5;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background: #364A6B;
  padding: 1.5625vw 0 0 1.5625vw;
  border-radius: 30px 0 0 0;
}
#front_sec03 .card .txt .ttl_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
#front_sec03 .card .txt .ttl_wrap .num {
  font-size: clamp(50px, 3.6603221083vw, 60px);
  font-family: "Cormorant Infant", "Noto Sans JP", serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  padding-right: 0.4em;
  position: relative;
  letter-spacing: 0.06em;
}
#front_sec03 .card .txt .ttl_wrap .num::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
#front_sec03 .card .txt .ttl_wrap .ttl {
  margin-left: 0.5666666667em;
  margin-bottom: 0;
  line-height: 1.6;
  position: relative;
  font-size: clamp(20px, 1.756954612vw, 24px);
  padding-top: 1.0416666667em;
}
#front_sec03 .card .txt .ttl_wrap .ttl::before {
  content: attr(data-en);
  display: block;
  width: auto;
  height: auto;
  font-family: "Cormorant Infant", "Noto Sans JP", serif;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 0;
}
#front_sec03 .card .txt > p {
  font-family: "Shippori Mincho B1", "Noto Sans JP", serif;
}

/* ===============================================
# cta
=============================================== */
#front_sec_cta {
  padding: 5.2083333333vw 0;
  background: url(/wp-content/uploads/top_bg002.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  #front_sec_cta {
    padding: 10% 0 12%;
  }
}
#front_sec_cta .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
}
@media (max-width: 1023px) {
  #front_sec_cta .box {
    gap: 2.9282576867vw;
  }
}
@media (min-width: 768px) {
  #front_sec_cta .box {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 1400px) {
  #front_sec_cta .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#front_sec_cta .box > * {
  width: calc((100% - 2.0833333333vw * 1) / 2 - 1px);
}
@media (max-width: 1400px) {
  #front_sec_cta .box > * {
    width: 100%;
  }
}
#front_sec_cta .ttl_h2 {
  margin-bottom: clamp(20px, 2.9282576867vw, 40px);
}
#front_sec_cta .h2_en.en:before {
  font-size: clamp(60px, 5.1244509517vw, 80px);
}
@media (max-width: 767px) {
  #front_sec_cta .h2_en.en:before {
    font-size: 4.4rem;
  }
}
#front_sec_cta .txt {
  width: 50%;
}
@media (max-width: 1400px) {
  #front_sec_cta .txt {
    width: 100%;
  }
}
#front_sec_cta .txt > p {
  font-size: clamp(16px, 1.2445095168vw, 17px);
  font-weight: 400;
}
@media (max-width: 767px) {
  #front_sec_cta .txt > p {
    font-size: 1.5rem;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  #front_sec_cta .link_wrap {
    margin-top: 20px;
  }
}
#front_sec_cta .link_wrap .tel_box {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5625vw 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #front_sec_cta .link_wrap .tel_box {
    margin-bottom: 20px;
    padding: 6% 0;
  }
}
#front_sec_cta .link_wrap .tel_box .tel_wrap {
  position: relative;
  padding-left: 60px;
}
#front_sec_cta .link_wrap .tel_box .tel_wrap::before {
  content: "";
  display: block;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  background: url(/wp-content/uploads/side_tel.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 1200px) {
  #front_sec_cta .link_wrap .tel_box .tel_wrap::before {
    left: 5%;
  }
}
@media (max-width: 767px) {
  #front_sec_cta .link_wrap .tel_box .tel_wrap::before {
    width: 30px;
    height: 30px;
  }
}
#front_sec_cta .link_wrap .tel_box a {
  color: #fff;
  font-size: clamp(40px, 2.9282576867vw, 50px);
  letter-spacing: 0.08em;
  font-family: "Shippori Mincho B1", "Noto Sans JP", serif;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  #front_sec_cta .link_wrap .tel_box a {
    font-size: 3rem;
  }
}
#front_sec_cta .link_wrap .tel_box .sub_txt {
  font-size: 1.4rem;
}
#front_sec_cta .link_wrap .more {
  overflow: inherit;
  margin-top: clamp(20px, 2.196193265vw, 30px);
}
#front_sec_cta .link_wrap .more a {
  font-family: "Shippori Mincho B1", "Noto Sans JP", serif;
  background: #fff;
  width: 100%;
  color: #364A6B;
  font-weight: 500;
  border: 3px solid #364A6B;
  -webkit-box-shadow: 0px 4px 0px 0px #364A6B;
          box-shadow: 0px 4px 0px 0px #364A6B;
  border-radius: 10px;
  font-size: clamp(28px, 2.0497803807vw, 32px);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 100%;
  padding: 40px 0;
}
@media (max-width: 767px) {
  #front_sec_cta .link_wrap .more a {
    font-size: 1.7rem;
    padding: 20px 0;
  }
}
#front_sec_cta .link_wrap .more a::before {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  background: url(/wp-content/uploads/top_icon_re.svg) no-repeat center/contain !important;
  position: absolute;
  top: 50%;
  bottom: auto;
  right: auto;
  left: 6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  #front_sec_cta .link_wrap .more a::before {
    width: 1.875em;
    height: 1.875em;
  }
}
#front_sec_cta .link_wrap .more a::after {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  background: url(/wp-content/uploads/more_icon01.svg) no-repeat center/contain !important;
  position: absolute;
  top: 50%;
  bottom: auto;
  right: 6%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
@media (max-width: 767px) {
  #front_sec_cta .link_wrap .more a::after {
    width: 1.75em;
    height: 1.75em;
  }
}
#front_sec_cta .link_wrap .more a:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-box-shadow: 0 2px 0 #364A6B;
  box-shadow: 0 2px 0 #364A6B;
}
#front_sec_cta .link_wrap .more a:hover::after {
  background: url(/wp-content/uploads/more_icon01.svg) no-repeat center/contain !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

/* ===============================================
# front_sec05
=============================================== */
#front_sec05 {
  padding: clamp(60px, 4.39238653vw, 120px) 0 7.8125vw;
  background: url(/wp-content/uploads/top_bg003.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  #front_sec05 {
    padding: 12% 0 14%;
  }
}
#front_sec05 .wrap {
  background: rgba(255, 255, 255, 0.98);
  padding: 10px;
  position: relative;
}
@media (max-width: 767px) {
  #front_sec05 .wrap {
    padding: calc(10px + 4%);
  }
}
#front_sec05 .wrap::before {
  content: "Whitening at Us";
  display: block;
  width: auto;
  height: auto;
  color: #fff;
  position: absolute;
  bottom: 98%;
  right: 0;
  font-size: clamp(48px, 5.710102489vw, 78px);
  line-height: 0.8;
  font-family: "Cormorant Infant", "Noto Sans JP", serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #front_sec05 .wrap::before {
    font-size: 3.5rem;
    bottom: 101%;
    left: 0;
    right: 0;
    text-align: center;
    margin-inline: auto;
  }
}
#front_sec05 .wrap::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid #A4ABBD;
  z-index: 0;
}
#front_sec05 .wrap .wrap_img::before {
  content: "";
  display: block;
  width: 18.2291666667vw;
  height: 18.2291666667vw;
  background: url(/wp-content/uploads/top_img006.jpg) no-repeat center/contain;
  position: absolute;
  top: -4.1666666667vw;
  left: -8.8541666667vw;
  z-index: 3;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  #front_sec05 .wrap .wrap_img::before {
    width: 20.4978038067vw;
    height: 20.4978038067vw;
    left: -3.6603221083vw;
  }
}
@media (max-width: 767px) {
  #front_sec05 .wrap .wrap_img::before {
    content: none;
  }
}
#front_sec05 .wrap .wrap_img::after {
  content: "";
  display: block;
  width: 18.2291666667vw;
  height: 18.2291666667vw;
  background: url(/wp-content/uploads/top_img007.jpg) no-repeat center/contain;
  position: absolute;
  bottom: -4.6875vw;
  right: -8.8541666667vw;
  z-index: 3;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  #front_sec05 .wrap .wrap_img::after {
    width: 14.6412884334vw;
    height: 14.6412884334vw;
    right: -3.6603221083vw;
    bottom: -6.588579795vw;
  }
}
@media (max-width: 767px) {
  #front_sec05 .wrap .wrap_img::after {
    content: none;
  }
}
@media (max-width: 767px) {
  #front_sec05 .sp_img img {
    border-radius: 20px;
    width: 90%;
    margin: 20px auto;
  }
}
#front_sec05 .box_wrap {
  padding: 3.6458333333vw 0;
  font-size: clamp(16px, 1.317715959vw, 18px);
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 767px) {
  #front_sec05 .box_wrap {
    padding: 0;
    text-align: left;
  }
}
#front_sec05 .box_wrap .box_ttl {
  position: relative;
  padding-bottom: 1.25em;
  margin-bottom: 0.5em;
}
#front_sec05 .box_wrap .box_ttl::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(/wp-content/uploads/top_icon002.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  -webkit-animation: kuru 3s linear infinite;
          animation: kuru 3s linear infinite;
  /* アニメーション */
}
@-webkit-keyframes kuru {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes kuru {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  #front_sec05 .box_wrap .box_ttl::before {
    width: 30px;
    height: 30px;
  }
}
#front_sec05 .box_wrap p {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  #front_sec05 .box_wrap p {
    font-size: 1.5rem;
  }
}
#front_sec05 .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.0416666667vw;
}
@media (max-width: 767px) {
  #front_sec05 .tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
}
#front_sec05 .tag > * {
  background: rgba(54, 74, 107, 0.1);
  padding: 0.5em;
  border-radius: 8px;
  color: #364A6B;
  font-weight: 500;
}
@media (max-width: 767px) {
  #front_sec05 .tag > * {
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  #front_sec05:not(.whitening) {
    padding: clamp(60px, 4.39238653vw, 100px) 0 7.8125vw;
  }
}
#front_sec05:not(.whitening).ceramic {
  background: url(/wp-content/uploads/top_bg003b.jpg) no-repeat center center/cover;
}
#front_sec05:not(.whitening) .wrap::before {
  content: "ceramic treatment";
}
@media (max-width: 767px) {
  #front_sec05:not(.whitening) .wrap::before {
    font-size: 2.5rem;
  }
}
#front_sec05:not(.whitening) .wrap .wrap_img::before {
  background: url(/wp-content/uploads/top_img014.jpg) no-repeat center/contain;
}
#front_sec05:not(.whitening) .wrap .wrap_img::after {
  background: url(/wp-content/uploads/top_img015.jpg) no-repeat center/contain;
}
#front_sec05:not(.whitening) .tag {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  #front_sec05:not(.whitening) .tag {
    gap: 10px;
  }
}

/* ===============================================
# sec06
=============================================== */
#front_sec06 {
  position: relative;
  padding: clamp(85px, 7.6866764275vw, 145px) 0 clamp(60px, 7.3206442167vw, 120px);
}
@media (max-width: 767px) {
  #front_sec06 {
    padding: 16% 0 12%;
  }
}
#front_sec06 .list > *:not(:last-child) {
  margin-bottom: clamp(40px, 5.8565153734vw, 80px);
}
#front_sec06 .list_c {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 767px) {
  #front_sec06 .list_c {
    padding: 40px 0;
  }
}
#front_sec06 .list_c::before {
  content: "";
  display: block;
  width: 100%;
  min-width: 1800px;
  height: 100%;
  background: url(/wp-content/uploads/top_bg004.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: -8.3333333333vw;
  z-index: -1;
  border-radius: 100px 0 0 0;
}
@media (max-width: 767px) {
  #front_sec06 .list_c::before {
    border-radius: 40px 0 0 0;
  }
}
#front_sec06 .list_c .list_num {
  position: relative;
}
#front_sec06 .list_c .list_num::before {
  content: "01";
  display: inline;
  width: auto;
  height: auto;
  font-size: 4.4270833333vw;
  position: absolute;
  top: -0.5208333333vw;
  left: -4.1666666667vw;
  font-family: "Shippori Mincho B1", "Noto Sans JP", serif;
  background: -webkit-gradient(linear, right top, left top, from(rgb(164, 171, 189)), to(rgb(54, 74, 107)));
  background: -webkit-linear-gradient(right, rgb(164, 171, 189) 0%, rgb(54, 74, 107) 100%);
  background: linear-gradient(270deg, rgb(164, 171, 189) 0%, rgb(54, 74, 107) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  z-index: 2;
}
@media (max-width: 767px) {
  #front_sec06 .list_c .list_num::before {
    font-size: 10.6666666667vw;
    top: -4.8vw;
    left: 0;
  }
}
#front_sec06 .list_c .list_num::after {
  content: "";
  display: block;
  width: 10.2083333333vw;
  height: 10.2083333333vw;
  background: url(/wp-content/uploads/num.svg) no-repeat center/contain;
  position: absolute;
  top: -3.125vw;
  left: -6.7708333333vw;
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
  z-index: 1;
}
@media (max-width: 767px) {
  #front_sec06 .list_c .list_num::after {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    top: -9.3333333333vw;
    left: -4.8vw;
  }
}
#front_sec06 .list_c .list_num {
  /* アニメーション */
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#front_sec06 .list_c .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3.125vw;
  margin-bottom: clamp(40px, 3.6603221083vw, 60px);
}
@media (max-width: 767px) {
  #front_sec06 .list_c .box {
    gap: 20px;
    margin-bottom: 30px;
  }
}
#front_sec06 .list_c .box > * {
  width: calc((100% - 3.125vw * 1) / 2 - 1px);
}
@media (max-width: 767px) {
  #front_sec06 .list_c .box > * {
    width: 100%;
  }
}
#front_sec06 .list_c .box .img {
  max-width: 50%;
  position: relative;
}
@media (min-width: 768px) {
  #front_sec06 .list_c .box .img {
    min-height: clamp(300px, 32.9428989751vw, 494px);
  }
}
@media (max-width: 767px) {
  #front_sec06 .list_c .box .img {
    width: 100%;
    max-width: 100%;
  }
}
#front_sec06 .list_c .box .img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 60px 0 60px 0;
}
@media (max-width: 767px) {
  #front_sec06 .list_c .box .img img {
    position: static;
  }
}
#front_sec06 .list_c .box .text_box {
  width: 45.5882352941%;
}
@media (max-width: 767px) {
  #front_sec06 .list_c .box .text_box {
    width: 100%;
  }
}
#front_sec06 .list_c .box .text_box .h2_ttl {
  margin-bottom: 16px;
  padding-bottom: 1.15em;
  font-weight: 600;
}
@media (max-width: 767px) {
  #front_sec06 .list_c .box .text_box .h2_ttl {
    padding-bottom: 3rem;
    margin-bottom: 10px;
  }
}
#front_sec06 .list_c .box .text_box .h2_ttl::after {
  content: "";
  display: block;
  width: 90px;
  height: 30px;
  background: url(/wp-content/uploads/top_icon003.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  #front_sec06 .list_c .box .text_box .h2_ttl::after {
    width: 60px;
    height: 20px;
  }
}
#front_sec06 .list_c .box .text_box .h3_ttl {
  font-family: "Shippori Mincho B1", "Noto Sans JP", serif;
  font-size: clamp(20px, 2.0497803807vw, 32px);
  font-weight: 600;
}
@media (max-width: 767px) {
  #front_sec06 .list_c .box .text_box .h3_ttl {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  #front_sec06 .list_c .box .text_box .p_box {
    margin-bottom: clamp(20px, 2.196193265vw, 30px);
  }
}
#front_sec06 .list_c .box .text_box .p_box > *:not(:last-child) {
  margin-bottom: 1rem;
}
#front_sec06 .list_c .box .text_box .p_box p {
  margin: 0;
}
@media (max-width: 767px) {
  #front_sec06 .list_c .box .text_box .p_box p {
    margin-bottom: 2rem;
  }
}
#front_sec06 .list_c .box .text_box .merit_ttl {
  background: #364A6B;
  padding: 0.5em;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1;
}
#front_sec06 .list_c .box .text_box .box_ul {
  padding: 0 0 0 1.5em;
}
#front_sec06 .list_c .recommendation {
  background-color: #A4ABBD;
  padding: 15px;
}
@media (max-width: 767px) {
  #front_sec06 .list_c .recommendation {
    padding: 10px;
  }
}
#front_sec06 .list_c .recommendation > .wrap {
  background: #fff;
  height: 100%;
  padding: 33px 33px 0;
}
@media (max-width: 767px) {
  #front_sec06 .list_c .recommendation > .wrap {
    padding: 5%;
  }
}
#front_sec06 .list_c .recommendation .re_text {
  padding-left: 330px;
  margin-inline: auto;
  position: relative;
  max-width: 72.9166666667vw;
}
@media (max-width: 1610px) {
  #front_sec06 .list_c .recommendation .re_text {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #front_sec06 .list_c .recommendation .re_text {
    max-width: 100%;
    padding-left: 0;
  }
}
#front_sec06 .list_c .recommendation .re_text::before {
  content: "";
  display: block;
  width: 258px;
  height: 261px;
  background: url(/wp-content/uploads/top_img009.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  #front_sec06 .list_c .recommendation .re_text::before {
    content: none;
  }
}
#front_sec06 .list_c .recommendation .re_text figure {
  width: 100%;
  border-bottom: dashed 1px #364A6B;
  text-align: left;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
#front_sec06 .list_c .recommendation .re_text figure img {
  width: 100%;
  max-width: 559px;
  margin-left: 0;
}
#front_sec06 .list_c .recommendation .re_text .check_list {
  padding-bottom: 33px;
}
@media (max-width: 767px) {
  #front_sec06 .list_c .recommendation .re_text .check_list {
    padding-bottom: 0;
  }
}
#front_sec06 .list_c .recommendation .re_text .check_list ul {
  padding-left: 0;
}
@media (min-width: 768px) {
  #front_sec06 .list_c .recommendation .re_text .check_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#front_sec06 .list_c .recommendation .re_text .check_list ul li {
  line-height: 1.5;
  margin: 0.5em 0;
  padding-left: 1.75em;
  list-style-type: none;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-family: "Shippori Mincho B1", "Noto Sans JP", serif;
  font-weight: 600;
  font-size: clamp(14px, 1.317715959vw, 20px);
}
@media (max-width: 767px) {
  #front_sec06 .list_c .recommendation .re_text .check_list ul li {
    padding-left: 1.5em;
  }
}
#front_sec06 .list_c .recommendation .re_text .check_list ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/top_check.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  #front_sec06 .list_c .recommendation .re_text .check_list ul li::before {
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}
@media (min-width: 768px) {
  #front_sec06 .list_c .recommendation .re_text .check_list ul li {
    width: 49%;
  }
  #front_sec06 .list_c .recommendation .re_text .check_list ul li:nth-child(3) {
    white-space: nowrap;
  }
}
@media (max-width: 1120px) {
  #front_sec06 .list_c .recommendation .re_text .check_list ul li {
    font-size: clamp(16px, 1.4641288433vw, 20px);
    width: 100%;
  }
}
#front_sec06 .list_c:nth-child(2)::before {
  left: auto;
  right: -8.3333333333vw;
  background: url(/wp-content/uploads/top_bg005.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  #front_sec06 .list_c:nth-child(2)::before {
    border-radius: 0 100px 0 0;
  }
}
#front_sec06 .list_c:nth-child(2) .list_num::before {
  content: "02";
}
@media (min-width: 768px) {
  #front_sec06 .list_c:nth-child(2) .list_num::before {
    left: auto;
    right: -4.1666666667vw;
  }
}
@media (min-width: 768px) {
  #front_sec06 .list_c:nth-child(2) .list_num::after {
    left: auto;
    right: -6.7708333333vw;
  }
}
@media (min-width: 768px) {
  #front_sec06 .list_c:nth-child(2) .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#front_sec06 .list_c:nth-child(2) .recommendation .re_text::before {
  width: 280px;
  height: 257px;
  background: url(/wp-content/uploads/top_img011.png) no-repeat center/contain;
}
#front_sec06 .list_c:nth-child(3) .list_num::before {
  content: "03";
}
#front_sec06 .list_c:nth-child(3) .recommendation .re_text::before {
  width: 310px;
  height: 257px;
  background: url(/wp-content/uploads/top_img013.png) no-repeat center/contain;
}
#front_sec06 .banner {
  margin-top: clamp(80px, 7.3206442167vw, 120px);
  padding: 3.6458333333vw 3.125vw;
  background: url(/wp-content/uploads/top_bg007.jpg) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 767px) {
  #front_sec06 .banner {
    margin-top: 12%;
    padding: 8%;
    border-radius: 40px;
  }
}
#front_sec06 .banner::before {
  content: "";
  display: block;
  width: 26.40625vw;
  height: 100%;
  min-height: 20.15625vw;
  background: url(/wp-content/uploads/top_bg007b.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 35% 35% 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #front_sec06 .banner::before {
    border-radius: 0 50% 50% 0;
  }
}
@media (max-width: 767px) {
  #front_sec06 .banner::before {
    content: none;
  }
}
#front_sec06 .banner .box_sp_img {
  margin-bottom: 20px;
}
#front_sec06 .banner .box_sp_img img {
  border-radius: 20px;
}
#front_sec06 .banner .box {
  padding-left: 26.0416666667vw;
}
@media (max-width: 767px) {
  #front_sec06 .banner .box {
    padding-left: 0;
  }
}
#front_sec06 .banner .box .ttl_sub {
  font-size: clamp(22px, 2.9282576867vw, 53px);
  margin-left: -0.5em;
}

/* ===============================================
# sec08
=============================================== */
#front_sec08 {
  position: relative;
  padding: clamp(105px, 7.6866764275vw, 145px) 0 80px;
  background: #F1F5F7;
}
@media (max-width: 767px) {
  #front_sec08 {
    padding: 16% 0 6%;
  }
}
@media (min-width: 768px) {
  #front_sec08 .container {
    max-width: 1750px;
  }
}
#front_sec08 .h2_grd {
  background: -webkit-linear-gradient(200deg, rgb(115, 125, 150) 0%, rgb(54, 74, 107) 100%);
  background: linear-gradient(250deg, rgb(115, 125, 150) 0%, rgb(54, 74, 107) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
#front_sec08 .card_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-template-rows: auto;
  gap: 2.6041666667vw;
}
@media (max-width: 767px) {
  #front_sec08 .card_list {
    grid-template-columns: 1fr;
  }
}
#front_sec08 .card_list.no01 {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  #front_sec08 .card_list.no01 {
    margin-bottom: 0;
  }
}
#front_sec08 .card_list.no02 {
  grid-template-columns: repeat(2, minmax(0, 473px));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#front_sec08 .card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 1.25vw;
}
@media (max-width: 767px) {
  #front_sec08 .card:not(:nth-last-child(-n+2)) {
    margin-bottom: 40px;
  }
  #front_sec08 .card {
    gap: 5.3333333333vw;
  }
}
#front_sec08 .card .card_ttl {
  border-top: 1px solid rgba(54, 74, 107, 0.5);
  border-bottom: 1px solid rgba(54, 74, 107, 0.5);
  padding: 8px 0;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  #front_sec08 .card .card_ttl {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  #front_sec08 .card .card_ttl {
    font-size: 2.2rem;
  }
}
#front_sec08 .card .card_ttl span {
  display: block;
  font-weight: 400;
  font-size: 16px;
}
#front_sec08 .card .img {
  background: url(/wp-content/uploads/top_bg008.jpg) no-repeat center center/cover;
  padding: 1rem;
}
#front_sec08 .card .img img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
#front_sec08 .card .txt {
  margin-bottom: 0;
}
#front_sec08 .card .check {
  background: #fff;
  padding: 0.5208333333vw 1.0416666667vw;
  margin-bottom: 0;
}
#front_sec08 .card .check ul {
  padding-left: 0;
}
@media (max-width: 767px) {
  #front_sec08 .card .check ul {
    padding-left: 0.5em;
  }
}
#front_sec08 .card .check ul li {
  line-height: 1.5;
  margin: 0.8em 0;
  padding-left: 1.875em;
  list-style-type: none;
  position: relative;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #364A6B;
}
@media (max-width: 767px) {
  #front_sec08 .card .check ul li {
    padding-left: 1.5em;
  }
}
#front_sec08 .card .check ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/top_check.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  #front_sec08 .card .check ul li::before {
    width: 1.25em;
    height: 1.25em;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}
@media (max-width: 1120px) {
  #front_sec08 .card .check ul li {
    font-size: clamp(16px, 1.4641288433vw, 20px);
    width: 100%;
  }
}
@media (max-width: 767px) {
  #front_sec08 .sp_mt0 {
    margin-top: -1rem;
  }
}
@media (min-width: 1451px) {
  #front_sec08 .pc1450_on {
    display: none;
  }
}
@media (max-width: 1450px) {
  #front_sec08 .pc1450_off {
    display: none;
  }
}

/* ===============================================
# sec09
=============================================== */
#front_sec09 {
  background: url(/wp-content/uploads/top_bg010.jpg) no-repeat center center/cover;
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  #front_sec09 {
    padding: 0 0 12%;
  }
}
#front_sec09 .sec09_wrap {
  padding: 3.125vw 0;
  background: url(/wp-content/uploads/top_bg009.jpg) no-repeat center center/cover;
  margin-bottom: clamp(60px, 5.8565153734vw, 100px);
}
@media (max-width: 767px) {
  #front_sec09 .sec09_wrap {
    margin-bottom: 10%;
  }
}
#front_sec09 .sec09_wrap .ttl {
  color: #fff;
  font-size: 3.8541666667vw;
  position: relative;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  #front_sec09 .sec09_wrap .ttl {
    font-size: 3rem;
  }
}
#front_sec09 .sec09_wrap .ttl::after {
  content: "CEREC";
  display: block;
  width: auto;
  height: auto;
  color: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
  left: 8.3333333333vw;
  right: auto;
  font-family: "Cormorant Infant", "Noto Sans JP", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 6.25vw;
}
@media (max-width: 767px) {
  #front_sec09 .sec09_wrap .ttl::after {
    top: 90%;
    font-size: 6rem;
    left: 0;
    letter-spacing: 0.06em;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.09);
  }
}
@media (max-width: 767px) {
  #front_sec09 .sec09_wrap {
    padding: 10.6666666667vw;
  }
}
#front_sec09 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  margin-bottom: clamp(40px, 4.39238653vw, 80px);
}
#front_sec09 .box::before {
  content: "";
  display: block;
  width: 22.1875vw;
  height: 12.65625vw;
  background: url(/wp-content/uploads/top_img026.png) no-repeat center/contain;
  position: absolute;
  bottom: -4.4791666667vw;
  right: -9.8958333333vw;
  z-index: 4;
}
@media (max-width: 1684px) {
  #front_sec09 .box::before {
    right: 0;
  }
}
@media (max-width: 767px) {
  #front_sec09 .box::before {
    width: 106.5px;
    height: 60.75px;
    top: 53.3333333333vw;
    bottom: auto;
    right: -2.6666666667vw;
  }
}
@media (min-width: 768px) {
  #front_sec09 .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#front_sec09 .box > * {
  width: calc(50% - 1px);
}
@media (max-width: 767px) {
  #front_sec09 .box > * {
    width: 100%;
  }
}
#front_sec09 .box .img {
  width: 34.7794117647%;
  position: relative;
}
@media (min-width: 768px) {
  #front_sec09 .box .img {
    min-height: clamp(300px, 36.6032210835vw, 600px);
  }
}
@media (max-width: 767px) {
  #front_sec09 .box .img {
    width: 100%;
  }
}
#front_sec09 .box .img img {
  position: absolute;
  top: 0;
  left: -6.3541666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-width: 45.625vw;
  border-radius: clamp(40px, 5.8565153734vw, 80px) 0 0 clamp(40px, 5.8565153734vw, 80px);
}
@media (max-width: 767px) {
  #front_sec09 .box .img img {
    position: static;
  }
}
#front_sec09 .box .rowR {
  width: 65.1470588235%;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  #front_sec09 .box .rowR {
    padding-top: 1.9270833333vw;
  }
}
@media (max-width: 767px) {
  #front_sec09 .box .rowR {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #front_sec09 .box .rowR .ttl {
    margin-top: -1rem;
    margin-bottom: 2.5rem;
  }
}
#front_sec09 .box .rowR .ttl span {
  display: block;
  font-size: clamp(22px, 2.3426061493vw, 40px);
  padding: 0.25em 0.5em;
  background: #fff;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(54, 74, 107, 0.3);
          box-shadow: 0px 8px 8px 0px rgba(54, 74, 107, 0.3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  #front_sec09 .box .rowR .ttl span {
    font-size: 1.9rem;
    letter-spacing: 0.04em;
  }
}
#front_sec09 .box .rowR .ttl > *:not(:first-child) {
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 767px) {
  #front_sec09 .box .rowR .ttl > *:not(:first-child) {
    margin-bottom: 2.1333333333vw;
  }
}
#front_sec09 .box .rowR .p_box {
  margin-bottom: 3rem;
}
#front_sec09 .box .rowR .p_box > *:not(:last-child) {
  margin-bottom: 1rem;
}
#front_sec09 .box .rowR .p_box p {
  margin: 0;
  font-family: "Shippori Mincho B1", "Noto Sans JP", serif;
  font-size: clamp(17px, 1.4641288433vw, 20px);
}
#front_sec09 .box .merit_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375vw;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  #front_sec09 .box .merit_list {
    gap: 2.6666666667vw;
  }
}
#front_sec09 .box .merit_list > * {
  width: 100%;
  max-width: 10.7291666667vw;
  min-width: 160px;
}
@media (max-width: 1040px) {
  #front_sec09 .box .merit_list > * {
    max-width: 130px;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  #front_sec09 .box .merit_list > * {
    max-width: 100%;
    width: calc((100% - 2.6666666667vw) / 2 - 1px);
  }
}
#front_sec09 .box .merit_list > * img {
  width: 100%;
}
#front_sec09 .box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.4117647059%;
}
#front_sec09 .box02 > * {
  width: calc((100% - 3.125vw) / 2 - 1px);
}
@media (max-width: 767px) {
  #front_sec09 .box02 > * {
    width: 100%;
  }
}
#front_sec09 .box02 .img {
  width: 43.3823529412%;
  position: relative;
}
@media (min-width: 768px) {
  #front_sec09 .box02 .img {
    min-height: clamp(300px, 21.9619326501vw, 400px);
  }
}
@media (max-width: 767px) {
  #front_sec09 .box02 .img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#front_sec09 .box02 .img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 767px) {
  #front_sec09 .box02 .img img {
    position: static;
  }
}
#front_sec09 .box02 .text_box {
  width: 52.2058823529%;
}
@media (max-width: 767px) {
  #front_sec09 .box02 .text_box {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #front_sec09 .box02 .text_box .ttl {
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  #front_sec09 .box02 .text_box .ttl {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  #front_sec09 .box02 .text_box .p_box {
    margin-bottom: 3rem;
    font-size: 14px;
  }
}
#front_sec09 .box02 .text_box .p_box > *:not(:last-child) {
  margin-bottom: 1rem;
}
#front_sec09 .box02 .text_box .p_box p {
  margin: 0;
}

/* ===============================================
# sec11
=============================================== */
#front_sec11 {
  margin: 100px 0 120px;
  position: relative;
}
@media (max-width: 767px) {
  #front_sec11 {
    margin: 12% 0;
  }
}
#front_sec11::before {
  content: "";
  display: block;
  width: calc(100% - 8.8541666667vw);
  height: 100%;
  background: #F1F5F7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media (max-width: 1500px) {
  #front_sec11::before {
    width: 96%;
  }
}
#front_sec11 .wrap {
  padding: clamp(80px, 5.8565153734vw, 100px) 0;
}
@media (max-width: 767px) {
  #front_sec11 .wrap {
    padding: 40px 0 60px;
  }
}
#front_sec11 .ttl_wrap .h2_en {
  padding-top: 3em;
  padding-bottom: 0;
}
#front_sec11 .ttl_wrap .h2_en.en:before {
  bottom: auto;
  top: 0;
}
#front_sec11 .h2_ttl::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 36.4583333333vw;
  padding-left: 17.4479166667vw;
  height: 1px;
  line-height: 1;
  background: rgba(54, 74, 107, 0.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1600px) {
  #front_sec11 .h2_ttl::after {
    max-width: 47.5841874085vw;
  }
}
@media (max-width: 1400px) {
  #front_sec11 .h2_ttl::after {
    max-width: 40.2635431918vw;
  }
}
@media (max-width: 767px) {
  #front_sec11 .h2_ttl::after {
    max-width: 16vw;
  }
}
#front_sec11 .step_box3 {
  position: relative;
}
#front_sec11 .step_box3 .step_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: rgba(65, 66, 122, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(65, 66, 122, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 425px) {
  #front_sec11 .step_box3 .step_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#front_sec11 .step_box3 .step_flex:last-child {
  margin-bottom: 0;
}
#front_sec11 .step_box3 .step_flex::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #364A6B;
  border-width: 30px;
  margin-left: -30px;
  z-index: 20;
}
#front_sec11 .step_box3 .step_flex .step_area {
  background: #364A6B;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  #front_sec11 .step_box3 .step_flex .step_area {
    min-width: 120px;
  }
}
@media (max-width: 425px) {
  #front_sec11 .step_box3 .step_flex .step_area {
    padding: 0 20px;
  }
}
#front_sec11 .step_box3 .step_flex .step_area p {
  color: #fff;
  font-family: "Cormorant Infant", "Noto Sans JP", serif;
}
#front_sec11 .step_box3 .step_flex .step_area p .s_s {
  font-size: 20px;
}
#front_sec11 .step_box3 .step_flex .step_area p .s_b {
  font-size: 24px;
}
#front_sec11 .step_box3 .step_flex .content_area {
  padding: 30px 20px;
  background: #fff;
  width: 100%;
}
#front_sec11 .step_box3 .step_flex .content_area .color_r {
  color: #364A6B;
}
#front_sec11 .step_box3 .step_flex:last-child::after {
  display: none;
}
#front_sec11 .sp_mb {
  margin-bottom: 40px;
}
#front_sec11 .ceramic .step_box3 .step_flex::after {
  border-top-color: #697491;
}
#front_sec11 .ceramic .step_box3 .step_area {
  background: #697491;
}

/* ===============================================
# sec12
=============================================== */
#front_sec12 {
  background: #A4ABBD;
  padding: 120px 0;
}
@media (max-width: 767px) {
  #front_sec12 {
    padding: 12% 0;
  }
}
#front_sec12 .wrap {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(54, 74, 107, 0.3);
          box-shadow: 0px 10px 20px 0px rgba(54, 74, 107, 0.3);
  padding: clamp(20px, 2.9282576867vw, 60px) clamp(40px, 4.39238653vw, 80px);
}
@media (max-width: 767px) {
  #front_sec12 .wrap {
    padding: 8% 6%;
  }
}
#front_sec12 .wrap:not(:last-child) {
  margin-bottom: 60px;
}
#front_sec12 .ttl_wrap .h2_en {
  padding-top: 3em;
  padding-bottom: 0;
}
#front_sec12 .ttl_wrap .h2_en.en:before {
  bottom: auto;
  top: 0;
}
#front_sec12 .price_ttl {
  padding-bottom: 0.5em;
  background-image: -webkit-radial-gradient(circle, rgba(54, 74, 107, 0.5) 1px, transparent 1px);
  background-image: radial-gradient(circle, rgba(54, 74, 107, 0.5) 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
#front_sec12 .price_sub {
  padding-left: 0.625em;
}
#front_sec12 .price_sub::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: rgba(54, 74, 107, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
#front_sec12 .attention {
  margin-top: 0.5rem;
  opacity: 0.8;
  margin-bottom: 0;
}

/* ===============================================
# sec13
=============================================== */
#front_sec13 {
  margin: 140px 0;
}
@media (max-width: 767px) {
  #front_sec13 {
    margin: 12% 0 16%;
  }
}
#front_sec13 .sec13_img {
  max-width: calc(1467px + 12%);
  padding: 0 6%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  #front_sec13 .sec13_img {
    max-width: 100%;
  }
}
#front_sec13 .sec13_img img {
  width: 100%;
}
@media (max-width: 767px) {
  #front_sec13 .container {
    margin-top: 2rem;
  }
}
#front_sec13 .box {
  margin-top: clamp(40px, 4.39238653vw, 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4.84375vw;
  position: relative;
}
@media (max-width: 767px) {
  #front_sec13 .box {
    margin-top: 0;
  }
}
#front_sec13 .box::before {
  content: "";
  display: block;
  width: 19.3229166667vw;
  height: 20vw;
  background: url(/wp-content/uploads/top_img030.jpg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: -4.1666666667vw;
  z-index: -1;
}
@media (max-width: 767px) {
  #front_sec13 .box::before {
    content: none;
  }
}
#front_sec13 .box > * {
  width: calc((100% - 4.84375vw) / 2 - 1px);
}
@media (max-width: 767px) {
  #front_sec13 .box > * {
    width: 100%;
  }
}
#front_sec13 .box .img {
  width: 15%;
  position: relative;
}
#front_sec13 .box .img img {
  max-width: 100%;
}
#front_sec13 .box .text_box {
  width: 78.1617647059%;
  font-family: "Shippori Mincho B1", "Noto Sans JP", serif;
  font-size: clamp(17px, 1.4641288433vw, 20px);
  font-weight: 500;
}
@media (max-width: 767px) {
  #front_sec13 .box .text_box {
    width: 100%;
  }
}
#front_sec13 .box .text_box .sp_h2 {
  margin-bottom: 2rem;
}
#front_sec13 .box .text_box .sp_h2 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid rgba(54, 74, 107, 0.5);
}
@media (max-width: 767px) {
  #front_sec13 .box .text_box .p_box {
    margin-bottom: 3rem;
  }
}
#front_sec13 .box .text_box .p_box > *:not(:last-child) {
  margin-bottom: 1rem;
}
#front_sec13 .box .text_box .p_box p {
  margin: 0;
}
#front_sec13 .box .text_box .p_box .large_txt {
  font-size: clamp(18px, 1.4641288433vw, 24px);
}

/* =========================================s======
# scroll
=============================================== */
.scroll {
  position: absolute;
  font-size: 13px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  bottom: calc(100% + 3.125vw);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  .scroll {
    bottom: calc(100% + 10.6666666667vw);
  }
}

.scroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(164, 171, 189)), to(rgb(54, 74, 107)));
  background: -webkit-linear-gradient(top, rgb(164, 171, 189) 0%, rgb(54, 74, 107) 100%);
  background: linear-gradient(180deg, rgb(164, 171, 189) 0%, rgb(54, 74, 107) 100%);
  right: 50%;
  bottom: -155px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 155px;
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
}
@media (max-width: 1025px) {
  .scroll::after {
    bottom: -100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .scroll::after {
    height: 60px;
    bottom: -80px;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
/* ===============================================
# marker
=============================================== */
.marker {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(54, 74, 107, 0.1)));
  background-image: -webkit-linear-gradient(transparent 60%, rgba(54, 74, 107, 0.1) 60%);
  background-image: linear-gradient(transparent 60%, rgba(54, 74, 107, 0.1) 60%);
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: 0 100%;
  -webkit-transition: background-size 0.8s ease;
  transition: background-size 0.8s ease;
}

.marker.is-visible {
  background-size: 100% 100%;
}

/* ===============================================
# footer01
=============================================== */
.footer01 {
  padding-top: clamp(80px, 7.3206442167vw, 140px);
  color: #404756;
  letter-spacing: 0.06em;
  line-height: 1.6;
  background: url(/wp-content/uploads/top_bg011.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .footer01 {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .footer01 .container {
    max-width: calc(1200px + 12%) !important;
    padding: 0 6%;
  }
}
@media (max-width: 767px) {
  .footer01 .container {
    padding: 0 4% 0;
  }
}
.footer01 .footer_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5%;
  margin-bottom: clamp(50px, 4.39238653vw, 60px);
}
@media (max-width: 767px) {
  .footer01 .footer_contents {
    gap: 30px;
    margin-bottom: 0;
  }
}
.footer01 .textbox {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .footer01 .textbox {
    width: 100%;
  }
}
.footer01 .logo_wrapper {
  margin-bottom: 30px;
}
.footer01 .logo_wrapper img {
  width: 100%;
  max-width: 300px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 767px) {
  .footer01 .logo_wrapper img {
    max-width: 80%;
  }
}
.footer01 .logo_wrapper img:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0.6;
}
.footer01 .add {
  margin-bottom: 18px;
  color: #fff;
}
.footer01 .tel_hp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  gap: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer01 .tel_hp {
    margin-bottom: 2rem;
  }
}
.footer01 .tel_hp .ftr_tel {
  position: relative;
}
.footer01 .tel_hp .ftr_tel a {
  font-family: "Shippori Mincho B1", "Noto Sans JP", serif;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  padding-left: 1.375em;
  position: relative;
  line-height: 1;
}
.footer01 .tel_hp .ftr_tel a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(/wp-content/uploads/side_tel.svg) no-repeat center/contain;
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .footer01 .tel_hp .ftr_tel a::before {
    top: 50%;
  }
}
.footer01 .teble_sub {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .footer01 .more {
    margin-top: 3rem;
  }
}
.footer01 .more a {
  max-width: 100%;
  font-size: clamp(16px, 1.4641288433vw, 20px);
  background: rgb(43.7366459627, 59.9354037267, 86.6633540373);
}
.footer01 .more a:hover {
  background-color: rgb(36.8944099379, 50.5590062112, 73.1055900621);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer01 .ftr_map {
  width: 45%;
  position: relative;
}
@media (max-width: 767px) {
  .footer01 .ftr_map {
    padding-top: 100%;
    width: 100%;
  }
}
.footer01 .ftr_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer01 .map_sub {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .footer01 .map_sub {
    position: static;
  }
}
.footer01 .map_sub dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1115px) {
  .footer01 .map_sub dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.footer01 .map_sub dl > * {
  font-size: 1.4rem;
  display: inline-block;
}
.footer01 .map_sub dl dt {
  width: 30%;
  padding-left: 1.7142857143em;
  position: relative;
}
@media (max-width: 1115px) {
  .footer01 .map_sub dl dt {
    width: 100%;
    font-size: 1.6rem;
  }
}
.footer01 .map_sub dl dt::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/ftr_icon_ac.svg) no-repeat center/contain;
  position: absolute;
  top: 3%;
  left: 0;
}
@media (max-width: 767px) {
  .footer01 .map_sub dl dt::before {
    top: 15%;
  }
}
.footer01 .map_sub dl dd {
  width: 70%;
}
@media (max-width: 1115px) {
  .footer01 .map_sub dl dd {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer01 .map_sub dl dd {
    letter-spacing: 0.02em;
  }
}
.footer01 .box {
  background: #fff;
  margin-bottom: 30px;
  padding: clamp(16px, 1.1713030747vw, 20px);
}
@media (max-width: 767px) {
  .footer01 .box {
    margin-bottom: 0;
    padding: 4%;
  }
}
.footer01 .footer_banner {
  margin-bottom: clamp(50px, 3.6603221083vw, 60px);
}

/* ===============================================
# nav
=============================================== */
footer .ftr_site_map {
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  footer .ftr_site_map {
    padding: 40px 0;
  }
}
footer .site_map {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  footer .site_map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  footer .site_map {
    padding: 0;
    margin-bottom: 20px;
  }
}
footer .site_map h2 {
  font-size: clamp(16px, 1.2445095168vw, 18px);
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 1.1111111111em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  footer .site_map h2 {
    margin-bottom: 14px;
    padding-top: 0.5em;
  }
}
footer .site_map h2::before {
  content: none;
}
footer .ftr_site_wrap {
  margin-bottom: 40px;
}
footer nav {
  padding: 0;
}
@media (max-width: 768px) {
  footer nav:not(:last-child) {
    margin-bottom: 30px;
  }
}
footer nav ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  text-align: left;
}
@media (max-width: 767px) {
  footer nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
  }
  footer nav ul > * {
    width: calc((100% - 10px) / 2 - 1px);
  }
}
footer nav ul li {
  margin-bottom: 0;
  text-align: left;
  color: #fff;
}
@media (min-width: 768px) {
  footer nav ul li {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  footer nav ul li:not(:last-child) {
    margin-bottom: 1em;
    margin-right: clamp(0px, 1.1713030747vw, 30px);
  }
}
footer nav ul li a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  footer nav ul li a {
    font-size: 1.4rem;
    padding: 0.4em 0;
  }
}
footer nav ul li a:hover {
  opacity: 0.7;
}
footer .copyright {
  border: none;
  color: #fff;
  text-align: left;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 28px;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  footer .copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  footer .copyright {
    margin-top: 3rem;
  }
}
footer .copyright .under_box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  footer .copyright .under_box ul {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
footer .copyright p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: letter;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .copyright p {
    text-align: right;
  }
}
@media (max-width: 767px) {
  footer .copyright p {
    font-size: 1rem;
  }
}
footer .copyright .block {
  display: inline-block;
}
footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 1.4rem;
}

/* ===============================================
# サイト追尾
=============================================== */
@media (max-width: 1023px) {
  .side_fix {
    display: none;
  }
}
.side_fix {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 164px;
  padding-left: 0;
}
.side_fix > :not(:last-child) {
  margin-bottom: 20px;
}
.side_fix .side-btn {
  position: relative;
  width: 300px;
  height: 80px;
  border-right: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #364A6B;
  border: solid 1px #fff;
  border-radius: 100px 0 0 100px;
  list-style: none;
}
.side_fix .side-btn:hover {
  -webkit-transform: translateX(-219px);
          transform: translateX(-219px);
}
.side_fix .side-btn.tel {
  background: rgb(146.2636942675, 154.6280254777, 176.1363057325);
}
.side_fix .side-btn.line {
  background: #558C66;
  position: relative;
}
.side_fix .side-btn.line::before {
  content: "LINE";
  display: block;
  font-size: 11px;
  font-weight: bold;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #558C66;
  width: 32px;
  height: 32px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -10px;
  right: auto;
  border-radius: 50%;
  border: solid 1px #558C66;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.side_fix .side-btn > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-decoration: none;
}
.side_fix .icon {
  width: 80px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.side_fix .icon img {
  max-width: 30px;
  display: block;
}
.side_fix .ttl {
  color: #fff;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  font-family: "Shippori Mincho B1", "Noto Sans JP", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* ===============================================
# footer
=============================================== */
#ftr_info .sp .btn_no01 {
  background: #A4ABBD;
}
#ftr_info .sp .btn_no03 {
  background: #558C66;
}

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

.js-trigger.wow {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-trigger.wow.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-trigger.wow.animated:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.js-trigger.wow.animated:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.js-trigger.wow.animated:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js-trigger.wow.animated:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.js-trigger.wow.animated:nth-of-type(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.js-trigger.wow.animated:nth-of-type(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js-trigger.wow.animated:nth-of-type(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js-trigger.wow.animated:nth-of-type(8) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}/*# sourceMappingURL=main.css.map */