@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import "../plugin/swiper-bundle.min.css";
:root {
  --primary-color: #0B849F;
  --secondary-color: #0B849F;
  --txt-color: #232A2B;
  --read-color: #4D5E62;
  --pale-color: #e3f3f4;
  --sans-jp: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
  --serif-jp: "Noto Serif JP","ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  --letter-spacing: 0.1em;
  --line-height: 1.5;
}

.sc-ttl {
  text-align: center;
  margin-bottom: 2rem;
}
.sc-ttl__sub {
  font-size: 1.5rem;
  font-family: var(--serif-jp);
  margin-bottom: 0;
}
.sc-ttl__main {
  font-size: 2rem;
  font-family: var(--serif-jp);
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 0;
}
.sc-ttl .read {
  margin: 1.5rem 0 3rem;
}
@media (max-width: 576px) {
  .sc-ttl {
    margin-bottom: 1.5rem;
  }
  .sc-ttl__sub {
    font-size: 1.25rem;
  }
  .sc-ttl__main {
    font-size: 1.5rem;
  }
  .sc-ttl .read {
    margin: 1rem 0 2rem;
  }
}

.sc-h3 {
  font-size: 1.5rem;
  font-family: var(--serif-jp);
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}

.read {
  color: var(--read-color);
}

.accent-1 {
  color: #FFF080;
}

.bg-1 {
  background: #E3F3F4;
}

.btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 1rem;
  margin: 2rem auto 0;
  background: var(--primary-color);
  color: #fff;
  border: solid 1px transparent;
  font-family: var(--serif-jp);
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}
.btn:hover {
  background: #fff;
  border: solid 1px var(--primary-color);
  color: var(--primary-color);
}
@media (max-width: 576px) {
  .btn {
    padding: 0.85rem;
  }
}

.btn-line {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 1rem;
  margin: 2rem auto 0;
  background: transparent;
  color: var(--primary-color);
  border: solid 1px var(--primary-color);
  font-family: var(--serif-jp);
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}
.btn-line:hover {
  background: var(--primary-color);
  color: #fff;
}
@media (max-width: 576px) {
  .btn-line {
    padding: 0.85rem;
  }
}

.scroll-wrapper {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 0 0.5rem;
}
.scroll-wrapper::-webkit-scrollbar {
  height: 15px;
}
.scroll-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.scroll-wrapper::-webkit-scrollbar-track-piece:start, .scroll-wrapper::-webkit-scrollbar-track-piece:end {
  background-color: transparent;
}
.scroll-wrapper::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}
.scroll-wrapper::-webkit-scrollbar-button {
  display: none;
}
@media (max-width: 576px) {
  .scroll-wrapper {
    padding-top: 2rem;
  }
  .scroll-wrapper::before {
    content: "スクロール可能です→";
    position: relative;
    display: block;
    margin-bottom: -2rem;
    font-size: 0.9rem;
    color: #666362;
    animation: float 2s ease-in-out infinite;
  }
  @keyframes float {
    0% {
      transform: translateX(0);
    }
    40% {
      transform: translateX(10px);
    }
    80% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(0);
    }
  }
}

.sc-ttl__curve .sc-ttl__main {
  position: relative;
}
.sc-ttl__curve .sc-ttl__main::before {
  content: "";
  background: url(../img/bg_curve01.png) no-repeat center 60%;
  background-size: 100%;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
}
.sc-ttl__curve.curve_02 .sc-ttl__main::before {
  background: url(../img/bg_curve02.png) no-repeat center 60%;
  background-size: 100%;
}

.sc-ttl__wrap .sc-ttl__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 3.5rem;
}
.sc-ttl__wrap .read {
  text-align: center;
  margin: 1.5rem 0 3rem;
}

.subttl-en {
  font-family: "century-old-style-std", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.12rem;
  color: var(--primary-color);
  letter-spacing: 0.25em;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.subttl-en::before {
  content: "";
  background: url(../img/bg_marker.svg) no-repeat;
  background-size: contain;
  width: 103px;
  height: 25px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 576px) {
  .sc-ttl__curve .sc-ttl__main {
    margin-bottom: 2.5rem;
  }
  .sc-ttl__curve .sc-ttl__main::before {
    background: url(../img/bg_curve01_sp.png) no-repeat center 45%;
    background-size: 100%;
  }
  .sc-ttl__curve.curve_02 .sc-ttl__main::before {
    background: url(../img/bg_curve02_sp.png) no-repeat center 60%;
    background-size: 100%;
  }
  .sc-ttl__wrap .sc-ttl__main {
    margin-bottom: 2.5rem;
  }
  .subttl-en {
    margin-bottom: 0.5rem;
  }
  .subttl-en::before {
    width: 88px;
    height: 20px;
    bottom: -2px;
  }
}
.bg_color_grad {
  background: rgb(11, 132, 159);
  background: linear-gradient(90deg, rgb(11, 132, 159) 0%, rgb(11, 167, 204) 100%);
}

.link_txt a {
  border-bottom: 1px solid var(--primary-color);
  padding: 0.25rem 0.2rem;
  font-family: var(--serif-jp);
  font-weight: 600;
}
.link_txt a img {
  width: 5px;
  margin-left: 0.5rem;
}

.txt-primarycolor {
  color: var(--primary-color);
}

/*===============================================
 *	br
===============================================*/
@media screen and (min-width: 1025px) {
  .br-pc {
    display: block;
  }
  .br-tb {
    display: none;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .br-pc {
    display: none;
  }
  .br-tb {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .br-pc {
    display: none;
  }
  .br-tb {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

body, html {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: var(--sans-jp);
  color: var(--txt-color);
  letter-spacing: var(--letter-spacing);
  line-height: var(--line-height);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: clip;
}
body::-webkit-scrollbar, html::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
body::-webkit-scrollbar-track-piece:start, body::-webkit-scrollbar-track-piece:end, html::-webkit-scrollbar-track-piece:start, html::-webkit-scrollbar-track-piece:end {
  background-color: transparent;
}
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}
body::-webkit-scrollbar-button, html::-webkit-scrollbar-button {
  display: none;
}
@media (max-width: 576px) {
  body, html {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  body, html {
    font-size: 18px;
  }
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.5;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.75;
}

a {
  text-decoration: none;
  color: var(--primary-color);
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

ul {
  list-style-type: none;
}

img,
svg {
  aspect-ratio: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

small {
  font-size: 0.8em;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
table th, table td {
  text-align: left;
  border-bottom: solid 1px #cccccc;
}
table th {
  padding: 1rem 0;
}
table td {
  padding: 1rem 0 1rem 1rem;
}

summary::marker {
  content: none;
}
summary::-webkit-details-marker {
  display: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 80%;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1300px;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
/*=============================================== *
	パターン
===============================================*/
.column {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.space-btw {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.js-center {
  justify-content: center;
}

.al-center {
  align-items: center;
}

.al-start {
  align-items: flex-start;
}

.al-end {
  align-items: flex-end;
}

.al-base {
  align-items: baseline;
}

.loading {
  width: 100vw;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading__icon {
  width: 6rem;
  height: 6rem;
}

.fade-in {
  opacity: 0;
  transition: 0.75s ease-out;
}
.fade-in.scrolled {
  opacity: 1;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 60px;
  background: #fff;
  border-bottom: solid 1px #efefef;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
}
.nav .container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.nav__logo {
  margin-right: auto;
}
.nav__logo img {
  height: 38px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav__menu {
  font-family: var(--serif-jp);
  font-weight: 600;
  display: flex;
  font-size: 0.9rem;
}
.nav__menu a {
  color: var(--txt-color);
  padding: 0.5rem;
}
.nav__menu a:hover {
  background: #f1f1f1;
}
.nav__btn-group {
  display: flex;
  gap: 0.5rem;
}
.nav__btn-group img {
  max-height: 45px;
  width: auto;
}
.nav__hamburger {
  position: relative;
  display: none;
  cursor: pointer;
  width: 30px;
  height: 20px;
}
.nav__hamburger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 20px;
  border-top: solid 2px #232A2B;
  border-bottom: solid 2px #232A2B;
  transition: 0.3s;
}
.nav__hamburger::after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 30px;
  height: 2px;
  background: #232A2B;
  transition: 0.3s;
}
.nav__hamburger.open::before {
  border-bottom: none;
  height: 0;
  transform: translateY(11px) rotate(45deg);
}
.nav__hamburger.open::after {
  transform: translateY(0) rotate(135deg);
}
.nav__sp-menu {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
  z-index: 500;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  padding: 6rem 15px 2rem;
  transition: 0.75s;
  overflow-y: auto;
}
.nav__sp-menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.nav__sp-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav__sp-menu ul li {
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}
.nav__sp-menu ul li a {
  font-family: var(--serif-jp);
  font-weight: 600;
  display: block;
  color: var(--txt-color);
  font-size: 1.25rem;
}
.nav__sp-menu__btn-group {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 1rem;
  margin: 1.5rem auto;
  max-width: 20rem;
}
.nav__sp-menu__btn-group a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
@media (max-width: 1024px) {
  .nav__hamburger {
    display: block;
  }
  .nav__menu {
    display: none;
  }
}

.footer {
  background: #fff;
  padding: 4rem 0 8rem;
}
.footer__bnr .ttl {
  font-family: var(--serif-jp);
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 1px solid var(--primary-color);
  padding: 0.5rem 0;
  margin-bottom: 1.75rem;
}
.footer__bnr ul {
  gap: 1.25rem 2%;
  margin-bottom: 4rem;
}
.footer__bnr ul li {
  width: 23.5%;
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
.footer__logo {
  display: block;
  height: 3rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 2rem;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.footer__menu a {
  display: inline-block;
  color: var(--txt-color);
  padding: 0 1rem;
  font-size: 0.9rem;
}
.footer__copyright {
  font-size: 0.8rem;
  margin: 1rem 0 0;
  text-align: center;
  opacity: 0.6;
}
.footer__copyright a {
  color: var(--txt-color);
}
@media (max-width: 576px) {
  .footer {
    padding: 2rem 0 7rem;
  }
  .footer__bnr .ttl {
    margin-bottom: 1.25rem;
  }
  .footer__bnr ul {
    gap: 1rem 4.8%;
  }
  .footer__bnr ul li {
    width: 47.6%;
  }
  .footer__row {
    flex-direction: column;
  }
  .footer__menu {
    flex-wrap: unset;
  }
}

.fixed_footer {
  background: #d1eff5;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 0.85rem;
  z-index: 100;
  display: none;
}
.fixed_footer .container {
  max-width: 70%;
}
.fixed_footer__logo {
  width: 20%;
  max-width: 300px;
}
.fixed_footer__tel {
  width: 25%;
  max-width: 360px;
  margin-left: auto;
}
.fixed_footer__mail {
  width: 100%; /*23%*/
  max-width: 325px;
  margin-left: 1.25rem;
}
.fixed_footer__line {
  width: 100%; /*23%*/
  max-width: 325px;
  margin-left: 1rem;
}
@media (max-width: 960px) {
  .fixed_footer .container {
    max-width: 100%;
  }
}
@media (max-width: 568px) {
  .fixed_footer {
    background: #fff;
    padding: 0;
    align-items: initial;
    /*        &::before {
                content: '';
                background: #f2f2f2;
                height: 2px;
                width: 58.6%;
                position: absolute;
                left: 0;
                top: 0;
            }
            &::after {
                content: '';
                background: #f2f2f2;
                height: 2px;
                width: 58.6%;
                position: absolute;
                left: 0;
                bottom: 0;
            }
    */
  }
  .fixed_footer .container {
    padding: 0;
  }
  .fixed_footer__logo {
    display: none;
  }
  .fixed_footer__tel {
    width: 58.6%;
    padding: 0.5rem 0.5rem;
  }
  .fixed_footer__mail {
    width: 50%; /*20.7%*/
    margin-left: 0;
    background: #0b849f;
    display: block;
  }
  .fixed_footer__mail img {
    width: 40%;
    margin: 0 auto;
    display: block;
    padding: 5px 0;
  }
  .fixed_footer__line {
    width: 50%; /*20.7%*/
    margin-left: 0;
    background: #00B900;
    display: block;
  }
  .fixed_footer__line img {
    width: 40%;
    margin: 0 auto;
    display: block;
    padding: 5px 0;
  }
  .fixed_footer .ft_sp {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.top__mv {
  position: relative;
  margin-top: 60px;
  padding: 2% 0 0;
  background: url(../img/top/top_bg.jpg) no-repeat;
  background-size: cover;
}
.top__mv .container {
  position: relative;
  height: 100%;
  aspect-ratio: 7/3;
}
.top__mv__cc-1, .top__mv__cc-2, .top__mv__cc-3 {
  display: block;
  position: absolute;
}
.top__mv__cc-1 {
  top: 0;
  left: 10%;
  width: 15%;
}
.top__mv__cc-2 {
  bottom: 0;
  left: 15px;
  width: 30%;
  z-index: 3;
}
.top__mv__cc-3 {
  top: 2%;
  left: 15px;
  width: 1.25%;
}
.top__mv__mov {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 65%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.top__mv__mov video {
  width: auto;
  height: 105%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.top__mv .sec_ttl-h1 {
  font-size: 2rem;
  font-family: var(--serif-jp);
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 1.5rem 0 1.8rem;
  margin: 2.5rem 0 0;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .top__mv .sec_ttl-h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 576px) {
  .top__mv {
    padding: 5% 0 0;
  }
  .top__mv .container {
    aspect-ratio: 5/6;
  }
  .top__mv__cc-1 {
    left: 5%;
    width: 14%;
  }
  .top__mv__cc-2 {
    bottom: 0;
    left: unset;
    right: 15px;
    width: 72%;
  }
  .top__mv__cc-3 {
    top: unset;
    bottom: 0;
    left: 10%;
    width: 2.25%;
  }
  .top__mv__mov {
    width: 72%;
    height: 80%;
  }
  .top__mv .sec_ttl-h1 {
    font-size: 1.5rem;
  }
}
.top__cta {
  padding: 4rem 0;
  background: #eefeff;
}
.top__cta__btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}
.top__cta__btn-group a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.top__cta__btn-group a:nth-of-type(1) {
  flex: 0 0 48%;
}
.top__cta__btn-group a:nth-of-type(2) {
  flex: 0 0 calc(50% - 0.75rem);
}
.top__cta__btn-group a:nth-of-type(3) {
  flex: 0 0 calc(50% - 0.75rem);
}
@media (max-width: 576px) {
  .top__cta {
    padding: 2rem 0;
  }
  .top__cta__btn-group {
    flex-direction: column;
    gap: 1rem;
  }
}
.top__about {
  padding: 4rem 0;
  margin: 0;
}
@media (max-width: 576px) {
  .top__about {
    padding: 3rem 0;
  }
}
.top__about .sc-ttl__main {
  margin-bottom: 4rem;
}
.top__about .intro_content {
  padding: 0 2rem;
  gap: 0 3%;
  margin: 3rem 0;
}
.top__about .intro_content .ttl {
  color: var(--primary-color);
  font-size: min(2.8vw, 38px);
  font-family: var(--serif-jp);
  letter-spacing: 0.1em;
  padding: 1rem 1.5rem 0.8rem;
  position: relative;
}
.top__about .intro_content .ttl span {
  color: var(--txt-color);
  font-size: min(1.9vw, 26px);
}
.top__about .intro_content .ttl::before {
  content: "";
  background: url(../img/top/deco_top.svg) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 22px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.top__about .intro_content .ttl::after {
  content: "";
  background: url(../img/top/deco_bottom.svg) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.top__about .intro_content p {
  width: 67%;
}
.top__about .media_content {
  background: #E3F3F4;
  padding: 2.5rem 3rem;
}
.top__about .media_content .ttl {
  font-size: 1.75rem;
  font-family: var(--serif-jp);
  text-align: center;
  color: #fff;
  padding: 1.5rem 0;
}
.top__about .media_content .ttl span {
  position: relative;
}
.top__about .media_content .ttl span::before, .top__about .media_content .ttl span::after {
  content: "";
  width: 76px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top__about .media_content .ttl span::before {
  background: url(../img/top/deco02_left.svg) no-repeat;
  background-size: contain;
  left: -95px;
}
.top__about .media_content .ttl span::after {
  background: url(../img/top/deco02_right.svg) no-repeat;
  background-size: contain;
  right: -95px;
}
.top__about .media_content .read {
  text-align: center;
  padding: 1.5rem 0;
}
.top__about .media_content .slide-title {
  width: 50%;
  background: #fff;
  border: 2px solid var(--primary-color);
  outline: 5px solid #e3f3f4;
  outline-offset: -6px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top__about .media_content .slide-title p {
  font-size: 1.5rem;
  font-family: var(--serif-jp);
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
}
.top__about .media_content .slide-title p span {
  font-size: 2rem;
}
.top__about .media_content .slide-title a {
  width: 200px;
  margin: 0 auto;
}
.top__about .media_content .slide-title .row {
  gap: 0 20px;
}
.top__about .media_content .slide-img {
  width: 50%;
}
.top__about .media_content .slide-img img {
  width: 100%;
}
.top__about .media_content .prev-arrow {
  width: 48px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.top__about .media_content .next-arrow {
  width: 48px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.top__about .media_content .slick-slide {
  position: relative;
}
.top__about .media_content #thumbs .slick-track {
  display: flex;
  gap: 0 10px;
  margin-top: 1rem;
}
.top__about .media_content #thumbs .slick-current::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
@media (max-width: 1024px) {
  .top__about .media_content .slide-title p {
    font-size: 1.25rem;
  }
  .top__about .media_content .slide-title p span {
    font-size: 1.5rem;
  }
}
@media (max-width: 960px) {
  .top__about .media_content .slide-title p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .top__about .media_content .slide-title p span {
    font-size: 1.3rem;
  }
  .top__about .media_content .slide-title a {
    width: 150px;
  }
  .top__about .media_content .slide-title .row {
    gap: 0 10px;
  }
}
@media (max-width: 576px) {
  .top__about .sc-ttl__main {
    margin-bottom: 2rem;
  }
  .top__about .intro_content {
    flex-direction: column;
    padding: 0;
    gap: 1rem 0;
    margin: 2.5rem 0 1.5rem;
  }
  .top__about .intro_content .ttl {
    font-size: 2rem;
    padding: 1.25rem 4rem 0.8rem;
  }
  .top__about .intro_content .ttl span {
    font-size: 1.35rem;
  }
  .top__about .intro_content p {
    width: 100%;
  }
  .top__about .media_content {
    padding: 1.3rem 1.3rem;
  }
  .top__about .media_content .ttl {
    font-size: 1.35rem;
    padding: 0.65rem 0;
  }
  .top__about .media_content .ttl span {
    display: block;
  }
  .top__about .media_content .ttl span::before, .top__about .media_content .ttl span::after {
    width: 53px;
    height: 20px;
  }
  .top__about .media_content .ttl span::before {
    left: 3%;
  }
  .top__about .media_content .ttl span::after {
    right: 3%;
  }
  .top__about .media_content .read {
    text-align: left;
    padding: 0.5rem 0;
  }
  .top__about .media_content .slick-slide .row-rev {
    flex-direction: column;
  }
  .top__about .media_content .slide-title {
    width: 100%;
    padding: 1rem 0 1.25rem;
    min-height: 205px;
  }
  .top__about .media_content .slide-title p {
    font-size: 1.2rem;
  }
  .top__about .media_content .slide-title p span {
    font-size: 1.4rem;
  }
  .top__about .media_content .slide-title a {
    width: 125px;
  }
  .top__about .media_content .slide-img {
    width: 100%;
  }
  .top__about .media_content .prev-arrow {
    width: 30px;
    left: -14px;
  }
  .top__about .media_content .next-arrow {
    width: 30px;
    right: -14px;
  }
}
.top__reason {
  padding: 4rem 0;
  margin: 0;
}
@media (max-width: 576px) {
  .top__reason {
    padding: 3rem 0;
  }
}
.top__reason__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7rem;
  margin-bottom: 3rem;
}
.top__reason__list__item {
  position: relative;
  padding: 1.5rem 0;
  z-index: 1;
}
.top__reason__list__item__txt {
  width: 55%;
  background: #fff;
  padding: 2.5rem 3.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr auto;
  row-gap: 1rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  align-items: center;
  position: relative;
  z-index: 10;
}
.top__reason__list__item__txt__num {
  grid-column: 1;
  grid-row: 1;
  width: 72px;
}
.top__reason__list__item__txt__head {
  font-family: var(--serif-jp);
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--primary-color);
  letter-spacing: 0.2em;
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}
.top__reason__list__item__txt .read {
  margin-bottom: 0;
  grid-column: 1/-1;
  grid-row: 2;
}
.top__reason__list__item__img {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  aspect-ratio: 16/9;
  z-index: 5;
}
.top__reason__list__item:nth-of-type(even) .top__reason__list__item__txt {
  margin-left: auto;
}
.top__reason__list__item:nth-of-type(even) .top__reason__list__item__img {
  left: 0;
  right: unset;
}
.top__reason__list__item::after {
  content: "";
  background: var(--pale-color);
  display: block;
  width: 65%;
  height: 50%;
  position: absolute;
  bottom: -15%;
  z-index: -1;
}
.top__reason__list__item.reason_01::after {
  left: 15%;
}
.top__reason__list__item.reason_02::after {
  right: 5%;
}
.top__reason__list__item.reason_03::after {
  left: 5%;
}
@media (max-width: 1024px) {
  .top__reason__list {
    gap: 3rem;
  }
  .top__reason__list__item {
    padding-top: 15.5rem;
  }
  .top__reason__list__item__txt {
    width: 70%;
  }
  .top__reason__list__item__img {
    height: auto;
    width: 62%;
  }
  .top__reason__list__item::after {
    width: 65%;
    height: 50%;
    bottom: 36%;
  }
  .top__reason__list__item.reason01::after {
    left: 9%;
  }
}
@media (max-width: 960px) {
  .top__reason {
    padding: 2rem 0;
  }
  .top__reason__list {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .top__reason__list {
    gap: 5rem;
    margin-bottom: 3rem;
  }
  .top__reason__list__item {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 calc(50% - 50vw);
  }
  .top__reason__list__item__txt {
    width: 92%;
    padding: 1.5rem;
    margin: -2rem auto 0;
  }
  .top__reason__list__item__img {
    position: relative;
    order: -1;
    width: 100%;
  }
  .top__reason__list__item::after {
    width: 86%;
    height: 46%;
    bottom: -6%;
  }
  .top__reason__list__item.reason_01::after {
    left: 0;
  }
  .top__reason__list__item.reason_02::after {
    right: 0;
  }
  .top__reason__list__item.reason_03::after {
    left: 0;
  }
}
.top__plan {
  padding: 4rem 0;
  margin: 0;
}
@media (max-width: 576px) {
  .top__plan {
    padding: 3rem 0;
  }
}
.top__plan .link_btn_list {
  gap: 0 1.5rem;
  margin-bottom: 5rem;
}
.top__plan .link_btn_list li {
  background: #fff;
  width: 33%;
  max-width: 363px;
  border: 1px solid #72cce2;
  outline: 4px solid #dcf0f6;
  outline-offset: -5px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.top__plan .link_btn_list li a {
  padding: 0.75rem;
  gap: 0 1rem;
  position: relative;
}
.top__plan .link_btn_list li a::after {
  content: "";
  background: url(../img/arrow-down.svg) no-repeat;
  background-size: cover;
  width: 11px;
  height: 7px;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
}
.top__plan .link_btn_list li img {
  width: 33%;
}
.top__plan .link_btn_list li span {
  font-size: 1.25rem;
  font-family: var(--serif-jp);
  font-weight: 600;
  color: var(--txt-color);
}
.top__plan__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.top__plan__list__item {
  padding-bottom: 2rem;
  overflow: auto;
}
.top__plan__list__item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  overflow: visible;
}
.top__plan__list__item__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.top__plan__list__item__img {
  width: 100%;
  height: 100%;
}
.top__plan__list__item__head {
  font-family: var(--serif-jp);
  font-weight: 600;
  font-size: 1.75rem;
  letter-spacing: 0.2em;
  margin-top: 0.5rem;
  margin-bottom: 3.5rem;
  text-align: center;
  border-top: 1px solid #72cce2;
  border-bottom: 1px solid #72cce2;
  position: relative;
  padding: 1.2rem 0;
}
.top__plan__list__item__head::before, .top__plan__list__item__head::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: #72cce2;
  left: 0;
}
.top__plan__list__item__head::before {
  top: -8px;
}
.top__plan__list__item__head::after {
  bottom: -8px;
}
.top__plan__list__item__price {
  display: flex;
  gap: 0.8rem 1.5rem;
  margin: 0 0 1rem;
}
.top__plan__list__item__price__ttl {
  font-family: var(--serif-jp);
  font-weight: 600;
  font-size: 1.25rem;
  background: var(--pale-color);
  padding: 0.5rem 1rem;
  width: 47%;
  text-align: center;
}
.top__plan__list__item__price__ttl small {
  font-size: 0.85rem;
}
.top__plan__list__item__price__num {
  font-family: var(--serif-jp);
  font-weight: 600;
  font-size: 2rem;
  color: var(--primary-color);
}
.top__plan__list__item__price__num small {
  font-size: 1rem;
}
.top__plan__list__item__notice_txt {
  font-family: var(--serif-jp);
  font-size: 0.85rem;
  color: #666;
}
.top__plan__list__item__read {
  border-top: 1px solid #c4dae9;
  padding: 1rem 0 1.5rem;
}
.top__plan__list__item__content {
  background: #E3F3F4;
  padding: 1rem;
}
.top__plan__list__item__content__head {
  font-family: var(--serif-jp);
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 0.75rem;
}
.top__plan__list__item__content ul {
  text-align: center;
}
.top__plan__list__item__content ul li {
  font-family: var(--serif-jp);
  font-weight: 600;
  display: inline-block;
  margin: 0.25rem;
  font-size: 1.15rem;
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 2rem;
}
.top__plan__list__item__flow {
  margin: 3rem auto 0;
}
.top__plan__list__item__flow__item {
  width: 12rem;
  flex: 0 0 auto;
  position: relative;
}
.top__plan__list__item__flow__item::before {
  content: "";
  display: block;
  position: absolute;
  right: -50%;
  top: 3.5rem;
  width: 100%;
  height: 3px;
  background: #E5E5E5;
}
.top__plan__list__item__flow__item:nth-last-of-type(1)::before {
  display: none;
}
.top__plan__list__item__flow__item__icon {
  position: relative;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
}
.top__plan__list__item__flow__item__icon__num {
  font-family: var(--serif-jp);
  font-weight: 600;
  position: absolute;
  color: var(--primary-color);
  font-size: 2rem;
  left: -10%;
  top: -10%;
}
.top__plan__list__item__flow__item__icon img {
  width: 5rem;
  height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.top__plan__list__item__flow__item__txt__ttl {
  font-family: var(--serif-jp);
  font-weight: 600;
  text-align: center;
  font-size: 1.25rem;
}
.top__plan__list__item__flow__item__txt p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.top__plan__list__item__option {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.top__plan__list__item__option__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  padding: 1rem;
}
.top__plan__list__item__option__item img {
  width: 8rem;
  height: 8rem;
}
.top__plan__list__item__option__item h4 {
  font-family: var(--serif-jp);
  font-weight: 600;
  font-size: 1.25rem;
}
.top__plan__list__item__option__item .read {
  font-size: 0.9rem;
}
.top__plan__list__item .daikou_content dt {
  width: 40%;
}
.top__plan__list__item .daikou_content .link_txt {
  margin-bottom: 1.5rem;
}
.top__plan__list__item__note_box {
  background: #fff;
  outline: 1px solid var(--primary-color);
  outline-offset: -8px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 2.5rem 3rem;
  margin: 3.5rem 5rem 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.top__plan__list__item__note_box .ttl {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--serif-jp);
  font-size: 1.5rem;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 1.25rem;
  margin-bottom: 1rem;
}
.top__plan__list__item__note_box img {
  grid-column: 1;
  grid-row: 1/-1;
  max-width: 186px;
}
.top__plan__list__item__note_box p {
  grid-column: 2;
  grid-row: 2;
}
.top__plan__list__flow {
  margin: 3rem auto 0;
}
.top__plan__list__flow__ttl {
  font-family: var(--serif-jp);
  font-size: 1.25rem;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 2rem;
}
.top__plan__list__flow__content {
  width: 80%;
  max-width: 860px;
  margin: 0 auto;
}
.top__plan__list__flow__content ul {
  gap: 2.5rem 0;
}
.top__plan__list__flow__time {
  border-top: 1px solid #72cce2;
  border-bottom: 1px solid #72cce2;
  position: relative;
  padding: 1rem 2.5rem;
  margin-bottom: 2.5rem;
}
.top__plan__list__flow__time p {
  font-family: var(--serif-jp);
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.top__plan__list__flow__time .label {
  background: var(--pale-color);
  color: var(--primary-color);
  padding: 0.5rem 1rem;
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.top__plan__list__flow__time .label::before {
  content: "";
  background: url(../img/icon_time.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 0.5rem;
}
.top__plan__list__flow__time .time_txt {
  text-align: center;
  font-size: 1.25rem;
}
.top__plan__list__flow__time .time_txt span {
  font-size: 1.5rem;
  color: var(--primary-color);
}
.top__plan__list__flow__item {
  width: 28%;
  position: relative;
}
.top__plan__list__flow__item::after {
  content: "";
  background: url(../img/icon_sankaku-right.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 20%;
  right: -15%;
}
.top__plan__list__flow__item .photo {
  position: relative;
}
.top__plan__list__flow__item .photo::before {
  content: "";
  width: 52px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.top__plan__list__flow__item .ttl {
  font-size: 1.25rem;
  font-family: var(--serif-jp);
  color: var(--primary-color);
  margin: 1.1rem 0 0.85rem;
  text-align: center;
}
.top__plan__list__flow__item p {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.top__plan__list__flow__item p span {
  color: var(--primary-color);
  font-size: 0.85rem;
}
.top__plan__list__flow__item:nth-child(1) .photo::before {
  background: url(../img/label_num01.svg) no-repeat;
  background-size: contain;
}
.top__plan__list__flow__item:nth-child(2) .photo::before {
  background: url(../img/label_num02.svg) no-repeat;
  background-size: contain;
}
.top__plan__list__flow__item:nth-child(3) .photo::before {
  background: url(../img/label_num03.svg) no-repeat;
  background-size: contain;
}
.top__plan__list__flow__item:nth-child(4) .photo::before {
  background: url(../img/label_num04.svg) no-repeat;
  background-size: contain;
}
.top__plan__list__flow__item:nth-child(5) .photo::before {
  background: url(../img/label_num05.svg) no-repeat;
  background-size: contain;
}
.top__plan__list__flow__item:nth-child(6)::after {
  content: none;
}
.top__plan__list__flow__item:nth-child(6) .photo::before {
  background: url(../img/label_num06.svg) no-repeat;
  background-size: contain;
}
.top__plan__list__flow .address_box {
  background: #eef2f2;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
}
.top__plan__list__flow .address_box span {
  font-size: 0.9rem;
  font-family: var(--serif-jp);
  font-weight: 600;
  background: #44b0cc;
  color: #fff;
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
  padding: 0.5rem 0;
}
@media (max-width: 1024px) {
  .top__plan__list__item__img {
    height: auto;
  }
  .top__plan__list__item__price__ttl {
    width: 43%;
  }
}
@media (max-width: 960px) {
  .top__plan .link_btn_list li {
    width: 38%;
  }
  .top__plan__list {
    gap: 3rem;
  }
  .top__plan__list__item {
    padding-bottom: 2rem;
  }
  .top__plan__list__item__row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .top__plan__list__item__img {
    width: 75%;
    margin: 0 auto 1rem;
  }
  .top__plan__list__item__option {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .top__plan__list__item__note_box {
    margin: 3.5rem 0 0;
  }
  .top__plan__list__flow__content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .top__plan__list {
    gap: 1rem;
  }
  .top__plan__list__item__head {
    font-size: 1.5rem;
    padding: 0.75rem 0;
    margin-bottom: 2rem;
  }
  .top__plan__list__item__img {
    width: 100%;
    margin-bottom: 0;
  }
  .top__plan__list__item__price {
    gap: 0.8rem 0;
  }
  .top__plan__list__item__price__ttl {
    line-height: 1;
    font-size: 1.15rem;
    width: 43%;
  }
  .top__plan__list__item__price__num {
    align-self: center;
    width: 57%;
    font-size: 1.75rem;
    padding-left: 5%;
  }
  .top__plan__list__item__read {
    padding-bottom: 0.5rem;
  }
  .top__plan__list__item .daikou_content dt {
    font-size: 1rem;
    width: 45%;
    align-self: center;
    padding: 1rem 0;
  }
  .top__plan__list__item .daikou_content dd {
    width: 55%;
  }
  .top__plan__list__item__note_box {
    display: block;
    padding: 1.5rem 1.5rem;
    margin-top: 2.5rem;
  }
  .top__plan__list__item__note_box .ttl {
    width: 100%;
    text-align: center;
    font-size: 1.15rem;
  }
  .top__plan__list__item__note_box img {
    float: left;
    width: 40%;
    margin: 0 0.75rem 0.75rem 0;
  }
  .top__plan__list__flow__ttl {
    display: block;
    text-align: center;
    padding: 0.75rem 1.5rem;
    margin-bottom: 1.25rem;
  }
  .top__plan__list__flow__time {
    text-align: center;
    padding: 0.75rem 0;
    margin-bottom: 1.35rem;
  }
  .top__plan__list__flow__time .label {
    position: relative;
    left: initial;
    top: initial;
    transform: none;
    display: inline-block;
    padding: 0.25rem 1rem;
  }
  .top__plan__list__flow__time .label::before {
    position: relative;
    top: 3px;
  }
  .top__plan__list__flow__item {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
  }
  .top__plan__list__flow__item .photo {
    grid-column: 1;
    grid-row: 1;
  }
  .top__plan__list__flow__item .ttl {
    grid-column: 2;
    grid-row: 1;
    background: var(--pale-color);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top__plan__list__flow__item .txt {
    grid-column: 1/-1;
    grid-row: 2;
    margin-top: 0.35rem;
  }
  .top__plan__list__flow__item::after {
    width: 10px;
    height: 18px;
    top: initial;
    right: initial;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .top__plan__list__flow .address_box {
    margin-top: 1rem;
  }
  .top__plan__list__flow .address_box span {
    font-size: 1rem;
  }
  .top__plan .link_btn_list {
    margin-bottom: 4rem;
  }
  .top__plan .link_btn_list li {
    width: 47.8%;
  }
  .top__plan .link_btn_list li a {
    flex-direction: column;
  }
  .top__plan .link_btn_list li a::after {
    top: initial;
    right: initial;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .top__plan .link_btn_list li img {
    width: 98%;
  }
  .top__plan .link_btn_list li span {
    margin: 0.5rem 0 1.2rem;
  }
}
.top__option .sc-ttl {
  font-family: var(--serif-jp);
  color: #fff;
  padding: 1.75rem 0 2rem;
  margin-bottom: 0;
}
.top__option__content .container {
  display: grid;
  grid-template-columns: 40% 53%;
  grid-template-rows: auto auto auto 1fr;
  -moz-column-gap: 7%;
       column-gap: 7%;
  padding: 4rem 0;
}
.top__option__content.content01 {
  background: url(../img/top/option_bg01.jpg) no-repeat center;
  background-size: cover;
}
.top__option__content.content01 .ttl {
  grid-column: 1;
  grid-row: 1;
}
.top__option__content.content01 .price_txt {
  grid-column: 1;
  grid-row: 2;
}
.top__option__content.content01 .catch_txt {
  grid-column: 1;
  grid-row: 3;
}
.top__option__content.content01 .txt {
  grid-column: 1;
  grid-row: 4;
}
.top__option__content.content01 .photo {
  grid-column: 2;
  grid-row: 1/-1;
}
.top__option__content.content02 {
  background: url(../img/top/option_bg02.jpg) no-repeat center;
  background-size: cover;
}
.top__option__content.content02 .container {
  grid-template-columns: 53% 40%;
}
.top__option__content.content02 .ttl {
  grid-column: 2;
  grid-row: 1;
}
.top__option__content.content02 .price_txt {
  grid-column: 2;
  grid-row: 2;
  line-height: 1;
  padding: 0.5rem 0;
}
.top__option__content.content02 .catch_txt {
  grid-column: 2;
  grid-row: 3;
}
.top__option__content.content02 .txt {
  grid-column: 2;
  grid-row: 4;
}
.top__option__content.content02 .photo {
  grid-column: 1;
  grid-row: 1/-1;
}
.top__option__content .ttl {
  font-family: var(--serif-jp);
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5rem 1.75rem 0.75rem;
  margin: 3.5rem 0 1.15rem;
}
.top__option__content .price_txt {
  font-family: var(--serif-jp);
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary-color);
  height: -moz-fit-content;
  height: fit-content;
}
.top__option__content .price_txt span {
  font-size: 1.25rem;
}
.top__option__content .price_txt .color {
  color: var(--read-color);
  font-size: 1rem;
}
.top__option__content .catch_txt {
  font-family: var(--serif-jp);
  font-size: 1.75rem;
  font-weight: 600;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  .top__option__content .ttl {
    font-size: 1.5rem;
    margin-top: 0;
  }
  .top__option__content .catch_txt {
    font-size: 1.35rem;
  }
}
@media (max-width: 960px) {
  .top__option .sc-ttl {
    font-size: 1.75rem;
  }
  .top__option__content .container {
    grid-template-columns: 100% !important;
    grid-template-rows: repeat(5, auto) !important;
    padding: 3rem 15px;
  }
  .top__option__content .photo {
    grid-column: 1 !important;
    grid-row: 4 !important;
    width: 70%;
    margin: 0 auto 1.5rem;
  }
  .top__option__content .ttl {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  .top__option__content .price_txt {
    grid-column: 1 !important;
  }
  .top__option__content .catch_txt {
    grid-column: 1 !important;
  }
  .top__option__content .txt {
    grid-column: 1 !important;
    grid-row: 5 !important;
  }
}
@media (max-width: 568px) {
  .top__option .sc-ttl {
    font-size: 1.5rem;
    padding: 1.25rem 0;
  }
  .top__option__content .container {
    padding: 2rem 15px;
  }
  .top__option__content .ttl {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    padding: 0.4rem 1.25rem;
  }
  .top__option__content .price_txt {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
  .top__option__content .catch_txt {
    font-size: 1.35rem;
  }
  .top__option__content .photo {
    width: 100%;
    margin-bottom: 1rem;
  }
  .top__option__content.content02 .price_txt {
    line-height: 1.25;
  }
}
.top__voice {
  padding: 4rem 0;
  margin: 0;
}
@media (max-width: 576px) {
  .top__voice {
    padding: 3rem 0;
  }
}
.top__voice__bnr {
  background: url(../img/top/voice_bnr_bg.jpg) no-repeat center;
  background-size: cover;
  margin: 4rem 0 4rem;
}
.top__voice__bnr .txt_area {
  width: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.top__voice__bnr .txt_area::before {
  content: "";
  background: url(../img/deco_flower.svg) no-repeat;
  background-size: contain;
  width: min(16vw, 238px);
  height: 192px;
  position: absolute;
  top: 10%;
  right: 6%;
  z-index: -1;
}
.top__voice__bnr .ttl {
  font-family: var(--serif-jp);
  color: var(--primary-color);
  font-size: 1.8rem;
  border-bottom: 1px solid var(--primary-color);
  padding: 0.5rem 1rem;
  margin-bottom: 0.8rem;
}
.top__voice__bnr .ttl span {
  font-size: 2.1rem;
}
.top__voice__bnr .photo_area {
  width: 50%;
  padding: 1.5rem;
}
.top__voice__list {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
}
.top__voice__list__item {
  max-width: 50%;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  padding: 2rem 2.5rem 2.5rem;
  border-top: 6px solid var(--primary-color);
}
.top__voice__list__item__ttl {
  gap: 0 5%;
  margin-bottom: 1.25rem;
}
.top__voice__list__item img {
  width: 20%;
  max-width: 115px;
}
.top__voice__list__item span {
  color: var(--primary-color);
}
.top__voice__list__item h4 {
  font-family: var(--serif-jp);
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
.top__voice__list__item__tag {
  font-family: var(--serif-jp);
  font-weight: 600;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: #E3F3F4;
}
.top__voice__list__item .read {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .top__voice__bnr .ttl {
    font-size: 1.4rem;
  }
  .top__voice__bnr .ttl span {
    font-size: 1.75rem;
  }
}
@media (max-width: 960px) {
  .top__voice__list {
    gap: 2rem;
  }
  .top__voice__list__item {
    padding: 2rem 1.5rem 2.5rem;
  }
}
@media (max-width: 576px) {
  .top__voice__bnr {
    flex-direction: column-reverse;
    margin: 2rem 0 2.5rem;
  }
  .top__voice__bnr .photo_area {
    width: 100%;
    padding: 1.25rem;
    background: url(../img/top/voice_bnr_bg_sp01.jpg) no-repeat center;
    background-size: cover;
  }
  .top__voice__bnr .txt_area {
    width: 100%;
    padding: 1.5rem 0 1.3rem;
    background: url(../img/top/voice_bnr_bg_sp02.jpg) no-repeat center;
    background-size: cover;
  }
  .top__voice__bnr .txt_area::before {
    width: 52vw;
  }
  .top__voice__bnr .ttl {
    font-size: 1.5rem;
    padding: 0.75rem 1.5rem;
  }
  .top__voice__bnr .ttl span {
    font-size: 2rem;
  }
  .top__voice__list {
    flex-direction: column;
  }
  .top__voice__list__item {
    max-width: 100%;
    padding: 1.5rem 1.5rem 2.5rem;
  }
  .top__voice__list__item__ttl {
    margin-bottom: 0.5rem;
  }
  .top__voice__list__item img {
    width: 32%;
  }
  .top__voice__list__item__tag {
    margin-bottom: 0.75rem;
  }
}
.top__faq {
  padding: 4rem 0;
  margin: 0;
  background: #E3F3F4;
}
@media (max-width: 576px) {
  .top__faq {
    padding: 3rem 0;
  }
}
.top__faq__acc {
  background: #FFF;
  padding: 1rem 1.5rem;
  margin: 1rem auto 0;
  max-width: 800px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.top__faq__acc summary {
  font-family: var(--serif-jp);
  font-weight: 600;
  cursor: pointer;
  position: relative;
  font-size: 1.25rem;
  padding-right: 1.5rem;
}
.top__faq__acc summary::before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 0;
  transition: all 0.2s ease-in-out;
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--primary-color);
  border-right: solid 2px var(--primary-color);
  transform: translateY(-50%) rotate(135deg);
}
.top__faq__acc[open] summary::before {
  transform: translateY(-50%) rotate(315deg);
}
.top__faq__acc p {
  margin: 0.5rem 0 0;
}
@media (max-width: 576px) {
  .top__faq__acc {
    max-width: 800px;
  }
  .top__faq__acc summary {
    font-size: 1rem;
  }
}
.top__message {
  padding: 4rem 0;
  margin: 0;
}
@media (max-width: 576px) {
  .top__message {
    padding: 3rem 0;
  }
}
.top__message__row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
}
.top__message__head {
  font-family: var(--serif-jp);
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 1.25rem;
}
.top__message__name {
  text-align: right;
}
@media (max-width: 576px) {
  .top__message__row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.top__company {
  padding: 4rem 0;
  margin: 0;
  background: #F1F1F1;
}
@media (max-width: 576px) {
  .top__company {
    padding: 3rem 0;
  }
}
.top__company table {
  margin: 0 auto;
  max-width: 800px;
}
.top__company table th {
  font-family: var(--serif-jp);
  font-weight: 600;
  width: 20%;
}
.top__company table a {
  text-decoration: underline;
}
@media (max-width: 576px) {
  .top__company table th {
    width: 25%;
  }
}
.top__pr {
  padding: 4rem 0;
  margin: 0;
  background: #E3F3F4;
}
@media (max-width: 576px) {
  .top__pr {
    padding: 3rem 0;
  }
}
.top__pr__mov {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 800px;
  margin: 0 auto 2rem;
  outline: 10px solid rgba(181, 237, 247, 0.68);
  outline-offset: -10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .top__pr__mov {
    width: 85%;
  }
}
@media (max-width: 568px) {
  .top__pr__mov {
    width: 100%;
    outline: 7px solid rgba(181, 237, 247, 0.68);
    outline-offset: -7px;
    margin-bottom: 1rem;
  }
}
.top__volunteer {
  padding: 4rem 0;
  margin: 0;
}
@media (max-width: 576px) {
  .top__volunteer {
    padding: 3rem 0;
  }
}
.top__volunteer__item {
  display: grid;
  grid-template-columns: 30% 65%;
  grid-template-rows: auto auto 1fr;
  -moz-column-gap: 5%;
       column-gap: 5%;
  padding: 3rem 0;
  margin: 0 3rem;
}
.top__volunteer__item .photo {
  grid-column: 1;
  grid-row: 1/-1;
}
.top__volunteer__item .ttl {
  font-family: var(--serif-jp);
  font-size: 1.65rem;
  color: var(--primary-color);
  grid-column: 2;
  grid-row: 1;
}
.top__volunteer__item p {
  grid-column: 2;
  grid-row: 2;
}
.top__volunteer__item ul {
  grid-column: 2;
  grid-row: 3;
  gap: 0 1rem;
}
.top__volunteer__item ul li {
  width: 28%;
}
.top__volunteer__item.item01 {
  padding-top: 0;
}
.top__volunteer__item.item02 {
  grid-template-columns: 65% 30%;
  border-top: 1px solid #c4dae9;
}
.top__volunteer__item.item02 .photo {
  grid-column: 2;
}
.top__volunteer__item.item02 .ttl {
  grid-column: 1;
}
.top__volunteer__item.item02 p {
  grid-column: 1;
}
.top__volunteer__item.item02 ul {
  grid-column: 1;
}
@media (max-width: 1024px) {
  .top__volunteer__item {
    margin: 0;
  }
}
@media (max-width: 568px) {
  .top__volunteer__item {
    grid-template-columns: 52% 48%;
    grid-template-rows: auto auto auto;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 1.5rem 0;
  }
  .top__volunteer__item .photo {
    grid-row: 1;
  }
  .top__volunteer__item .ttl {
    font-size: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top__volunteer__item p {
    grid-column: 1/-1;
    grid-row: 2;
    margin-top: 0.5rem;
  }
  .top__volunteer__item ul {
    grid-column: 1/-1;
    grid-row: 3;
    gap: 0.75rem 2.4%;
    flex-wrap: wrap;
  }
  .top__volunteer__item ul li {
    width: 47.6%;
  }
  .top__volunteer__item.item02 {
    grid-template-columns: 48% 52%;
  }
  .top__volunteer__item.item02 p {
    grid-column: 1/-1;
  }
  .top__volunteer__item.item02 ul {
    grid-column: 1/-1;
  }
}

.page__header {
  position: relative;
  margin-top: 60px;
  padding: 2rem 0;
  min-height: 14rem;
  display: flex;
  align-items: center;
}
.page__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ECFDFE;
  z-index: 1;
  opacity: 0.8;
}
.page__header__head {
  font-family: var(--serif-jp);
  font-weight: 600;
  position: relative;
  z-index: 2;
  font-size: 1.75rem;
}
.page__header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page__main {
  padding: 4rem 0;
}
.page__box {
  background: #E3F3F4;
  padding: 2rem;
  margin: 2rem 0;
}
.page__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 2rem 0;
}
.page__h2 {
  font-family: var(--serif-jp);
  font-weight: 600;
  font-size: 1.75rem;
  margin: 3rem 0 1.5rem;
}
.page__h2:first-of-type {
  margin-top: 0;
}
.page__h3 {
  font-family: var(--serif-jp);
  font-weight: 600;
  font-size: 1.5rem;
  margin: 3rem 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--primary-color);
}
.page__h3:first-of-type {
  margin-top: 0;
}
.page__ul {
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  margin-bottom: 2rem;
  background: #E3F3F4;
  list-style-type: disc;
}
.page__ul li {
  font-family: var(--serif-jp);
  font-weight: 600;
}
.page__arrow {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  background: transparent;
  margin: 3rem auto;
}
.page__arrow::before, .page__arrow::after {
  content: "";
  position: absolute;
  border: 2px solid var(--primary-color);
  border-width: 2px 2px 0 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  transform: rotate(135deg);
}
.page__arrow::before {
  top: -1rem;
  left: 0;
}
.page__arrow::after {
  top: 0;
  left: 0;
}
@media (max-width: 576px) {
  .page__header {
    min-height: 12rem;
  }
  .page__header__head {
    font-size: 1.5rem;
  }
  .page__main {
    padding: 3rem 0;
  }
  .page__row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .page__box {
    padding: 1.5rem;
  }
  .page__h2 {
    font-size: 1.75rem;
    margin: 3rem 0 1rem;
  }
  .page__h3 {
    font-size: 1.5rem;
    margin: 3rem 0 2rem;
  }
}

i {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot?n1r1w2");
  src: url("../fonts/icon.eot?n1r1w2#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?n1r1w2") format("truetype"), url("../fonts/icon.woff?n1r1w2") format("woff"), url("../fonts/icon.svg?n1r1w2#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.breadcrumbs_box {
  margin-bottom: 3rem;
  color: #999;
}

.breadcrumbs_box span {
  font-size: 0.85rem;
}

.breadcrumbs_box span a {
  font-weight: 500;
  color: var(--primary-color);
}

.breadcrumbs_box i {
  font-size: 0.6rem;
  padding: 0 10px;
}

.iconarrow_right::before {
  content: "\e900";
  color: var(--primary-color);
}

@media only screen and (max-width: 568px) {
  .breadcrumbs_box {
    display: none;
  }
}
.page__plan .top__plan {
  padding: 0 0 5.5rem;
}
.page__plan .top__plan__list__item__row {
  grid-template-columns: 1fr;
}
.page__plan .top__plan__list__item__img {
  max-height: 20rem;
}
.page__plan .top__plan__list__item .daikou_content dt {
  width: 47%;
}
.page__plan .option_area .container {
  border-top: 1px solid #ADADAD;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page__plan .option_area .sc-ttl__main {
  text-align: center;
  margin-bottom: 3.5rem;
}
.page__plan .option_area ul {
  gap: 0 3.5rem;
}
.page__plan .option_area li {
  width: 50%;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  padding: 2rem 2.5rem 2.5rem;
}
.page__plan .option_area li .ttl {
  font-family: var(--serif-jp);
  color: var(--primary-color);
  text-align: center;
  margin: 1.25rem 0;
  background: var(--pale-color);
  padding: 0.75rem 0;
}
.page__plan .option_area li .txt_price {
  font-family: var(--serif-jp);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.page__plan .option_area li .txt_price span {
  font-size: 1rem;
  color: var(--read-color);
}
@media (max-width: 960px) {
  .page__plan .option_area ul {
    gap: 2rem;
  }
  .page__plan .option_area li {
    padding: 2rem 1.5rem 2.5rem;
  }
}
@media (max-width: 568px) {
  .page__plan .top__plan {
    padding: 0 0 3rem;
  }
  .page__plan .top__plan__list__item .daikou_content dt {
    width: 45%;
  }
  .page__plan .option_area .container {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
  .page__plan .option_area .sc-ttl__main {
    margin-bottom: 2.5rem;
  }
  .page__plan .option_area ul {
    flex-direction: column;
  }
  .page__plan .option_area li {
    width: 100%;
    padding: 1.5rem 1.5rem 2.5rem;
  }
  .page__plan .option_area li .ttl {
    font-size: 1.4rem;
  }
}

.page__flow__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.page__flow__list::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  width: 2px;
  height: 100%;
  background: var(--primary-color);
}
.page__flow__list__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.page__flow__list__item__num {
  font-family: var(--serif-jp);
  font-weight: 600;
  color: var(--primary-color);
  font-size: 2rem;
  margin-bottom: 0.25rem;
}
.page__flow__list__item__head {
  font-family: var(--serif-jp);
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .page__flow__list {
    gap: 2rem;
  }
  .page__flow__list__item {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.5rem;
  }
}

.page__faq__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.page__faq__nav .btn-line {
  margin: 0;
}
@media (max-width: 768px) {
  .page__faq__nav {
    grid-template-columns: 1fr;
  }
}

.page__company table {
  margin: 0 auto;
  max-width: 800px;
}
.page__company table th {
  font-family: var(--serif-jp);
  font-weight: 600;
  width: 20%;
}
.page__company table a {
  text-decoration: underline;
}

.page__contact .form_area {
  max-width: 960px;
  background: #f5fafb;
  padding: 4rem 5rem 5rem;
  margin: 0 auto;
}
.page__contact .form_area .form_txt {
  text-align: center;
}
.page__contact .form_table {
  width: 100%;
  margin: 0 auto;
}
.page__contact .form_table th, .page__contact .form_table td {
  display: block;
  border: none;
}
.page__contact .form_table th {
  font-size: 1.15rem;
  padding: 0;
}
.page__contact .form_table td {
  padding: 0.75rem 0 2.5rem;
}
.page__contact .form_table input, .page__contact .form_table select, .page__contact .form_table textarea {
  width: 100%;
  border: 1px solid #b3b2ad;
  padding: 0 20px;
  height: 60px;
  border-radius: 0;
  letter-spacing: 0.05em;
}
.page__contact .form_table .zip-box input, .page__contact .form_table .pref-select select {
  width: 310px;
  margin-bottom: 10px;
}
.page__contact .form_table .zip-box input {
  margin-left: 15px;
}
.page__contact .form_table .pref-select {
  margin-left: 32px;
}
.page__contact .form_table .pref-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/icon_arrow_down_gray.svg) no-repeat right 20px center;
  background-size: 12px 7px;
  color: #333;
}
.page__contact .form_table .addr-box {
  margin-left: 32px;
}
.page__contact .form_table textarea {
  padding: 0.8rem 0.85rem;
  height: 250px;
}
.page__contact .form_table .hissu {
  color: #fff;
  font-size: 0.85rem;
  background: var(--primary-color);
  padding: 0.1rem 0.3rem 0.2rem;
  margin-left: 0.5rem;
}
.page__contact .form_table .attention_txt {
  color: #da6272;
  font-size: 0.9rem;
  margin: 0 0 0.75rem;
}

#form_btn {
  width: 500px;
  position: relative;
  margin: 0 auto 0;
  z-index: 1;
}
#form_btn input {
  height: initial;
  width: 100%;
  display: block;
  font-size: 1.25rem;
  border: none;
  color: #fff;
  background: #09a1ba;
  border-radius: 50px;
  padding: 20px 0 22px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s;
}
#form_btn input:hover {
  background: #2eafc4;
}
#form_btn::after {
  content: "";
  background: url(../img/icon_arrow_white.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  width: 15px;
  height: 9px;
  top: 50%;
  right: 35px;
  transform: translate(0px, -50%);
}
#form_btn .wpcf7-spinner {
  background: var(--primary-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -75px;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

@media only screen and (max-width: 568px) {
  .page__contact .form_area {
    padding: 2rem 1.5rem 3rem;
  }
  .page__contact .form_table td {
    padding: 0.75rem 0 2rem;
  }
  .page__contact .form_table input, .page__contact .form_table select {
    height: 45px;
    padding: 0 1rem;
  }
  #form_btn {
    width: 85%;
  }
  #form_btn input {
    font-size: 1.15rem;
    padding: 13px 0 16px;
  }
  #form_btn .wpcf7-spinner {
    left: -56px;
  }
}
/*===============================================
 *	[ハイフンなしで入力！]を非表示
===============================================*/
#autozip {
  display: none !important;
}

.page__privacy .sc-ttl .read {
  text-align: left;
}
.page__privacy ul li {
  margin-bottom: 4rem;
}
.page__privacy .annotation_txt {
  font-size: 0.85em;
  color: #999;
}

@media only screen and (max-width: 568px) {
  .page__privacy .page__h3 {
    font-size: 1.3rem;
    margin: 0 0 1.5rem;
  }
  .page__privacy ul li {
    margin-bottom: 2rem;
  }
  .page__privacy a {
    word-break: break-word;
  }
}
.page__sitemap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 5%;
}
.page__sitemap ul li {
  width: 30%;
  border-bottom: 1px solid #ccc;
}
.page__sitemap ul li a {
  display: block;
  background: url(../img/icon_arrow_right_blue.svg) no-repeat center left;
  background-size: 6px auto;
  padding: 0.5rem 0 0.5rem 1rem;
}

@media only screen and (max-width: 568px) {
  .page__sitemap ul {
    flex-direction: column;
    gap: 1rem 0;
  }
  .page__sitemap ul li {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */