@charset "UTF-8";

/*======================================
    Font
======================================*/
@font-face {
  font-family: "Ryumin";
  src: url(../font/A-OTF-RyuminPro-Regular.otf) format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "Ryumin";
  src: url(../font/A-OTF-RyuminPro-Bold.otf) format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: "A1 Mincho";
  src: url(../font/A-OTF-A1MINCHOSTD-BOLD.OTF) format("opentype");
  font-weight: 700;
}

/*======================================
    Font / Color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 62.5%;
  font-family: "Noto Serif JP", serif;
  color: #222;
}

body {
  background-color: #FCF6EF;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.is-nowrap {
  white-space: nowrap;
}

.is-br {
  display: block;
}

@media screen and (max-width: 1024px) {
  .is-sp {
    display: block;
  }
}

/*======================================
    section
======================================*/
.inner__md {
  width: 1080px;
  max-width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .inner__md {
    width: 90%;
  }
}

.inner__md.-resize {
  width: min(1080 / 1920 * 100vw, 1080px);
}

@media screen and (max-width: 1024px) {
  .inner__md.-resize {
    width: 90%;
  }
}

.section__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 599px) {
  .section__title {
    font-size: 2.6rem;
  }
}

.section__title span {
  display: block;
  color: #F2921B;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.2142857143;
  margin-top: 1em;
}

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

.section__title.-row span {
  display: inline-block;
  margin-top: 0;
  margin-left: 1em;
}

.section__title.-lg {
  font-size: 4.2rem;
}

@media screen and (max-width: 1024px) {
  .section__title.-lg {
    font-size: 3.2rem;
  }
}

.wp-block-image figure {
  text-align: center;
}

/*======================================
    header
======================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background: #fff;
}

.header.is-active {
  background-color: rgba(255, 255, 255, 0.7);
}

.h-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 78px;
  padding: 0 min(60 / 1920 * 100vw, 60px);
}

@media screen and (max-width: 1024px) {
  .h-inner {
    height: 60px;
    height: min(113 / 770 * 100vw, 113px);
  }
}

.h-logo {
  width: 235px;
}

@media screen and (max-width: 1024px) {
  .h-logo {
    width: 180px;
    width: min(337 / 770 * 100vw, 337px);
  }
}

.h-logo a {
  display: block;
}

.h-links__container {
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .h-links__container {
    display: none;
  }
}

.h-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  gap: calc(30 / 1920 * 100vw);
  font-size: min(16 / 1920 * 100vw, 1.6rem);
  font-size: clamp(1.2rem, 16 / 1920 * 100vw, 1.6rem);
  line-height: 1.1875;
}

@media screen and (min-width: 1440px) {
  .h-links {
    gap: 30px;
  }
}

.h-links li {
  position: relative;
}

.h-links li a {
  display: block;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  line-height: 2;
}

.h-links li a:hover {
  opacity: 0.7;
}

.h-links li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.h-links li.inactive a:hover {
  opacity: 1;
}

.h-links .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: -10px;
  background-color: #F2921B;
  padding: 1.5em 1em;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.h-links .sub-menu li:nth-child(n+2) {
  margin-top: 1em;
}

.h-links .sub-menu li a {
  display: block;
  line-height: 1.5;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  letter-spacing: 0.02em;
}

.h-links .sub-menu li a:hover {
  opacity: 0.7;
}

.drawer-icon {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  background-color: #F2921B;
  width: min(113 / 770 * 100vw, 113px);
  height: min(113 / 770 * 100vw, 113px);
  display: none;
}

@media screen and (max-width: 1024px) {
  .drawer-icon {
    display: block;
  }
}

.drawer-icon.is-active .drawer-icon-bar1 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-icon.is-active .drawer-icon-bar2 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-icon.is-active .drawer-icon-bar3 {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}

.drawer-icon-bars {
  position: relative;
  width: min(37 / 770 * 100vw, 37px);
  height: min(26 / 770 * 100vw, 26px);
  margin: min(31 / 770 * 100vw, 31px) auto min(17 / 770 * 100vw, 17px);
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: min(4 / 770 * 100vw, 4px);
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.drawer-icon-bar3 {
  bottom: 0;
}

.drawer-icon_menu {
  font-size: min(18 / 770 * 100vw, 18px);
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 500;
}

.drawer-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: max(100 / 1024 * 100vw, 70px);
  z-index: 400;
  overflow: scroll;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.drawer-content.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.drawer-lists {
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  width: 100%;
  padding-top: min(113 / 770 * 100vw, 113px);
  font-size: min(24 / 770 * 100vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.005em;
}

.drawer-lists li:not(:last-child) {
  border-bottom: 1px solid #C5C5C5;
}

.drawer-lists li.drawer-submenu {
  position: relative;
}

.drawer-lists li.drawer-submenu::before,
.drawer-lists li.drawer-submenu::after {
  content: "";
  position: absolute;
  top: 1.85em;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: clamp(12px, 20 / 770 * 100vw, 20px);
  height: clamp(2px, 4 / 770 * 100vw, 4px);
  background-color: #222;
}

.drawer-lists li.drawer-submenu::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.drawer-lists li.drawer-submenu.is-active::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drawer-lists li a {
  display: inline-block;
  padding: 1.3125em 1em 1.3125em max(64 / 770 * 100vw, 42px);
  position: relative;
}

.drawer-lists li a:hover::before,
.drawer-lists li a:focus::before {
  left: 34px;
}

.drawer-lists li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: max(28 / 770 * 100vw, 28px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.42em;
  height: 0.58em;
  background: url(../img/top/sp/drawer-arrow.png) no-repeat center center/contain;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.drawer-lists .sub-menu {
  display: none;
  border-top: 1px solid #C5C5C5;
}

.drawer-lists .sub-menu li a {
  display: block;
  padding-left: max(120 / 770 * 100vw, 66px);
}

.drawer-lists .sub-menu li a::before {
  left: max(84 / 770 * 100vw, 52px);
}

/*======================================
    footer
======================================*/
.f__container {
  padding-top: 102px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: 300px auto;
  grid-gap: 5.5%;
}

@media screen and (max-width: 1024px) {
  .f__container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 599px) {
  .f__container {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.f-company {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .f-company {
    text-align: center;
  }
}

.f-logo {
  width: 97%;
}

@media screen and (max-width: 1024px) {
  .f-logo {
    width: 350px;
    max-width: 70%;
    margin: 0 auto;
  }
}

.f-company__name {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-top: 0.5em;
}

.f-company__address {
  font-size: 0.875em;
  letter-spacing: 0.02em;
  line-height: 2;
}

.f-company__address span {
  display: block;
}

.f-company__meta {
  font-size: 0.6375em;
  letter-spacing: 0.02em;
  margin-top: 0.5em;
}

.f-company__meta a,
.f-company__meta span {
  display: inline-block;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1923076923;
}

.f-showroom__link {
  display: block;
  margin-top: 66px;
  background-color: #fff;
  border: 1px solid #999;
  padding: 1.6875em 0 1.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .f-showroom__link {
    max-width: 600px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 599px) {
  .f-showroom__link {
    max-width: 100%;
  }
}

.f-showroom__link:hover {
  opacity: 0.7;
}

.f-showroom__link span {
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  padding-left: 5.6875em;
  color: #F2921B;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  position: relative;
}

.f-showroom__link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4.9375em;
  height: 3.4375em;
  background: url(../img/icon_logo.png) no-repeat center center/contain;
}

.f-nav__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2%;
}

@media screen and (max-width: 599px) {
  .f-nav__container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}

.f-nav {
  font-size: clamp(1.2rem, 16 / 1400 * 100vw, 1.6rem);
}

@media screen and (max-width: 599px) {
  .f-nav {
    font-size: clamp(1.2rem, 14 / 375 * 100vw, 1.6rem);
  }
}

.f-nav__title {
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.02em;
}

.f-nav__links {
  margin-top: 1em;
}

@media screen and (max-width: 599px) {
  .f-nav__links {
    margin-left: 1em;
  }
}

.f-nav__links li a {
  display: block;
  font-size: 0.875em;
  letter-spacing: 0.02em;
  line-height: 2.4285714286;
  padding-left: 0.6em;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.f-nav__links li a:hover {
  opacity: 0.7;
}

.f-nav__links li a:hover::before {
  left: 0.25em;
}

.f-nav__links li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.2em;
  height: 1px;
  background-color: #222;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.02em;
  padding: 2.75em 0.5em 2.3em;
  background-color: #222;
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .copyright {
    margin-bottom: max(100 / 1024 * 100vw, 70px);
  }
}

@media screen and (max-width: 599px) {
  .copyright {
    padding: 1.5em 0.25em;
    line-height: 1.5;
  }
}

.cta {
  background-color: #F2921B;
}

.cta.-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  display: none;
}

/*======================================
    TOP
======================================*/
.mv__container {
  position: relative;
}

.mv {
  height: calc((846 / 1920 * 100vw) + 100px);
  background: url(../img/top/mv.jpg) no-repeat center center/cover;
  position: relative;
  margin-top: 78px;
}

@media screen and (max-width: 1024px) {
  .mv {
    background: url(../img/top/sp/mv_sp.jpg) no-repeat center center/cover;
    height: calc(1088 / 770 * 100vw);
  }
}

.mv__texts {
  padding-top: clamp(50px, 3.80208vw, 73px);
  position: relative;
}

@media screen and (max-width: 1024px) {
  .mv__texts {
    padding-top: calc(48 / 770 * 100vw);
    margin-top: 60px;
    margin-top: min(113 / 770 * 100vw, 113px);
  }
}

.mv__texts::before {
  content: "";
  position: absolute;
  top: min(112 / 1920 * 100vw, 112px);
  right: 0;
  width: min(162 / 1920 * 100vw, 162px);
  height: min(161 / 1920 * 100vw, 161px);
  background: url(../img/top/mv_pop.png) no-repeat center center/contain;
  -webkit-transform: translate(8%, 0%);
  transform: translate(8%, 0%);
}

@media screen and (max-width: 1024px) {
  .mv__texts::before {
    display: none;
  }
}

.mv__text1 {
  width: 51.67%;
  margin: 0 auto;
  padding: min(12 / 1920 * 100vw, 12px) min(18 / 1920 * 100vw, 18px);
  background-color: #222;
}

@media screen and (max-width: 1024px) {
  .mv__text1 {
    width: 94.8%;
    padding: min(12 / 770 * 100vw, 12px) min(18 / 770 * 100vw, 18px);
  }
}

.mv__text2 {
  width: 57.96%;
  margin: min(23 / 1920 * 100vw, 23px) auto 0;
}

@media screen and (max-width: 1024px) {
  .mv__text2 {
    width: 96%;
    margin-top: calc(28 / 770 * 100vw);
  }
}

.mv__text3 {
  width: 63.98%;
  margin: min(15 / 1920 * 100vw, 15px) auto 0;
}

@media screen and (max-width: 1024px) {
  .mv__text3 {
    width: 98.4%;
    margin-top: calc(27 / 770 * 100vw);
  }
}

.mv__text4 {
  width: 70%;
  margin: min(16 / 1920 * 100vw, 16px) auto 0;
}

@media screen and (max-width: 1024px) {
  .mv__text4 {
    width: 95%;
    margin-top: calc(16 / 770 * 100vw);
  }
}

.mv__text--sp__container {
  display: none;
}

@media screen and (max-width: 1024px) {
  .mv__text--sp__container {
    margin-top: calc(21 / 770 * 100vw);
    display: block;
    text-align: center;
  }
}

.mv__text--sp {
  display: inline-block;
  font-size: calc(29 / 770 * 100vw);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.41379;
  color: #fff;
  padding: 0 1.3em;
  background-color: #F2921B;
}

.mv__text--sp span {
  font-size: 1.24em;
  color: #FFFF00;
}

.mv__text5 {
  width: 75.5%;
  margin: min(23 / 1920 * 100vw, 23px) auto 0;
  padding: min(19 / 1920 * 100vw, 19px) 6.1331%;
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1024px) {
  .mv__text5 {
    width: 105%;
    margin: calc(173 / 770 * 100vw) -2.5% 0;
    padding: min(17 / 770 * 100vw, 17px) 6.1331%;
  }
}

.mv__points {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4.642%;
  width: 72.2%;
  margin: min(19 / 1920 * 100vw, 19px) auto 0;
}

@media screen and (max-width: 1024px) {
  .mv__points {
    margin: calc(26 / 770 * 100vw) -5% 0;
    width: 110%;
  }
}

.mv-point__note {
  width: 65.278%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .mv-point__note {
    margin: calc(22 / 770 * 100vw) -3% 0;
    width: 106%;
  }
}

.mv__contact--container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F2921B;
}

@media screen and (max-width: 1024px) {
  .mv__contact--container {
    position: static;
  }
}

.mv__contact--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  height: 100px;
  font-size: min(22 / 1200 * 100vw, 2.2rem);
  height: min(100 / 1200 * 100vw, 100px);
}

@media screen and (max-width: 1024px) {
  .mv__contact--wrap {
    font-size: min(20 / 1024 * 100vw, 20px);
    height: max(100 / 1024 * 100vw, 70px);
    ;
  }
}

@media screen and (max-width: 599px) {
  .mv__contact--wrap {
    font-size: calc(12 / 375 * 100vw);
  }
}

.mv__contact--wrapper {
  display: contents;
}

@media screen and (max-width: 599px) {
  .mv__contact--wrapper {
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 4px;
  }
}

.mv__contact--free {
  width: 63px;
}

@media screen and (max-width: 1024px) {
  .mv__contact--free {
    width: calc(63 / 1024 * 100vw);
  }
}

.mv__contact--text {
  margin-left: 0.8em;
  letter-spacing: 0.02em;
  line-height: 1.18182;
  font-weight: 700;
}

.mv__contact--text span {
  white-space: nowrap;
  display: block;
  font-size: 0.7273em;
  line-height: 1.1875;
  letter-spacing: 0.02em;
}

.mv__contact--text span.is-lg {
  font-size: 1.59em;
  font-weight: 700;
  margin-top: 0;
  line-height: normal;
  color: #222;
}

.mv__contact--message {
  font-size: 0.68em;
  text-align: center;
  color: #222;
}

@media screen and (max-width: 599px) {
  .mv__contact--message.-pc {
    display: none;
  }
}

.mv__contact--message.-sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .mv__contact--message.-sp {
    display: block;
    margin-top: 0.5em;
  }
}

.mv__contact--tel {
  display: block;
  font-size: 2.0909em;
}

@media screen and (max-width: 1024px) {
  .mv__contact--tel {
    font-size: 1.5em;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .mv__contact--tel {
    font-size: 1.5em;
  }
}

.mv__contact--tel span {
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
  line-height: 1.19565;
  letter-spacing: 0.02em;
  margin-left: 0.09em;
  padding-left: 1em;
  position: relative;
}

.mv__contact--tel span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-40%) rotate(15deg);
  transform: translateY(-40%) rotate(15deg);
  width: 1em;
  height: 1em;
  background: url(../img/top/icon_tel-black.svg) no-repeat center center/contain;
}

.mv__contact--link {
  display: block;
  font-size: 0.8182em;
  margin-left: 1em;
  background-color: #222;
  border-radius: 5px;
  padding: 1.1667em 1.6667em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .mv__contact--link {
    padding: 1em 1.6667em;
    font-size: 0.6em;
  }
}

.mv__contact--link:hover {
  opacity: 0.7;
}

.mv__contact--link span {
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.22222;
  padding-left: 1.8333em;
  position: relative;
}

.mv__contact--link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.2778em;
  height: 1em;
  background: url(../img/top/icon_mail.svg) no-repeat center center/contain;
}

/*======================================
    top news
======================================*/
.top-news {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .top-news {
    margin-top: 160px;
  }
}

@media screen and (max-width: 599px) {
  .top-news {
    margin-top: 120px;
  }
}

.top-news__wrap {
  display: grid;
  grid-template-columns: 19% auto 35.74%;
}

@media screen and (max-width: 1024px) {
  .top-news__wrap {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 40px;
    grid-column-gap: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .top-news__wrap {
    grid-template-columns: 1fr;
  }
}

.top-news__titles {
  padding-top: 2px;
}

@media screen and (max-width: 1024px) {
  .top-news__titles {
    display: contents;
  }
}

@media screen and (max-width: 1024px) {
  .top-news__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-column: 1/3;
  }
}

@media screen and (max-width: 599px) {
  .top-news__title {
    grid-column: 1/2;
  }
}

.top-news__link--container {
  margin-top: 2.2em;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .top-news__link--container {
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    grid-column: 1/2;
  }
}

@media screen and (max-width: 599px) {
  .top-news__link--container .readmore__link {
    margin: 0 auto;
  }
}

.readmore__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10.7143em;
  height: 2.8571em;
  border: 1px solid #222;
  background-color: #fff;
  border-radius: 5px;
  letter-spacing: 0.02em;
}

.readmore__link.-lg {
  width: 13.75em;
  height: 3.75em;
  font-size: 1.6rem;
}

.readmore__link.-lg.voice {
    width: 250px;
  }

@media screen and (max-width: 599px) {
  .readmore__link.-lg {
    font-size: inherit;
  }
}

.readmore__link.-center {
  margin: 0 auto;
}

.readmore__link:hover span::before {
  right: -0.15em;
}

.readmore__link:hover span::after {
  right: 0.35em;
}

.readmore__link span {
  display: inline-block;
  padding-right: 1.5714em;
  font-weight: 700;
  position: relative;
}

.readmore__link span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #222;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.readmore__link span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translate(40%, -50%) rotate(-45deg);
  transform: translate(40%, -50%) rotate(-45deg);
  width: 0.3em;
  height: 0.3em;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .top-news__lists--container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    grid-column: 1/3;
  }
}

@media screen and (max-width: 599px) {
  .top-news__lists--container {
    grid-column: 1/2;
  }
}

.top-news__lists {
  font-size: 1.4rem;
  line-height: 1.2142857143;
}

.top-news__list {
  border-bottom: 1px solid rgba(68, 68, 69, 0.1);
}

.top-news__list:first-child {
  border-top: 1px solid rgba(68, 68, 69, 0.1);
}

.news__list {
  display: grid;
  grid-template-columns: 7.6em auto;
  padding: 1.6em 0 1.5em;
}

@media screen and (max-width: 599px) {
  .news__list {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}

.news__title a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.news__title a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .top-news__diary--container {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    grid-column: 2/3;
  }
}

@media screen and (max-width: 599px) {
  .top-news__diary--container {
    grid-column: 1/2;
  }
}

.top-news__diary {
  display: block;
  width: 296px;
  height: 183px;
  max-width: 100%;
  margin-left: auto;
  border: 2px solid #F2921B;
  background: url(../img/top/staff-diary.jpg) no-repeat center center/cover;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 599px) {
  .top-news__diary {
    margin: 0 auto;
  }
}

.top-news__diary::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #F2921B;
}

.top-news__diary::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.top-news__diary:hover {
  opacity: 0.7;
}

.top-news__diary:hover::after {
  right: 14px;
}

.top-news__link--texts {
  position: absolute;
  top: 18px;
  left: 26px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  font-family: "A1 Mincho", serif;
}

.top-news__diary--text {
  display: inline-block;
  font-weight: 700;
  padding: 0.3125em 0.25em;
}

.top-news__diary--text.-sm {
  color: #fff;
  background-color: #222;
}

.top-news__diary--text.-lg {
  font-size: 2.2857em;
  background-color: #fff;
}

/*======================================
    top construction
======================================*/
.top-construction {
  margin-top: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.deco-title__container .section__title {
  display: inline-block;
  padding: 0.5em 0.5em 0.55em;
  background-color: #FCF6EF;
  border: 1px solid #222;
  position: relative;
}

.deco-title__container .section__title span {
  margin-top: 0.5em;
}

.deco-title__container .section__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 17.5px 0 17.5px;
  border-color: #222 transparent transparent transparent;
}

.deco-title__container .section__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 1px), 100%);
  transform: translate(calc(-50% - 1px), 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 17.5px 0 17.5px;
  border-color: #FCF6EF transparent transparent transparent;
}

.top-construction__wrap {
  margin-top: 45px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .top-construction__wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 599px) {
  .top-construction__nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.top-constructions__slide a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.top-constructions__slide a:hover {
  opacity: 0.7;
}

.top-construction__img {
  display: block;
  position: relative;
}

.top-construction__img::before {
  content: "";
  display: block;
  padding-top: calc(340 / 480 * 100%);
  background-color: #c4c4c4;
}

.top-construction__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-coustruction__text {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.1875;
  margin-top: 1em;
}

@media screen and (max-width: 1024px) {
  .top-coustruction__text {
    font-size: 1.2rem;
  }
}

.top-construction__container {
  position: relative;
}

.slide-btns {
  position: absolute;
  top: 0;
  right: -10px;
  width: 110px;
  height: 50px;
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}

@media screen and (max-width: 599px) {
  .slide-btns {
    position: static;
    right: 0 !important;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    margin: 0 auto;
  }
}

.slide-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #222;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .slide-btn {
    width: 40px;
    height: 40px;
  }
}

.slide-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

@media screen and (max-width: 1024px) {
  .slide-btn::before {
    width: 8px;
    height: 8px;
  }
}

.slide-btn.-prev::before {
  -webkit-transform: translate(-40%, -50%) rotate(45deg);
  transform: translate(-40%, -50%) rotate(45deg);
}

.slide-btn.-next::before {
  -webkit-transform: translate(-60%, -50%) rotate(-135deg);
  transform: translate(-60%, -50%) rotate(-135deg);
}

.swiper__btn--container {
  display: none;
}

/*======================================
    orientation
======================================*/
.orientation {
  margin-top: 120px;
  background: url(../img/top/voice.png) no-repeat center center/cover;
  padding: min(116 / 1920 * 100vw, 116px) 0 min(122 / 1920 * 100vw, 122px);
}

@media screen and (max-width: 1024px) {
  .orientation {
    background: #fff url(../img/top/sp/orientation_sp.png) no-repeat center center/cover;
    height: calc(761 / 770 * 100vw);
  }
}

.orien__container {
  padding: min(60 / 1920 * 100vw, 60px);
  background-color: #fff;
  width: min(953 / 1920 * 100vw, 953px);
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.2);
  position: relative;
}

@media screen and (max-width: 1024px) {
  .orien__container {
    margin: calc(181 / 770 * 100vw) -1.5% 0;
    width: 103%;
    padding: calc(34 / 770 * 100vw) calc(45 / 770 * 100vw) calc(52 / 770 * 100vw);
  }
}

.orien__container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 24%) rotate(135deg);
  transform: translate(-50%, 24%) rotate(135deg);
  width: min(560 / 1920 * 100vw, 560px);
  height: min(560 / 1920 * 100vw, 560px);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 65%, #F03B1A 80%, #F03B1A 100%);
}

@media screen and (max-width: 1024px) {
  .orien__container::before {
    -webkit-transform: translate(-50%, 4%) rotate(135deg);
    transform: translate(-50%, 4%) rotate(135deg);
    width: calc(500 / 770 * 100vw);
    height: calc(500 / 770 * 100vw);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, #F03B1A 95%, #F03B1A 100%);
  }
}

.orien__text1 {
  width: 66.7%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .orien__text1 {
    width: 87.6%;
  }
}

.orien__text2 {
  width: 84.6%;
  margin: min(27 / 1920 * 100vw, 27px) auto 0;
}

@media screen and (max-width: 1024px) {
  .orien__text2 {
    width: 99.7%;
    margin-top: calc(26 / 770 * 100vw);
  }
}

.orien__text {
  margin-top: 1.0625em;
  text-align: center;
  font-size: min(16 / 1920 * 100vw, 1.6rem);
  letter-spacing: 0.02em;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .orien__text {
    font-size: calc(24 / 770 * 100vw);
    line-height: 1.6666666667;
    margin-top: 1.292em;
    letter-spacing: normal;
  }
}

.orien__text3 {
  margin-top: min(31 / 1920 * 100vw, 31px);
}

@media screen and (max-width: 1024px) {
  .orien__text3 {
    margin-top: calc(46 / 770 * 100vw);
  }
}

/*======================================
    top reason
======================================*/
.top-reason {
  margin-top: -26px;
  padding-bottom: 74px;
}

@media screen and (max-width: 1024px) {
  .top-reason {
    margin-top: 20px;
    overflow: hidden;
  }
}

.top-reason__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: min(700 / 1920 * 100vw, 700px);
  background: url(../img/top/reason_bg.png) no-repeat center center/cover;
}

@media screen and (max-width: 1024px) {
  .top-reason__head {
    background: url(../img/top/sp/top-reason_sp.png) no-repeat center center/cover;
    height: calc(610 / 770 * 100vw);
  }
}

.top-reason__title {
  width: min(619 / 1920 * 100vw, 619px);
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.top-reason__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(61%, -41%);
  transform: translate(61%, -41%);
  width: min(739 / 1920 * 100vw, 739px);
  height: min(699 / 1920 * 100vw, 699px);
  background: url(../img/top/top-reason_person.png) no-repeat center center/contain;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .top-reason__title::before {
    width: calc(372 / 770 * 100vw);
    height: calc(352 / 770 * 100vw);
    top: unset;
    bottom: 0;
    -webkit-transform: translate(18%, 89%);
    transform: translate(18%, 89%);
  }
}

@media screen and (max-width: 1024px) {
  .top-reason__title {
    width: 82.5%;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}

.top-reason__items {
  width: 1520px;
  max-width: 95%;
  margin: calc(-163 / 1920 * 100vw) auto 0;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1440px) {
  .top-reason__items {
    margin-top: -163px;
  }
}

@media screen and (max-width: 1024px) {
  .top-reason__items {
    max-width: 100%;
    margin-top: -100px;
  }
}

@media screen and (max-width: 599px) {
  .top-reason__items {
    margin-top: 40px;
  }
}

.column2__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
}

@media screen and (max-width: 1024px) {
  .column2__titles {
    left: unset;
    right: 50%;
    -webkit-transform: translate(117.5%, -35%);
    transform: translate(117.5%, -35%);
  }
}

.column2__title {
  font-size: min(132 / 1920 * 100vw, 132px);
  font-weight: 700;
  display: inline-block;
  font-family: "Ryumin", serif;
  padding: 0.04em;
}

@media screen and (max-width: 1024px) {
  .column2__title {
    font-size: calc(96 / 770 * 100vw);
  }
}

.column2__title.-first {
  color: #F2921B;
  background-color: #222;
}

.column2__title.-second {
  position: relative;
  background-color: #F2921B;
  color: #222;
  margin-top: 0.23em;
}

.column2__title.-second span {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 0.1212em;
  text-align: right;
  padding: 0.375em 0.5625em 0.5em;
  font-weight: 500;
}

.column2__link--container {
  font-size: 1em;
  margin-top: 1em;
}

@media screen and (max-width: 1024px) {
  .column2__link--container {
    margin-bottom: 0;
  }

  .column2__link--container .readmore__link {
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .column2__link--container {
    font-size: 1.4rem;
  }
}

/*======================================
    top movie
======================================*/
.top-movie {
  padding-top: 95px;
  padding-bottom: 100px;
  background-color: #fff;
}

@media screen and (max-width: 599px) {
  .top-movie {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.movie__title {
  text-align: center;
  font-size: 4.2rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1024px) {
  .movie__title {
    font-size: min(32 / 770 * 100vw, 3.2rem);
  }
}

@media screen and (max-width: 599px) {
  .movie__title {
    font-size: min(18 / 375 * 100vw, 2.4rem);
  }
}

.movie__title .underline {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5952380952;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0)), color-stop(65%, #FFFF52), to(#FFFF52));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 65%, #FFFF52 65%, #FFFF52 100%);
}

.movie__title span.title__sub {
  display: block;
  font-size: 1.6rem;
  color: #F2921B;
  letter-spacing: 0.02em;
  line-height: 1.1875;
  margin-top: 1.5em;
}

.top-movie__container {
  width: 900px;
  max-width: 100%;
  margin: 60px auto 0;
  position: relative;
}

@media screen and (max-width: 599px) {
  .top-movie__container {
    margin-top: 40px;
  }
}

.top-movie__container::before {
  content: "";
  display: block;
  padding-top: calc(506 / 900 * 100%);
  background-color: gray;
}

.top-movie__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*======================================
    top gallery
======================================*/
.top-gallery {
  padding-top: 105px;
  padding-bottom: 100px;
}

@media screen and (max-width: 599px) {
  .top-gallery {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.gallery__items {
  margin-top: 59px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-column-gap: 16px;
  grid-row-gap: 46px;
}

@media screen and (max-width: 599px) {
  .gallery__items {
    grid-row-gap: 30px;
  }
}

.gallery__item a {
  display: block;
  font-size: 1.6rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.gallery__item a:hover {
  opacity: 0.7;
}

.gallery__img {
  position: relative;
}

.gallery__img::before {
  content: "";
  display: block;
  padding-top: calc(194 / 258 * 100%);
  background-color: gray;
}

.gallery__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__date {
  font-size: 0.875em;
  color: #999;
  margin-top: 1em;
  letter-spacing: 0.02em;
}

.gallery__description {
  margin-top: 0.4em;
  letter-spacing: 0.02em;
  line-height: 1.625;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.top-gallery__readmore {
  margin-top: 60px;
  font-size: 2rem;
}

@media screen and (max-width: 599px) {
  .top-gallery__readmore {
    font-size: 1.4rem;
  }
}

/*======================================
    top customer
======================================*/
.top-customer {
  padding-top: 107px;
  padding-bottom: 164px;
  background: #fff url(../img/top/customer.png) no-repeat center right/70%;
}

@media screen and (max-width: 1024px) {
  .top-customer {
    background: #fff;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 599px) {
  .top-customer {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .top-customer__title {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .top-customer__container {
    width: 89.5%;
    margin: 0 auto;
  }
}

.customer_text1 {
  width: 36.85%;
  margin-top: 67px;
}

@media screen and (max-width: 1024px) {
  .customer_text1 {
    width: 64.2%;
    margin: calc(46 / 770 * 100vw) auto 0;
  }
}

.customer_text2 {
  width: 46.574%;
  margin-top: 38px;
}

@media screen and (max-width: 1024px) {
  .customer_text2 {
    width: 100%;
    margin: calc(29 / 770 * 100vw) auto 0;
  }
}

.customer_text3 {
  width: 42.4%;
  margin-top: 38px;
}

@media screen and (max-width: 1024px) {
  .customer_text3 {
    width: 74%;
    margin: calc(32 / 770 * 100vw) auto 0;
  }
}

.customer__img--sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .customer__img--sp {
    display: block;
    width: 72%;
    margin: calc(28 / 770 * 100vw) auto 0;
  }
}

.customer__voice {
  margin-top: -3.5%;
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .customer__voice {
    margin-top: 0;
    padding-bottom: 65px;
  }
}

.customer__voice .front-voice-column3{
    display: grid;
    grid-template-columns:repeat(3,1fr);
    gap: 20px;
}

@media screen and (max-width:767px) {
    .customer__voice .front-voice-column3{
        grid-template-columns: 1fr;
    }
}

.customer__voice .front-voice-column3 li a {
    font-size: 2em;
    line-height: 1.4em;
}

@media screen and (min-width:768px) {
    .customer__voice .front-voice-column3 li a:hover img{
        opacity: .6;
        transition: all .3s;
    }
}

@media screen and (max-width:767px) {
    .customer__voice .front-voice-column3 li a {
        font-size: 1.6em;
    }
}

.customer__voice .front-voice-column3 li a span{
    display: block;
    color:#555;
    margin-bottom: 5px;
}

.customer__voice .front-voice-column3 li a img{
    aspect-ratio: 4/3;
    object-fit: cover;
}

.customer__voice--lead {
  font-size: 2.6rem;
  line-height: 1.6153846154;
  letter-spacing: 0.02em;
  font-weight: 700;
  background-color: #F2921B;
  color: #fff;
  padding: 0.4em 1.5em 1.4em;
}

@media screen and (max-width: 1024px) {
  .customer__voice--lead {
    font-size: min(26 / 770 * 100vw, 2.6rem);
  }
}

@media screen and (max-width: 599px) {
  .customer__voice--lead {
    font-size: 1.6rem;
  }
}

.customer__voice--contents {
  background-color: #fff;
  padding: 40px;
  display: grid;
  grid-template-columns: 30% auto;
  grid-column-gap: 4%;
}

@media screen and (max-width: 1024px) {
  .customer__voice--contents {
    grid-template-columns: 1fr;
    padding: 34px max(19 / 770 * 100vw, 19px);
    grid-row-gap: 35px;
  }
}

.customer__voice--img {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .customer__voice--img {
    width: 300px;
    max-width: 60%;
    margin: 0 auto;
  }
}

.customer__voice--img::before {
  content: "";
  display: block;
  padding-top: calc(225 / 300 * 100%);
}

.customer__voice--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.customer__voice--texts {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .customer__voice--texts {
    font-size: calc(24 / 770 * 100vw);
  }
}

@media screen and (max-width: 599px) {
  .customer__voice--texts {
    font-size: 1.4rem;
  }
}

.customer__voice--head {
  font-size: 1.375em;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .customer__voice--head {
    text-align: center;
    font-size: 1.25em;
  }
}

.customer__voice--text {
  margin-top: 1.2em;
  line-height: 2;
  letter-spacing: 0.02em;
}

.customer__readmore {
  margin-top: 60px;
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .customer__readmore {
    margin-top:20px;
    padding-top: 2px;
    /* background-color: #fff; */
    padding-bottom: 37px;
  }
}

@media screen and (max-width: 599px) {
  .customer__readmore {
    font-size: 1.4rem;
  }
}

/*======================================
    top links
======================================*/
.top-links__container {
  padding: 60px 0;
  background: url(../img/top/top-links_bg.png) no-repeat center center/cover;
}

.top-links {
  width: 1800px;
  max-width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .top-links {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 5px;
    max-width: 100%;
  }
}

.top-link:nth-child(-n+2) {
  width: calc(50% - 3px);
}

@media screen and (max-width: 1024px) {
  .top-link:nth-child(-n+2) {
    width: 100%;
  }
}

.top-link:nth-child(n+3) {
  width: calc(33.3% - 4px);
}

@media screen and (max-width: 1024px) {
  .top-link:nth-child(n+3) {
    width: 100%;
  }
}

.top-link:nth-child(1) a {
  background: #000 url(../img/top/link1.png) no-repeat center center/cover;
}

.top-link:nth-child(2) a {
  background: #000 url(../img/top/link2.png) no-repeat center center/cover;
}

.top-link:nth-child(3) a {
  background: #000 url(../img/top/link3.png) no-repeat center center/cover;
}

.top-link:nth-child(4) a {
  background: #000 url(../img/top/link4.png) no-repeat center center/cover;
}

.top-link:nth-child(5) a {
  background: #000 url(../img/top/link5.png) no-repeat center center/cover;
}

.top-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px min(60 / 1920 * 100vw, 60px);
  height: min(447 / 1920 * 100vw, 447px);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .top-link a {
    height: calc(360 / 770 * 100vw);
  }
}

.top-link a::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../img/top/top-link_arrow.svg) no-repeat center center/contain;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  bottom: calc(60 / 1920 * 100vw);
  right: calc(60 / 1920 * 100vw);
}

@media screen and (min-width: 1440px) {
  .top-link a::before {
    bottom: 60px;
    right: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .top-link a::before {
    bottom: 28px;
    right: 36px;
  }
}

@media screen and (max-width: 599px) {
  .top-link a::before {
    width: max(30 / 375 * 100vw, 30px);
    height: max(30 / 375 * 100vw, 30px);
  }
}

.top-link a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.top-link a:hover::before {
  right: calc(55 / 1920 * 100vw);
}

@media screen and (min-width: 1440px) {
  .top-link a:hover::before {
    right: 55px;
  }
}

@media screen and (max-width: 599px) {
  .top-link a:hover::before {
    right: 30px;
  }
}

.top-link__title {
  font-size: clamp(2rem, 32 / 1920 * 100vw, 3.2rem);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1024px) {
  .top-link__title {
    font-size: calc(35 / 770 * 100vw);
  }
}

.top-link__title span.color {
  display: block;
  font-size: 0.4375em;
  letter-spacing: 0.02em;
  line-height: 1.2142857143;
  margin-top: 1.5em;
  color: #F2921B;
}

.top-link__title span.small {
  display: block;
  font-size: 0.625em;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.4em;
}

/*======================================
    top contact
======================================*/
.top-contact {
  padding: 104px 0 103px;
  background: url(../img/top/top-contact_bg.png) no-repeat center center/cover;
}

@media screen and (max-width: 599px) {
  .top-contact {
    padding: 50px 0 60px;
  }
}

.top-contact__title--wrap {
  text-align: center;
}

.top-contact__title {
  display: inline-block;
  position: relative;
}

.top-contact__pop {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(136%, -65%);
  transform: translate(136%, -65%);
  width: min(118 / 1920 * 100vw, 118px);
}

@media screen and (max-width: 1024px) {
  .top-contact__pop {
    width: min(90 / 770 * 100vw, 90px);
  }
}

.top-contact__medals {
  width: 660px;
  max-width: 80%;
  margin: min(30 / 1920 * 100vw, 30px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

@media screen and (max-width: 1024px) {
  .top-contact__medals {
    margin-top: 20px;
  }
}

.top-contact__medals--note {
  width: 615px;
  max-width: 70%;
  margin: min(24 / 1920 * 100vw, 24px) auto 0;
}

.top-contact__container {
  margin-top: min(40 / 1920 * 100vw, 40px);
  padding: 40px min(80 / 1200 * 100vw, 80px);
  background-color: #fff;
  text-align: center;
}

.top-contact__logo {
  width: 53%;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .top-contact__logo {
    width: 80%;
    max-width: 400px;
  }
}

.top-contact__lead {
  margin-top: min(20 / 1920 * 100vw, 20px);
  font-size: min(28 / 1920 * 100vw, 28px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2142857143;
}

@media screen and (max-width: 1024px) {
  .top-contact__lead {
    font-size: calc(24 / 770 * 100vw);
    margin-top: 20px;
  }
}

@media screen and (max-width: 599px) {
  .top-contact__lead {
    font-size: 1.8rem;
  }
}

.top-contact__lead span.color {
  color: #F03B1A;
}

.top-contact__lead span.small {
  display: block;
  font-size: 0.5em;
  letter-spacing: 0.02em;
  line-height: 1.2142857143;
  margin-top: 1.2em;
}

.top-contact__meta {
  margin-top: min(30 / 1920 * 100vw, 30px);
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: min(28 / 1920 * 100vw, 28px) min(40 / 1920 * 100vw, 40px) min(30 / 1920 * 100vw, 30px);
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 7%;
}

@media screen and (max-width: 1024px) {
  .top-contact__meta {
    margin-top: 30px;
  }
}

@media screen and (max-width: 599px) {
  .top-contact__meta {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-row-gap: 10px;
    padding: 20px 10px;
  }
}

.top-contact__dial {
  font-size: min(30 / 1920 * 100vw, 3rem);
  margin-bottom: 0.25em;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .top-contact__dial {
    font-size: calc(30 / 1024 * 100vw);
  }
}

@media screen and (max-width: 599px) {
  .top-contact__dial {
    font-size: calc(24 / 600 * 100vw);
  }
}

.top-contact__tel--link span {
  display: inline-block;
  white-space: nowrap;
  font-size: min(53 / 1920 * 100vw, 53px);
  font-weight: 700;
  letter-spacing: -0.01em;
  padding-left: 1em;
  color: #F2921B;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .top-contact__tel--link span {
    font-size: calc(32 / 770 * 100vw);
  }
}

@media screen and (max-width: 599px) {
  .top-contact__tel--link span {
    font-size: calc(24 / 375 * 100vw);
  }
}

.top-contact__tel--link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  width: 1em;
  height: 1em;
  background: url(../img/top/icon_tel-color.svg) no-repeat center center/contain;
}

.top-contact__tel--operation {
  font-size: min(16 / 1920 * 100vw, 16px);
  font-weight: 700;
  line-height: 1.1875;
  margin-top: 0.4em;
}

@media screen and (max-width: 1024px) {
  .top-contact__tel--operation {
    font-size: calc(12 / 770 * 100vw);
    white-space: nowrap;
  }
}

@media screen and (max-width: 599px) {
  .top-contact__tel--operation {
    font-size: calc(12 / 375 * 100vw);
  }
}

.top-contact__mail--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
  border-radius: 5px;
  font-size: min(23 / 1920 * 100vw, 23px);
  width: 16.6em;
  height: 3.39em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.top-contact__mail--link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .top-contact__mail--link {
    font-size: calc(16 / 770 * 100vw);
  }
}

@media screen and (max-width: 599px) {
  .top-contact__mail--link {
    margin: 0 auto;
    width: 20em;
    font-size: calc(14 / 375 * 100vw);
  }
}

.top-contact__mail--link span {
  display: inline-block;
  padding-left: 1.85em;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  position: relative;
}

.top-contact__mail--link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.3em;
  height: 1em;
  background: url(../img/top/icon_mail.svg) no-repeat center center/contain;
}

.top-contact__text {
  font-size: min(16 / 1920 * 100vw, 16px);
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.02em;
  margin-top: 2em;
}

@media screen and (max-width: 1024px) {
  .top-contact__text {
    margin-top: 30px;
    font-size: calc(16 / 770 * 100vw);
    line-height: 1.5;
  }
}

@media screen and (max-width: 599px) {
  .top-contact__text {
    font-size: 1.4rem;
  }
}

/*======================================

======================================*/
.contact-banner__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 74.4% auto;
  grid-template-columns: 74.4% auto;
  padding-left: 22px;
  background-color: #fff;
  margin-top: 40px;
}

@media screen and (max-width: 599px) {
  .contact-banner__container {
    -ms-grid-columns: 60% auto;
    grid-template-columns: 60% auto;
  }
}

.c-banner__contents {
  font-size: min(15 / 1300 * 100vw, 1.5rem);
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .c-banner__contents {
    font-size: 1.5rem;
    font-size: calc(15 / 1024 * 100vw);
  }
}

@media screen and (max-width: 599px) {
  .c-banner__contents {
    font-size: calc(10 / 375 * 100vw);
  }
}

.c-banner__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 1.47em;
  padding-bottom: 1em;
  border-bottom: 4px solid #E5E5E5;
  padding-top: 2.93em;
}

@media screen and (max-width: 599px) {
  .c-banner__head {
    border-bottom: 2px solid #E5E5E5;
  }
}

.c-banner__free {
  font-family: "Ryumin", serif;
  font-size: 1.53em;
  color: #fff;
  background-color: #F03B1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.4783em 0.48em;
  position: relative;
}

@media screen and (max-width: 599px) {
  .c-banner__free {
    font-size: calc(10 / 375 * 100vw);
  }
}

.c-banner__free::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(calc(-100%));
  transform: translateY(calc(-100%));
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.4783em 0.8696em 1.4783em;
  border-color: transparent transparent #F03B1A transparent;
}

.c-banner__head--title {
  font-size: 2.8em;
  font-weight: 500;
}

@media screen and (max-width: 599px) {
  .c-banner__head--title {
    font-size: calc(15 / 375 * 100vw);
  }
}

.c-banner__head--title span {
  color: #F2921B;
}

.c-banner__body {
  padding-top: 2.13em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 1em;
  padding-bottom: 1.33em;
}

@media screen and (max-width: 599px) {
  .c-banner__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1em;
    padding-top: 1.5em;
  }
}

.c-banner__body--tel a {
  display: block;
}

@media screen and (max-width: 599px) {
  .c-banner__body--tel a {
    text-align: center;
  }
}

.c-banner__body--tel a span {
  font-size: 3.2em;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
  padding-left: 0.95em;
  position: relative;
}

.c-banner__body--tel a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-15deg);
  transform: translateY(-50%) rotate(-15deg);
  width: 1em;
  height: 1em;
  background: url(../img/top/icon_tel-color.svg) no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  .c-banner__body--tel a span {
    font-size: calc(22 / 375 * 100vw);
  }
}

.c-banner__body--operation {
  text-align: center;
  font-weight: 700;
  margin-top: 0.5em;
}

.c-banner__body--contact {
  display: block;
  background-color: #222222;
  border-radius: 5px;
  padding: 1.86em 1.6em;
}

.c-banner__body--contact span {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-left: 2.6em;
  white-space: nowrap;
  color: #fff;
  position: relative;
}

.c-banner__body--contact span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.867em;
  height: 1.46em;
  background: url(../img/top/icon_mail.svg) no-repeat center center/contain;
}

.c-banner__img--container {
  position: relative;
}

.c-banner__img--wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 133%;
}

.c-banner__img {
  position: relative;
}

.c-banner__img::before {
  content: "";
  display: block;
  padding-top: calc(274 / 309 * 100%);
}

.c-banner__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sitemap {
  margin: 60px auto 40px;
  width: 1200px;
  max-width: 95%;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 0.1em;
}

.sitemap a {
  border-bottom: 1px solid rgba(153, 153, 153, 0.7);
  color: #999;
}

@media screen and (max-width: 599px) {
  .sitemap {
    margin: 20px auto 20px;
  }
}

.page-mv {
  height: 168px;
  background: url(../img/page/page-mv.jpg) no-repeat center center/cover;
  margin-top: 68px;
}

@media screen and (max-width: 599px) {
  .page-mv {
    height: calc(100 / 375 * 100vw);
  }
}

.page-block {
  width: 1200px;
  max-width: 95%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 22px;
}

@media screen and (max-width: 1024px) {
  .page-block {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .page-block {
    margin-top: 20px;
    padding: 0 0 0 2%;
  }
}

.page-main {
  font-size: 1.6rem;
  width: calc(100% - 240px - 30px);
}

@media screen and (max-width: 1024px) {
  .page-main {
    width: 100%;
  }
}

.page-sidebar {
  padding-top: 8px;
  width: 240px;
}

@media screen and (max-width: 1024px) {
  .page-sidebar {
    display: none;
  }
}

.page-contents__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

.archive__title {
  font-size: 5rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 1024px) {
  .archive__title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 599px) {
  .archive__title {
    font-size: 3.2rem;
  }
}

.noimg {
  position: relative;
}

.noimg::before {
  content: "";
  background-color: #c4c4c4;
}

.noimg::after {
  content: "No Image";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #999;
  font-family: "Ryumin", serif;
  z-index: 1;
}

.noimg img {
  z-index: 2;
}

/*======================================
    sidebar
======================================*/
.sidebar__contact--contents {
  background-color: #fff;
  padding: 17px 11px 6px;
}

.sidebar__contact--head {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Ryumin", serif;
  color: #fff;
  background-color: #F2921B;
  padding: 0.4em 0 0.3em 0.2em;
}

.sidebar__contact--head span {
  display: inline-block;
  font-size: 0.9545em;
  padding: 0.38em 0.24em;
  background-color: #F03B1A;
  position: relative;
}

.sidebar__contact--head span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.2619em 0.8571em 1.2619em;
  border-color: transparent transparent #F03B1A transparent;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.sidebar__tel {
  display: block;
  text-align: center;
  font-size: 2.7rem;
  color: #F2921B;
  white-space: nowrap;
}

.sidebar__tel span {
  display: inline-block;
  padding-left: 1em;
  font-weight: 700;
  position: relative;
}

.sidebar__tel span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  width: 1em;
  height: 1em;
  background: url(../img/top/icon_tel-color.svg) no-repeat center center/contain;
}

.sidebar__contact--mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.7692em;
  font-size: 1.3rem;
  margin-top: 1em;
  background-color: #222;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.sidebar__contact--mail:hover {
  opacity: 0.7;
}

.sidebar__contact--mail span {
  display: inline-block;
  padding-left: 2.23em;
  position: relative;
}

.sidebar__contact--mail span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.6em;
  height: 1.3em;
  background: url(../img/top/icon_mail.svg) no-repeat center center/contain;
}

.sidebar__contact--operation {
  margin-top: 0.8em;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}

.sidebar__links {
  margin-top: 20px;
}

.sidebar__link:nth-child(n+2) {
  margin-top: 20px;
}

.sidebar__link:nth-child(2) a {
  background: url(../img/page/sidebar2.png) no-repeat center center/cover;
}

.sidebar__link:nth-child(3) a {
  background: url(../img/page/sidebar3.png) no-repeat center center/cover;
}

.sidebar__link:nth-child(4) a {
  background: url(../img/page/sidebar4.png) no-repeat center center/cover;
  height: 6em;
}

.sidebar__link a {
  font-family: "Ryumin", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4.53em;
  font-size: 1.5rem;
  line-height: 1.25;
  padding-left: 119px;
  background: url(../img/page/sidebar1.png) no-repeat center center/cover;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  letter-spacing: -0.02em;
}

.sidebar__link a:hover {
  opacity: 0.7;
}

.sidebar__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3.6em;
  width: 6px;
  background-color: #F2921B;
}

.sidebar__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-45%, -50%);
  transform: translate(-45%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #fff;
}

.sidebar__link a.arrow-white::before {
  background-color: #fff;
}

.sidebar__link a.arrow-white::after {
  border-color: transparent transparent transparent #F2921B;
}

.sidebar__link a.arrow-lg::before {
  height: 5.46em;
}

.sidebar__link a span.md {
  font-size: 0.8em;
}

.sidebar__link a span.en {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin-left: 0.25em;
}

.sidebar__link a span.en.sm {
  font-size: 0.6rem;
}

.sidebar__link a.color-white {
  color: #fff;
}

.sidebar__diary--container {
  margin-top: 20px;
}

.sidebar__diary--container .top-news__diary {
  height: 148px;
}

.sidebar__diary--container .top-news__diary::before {
  width: 32px;
  height: 32px;
}

.sidebar__diary--container .top-news__diary::after {
  width: 5px;
  height: 5px;
  bottom: 13px;
  right: 13px;
}

.sidebar__diary--container .top-news__diary:hover::after {
  right: 11px;
}

.sidebar__diary--container .top-news__diary .top-news__link--texts {
  font-size: 1.1rem;
  top: 15px;
  left: 21px;
}

.sidebar__reason {
  display: block;
  margin-top: 17px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.sidebar__reason:hover {
  opacity: 0.7;
}

.sidebar__movie--container {
  margin-top: 17px;
}

.sidebar__movie--head {
  background-color: #fff;
  padding: 12px 5px 5px;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  border: 1px solid #F2921B;
  font-weight: 700;
  position: relative;
}

.sidebar__movie--head::before,
.sidebar__movie--head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7px 0 7px;
}

.sidebar__movie--head::before {
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  border-color: #F2921B transparent transparent transparent;
}

.sidebar__movie--head::after {
  -webkit-transform: translate(-50%, calc(100% - 2px));
  transform: translate(-50%, calc(100% - 2px));
  border-color: #fff transparent transparent transparent;
}

.sidebar__movie--head span {
  display: block;
  font-size: 0.75em;
  color: #F2921B;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 0.5em;
}

.sidebar__movie {
  margin-top: 23px;
  position: relative;
}

.sidebar__movie::before {
  content: "";
  display: block;
  padding-top: calc(135 / 240 * 100%);
  background-color: gray;
}

.sidebar__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-sidebar__links {
  margin-top: 20px;
  font-size: 1.4rem;
}

.page-sidebar__link:nth-child(n+2) {
  margin-top: 33px;
}

.page-sidebar__link--head {
  font-size: 1.2857em;
  letter-spacing: 0.05em;
  line-height: 1.2222222222;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.4em;
  border-bottom: 1px solid rgba(68, 68, 69, 0.1);
}

.page-sidebar__link--items {
  margin-top: 15px;
}

.page-sidebar__link--item {
  margin-left: 3px;
}

.page-sidebar__link--item a {
  display: block;
  line-height: 2;
  padding-left: 1.7em;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.page-sidebar__link--item a::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../img/page/sidebar_arrow.svg) no-repeat center center/contain;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.page-sidebar__link--item a:hover {
  opacity: 0.7;
}

.page-sidebar__link--item a:hover::before {
  left: 0.25em;
}

.sidebar__pagelinks {
  margin-top: 32px;
}

.sidebar__pagelink {
  text-align: center;
  font-size: 2rem;
}

.sidebar__pagelink:nth-child(n+2) {
  margin-top: 20px;
}

.sidebar__pagelink.-sm {
  font-size: 1.8rem;
  letter-spacing: normal;
}

.sidebar__pagelink:nth-child(1) a {
  background: black url(../img/page/pagelink1.png) no-repeat center center/cover;
}

.sidebar__pagelink:nth-child(2) a {
  background: black url(../img/page/pagelink2.png) no-repeat center center/cover;
}

.sidebar__pagelink:nth-child(3) a {
  background: black url(../img/page/pagelink3.png) no-repeat center center/cover;
}

.sidebar__pagelink:nth-child(4) a {
  background: black url(../img/page/pagelink4.png) no-repeat center center/cover;
}

.sidebar__pagelink:nth-child(5) a {
  background: black url(../img/page/pagelink6.png) no-repeat center center/cover;
}

.sidebar__pagelink:nth-child(6) a {
  background: black url(../img/page/pagelink5.png) no-repeat center center/cover;
}

.sidebar__pagelink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 107px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.sidebar__pagelink a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.sidebar__pagelink a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: linear-gradient(-225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #F2921B 50%, #F2921B 100%);
}

.sidebar__pagelink a span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #F2921B;
}

.sidebar__area {
  margin-top: 32px;
}

.sidebar__area--head {
  background-color: #F2921B;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.85em 0 0.75em;
}

.sidebar__area--head span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 0.5em;
}

.sidebar__area--container {
  padding: 18px 14px 20px;
  background-color: #fff;
}

.sidebar__area--list {
  font-size: 1.6rem;
}

.sidebar__area--list:nth-child(n+2) {
  margin-top: 27px;
}

.sidebar__area--prefecture {
  text-align: center;
  line-height: 1.375;
  letter-spacing: 0.3em;
  border: 1px solid #F2921B;
}

.sidebar__area--cities {
  margin-top: 1em;
  font-size: 0.75em;
  line-height: 1.4166666667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em;
}

.sidebar__area--city {
  letter-spacing: 0.05em;
}

/*======================================
    page 共通
======================================*/
.single__contents h1,
.page__title {
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  background-color: #F2921B;
  color: #fff;
  padding: 0.2em 1em;
}

@media screen and (max-width: 599px) {

  .single__contents h1,
  .page__title {
    font-size: 2.4rem;
  }
}

.page-fv {
  margin-top: 40px;
  height: 266px;
  padding-left: min(42 / 1024 * 100vw, 42px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: no-repeat center center/cover;
  font-size: 2.1rem;
}

@media screen and (max-width: 599px) {
  .page-fv {
    font-size: 1.8rem;
  }
}

.page-fv__lead {
  font-size: 3.67em;
  color: rgba(255, 214, 164, 0.62);
}

.page-fv__text {
  margin-top: 0.4em;
  line-height: 1.5238095238;
  letter-spacing: 0.05em;
  color: #fff;
}

.page__text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.page__text.-bold {
  font-weight: 700;
}

.page__text.-top {
  margin-top: 2em;
}

.page__text span.is-bold {
  font-weight: 700;
}

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

.page__text--sm {
  font-size: 0.875em;
  line-height: 1.8571428571;
}

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

.page__text--sm.-top {
  margin-top: 1em;
}

.page-section {
  margin-top: 50px;
}

@media screen and (max-width: 599px) {
  .page-section {
    margin-top: 30px;
  }
}

.single__contents h2,
.page-section__title {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 0.5em 0.5em 0.5em 1.15em;
  border-bottom: 3px solid #F2921B;
}

.single__contents h2.-noletterspace,
.page-section__title.-noletterspace {
  letter-spacing: normal;
}

@media screen and (max-width: 599px) {

  .single__contents h2,
  .page-section__title {
    font-size: 2rem;
  }
}

.page-section__contents {
  margin-top: 32px;
}

.column__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.page-column1__img {
  position: relative;
}

.page-column1__img::before {
  content: "";
  display: block;
  padding-top: calc(473 / 930 * 100%);
  background-color: #DDDDE1;
}

.page-column1__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-column2__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5%;
  grid-row-gap: 44px;
}

@media screen and (max-width: 599px) {
  .page-column2__container {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-row-gap: 30px;
  }
}

.page-column2__img {
  position: relative;
}

.page-column2__img::before {
  content: "";
  display: block;
  padding-top: calc(260 / 440 * 100%);
  background-color: #DDDDE1;
}

.page-column2__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-column2__img--text {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  margin-top: 0.6em;
}

.page-column3__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.6129%;
  grid-row-gap: 44px;
}

@media screen and (max-width: 599px) {
  .page-column3__container {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-row-gap: 30px;
  }
}

.page-column3__item--link {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.page-column3__item--link:hover {
  opacity: 0.7;
}

.page-column3__img {
  position: relative;
}

.page-column3__img::before {
  content: "";
  display: block;
  padding-top: calc(198 / 300 * 100%);
  background-color: #DDDDE1;
}

.page-column3__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-column3__text {
  margin-top: 1.5em;
  font-size: 0.875em;
  line-height: 1.8571428571;
}

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

.s-column__img img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}

.s-column__text {
  margin-top: 1em;
}

.page-column4__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.8%;
  grid-row-gap: 40px;
}

@media screen and (max-width: 1024px) {
  .page-column4__container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

.page-column4__img {
  position: relative;
}

.page-column4__img::before {
  content: "";
  display: block;
  padding-top: calc(157 / 220 * 100%);
}

.page-column4__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.checklist__head {
  text-align: center;
  background-color: #F2921B;
  color: #fff;
  font-size: clamp(1.8rem, 25 / 1270 * 100vw, 2.5rem);
  font-weight: 700;
  padding: 0.625em 0.5em 0.55em;
  line-height: 1.5;
}

.checklist__head span.sm {
  display: block;
  font-size: 0.8em;
  margin-top: 0.25em;
}

.check__lists {
  background-color: #fff;
  font-size: clamp(1.5rem, 22 / 1440 * 100vw, 2.2rem);
  padding: 1em 0.85em;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  grid-column-gap: 5px;
  grid-row-gap: 0.5em;
}

@media screen and (max-width: 1024px) {
  .check__lists {
    grid-template-columns: 1fr;
    font-size: 1.25em;
  }
}

@media screen and (max-width: 599px) {
  .check__lists {
    font-size: 1.125em;
  }
}

.check__list {
  line-height: 1.75;
  padding-left: 1.36em;
  letter-spacing: -0.02em;
  position: relative;
}

.check__list::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  width: 1em;
  height: 1.3em;
  background: url(../img/business/icon_check.svg) no-repeat center center/contain;
}

.page-subsection {
  margin-top: 40px;
}

.single__contents h3,
.page-section__lead {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0.275em 1.5em;
  background-color: #fff;
  border-left: 4px solid #F2921B;
}

.page-subsection__contents {
  margin-top: 20px;
}

.page-subsection__lead {
  font-size: 1.125em;
  line-height: 1.4444444444;
  margin-top: 1.5em;
  padding: 0.5em;
  background-color: #FFDFB8;
}

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

@media screen and (max-width: 599px) {
  .page-subsection__lead {
    font-size: 1em;
  }
}

.cats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-column-gap: 1.6%;
  grid-row-gap: 24px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}

@media screen and (max-width: 1024px) {
  .cats {
    grid-row-gap: 1em;
  }
}

@media screen and (max-width: 599px) {
  .cats {
    font-size: 1.6rem;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-row-gap: 0.5em;
  }
}

.cat a {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 0.9em 0.5em;
  border-radius: 9px;
  border: 1px solid #F2921B;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media screen and (max-width: 599px) {
  .cat a {
    padding: 0.5em;
  }
}

.cat a:hover {
  background-color: #F2921B;
  color: #fff;
}

/*======================================
    single
======================================*/
.single__contents {
  font-size: 1.6rem;
  line-height: 1.8571428571;
}

.single__contents h1 {
  margin-bottom: 40px;
}

.single__contents h2,
.single__contents h3,
.single__contents h4,
.single__contents h5,
.single__contents h6,
.single__contents p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.single__contents img {
  width: auto;
  max-width: 100%;
  margin: auto;
  display: block;
}

.article__eyecatch {
  position: relative;
}

.article__eyecatch::before {
  content: "";
  display: block;
  padding-top: calc(343 / 960 * 100%);
  background-color: #ccc;
}

.article__eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article__body {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
  background-color: #fff;
  padding: 0 1.5em 2.86em 2.57em;
}

.article__title {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.14em;
  letter-spacing: 0.05em;
  line-height: 1.875;
  width: 100%;
  text-align: center;
}

.article__title span {
  padding: 1.875em 2.375em;
  display: inline-block;
  background-color: #F2921B;
  text-align: left;
}

.article__contents {
  padding-top: 2.07em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.article__box {
  display: grid;
  grid-template-columns: auto 210px;
  grid-column-gap: 30px;
}

@media screen and (max-width: 599px) {
  .article__box {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}

.tag__title {
  text-align: center;
  font-size: 2.14em;
  letter-spacing: 0.05em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #333;
}

.tag__lists {
  margin-top: 1.7em;
}

@media screen and (max-width: 599px) {
  .tag__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.tag__list a {
  display: block;
  position: relative;
  color: #888;
  padding-left: 1em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.tag__list a:hover {
  opacity: 0.7;
}

.tag__list a::before {
  content: "#";
  position: absolute;
  top: 0;
  left: 0;
}

.article__text--full {
  width: 767px;
  max-width: 100%;
  margin: 0 auto;
}

.qa__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.qa__box dt,
.qa__box dd {
  padding-left: 58px;
  position: relative;
}

.qa__box dt::before,
.qa__box dd::before {
  position: absolute;
  left: 8px;
  font-size: 3rem;
  letter-spacing: 0.05em;
}

.qa__q-box {
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-bottom: 1em;
  border-bottom: 1px solid #444;
}

.qa__q-box::before {
  content: "Q.";
  color: #F2921B;
  top: 0;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}

.qa__a-box {
  margin-top: 1.8em;
}

.qa__a-box::before {
  content: "A.";
  color: #E30000;
  top: 0;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}

.s-news__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  font-size: 1.4rem;
  color: #888;
}

.s-news__link {
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.s-news__link::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.s-news__link.prev {
  padding-left: 1.5em;
}

.s-news__link.prev::before {
  content: "≪";
  left: 0;
}

.s-news__link.next {
  text-align: right;
  grid-column: 2/3;
  padding-right: 1.5em;
}

.s-news__link.next::before {
  content: "≫";
  right: 0;
}

.s-news__link:hover {
  opacity: 0.7;
}

.s-news__link:hover.prev::before {
  left: -0.15em;
}

.s-news__link:hover.next::before {
  right: -0.15em;
}

.s-news__link a {
  display: block;
}

.s-news__link.-sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .s-news__link.-sp {
    display: block;
    text-align: center;
  }
}

/*======================================
    archive
======================================*/
.a-post {
  display: grid;
  grid-template-columns: auto 30%;
  grid-column-gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #DDDDE1;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  .a-post {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .a-post {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}

.a-post:first-child {
  border-top: 1px solid #DDDDE1;
}

.a-post__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em;
}

.a-post__cat {
  padding: 0.2em 0.75em;
  background-color: #F2921B;
  color: #fff;
  border-radius: 20px;
  font-size: 0.875em;
}

.a-post__title {
  font-size: clamp(2rem, 30 / 1270 * 100vw, 3rem);
  margin-top: 0.25em;
}

@media screen and (max-width: 599px) {
  .a-post__title {
    font-size: 1.29em;
  }
}

.a-post__description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 599px) {
  .a-post__description {
    margin-top: 0.5em;
  }
}

.p-post__readmore--container {
  margin-top: 1em;
}

.a-post__readmore {
  display: inline-block;
  border-bottom: 1px solid #222;
  -webkit-transition: opacity 0.3s ease, padding-right 0.3s ease;
  transition: opacity 0.3s ease, padding-right 0.3s ease;
}

.a-post__readmore:hover {
  padding-right: 0.5em;
  opacity: 0.7;
}

.a-post__eyecatch {
  position: relative;
}

.a-post__eyecatch::before {
  content: "";
  display: block;
  padding-top: calc(280 / 374 * 100%);
}

.a-post__eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive__cats {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}

@media screen and (max-width: 1024px) {
  .archive__cats {
    width: 100%;
  }
}

.archive__cat.current-cat a {
  background-color: #ccc;
}

.archive__cat a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.3em;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  /*line-height: 2;*/
  line-height: 1.4;
  text-align: center;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.archive__cat a:hover {
  opacity: 0.7;
}

.a-column3__list {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-column-gap: 14px;
  grid-row-gap: 70px;
}

@media screen and (max-width: 1024px) {
  .a-column3__list {
    grid-row-gap: 40px;
  }
}

.a-column__lists {
  display: grid;
  font-size: 1.4rem;
}

.a-column__list a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.a-column__list a:hover {
  opacity: 0.7;
}

.a-column__img {
  position: relative;
}

.a-column__img::before {
  content: "";
  display: block;
  padding-top: calc(200 / 300 * 100%);
}

.a-column__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.a-column__text {
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.5em;
  display: block;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5em;
}

.pagination span,
.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2em;
  height: 2em;
  background-color: #fff;
  border: 1px solid #F2921B;
}

.pagination span.current {
  background-color: #F2921B;
  color: #fff;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  font-size: 0.8em;
  background-color: unset;
  border: none;
}

/*======================================
    drone
======================================*/
.drone__fv {
  background-image: url(../img/drone/drone_fv.png);
}

.drone__lead {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 2em;
  line-height: 1.75;
}

.drone__head {
  margin-top: 1.6em;
}

.drone__text--margin {
  margin-top: 1em;
}

.drone__imgs {
  margin-top: 42px;
}

.drone__note {
  padding: 0.6em 0.5em 1.1em;
  margin-top: 65px;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}

.drone__permit--container {
  margin-top: 60px;
}

.drone__permit--img {
  position: relative;
}

.drone__permit--img::before {
  content: "";
  display: block;
  padding-top: calc(349 / 930 * 100%);
  background-color: gray;
}

.drone__permit--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.drone__permit--text {
  font-size: 1.4rem;
  margin-top: 2em;
  text-align: center;
  line-height: 1.8571428571;
}

.drone__present {
  margin-top: 29px;
}

.drone__note--present {
  margin-top: 40px;
}

/*======================================
    business
======================================*/
.business__fv {
  background-image: url(../img/business/business_fv.png);
}

.business__lists {
  margin-top: 20px;
}

.business__img {
  width: 286px;
  max-width: 100%;
  margin: 0 auto;
}

.business__img::before {
  padding-top: calc(416 / 287 * 100%);
}

.business__term {
  padding-left: 0.7em;
  position: relative;
}

.business__term::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 0.2em;
  height: 0.2em;
  background-color: #222;
  border-radius: 50%;
}

.business__terms--note {
  color: #F2921B;
}

.terms__note {
  padding-left: 1em;
  position: relative;
}

.terms__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*======================================
    contact
======================================*/
.contact__head {
  font-size: clamp(2rem, 34 / 1400 * 100vw, 3.4rem);
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  .contact__head {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 599px) {
  .contact__head {
    font-size: 2.4rem;
  }
}

.contact__head span.is-color {
  color: #F03B1A;
}

.contact__head.-medium {
  font-weight: 500;
}

.contact__message--container {
  margin-top: 10px;
}

.contact__message--img {
  position: relative;
  margin-top: min(10 / 1920 * 100vw, 10px);
}

.contact__message--img::before {
  content: "";
  display: block;
  padding-top: calc(556 / 440 * 100%);
}

.contact__message--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact__message--text {
  letter-spacing: 0.05em;
}

.contact__name {
  position: absolute;
  bottom: 47px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 1em 2em 0.5em 1.25em;
}

@media screen and (max-width: 1024px) {
  .contact__name {
    font-size: calc(16 / 1024 * 100vw);
  }
}

@media screen and (max-width: 599px) {
  .contact__name {
    font-size: 1.2rem;
  }
}

.contact__name span.lg {
  font-size: 2.5em;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 0.1em;
}

.contact__notes {
  margin-top: 14px;
}

.contact__note {
  padding-left: 1.4375em;
  position: relative;
}

.contact__note::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  width: 0.875em;
  height: 0.875em;
  background: url(../img/contact/contact_arrow.svg) no-repeat center center/contain;
}

.contact__cta {
  background-color: #fff;
  border: 1px solid #F2921B;
  padding: 1em 1.33em 0.93em;
  width: 94.4%;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: min(15 / 1270 * 100vw, 1.5rem);
}

.contact__cta.-lg {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .contact__cta.-lg {
    font-size: calc(16 / 1024 * 100vw);
  }
}

@media screen and (max-width: 599px) {
  .contact__cta.-lg {
    font-size: min(14 / 375 * 100vw, 1.4rem);
  }
}

@media screen and (max-width: 1024px) {
  .contact__cta {
    font-size: calc(15 / 1024 * 100vw);
  }
}

@media screen and (max-width: 599px) {
  .contact__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 1em;
    font-size: min(14 / 375 * 100vw, 1.4rem);
    padding-top: 2em;
  }
}

.contact__cta--wrap {
  display: contents;
}

@media screen and (max-width: 599px) {
  .contact__cta--wrap.-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.contact__cta--free {
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (max-width: 599px) {
  .contact__cta--free {
    margin-right: 0.5em;
  }
}

.contact__cta--free span {
  display: inline-block;
  color: #fff;
  background-color: #F03B1A;
  font-size: 1.4em;
  font-family: "Ryumin", serif;
  white-space: nowrap;
  font-weight: 700;
  padding: 0.25em 0.3em 0.4em;
  position: relative;
}

.contact__cta--free span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.29em 0.86em 1.29em;
  border-color: transparent transparent #F03B1A transparent;
}

.contact__cta--dial {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1.73em;
  font-weight: 500;
}

.contact__cta--dial span.is-color {
  color: #F2921B;
}

@media screen and (max-width: 599px) {
  .contact__cta--tel {
    text-align: center;
  }
}

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

.contact__cta--tel__link span {
  display: inline-block;
  font-size: 2.867em;
  font-weight: 700;
  padding-left: 1em;
  white-space: nowrap;
  position: relative;
}

.contact__cta--tel__link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../img/top/icon_tel-color.svg) no-repeat center center/contain;
}

.contact__cta--operation {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

/*======================================
    form
======================================*/
.contact-form {
  margin-top: 67px;
}

.form {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
}

.form__lists {
  border: 1px solid rgba(153, 153, 153, 0.5);
}

.form__list {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}

.form__list:last-child {
  border-bottom: none;
}

.form__checkbox--lists .wpcf7-list-item {
  display: block;
  margin-left: 0 !important;
}

.form__checkbox--lists .wpcf7-list-item input[type=checkbox] {
  display: none;
}

.form__checkbox--lists .wpcf7-list-item input[type=checkbox]:checked+span::after {
  opacity: 1;
  top: 0.25em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form__checkbox--lists .wpcf7-list-item span {
  display: block;
  padding-left: 1.5em;
  position: relative;
}

.form__checkbox--lists .wpcf7-list-item span::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.875em;
  height: 0.875em;
  border: 1px solid rgba(34, 34, 34, 0.5);
}

.form__checkbox--lists .wpcf7-list-item span::after {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0.5em;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 0.3em;
  height: 1em;
  border-bottom: 2px solid #F2921B;
  border-right: 2px solid #F2921B;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact__purpose {
  margin-top: 0.5em;
}

.form__text {
  font-size: 0.875em;
  letter-spacing: 0.02em;
}

.form__row {
  display: grid;
  grid-template-columns: 284px auto;
}

@media screen and (max-width: 1024px) {
  .form__row {
    grid-template-columns: 260px auto;
  }
}

@media screen and (max-width: 599px) {
  .form__row {
    grid-template-columns: 1fr;
  }
}

.form__row dt,
.form__row dd {
  padding: 1em 1.375em;
}

.form__row dt {
  padding-right: 3.25em;
  background-color: #FFEDD6;
  border-right: 1px solid rgba(153, 153, 153, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .form__row dt {
    padding-right: 2em;
  }
}

@media screen and (max-width: 599px) {
  .form__row dt {
    border-right: none;
  }
}

.form__row dt span {
  font-size: 0.875em;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0 0.55em;
  line-height: 1.64;
  background-color: #999;
  color: #fff;
  -ms-flex-item-align: start;
  align-self: start;
  margin-top: 0.32em;
}

.form__row dt span.required {
  background-color: #F03B1A;
}

.form__row dd {
  background-color: #fff;
}

.form__row dd input[type=text],
.form__row dd input[type=tel],
.form__row dd input[type=email] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(112, 112, 112, 0.5);
  background: #fff;
  padding: 0.475em 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
}

.form__row dd input[type=text]:focus,
.form__row dd input[type=tel]:focus,
.form__row dd input[type=email]:focus {
  outline: none;
}

.form__row dd textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(112, 112, 112, 0.5);
  background: #fff;
  padding: 0.475em 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  resize: vertical;
  height: 163px;
}

.form__row dd textarea:focus {
  outline: none;
}

.form__radios .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__radios .wpcf7-list-item {
  margin-left: 0 !important;
  display: block;
}

.form__radios .wpcf7-list-item input[type=radio] {
  display: none;
}

.form__radios .wpcf7-list-item input[type=radio]:checked+span::after {
  opacity: 1;
}

.form__radios .wpcf7-list-item span {
  display: block;
  padding-left: 1.25em;
  position: relative;
}

.form__radios .wpcf7-list-item span::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.8125em;
  height: 0.8125em;
  border-radius: 50%;
  border: 1px solid rgba(34, 34, 34, 0.5);
}

.form__radios .wpcf7-list-item span::after {
  content: "";
  position: absolute;
  top: 0.7875em;
  left: 0.1875em;
  width: 0.5625em;
  height: 0.5625em;
  border-radius: 50%;
  background: #F2921B;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form__radios .wpcf7-list-item input[type=text]:focus {
  outline: none;
}

.form__submit {
  margin-top: 43px;
  text-align: center;
}

.form__submit input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  font-family: inherit;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  border: none;
  background: #F2921B url(../img/contact/icon_submit.svg) no-repeat center right 3.86em/0.857em 0.857em;
  font-weight: 700;
  color: #fff;
  padding: 0.7em 5.38em 0.7em 3.8em;
  max-width: 100%;
  display: inline-block;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 599px) {
  .form__submit input[type=submit] {
    font-size: 1.8rem;
    padding: 0.7em 4em 0.7em 3em;
    background: #F2921B url(../img/contact/icon_submit.svg) no-repeat center right 2.75em/0.857em 0.857em;
  }
}

.form__submit input[type=submit]:hover,
.form__submit input[type=submit]:focus {
  background: #F2921B url(../img/contact/icon_submit.svg) no-repeat center right 3.66em/0.857em 0.857em;
  opacity: 0.8;
}

@media screen and (max-width: 599px) {

  .form__submit input[type=submit]:hover,
  .form__submit input[type=submit]:focus {
    background: #F2921B url(../img/contact/icon_submit.svg) no-repeat center right 2.55em/0.857em 0.857em;
  }
}

/*======================================
    reason
======================================*/
.reason__block {
  font-size: 2.4rem;
  display: grid;
  grid-template-columns: 39.5% auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .reason__block {
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .reason__block {
    grid-template-columns: 1fr;
    font-size: 1.8rem;
  }
}

.reason__block--top {
  font-size: clamp(2rem, 30 / 1920 * 100vw, 3rem);
  grid-template-columns: 50% auto;
}

@media screen and (max-width: 1024px) {
  .reason__block--top {
    grid-template-columns: 1fr;
    font-size: calc(28 / 770 * 100vw);
  }
}

@media screen and (max-width: 599px) {
  .reason__block--top {
    font-size: 1.8rem;
  }
}

.reason__block--top:nth-child(even) .reason__block--img__wrap {
  grid-column: 2/3;
  grid-row: 1/2;
}

@media screen and (max-width: 1024px) {
  .reason__block--top:nth-child(even) .reason__block--img__wrap {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

@media screen and (max-width: 599px) {
  .reason__block--top:nth-child(even) .reason__block--img__wrap {
    margin-left: auto;
  }
}

@media screen and (max-width: 1024px) {
  .reason__block--top:nth-child(even) .reason__block--img__top {
    margin-left: auto;
  }
}

.reason__block--top:nth-child(even) .reason__block--container__top {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-right: -71%;
  padding-right: 81.5%;
}

@media screen and (max-width: 1024px) {
  .reason__block--top:nth-child(even) .reason__block--container__top {
    margin-right: 0;
    padding-right: 0;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

@media screen and (max-width: 1024px) {
  .reason__block--top:nth-child(even) .reason__block--number__top {
    left: 50%;
    -webkit-transform: translate(-55%, -10%);
    transform: translate(-55%, -10%);
  }
}

@media screen and (max-width: 1024px) {
  .reason__block--top:nth-child(even) .reason__block--title {
    left: 0;
    right: unset;
    -webkit-transform: translate(10%, -40%);
    transform: translate(10%, -40%);
  }
}

.reason__block--top:nth-child(n+2) {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .reason__block--top:nth-child(n+2) {
    margin-top: 36px;
  }
}

@media screen and (max-width: 599px) {
  .reason__block--img__wrap {
    width: 50%;
  }
}

.reason__block--img {
  position: relative;
}

.reason__block--img::before {
  content: "";
  display: block;
  padding-top: calc(235 / 376 * 100%);
  background-color: gray;
}

.reason__block--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reason__block--img__top::before {
  padding-top: calc(570 / 760 * 100%);
}

@media screen and (max-width: 1024px) {
  .reason__block--img__top {
    width: 50%;
  }

  .reason__block--img__top::before {
    padding-top: calc(313 / 385 * 100%);
  }
}

@media screen and (max-width: 599px) {
  .reason__block--img__top {
    width: 100%;
  }
}

.reason__block--container {
  background-color: #fff;
  margin-left: -26.5%;
  margin-top: 2.4em;
  padding-left: 31%;
}

@media screen and (max-width: 599px) {
  .reason__block--container {
    margin-top: -3em;
    margin-left: 0;
    padding: 0 calc(8 / 375 * 100vw) 1em;
  }
}

.reason__block--container__top {
  margin-left: -71%;
  padding-left: 81.5%;
  margin-top: 5.25em;
}

@media screen and (min-width: 1440px) {
  .reason__block--container__top {
    min-height: 495px;
  }
}

@media screen and (max-width: 1024px) {
  .reason__block--container__top {
    margin-top: -5.5em;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.reason__block--contents {
  position: relative;
  padding: 3.1em 0.5em 1.3em 0;
  min-height: 8.3em;
}

@media screen and (max-width: 599px) {
  .reason__block--contents {
    padding: 4em 0 0;
    min-height: unset;
  }
}

.reason__block--contents__top {
  padding: 3.85em 2.67em 2.67em 0;
}

@media screen and (max-width: 1024px) {
  .reason__block--contents__top {
    padding: 6.43em 1.36em 1.14em;
  }
}

.reason__block--number {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 6.75em;
  font-weight: 500;
  color: rgba(255, 150, 0, 0.08);
  -webkit-transform: translate(10%, -10%);
  transform: translate(10%, -10%);
}

@media screen and (max-width: 599px) {
  .reason__block--number {
    top: unset;
    bottom: 0;
    -webkit-transform: translate(10%, 10%);
    transform: translate(10%, 10%);
  }
}

.reason__block--number__top {
  font-size: 9.13em;
}

.reason__block--number__top.-odd {
  -webkit-transform: translate(0, -10%);
  transform: translate(0, -10%);
}

@media screen and (max-width: 1024px) {
  .reason__block--number__top {
    font-size: 7.1em;
  }
}

@media screen and (max-width: 599px) {
  .reason__block--number__top {
    top: 0;
    bottom: unset;
    -webkit-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
  }
}

.reason__block--title {
  -webkit-transform: translateY(-44%);
  transform: translateY(-44%);
}

@media screen and (max-width: 1024px) {
  .reason__block--title {
    left: 0;
    right: unset;
  }
}

@media screen and (max-width: 599px) {
  .reason__block--title {
    left: unset;
    right: 50%;
    top: 0;
    -webkit-transform: translate(110%, -40%);
    transform: translate(110%, -40%);
  }
}

.reason__block--title .column2__title {
  font-size: 3.25em;
}

.reason__block--title__top .column2__title {
  font-size: 4.4em;
}

@media screen and (max-width: 1024px) {
  .reason__block--title__top .column2__title {
    font-size: 3.43em;
  }
}

@media screen and (max-width: 1024px) {
  .reason__block--title__top {
    left: unset;
    right: 50%;
    top: 0;
    -webkit-transform: translate(117%, -40%);
    transform: translate(117%, -40%);
  }
}

.reason__block--lead {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2;
}

.reason__block--lead__top {
  line-height: 1.6;
}

.reason__block--text {
  margin-top: 1.1em;
  line-height: 2;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1024px) {
  .reason__block--text {
    font-size: calc(24 / 770 * 100vw);
    line-height: 1.4583333333;
  }
}

.reason__block--text__top {
  font-size: 0.53em;
}

@media screen and (max-width: 1024px) {
  .reason__block--text__top {
    font-size: 0.86em;
    line-height: 1.4583333333;
  }
}

.reason__text {
  margin-top: 1.4em;
}

.reason-column2__img::before {
  padding-top: calc(225 / 440 * 100%);
}

.reason__readmore {
  margin-top: 32px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .reason__readmore {
    font-size: 1.5rem;
  }
}

.reason__readmore .readmore__link {
  display: inline-block;
  width: unset;
  height: unset;
  padding: 1.083em 0.905em;
}

.reason__price--list:nth-child(n+2) {
  margin-top: 20px;
}

.reason__price--img {
  margin-top: 1.375em;
}

.reason__terms--note {
  color: #F03B1A;
}

/*======================================
    rainleaking
======================================*/
.rainleaking__fv {
  margin-top: 40px;
  font-size: min(21 / 1400 * 100vw, 2.1rem);
  background: url(../img/rainleaking/rainleaking_fv.png) no-repeat center top/cover;
  padding: 2.6em 0;
}

@media screen and (max-width: 1024px) {
  .rainleaking__fv {
    font-size: calc(20 / 1024 * 100vw);
  }
}

.rainleaking__fv--texts {
  color: #fff;
  width: 54%;
  margin-left: auto;
}

.rainleaking__fv--lead {
  font-size: 3em;
  color: rgba(255, 255, 255, 0.43);
}

.rainleaking__fv--title {
  margin-top: 0.2em;
  font-size: 2.0476em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rainleaking__fv--title span {
  display: inline-block;
  font-size: 0.4884em;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #F03B1A;
  padding: 0.215em 0.425em;
  margin-right: 0.7em;
}

.rainleaking__fv--text {
  margin-top: 0.5em;
  line-height: 1.5;
}

.rainleaking__head--container {
  margin-top: 37px;
}

.rainleaking__head--lead {
  text-align: center;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.5238095238;
}

@media screen and (max-width: 599px) {
  .rainleaking__head--lead {
    font-size: 1.8rem;
  }
}

.rainleaking__head--lead span {
  display: block;
  color: #ED3919;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.67em;
}

.rainleaking__head--lists {
  font-size: clamp(2.6rem, 30 / 1920 * 100vw, 3rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 1.8%;
  grid-row-gap: 20px;
  margin-top: 27px;
}

@media screen and (max-width: 1024px) {
  .rainleaking__head--lists {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}

@media screen and (max-width: 1024px) {
  .rainleaking__head--lists {
    font-size: min(16 / 375 * 100vw, 2rem);
  }
}

.rainleaking__head--list {
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  background-color: #FFE1BB;
  border: 1px solid #F2921B;
  padding: 0.94em 0.25em 0.5em;
}

.rainleaking__head--list span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
  font-size: 0.6em;
  color: #fff;
  background-color: #F2921B;
  padding: 0.22em 1.2em;
}

.rainleaking__head--text {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-top: 1.6em;
}

@media screen and (max-width: 599px) {
  .rainleaking__head--text {
    font-size: 1.7rem;
  }
}

.rainleaking__cta--tel__link span {
  font-size: 2.6667em;
}

.rainleaking__cta--operation {
  font-size: 0.8667em;
  text-align: right;
  margin-top: 0.5em;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .rainleaking__cta--operation {
    text-align: center;
  }
}

.rainleaking__cta--mail {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rainleaking__mail--link {
  font-size: 0.8667em;
  height: unset;
  padding: 1.73em 0;
}

.rainleaking__img {
  width: 87%;
  margin: 0 auto;
  padding-top: 24px;
}

.attention {
  margin-top: 2.2em;
  font-size: min(30 / 1270 * 100vw, 3rem);
}

@media screen and (max-width: 599px) {
  .attention {
    font-size: calc(12 / 375 * 100vw);
  }
}

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

.attention span {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-left: 2em;
  text-align: center;
  position: relative;
}

.attention span::before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/rainleaking/icon_attention.png) no-repeat center center/contain;
}

.rainleaking__danger {
  text-align: center;
  font-size: min(30 / 1270 * 100vw, 3rem);
  margin-top: 0.9em;
}

@media screen and (max-width: 599px) {
  .rainleaking__danger {
    font-size: calc(12 / 375 * 100vw);
  }
}

.rainleaking__danger span {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.02em;
  background-color: #ED3919;
  border-radius: 1em;
  padding: 0.4667em 1.083em;
}

.rainleaking__imgs {
  margin-top: 35px;
}

.rainleaking__imgs--text {
  margin-top: 26px;
}

.rainleaking__accent--text {
  text-align: center;
  color: #F2921B;
  font-size: 1.4375em;
  font-weight: 700;
  letter-spacing: 0.018em;
  line-height: 1.3913043478;
  padding-top: 0.2em;
}

@media screen and (max-width: 1024px) {
  .rainleaking__accent--text {
    font-size: 1.25em;
  }
}

.rainleaking__cause {
  text-align: center;
  font-size: 1.125em;
  letter-spacing: 0.03em;
  margin-top: 1.3em;
}

@media screen and (max-width: 1024px) {
  .rainleaking__cause {
    font-size: 1em;
  }
}

@media screen and (max-width: 599px) {
  .rainleaking__cause {
    font-size: 0.75em;
  }
}

.rainleaking__cause span.is-large {
  display: block;
  color: #ED3919;
  font-weight: 700;
  font-size: 1.8333em;
  letter-spacing: 0.03em;
  margin-top: 0.4em;
}

@media screen and (max-width: 599px) {
  .rainleaking__cause span.is-large {
    font-size: 2em;
    line-height: 1.3913;
  }
}

.rainleaking__cause--text {
  margin-top: 2.8em;
}

.rainleaking__cause--head {
  text-align: center;
  color: #fff;
  background-color: #F2921B;
  font-size: min(23 / 1270 * 100vw, 2.3rem);
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0.17em 0.5em;
}

@media screen and (max-width: 1024px) {
  .rainleaking__cause--head {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .rainleaking__cause--head {
    font-size: 1.8rem;
  }
}

.rainleaking__cause--img {
  margin-top: 1em;
}

.rainleaking__merit {
  text-align: center;
  color: #fff;
  font-size: 1.375em;
}

.rainleaking__merit span.number {
  font-size: 1.3182em;
  font-weight: 700;
  letter-spacing: 0.03em;
  vertical-align: top;
}

.fukidashi {
  display: inline-block;
  background-color: #F2921B;
  position: relative;
}

.fukidashi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 60%);
  transform: translate(-50%, 60%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 9px 0 9px;
  border-color: #F2921B transparent transparent transparent;
}

.fukidashi__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.32em 0.59em;
}

.rainleaking__merit--text {
  margin-top: 1em;
  font-size: 1.125em;
  text-align: center;
  line-height: 1.4444444444;
}

@media screen and (max-width: 599px) {
  .rainleaking__merit--text {
    font-size: 1em;
  }
}

.rainleaking__merit--text.-sm {
  font-size: 1em;
}

.merit__menu--lists {
  margin-top: 1.74em;
  font-size: 1.1875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 1em;
  background-color: #FFE1BB;
  padding: 1em 0.5em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
  .merit__menu--lists {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

.merit__menu span {
  display: block;
  padding-left: 1em;
  position: relative;
}

.merit__menu span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  background-color: #F2921B;
}

.rainleaking__menu--container {
  padding: 0.3em 0.5em 0;
}

.rainleaking__menu--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.48em;
}

.rainleaking__menu--point {
  font-size: 0.87em;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 3.2em;
  height: 3.2em;
  border-radius: 50%;
  background-color: #F2921B;
}

.rainleaking__menu--point.-color {
  background-color: #ED3919;
}

.rainleaking__menu--name {
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #444445;
}

.rainleaking__menu--price__container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: auto;
}

.rainleaking__menu--price__container.-margin-top {
  margin-top: 7px;
}

.rainleaking__menu--note {
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1.2857142857;
}

.rainleaking__menu--price {
  color: #ED3919;
  font-weight: 700;
  font-size: 1.0435em;
}

.rainleaking__menu--price span {
  font-size: 1.7917em;
  letter-spacing: 0.03em;
}

.rainleaking-column3__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FFE1BB;
  font-size: 1.4375em;
  font-size: min(23 / 1270 * 100vw, 2.3rem);
  padding-bottom: 0.4em;
}

@media screen and (max-width: 1024px) {
  .rainleaking-column3__flex {
    font-size: calc(14 / 600 * 100vw);
  }
}

@media screen and (max-width: 599px) {
  .rainleaking-column3__flex {
    font-size: 2rem;
  }
}

.rainleaking__flow--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 65px;
}

@media screen and (max-width: 599px) {
  .rainleaking__flow--container {
    display: grid;
    grid-template-columns: 36px auto;
    grid-column-gap: 7%;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
}

@media screen and (max-width: 599px) {
  .rainleaking__flow--arrow__container {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.rainleaking__flow--contents {
  grid-column: 2/3;
  grid-row: 1/2;
}

.rainleaking__flow--step {
  text-align: center;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  padding: 0.45em 0.25em;
  color: #fff;
  margin-bottom: 7px;
}

.rainleaking__flow--step.-step1 {
  background-color: #F2921B;
}

.rainleaking__flow--step.-step2 {
  background-color: #F2781B;
}

.rainleaking__flow--step.-step3 {
  background-color: #F25D1B;
}

.rainleaking__flow--step.-step4 {
  background-color: #F21B1B;
}

.rainleaking__flow--name {
  color: #ED3919;
  font-weight: 700;
  font-size: min(20 / 1270 * 100vw, 2rem);
  line-height: 1.75;
  margin-top: 0.5em;
}

@media screen and (max-width: 1024px) {
  .rainleaking__flow--name {
    font-size: min(20 / 600 * 100vw, 2.4rem);
  }
}

@media screen and (max-width: 599px) {
  .rainleaking__flow--name {
    font-size: 1.8rem;
  }
}

.rainleaking__flow--text {
  line-height: 1.25;
  margin-top: 0.5em;
}

.rainleaking__flow--arrow {
  text-align: center;
  font-size: 1.625em;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0.52em 0.5em;
  background: -webkit-gradient(linear, left top, right top, from(#F2921B), to(#ED3919));
  background: linear-gradient(to right, #F2921B, #ED3919);
  width: 89%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .rainleaking__flow--arrow {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .rainleaking__flow--arrow {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-size: 1.125em;
    height: calc(100% - 50px);
    background: -webkit-gradient(linear, left top, left bottom, from(#F2921B), to(#ED3919));
    background: linear-gradient(to bottom, #F2921B, #ED3919);
  }
}

.rainleaking__flow--arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(95%);
  transform: translateX(95%);
  width: 15%;
  height: min(88 / 1270 * 100vw, 88px);
  background: linear-gradient(35deg, #ED3919 48%, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 1024px) {
  .rainleaking__flow--arrow::before {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .rainleaking__flow--arrow::before {
    display: block;
    -webkit-transform: translate(0, 100%) rotate(180deg);
    transform: translate(0, 100%) rotate(180deg);
    width: 50px;
    height: 50px;
    right: unset;
    left: 0;
    background: linear-gradient(-45deg, #ED3919 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  }
}

.rainleaking__flow--arrow span {
  display: inline-block;
  -webkit-transform: translateX(22%);
  transform: translateX(22%);
}

@media screen and (max-width: 1024px) {
  .rainleaking__flow--arrow span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.rainleaking__staff--img {
  margin-top: 65px;
}

.rainleaking__staff--message {
  text-align: center;
  font-size: min(40 / 1270 * 100vw, 4rem);
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 0.1em;
}

@media screen and (max-width: 599px) {
  .rainleaking__staff--message {
    font-size: 2rem;
  }
}

.rainleaking__staff--message span.is-color {
  color: #F2921B;
}

/*======================================
    privacy policy
======================================*/
.privacypolicy__contents {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .privacypolicy__contents {
    margin-top: 36px;
  }
}

@media screen and (max-width: 599px) {
  .privacypolicy__contents {
    margin-top: 26px;
  }
}

.privacypolucy__lists {
  margin-top: 50px;
}

.privacypolucy__list:nth-child(n+2) {
  margin-top: 46px;
}

.privacypolicy__list--contents {
  margin-top: 20px;
}

.privacypolicy__check {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.02em;
}

/*======================================
    diagnosis
======================================*/
.diagnosis__fv {
  background: url(../img/diagnosis/diagnosis_fv.png) no-repeat center center/cover;
}

.diagnosis__fv--lead {
  color: rgba(153, 153, 153, 0.43);
}

.diagnosis__fv--texts {
  color: #444445;
}

.diagnosis__head--lists {
  font-size: clamp(1.8rem, 23 / 1270 * 100vw, 2.3rem);
}

.diagnosis__head--list {
  padding: 0.4em 0.25em;
}

.diagnosis__head {
  font-size: min(30 / 1270 * 100vw, 3rem);
  font-size: clamp(1.8rem, 30 / 1270 * 100vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.75;
  text-align: center;
  padding-bottom: 1.8em;
  position: relative;
}

.diagnosis__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.467em 2.933em 0 2.933em;
  border-color: #F2921B transparent transparent transparent;
}

.disc__lists {
  font-size: 1.6rem;
  line-height: 1.875;
  width: 500px;
  max-width: 100%;
  margin: 1.25em auto 0;
}

.disc__list {
  padding-left: 1.9em;
  position: relative;
}

.disc__list::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #F2921B;
}

.diagnosis__img {
  margin-top: 16px;
}

.diagnosis__caution--img {
  margin: 32px auto 0;
}

@media screen and (max-width: 599px) {
  .diagnosis__caution--img {
    width: 500px;
    max-width: 100%;
  }
}

.diagnosis__danger--img::before {
  padding-top: calc(173 / 440 * 100%);
}

.diagnosis__img--point::before {
  padding-top: calc(268 / 440 * 100%);
}

.diagnosis__img--text {
  position: absolute;
  bottom: 1em;
  left: 0.9em;
  font-size: clamp(1.4rem, 22 / 1270 * 100vw, 2.2rem);
  font-weight: 700;
  line-height: 1.4090909091;
  color: #fff;
}

.diagnosis__text--sm {
  line-height: 2.2142857143;
}

.diagnosis__accent--text {
  font-size: clamp(2rem, 31 / 1270 * 100vw, 3.1rem);
  line-height: 1.8709677419;
  letter-spacing: 0;
}

/*======================================
    safe
======================================*/
.safe-fv1 {
  background-image: url(../img/safe/safe-fv1.png);
}

.safe-fv2 {
  background-image: url(../img/safe/safe-fv2.png);
}

.safe-fx__text {
  text-align: center;
  color: #fff;
  font-size: clamp(2.8rem, 37 / 1270 * 100vw, 3.7rem);
  letter-spacing: 0.02em;
  line-height: 1.1891891892;
}

@media screen and (max-width: 599px) {
  .safe-fx__text {
    font-size: 2.4rem;
  }
}

.safe-fx__text span {
  display: block;
}

.safe-fx__text span.en {
  color: rgba(255, 214, 164, 0.72);
  font-size: 0.78em;
  margin-top: 0.4em;
}

.safe-fx__text span.color {
  color: #FFD6A4;
}

.safe-subsection__lead {
  font-size: 1.5625em;
}

@media screen and (max-width: 599px) {
  .safe-subsection__lead {
    font-size: 1.25em;
  }
}

.safe__text {
  margin-top: 1em;
}

.safe-price__text {
  font-size: 1.125em;
}

.safe__attention {
  margin-top: 1.25em;
  text-align: center;
  background: #fff;
  border: 1px solid #F2921B;
  color: #F03B1A;
  font-size: 1.625em;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.44em 0.5em;
  margin-bottom: 33px;
  position: relative;
}

.safe__attention::before,
.safe__attention::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #F2921B transparent transparent transparent;
}

.safe__attention::after {
  border-color: #fff transparent transparent transparent;
  -webkit-transform: translate(-50%, calc(100% - 2px));
  transform: translate(-50%, calc(100% - 2px));
}

.safe__details {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  border: 1px solid #CECECE;
}

@media screen and (max-width: 1024px) {
  .safe__details {
    font-size: 1.6rem;
  }
}

.safe__detail:not(:last-child) {
  border-bottom: 1px solid #CECECE;
}

.safe__detail--row {
  display: grid;
  grid-template-columns: 16.67em auto;
}

@media screen and (max-width: 599px) {
  .safe__detail--row {
    grid-template-columns: 1fr;
  }
}

.safe__detail--row dt,
.safe__detail--row dd {
  padding: 0.47em 1.278em;
}

.safe__detail--row dt {
  background-color: #FFE1BB;
  border-right: 1px solid #CECECE;
}

@media screen and (max-width: 599px) {
  .safe__detail--row dt {
    border-right: none;
  }
}

.safe__detail--row dd {
  color: #F03B1A;
  background-color: #fff;
}

.safe__reason--head {
  display: block;
  font-size: 1.375em;
  line-height: 1.4545454545;
  margin-bottom: 0.8em;
}

.safe__check--lists {
  font-size: clamp(1.5rem, 20 / 1440 * 100vw, 2rem);
  padding: 1.9em 2.4em 1.6em;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 599px) {
  .safe__check--lists {
    grid-template-columns: 1fr;
  }
}

/*======================================
    color simulation
======================================*/
.cs__fv {
  margin-top: 32px;
}

.cs__flow--arrow {
  font-size: clamp(2rem, 26 / 1270 * 100vw, 2.6rem);
}

.cs__flow--arrow span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.cs__head {
  text-align: center;
  color: #fff;
  background-color: #F2921B;
  font-weight: 700;
  padding: 0.55em 0.5em;
  font-size: 2.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 599px) {
  .cs__head {
    font-size: 2rem;
  }
}

.cs__text {
  margin-top: 1em;
}

.cs__checklist {
  padding: 1.73em min(125 / 1270 * 100vw, 125px);
  grid-template-columns: 1fr;
}

@media screen and (max-width: 599px) {
  .cs__checklist {
    padding: 1.73em 1em;
  }
}

.cs__checklist--head {
  font-size: clamp(1.8rem, 28 / 1270 * 100vw, 2.8rem);
}

.cs__need--text {
  margin-top: 13px;
  font-size: min(23 / 1440 * 100vw, 2.3rem);
}

@media screen and (max-width: 1024px) {
  .cs__need--text {
    font-size: calc(20 / 1024 * 100vw);
  }
}

@media screen and (max-width: 599px) {
  .cs__need--text {
    font-size: 1.8rem;
  }
}

.cs__intro {
  font-size: 1.8rem;
}

@media screen and (max-width: 599px) {
  .cs__intro {
    font-size: 1.4rem;
  }
}

.cs__intro--text {
  margin-top: 1em;
  text-align: center;
  line-height: 1.4444444444;
}

.cs__intro--text span.large {
  display: block;
  color: #F2921B;
  font-size: 1.9444em;
}

@media screen and (max-width: 599px) {
  .cs__intro--text span.large {
    font-size: 1.65em;
  }
}

.cs__intro--img {
  width: 77.8%;
  margin: 30px auto 0;
}

@media screen and (max-width: 599px) {
  .cs__intro--img {
    width: 100%;
  }
}

.cs__intro--img__text {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 1em;
  line-height: 1.6666666667;
}

@media screen and (max-width: 599px) {
  .cs__intro--img__text {
    font-size: 1.8rem;
  }
}

.contact__cta--cs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 46px 5.333em 32px;
  width: 100%;
  border: none;
}

@media screen and (max-width: 599px) {
  .contact__cta--cs {
    padding: 46px 0 32px;
  }
}

.contact__cta--cs__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 10px;
  padding-bottom: 25px;
  width: 90%;
  margin: 0 auto;
  border-bottom: 4px solid #E5E5E5;
}

.contact__cta--cs__head .contact__cta--dial {
  font-size: 2.53em;
}

@media screen and (max-width: 599px) {
  .contact__cta--cs__head .contact__cta--dial {
    font-size: 1.85em;
  }
}

.contact__cta--cs__body {
  margin-top: 2.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .contact__cta--cs__body {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 20px;
  }
}

.contact__cta--cs__body .rainleaking__cta--tel__link span {
  font-size: 3.6em;
}

@media screen and (max-width: 599px) {
  .contact__cta--cs__body .rainleaking__cta--tel__link span {
    font-size: 2.5em;
  }
}

.contact__cta--cs__body .rainleaking__cta--operation {
  font-size: 1.13em;
}

@media screen and (max-width: 599px) {
  .contact__cta--cs__body .rainleaking__cta--operation {
    font-size: 1em;
  }
}

.contact__cta--cs__body .rainleaking__mail--link {
  font-size: 1em;
  padding: 1.865em 0.5em;
  width: 20.6em;
}

.contact__cta--cs__body .rainleaking__cta--operation {
  text-align: center;
}

/*======================================
    Voice
======================================*/
.voice__date {
  color: #F2921B;
}

.voice__wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 40% auto;
  grid-gap: 30px;
}

@media screen and (max-width: 1024px) {
  .voice__wrap {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 599px) {
  .voice__wrap {
    grid-template-columns: 1fr;
  }
}

.voice__imgs--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.voice__text {
  margin-top: 0 !important;
}

@media screen and (max-width: 1024px) {
  .voice__text {
    font-size: 1.4rem;
  }
}

.voice__details {
  margin-top: 40px;
}

.voice__details--lists {
  border: 1px solid #c4c4c4;
}

.voice__details--list:not(:last-child) {
  border-bottom: 1px solid #c4c4c4;
}

.voice__details--row {
  display: grid;
  grid-template-columns: 6em auto;
  letter-spacing: 0.05em;
}

.voice__details--row dt,
.voice__details--row dd {
  padding: 0.5em;
}

.voice__details--row dt {
  background-color: #F2921B;
  color: #fff;
  font-weight: 700;
  border-right: 1px solid #c4c4c4;
}

.voice__details--row dd {
  background-color: #fff;
  font-weight: 700;
}

.voice__details--row .block {
  font-weight: 700;
}

/*======================================
    company
======================================*/
.company__fv {
  background: url(../img/corporate/company.png) no-repeat center right/cover;
}

@media screen and (max-width: 599px) {
  .company__fv {
    background: url(../img/corporate/company.png) no-repeat center right 12%/cover;
  }
}

.company__fv--texts {
  font-size: clamp(1.4rem, 17 / 1270 * 100vw, 1.7rem);
  letter-spacing: 0.05em;
  padding: 1.2em 1.6em;
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .company__fv--texts {
    font-size: calc(19 / 1024 * 100vw);
  }
}

@media screen and (max-width: 599px) {
  .company__fv--texts {
    font-size: 1.2rem;
  }
}

.company__fv--lead {
  font-size: 1.59em;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
  .company__fv--lead {
    font-size: 1.25em;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
  }
}

.company__fv--text {
  margin-top: 1em;
  line-height: 1.5;
}

.company__fv--name {
  font-size: 2.35em;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.company__fv--name span {
  display: inline-block;
  font-size: 0.45em;
  margin-left: 1em;
  letter-spacing: 0.05em;
}

.corporate__5points {
  background-color: #fff;
  padding: 0.8em 0.5em 0.8em 1.17em;
  font-size: 2.3rem;
}

@media screen and (max-width: 599px) {
  .corporate__5points {
    font-size: calc(14 / 375 * 100vw);
  }
}

.corporate__5point {
  padding-left: 2em;
  line-height: 1.652173913;
  position: relative;
}

.corporate__5point::before {
  content: "一、";
  position: absolute;
  top: 0;
  left: 0;
}

.corporate__5points--text {
  margin-top: 1.5em;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}

.table__lists {
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .table__lists {
    font-size: 1.6rem;
  }
}

.table__list--row dt,
.table__list--row dd {
  line-height: 2.1111111111;
  padding: 0.5em 1.325em;
}

.table__list--row dt {
  background-color: #FFE1BB;
}

.corporate__overview--text {
  margin-top: 3.2em;
  letter-spacing: 0.02em;
}

.corporate__overview--label {
  width: 421px;
  margin: 32px auto 0;
}

@media screen and (max-width: 599px) {
  .corporate__overview--label {
    width: 80%;
    max-width: 421px;
  }
}

.map {
  position: relative;
  margin-top: 20px;
}

.map::before {
  content: "";
  display: block;
  padding-top: calc(360 / 930 * 100%);
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mailform__link {
  text-align: center;
  margin-top: 38px;
}

.mailform {
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  background-color: #F2921B;
  padding: 1.52em 4.1em;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.mailform:hover {
  opacity: 0.7;
}

.mailform span {
  display: inline-block;
  padding-left: 2.46em;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.mailform span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.769em;
  height: 1.38em;
  background: url(../img/top/icon_mail.svg) no-repeat center center/contain;
}

.btn_arrow {
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  background-color: #F2921B;
  padding: 1.52em 4.1em;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.btn_arrow:hover {
  opacity: 0.7;
}

.btn_arrow span {
  display: inline-block;
  padding-right: 1.5em;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.btn_arrow span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 0.3em;
  height: 0.3em;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.corporate__details--lists {
  margin-top: 60px;
}

.corporate__details--texts {
  margin-top: 0;
}

.corporate__details--row {
  grid-template-columns: 160px auto;
}

@media screen and (max-width: 599px) {
  .corporate__details--row {
    grid-template-columns: 1fr;
  }
}

.corporate__details--row dt {
  letter-spacing: 0.3em;
}

.corporate__details--row dd.sm {
  letter-spacing: normal;
}

.corporate__img--sm::before {
  padding-top: calc(192 / 440 * 100%);
}

.staff__top--img {
  margin-top: 32px;
}

.staff__top--head {
  font-size: 1.625em;
  line-height: 2;
  padding-left: 2.3em;
  margin-top: 1.15em;
  position: relative;
}

.staff__top--head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.6em;
  height: 2px;
  background-color: #F2921B;
}

.staff__img::before {
  padding-top: calc(323 / 440 * 100%);
}

.staff__img.-lg::before {
  padding-top: calc(407 / 440 * 100%);
}

.comingsoon__text {
  font-size: 4.3rem;
  color: #999;
  text-align: center;
  margin-top: 1em;
}

.accordion__box {
  margin-top: 60px;
}

.accordion__open {
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  background-color: #fff;
  border: 1px solid #F2921B;
  padding: 1.025em 0.5em;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 599px) {
  .accordion__open {
    font-size: 1.8rem;
  }
}

.accordion__open:hover {
  opacity: 0.7;
}

.accordion__open.is-active::before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.accordion__open::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.7%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #F2921B transparent transparent transparent;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.accordion__contents {
  display: none;
}

/*======================================
    gaiheki
======================================*/
.gaiheki__lead {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .gaiheki__lead {
    font-size: 2rem;
  }
}

.gaiheki__lead--color {
  margin-top: 0.5em;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.6818181818;
  color: #F2921B;
}

@media screen and (max-width: 599px) {
  .gaiheki__lead--color {
    font-size: 1.6rem;
  }
}

.gaiheki__lead--color.arrow {
  position: relative;
  padding-bottom: 1em;
}

.gaiheki__lead--color.arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.18em 2.2em 0 2.2em;
  border-color: #F2921B transparent transparent transparent;
}

.gaiheki__text {
  margin-top: 1.5em;
}

.gaiheki-osaka__img1::before {
  padding-top: calc(186 / 440 * 100%);
}

.gaiheki-osaka__level--head {
  text-align: center;
  font-size: 1.8rem;
  background-color: #F2921B;
  color: #fff;
  padding: 0.527em 0.25em;
}

.gaiheki-osaka__level--name {
  text-align: center;
  font-size: clamp(1.8rem, 24 / 1920 * 100vw, 2.4rem);
  background-color: #FFDFB8;
  padding: 0.54em 0em;
}

@media screen and (max-width: 1024px) {
  .gaiheki-osaka__level--name {
    font-size: clamp(1.4rem, 24 / 1024 * 100vw, 2.4rem);
  }
}

@media screen and (max-width: 599px) {
  .gaiheki-osaka__level--name {
    font-size: 1.8rem;
  }
}

.gaiheki-osaka__level--name.-sm {
  letter-spacing: -0.05em;
}

.gaiheki__level--img::before {
  padding-top: calc(176 / 300 * 100%);
}

.gaiheki__level--text {
  margin-top: 1em;
}

.gaiheki-osaka__midashi {
  padding: 0.7em 0;
  font-size: 2.8rem;
  line-height: 1.2142857143;
  text-align: center;
  border-top: 11px solid #FFDFB8;
  border-bottom: 11px solid #FFDFB8;
}

@media screen and (max-width: 599px) {
  .gaiheki-osaka__midashi {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.gaiheki-osaka__img2::before {
  padding-top: calc(125 / 440 * 100%);
}

.gaiheki__contact {
  margin-top: 55px;
}

.gaiheki-osaka__list--img::before {
  padding-top: calc(233 / 440 * 100%);
  background-color: unset;
}

.gaiheki-osaka__list--img.-lg {
  margin: -40px auto 0;
  width: 76.6%;
}

.gaiheki-osaka__list--img.-lg::before {
  padding-top: calc(228 / 337 * 100%);
}

.gaiheki-osaka__list--img.-vertical {
  width: 45%;
  margin: 0 auto;
}

.gaiheki-osaka__list--img.-vertical::before {
  padding-top: calc(292 / 199 * 100%);
}

.gaiheki__message--imgs {
  margin-top: 50px;
}

.gaiheki-btn__container {
  margin-top: 34px;
  text-align: center;
}

.gaiheki-btn {
  display: inline-block;
  background-color: #F2921B;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  padding: 1.43em 1.55em;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.gaiheki-btn:hover {
  opacity: 0.7;
}

.gaiheki__footer--img::before {
  padding-top: calc(273 / 440 * 100%);
}

.gaiheki__voice--lead {
  margin-top: 0.8em;
  font-size: 3.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2051282051;
  color: #CD000C;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .gaiheki__voice--lead {
    font-size: 2.4rem;
  }
}

.gaiheki__voice--medals {
  width: 83.9%;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4.6%;
}

@media screen and (max-width: 599px) {
  .gaiheki__voice--medals {
    width: 100%;
  }
}

.gaiheki__voice--note {
  width: 66.13%;
  margin: 36px auto 0;
}

@media screen and (max-width: 599px) {
  .gaiheki__voice--note {
    width: 85%;
    margin-top: 20px;
  }
}

.suita-level__head {
  font-size: clamp(1.3rem, 18 / 1920 * 100vw, 1.8rem);
  display: grid;
  grid-template-columns: 7.22em auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.78em;
  background-image: -webkit-gradient(linear, left top, right top, from(#F2921B), color-stop(7.22em, #F2921B), color-stop(7.22em, #FFDFB8), to(#FFDFB8));
  background-image: linear-gradient(to right, #F2921B 0%, #F2921B 7.22em, #FFDFB8 7.22em, #FFDFB8 100%);
}

@media screen and (max-width: 1024px) {
  .suita-level__head {
    font-size: clamp(1.1rem, 16 / 1024 * 100vw, 1.6rem);
  }
}

@media screen and (max-width: 599px) {
  .suita-level__head {
    font-size: min(11 / 375 * 100vw, 1.1rem);
  }
}

.suita-level__level {
  text-align: center;
  color: #fff;
}

.suita-lebvel__name {
  font-size: 1.33em;
  padding-left: 0.58em;
}

.suita-lebvel__name.-sm {
  letter-spacing: -0.05em;
}

.suita-level__img::before {
  padding-top: calc(170 / 440 * 100%);
}

.gaiheki-toyonaka__img2::before {
  padding-top: calc(204 / 440 * 100%);
}

.toyonaka__footer--img::before {
  padding-top: calc(193 / 440 * 100%);
}

/* 豊中市の外壁塗装ページ */
.page-column2__item .page__text.grid{
    display: grid;
}
.page-column2__item .page__text.grid.address{
    grid-template-columns:50px auto;
}
.page-column2__item .page__text.grid.access{
    grid-template-columns:115px auto;
}

/* お客様の声 */
.page-column3__item .gray {
    display: block;
    padding: 5px 0;
    color: gray;
}
.page-column3__item h3 {
    margin-top: 10px;
    line-height: 1.6em;
}


/*施工事例　スマホレイアウト変更*/
.other-works-text {
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 599px) {

  ul.archive__cats {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  li.archive__cat {
    /*width: 48%;*/
    width: 31%;
  }

  .br-sp {
    display: block;
  }
}