@charset "UTF-8";
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
/* 初期設定 */
html {
  scroll-behavior: smooth;
  overflow-x: clip;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.75;
  color: #000;
  position: relative;
  overflow-x: clip;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

.en {
  font-family: "Karla", sans-serif;
  font-weight: 900;
}

.m-ja {
  font-family: "M PLUS 1", sans-serif;
}

.num {
  font-family: "Karla", sans-serif;
  font-weight: 900;
}

a {
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}

/* ----rem設定---- */
:root {
  --liquid-lgDesignRatio: calc(1440 / 10);
  --liquid-lmdDesignRatio: calc(1024 / 10);
  --liquid-mdDesignRatio: calc(840 / 10);
  --liquid-smDesignRatio: calc(390 / 10);
}

@media screen and (max-width: 1440px) {
  :root {
    --liquid-htmlroot: calc(100vw / var(--liquid-lgDesignRatio));
  }
  html {
    font-size: var(--liquid-htmlroot);
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --liquid-htmlroot: calc(100vw / var(--liquid-lmdDesignRatio));
  }
}
@media screen and (max-width: 840px) {
  :root {
    --liquid-htmlroot: calc(100vw / var(--liquid-mdDesignRatio));
  }
}
@media screen and (max-width: 520px) {
  :root {
    --liquid-htmlroot: calc(100vw / var(--liquid-smDesignRatio));
  }
}
/* --------- */
/* ----レスポンシブの表示非表示---- */
.sp1440, .sp1024, .sp840, .sp520, .sp375 {
  display: none;
}

@media (max-width: 1440px) {
  .pc1440 {
    display: none !important;
  }
  .sp1440 {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .pc1024 {
    display: none !important;
  }
  .sp1024 {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) and (max-width: 840px) {
  .pc840 {
    display: none !important;
  }
  .sp840 {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) and (max-width: 840px) and (max-width: 520px) {
  .pc520 {
    display: none !important;
  }
  .sp520 {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) and (max-width: 840px) and (max-width: 520px) and (max-width: 375px) {
  .pc375 {
    display: none !important;
  }
  .sp375 {
    display: block;
  }
}
/* --------- */
/* ----------------------------------------------------------------------
クラス名設定
---------------------------------------------------------------------- */
.inner {
  max-width: 152rem;
  width: 86%;
  margin: 0 auto;
}

.maxnone {
  max-width: none;
  width: 100%;
}

.inner, section {
  position: relative;
}

/* ----------------------------------------------------------------------
コモンパーツ
---------------------------------------------------------------------- */
/* 背景の４本線 */
body {
  position: relative;
}
body .grid {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  z-index: -1;
}
body .grid span {
  border-right: 1px solid #ededed;
  height: 100%;
  width: 28%;
}

/* コモンボタン */
.circle-btn-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.2em;
  font-weight: 800;
  gap: 2em;
  margin-left: auto;
  width: fit-content;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .circle-btn-box {
    font-size: 1.2rem;
  }
}
.circle-btn-box .btn {
  position: relative;
}
.circle-btn-box .btn:before {
  content: "";
  display: block;
  z-index: -1;
  border-radius: 50%;
  width: 1.4em;
  aspect-ratio: 1;
  outline: 0.0625rem solid #C61531;
  outline-offset: -0.125rem;
  position: absolute;
  top: 50%;
  left: -1.4em;
  transform: translateY(-50%);
}
.circle-btn-box .btn button {
  background-color: #C61531;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  transition: color 0.3s;
  width: 2.5em;
  aspect-ratio: 1;
  --scale: 1;
  --translateX: -100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.circle-btn-box .btn button:before, .circle-btn-box .btn button:after {
  border-radius: 50%;
  display: block;
  background-color: #C61531;
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  aspect-ratio: 1;
}
.circle-btn-box .btn button:before {
  width: 1.4em;
  left: 0;
  transform: translate(var(--translateX), -50%);
  z-index: -3;
}
.circle-btn-box .btn button:after {
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.circle-btn-box .btn button img {
  width: 40%;
}
.circle-btn-box:hover > p {
  color: #C61531;
}
.circle-btn-box:hover .btn button:before {
  transform: translate(0, -50%);
}
.circle-btn-box:hover .btn button:after {
  scale: 1.05;
}
.circle-btn-box.orange .btn:before {
  outline: 0.0625rem solid #F19B40;
}
.circle-btn-box.orange .btn button {
  background-color: #F19B40;
}
.circle-btn-box.orange .btn button:before, .circle-btn-box.orange .btn button:after {
  background-color: #F19B40;
}
.circle-btn-box.blue .btn:before {
  outline: 0.0625rem solid #65CFC9;
}
.circle-btn-box.blue .btn button {
  background-color: #65CFC9;
}
.circle-btn-box.blue .btn button:before, .circle-btn-box.blue .btn button:after {
  background-color: #65CFC9;
}
.circle-btn-box.black .btn:before {
  outline: 0.0625rem solid #000;
}
.circle-btn-box.black .btn button {
  background-color: #000;
}
.circle-btn-box.black .btn button:before, .circle-btn-box.black .btn button:after {
  background-color: #000;
}

/* テキストエリア */
.common-txt-area {
  font-size: 1.8rem;
  line-height: 2.3888888889;
  letter-spacing: 0.12em;
  font-weight: 600;
}
@media screen and (max-width: 840px) {
  .common-txt-area {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .common-txt-area {
    font-size: 1.2rem;
  }
}
.common-txt-area > *:first-child {
  margin-top: 0;
}
.common-txt-area h2, .common-txt-area h3, .common-txt-area h4, .common-txt-area h5 {
  line-height: 1.25;
}
.common-txt-area > h2 {
  font-size: 155.5%;
  padding: 4em 1% 0;
  margin-top: 4em;
  border-top: 2px solid #CCC;
}
.common-txt-area > h3 {
  margin-top: 2.5em;
  font-size: 138.88%;
  background-color: #B3B3B3;
  color: #fff;
  padding: 0.1em 1%;
}
.common-txt-area > h4 {
  font-size: 138.88%;
  margin-top: 2em;
  color: #65CFC9;
}
.common-txt-area > h5 {
  font-size: 111.11%;
  margin-top: 2em;
  color: #F19B40;
}
.common-txt-area > p {
  margin-top: 3em;
}
.common-txt-area div#ez-toc-container {
  margin-top: 6em;
  margin-bottom: 0;
  padding: 2em 5%;
  position: relative;
}
.common-txt-area div#ez-toc-container .ez-toc-title-container {
  position: absolute;
  inset: auto auto calc(100% + 0.5em) 0;
}
.common-txt-area div#ez-toc-container nav ul li a {
  width: 100%;
  padding: 1.4em 1%;
  align-items: center;
  border-bottom: 1px solid #B3B3B3;
}
.common-txt-area div#ez-toc-container nav ul li a::before {
  content: "";
  width: 2em;
  margin-right: 1em;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: url(../img/common/arrow.svg) no-repeat center/40% white;
}

/*ブルブル*/
@keyframes buruburu {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(8deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(-8deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
/* フワッと出す用 */
.box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ----------------------------------------------------------------------
HEADER
---------------------------------------------------------------------- */
header {
  margin: 0 auto;
  width: 100%;
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 100;
  /*スクロール時のheader*/
}
header .header-toptxt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #D1D1D1;
}
@media screen and (max-width: 520px) {
  header .header-toptxt {
    font-size: 1.1rem;
    line-height: 2;
    font-weight: 600;
  }
}
header .flex-box {
  width: 100%;
  padding: 4rem 4.3rem;
  transition: 0.3s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media screen and (max-width: 1024px) {
  header .flex-box {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  header .flex-box {
    padding: 1rem 1.3rem;
  }
}
header .flex-box .left {
  max-width: 36.7rem;
  width: 20%;
  position: relative;
  display: block;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  header .flex-box .left {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  header .flex-box .left {
    width: 40%;
  }
}
header .flex-box .left .header-h1 {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
  padding: 0;
  position: absolute;
  width: 79%;
  inset: auto 0 0.2em auto;
}
header .flex-box .right {
  width: 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.25em;
  font-weight: 700;
  gap: 5.37em;
}
@media screen and (max-width: 520px) {
  header .flex-box .right {
    width: 60%;
    gap: 3em;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.25em;
    font-weight: 600;
  }
}
header .flex-box .right .pc-menu .menu_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 3.7em;
}
header .flex-box .right .pc-menu .menu_list .nav_item {
  position: relative;
  cursor: pointer;
  display: block;
  width: fit-content;
}
header .flex-box .right .pc-menu .menu_list .nav_item:hover * {
  opacity: 1;
  color: #C61531;
}
header .flex-box .right .pc-menu .menu_list .nav_item p {
  transition: 0.3s;
}
header .flex-box .right .pc-menu .menu_list .nav_item .panel {
  position: absolute;
  inset: 3em auto auto -45%;
  margin: auto;
  overflow: hidden;
  background: #aba8a8;
  width: 190%;
  min-width: 100%;
  z-index: 100;
  display: none;
}
header .flex-box .right .pc-menu .menu_list .nav_item .panel .panel_item {
  display: block;
  border-bottom: 1px solid #fff;
}
header .flex-box .right .pc-menu .menu_list .nav_item .panel .panel_item:last-of-type {
  border-bottom: none;
}
header .flex-box .right .pc-menu .menu_list .nav_item .panel .panel_item a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 1em 0;
}
header .flex-box .right .pc-menu .menu_list .nav_item .panel .panel_item a:hover {
  background: #7b7575;
}
header .flex-box .right .contact-btn {
  width: fit-content;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 600;
}
header .flex-box .right .contact-btn:hover * {
  color: #C61531;
}
@media screen and (max-width: 520px) {
  header .flex-box .right .contact-btn {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.15em;
    font-weight: 600;
  }
}
header.change-color .flex-box {
  box-shadow: 0px 0px 8px -5px #777777;
  background: #fff;
  padding: 1rem 4.3rem;
}
@media screen and (max-width: 1024px) {
  header.change-color .flex-box {
    padding: 1rem 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  header.change-color .flex-box {
    padding: 0.8rem 1.3rem;
  }
}

/*ドロワーボタン*/
.l-drawer-button {
  position: relative;
  z-index: 999;
  /*ホバーアニメーション*/
}
.l-drawer-button:before {
  content: "";
  display: block;
  z-index: -1;
  border-radius: 50%;
  width: 2.5em;
  aspect-ratio: 1;
  outline: 0.0625rem solid #C61531;
  outline-offset: -0.125rem;
  position: absolute;
  top: 50%;
  left: -2.5em;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .l-drawer-button:before {
    width: 1.6em;
    left: -1.6em;
  }
}
.l-drawer-button button {
  background-color: #C61531;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  transition: color 0.3s;
  width: 4.625em;
  aspect-ratio: 1;
  --scale: 1;
  --translateX: -100%;
  /*クリックした時*/
}
@media screen and (max-width: 520px) {
  .l-drawer-button button {
    width: 2.7em;
  }
}
.l-drawer-button button:before, .l-drawer-button button:after {
  border-radius: 50%;
  display: block;
  background-color: #C61531;
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  aspect-ratio: 1;
}
.l-drawer-button button:before {
  width: 2.5em;
  left: 0;
  transform: translate(var(--translateX), -50%);
  z-index: -3;
}
@media screen and (max-width: 520px) {
  .l-drawer-button button:before {
    width: 1.6em;
  }
}
.l-drawer-button button:after {
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.l-drawer-button button span {
  background-color: #fff;
  border-radius: 0.05rem;
  width: 66%;
  height: 0.2em;
  left: 17%;
  position: absolute;
  transform-origin: left;
  transition: transform 0.3s, opacity 0.3s;
}
.l-drawer-button button span:first-of-type {
  top: 37%;
}
.l-drawer-button button span:nth-of-type(2) {
  bottom: 37%;
}
.l-drawer-button button.active span:first-of-type {
  -webkit-transform: rotate(35deg) translate(0, -230%);
  transform: rotate(35deg) translate(0, -230%);
}
@media screen and (max-width: 520px) {
  .l-drawer-button button.active span:first-of-type {
    -webkit-transform: rotate(35deg) translate(0, -160%);
    transform: rotate(35deg) translate(0, -160%);
  }
}
.l-drawer-button button.active span:nth-of-type(2) {
  -webkit-transform: rotate(-35deg) translate(0, 230%);
  transform: rotate(-35deg) translate(0, 230%);
}
@media screen and (max-width: 520px) {
  .l-drawer-button button.active span:nth-of-type(2) {
    -webkit-transform: rotate(-35deg) translate(0, 160%);
    transform: rotate(-35deg) translate(0, 160%);
  }
}
.l-drawer-button:hover button:before {
  transform: translate(0, -50%);
}
.l-drawer-button:hover button:after {
  scale: 1.05;
}

/* ナビメイン */
#header-nav {
  position: absolute;
  inset: 0 -100% auto auto;
  background-color: #fff;
  transition: 0.3s;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  padding-top: 7.2rem;
  overflow: scroll;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media screen and (max-width: 1024px) {
  #header-nav {
    padding: 20rem 0;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #header-nav {
    padding: 13rem 0;
  }
}
#header-nav.active {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}
#header-nav .nav-inner {
  width: 93%;
  max-width: 160rem;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  row-gap: 3em;
}
#header-nav .nav-inner .left {
  width: 46%;
  max-width: 70rem;
}
@media screen and (max-width: 1024px) {
  #header-nav .nav-inner .left {
    width: 100%;
    max-width: initial;
  }
}
#header-nav .nav-inner .left .nav-list {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.12em;
  font-weight: 600;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-bottom: 3em;
  padding-bottom: 1.3em;
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 520px) {
  #header-nav .nav-inner .left .nav-list {
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
}
#header-nav .nav-inner .left .nav-list .nav-item:nth-child(even) {
  width: 42.4%;
}
#header-nav .nav-inner .left .nav-list .nav-item:nth-child(odd) {
  width: 52%;
}
#header-nav .nav-inner .left .nav-list .nav-item dt {
  font-size: 222%;
  line-height: 1.7;
}
#header-nav .nav-inner .left .nav-list .nav-item dd {
  color: #808080;
  margin-bottom: 1em;
}
#header-nav .nav-inner .left .nav-list .nav-item dd a {
  display: block;
}
#header-nav .nav-inner .left .nav-list .nav-item dd a:hover {
  color: #C61531;
  opacity: 1;
  font-weight: 700;
}
#header-nav .nav-inner .left .nav-list .nav-item dd:last-of-type {
  margin-bottom: 3em;
}
#header-nav .nav-inner .left .con-ad-box {
  row-gap: 3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media screen and (max-width: 1024px) {
  #header-nav .nav-inner .left .con-ad-box {
    padding-right: 9%;
  }
}
#header-nav .nav-inner .left .con-ad-box .con-ad-btn {
  display: block;
  width: 42%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 600;
}
@media screen and (max-width: 520px) {
  #header-nav .nav-inner .left .con-ad-box .con-ad-btn {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.1;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
}
#header-nav .nav-inner .left .con-ad-box .con-ad-btn .txt-box p {
  font-size: 222%;
}
#header-nav .nav-inner .left .con-ad-box .con-ad-btn .txt-box p .blue {
  color: #65CFC9;
}
#header-nav .nav-inner .left .con-ad-box .con-ad-btn .txt-box p .orange {
  color: #F19B40;
}
#header-nav .nav-inner .left .con-ad-box .con-ad-btn:hover .circle-btn-box button:before {
  transform: translate(0, -50%);
}
#header-nav .nav-inner .left .con-ad-box .con-ad-btn:hover .circle-btn-box button:after {
  scale: 1.05;
}
#header-nav .nav-inner .right {
  width: 50.8%;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 600;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  #header-nav .nav-inner .right {
    width: 100%;
    row-gap: 4em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #header-nav .nav-inner .right {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.01em;
    font-weight: 600;
    row-gap: 3em;
  }
}
#header-nav .nav-inner .right .view-box {
  width: 100%;
  height: 32em;
  border-radius: 1em 0 0 1em;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  #header-nav .nav-inner .right .view-box {
    height: 14em;
  }
}
#header-nav .nav-inner .right .view-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#header-nav .nav-inner .right .info-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 1em 3.1em 1em 5.3em;
  background-color: #F5F5F4;
  border-radius: 1em 0 0 1em;
  row-gap: 2em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #header-nav .nav-inner .right .info-box {
    padding: 1em 3em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #header-nav .nav-inner .right .info-box {
    flex-wrap: wrap;
    padding: 3em 2em;
  }
}
#header-nav .nav-inner .right .info-box .tel {
  padding-left: 3em;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media screen and (max-width: 520px) {
  #header-nav .nav-inner .right .info-box .tel {
    width: 100%;
  }
}
#header-nav .nav-inner .right .info-box .tel .en {
  font-size: 240%;
  margin-right: 0.7em;
}
#header-nav .nav-inner .right .info-box .tel:before {
  content: "";
  display: block;
  background-image: url(../img/common/tel.svg);
  background-size: cover;
  width: 1.8em;
  height: 2.45em;
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto 0;
}
#header-nav .nav-inner .right .info-box .tel:hover {
  color: #C61531;
  opacity: 1;
}
#header-nav .nav-inner .right .info-box .tel:hover:before {
  animation: buruburu 0.15s 2;
}
#header-nav .nav-inner .right .info-box .sns-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 1em;
}
@media screen and (max-width: 520px) {
  #header-nav .nav-inner .right .info-box .sns-list {
    justify-content: flex-end;
    position: absolute;
    inset: 110% 2em auto auto;
  }
}
#header-nav .nav-inner .right .info-box .sns-list .sns-item {
  width: 6.1em;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 9%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media screen and (max-width: 520px) {
  #header-nav .nav-inner .right .info-box .sns-list .sns-item {
    width: 6em;
  }
}
#header-nav .nav-inner .right .info-box .sns-list .sns-item img {
  max-width: 4.4rem;
  width: 70%;
}
#header-nav .nav-inner .right .info-box .sns-list .sns-item:hover {
  opacity: 1;
  background-color: #000;
}
#header-nav .nav-inner .right .info-box .sns-list .sns-item:hover img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(99%) saturate(30%) hue-rotate(313deg) brightness(107%) contrast(99%);
}
#header-nav .nav-inner .right .info-box .abs-box {
  position: absolute;
  width: 11.7em;
  min-width: 120px;
  inset: auto 5% 86% auto;
}

/* ----------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------- */
/* 問い合わせフォーム */
#common-contact {
  padding: 20rem 0;
  box-shadow: 0px 0px 8px -5px #777777;
  position: relative;
  background-image: url(../img/common/con-bg02.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30%;
}
@media screen and (max-width: 520px) {
  #common-contact {
    padding: 12rem 0;
    background-position: left bottom;
    background-size: 60%;
  }
}
#common-contact:before {
  content: "";
  display: block;
  width: 100%;
  height: 5.5rem;
  position: absolute;
  inset: auto auto 100% 0;
  background-image: url(../img/common/con-bg01@2x.webp);
  background-position: top center;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  #common-contact:before {
    background-size: 160%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #common-contact:before {
    height: 3.5rem;
    background-size: 280%;
  }
}
#common-contact .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  row-gap: 4rem;
}
#common-contact .inner .txt-block {
  width: 49%;
}
@media screen and (max-width: 840px) {
  #common-contact .inner .txt-block {
    width: 100%;
  }
}
#common-contact .inner .txt-block .ttl-box {
  position: relative;
  width: fit-content;
}
#common-contact .inner .txt-block .ttl-box p {
  font-size: 9.9rem;
  line-height: 1;
  font-weight: 900;
  margin-left: -0.06em;
}
@media screen and (max-width: 1024px) {
  #common-contact .inner .txt-block .ttl-box p {
    font-size: 8rem;
    line-height: 1;
    font-weight: 900;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #common-contact .inner .txt-block .ttl-box p {
    font-size: 5rem;
    line-height: 1;
    font-weight: 900;
  }
}
#common-contact .inner .txt-block .ttl-box h2 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 520px) {
  #common-contact .inner .txt-block .ttl-box h2 {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
#common-contact .inner .txt-block .ttl-box .abs-box {
  position: absolute;
  inset: 50% auto auto 120%;
  width: 13.4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  #common-contact .inner .txt-block .ttl-box .abs-box {
    inset: 50% auto auto 107%;
    width: 10rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #common-contact .inner .txt-block .ttl-box .abs-box {
    inset: 50% auto auto 105%;
    width: 8rem;
  }
}
#common-contact .inner .txt-block .txt-box {
  font-size: 1.6rem;
  line-height: 2.0625;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-top: 2em;
}
@media screen and (max-width: 1024px) {
  #common-contact .inner .txt-block .txt-box {
    font-size: 1.5rem;
    line-height: 2.0666666667;
    letter-spacing: 0.12em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #common-contact .inner .txt-block .txt-box {
    font-size: 1.2rem;
    line-height: 2.0666666667;
    letter-spacing: 0.12em;
    font-weight: 700;
    margin-top: 3em;
  }
}
#common-contact .inner .btn-block {
  width: 45%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  flex-direction: column;
  row-gap: 3rem;
}
@media screen and (max-width: 840px) {
  #common-contact .inner .btn-block {
    width: 100%;
  }
}
#common-contact .inner .btn-block a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 800;
  padding: 5em 1em 1em;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 1em;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 520px) {
  #common-contact .inner .btn-block a {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.01em;
    font-weight: 800;
  }
}
#common-contact .inner .btn-block a .ja {
  margin-bottom: 0.4em;
}
#common-contact .inner .btn-block a .en {
  font-size: 280%;
  line-height: 0.9;
}
#common-contact .inner .btn-block a .en .orange {
  color: #F19B40;
}
#common-contact .inner .btn-block a .en .blue {
  color: #65CFC9;
}
#common-contact .inner .btn-block a .circle-btn-box {
  position: absolute;
  inset: -1.3em -1.3em auto auto;
  font-size: 137%;
}
#common-contact .inner .btn-block a:hover {
  opacity: 1;
  background-color: #fff;
}
#common-contact .inner .btn-block a:hover.orange {
  color: #F19B40;
  border-color: #F19B40;
}
#common-contact .inner .btn-block a:hover.blue {
  color: #65CFC9;
  border-color: #65CFC9;
}
#common-contact .inner .btn-block a:hover .circle-btn-box button:before {
  transform: translate(0, -50%);
}
#common-contact .inner .btn-block a:hover .circle-btn-box button:after {
  scale: 1.05;
}

/* フッター */
footer {
  background-color: #000;
  padding: 20rem 0;
  color: #fff;
}
@media screen and (max-width: 520px) {
  footer {
    padding: 12rem 0;
  }
}
footer .inner {
  position: relative;
}
footer .inner .over-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding-bottom: 5rem;
  border-bottom: 2px solid #fff;
  row-gap: 3rem;
}
@media screen and (max-width: 520px) {
  footer .inner .over-block {
    padding-bottom: 3rem;
  }
}
footer .inner .over-block .left-box {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  footer .inner .over-block .left-box {
    width: 100%;
  }
}
footer .inner .over-block .left-box .logo-box {
  display: block;
  width: 80%;
  max-width: 43rem;
}
footer .inner .over-block .left-box .txt-box {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 1em;
}
@media screen and (max-width: 520px) {
  footer .inner .over-block .left-box .txt-box {
    font-size: 1.2rem;
  }
}
footer .inner .over-block .left-box .txt-box .tel {
  font-size: 130%;
}
footer .inner .over-block .left-box .txt-box .sns-list {
  position: absolute;
  inset: auto 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 1em;
}
footer .inner .over-block .left-box .txt-box .sns-list .sns-item {
  width: 3em;
}
footer .inner .over-block .left-box .txt-box .sns-list .sns-item img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7492%) hue-rotate(121deg) brightness(108%) contrast(104%);
}
footer .inner .over-block .right-box {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 1em;
}
@media screen and (max-width: 1024px) {
  footer .inner .over-block .right-box {
    width: 100%;
  }
}
footer .inner .over-block .right-box .fnav-list {
  min-width: 17.8em;
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 520px) {
  footer .inner .over-block .right-box .fnav-list {
    font-size: 1.4rem;
  }
}
footer .inner .over-block .right-box .fnav-list a {
  display: block;
  padding-left: 2em;
  position: relative;
}
footer .inner .over-block .right-box .fnav-list a span.arrow {
  width: 1.3em;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #B3B3B3;
  position: absolute;
  inset: 50% auto auto 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
footer .inner .over-block .right-box .fnav-list a span.arrow:before, footer .inner .over-block .right-box .fnav-list a span.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 38%;
  height: 0.2rem;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.1rem) 50%;
}
footer .inner .over-block .right-box .fnav-list a span.arrow:before {
  transform: rotate(45deg);
}
footer .inner .over-block .right-box .fnav-list a span.arrow::after {
  transform: rotate(-45deg);
}
footer .inner .over-block .right-box .fnav-list a:hover {
  opacity: 1;
  padding-left: 1.8em;
}
footer .inner .over-block .right-box .fnav-list a:hover span.arrow {
  background-color: #C61531;
}
footer .inner .fnav-under {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0.4em 0;
  gap: 1em;
}
@media screen and (max-width: 520px) {
  footer .inner .fnav-under {
    font-size: 1.1rem;
    margin-bottom: 7em;
  }
}
footer .inner .fnav-under .fnav-under-item a:hover {
  opacity: 1;
  color: #C61531;
}
footer .inner .under-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.3rem;
  line-height: 1.6153846154;
  letter-spacing: 0.1em;
  font-weight: 700;
  gap: 1em 3em;
  margin-bottom: 3em;
}
@media screen and (max-width: 520px) {
  footer .inner .under-block {
    font-size: 1rem;
    gap: 2em 3em;
    margin-bottom: 7em;
  }
}
footer .inner .under-block .first {
  width: 100%;
  max-width: 43em;
}
footer .inner .under-block .first dt {
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 0.8em 3em;
  border-radius: 1.5em;
  border: 1px solid #fff;
  margin-bottom: 0.4em;
}
footer .inner .under-block .second {
  width: 100%;
  max-width: 49em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1em;
}
footer .inner .under-block .second .img-box {
  width: 22.5%;
}
@media screen and (max-width: 520px) {
  footer .inner .under-block .second .img-box {
    width: 100%;
  }
}
footer .inner .under-block .second .service-list {
  width: 72%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.5em;
}
@media screen and (max-width: 520px) {
  footer .inner .under-block .second .service-list {
    width: 100%;
    letter-spacing: 0;
  }
}
footer .inner .under-block .second .service-list .service-item {
  width: 47%;
}
footer .inner .copy {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 520px) {
  footer .inner .copy {
    font-size: 1.2rem;
    text-align: center;
  }
}