@charset "UTF-8";
/*
theme Name: PIALCA2026
Author: PIALCA2026
Description: 自作テーマ
version： 1.0.0
*/
/*=========================
# colors
=========================*/
html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  background: #FAF9F5;
  color: #383434;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-weight: 400;
  position: relative;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  overflow-y: auto;
}

@media (max-width: 767px) {
  body {
    font-size: 3.73832vw;
  }
}

body.is-checked {
  overflow-y: hidden;
}

.inner {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1036px;
    box-sizing: content-box !important;
  }
}

@media (max-width: 1024px) {
  .inner {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .inner {
    padding: 0 4.6729vw;
  }
}

p {
  margin-bottom: 30px;
}

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

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .pc2 {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}

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

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

.right {
  text-align: right;
}

.main {
  overflow: hidden;
  flex: 1;
  padding-top: 40px;
}

@media (max-width: 1024px) {
  .main {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .main {
    padding-top: 11.68224vw;
  }
}

.main-fc {
  padding-top: 100px;
}

@media (max-width: 1024px) {
  .main-fc {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .main-fc {
    padding-top: 11.68224vw;
  }
}

.fc-bg {
  background: #FFFBED;
}

.wrapper01 {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .wrapper01 {
    margin-left: auto;
    width: calc(100% - 355px);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .wrapper01 {
    width: 100%;
  }
}

.wrapper02 {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .wrapper02 {
    display: flex;
    justify-content: center;
    margin: 0 auto 10px;
    max-width: 1040px;
  }
}

.wrapper02 .inner {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .wrapper02 .inner {
    padding: 0 4.6729vw;
  }
}

@media (min-width: 768px) {
  .wrapper02-inner {
    width: 76%;
    margin-left: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .wrapper02-inner {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .wrapper02-inner {
    margin-bottom: 11.68224vw;
  }
}

a {
  color: #383434;
  transition: all 0.3s ease;
}

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

.fax {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.section-title01 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .section-title01 {
    margin-bottom: 11.68224vw;
  }
}

.section-title01 .en {
  font-size: 14px;
  letter-spacing: 0;
  color: #EBAB30;
  display: block;
}

@media (max-width: 767px) {
  .section-title01 .en {
    font-size: 3.27103vw;
  }
}

.section-title01 .jp {
  font-size: 24px;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .section-title01 .jp {
    font-size: 5.60748vw;
  }
}

.section-title02 {
  font-weight: 500;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .section-title02 {
    margin-bottom: 11.68224vw;
  }
}

.section-title02 .en {
  font-size: 14px;
  letter-spacing: 0;
  color: #EBAB30;
  display: block;
}

@media (max-width: 767px) {
  .section-title02 .en {
    font-size: 3.27103vw;
  }
}

.section-title02 .jp {
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.68;
}

@media (max-width: 767px) {
  .section-title02 .jp {
    font-size: 5.60748vw;
  }
}

.section-title03 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.30769;
  letter-spacing: 0.06em;
  margin-bottom: 70px;
  text-align: center;
}

@media (max-width: 767px) {
  .section-title03 {
    font-size: 6.07477vw;
    margin-bottom: 11.68224vw;
  }
}

.btn01 {
  display: block;
  width: fit-content;
  padding-right: 77px;
  position: relative;
}

@media (max-width: 767px) {
  .btn01 {
    font-size: 3.27103vw;
    padding-right: 12.85047vw;
  }
}

.btn01::before {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_pink02.svg) no-repeat center center/contain;
  width: 55px;
  height: 55px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .btn01::before {
    width: 9.34579vw;
    height: 9.34579vw;
  }
}

.btn02 {
  display: block;
  width: fit-content;
  padding-right: 77px;
  position: relative;
}

@media (max-width: 767px) {
  .btn02 {
    font-size: 3.27103vw;
    padding-right: 12.85047vw;
  }
}

.btn02::before {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_blue02.svg) no-repeat center center/contain;
  width: 55px;
  height: 55px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .btn02::before {
    width: 9.34579vw;
    height: 9.34579vw;
  }
}

.btn03 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #FF4343;
  border-radius: 8px;
  box-shadow: #AA1717 0 5px 0;
  padding: 13px 62px;
  width: fit-content;
  text-align: center;
}

@media (max-width: 767px) {
  .btn03 {
    font-size: 4.20561vw;
    padding: 3.03738vw 3.50467vw;
  }
}

/* header
--------------------------*/
.header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 131;
}

@media (max-width: 1024px) {
  .header {
    position: fixed;
    background: #fff;
    padding: 7px 0;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 1.63551vw 0;
  }
}

.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .inner .header-title {
  width: 31.54206vw;
  position: relative;
  z-index: 131;
}

@media (min-width: 768px) {
  .header .inner .header-title {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header .inner .header-title {
    display: block;
    width: 135px;
  }
}

.header .sidemenu {
  z-index: 120;
  left: 0;
  top: 0;
  bottom: 0;
  width: 355px;
  bottom: 0;
  position: fixed;
  padding: 40px 60px 40px 50px;
  background: #FAF9F5;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media (max-width: 1024px) {
  .header .sidemenu {
    display: none;
  }
}

.header .sidemenu:-webkit-scrollbar {
  display: none;
}

.header .sidemenu .header-title {
  width: 198px;
  margin-bottom: 45px;
}

.header .sidemenu .kyoten-name {
  font-weight: bold;
  color: #fff;
  background: #F59191;
  border-radius: 5px;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.header .sidemenu-nav {
  max-width: 245px;
  margin-bottom: 90px;
}

.header .sidemenu-nav li {
  cursor: pointer;
  border-bottom: 1px solid #E8E2D0;
}

.header .sidemenu-nav li:last-child {
  margin-bottom: 0;
}

.header .sidemenu-nav li.has-child a {
  position: relative;
  display: block;
  width: calc(100% - 60px);
}

.header .sidemenu-nav li.has-child a::before {
  position: absolute;
  content: "";
  background: transparent url(../img/plus.svg) no-repeat center center/contain;
  width: 11px;
  height: 11px;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.header .sidemenu-nav li.has-child.checked a::before {
  background-image: url(../img/minus.svg);
}

.header .sidemenu-nav li a {
  display: block;
  padding: 11.5px 0;
  font-weight: 500;
}

.header .sidemenu-nav li .child {
  display: none;
  padding-bottom: 25px;
}

.header .sidemenu-nav li .child-nav li {
  margin-bottom: 17px;
  border-bottom: none;
}

.header .sidemenu-nav li .child-nav li:last-child {
  margin-bottom: 0;
}

.header .sidemenu-nav li .child-nav li a {
  font-size: 14px;
  padding: 0;
  width: 100%;
  font-weight: 400;
}

.header .sidemenu-nav li .child-nav li a::before {
  display: none;
}

.header .sidemenu-nav li .child-nav li a:after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_pink.svg) no-repeat center center/contain;
  width: 5px;
  height: 9px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.header .sidemenu .side-tel {
  margin-bottom: 35px;
}

.header .sidemenu .side-tel-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.header .sidemenu .side-tel a {
  color: #E15B29;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.header .sidemenu .side-tel a img {
  width: 15px;
  margin-right: 4px;
}

.header .sidemenu .side-tel-time {
  font-size: 14px;
}

.header .sidemenu .side-contact li {
  margin-bottom: 15px;
}

.header .sidemenu .side-contact li:nth-child(2) a:before {
  background: #5DC1D0;
}

.header .sidemenu .side-contact li:last-child {
  margin-bottom: 0;
}

.header .sidemenu .side-contact li a {
  display: block;
  background: #fff;
  border: 1px solid #E3DDCC;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
  text-align: center;
  box-shadow: #F2EDE6 0 3px 6px;
  position: relative;
  overflow: hidden;
}

.header .sidemenu .side-contact li a::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #5DD078;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .navToggle {
    display: none;
  }
}

@media (max-width: 1024px) {
  .navToggle {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 601;
    text-align: center;
    right: 13px;
    width: 23px;
    height: 16px;
  }
}

@media (max-width: 767px) {
  .navToggle {
    right: 3.03738vw;
    width: 5.37383vw;
    height: 3.73832vw;
  }
}

.navToggle span {
  display: block;
  position: fixed;
  background: #DE717A;
  -webkit-transition: .35s ease;
  -moz-transition: .35s ease;
  transition: .35s ease;
  left: 50%;
  transform: translateX(-50%);
  z-index: 602;
  border-radius: 10px;
  width: 23px;
  height: 3px;
}

@media (max-width: 767px) {
  .navToggle span {
    width: 5.37383vw;
    height: 0.70093vw;
  }
}

.navToggle span:nth-child(1) {
  top: 0;
}

.navToggle span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.navToggle span:nth-child(3) {
  top: calc(100% - 3px);
}

.navToggle.is-checked {
  width: 22px;
  height: 22px;
}

@media (max-width: 767px) {
  .navToggle.is-checked {
    width: 5.14019vw;
    height: 5.14019vw;
  }
}

.navToggle.is-checked span:nth-of-type(1) {
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.navToggle.is-checked span:nth-of-type(2) {
  display: none;
}

.navToggle.is-checked span:nth-child(3) {
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.drawer-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 130;
  width: 100%;
  background: #F2EDE6;
  display: none;
  transition: .35s ease;
  overflow-y: auto;
  padding: 80px 0 100px;
}

@media (max-width: 767px) {
  .drawer-nav {
    padding: 18.69159vw 0 23.36449vw;
  }
}

.drawer-nav.is-checked {
  display: block;
}

.drawer-nav ul {
  max-width: 283px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .drawer-nav ul {
    max-width: 66.1215vw;
  }
}

.drawer-nav ul li {
  cursor: pointer;
  border-bottom: 1px solid #E8E2D0;
}

.drawer-nav ul li.has-child a {
  position: relative;
  display: block;
  width: calc(100% - 50px);
}

@media (max-width: 767px) {
  .drawer-nav ul li.has-child a {
    width: calc(100% - 11.6822429907vw);
  }
}

.drawer-nav ul li.has-child a::before {
  position: absolute;
  content: "";
  background: transparent url(../img/plus.svg) no-repeat center center/contain;
  width: 15px;
  height: 15px;
  right: -42px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

@media (max-width: 767px) {
  .drawer-nav ul li.has-child a::before {
    width: 3.50467vw;
    height: 3.50467vw;
    right: -9.81308vw;
  }
}

.drawer-nav ul li.has-child.checked a::before {
  background-image: url(../img/minus.svg);
}

.drawer-nav ul li a {
  display: block;
  padding: 15px 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .drawer-nav ul li a {
    padding: 3.50467vw 0;
  }
}

.drawer-nav ul li .child {
  display: none;
  padding: 10px 0 20px;
}

@media (max-width: 767px) {
  .drawer-nav ul li .child {
    padding: 2.33645vw 0 4.6729vw;
  }
}

.drawer-nav ul li .child-nav li {
  border-bottom: none;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .drawer-nav ul li .child-nav li {
    margin-bottom: 7.00935vw;
  }
}

.drawer-nav ul li .child-nav li:last-child {
  margin-bottom: 0;
}

.drawer-nav ul li .child-nav li a {
  font-size: 14px;
  width: 100%;
  padding: 0;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .drawer-nav ul li .child-nav li a {
    font-size: 3.27103vw;
    padding-left: 4.6729vw;
  }
}

.drawer-nav ul li .child-nav li a::before {
  display: none;
}

.drawer-nav ul li .child-nav li a::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_pink.svg) no-repeat center center/contain;
  width: 5px;
  height: 9px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .drawer-nav ul li .child-nav li a::after {
    width: 1.16822vw;
    height: 2.1028vw;
  }
}

/* header-fc
--------------------------*/
.header-fc {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 131;
  height: 100px;
}

@media (max-width: 1024px) {
  .header-fc {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .header-fc {
    height: 11.68224vw;
  }
}

.header-fc .inner {
  max-width: 1480px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-fc .header-left {
  display: flex;
  align-items: center;
}

.header-fc .header-title {
  width: 204px;
  margin-right: 24px;
}

@media (max-width: 1300px) {
  .header-fc .header-title {
    width: 140px;
    margin-right: 15px;
  }
}

@media (max-width: 1024px) {
  .header-fc .header-title {
    width: 135px;
    margin-right: 17.5px;
  }
}

@media (max-width: 767px) {
  .header-fc .header-title {
    width: 31.54206vw;
    margin-right: 4.08879vw;
  }
}

.header-fc-txt {
  font-size: 18px;
  font-weight: bold;
  color: #DE717A;
  padding: 8.5px 28.5px;
  border: 1px solid #DE717A;
  border-radius: 5px;
}

@media (max-width: 1300px) {
  .header-fc-txt {
    font-size: 16px;
    padding: 8.5px 20px;
  }
}

@media (max-width: 1024px) {
  .header-fc-txt {
    font-size: 13px;
    padding: 2px 26px;
  }
}

@media (max-width: 767px) {
  .header-fc-txt {
    font-size: 3.03738vw;
    padding: 0.46729vw 6.07477vw;
  }
}

@media (min-width: 768px) {
  .header-fc .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (max-width: 1024px) {
  .header-fc .header-right {
    display: none;
  }
}

@media (min-width: 768px) {
  .header-fc .header-nav-list {
    display: flex;
  }
}

.header-fc .header-nav-list li {
  margin-right: 50px;
}

@media (max-width: 1300px) {
  .header-fc .header-nav-list li {
    margin-right: 30px;
  }
}

.header-fc .header-nav-list li a {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 1300px) {
  .header-fc .header-nav-list li a {
    font-size: 16px;
  }
}

.header-fc .header-contact {
  display: block;
  background: #FF4343;
  color: #fff;
  border-radius: 8px;
  box-shadow: #AA1717 0 5px 0;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 62px;
}

@media (max-width: 1300px) {
  .header-fc .header-contact {
    font-size: 16px;
    padding: 14px 42px;
  }
}

/* fc-drawer-nav
-------------------------*/
.fc-drawer-nav ul li {
  border-bottom: none;
}

.fc-drawer-nav ul li a {
  text-align: center;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .fc-drawer-nav ul li a {
    font-size: 18px;
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .fc-drawer-nav ul li a {
    font-size: 4.20561vw;
    padding: 7.00935vw 0;
  }
}

.wp-pagenavi {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  margin: 0 12.5px;
  font-size: 17px;
  color: #8E8E8E;
  text-align: center;
}

.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  color: #DE717A;
}

.wp-pagenavi .current {
  color: #DE717A;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.wp-pagenavi .nextpostslink {
  transform: rotate(180deg);
}

/* footer-contact
----------------------------*/
.footer-contact {
  background: transparent url(../img/footer-contact-bg.png) no-repeat center center/cover;
  padding: 69px 0;
  position: relative;
}

@media (max-width: 767px) {
  .footer-contact {
    padding: pxtovw(96) 0;
  }
}

.footer-contact .footer-contact-inner {
  background: #fff;
  max-width: 909px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .footer-contact .footer-contact-inner {
    padding: 4% 4% 4% 9%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .footer-contact .footer-contact-inner {
    padding: 48px 72px 44px 112px;
  }
}

@media (max-width: 767px) {
  .footer-contact .footer-contact-inner {
    padding: pxtovw(91) pxtovw(60) pxtovw(84);
  }
}

@media (min-width: 768px) {
  .footer-contact .footer-contact-inner .footer-contact-left {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .footer-contact .footer-contact-inner .footer-contact-left {
    margin-bottom: pxtovw(67);
  }
}

.footer-contact .footer-contact-inner .footer-contact-left .footer-contact-title {
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .footer-contact .footer-contact-inner .footer-contact-left .footer-contact-title {
    margin-bottom: pxtovw(67);
  }
}

.footer-contact .footer-contact-inner .footer-contact-left .footer-contact-title .circle {
  top: 50%;
  left: -40px;
  transform: translate(0, -50%);
  z-index: 1;
}

@media (max-width: 767px) {
  .footer-contact .footer-contact-inner .footer-contact-left .footer-contact-title .circle {
    left: pxtovw(-30);
  }
}

.footer-contact .footer-contact-inner .footer-contact-left .footer-contact-title h2 {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .footer-contact .footer-contact-inner .footer-contact-left .footer-contact-title h2 {
    padding-left: pxtovw(30);
  }
}

.footer-contact .footer-contact-inner .footer-contact-left .footer-contact-title .en {
  font-family: 'butler';
  font-size: 17px;
  font-weight: 700;
  color: rgba(28, 28, 28, 0.25);
  line-height: 1;
}

@media (max-width: 767px) {
  .footer-contact .footer-contact-inner .footer-contact-left .footer-contact-title .en {
    font-size: pxtovw(24);
  }
}

.footer-contact .footer-contact-inner .footer-contact-left .footer-contact-title .jp {
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  font-size: 30px;
  display: block;
  line-height: 1;
}

@media (max-width: 767px) {
  .footer-contact .footer-contact-inner .footer-contact-left .footer-contact-title .jp {
    font-size: pxtovw(45);
  }
}

.footer-contact .footer-contact-inner .footer-contact-left .footer-contact-txt-1 {
  font-weight: 600;
  line-height: 1.5625;
  margin-bottom: 0;
}

.footer-contact .footer-contact-inner .footer-contact-right {
  text-align: center;
}

@media (min-width: 768px) {
  .footer-contact .footer-contact-inner .footer-contact-right {
    width: 49%;
  }
}

.footer-contact .footer-contact-inner .footer-contact-right .footer-contact-txt-2 {
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer-contact .footer-contact-inner .footer-contact-right .footer-contact-txt-2 {
    font-size: 18px;
    margin-bottom: 34px;
  }
}

@media (max-width: 767px) {
  .footer-contact .footer-contact-inner .footer-contact-right .footer-contact-txt-2 {
    margin-bottom: pxtovw(39);
  }
}

.footer-contact .footer-contact-inner .footer-contact-right .footer-contact-btn {
  background: #383434;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #383434;
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  width: fit-content;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .footer-contact .footer-contact-inner .footer-contact-right .footer-contact-btn {
    font-size: 19px;
    padding: 10px 50px 10px 98px;
  }
}

@media (min-width: 1200px) {
  .footer-contact .footer-contact-inner .footer-contact-right .footer-contact-btn {
    font-size: 21px;
    padding: 10px 60px 10px 108px;
  }
}

@media (max-width: 767px) {
  .footer-contact .footer-contact-inner .footer-contact-right .footer-contact-btn {
    font-size: pxtovw(32);
    padding: pxtovw(20) pxtovw(144) pxtovw(20) pxtovw(200);
  }
}

.footer-contact .footer-contact-inner .footer-contact-right .footer-contact-btn span {
  position: absolute;
  content: "";
  background: transparent url(../img/contact-icon.png) no-repeat center center/contain;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .footer-contact .footer-contact-inner .footer-contact-right .footer-contact-btn span {
    width: 30px;
    height: 27px;
    left: 60px;
  }
}

@media (max-width: 767px) {
  .footer-contact .footer-contact-inner .footer-contact-right .footer-contact-btn span {
    width: pxtovw(35);
    height: pxtovw(31);
    left: pxtovw(144);
  }
}

.footer-contact .footer-contact-inner .footer-contact-right .footer-contact-btn span img {
  vertical-align: middle;
}

.footer-contact .footer-contact-inner .footer-contact-right .footer-contact-btn:hover {
  background: #fff;
  color: #383434;
}

.footer-contact .footer-contact-inner .footer-contact-right .footer-contact-btn:hover span {
  background-image: url(../img/contact-icon-hover.png);
}

/* mv
-------------*/
.mv {
  margin-bottom: 160px;
  background: #FFD6D4;
  border-radius: 160px 0 0 15px;
  position: relative;
}

@media (max-width: 767px) {
  .mv {
    padding: 16.58879vw 0 18.92523vw;
    border-radius: 80px 0 0 30px;
    margin: 0 4.6729vw 58.41121vw;
  }
}

@media (max-width: 767px) {
  .mv:after {
    position: absolute;
    content: "";
    background: #FFD6D4;
    height: 100%;
    width: 4.6729vw;
    left: 100%;
    top: 0;
  }
}

.mv .inner {
  max-width: 1115px;
  position: relative;
}

@media (max-width: 1360px) {
  .mv .inner {
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mv .inner {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .mv .inner {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .mv-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .mv-inner {
    width: calc(479% / 1115 * 100);
  }
}

.mv-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .mv-title {
    margin-bottom: 4.6729vw;
  }
}

.mv-title span {
  display: block;
  width: fit-content;
  background: #fff;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 4.5px 13px;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media (max-width: 1360px) {
  .mv-title span {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .mv-title span {
    font-size: 8.41121vw;
    padding: 1.0514vw 3.03738vw;
    margin-bottom: 2.33645vw;
  }
}

.mv-title span:last-child {
  margin-bottom: 0;
}

.mv-txt {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.81818;
}

@media (max-width: 1360px) {
  .mv-txt {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .mv-txt {
    font-size: 3.73832vw;
    line-height: 1.8125;
    letter-spacing: 0.06em;
  }
}

.mv-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .mv-img {
    height: 789px;
    width: calc(610% / 1115 * 100);
  }
}

@media (max-width: 1360px) {
  .mv-img {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .mv-img {
    height: auto;
    margin-left: -4.6729vw;
    margin-right: -4.6729vw;
  }
}

@media (min-width: 768px) {
  .mv-img-inner {
    animation: scrollUp 25s linear infinite;
  }
}

@media (max-width: 767px) {
  .mv-img-inner {
    display: flex;
    gap: 2.33645vw;
    width: max-content;
    animation: scrollLeft 20s linear infinite;
  }
}

@media (max-width: 767px) {
  .mv-img-inner img {
    width: auto;
    height: 70.56075vw;
    flex-shrink: 0;
  }
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.mv-btn {
  width: fit-content;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

@media (max-width: 767px) {
  .mv-btn {
    width: calc(100% + 4.6728971963vw);
    line-height: 1.6;
  }
}

.mv-btn-inner span {
  display: block;
}

.mv-btn-inner span:nth-child(2) {
  position: relative;
}

@media (max-width: 767px) {
  .mv-btn-inner span:nth-child(2) {
    width: calc(100% + 4.6728971963vw);
  }
}

.mv-btn-inner span:nth-child(2)::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_pink03.svg) no-repeat center center/contain;
  width: 25px;
  height: 25px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .mv-btn-inner span:nth-child(2)::after {
    width: 4.6729vw;
    height: 4.6729vw;
  }
}

.mv-btn-contact {
  background: #DE717A;
  color: #fff;
  padding: 31px 33px 31px 40px;
}

@media (max-width: 1360px) {
  .mv-btn-contact {
    padding: 15px 15px 15px 20px;
  }
}

@media (max-width: 767px) {
  .mv-btn-contact {
    margin-bottom: 3.50467vw;
    padding: 4.6729vw 4.6729vw 4.6729vw 6.7757vw;
  }
}

.mv-btn-contact img {
  width: 83px;
  margin-right: 31px;
}

@media (max-width: 1360px) {
  .mv-btn-contact img {
    width: 50px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .mv-btn-contact img {
    width: 11.68224vw;
    margin-right: 3.97196vw;
  }
}

.mv-btn-contact .mv-btn-inner span:nth-child(1) {
  letter-spacing: 0;
  color: #F8F88B;
}

@media (max-width: 1360px) {
  .mv-btn-contact .mv-btn-inner span:nth-child(1) {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .mv-btn-contact .mv-btn-inner span:nth-child(1) {
    font-size: 3.03738vw;
  }
}

.mv-btn-contact .mv-btn-inner span:nth-child(2) {
  font-size: 25px;
}

@media (max-width: 1360px) {
  .mv-btn-contact .mv-btn-inner span:nth-child(2) {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .mv-btn-contact .mv-btn-inner span:nth-child(2) {
    font-size: 5.60748vw;
  }
}

.mv-btn-case {
  background: #fff;
  border: 1px solid #E3DDCC;
  padding: 30px 37px 30px 44px;
}

@media (max-width: 1360px) {
  .mv-btn-case {
    padding: 15px 15px 15px 20px;
  }
}

@media (max-width: 767px) {
  .mv-btn-case {
    padding: 3.73832vw 4.90654vw 3.73832vw 6.7757vw;
  }
}

.mv-btn-case img {
  width: 60px;
  margin-right: 38px;
}

@media (max-width: 1360px) {
  .mv-btn-case img {
    width: 40px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .mv-btn-case img {
    width: 10.28037vw;
    margin-right: 5.37383vw;
  }
}

.mv-btn-case .mv-btn-inner span:nth-child(1) {
  font-size: 14px;
  letter-spacing: 0;
  color: #EBAB30;
}

@media (max-width: 767px) {
  .mv-btn-case .mv-btn-inner span:nth-child(1) {
    font-size: 2.57009vw;
  }
}

.mv-btn-case .mv-btn-inner span:nth-child(2) {
  font-size: 20px;
  padding-right: 105px;
}

@media (max-width: 1360px) {
  .mv-btn-case .mv-btn-inner span:nth-child(2) {
    font-size: 16px;
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .mv-btn-case .mv-btn-inner span:nth-child(2) {
    font-size: 5.14019vw;
  }
}

.mv-btn-case .mv-btn-inner span:nth-child(2)::after {
  background-image: url(../img/arrow_r_orange.svg);
}

.mv-btn-wrapper {
  position: absolute;
  z-index: 2;
}

@media (min-width: 768px) {
  .mv-btn-wrapper {
    bottom: -70px;
    display: flex;
    gap: 40px;
  }
}

@media (max-width: 1360px) {
  .mv-btn-wrapper {
    gap: 20px;
    bottom: -46px;
  }
}

@media (max-width: 767px) {
  .mv-btn-wrapper {
    bottom: -32.71028vw;
  }
}

.mv .scroll {
  position: absolute;
  right: -23px;
  bottom: -100px;
}

@media (max-width: 1600px) {
  .mv .scroll {
    right: 0;
  }
}

@media (max-width: 1360px) {
  .mv .scroll {
    right: 10px;
    bottom: -130px;
  }
}

.mv .scroll-text {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  transform: rotate(90deg);
}

.mv .scroll-border {
  position: relative;
  top: 15px;
  width: 2px;
  height: 80px;
  background-color: #D6D1C7;
  overflow: hidden;
  margin: auto;
}

.mv .scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  background: #E15B29;
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}

@keyframes scrollbar {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(350%);
    transform: translateY(350%);
  }
}

/* top-service
--------------------------*/
.top-service {
  margin-bottom: 40px;
  margin-right: 25px;
  padding: 70px 0 112px;
  background: #F2EDE6;
  border-radius: 15px;
}

@media (max-width: 1024px) {
  .top-service {
    margin: 0 0 60px;
    padding: 60px 0 100px;
  }
}

@media (max-width: 767px) {
  .top-service {
    margin-bottom: 14.01869vw;
    padding: 14.01869vw 0 23.36449vw;
  }
}

.top-service .inner {
  max-width: 963px;
}

@media (max-width: 767px) {
  .top-service .inner {
    padding: 0 9.34579vw;
  }
}

.top-service-title {
  margin-bottom: 80px;
}

.top-service-list li {
  margin-bottom: 93px;
  position: relative;
}

@media (min-width: 768px) {
  .top-service-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-service-list li {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .top-service-list li {
    margin-bottom: 7.00935vw;
    padding: 11.68224vw 0 7.94393vw 7.00935vw;
    background: #fff;
    border-radius: 50px 0 0 10px;
  }
}

@media (min-width: 768px) {
  .top-service-list li:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .top-service-list li:nth-child(2n) {
    padding: 11.68224vw 7.00935vw 7.94393vw 0;
    border-radius: 0 50px 10px 0;
  }
}

.top-service-list li:nth-child(2n):after {
  border-radius: 5px 85px 5px 5px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-service-list li:nth-child(2n):after {
    border-radius: 5px 30px 5px 5px;
  }
}

@media (max-width: 767px) {
  .top-service-list li:nth-child(2n):after {
    left: auto;
    right: 100%;
    border-radius: 5px 0 0 5px;
  }
}

@media (min-width: 768px) {
  .top-service-list li:nth-child(2n) .top-service-list-inner {
    padding: 0 5.5% 0 0;
  }
}

.top-service-list li:last-child {
  margin-bottom: 0;
}

.top-service-list li:after {
  position: absolute;
  content: "";
  background: #fff;
  height: 100%;
}

@media (min-width: 768px) {
  .top-service-list li:after {
    border-radius: 85px 5px 5px 5px;
    width: calc(100% - 53px);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-service-list li:after {
    border-radius: 30px 5px 5px 5px;
  }
}

@media (max-width: 767px) {
  .top-service-list li:after {
    width: 9.34579vw;
    top: 0;
    left: 100%;
    border-radius: 0 5px 5px 0;
  }
}

.top-service-list-inner {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .top-service-list-inner {
    width: 45%;
    padding: 0 0 0 5.5%;
  }
}

.top-service-list-title {
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .top-service-list-title {
    margin-bottom: 7.00935vw;
  }
}

.top-service-list-title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #EBAB30;
  left: 0;
  bottom: -15px;
}

@media (max-width: 767px) {
  .top-service-list-title::after {
    width: 7.00935vw;
    bottom: -3.50467vw;
  }
}

.top-service-list-title .en {
  font-size: 14px;
  letter-spacing: 0;
  color: #EBAB30;
  display: block;
}

@media (max-width: 767px) {
  .top-service-list-title .en {
    font-size: 3.27103vw;
  }
}

.top-service-list-title .jp {
  font-size: 21px;
  line-height: 1.52381;
}

@media (max-width: 767px) {
  .top-service-list-title .jp {
    font-size: 4.90654vw;
  }
}

@media (max-width: 767px) {
  .top-service-list-txt {
    margin-bottom: 9.34579vw;
  }
}

.top-service-list-btn {
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-service-list-btn {
    margin-bottom: 5.84112vw;
  }
}

.top-service-list-img {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .top-service-list-img {
    width: 50%;
    top: -35px;
  }
}

.top-service-list-img img {
  border-radius: 5px;
}

/* top-pialca
--------------------------*/
.top-pialca {
  margin-bottom: 100px;
  margin-right: 25px;
  padding: 75px 0 80px;
  background: #D98B90;
  border-radius: 15px;
}

@media (max-width: 1024px) {
  .top-pialca {
    margin: 0 0 100px;
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .top-pialca {
    margin-bottom: 23.36449vw;
    padding: 21.02804vw 0;
  }
}

@media (max-width: 767px) {
  .top-pialca-title {
    margin-bottom: 9.34579vw;
  }
}

.top-pialca-title .en {
  color: #fff;
}

.top-pialca-title .jp {
  color: #fff;
}

.top-pialca-img {
  max-width: 394px;
  margin: 0 auto 60px;
}

@media (max-width: 767px) {
  .top-pialca-img {
    margin-bottom: 14.01869vw;
  }
}

.top-pialca-txt01 {
  font-size: 25px;
  line-height: 1.68;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
}

@media (min-width: 768px) {
  .top-pialca-txt01 {
    text-align: center;
  }
}

@media (max-width: 1360px) {
  .top-pialca-txt01 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .top-pialca-txt01 {
    font-size: 4.6729vw;
    line-height: 1.8;
    margin-bottom: 9.34579vw;
  }
}

.top-pialca-txt01 span {
  color: #F8F88B;
}

.top-pialca-list {
  max-width: 942px;
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .top-pialca-list {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .top-pialca-list {
    margin: 0 10.51402vw 7.00935vw;
  }
}

.top-pialca-list li {
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(69, 55, 55, 0.1) 0 3px 6px;
  text-align: center;
  padding: 0 10px 20px;
}

@media (min-width: 768px) {
  .top-pialca-list li {
    width: calc(33.333% - 5% * 2 / 3);
    margin-right: 5%;
  }
}

@media (max-width: 1360px) {
  .top-pialca-list li {
    width: calc(33.333% - 2% * 2 / 3);
    margin-right: 2%;
  }
}

@media (max-width: 767px) {
  .top-pialca-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6.07477vw;
    padding: 0 2.33645vw 4.6729vw;
  }
}

.top-pialca-list li:nth-child(3n) {
  margin-right: 0;
}

.top-pialca-list-title {
  background: #E15B29;
  color: #fff;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 1.5px 34px;
  width: fit-content;
  margin: 0 auto 15px;
}

@media (max-width: 767px) {
  .top-pialca-list-title {
    font-size: 3.27103vw;
    padding: 0.70093vw 7.94393vw;
    margin-bottom: 3.50467vw;
  }
}

.top-pialca-list-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-pialca-list-txt {
  color: #E15B29;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 1360px) {
  .top-pialca-list-txt {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .top-pialca-list-txt {
    font-size: 4.6729vw;
  }
}

.top-pialca-list-txt span {
  font-size: 60px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1;
  margin: 0 10px;
  font-family: "Jost", sans-serif;
}

@media (max-width: 1360px) {
  .top-pialca-list-txt span {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .top-pialca-list-txt span {
    font-size: 14.01869vw;
  }
}

.top-pialca-list-caution {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .top-pialca-list-caution {
    font-size: 2.80374vw;
    margin-top: 2.33645vw;
  }
}

.top-pialca-txt02 {
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .top-pialca-txt02 {
    text-align: center;
  }
}

/* top-case
--------------------------*/
.top-case {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .top-case {
    margin-bottom: 23.36449vw;
  }
}

.top-case .inner {
  padding-right: 0;
}

@media (max-width: 767px) {
  .top-case .inner {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .top-case-title {
    text-align: center;
  }
}

.top-case .top-works-list {
  flex-wrap: nowrap;
  margin-bottom: 0;
}

.top-case .top-works-list li {
  margin-bottom: 0;
}

.top-case .swiper-case {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .top-case .swiper-case {
    padding-bottom: 7.00935vw;
    margin-bottom: 9.34579vw;
  }
}

.top-case .swiper-case .swiper-button-prev,
.top-case .swiper-case .swiper-button-next {
  width: 35px;
  height: 69px;
  background: transparent url(../img/swiper_arrow.svg) no-repeat center center/contain;
}

.top-case .swiper-case .swiper-button-prev:after,
.top-case .swiper-case .swiper-button-next:after {
  display: none;
}

.top-case .swiper-case .swiper-button-prev {
  left: -6px;
  transform: rotate(-180deg);
}

.top-case .swiper-case .swiper-button-next {
  right: -7px;
}

.top-case .swiper-case .swiper-scrollbar {
  max-width: 21.02804vw;
  background-color: #D6D1C7;
  height: 4px;
  left: 4.6729vw;
}

@media (max-width: 767px) {
  .top-case .swiper-case .swiper-scrollbar {
    display: block;
    bottom: 0;
  }
}

.top-case .swiper-case .swiper-scrollbar-drag {
  background-color: #FF4343;
}

.top-case-btn {
  margin: 0 auto;
}

/* top-voice
--------------------------*/
.top-voice {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .top-voice {
    margin-bottom: 23.36449vw;
  }
}

.top-voice-wrapper {
  background: #89DDD5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .top-voice-wrapper {
    flex-direction: column;
    padding: 8.64486vw 2.33645vw 9.81308vw;
  }
}

.top-voice-wrapper::before {
  position: absolute;
  content: "";
  background: #B0E8E3;
  width: 100%;
  height: 45%;
  top: 0;
  left: 0;
}

.top-voice-wrapper:after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  border-radius: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.top-voice-inner {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .top-voice-inner {
    width: calc(616% / 1036 * 100);
    padding: 0 12px 0 38px;
  }
}

@media (max-width: 1450px) {
  .top-voice-inner {
    padding: 0 1% 0 3%;
  }
}

@media (max-width: 767px) {
  .top-voice-inner {
    padding: 0;
  }
}

.top-voice-title {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.65385;
  margin-bottom: 45px;
}

@media (max-width: 1450px) {
  .top-voice-title {
    font-size: 20px;
    margin-bottom: 5%;
  }
}

@media (max-width: 1220px) {
  .top-voice-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .top-voice-title {
    font-size: 4.6729vw;
    line-height: 1.65;
    font-weight: 500;
    margin-bottom: 9.34579vw;
    text-align: center;
  }
}

.top-voice-title span {
  font-size: 21px;
}

@media (max-width: 1450px) {
  .top-voice-title span {
    font-size: 16px;
  }
}

@media (max-width: 1220px) {
  .top-voice-title span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .top-voice-title span {
    font-size: 3.73832vw;
  }
}

.top-voice-txt {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 30px;
}

@media (max-width: 1450px) {
  .top-voice-txt {
    font-size: 16px;
    margin-bottom: 5%;
  }
}

@media (max-width: 1220px) {
  .top-voice-txt {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .top-voice-txt {
    text-align: center;
    font-size: 3.97196vw;
    margin-bottom: 4.6729vw;
  }
}

.top-voice-img {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .top-voice-img {
    width: calc(420% / 1036 * 100);
  }
}

@media (max-width: 767px) {
  .top-voice-img {
    margin: 0 2px 30px;
  }
}

@media (min-width: 768px) {
  .top-voice-btn.sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .top-voice-btn {
    margin-left: auto;
  }
}

@media (max-width: 1220px) {
  .top-voice-btn {
    padding-right: 55px;
  }
}

@media (max-width: 767px) {
  .top-voice-btn {
    z-index: 2;
  }
}

@media (max-width: 1220px) {
  .top-voice-btn:before {
    width: 40px;
    height: 40px;
  }
}

/* area
---------------------------*/
.area {
  border-radius: 15px;
  margin-right: 25px;
  margin-bottom: 100px;
  background: #fff;
  padding: 90px 0 100px;
}

@media (max-width: 1024px) {
  .area {
    margin: 0 0 100px;
  }
}

@media (max-width: 767px) {
  .area {
    margin-bottom: 23.36449vw;
    padding: 14.01869vw 0 18.69159vw;
  }
}

.area .inner {
  position: relative;
}

.area-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .area-title {
    margin: 0 4.6729vw 5.84112vw;
  }
}

@media (max-width: 767px) {
  .area-title .jp {
    font-size: 4.6729vw;
    line-height: 1.8;
  }
}

@media (min-width: 768px) {
  .area-txt {
    width: 50%;
    margin-bottom: 100px;
  }
}

@media (max-width: 1024px) {
  .area-txt {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .area-txt {
    width: calc(100% - 4.6728971963vw * 2);
    margin: 0 4.6729vw 4.20561vw;
  }
}

@media (min-width: 768px) {
  .area-map {
    position: absolute;
    width: calc(503% / 1038 * 100);
    right: 0;
    top: -70px;
  }
}

@media (max-width: 1400px) {
  .area-map {
    width: 50%;
    top: -50px;
  }
}

@media (max-width: 1300px) {
  .area-map {
    width: 55%;
    top: 50px;
  }
}

@media (max-width: 1024px) {
  .area-map {
    position: relative;
    width: 80%;
    top: 0;
    margin: 0 auto 30px;
  }
}

@media (max-width: 767px) {
  .area-map {
    width: calc(100% + 4.6728971963vw * 2);
    margin: 0 -4.6729vw 5.84112vw;
  }
}

.area-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .area-wrapper .area-item {
    width: calc(25% - 42px * 3 / 4);
    margin-right: 42px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1450px) {
  .area-wrapper .area-item {
    width: calc(25% - 15px * 3 / 4);
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .area-wrapper .area-item {
    width: calc(50% - 5.8411214953vw / 2);
    margin-right: 5.84112vw;
    margin-bottom: 4.6729vw;
  }
}

@media (max-width: 767px) {
  .area-wrapper .area-item:nth-child(2n) {
    margin-right: 0;
  }
}

.area-wrapper .area-item:nth-child(4n) {
  margin-right: 0;
}

.area-wrapper .area-item:nth-child(3) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .area-wrapper .area-item:nth-child(3) {
    width: calc(50% - 42px / 2);
  }
}

@media (max-width: 1450px) {
  .area-wrapper .area-item:nth-child(3) {
    width: calc(50% - 15px / 2);
  }
}

@media (max-width: 767px) {
  .area-wrapper .area-item:nth-child(3) {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .area-wrapper .area-item:nth-child(3) .col {
    width: calc(50% - 42px / 2);
  }
}

@media (max-width: 1450px) {
  .area-wrapper .area-item:nth-child(3) .col {
    width: calc(50% - 15px / 2);
  }
}

@media (max-width: 767px) {
  .area-wrapper .area-item:nth-child(3) .col {
    width: calc(50% - 5.8411214953vw / 2);
    margin-right: 5.84112vw;
  }
}

@media (max-width: 767px) {
  .area-wrapper .area-item:nth-child(3) .col:nth-child(2n) {
    margin-right: 0;
  }
}

.area-wrapper .area-item:nth-child(3) .col:last-child {
  margin-right: 0;
}

.area-item {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .area-item {
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .area-item.sp {
    display: block;
  }
}

.area-item-title {
  font-size: 12px;
  color: #A09264;
  font-weight: 500;
  padding-left: 19px;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .area-item-title {
    font-size: 3.27103vw;
    padding-left: 4.43925vw;
    margin-bottom: 2.33645vw;
  }
}

.area-item-title::before {
  position: absolute;
  content: "";
  background: transparent url(../img/pin_brown.svg) no-repeat center center/contain;
  width: 13px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .area-item-title::before {
    width: 3.03738vw;
    height: 3.73832vw;
  }
}

.area-item .col-space {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .area-item .col-space {
    font-size: 3.27103vw;
    margin-bottom: 2.33645vw;
  }
}

.area .df {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .area .df .col {
    width: calc(25% - 42px * 3 / 4);
    margin-right: 42px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1450px) {
  .area .df .col {
    width: calc(25% - 15px * 3 / 4);
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .area .df .col {
    width: calc(50% - 7.00935vw / 2);
    margin-right: 7.00935vw;
    margin-bottom: 4.6729vw;
  }
}

@media (max-width: 767px) {
  .area .df .col:nth-child(2n) {
    margin-right: 0;
  }
}

.area .df .col:nth-child(4n) {
  margin-right: 0;
}

.area a {
  background: #F7E9EA;
  display: block;
  border-radius: 7px;
  padding: 15px 29px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 500;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .area a {
    font-size: 14px;
    padding-left: 11px;
  }
}

@media (max-width: 767px) {
  .area a {
    font-size: 3.50467vw;
    padding: 3.50467vw 6.7757vw 3.50467vw 2.57009vw;
  }
}

.area a::before {
  position: absolute;
  content: "";
  background: #DE717A;
  width: 4px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.area a::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_pink.svg) no-repeat center center/contain;
  width: 6px;
  height: 10px;
  right: 17.5px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .area a::after {
    width: 1.63551vw;
    height: 2.57009vw;
    right: 3.50467vw;
  }
}

.area-office {
  background: #E1F8F8 !important;
}

.area-office:before {
  background: #67B7B3 !important;
}

.area-office:after {
  background-image: url(../img/arrow_r_green.svg) !important;
}

/* top-info
--------------------------*/
.top-info {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .top-info {
    margin-bottom: 20.3271vw;
  }
}

@media (max-width: 767px) {
  .top-info .inner {
    padding: 0 9.34579vw;
  }
}

@media (min-width: 768px) {
  .top-info-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .top-info-list li {
    margin-bottom: 21.02804vw;
  }
}

@media (min-width: 768px) {
  .top-info-list li:nth-child(1) .top-info-inner {
    width: calc(425% / 1036 * 100);
  }
}

@media (max-width: 767px) {
  .top-info-list li:nth-child(1) .top-info-img {
    margin-right: 2.1028vw;
    text-align: right;
  }
}

.top-info-list li:nth-child(1) .top-info-img img {
  max-width: 506px;
}

@media (min-width: 768px) {
  .top-info-list li:nth-child(1) .top-info-img img {
    position: relative;
    left: 30px;
  }
}

@media (max-width: 1400px) {
  .top-info-list li:nth-child(1) .top-info-img img {
    left: 40px;
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .top-info-list li:nth-child(1) .top-info-img img {
    left: auto;
    max-width: 67.28972vw;
  }
}

.top-info-list li:nth-child(1) .top-info-img:after {
  background: #F8D0CE;
  border-radius: 20px 0 0 20px;
  left: -60px;
}

@media (max-width: 1400px) {
  .top-info-list li:nth-child(1) .top-info-img:after {
    left: 10px;
  }
}

@media (max-width: 767px) {
  .top-info-list li:nth-child(1) .top-info-img:after {
    left: 0;
  }
}

@media (min-width: 768px) {
  .top-info-list li:nth-child(2) {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .top-info-list li:nth-child(2) .top-info-inner {
    width: calc(483% / 1036 * 100);
  }
}

@media (min-width: 768px) {
  .top-info-list li:nth-child(2) .top-info-txt {
    max-width: 429px;
  }
}

.top-info-list li:nth-child(2) .top-info-img img {
  max-width: 406px;
}

@media (max-width: 1400px) {
  .top-info-list li:nth-child(2) .top-info-img img {
    left: -40px;
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .top-info-list li:nth-child(2) .top-info-img img {
    left: 4.6729vw;
    max-width: 61.68224vw;
  }
}

.top-info-list li:nth-child(2) .top-info-img:after {
  background: #BBDFDA;
  border-radius: 0 20px 20px 0;
  right: -98px;
}

@media (max-width: 1400px) {
  .top-info-list li:nth-child(2) .top-info-img:after {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .top-info-list li:nth-child(2) .top-info-img:after {
    right: 0;
  }
}

.top-info-list li:last-child {
  margin-bottom: 0;
}

.top-info-inner {
  position: relative;
  z-index: 2;
}

.top-info-img {
  position: relative;
}

.top-info-img img {
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.top-info-img:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 85%;
  bottom: 0;
}

@media (max-width: 767px) {
  .top-info-img:after {
    width: 90.65421vw;
  }
}

@media (max-width: 767px) {
  .top-info-title {
    margin-bottom: 7.00935vw;
  }
}

.top-info-txt {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .top-info-txt {
    margin-bottom: 9.34579vw;
  }
}

@media (max-width: 767px) {
  .top-info-btn {
    margin-left: auto;
    margin-bottom: 9.34579vw;
  }
}

.top-info-sns {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .top-info-sns {
    margin-top: 9.34579vw;
    margin-bottom: 9.34579vw;
  }
}

.top-info-sns a {
  color: #A09264;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 23px;
  display: block;
  width: fit-content;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .top-info-sns a {
    font-size: 3.27103vw;
    padding-left: 5.37383vw;
    margin-bottom: 2.33645vw;
    text-align: right;
    margin-left: auto;
  }
}

.top-info-sns a::before {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_brown.svg) no-repeat center center/contain;
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .top-info-sns a::before {
    width: 2.33645vw;
    height: 2.33645vw;
  }
}

.top-info-sns a span {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.top-info-sns a:last-child {
  margin-bottom: 0;
}

/* top-column
--------------------------*/
.top-column {
  margin-bottom: 100px;
  margin-right: 25px;
  background: #F2EDE6;
  border-radius: 15px;
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .top-column {
    margin: 0 0 100px;
    padding: 60px 0 50px;
  }
}

@media (max-width: 767px) {
  .top-column {
    margin-bottom: 23.36449vw;
    padding: 14.01869vw 0 11.68224vw;
  }
}

.top-column-btn {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .top-column-list.sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .top-column-list li {
    width: calc(33.333% - 37px * 2 / 3);
    margin-right: 27px;
    margin-bottom: 0;
  }
}

.top-column-list li a {
  display: block;
  position: relative;
}

.top-column-list .column-list-title {
  font-size: 14px;
}

/* column
-----------------------*/
@media (min-width: 768px) {
  .column-list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .column-list li {
    width: calc(33.333% - 60px * 2 / 3);
    margin-right: 60px;
    margin-bottom: 70px;
  }
}

@media (max-width: 1300px) {
  .column-list li {
    width: calc(33.333% - 20px * 2 / 3);
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .column-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7.00935vw;
  }
}

.column-list li:nth-child(3n) {
  margin-right: 0;
}

.column-list-img {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .column-list-img {
    margin-bottom: 4.6729vw;
  }
}

.column-list-img:before {
  content: "";
  display: block;
  padding-top: calc(246% / 350 * 100);
}

@media (max-width: 767px) {
  .column-list-img:before {
    padding-top: calc(205% / 292 * 100);
  }
}

.column-list-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}

.column-list-category {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 10px;
}

@media (max-width: 767px) {
  .column-list-category {
    margin: -1.16822vw -1.16822vw 2.33645vw;
  }
}

.column-list-category li {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #D06B07;
  border: 1px solid #D06B07;
  padding: 3px 15px;
  border-radius: 27px;
  width: auto;
  margin: 5px;
}

@media (max-width: 767px) {
  .column-list-category li {
    font-size: 2.80374vw;
    padding: 0.70093vw 3.50467vw;
    margin: 1.16822vw;
  }
}

.column-list-title {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .column-list-title {
    font-size: 3.27103vw;
    margin-bottom: 1.16822vw;
  }
}

.column-list-date {
  font-size: 12px;
  color: #989898;
}

@media (max-width: 767px) {
  .column-list-date {
    font-size: 2.80374vw;
  }
}

/* top-news
--------------------------*/
.top-news {
  margin-bottom: 125px;
}

@media (max-width: 767px) {
  .top-news {
    margin-bottom: 26.86916vw;
  }
}

@media (min-width: 768px) {
  .top-news-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.top-news-title {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .top-news-title {
    width: calc(131% / 1036 * 100);
  }
}

@media (max-width: 767px) {
  .top-news-title {
    margin-bottom: 7.00935vw;
  }
}

@media (min-width: 768px) {
  .top-news-list {
    width: calc(814% / 1036 * 100);
  }
}

/* news-list
----------------------*/
.news-list li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .news-list li {
    margin-bottom: 5.84112vw;
  }
}

.news-list li:last-child {
  margin-bottom: 0;
}

.news-list li::before {
  position: absolute;
  content: "";
  background: #E8E2D0;
  width: 1px;
  height: 100%;
  left: 85px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .news-list li::before {
    left: 19.85981vw;
  }
}

@media (min-width: 768px) {
  .news-list-inner {
    display: flex;
    align-items: center;
  }
}

.news-list-category {
  color: #D06B07;
  font-size: 12px;
  font-weight: 500;
  padding-left: 14px;
  min-width: 105px;
  position: relative;
}

@media (max-width: 767px) {
  .news-list-category {
    font-size: 2.80374vw;
    padding-left: 3.27103vw;
    min-width: 24.53271vw;
  }
}

.news-list-category::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D06B07;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .news-list-category::before {
    width: 1.40187vw;
    height: 1.40187vw;
  }
}

.news-list-date {
  font-size: 14px;
  color: #989898;
}

@media (min-width: 768px) {
  .news-list-date {
    margin-right: 19px;
  }
}

@media (max-width: 767px) {
  .news-list-date {
    display: block;
    font-size: 3.03738vw;
    margin-bottom: 1.16822vw;
  }
}

.news-list-title {
  font-size: 14px;
  line-height: 1.78571;
}

@media (max-width: 767px) {
  .news-list-title {
    font-size: 3.27103vw;
  }
}

/* top-contact
---------------------------*/
.top-contact {
  margin-bottom: 90px;
  margin-right: 25px;
  background: #DE717A;
  border-radius: 15px;
  padding: 60px 0 89px;
}

@media (max-width: 1024px) {
  .top-contact {
    margin: 0 0 90px;
  }
}

@media (max-width: 767px) {
  .top-contact {
    margin-bottom: 28.03738vw;
    padding: 9.34579vw 4.6729vw 17.99065vw;
  }
}

.top-contact .inner {
  max-width: 817px;
}

.top-contact-title {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .top-contact-title {
    font-size: 22px;
    line-height: 1.63636;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .top-contact-title {
    font-size: 5.14019vw;
    margin: 0 -2.33645vw 10.51402vw;
  }
}

@media (min-width: 768px) {
  .top-contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .top-contact-tel {
    width: 50%;
    position: relative;
  }
}

@media (max-width: 767px) {
  .top-contact-tel {
    margin-bottom: 8.8785vw;
  }
}

@media (min-width: 768px) {
  .top-contact-tel:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 140%;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
  }
}

.top-contact-tel-title {
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .top-contact-tel-title {
    font-size: 3.27103vw;
  }
}

.top-contact-tel a {
  color: #fff;
  font-size: 52px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .top-contact-tel a {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .top-contact-tel a {
    font-size: 10.98131vw;
  }
}

.top-contact-tel a img {
  width: 23px;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .top-contact-tel a img {
    width: 5.14019vw;
    margin-right: 0.93458vw;
  }
}

.top-contact-tel-time {
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 6px 15px;
  margin-bottom: 0;
  max-width: 373px;
}

@media (max-width: 767px) {
  .top-contact-tel-time {
    font-size: 2.80374vw;
    padding: 1.86916vw 3.50467vw;
  }
}

@media (min-width: 768px) {
  .top-contact-list {
    width: calc(335% / 817 * 100);
  }
}

.top-contact-btn {
  display: block;
  border-radius: 5px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .top-contact-btn {
    margin-bottom: 4.6729vw;
  }
}

.top-contact-btn span {
  display: block;
  padding: 23px 50px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .top-contact-btn span {
    padding: 5.37383vw 11.68224vw;
  }
}

.top-contact-btn span::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  left: -11.5px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .top-contact-btn span::before {
    width: 5.37383vw;
    height: 5.37383vw;
    left: -2.68692vw;
  }
}

.top-contact-btn span::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .top-contact-btn span::after {
    width: 5.84112vw;
    height: 5.84112vw;
    right: 4.6729vw;
  }
}

.top-contact-btn:last-child {
  margin-bottom: 0;
}

.top-contact-line {
  background: #2FB74F;
}

.top-contact-line span:before {
  background: #2BD051;
}

.top-contact-line span:after {
  background: transparent url(../img/arrow_r_green02.svg) no-repeat center center/contain;
}

.top-contact-mail {
  background: #1EA9BE;
}

.top-contact-mail span:before {
  background: #35C2D8;
}

.top-contact-mail span:after {
  background: transparent url(../img/arrow_r_blue.svg) no-repeat center center/contain;
}

/* top-shop
---------------------------*/
.top-shop {
  margin-bottom: 100px;
}

.top-shop .inner {
  max-width: 1000px;
}

@media (min-width: 768px) {
  .top-shop-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-shop-wrapper.pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .top-shop-wrapper .top-shop-item {
    width: calc(25% - 42px * 3 / 4);
    margin-right: 42px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1450px) {
  .top-shop-wrapper .top-shop-item {
    width: calc(25% - 15px * 3 / 4);
    margin-right: 15px;
  }
}

@media (max-width: 1024px) {
  .top-shop-wrapper .top-shop-item {
    width: 100%;
    margin-right: 0;
  }
}

.top-shop-wrapper .top-shop-item:nth-child(4n) {
  margin-right: 0;
}

.top-shop-wrapper .top-shop-item:nth-child(3) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .top-shop-wrapper .top-shop-item:nth-child(3) {
    width: calc(50% - 42px / 2);
  }
}

@media (max-width: 1450px) {
  .top-shop-wrapper .top-shop-item:nth-child(3) {
    width: calc(50% - 15px / 2);
  }
}

@media (max-width: 1024px) {
  .top-shop-wrapper .top-shop-item:nth-child(3) {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .top-shop-wrapper .top-shop-item:nth-child(3) .col {
    width: calc(50% - 42px / 2);
  }
}

@media (max-width: 1450px) {
  .top-shop-wrapper .top-shop-item:nth-child(3) .col {
    width: calc(50% - 15px / 2);
  }
}

@media (max-width: 1024px) {
  .top-shop-wrapper .top-shop-item:nth-child(3) .col {
    width: 100%;
  }
}

.top-shop-wrapper .top-shop-item:nth-child(3) .col:last-child {
  margin-right: 0;
}

.top-shop-item {
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .top-shop-item {
    margin-bottom: 0;
    border-bottom: 1px solid #CBCBCB;
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .top-shop-item {
    padding: 4.6729vw 0;
  }
}

@media (max-width: 1024px) {
  .top-shop-item.sp {
    display: block;
  }
}

.top-shop-item:last-child {
  margin-bottom: 0;
}

.top-shop-item-title {
  font-size: 12px;
  color: #A09264;
  font-weight: 500;
  padding-left: 19px;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 1024px) {
  .top-shop-item-title {
    font-size: 16px;
    color: #383434;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    display: block;
  }
}

@media (max-width: 767px) {
  .top-shop-item-title {
    font-size: 3.73832vw;
  }
}

.top-shop-item-title::before {
  position: absolute;
  content: "";
  background: transparent url(../img/pin_brown.svg) no-repeat center center/contain;
  width: 13px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 1024px) {
  .top-shop-item-title::before {
    display: none;
  }
}

@media (max-width: 1024px) {
  .top-shop-item-title::after {
    position: absolute;
    content: "";
    background: transparent url(../img/plus.svg) no-repeat center center/contain;
    width: 17.5px;
    height: 17.5px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .top-shop-item-title::after {
    width: 4.08879vw;
    height: 4.08879vw;
    right: 4.6729vw;
  }
}

@media (max-width: 1024px) {
  .top-shop-item-title.checked::after {
    background-image: url(../img/minus.svg);
  }
}

@media (min-width: 768px) {
  .top-shop .df {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  .top-shop .df {
    padding-top: 30px;
    padding-bottom: 20px;
    display: none;
  }
}

@media (max-width: 767px) {
  .top-shop .df {
    padding-top: 7.00935vw;
    padding-bottom: 4.6729vw;
  }
}

@media (min-width: 768px) {
  .top-shop .df .col {
    width: calc(25% - 42px * 3 / 4);
    margin-right: 42px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1450px) {
  .top-shop .df .col {
    width: calc(25% - 15px * 3 / 4);
    margin-right: 15px;
  }
}

@media (max-width: 1024px) {
  .top-shop .df .col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .top-shop .df .col {
    margin-bottom: 2.33645vw;
  }
}

.top-shop .df .col:nth-child(4n) {
  margin-right: 0;
}

.top-shop a {
  background: #fff;
  display: block;
  border-radius: 7px;
  padding: 15px 29px;
  line-height: 1.4;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .top-shop a {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 17px 34px;
  }
}

@media (max-width: 767px) {
  .top-shop a {
    width: calc(100% - 9.4vw);
    padding: 3.97196vw 7.94393vw;
  }
}

.top-shop a::before {
  position: absolute;
  content: "";
  background: #DE717A;
  width: 4px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top-shop a::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_pink.svg) no-repeat center center/contain;
  width: 6px;
  height: 10px;
  right: 17.5px;
  top: 50%;
  transform: translateY(-50%);
}

.top-shop-office:before {
  background: #67B7B3 !important;
}

.top-shop-office:after {
  background-image: url(../img/arrow_r_green.svg) !important;
}

/* eyecatch-page
-----------------------------*/
.eyecatch-page {
  margin-right: 25px;
  margin-bottom: 70px;
}

@media (max-width: 1024px) {
  .eyecatch-page {
    margin-right: 0;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .eyecatch-page {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .eyecatch-page .inner {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .eyecatch-page .inner {
    padding: 0 30px;
  }
}

.eyecatch-page-img {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .eyecatch-page-img {
    margin-bottom: 3.50467vw;
  }
}

.eyecatch-page-img img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .eyecatch-page-img img {
    width: calc(887% / 1220 * 100);
  }
}

.eyecatch-page-img:after {
  position: absolute;
  content: "";
  background: #FFD6D4;
  width: calc(635% / 1220 * 100);
  height: calc(460% / 486 * 100);
  top: -40px;
  right: -25px;
}

@media (max-width: 1024px) {
  .eyecatch-page-img:after {
    right: -30px;
  }
}

@media (min-width: 768px) {
  .eyecatch-page-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #E8E2D0;
    padding-bottom: 10px;
  }
}

.eyecatch-page-head .page-title {
  font-size: 26px;
  font-weight: 500;
  color: #D15862;
  letter-spacing: 0.06em;
  line-height: 1.38462;
}

@media (min-width: 768px) {
  .eyecatch-page-head .page-title {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .eyecatch-page-head .page-title {
    font-size: 6.07477vw;
    margin-bottom: 3.50467vw;
    padding-bottom: 2.33645vw;
    border-bottom: 1px solid #E8E2D0;
  }
}

.eyecatch-page-head .breadcrumb {
  text-align: right;
  font-size: 12px;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .eyecatch-page-head .breadcrumb {
    width: 48%;
  }
}

/* about
----------------------------*/
.about {
  text-align: center;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .about {
    margin-bottom: 23.36449vw;
  }
}

.about-txt {
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.06em;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .about-txt {
    font-size: 4.20561vw;
    margin-bottom: 10.51402vw;
  }
}

.about-title {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .about-title {
    font-size: 4.6729vw;
    margin-bottom: 10.51402vw;
  }
}

.about-btn {
  display: flex;
  align-items: center;
  background: #BBDFDA;
  border-radius: 10px;
  overflow: hidden;
  max-width: 688px;
  margin: 0 auto;
  text-align: left;
}

.about-btn-img {
  width: calc(327% / 688 * 100);
}

.about-btn-right {
  width: calc(361% / 688 * 100);
}

.about-btn-right .en {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #67B7B3;
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .about-btn-right .en {
    font-size: 3.27103vw;
    margin-bottom: 1.16822vw;
  }
}

.about-btn-inner {
  width: fit-content;
  margin: 0 auto;
}

.about-btn-txt {
  padding-right: 77px;
  position: relative;
}

@media (max-width: 767px) {
  .about-btn-txt {
    padding-right: 9.34579vw;
    display: block;
  }
}

.about-btn-txt::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_blue02.svg) no-repeat center center/contain;
  width: 55px;
  height: 55px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 767px) {
  .about-btn-txt::after {
    width: 7.00935vw;
    height: 7.00935vw;
  }
}

/* strength
--------------------------*/
.strength {
  margin-bottom: 120px;
  margin-right: 25px;
  padding: 70px 0;
  background: #D98B90;
  color: #fff;
  border-radius: 15px;
}

@media (max-width: 1024px) {
  .strength {
    margin: 0 0 100px;
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .strength {
    margin-bottom: 23.36449vw;
    padding: 21.02804vw 0;
  }
}

.strength-title {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .strength-title {
    margin-bottom: 9.34579vw;
  }
}

.strength-title .en {
  color: #fff;
}

.strength-title .jp {
  color: #fff;
}

.strength-txt {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}

@media (max-width: 767px) {
  .strength-txt {
    font-size: 4.20561vw;
  }
}

.strength-img {
  max-width: 773px;
  margin: 0 auto;
}

/* support
--------------------------*/
.support {
  margin-bottom: 120px;
  margin-right: 25px;
  padding: 70px 0;
  background: #F2EDE6;
  border-radius: 15px;
}

@media (max-width: 1024px) {
  .support {
    margin: 0 0 100px;
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .support {
    margin-bottom: 23.36449vw;
    padding: 21.02804vw 0;
  }
}

.support-title {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .support-title {
    margin-bottom: 9.34579vw;
  }
}

@media (min-width: 768px) {
  .support-list {
    display: flex;
    justify-content: space-between;
  }
}

.support-item {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}

@media (min-width: 768px) {
  .support-item {
    width: calc(50% - 56px / 2);
    margin-right: 56px;
  }
}

@media (max-width: 1360px) {
  .support-item {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .support-item {
    width: 100%;
    margin-right: 0;
    padding: 9.34579vw 4.6729vw;
    margin-bottom: 10.51402vw;
  }
}

.support-item:nth-child(2n) {
  margin-right: 0;
}

.support-item-title {
  text-align: center;
  color: #E15B29;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (max-width: 1360px) {
  .support-item-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .support-item-title {
    font-size: 5.60748vw;
    margin-bottom: 4.6729vw;
  }
}

.support-item-img {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .support-item-img {
    margin-bottom: 3.50467vw;
  }
}

.support-item ul li {
  position: relative;
  padding-left: 21px;
}

@media (max-width: 767px) {
  .support-item ul li {
    padding-left: 4.90654vw;
  }
}

.support-item ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E15B29;
  left: 0;
  top: 12px;
}

@media (max-width: 767px) {
  .support-item ul li::before {
    width: 1.40187vw;
    height: 1.40187vw;
    top: 2.80374vw;
  }
}

.support-item-txt {
  margin-bottom: 0;
}

.support-item-txt span {
  color: #E15B29;
  font-weight: bold;
}

/* community
--------------------*/
.community {
  padding-bottom: 120px;
  margin-right: 25px;
  margin-bottom: 70px;
  position: relative;
}

@media (max-width: 1024px) {
  .community {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .community {
    padding-bottom: 16.35514vw;
    margin-bottom: 16.35514vw;
  }
}

.community:after {
  position: absolute;
  content: "";
  background: #E8E2D0;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

.community-title {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .community-title {
    margin-bottom: 9.34579vw;
  }
}

@media (min-width: 768px) {
  .community-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .community-inner {
    width: 50%;
  }
}

.community-subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #E15B29;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .community-subtitle {
    font-size: 5.60748vw;
    margin-bottom: 3.50467vw;
  }
}

.community-txt {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .community-txt {
    margin-bottom: 7.00935vw;
  }
}

@media (max-width: 767px) {
  .community-btn {
    width: fit-content;
    margin-left: auto;
    margin-bottom: 7.00935vw;
  }
}

.community-btn a {
  display: block;
  width: fit-content;
  padding-left: 23px;
  margin-bottom: 10px;
  position: relative;
}

.community-btn a::before {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_brown.svg) no-repeat center center/contain;
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .community-btn a::before {
    width: 2.33645vw;
    height: 2.33645vw;
  }
}

.community-btn a span {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  color: #A09264;
  text-underline-offset: 2px;
}

@media (min-width: 768px) {
  .community-img {
    width: calc(450% / 1036 * 100);
  }
}

/* company
--------------------*/
.company {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .company {
    margin-bottom: 23.36449vw;
  }
}

.company .inner {
  max-width: 900px;
}

.company-title {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .company-title {
    margin-bottom: 9.34579vw;
  }
}

.company-table table {
  width: 100%;
  border-top: 1px solid #E8E2D0;
  border-collapse: collapse;
}

.company-table table tr td {
  border-bottom: 1px solid #E8E2D0;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .company-table table tr td {
    padding: 3.50467vw 2.33645vw;
  }
}

.company-table table tr td:nth-child(1) {
  font-weight: 500;
  color: #908A8A;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .company-table table tr td:nth-child(1) {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .company-table table tr td:nth-child(2) {
    padding-top: 1.16822vw;
  }
}

@media (max-width: 767px) {
  .company-table table tr td {
    display: block;
    width: 100%;
  }
}

.company-list li {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .company-list li {
    margin-bottom: 4.6729vw;
  }
}

.company-list li:last-child {
  margin-bottom: 0;
}

.company-list-head {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .company-list-head {
    flex-wrap: wrap;
    margin-bottom: 1.16822vw;
  }
}

.company-list-name {
  font-weight: 500;
  color: #E15B29;
  margin-right: 20px;
}

.company-list-map {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  background: #DE717A;
  color: #fff;
  border-radius: 14px;
  padding: 2px 30px 2px 13px;
  position: relative;
}

.company-list-map::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ex_white.svg) no-repeat center center/contain;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}

.company-list-address {
  margin-bottom: 0;
}

/* access
--------------------------*/
.access {
  margin-bottom: 120px;
  margin-right: 25px;
  padding: 70px 0;
  background: #fff;
  border-radius: 15px;
}

@media (max-width: 1024px) {
  .access {
    margin: 0 0 100px;
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .access {
    margin-bottom: 23.36449vw;
    padding: 21.02804vw 0;
  }
}

.access-map {
  position: relative;
  width: 100%;
  padding-top: calc(508% / 1036 * 100);
  height: 0;
  margin-bottom: 20px;
}

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

.access-title {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .access-title {
    margin-bottom: 9.34579vw;
  }
}

.access-subtitle {
  color: #E15B29;
  font-weight: 500;
}

/* interview-nav 
--------------------------*/
.interview-nav {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .interview-nav {
    margin-bottom: 23.36449vw;
  }
}

.interview-nav-title {
  color: #E15B29;
  font-size: 20px;
  font-weight: 500;
  padding-left: 16px;
  line-height: 1.4;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .interview-nav-title {
    font-size: 4.6729vw;
    padding-left: 3.73832vw;
    margin-bottom: 5.84112vw;
  }
}

.interview-nav-title::before {
  position: absolute;
  content: "";
  background: #E15B29;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 11px;
  left: 0;
}

@media (max-width: 767px) {
  .interview-nav-title::before {
    width: 1.40187vw;
    height: 1.40187vw;
    top: 2.57009vw;
  }
}

@media (min-width: 768px) {
  .interview-nav-list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .interview-nav-list {
    margin: 0 4.6729vw;
  }
}

@media (min-width: 768px) {
  .interview-nav-list li {
    width: calc(33.333% - 46px * 2 / 3);
    margin-right: 46px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interview-nav-list li {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .interview-nav-list li {
    margin-bottom: 3.50467vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interview-nav-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.interview-nav-list li:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interview-nav-list li:nth-child(3n) {
    margin-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interview-nav-list li:nth-child(6n) {
    margin-right: 0;
  }
}

.interview-nav-list li a {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8E2D0;
}

@media (max-width: 767px) {
  .interview-nav-list li a {
    padding-bottom: 3.50467vw;
  }
}

.interview-nav-list li a span {
  display: block;
  font-weight: 500;
  padding-right: 13px;
}

@media (max-width: 767px) {
  .interview-nav-list li a span {
    padding-right: 3.03738vw;
  }
}

/* interview-profile
--------------------------*/
.interview-profile {
  margin-bottom: 120px;
  margin-right: 25px;
  padding: 50px 0;
  background: #F2EDE6;
  border-radius: 15px;
}

@media (max-width: 1024px) {
  .interview-profile {
    margin: 0 0 100px;
  }
}

@media (max-width: 767px) {
  .interview-profile {
    margin-bottom: 23.36449vw;
    padding: 18.69159vw 0;
  }
}

.interview-profile-title {
  color: #E15B29;
  font-size: 20px;
  font-weight: 500;
  padding-left: 16px;
  line-height: 1.4;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .interview-profile-title {
    font-size: 4.6729vw;
    padding-left: 3.73832vw;
    margin-bottom: 5.84112vw;
  }
}

.interview-profile-title::before {
  position: absolute;
  content: "";
  background: #E15B29;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 11px;
  left: 0;
}

@media (max-width: 767px) {
  .interview-profile-title::before {
    width: 1.40187vw;
    height: 1.40187vw;
    top: 2.57009vw;
  }
}

@media (min-width: 768px) {
  .interview-profile-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .interview-profile-img {
    width: calc(482% / 1036 * 100);
  }
}

@media (max-width: 767px) {
  .interview-profile-img {
    margin-bottom: 3.50467vw;
  }
}

.interview-profile-img img {
  border-radius: 10px;
}

@media (min-width: 768px) {
  .interview-profile-inner {
    width: 50%;
  }
}

.interview-profile-name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .interview-profile-name {
    font-size: 5.14019vw;
    margin-bottom: 2.33645vw;
  }
}

.interview-profile-txt {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .interview-profile-txt {
    margin-bottom: 7.00935vw;
  }
}

.interview-profile-btn a {
  color: #A09264;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 23px;
  display: block;
  width: fit-content;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .interview-profile-btn a {
    font-size: 3.27103vw;
    padding-left: 5.37383vw;
    margin-bottom: 2.33645vw;
    text-align: right;
    margin-left: auto;
  }
}

.interview-profile-btn a::before {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_brown.svg) no-repeat center center/contain;
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .interview-profile-btn a::before {
    width: 2.33645vw;
    height: 2.33645vw;
  }
}

.interview-profile-btn a span {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.interview-profile-btn a:last-child {
  margin-bottom: 0;
}

/* interview
--------------------------*/
.interview {
  margin-bottom: 120px;
  margin-right: 25px;
  padding: 120px 0;
  background: #fff;
  border-radius: 160px 15px 15px 15px;
}

@media (max-width: 1024px) {
  .interview {
    margin: 0 0 100px;
  }
}

@media (max-width: 767px) {
  .interview {
    margin-bottom: 23.36449vw;
    padding: 18.69159vw 0;
    border-radius: 50px 15px 15px 15px;
  }
}

.interview-list li {
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .interview-list li {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .interview-list li {
    margin-top: -15vw;
    padding-top: 15vw;
    margin-bottom: 16.35514vw;
  }
}

.interview-list li:last-child {
  margin-bottom: 0;
}

.interview-list-title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #E8E2D0;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .interview-list-title {
    font-size: 5.14019vw;
    padding-bottom: 3.50467vw;
    margin-bottom: 7.00935vw;
  }
}

.interview-list-title-talk {
  color: #E15B29;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  width: fit-content;
  display: inline-block;
  margin-left: 12px;
  margin-right: 64px;
  position: relative;
}

@media (max-width: 767px) {
  .interview-list-title-talk {
    font-size: 3.27103vw;
    margin-left: 2.80374vw;
    margin-right: 7.00935vw;
  }
}

.interview-list-title-talk span {
  display: block;
  font-size: 28px;
}

@media (max-width: 767px) {
  .interview-list-title-talk span {
    font-size: 6.54206vw;
  }
}

.interview-list-title-talk:after {
  position: absolute;
  content: "";
  background: #E15B29;
  width: 1px;
  height: 95%;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}

@media (max-width: 767px) {
  .interview-list-title-talk:after {
    right: -3.50467vw;
  }
}

@media (min-width: 768px) {
  .interview-list-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .interview-list-img {
    width: calc(400% / 1036 * 100);
  }
}

@media (max-width: 767px) {
  .interview-list-img {
    margin-bottom: 3.50467vw;
  }
}

.interview-list-img img {
  border-radius: 5px;
}

@media (min-width: 768px) {
  .interview-list-inner {
    width: calc(583% / 1036 * 100);
  }
}

.interview-list-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77778;
  color: #E15B29;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .interview-list-subtitle {
    font-size: 4.20561vw;
    margin-bottom: 4.6729vw;
  }
}

.interview-list-txt {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .interview-list-txt {
    margin-bottom: 10.51402vw;
  }
}

.interview-list-txt:last-child {
  margin-bottom: 0;
}

/* service-nav 
--------------------------*/
.service-nav {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .service-nav {
    margin-bottom: 23.36449vw;
  }
}

@media (min-width: 768px) {
  .service-nav-list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .service-nav-list li {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .service-nav-list li {
    margin-bottom: 3.50467vw;
  }
}

.service-nav-list li a {
  background: #fff;
  color: #D06B07;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 16px 70px 16px 30px;
  border-radius: 33px;
  position: relative;
}

@media (max-width: 767px) {
  .service-nav-list li a {
    font-size: 4.20561vw;
    padding: 3.73832vw 16.35514vw 3.73832vw 7.00935vw;
  }
}

.service-nav-list li a::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_d_orange.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .service-nav-list li a::after {
    width: 4.20561vw;
    height: 4.20561vw;
    right: 3.50467vw;
  }
}

/* service
--------------------------*/
.service {
  margin-bottom: 120px;
  margin-right: 25px;
}

@media (max-width: 1024px) {
  .service {
    margin: 0 0 100px;
  }
}

@media (max-width: 767px) {
  .service {
    margin-bottom: 23.36449vw;
  }
}

.service-list li {
  margin-bottom: 70px;
  background: #fff;
  border-radius: 15px;
  padding: 40px 0 70px;
}

@media (max-width: 767px) {
  .service-list li {
    margin-bottom: 10.51402vw;
    padding: 7.00935vw 0;
  }
}

.service-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .service-list-line {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .service-list-line {
    margin-top: -15vw;
    padding-top: 15vw;
  }
}

.service-list-title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #E8E2D0;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .service-list-title {
    font-size: 5.14019vw;
    padding-bottom: 3.50467vw;
    margin-bottom: 7.00935vw;
  }
}

.service-list-title-talk {
  color: #E15B29;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  width: fit-content;
  display: inline-block;
  margin-left: 12px;
  margin-right: 64px;
  position: relative;
}

@media (max-width: 767px) {
  .service-list-title-talk {
    font-size: 3.27103vw;
    margin-left: 2.80374vw;
    margin-right: 7.00935vw;
  }
}

.service-list-title-talk span {
  display: block;
  font-size: 28px;
}

@media (max-width: 767px) {
  .service-list-title-talk span {
    font-size: 6.54206vw;
  }
}

.service-list-title-talk:after {
  position: absolute;
  content: "";
  background: #E15B29;
  width: 1px;
  height: 95%;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}

@media (max-width: 767px) {
  .service-list-title-talk:after {
    right: -3.50467vw;
  }
}

.service-list-wrapper {
  display: flex;
}

@media (min-width: 768px) {
  .service-list-wrapper {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .service-list-wrapper {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .service-list-img {
    width: calc(400% / 1036 * 100);
  }
}

@media (max-width: 767px) {
  .service-list-img {
    margin-bottom: 3.50467vw;
  }
}

.service-list-img img {
  border-radius: 5px;
}

@media (min-width: 768px) {
  .service-list-inner {
    width: calc(583% / 1036 * 100);
  }
}

@media (max-width: 767px) {
  .service-list .btn01 {
    margin-left: auto;
  }
}

.service-list-subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.77778;
  color: #E15B29;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .service-list-subtitle {
    font-size: 5.60748vw;
    margin-bottom: 4.6729vw;
  }
}

.service-list-txt {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .service-list-txt {
    margin-bottom: 10.51402vw;
  }
}

.service-list-txt:last-child {
  margin-bottom: 0;
}

/* eyecatch-service
----------------------------*/
.breadcrumb-service {
  font-size: 12px;
  letter-spacing: 0;
  text-align: right;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .breadcrumb-service {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-service {
    font-size: 10px;
    margin-bottom: 7.00935vw;
  }
}

.breadcrumb-service .inner {
  max-width: 100%;
}

@media (min-width: 768px) {
  .breadcrumb-service .inner {
    padding: 0 25px;
  }
}

.breadcrumb-service a {
  text-decoration: underline;
}

.eyecatch-service {
  margin-bottom: 70px;
  margin-right: 25px;
  position: relative;
}

@media (max-width: 1024px) {
  .eyecatch-service {
    margin: 0 30px 70px;
  }
}

@media (max-width: 767px) {
  .eyecatch-service {
    margin: 0 4.6729vw 16.35514vw;
  }
}

.eyecatch-service-img {
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .eyecatch-service-img::before {
    content: "";
    display: block;
    padding-top: calc(243 / 388 * 100%);
  }
}

.eyecatch-service-img img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .eyecatch-service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
  }
}

.eyecatch-service .page-title {
  position: absolute;
  background: #fff;
  color: #D15862;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-radius: 10px 0 8px 0;
  padding: 10px 50px;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .eyecatch-service .page-title {
    font-size: 3.97196vw;
    padding: 1.16822vw 3.97196vw;
  }
}

.eyecatch-service .page-title::before {
  position: absolute;
  content: "";
  background: transparent url(../img/curve.svg) no-repeat center center/contain;
  width: 10px;
  height: 10px;
  top: 0;
  left: 100%;
}

@media (max-width: 767px) {
  .eyecatch-service .page-title::before {
    width: 2.33645vw;
    height: 2.33645vw;
  }
}

.eyecatch-service .page-title::after {
  position: absolute;
  content: "";
  background: transparent url(../img/curve.svg) no-repeat center center/contain;
  width: 10px;
  height: 10px;
  top: 100%;
  left: 0;
}

.eyecatch-service-head {
  background: #DE717A;
  border-radius: 8px;
  text-align: center;
  padding: 35px 30px 40px;
  position: relative;
  margin-top: -200px;
}

@media (max-width: 1300px) {
  .eyecatch-service-head {
    padding: 30px 15px;
    margin-top: -5%;
  }
}

@media (max-width: 767px) {
  .eyecatch-service-head {
    padding: 4.6729vw 3.50467vw;
    max-width: 74.29907vw;
    margin: -12vw auto 0;
  }
}

.eyecatch-service-head-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}

@media (max-width: 1300px) {
  .eyecatch-service-head-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .eyecatch-service-head-title {
    font-size: 4.20561vw;
    line-height: 1.61111;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .eyecatch-service-head-list {
    display: flex;
    justify-content: center;
  }
}

.eyecatch-service-head-list li {
  position: relative;
}

@media (min-width: 768px) {
  .eyecatch-service-head-list li {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .eyecatch-service-head-list li {
    padding: 4.6729vw 3.50467vw;
  }
}

.eyecatch-service-head-list li:last-child::after {
  display: none;
}

.eyecatch-service-head-list li:after {
  position: absolute;
  content: "";
}

@media (min-width: 768px) {
  .eyecatch-service-head-list li:after {
    border-right: 1px dashed #fff;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
  }
}

@media (max-width: 767px) {
  .eyecatch-service-head-list li:after {
    border-bottom: 1px dashed #fff;
    width: 52.57009vw;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.eyecatch-service-head-list-title {
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  border-radius: 17px;
  padding: 2px 40px;
  line-height: 1.4;
  color: #DE717A;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .eyecatch-service-head-list-title {
    font-size: 16px;
    padding: 2px 30px;
  }
}

@media (max-width: 767px) {
  .eyecatch-service-head-list-title {
    font-size: 3.50467vw;
    padding: 1.16822vw 9.34579vw;
    margin-bottom: 1.16822vw;
  }
}

.eyecatch-service-head-list-number {
  color: #F8F88B;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1300px) {
  .eyecatch-service-head-list-number {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .eyecatch-service-head-list-number {
    font-size: 4.90654vw;
  }
}

.eyecatch-service-head-list-number::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  background: #D35C66;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  z-index: 1;
}

@media (max-width: 1300px) {
  .eyecatch-service-head-list-number::after {
    height: 8px;
  }
}

@media (max-width: 767px) {
  .eyecatch-service-head-list-number::after {
    height: 3.50467vw;
    bottom: 0.70093vw;
  }
}

.eyecatch-service-head-list-number-inner {
  position: relative;
  z-index: 2;
}

.eyecatch-service-head-list-number-inner span {
  font-size: 58px;
  letter-spacing: 0;
  margin-right: 5px;
}

@media (max-width: 1300px) {
  .eyecatch-service-head-list-number-inner span {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .eyecatch-service-head-list-number-inner span {
    font-size: 12.38318vw;
    margin-right: 1.63551vw;
  }
}

.eyecatch-service-head-list-caution {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}

/* service-about
----------------------------*/
.service-about {
  text-align: center;
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.06em;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .service-about {
    font-size: 4.6729vw;
    line-height: 1.8;
    margin-bottom: 16.35514vw;
  }
}

/* service-estimate
-----------------------*/
.service-estimate {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .service-estimate {
    margin-bottom: 23.36449vw;
  }
}

.service-estimate-bg {
  background: #fff;
  border: 1px solid #E8E2D0;
  border-radius: 8px;
  text-align: center;
  padding: 0 50px 50px;
}

@media (max-width: 1300px) {
  .service-estimate-bg {
    padding: 0 30px 50px;
  }
}

@media (max-width: 767px) {
  .service-estimate-bg {
    padding: 0 4.6729vw 7.00935vw;
  }
}

.service-estimate-title {
  color: #fff;
  background: #DE717A;
  font-weight: bold;
  font-size: 18px;
  border-radius: 22px;
  width: fit-content;
  margin: -18px auto 20px;
  padding: 1px 30px;
}

@media (max-width: 767px) {
  .service-estimate-title {
    font-size: 3.50467vw;
    margin: -4.6729vw auto 4.6729vw;
    padding: 0.70093vw 7.00935vw;
  }
}

.service-estimate-price {
  color: #E15B29;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .service-estimate-price {
    font-size: 5.37383vw;
    margin-bottom: 3.50467vw;
  }
}

.service-estimate-price .number {
  font-size: 50px;
  letter-spacing: 0;
  margin: 0 5px;
}

@media (max-width: 1300px) {
  .service-estimate-price .number {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .service-estimate-price .number {
    font-size: 11.68224vw;
    margin: 0 1.16822vw;
  }
}

.service-estimate-pink {
  background: #DE717A;
  color: #fff;
  border-radius: 5px;
  padding: 13px 30px;
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .service-estimate-pink {
    font-size: 4.20561vw;
    line-height: 1.66667;
    padding: 2.33645vw 7.00935vw;
    margin-bottom: 7.00935vw;
  }
}

.service-estimate-works {
  border-top: 1px solid #DE717A;
  border-bottom: 1px solid #DE717A;
  padding: 15px 15px 20px;
}

@media (max-width: 767px) {
  .service-estimate-works {
    padding: 3.50467vw 3.50467vw 4.6729vw;
  }
}

.service-estimate-works-title {
  font-weight: 500;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .service-estimate-works-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -10px auto;
  }
}

@media (max-width: 767px) {
  .service-estimate-works-list {
    width: fit-content;
    margin: 0 auto;
  }
}

.service-estimate-works-list li {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #EF9339;
  border-radius: 24px;
  padding: 6px 20px 6px 55px;
  margin: 10px 7.5px;
  position: relative;
}

@media (max-width: 767px) {
  .service-estimate-works-list li {
    font-size: 4.20561vw;
    padding: 1.40187vw 4.6729vw 1.40187vw 12.85047vw;
    margin: 2.33645vw 1.75234vw;
  }
}

.service-estimate-works-list li::before {
  position: absolute;
  content: "";
  background: transparent url(../img/check.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

@media (max-width: 767px) {
  .service-estimate-works-list li::before {
    width: 5.60748vw;
    height: 5.60748vw;
    left: 4.6729vw;
  }
}

.service-estimate-caution {
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .service-estimate-caution {
    margin-top: 7.00935vw;
  }
}

.service-estimate-caution a {
  color: #FF4343;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* service-contact
-----------------------*/
.service-contact {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .service-contact {
    margin-bottom: 23.36449vw;
  }
}

.service-contact-bg {
  background: #DE717A;
  border: 1px solid #DE717A;
  border-radius: 15px;
  text-align: center;
  overflow: hidden;
}

.service-contact-fukidashi {
  background: #fff;
  color: #DE717A;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: bold;
  border-radius: 15px 15px 0 0;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 1300px) {
  .service-contact-fukidashi {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .service-contact-fukidashi {
    font-size: 4.6729vw;
    padding: 3.50467vw 2.33645vw;
    margin-bottom: 7.00935vw;
  }
}

.service-contact-fukidashi:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}

.service-contact-inner {
  background: #DE717A;
  padding: 0 30px 30px;
}

@media (max-width: 1300px) {
  .service-contact-inner {
    padding: 0 15px 30px;
  }
}

@media (max-width: 767px) {
  .service-contact-inner {
    padding: 0 4.6729vw 7.00935vw;
  }
}

.service-contact-title {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media (max-width: 1300px) {
  .service-contact-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .service-contact-title {
    font-size: 4.6729vw;
    line-height: 1.4;
    margin-bottom: 7.00935vw;
  }
}

.service-contact-title span {
  color: #F8F88B;
}

.service-contact-tel {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .service-contact-tel {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.service-contact-tel-txt {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .service-contact-tel-txt {
    margin-right: 17px;
  }
}

@media (max-width: 1300px) {
  .service-contact-tel-txt {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .service-contact-tel-txt {
    margin-right: 0;
    font-size: 4.20561vw;
  }
}

.service-contact-tel-number {
  display: flex;
  align-items: center;
  font-size: 52px;
  letter-spacing: 0;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .service-contact-tel-number {
    margin-right: 13px;
  }
}

@media (max-width: 1300px) {
  .service-contact-tel-number {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .service-contact-tel-number {
    justify-content: center;
    margin-right: 0;
    margin-bottom: 2.33645vw;
    font-size: 7.47664vw;
  }
}

.service-contact-tel-number img {
  width: 23px;
  margin-right: 4px;
  position: relative;
  top: 5px;
}

@media (max-width: 1300px) {
  .service-contact-tel-number img {
    width: 18px;
  }
}

@media (max-width: 767px) {
  .service-contact-tel-number img {
    width: 4.20561vw;
    margin-right: 0.93458vw;
    top: 1.16822vw;
  }
}

.service-contact-tel-time {
  font-size: 14px;
  background: #fff;
  padding: 5px 18px;
  border-radius: 5px;
  position: relative;
  top: 5px;
}

@media (max-width: 1300px) {
  .service-contact-tel-time {
    padding: 5px 10px;
  }
}

@media (max-width: 767px) {
  .service-contact-tel-time {
    font-size: 3.27103vw;
    padding: 1.16822vw 2.33645vw;
    top: 0;
    width: fit-content;
    margin: 0 auto;
  }
}

.service-contact-btn {
  display: block;
  border-radius: 5px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
  text-align: center;
}

@media (min-width: 768px) {
  .service-contact-btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 45px;
  }
}

.service-contact-btn span {
  display: block;
  padding: 23px 50px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .service-contact-btn span {
    padding: 5.37383vw 11.68224vw;
  }
}

.service-contact-btn span::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  left: -11.5px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .service-contact-btn span::before {
    width: 5.37383vw;
    height: 5.37383vw;
    left: -2.68692vw;
  }
}

.service-contact-btn span::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .service-contact-btn span::after {
    width: 5.84112vw;
    height: 5.84112vw;
    right: 4.6729vw;
  }
}

.service-contact-btn:last-child {
  margin-bottom: 0;
}

.service-contact-btn-line {
  background: #2FB74F;
}

@media (max-width: 767px) {
  .service-contact-btn-line {
    margin-bottom: 3.50467vw;
  }
}

.service-contact-btn-line span:before {
  background: #2BD051;
}

.service-contact-btn-line span:after {
  background: transparent url(../img/arrow_r_green02.svg) no-repeat center center/contain;
}

.service-contact-btn-mail {
  background: #1EA9BE;
}

.service-contact-btn-mail span:before {
  background: #35C2D8;
}

.service-contact-btn-mail span:after {
  background: transparent url(../img/arrow_r_blue.svg) no-repeat center center/contain;
}

/* service-price
-----------------------*/
.service-price {
  margin-right: 25px;
  margin-bottom: 120px;
  background: #F2EDE6;
  border-radius: 15px;
  padding: 70px 0 120px;
}

@media (max-width: 1024px) {
  .service-price {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .service-price {
    margin-bottom: 23.36449vw;
    padding: 18.69159vw 0;
  }
}

.service-price-title {
  margin-bottom: 70px;
}

@media (max-width: 1024px) {
  .service-price-title {
    margin-top: -50px;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .service-price-title {
    margin-bottom: 10.51402vw;
    margin-top: -11.68224vw;
    padding-top: 11.68224vw;
  }
}

.service-price-subtitle {
  color: #E15B29;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-left: 1.5em;
}

@media (max-width: 767px) {
  .service-price-subtitle {
    font-size: 4.20561vw;
  }
}

.service-price-subtitle::before {
  position: absolute;
  content: "・";
  left: 0.5em;
  top: 0;
}

.service-price-bg {
  border-radius: 8px;
  background: #fff;
  padding: 50px 30px 45px;
}

@media (max-width: 767px) {
  .service-price-bg {
    padding: 7.00935vw 3.50467vw;
  }
}

.service-price-table {
  max-width: 674px;
  margin: 0 auto;
  display: flex;
}

.service-price-table-col {
  width: 33.333%;
  text-align: center;
}

.service-price-table-col:last-child .service-price-table-body {
  border-right: none;
}

.service-price-table-head {
  border-bottom: 1px solid #F59191;
}

.service-price-table-head span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px;
  font-weight: 500;
  background: #F59191;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 1.5px 15px;
}

@media (max-width: 767px) {
  .service-price-table-head span {
    line-height: 1.4;
    margin: 0 0.46729vw;
    padding: 1.16822vw 2.33645vw;
  }
}

.service-price-table-body {
  font-size: 18px;
  border-bottom: 1px solid #F59191;
  border-right: 1px dashed #F59191;
  padding: 10px;
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .service-price-table-body {
    font-size: 3.73832vw;
    padding: 2.33645vw;
  }
}

/* service-case
-----------------------*/
.service-case {
  margin-right: 25px;
  margin-bottom: 120px;
}

@media (max-width: 1024px) {
  .service-case {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .service-case {
    margin-bottom: 23.36449vw;
  }
}

.service-case-title {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .service-case-title {
    margin-bottom: 10.51402vw;
  }
}

.service-case-bg {
  background: #fff;
  border-radius: 15px;
  padding: 50px 0 80px;
}

@media (max-width: 767px) {
  .service-case-bg {
    padding: 7.00935vw 3.50467vw 11.68224vw;
  }
}

.service-case-head {
  border-bottom: 1px solid #E8E2D0;
  margin-bottom: 25px;
  padding-bottom: 5px;
}

.service-case-area {
  font-size: 12px;
  font-weight: 500;
  color: #A09264;
  padding-left: 19px;
  margin-bottom: 0;
  position: relative;
}

.service-case-area::before {
  position: absolute;
  content: "";
  background: transparent url(../img/pin_brown.svg) no-repeat center center/contain;
  width: 13px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.service-case-subtitle {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .service-case-subtitle {
    font-size: 4.6729vw;
  }
}

.service-case-wrapper {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .service-case-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .service-case-wrapper {
    margin-bottom: 10.51402vw;
  }
}

@media (min-width: 768px) {
  .service-case-left {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .service-case-left {
    margin-bottom: 7.00935vw;
  }
}

.service-case-right {
  background: #F7EDEE;
  border-radius: 10px;
  height: fit-content;
}

@media (min-width: 768px) {
  .service-case-right {
    width: calc(474% / 1036 * 100);
    padding: 40px 30px;
  }
}

@media (max-width: 1200px) {
  .service-case-right {
    padding: 30px 15px;
  }
}

.service-case-ba {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E8E2D0;
}

.service-case-ba-col {
  width: calc(50% - 36px / 2);
  margin-right: 36px;
}

.service-case-ba-col:nth-child(1) {
  position: relative;
}

.service-case-ba-col:nth-child(1)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #A09264;
  border-right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -23px;
}

.service-case-ba-col:nth-child(2n) {
  margin-right: 0;
}

.service-case-ba-img {
  margin-bottom: 5px;
}

.service-case-ba-txt {
  font-size: 12px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .service-case-voice {
    margin-bottom: 30px;
  }
}

.service-case-voice-title {
  font-size: 14px;
  color: #A09264;
  font-weight: 500;
  margin-bottom: 5px;
}

.service-case-voice-txt {
  margin-bottom: 0;
}

.service-case-subtitle02 {
  font-size: 12px;
  font-weight: 500;
  color: #DE717A;
  background: #fff;
  border-radius: 27px;
  padding: 0 15px;
  width: fit-content;
  margin-bottom: 15px;
}

.service-case-detail {
  margin-bottom: 40px;
}

.service-case-detail-txt span {
  vertical-align: top;
  font-size: 0.6em;
}

.service-case-price {
  text-align: center;
}

.service-case-price-wrapper {
  margin-bottom: 48px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.service-case-price-wrapper:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 17px solid #F59191;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
}

.service-case-price-col {
  background: #fff;
  padding: 15px;
  width: calc(50% - 54px / 2);
  margin-right: 54px;
}

@media (max-width: 1200px) {
  .service-case-price-col {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .service-case-price-col {
    padding: 3.50467vw;
    width: calc(50% - 12.61682vw / 2);
    margin-right: 12.61682vw;
  }
}

.service-case-price-col:nth-child(1) {
  position: relative;
}

.service-case-price-col:nth-child(1)::after {
  position: absolute;
  content: "ー";
  font-size: 30px;
  font-weight: 500;
  color: #F59191;
  top: 50%;
  transform: translateY(-50%);
  right: -42px;
}

@media (max-width: 1200px) {
  .service-case-price-col:nth-child(1)::after {
    font-size: 20px;
    right: -25px;
  }
}

@media (max-width: 767px) {
  .service-case-price-col:nth-child(1)::after {
    font-size: 7.00935vw;
    right: -9.81308vw;
  }
}

.service-case-price-col:nth-child(2n) {
  margin-right: 0;
}

.service-case-price-col.service-case-price-total {
  width: 100%;
  margin-right: 0;
}

.service-case-price-col.service-case-price-total .service-case-price-cost {
  font-size: 22px;
}

@media (max-width: 767px) {
  .service-case-price-col.service-case-price-total .service-case-price-cost {
    font-size: 5.14019vw;
  }
}

.service-case-price-col.service-case-price-total .service-case-price-cost span {
  font-size: 31px;
}

@media (max-width: 767px) {
  .service-case-price-col.service-case-price-total .service-case-price-cost span {
    font-size: 7.24299vw;
  }
}

.service-case-price-title {
  font-weight: 500;
}

.service-case-price-cost {
  color: #FF4343;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .service-case-price-cost {
    font-size: 3.50467vw;
  }
}

.service-case-price-cost span {
  font-size: 21px;
}

@media (max-width: 767px) {
  .service-case-price-cost span {
    font-size: 4.90654vw;
  }
}

.service-case-btn {
  margin: 0 auto;
}

.service-case-soudan {
  margin-bottom: 40px;
  position: relative;
}

.service-case-soudan::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #A09264;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}

.service-case-soudan-title {
  color: #A09264;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.service-case-soudan-txt {
  margin-bottom: 0;
}

.service-case-kaiketsu {
  background: #F7EDEE;
  border-radius: 10px;
  padding: 10px 20px 15px;
}

.service-case-kaiketsu-title {
  font-size: 20px;
  font-weight: 500;
  color: #D15862;
  text-align: center;
  margin-bottom: 5px;
}

.service-case-kaiketsu-txt {
  font-weight: 500;
  margin-bottom: 0;
}

.service-case-txt {
  background: #DE717A;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66667;
  letter-spacing: 0.06em;
  margin: 50px 0;
  padding: 10px 15px;
}

@media (max-width: 767px) {
  .service-case-txt {
    font-size: 4.20561vw;
    padding: 2.33645vw 3.50467vw;
    margin: 7.00935vw 0;
  }
}

/* service-point
-----------------------*/
.service-point {
  margin-right: 25px;
  margin-bottom: 120px;
  background: #F2EDE6;
  border-radius: 15px;
  padding: 70px 0 100px;
}

@media (max-width: 1024px) {
  .service-point {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .service-point {
    margin-bottom: 16.35514vw;
    padding: 18.69159vw 0;
  }
}

.service-point-title {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .service-point-title {
    margin-bottom: 10.51402vw;
  }
}

.service-point-list li {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 0 40px 36px;
}

@media (max-width: 767px) {
  .service-point-list li {
    padding: 0 4.6729vw 7.00935vw;
  }
}

.service-point-list li:last-child {
  margin-bottom: 0;
}

.service-point-list-label {
  background: #E15B29;
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 3px 34px;
  width: fit-content;
  margin: 0 auto 20px;
}

.service-point-list-title {
  color: #E15B29;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #E8E2D0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .service-point-list-title {
    font-size: 4.6729vw;
  }
}

@media (min-width: 768px) {
  .service-point-list-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .service-point-list-inner {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .service-point-list-inner {
    margin-bottom: 7.00935vw;
  }
}

@media (min-width: 768px) {
  .service-point-list-img {
    width: calc(440% / 956 * 100);
  }
}

.service-point-list-img img {
  border-radius: 5px;
}

/* service-purchase
---------------------------*/
.service-purchase {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .service-purchase {
    margin-top: 23.36449vw;
  }
}

.service-purchase-title {
  color: #E15B29;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-left: 1.5em;
}

@media (max-width: 767px) {
  .service-purchase-title {
    font-size: 4.20561vw;
  }
}

.service-purchase-title::before {
  position: absolute;
  content: "・";
  left: 0.5em;
  top: 0;
}

.service-purchase-bg {
  background: #fff;
  border-radius: 8px;
  padding: 50px;
}

@media (max-width: 767px) {
  .service-purchase-bg {
    padding: 9.34579vw 4.6729vw;
  }
}

.service-purchase-table {
  max-width: 740px;
  margin: 0 auto 50px;
  display: flex;
}

@media (max-width: 767px) {
  .service-purchase-table {
    margin-bottom: 7.00935vw;
  }
}

.service-purchase-table-col {
  text-align: center;
}

.service-purchase-table-col:nth-child(1) {
  width: calc(234% / 740 * 100);
}

.service-purchase-table-col:nth-child(2) {
  width: calc(506% / 740 * 100);
}

.service-purchase-table-col:last-child .service-price-table-body {
  border-right: none;
}

.service-purchase-table-head {
  border-bottom: 1px solid #F59191;
}

.service-purchase-table-head span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px;
  font-weight: 500;
  background: #F59191;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 1.5px 15px;
}

@media (max-width: 767px) {
  .service-purchase-table-head span {
    line-height: 1.4;
    margin: 0 0.46729vw;
    padding: 1.16822vw 2.33645vw;
  }
}

.service-purchase-table-body {
  border-bottom: 1px solid #F59191;
  border-right: 1px dashed #F59191;
  padding: 10px;
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .service-purchase-table-body {
    padding: 2.33645vw;
  }
}

.service-purchase-txt {
  text-align: center;
  margin-bottom: 10px;
}

.service-purchase-txt02 {
  font-size: 18px;
  line-height: 1.66667;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  background: #DE717A;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 15px;
}

@media (max-width: 767px) {
  .service-purchase-txt02 {
    font-size: 3.73832vw;
    padding: 2.33645vw 3.50467vw;
  }
}

.service-purchase-txt02 span {
  color: #F8F88B;
}

/* service-faq 
-------------------------------*/
.service-faq {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .service-faq {
    margin-bottom: 23.36449vw;
  }
}

.service-faq-item {
  margin-bottom: 15px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 80px 30px 100px;
}

@media (max-width: 767px) {
  .service-faq-item {
    padding: 3.50467vw 11.68224vw 3.50467vw 12.85047vw;
  }
}

.service-faq .accordion-head {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .service-faq .accordion-head {
    font-size: 4.20561vw;
  }
}

.service-faq .accordion-head::before {
  content: "Q.";
  position: absolute;
  font-family: "Jost", sans-serif;
  font-size: 27px;
  font-weight: 500;
  color: #E15B29;
  left: -50px;
  top: -8px;
}

@media (max-width: 767px) {
  .service-faq .accordion-head::before {
    font-size: 6.30841vw;
    left: -8.8785vw;
    top: -1.86916vw;
  }
}

.service-faq .accordion-body {
  display: none;
}

.service-faq .accordion-body-in {
  position: relative;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .service-faq .accordion-body-in {
    padding-top: 4.6729vw;
  }
}

.service-faq .accordion-body-in::before {
  content: "A.";
  position: absolute;
  font-family: "Jost", sans-serif;
  font-size: 27px;
  font-weight: 500;
  color: #E15B29;
  left: -50px;
  top: 12px;
}

@media (max-width: 767px) {
  .service-faq .accordion-body-in::before {
    left: -8.8785vw;
    top: 1.86916vw;
  }
}

.service-faq .accordion-icon {
  position: absolute;
  background: transparent url(../img/plus.svg) no-repeat center center/contain;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
}

@media (max-width: 767px) {
  .service-faq .accordion-icon {
    width: 4.43925vw;
    height: 4.43925vw;
    right: -7.00935vw;
  }
}

.service-faq .accordion-icon.is-open {
  background-image: url(../img/minus.svg);
}

/* eyecatch-kyoten
----------------------------*/
.breadcrumb-kyoten {
  font-size: 12px;
  letter-spacing: 0;
  text-align: right;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .breadcrumb-kyoten {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-kyoten {
    font-size: 10px;
    margin-bottom: 7.00935vw;
  }
}

.breadcrumb-kyoten .inner {
  max-width: 100%;
}

@media (min-width: 768px) {
  .breadcrumb-kyoten .inner {
    padding: 0 25px;
  }
}

.breadcrumb-kyoten a {
  text-decoration: underline;
}

/* kyoten-bg
-------------------------*/
.kyoten-bg {
  background: #fff;
  border-radius: 160px 15px 15px 15px;
  padding-bottom: 100px;
  margin-bottom: 120px;
}

@media (max-width: 1500px) {
  .kyoten-bg {
    border-radius: 80px 15px 15px 15px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .kyoten-bg {
    border-radius: 45px 15px 15px 15px;
    padding-top: 10.51402vw;
    padding-bottom: 10.51402vw;
    margin-bottom: 23.36449vw;
  }
}

/* kyoten-head 
-------------------------*/
.kyoten-head {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .kyoten-head-wrapper {
    display: flex;
    align-items: center;
    margin-right: -117px;
  }
}

@media (max-width: 1624px) {
  .kyoten-head-wrapper {
    margin-right: -40px;
  }
}

@media (max-width: 1024px) {
  .kyoten-head-wrapper {
    margin-right: -30px;
  }
}

@media (max-width: 767px) {
  .kyoten-head-wrapper {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .kyoten-head-inner {
    width: calc(545% / 1036 * 100);
    padding-right: 4%;
  }
}

@media (max-width: 767px) {
  .kyoten-head-inner {
    margin-bottom: 7.00935vw;
  }
}

.kyoten-head-area {
  color: #DE717A;
  font-size: 12px;
  font-weight: 500;
  padding-left: 19px;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .kyoten-head-area {
    font-size: 2.80374vw;
    padding-left: 4.43925vw;
    margin-bottom: 3.50467vw;
  }
}

.kyoten-head-area::before {
  position: absolute;
  content: "";
  background: transparent url(../img/pin_pink.svg) no-repeat center center/contain;
  width: 13px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .kyoten-head-area::before {
    width: 3.03738vw;
    height: 3.73832vw;
  }
}

.kyoten-head .page-title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-left: 20px;
  border-left: 4px solid #DE717A;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (max-width: 1500px) {
  .kyoten-head .page-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .kyoten-head .page-title {
    font-size: 4.6729vw;
    padding-left: 3.50467vw;
    border-width: 1.16822vw;
  }
}

.kyoten-head-txt {
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 1500px) {
  .kyoten-head-txt {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .kyoten-head-txt {
    font-size: 3.73832vw;
  }
}

@media (min-width: 768px) {
  .kyoten-head-img {
    width: 50vw;
    flex-shrink: 0;
    max-width: 548px;
  }
}

@media (max-width: 1500px) {
  .kyoten-head-img {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .kyoten-head-img {
    max-width: 100%;
  }
}

/* kyoten-service 
-------------------------*/
.kyoten-service-title {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .kyoten-service-title {
    margin-bottom: 10.51402vw;
  }
}

@media (min-width: 768px) {
  .kyoten-service-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -15px -15px 100px;
  }
}

@media (max-width: 1300px) {
  .kyoten-service-nav {
    margin: -5px -5px 70px;
  }
}

@media (max-width: 767px) {
  .kyoten-service-nav {
    margin: 0 0 16.35514vw;
  }
}

.kyoten-service-nav li {
  margin: 15px;
}

@media (max-width: 1300px) {
  .kyoten-service-nav li {
    margin: 5px;
  }
}

@media (max-width: 767px) {
  .kyoten-service-nav li {
    margin: 0 0 3.50467vw;
  }
}

.kyoten-service-nav li a {
  display: block;
  color: #fff;
  background: #EF9339;
  font-weight: 500;
  padding: 12px 60px 12px 20px;
  border-radius: 33px;
  position: relative;
}

@media (max-width: 767px) {
  .kyoten-service-nav li a {
    padding: 2.80374vw 14.01869vw 2.80374vw 7.00935vw;
  }
}

.kyoten-service-nav li a:after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_d_orange.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

@media (max-width: 767px) {
  .kyoten-service-nav li a:after {
    width: 4.20561vw;
    height: 4.20561vw;
    right: 3.50467vw;
  }
}

.kyoten-service-list li {
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .kyoten-service-list li {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .kyoten-service-list li {
    margin-top: -15vw;
    padding-top: 15vw;
    margin-bottom: 16.35514vw;
  }
}

.kyoten-service-list li:last-child {
  margin-bottom: 0;
}

.kyoten-service-list-head {
  background: #FFF7EB;
  border: 1px solid #E15B29;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 15px 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .kyoten-service-list-head {
    padding: 2.33645vw 4.6729vw;
    margin-bottom: 7.00935vw;
  }
}

.kyoten-service-list-head-number {
  color: #E15B29;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-right: 54px;
  position: relative;
}

@media (max-width: 767px) {
  .kyoten-service-list-head-number {
    font-size: 3.27103vw;
    margin-right: 7.00935vw;
  }
}

.kyoten-service-list-head-number:after {
  position: absolute;
  content: "";
  background: #E15B29;
  width: 1px;
  height: 100%;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .kyoten-service-list-head-number:after {
    right: -3.50467vw;
  }
}

.kyoten-service-list-head-number span {
  display: block;
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 1300px) {
  .kyoten-service-list-head-number span {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .kyoten-service-list-head-number span {
    font-size: 6.54206vw;
  }
}

.kyoten-service-list-head-inner {
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 1300px) {
  .kyoten-service-list-head-inner {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .kyoten-service-list-head-inner {
    font-size: 5.14019vw;
  }
}

@media (min-width: 768px) {
  .kyoten-service-list-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .kyoten-service-list-inner {
    width: 50%;
    padding-left: 30px;
  }
}

@media (max-width: 1300px) {
  .kyoten-service-list-inner {
    padding-left: 0;
  }
}

.kyoten-service-list-title {
  font-size: 24px;
  font-weight: 500;
  color: #E15B29;
  margin-bottom: 15px;
}

@media (max-width: 1300px) {
  .kyoten-service-list-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .kyoten-service-list-title {
    font-size: 5.60748vw;
  }
}

@media (min-width: 768px) {
  .kyoten-service-list-img {
    width: calc(450% / 1036 * 100);
  }
}

.kyoten-service-list-img img {
  border-radius: 5px;
}

/* kyoten-price
-------------------------*/
@media (max-width: 767px) {
  .kyoten-price .section-title01 {
    margin-bottom: 16.35514vw;
  }
}

.kyoten-price-list {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .kyoten-price-list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .kyoten-price-list {
    margin-bottom: 16.35514vw;
  }
}

.kyoten-price-list li {
  background: #fff;
  border-radius: 8px;
  padding: 0 0 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .kyoten-price-list li {
    width: calc(33.3333% - 38px * 2 / 3);
    margin-right: 38px;
  }
}

@media (max-width: 1300px) {
  .kyoten-price-list li {
    width: calc(33.3333% - 20px * 2 / 3);
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .kyoten-price-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10.51402vw;
  }
}

.kyoten-price-list li:nth-child(3n) {
  margin-right: 0;
}

.kyoten-price-list-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #DE717A;
  border-radius: 22px;
  padding: 5.5px 30px;
  position: relative;
  max-width: 100%;
  width: fit-content;
  margin: -18px auto 30px;
  line-height: 1.4;
}

@media (max-width: 1300px) {
  .kyoten-price-list-title {
    font-size: 16px;
    padding: 5px 15px;
  }
}

@media (max-width: 767px) {
  .kyoten-price-list-title {
    font-size: 4.20561vw;
    padding: 1.28505vw 7.00935vw;
    margin: 0 auto 4.6729vw;
    top: -4.20561vw;
  }
}

.kyoten-price-list-subtitle {
  font-size: 12px;
  font-weight: 500;
  color: #D06B07;
  border: 1px solid #D06B07;
  padding: 0 15px;
  width: fit-content;
  margin: 0 auto;
  border-radius: 27px;
}

@media (max-width: 767px) {
  .kyoten-price-list-subtitle {
    font-size: 2.80374vw;
    padding: 0 3.50467vw;
  }
}

.kyoten-price-list-number {
  font-size: 23px;
  font-weight: bold;
  color: #E15B29;
}

@media (max-width: 1300px) {
  .kyoten-price-list-number {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .kyoten-price-list-number {
    font-size: 5.37383vw;
  }
}

.kyoten-price-list-number span {
  font-size: 45px;
  letter-spacing: 0;
  margin: 0 5px;
}

@media (max-width: 1300px) {
  .kyoten-price-list-number span {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .kyoten-price-list-number span {
    font-size: 10.51402vw;
  }
}

.kyoten-price-list-bottom {
  padding-top: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .kyoten-price-list-bottom {
    padding-top: 2.33645vw;
  }
}

.kyoten-price-list-bottom::before {
  position: absolute;
  content: "";
  background: #E8E2D0;
  max-width: 240px;
  width: 90%;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .kyoten-price-list-bottom::before {
    max-width: 56.07477vw;
  }
}

.kyoten-price-list-btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding-right: 43px;
  position: relative;
}

@media (max-width: 767px) {
  .kyoten-price-list-btn {
    padding-right: 10.04673vw;
  }
}

.kyoten-price-list-btn:after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_d_orange.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .kyoten-price-list-btn:after {
    width: 4.20561vw;
    height: 4.20561vw;
  }
}

/* kyoten-point
-----------------------*/
.kyoten-point {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .kyoten-point {
    margin-bottom: 16.35514vw;
  }
}

.kyoten-point-title {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .kyoten-point-title {
    margin-bottom: 10.51402vw;
  }
}

.kyoten-point-list li {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 0 40px 36px;
}

@media (max-width: 767px) {
  .kyoten-point-list li {
    padding: 0 4.6729vw 7.00935vw;
  }
}

.kyoten-point-list li:last-child {
  margin-bottom: 0;
}

.kyoten-point-list-label {
  background: #E15B29;
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 3px 34px;
  width: fit-content;
  margin: 0 auto 20px;
}

.kyoten-point-list-title {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #E8E2D0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .kyoten-point-list-title {
    font-size: 4.6729vw;
  }
}

@media (min-width: 768px) {
  .kyoten-point-list-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .kyoten-point-list-inner {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .kyoten-point-list-inner {
    margin-bottom: 7.00935vw;
  }
}

@media (min-width: 768px) {
  .kyoten-point-list-img {
    width: calc(440% / 956 * 100);
  }
}

.kyoten-point-list-img img {
  border-radius: 5px;
}

/* kyoten-service
-----------------------*/
.kyoten-case .service-case-right {
  background: #F2EDE6;
}

/* kyoten-staff
-----------------------*/
.kyoten-staff {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .kyoten-staff {
    margin-bottom: 16.35514vw;
  }
}

.kyoten-staff-title {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .kyoten-staff-title {
    margin-bottom: 10.51402vw;
  }
}

@media (min-width: 768px) {
  .kyoten-staff-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .kyoten-staff-wrapper {
    margin-bottom: 16.35514vw;
  }
}

@media (min-width: 768px) {
  .kyoten-staff-img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .kyoten-staff-img {
    margin-bottom: 7.00935vw;
  }
}

@media (min-width: 768px) {
  .kyoten-staff-inner {
    width: calc(488% / 1036 * 100);
  }
}

.kyoten-staff-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .kyoten-staff-subtitle {
    font-size: 4.6729vw;
    margin-bottom: 4.6729vw;
  }
}

.kyoten-staff-txt {
  margin-bottom: 0;
}

.kyoten-staff-list {
  max-width: 850px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .kyoten-staff-list {
    display: flex;
  }
}

@media (min-width: 768px) {
  .kyoten-staff-list li {
    width: calc(33.333% - 80px * 2 / 3);
    margin-right: 80px;
  }
}

@media (max-width: 1300px) {
  .kyoten-staff-list li {
    width: calc(33.333% - 30px * 2 / 3);
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .kyoten-staff-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10.51402vw;
  }
}

.kyoten-staff-list li:nth-child(3n) {
  margin-right: 0;
}

.kyoten-staff-list-img {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .kyoten-staff-list-img {
    margin-bottom: 3.50467vw;
  }
}

.kyoten-staff-list-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .kyoten-staff-list-title {
    font-size: 4.20561vw;
    margin-bottom: 1.16822vw;
  }
}

.kyoten-staff-list-txt {
  margin-bottom: 0;
}

/* kyoten-area
-----------------------*/
.kyoten-area {
  background: #D98B90;
  border-radius: 15px;
  margin-right: 25px;
  padding: 70px 0 100px;
  margin-bottom: 120px;
}

@media (max-width: 1024px) {
  .kyoten-area {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .kyoten-area {
    padding: 16.35514vw 0;
    margin-bottom: 16.35514vw;
  }
}

.kyoten-area .inner {
  max-width: 928px;
}

.kyoten-area-title {
  color: #fff;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .kyoten-area-title {
    margin-bottom: 10.51402vw;
  }
}

.kyoten-area-title .en {
  color: #fff;
}

.kyoten-area-txt {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1300px) {
  .kyoten-area-txt {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .kyoten-area-txt {
    font-size: 4.6729vw;
    margin-bottom: 7.00935vw;
  }
}

@media (min-width: 768px) {
  .kyoten-area-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.kyoten-area-list li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .kyoten-area-list li {
    width: calc(25% - 15px * 3 / 4);
    margin-right: 15px;
  }
}

@media (max-width: 1300px) {
  .kyoten-area-list li {
    width: calc(33.333% - 15px * 2 / 3);
  }
}

@media (max-width: 767px) {
  .kyoten-area-list li {
    margin-right: 0;
    margin-bottom: 2.33645vw;
  }
}

@media (max-width: 1300px) {
  .kyoten-area-list li:nth-child(3n) {
    margin-right: 0;
  }
}

.kyoten-area-list li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1300px) {
  .kyoten-area-list li:nth-child(4n) {
    margin-right: 15px;
  }
}

@media (max-width: 1300px) {
  .kyoten-area-list li:nth-child(12n) {
    margin-right: 0;
  }
}

.kyoten-area-list li a, .kyoten-area-list li div {
  text-align: center;
  background: #fff;
  border-radius: 7px;
  padding: 11px 15px;
  display: block;
}

@media (max-width: 767px) {
  .kyoten-area-list li a, .kyoten-area-list li div {
    width: 100%;
    padding: 2.57009vw 3.50467vw;
  }
}

/* kyoten-faq 
-------------------------------*/
.kyoten-faq {
  margin-bottom: 70px;
  padding-bottom: 90px;
  border-bottom: 1px solid #E8E2D0;
}

@media (max-width: 767px) {
  .kyoten-faq {
    margin-bottom: 16.35514vw;
  }
}

@media (min-width: 768px) {
  .kyoten-faq-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -15px -15px 100px;
  }
}

@media (max-width: 1300px) {
  .kyoten-faq-nav {
    margin: -5px -5px 70px;
  }
}

@media (max-width: 767px) {
  .kyoten-faq-nav {
    margin: 0 0 16.35514vw;
  }
}

.kyoten-faq-nav li {
  margin: 15px;
}

@media (max-width: 1300px) {
  .kyoten-faq-nav li {
    margin: 5px;
  }
}

@media (max-width: 767px) {
  .kyoten-faq-nav li {
    margin: 0 0 3.50467vw;
  }
}

.kyoten-faq-nav li a {
  display: block;
  color: #fff;
  background: #EF9339;
  font-weight: 500;
  padding: 12px 60px 12px 20px;
  border-radius: 33px;
  position: relative;
}

@media (max-width: 767px) {
  .kyoten-faq-nav li a {
    padding: 2.80374vw 11.68224vw 2.80374vw 7.00935vw;
  }
}

.kyoten-faq-nav li a:after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_d_orange.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

@media (max-width: 767px) {
  .kyoten-faq-nav li a:after {
    width: 4.20561vw;
    height: 4.20561vw;
    right: 3.50467vw;
  }
}

.kyoten-faq-subtitle {
  color: #E15B29;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  padding-left: 1.5em;
}

@media (max-width: 767px) {
  .kyoten-faq-subtitle {
    font-size: 4.20561vw;
  }
}

.kyoten-faq-subtitle::before {
  position: absolute;
  content: "・";
  left: 0.5em;
  top: 0;
}

.kyoten-faq-list {
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .kyoten-faq-list {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .kyoten-faq-list {
    margin-top: -15vw;
    padding-top: 15vw;
  }
}

.kyoten-faq-list:last-child {
  margin-bottom: 0;
}

.kyoten-faq-item {
  margin-bottom: 15px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 80px 30px 100px;
}

@media (max-width: 767px) {
  .kyoten-faq-item {
    padding: 3.50467vw 11.68224vw 3.50467vw 12.85047vw;
  }
}

.kyoten-faq .accordion-head {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .kyoten-faq .accordion-head {
    font-size: 4.20561vw;
  }
}

.kyoten-faq .accordion-head::before {
  content: "Q.";
  position: absolute;
  font-family: "Jost", sans-serif;
  font-size: 27px;
  font-weight: 500;
  color: #E15B29;
  left: -50px;
  top: -8px;
}

@media (max-width: 767px) {
  .kyoten-faq .accordion-head::before {
    font-size: 6.30841vw;
    left: -8.8785vw;
    top: -1.86916vw;
  }
}

.kyoten-faq .accordion-body {
  display: none;
}

.kyoten-faq .accordion-body-in {
  position: relative;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .kyoten-faq .accordion-body-in {
    padding-top: 4.6729vw;
  }
}

.kyoten-faq .accordion-body-in::before {
  content: "A.";
  position: absolute;
  font-family: "Jost", sans-serif;
  font-size: 27px;
  font-weight: 500;
  color: #E15B29;
  left: -50px;
  top: 12px;
}

@media (max-width: 767px) {
  .kyoten-faq .accordion-body-in::before {
    left: -8.8785vw;
    top: 1.86916vw;
  }
}

.kyoten-faq .accordion-icon {
  position: absolute;
  background: transparent url(../img/plus.svg) no-repeat center center/contain;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
}

@media (max-width: 767px) {
  .kyoten-faq .accordion-icon {
    width: 4.43925vw;
    height: 4.43925vw;
    right: -7.00935vw;
  }
}

.kyoten-faq .accordion-icon.is-open {
  background-image: url(../img/minus.svg);
}

/* kyoten-news
---------------------*/
.kyoten-news .top-news-wrapper {
  margin-bottom: 45px;
}

@media (max-width: 1300px) {
  .kyoten-news .top-news-wrapper {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .kyoten-news .news-list {
    width: 70%;
  }
}

@media (max-width: 1300px) {
  .kyoten-news .news-list {
    width: 100%;
  }
}

/* archice-voice
-------------------------*/
@media (min-width: 768px) {
  .archive-voice {
    margin-bottom: 125px;
  }
}

@media (max-width: 767px) {
  .archive-voice {
    margin-bottom: 23.36449vw;
  }
}

@media (min-width: 768px) {
  .archive-voice .inner {
    max-width: 1140px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .archive-voice .inner {
    padding: 0 30px;
  }
}

@media (min-width: 768px) {
  .archive-voice-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}

.archive-voice-list li {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .archive-voice-list li {
    width: calc(33.3333% - 40px * 2 / 3);
    margin-right: 40px;
  }
}

@media (max-width: 1300px) {
  .archive-voice-list li {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .archive-voice-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10.51402vw;
  }
}

@media (max-width: 1300px) {
  .archive-voice-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.archive-voice-list li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1300px) {
  .archive-voice-list li:nth-child(3n) {
    margin-right: 30px;
  }
}

@media (max-width: 1300px) {
  .archive-voice-list li:nth-child(6n) {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .archive-voice-list li:nth-child(6n) {
    margin-right: 0;
  }
}

.archive-voice-list li a {
  background: #fff;
  display: block;
  border-radius: 8px;
  padding: 30px 30px 60px;
  border: 1px solid #E8E2D0;
  position: relative;
}

@media (max-width: 767px) {
  .archive-voice-list li a {
    padding: 7.00935vw 4.6729vw 14.01869vw;
  }
}

.archive-voice-list li a::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_brown.svg) no-repeat center center/contain;
  width: 10px;
  height: 10px;
  right: 30px;
  bottom: 30px;
}

@media (max-width: 767px) {
  .archive-voice-list li a::after {
    width: 3.50467vw;
    height: 3.50467vw;
    right: 4.6729vw;
    bottom: 7.00935vw;
  }
}

.archive-voice-list-img {
  position: relative;
  display: block;
}

.archive-voice-list-img:before {
  content: "";
  display: block;
  padding-top: calc(226% / 320 * 100);
}

.archive-voice-list-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}

.archive-voice-list-category {
  font-weight: bold;
  color: #fff;
  background: #DE717A;
  border-radius: 22px;
  padding: 6px 30px;
  width: fit-content;
  margin: -17px auto 15px;
  line-height: 1.4;
  position: relative;
}

@media (max-width: 767px) {
  .archive-voice-list-category {
    padding: 1.40187vw 7.00935vw;
    margin: -3.97196vw auto 3.50467vw;
  }
}

.archive-voice-list-area {
  font-size: 14px;
  font-weight: 500;
  color: #A09264;
  padding-left: 19px;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .archive-voice-list-area {
    font-size: 3.27103vw;
    padding-left: 4.43925vw;
    margin-bottom: 2.33645vw;
  }
}

.archive-voice-list-area::before {
  position: absolute;
  content: "";
  background: transparent url(../img/pin_brown.svg) no-repeat center center/contain;
  width: 13px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .archive-voice-list-area::before {
    width: 3.03738vw;
    height: 3.73832vw;
  }
}

.archive-voice-list-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77778;
}

@media (max-width: 767px) {
  .archive-voice-list-title {
    font-size: 4.20561vw;
  }
}

/* other-voice
-------------------------*/
.others-voice {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .others-voice {
    margin-bottom: 23.36449vw;
  }
}

.others-voice-title {
  margin-bottom: 20px;
}

.others-voice .archive-voice-list {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .others-voice .archive-voice-list li {
    margin-bottom: 50px;
  }
}

.others-voice-btn {
  margin: 0 auto;
}

/* voice-bg
-------------------------*/
.voice-bg {
  background: #fff;
  border-radius: 160px 15px 15px 15px;
  padding-bottom: 100px;
  margin-top: 48px;
  margin-right: 25px;
  margin-bottom: 120px;
}

@media (max-width: 1500px) {
  .voice-bg {
    border-radius: 80px 15px 15px 15px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .voice-bg {
    border-radius: 45px 15px 15px 15px;
    padding-top: 10.51402vw;
    padding-bottom: 10.51402vw;
    margin-bottom: 23.36449vw;
    margin-right: 0;
  }
}

/* voice-head 
-------------------------*/
.voice-head {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .voice-head {
    margin-bottom: 16.35514vw;
  }
}

@media (min-width: 768px) {
  .voice-head-wrapper {
    display: flex;
    align-items: center;
    margin-right: -117px;
  }
}

@media (max-width: 1624px) {
  .voice-head-wrapper {
    margin-right: -40px;
  }
}

@media (max-width: 1024px) {
  .voice-head-wrapper {
    margin-right: -30px;
  }
}

@media (max-width: 767px) {
  .voice-head-wrapper {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .voice-head-left {
    width: 50%;
    padding-right: 4%;
  }
}

@media (max-width: 767px) {
  .voice-head-left {
    margin-bottom: 7.00935vw;
  }
}

.voice-head .page-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #DE717A;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 1500px) {
  .voice-head .page-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .voice-head .page-title {
    font-size: 4.20561vw;
    margin-bottom: 9.34579vw;
  }
}

.voice-head .page-title::after {
  position: absolute;
  content: "";
  background: #DE717A;
  width: 30px;
  height: 2px;
  bottom: -10px;
  left: 0;
}

@media (max-width: 767px) {
  .voice-head .page-title::after {
    width: 7.00935vw;
    height: 0.46729vw;
    bottom: -2.33645vw;
  }
}

.voice-head-category {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #DE717A;
  border-radius: 26px;
  padding: 8.5px 50px;
  line-height: 1.4;
  width: fit-content;
}

@media (max-width: 1624px) {
  .voice-head-category {
    font-size: 18px;
    padding: 5px 30px;
  }
}

@media (max-width: 767px) {
  .voice-head-category {
    font-size: 3.27103vw;
    padding: 1.16822vw 3.50467vw;
  }
}

.voice-head-area {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .voice-head-area {
    font-size: 3.73832vw;
  }
}

.voice-head-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .voice-head-name {
    font-size: 3.73832vw;
  }
}

@media (min-width: 768px) {
  .voice-head-right {
    width: 50vw;
    flex-shrink: 0;
    max-width: 595px;
    margin-top: -87px;
  }
}

@media (max-width: 1500px) {
  .voice-head-right {
    max-width: 50%;
    margin-top: -118px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .voice-head-right {
    margin-top: -78px;
  }
}

@media (max-width: 767px) {
  .voice-head-right {
    margin-top: 0;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .voice-head-img {
    margin-bottom: 20px;
    margin-right: -25px;
  }
}

@media (max-width: 767px) {
  .voice-head-img {
    margin-bottom: 3.50467vw;
  }
}

.voice-head-img img {
  border-radius: 10px;
}

.breadcrumb-voice {
  text-align: right;
  font-size: 12px;
  letter-spacing: 0;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .breadcrumb-voice {
    font-size: 2.80374vw;
    padding-right: 0;
  }
}

.breadcrumb-voice a {
  text-decoration: underline;
}

/* voice 
-------------------------*/
.voice-list {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .voice-list {
    margin-bottom: 23.36449vw;
  }
}

.voice-list-head {
  background: #FFF7EB;
  border: 1px solid #E15B29;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 15px 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .voice-list-head {
    padding: 2.33645vw 4.6729vw;
    margin-bottom: 7.00935vw;
  }
}

.voice-list-head-number {
  color: #E15B29;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-right: 54px;
  position: relative;
}

@media (max-width: 767px) {
  .voice-list-head-number {
    font-size: 3.27103vw;
    margin-right: 7.00935vw;
  }
}

.voice-list-head-number:after {
  position: absolute;
  content: "";
  background: #E15B29;
  width: 1px;
  height: 100%;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .voice-list-head-number:after {
    right: -3.50467vw;
  }
}

.voice-list-head-number span {
  display: block;
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 1300px) {
  .voice-list-head-number span {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .voice-list-head-number span {
    font-size: 6.54206vw;
  }
}

.voice-list-head-inner {
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 1300px) {
  .voice-list-head-inner {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .voice-list-head-inner {
    font-size: 5.14019vw;
  }
}

.voice-list-title {
  font-size: 24px;
  font-weight: 500;
  color: #E15B29;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .voice-list-title {
    margin-left: 30px;
  }
}

@media (max-width: 1300px) {
  .voice-list-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .voice-list-title {
    font-size: 5.60748vw;
  }
}

@media (min-width: 768px) {
  .voice-list-inner {
    margin-left: 30px;
  }
}

.voice-item {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .voice-item {
    margin-bottom: 16.35514vw;
  }
}

.voice-item:last-child {
  margin-bottom: 0;
}

.voice ul li {
  font-size: 18px;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .voice ul li {
    font-size: 4.20561vw;
    padding-left: 7.00935vw;
    margin-bottom: 3.50467vw;
  }
}

.voice ul li::before {
  position: absolute;
  content: "";
  background: transparent url(../img/check_orange.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 8px;
  left: 0;
}

@media (max-width: 767px) {
  .voice ul li::before {
    width: 4.6729vw;
    height: 4.6729vw;
    top: 1.86916vw;
  }
}

.works-about {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .works-about {
    margin-bottom: 14.01869vw;
  }
}

.works-voice {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .works-voice {
    margin-bottom: 23.36449vw;
  }
}

.works-add {
  margin-top: 68px;
}

.works-add-btn {
  margin: 0 auto;
}

.manager-voice {
  background: #DE717A;
  border-radius: 8px;
  color: #fff;
  padding: 40px;
}

@media (min-width: 768px) {
  .manager-voice {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .manager-voice {
    padding: 7.00935vw 4.6729vw;
  }
}

.manager-voice-img {
  width: 106px;
}

@media (max-width: 767px) {
  .manager-voice-img {
    margin: 0 auto 3.50467vw;
  }
}

.manager-voice-img-inner {
  display: block;
  position: relative;
}

.manager-voice-img-inner:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.manager-voice-img-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .manager-voice-inner {
    width: calc(100% - 146px);
  }
}

.manager-voice-title {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #F59191;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .manager-voice-title {
    text-align: center;
    font-size: 4.20561vw;
  }
}

.manager-voice-txt {
  margin-bottom: 0;
}

/* search
-----------------------*/
.search {
  margin-bottom: 140px;
}

@media (max-width: 767px) {
  .search {
    margin-bottom: 23.36449vw;
  }
}

.search-title {
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.search-title::before {
  position: absolute;
  content: "";
  background: transparent url(../img/search.svg) no-repeat center center/contain;
  width: 14px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.search-bg {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .search-bg {
    padding: 7.00935vw 4.6729vw;
  }
}

.search-bg .searchandfilter ul {
  display: block;
}

.search-bg .searchandfilter ul li {
  margin-bottom: 40px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .search-bg .searchandfilter ul li {
    display: flex;
  }
}

@media (max-width: 767px) {
  .search-bg .searchandfilter ul li {
    width: 100%;
    margin-bottom: 7.00935vw;
  }
}

@media (min-width: 768px) {
  .search-bg .searchandfilter ul li:first-child {
    align-items: center;
  }
}

.search-bg .searchandfilter ul li:last-child {
  margin-bottom: 0;
}

.search-bg .searchandfilter ul li h4 {
  font-weight: 500;
  margin: 0;
}

@media (min-width: 768px) {
  .search-bg .searchandfilter ul li h4 {
    width: 100%;
    max-width: 103px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .search-bg .searchandfilter ul li h4 {
    margin-bottom: 3.50467vw;
  }
}

.search-bg .searchandfilter ul li ul {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .search-bg .searchandfilter ul li ul {
    width: calc(100% - 103px);
  }
}

.search-bg .searchandfilter ul li ul li {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .search-bg .searchandfilter ul li ul li {
    width: calc(25% - 15px * 3 / 4);
    margin-right: 15px;
  }
}

@media (max-width: 1200px) {
  .search-bg .searchandfilter ul li ul li {
    width: calc(50% - 15px / 2);
    margin-right: 15px;
  }
}

@media (max-width: 1200px) {
  .search-bg .searchandfilter ul li ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.search-bg .searchandfilter ul li ul li:nth-child(4n) {
  margin-right: 0;
}

.search-bg .searchandfilter .select-wrap {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .search-bg .searchandfilter .select-wrap {
    max-width: 529px;
  }
}

.search-bg .searchandfilter .select-wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #848484;
  border-bottom: 1px solid #848484;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

@media (max-width: 767px) {
  .search-bg .searchandfilter .select-wrap::after {
    right: 15px;
  }
}

.search-bg .searchandfilter select {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #D5D5D5;
  background: #fff;
  height: 60px;
  border-radius: 8px;
  font-size: 17px;
  letter-spacing: 0.02em;
  padding: 0 30px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px) {
  .search-bg .searchandfilter select {
    height: 50px;
    padding: 0 15px;
  }
}

.search-bg .searchandfilter select:hover {
  border: 1px solid #383434;
  cursor: pointer;
}

.search-bg .searchandfilter select:focus {
  outline: none;
  border: 1px solid #383434;
}

.search-bg .searchandfilter select.placeholder {
  color: #B5B5B5;
}

.search-bg .searchandfilter label {
  display: flex;
  align-items: center;
}

.search-bg .searchandfilter label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #B9B9B9;
  border-radius: 2px;
  margin: 0 10px 0 0;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.search-bg .searchandfilter label input[type="checkbox"]:checked {
  background: #DE717A;
  border-color: #DE717A;
}

.search-bg .searchandfilter label input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  top: 0.5px;
  left: 4px;
  width: 5px;
  height: 8px;
  border: solid #fff 3px;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.search-bg .searchandfilter input[type="submit"] {
  border: none;
  border: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  display: block;
  position: relative;
  background: #E35F6A;
  color: #fff;
  border-radius: 27px;
  width: fit-content;
  padding: 12.5px 60px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .search-bg .searchandfilter input[type="submit"] {
    padding: 12.5px 14.01869vw;
  }
}

/* archice-works
-------------------------*/
@media (min-width: 768px) {
  .archive-works {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .archive-works {
    margin-bottom: 23.36449vw;
  }
}

@media (min-width: 768px) {
  .archive-works .inner {
    max-width: 1140px;
  }
}

@media (min-width: 768px) {
  .archive-works-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}

.archive-works-list li {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .archive-works-list li {
    width: calc(33.3333% - 30px * 2 / 3);
    margin-right: 30px;
  }
}

@media (max-width: 1300px) {
  .archive-works-list li {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .archive-works-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10.51402vw;
  }
}

@media (max-width: 1300px) {
  .archive-works-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.archive-works-list li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1300px) {
  .archive-works-list li:nth-child(3n) {
    margin-right: 30px;
  }
}

@media (max-width: 1300px) {
  .archive-works-list li:nth-child(6n) {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .archive-works-list li:nth-child(6n) {
    margin-right: 0;
  }
}

.archive-works-list li a {
  background: #fff;
  display: block;
  border-radius: 8px;
  padding: 40px 30px;
  border: 1px solid #E8E2D0;
  position: relative;
}

@media (max-width: 767px) {
  .archive-works-list li a {
    padding: 7.00935vw 4.6729vw;
  }
}

.archive-works-list-ba {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.archive-works-list-ba-col {
  width: calc(50% - 22px / 2);
  margin-right: 22px;
}

.archive-works-list-ba-col:first-child div {
  position: relative;
}

.archive-works-list-ba-col:first-child div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #A09264;
  border-right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
}

.archive-works-list-ba-col:last-child {
  margin-right: 0;
}

.archive-works-list-ba-col div {
  margin-bottom: 2px;
  display: block;
  position: relative;
}

.archive-works-list-ba-col div:before {
  content: "";
  display: block;
  padding-top: calc(180% / 144 * 100);
}

.archive-works-list-ba-col div img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  object-position: center center;
}

.archive-works-list-ba-col h3 {
  color: #838383;
  font-size: 12px;
}

.archive-works-list-img {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .archive-works-list-img {
    margin-bottom: 3.50467vw;
  }
}

.archive-works-list-img:before {
  content: "";
  display: block;
  padding-top: calc(180% / 310 * 100);
}

.archive-works-list-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  object-position: center center;
}

.archive-works-list-area {
  font-size: 12px;
  font-weight: 500;
  color: #A09264;
  padding-left: 19px;
  margin-bottom: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .archive-works-list-area {
    font-size: 3.27103vw;
    padding-left: 4.43925vw;
    margin-bottom: 2.33645vw;
  }
}

.archive-works-list-area::before {
  position: absolute;
  content: "";
  background: transparent url(../img/pin_brown.svg) no-repeat center center/contain;
  width: 13px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .archive-works-list-area::before {
    width: 3.03738vw;
    height: 3.73832vw;
  }
}

.archive-works-list-title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  border-bottom: 1px solid #E8E2D0;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .archive-works-list-title {
    font-size: 4.6729vw;
    padding-right: 4.6729vw;
    padding-bottom: 2.33645vw;
    margin-bottom: 3.50467vw;
  }
}

.archive-works-list-title::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_brown02.svg) no-repeat center center/contain;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 767px) {
  .archive-works-list-title::after {
    width: 2.33645vw;
    height: 2.33645vw;
  }
}

.archive-works-list-category {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}

.archive-works-list-category div {
  font-size: 12px;
  font-weight: 500;
  color: #D06B07;
  border-radius: 27px;
  border: 1px solid #F5C89A;
  padding: 2px 15px;
  line-height: 1.4;
  margin: 3px;
}

/* other-works
-------------------------*/
.others-works {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .others-works {
    margin-bottom: 23.36449vw;
  }
}

.others-works-title {
  margin-bottom: 20px;
}

.others-works .archive-works-list {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .others-works .archive-works-list li {
    margin-bottom: 50px;
  }
}

.others-works-btn {
  margin: 0 auto;
}

/* breadcrumb-works
----------------------------*/
.breadcrumb-works {
  font-size: 12px;
  letter-spacing: 0;
  text-align: right;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .breadcrumb-works {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-works {
    font-size: 10px;
    margin-bottom: 7.00935vw;
  }
}

.breadcrumb-works .inner {
  max-width: 100%;
}

@media (min-width: 768px) {
  .breadcrumb-works .inner {
    padding: 0 25px;
  }
}

.breadcrumb-works a {
  text-decoration: underline;
}

/* breadcrumb-column
----------------------------*/
.breadcrumb-column {
  font-size: 12px;
  letter-spacing: 0;
  text-align: right;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .breadcrumb-column {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-column {
    font-size: 10px;
    margin-bottom: 7.00935vw;
  }
}

.breadcrumb-column .inner {
  max-width: 100%;
}

@media (min-width: 768px) {
  .breadcrumb-column .inner {
    padding: 0 25px;
  }
}

.breadcrumb-column a {
  text-decoration: underline;
}

/* works-bg
-------------------------*/
.works-bg {
  background: #fff;
  border-radius: 160px 15px 15px 15px;
  padding: 100px 0;
  margin-right: 25px;
  margin-bottom: 100px;
}

@media (max-width: 1500px) {
  .works-bg {
    border-radius: 80px 15px 15px 15px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .works-bg {
    border-radius: 45px 15px 15px 15px;
    padding-top: 10.51402vw;
    padding-bottom: 10.51402vw;
    margin-bottom: 23.36449vw;
    margin-right: 0;
  }
}

/* works-head 
-------------------------*/
.works-head {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .works-head {
    margin-bottom: 16.35514vw;
  }
}

.works-head .page-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #DE717A;
  margin-bottom: 3%;
  position: relative;
}

@media (max-width: 1500px) {
  .works-head .page-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .works-head .page-title {
    font-size: 4.20561vw;
    margin-bottom: 7.00935vw;
  }
}

.works-head .page-title::after {
  position: absolute;
  content: "";
  background: #DE717A;
  width: 30px;
  height: 2px;
  bottom: -10px;
  left: 0;
}

@media (max-width: 767px) {
  .works-head .page-title::after {
    width: 7.00935vw;
    height: 0.46729vw;
    bottom: -2.33645vw;
  }
}

.works-head .works-title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .works-head .works-title {
    font-size: 6.07477vw;
  }
}

.works-head-area {
  font-weight: 500;
  color: #A09264;
  padding-left: 19px;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .works-head-area {
    font-size: 3.27103vw;
    padding-left: 4.43925vw;
    margin-bottom: 2.33645vw;
  }
}

.works-head-area::before {
  position: absolute;
  content: "";
  background: transparent url(../img/pin_brown.svg) no-repeat center center/contain;
  width: 13px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .works-head-area::before {
    width: 3.03738vw;
    height: 3.73832vw;
  }
}

/* works-ba
---------------------*/
.works-ba {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .works-ba {
    margin-bottom: 18.69159vw;
  }
}

@media (min-width: 768px) {
  .works-ba-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.works-ba-col {
  position: relative;
}

@media (min-width: 768px) {
  .works-ba-col {
    width: calc(50% - 20px / 2);
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .works-ba-col:first-child {
    margin-bottom: 18.69159vw;
  }
}

.works-ba-col:first-child div {
  position: relative;
}

.works-ba-col:first-child div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

@media (min-width: 768px) {
  .works-ba-col:first-child div::after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #DE717A;
    border-right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
  }
}

@media (max-width: 767px) {
  .works-ba-col:first-child div::after {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #DE717A;
    border-bottom: 0;
    bottom: -11.68224vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.works-ba-col:last-child {
  margin-right: 0;
}

.works-ba-col h3 {
  font-weight: 500;
  color: #fff;
  background: #DE717A;
  border-radius: 17px;
  padding: 2px 30px;
  width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17px;
}

@media (max-width: 767px) {
  .works-ba-col h3 {
    padding: 0.46729vw 7.00935vw;
    bottom: -3.97196vw;
  }
}

.works-subtitle01 {
  color: #E15B29;
  font-size: 20px;
  font-weight: 500;
  padding-left: 16px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E8E2D0;
  position: relative;
}

@media (max-width: 767px) {
  .works-subtitle01 {
    font-size: 4.6729vw;
    padding-left: 3.73832vw;
    padding-bottom: 1.16822vw;
    margin-bottom: 3.50467vw;
  }
}

.works-subtitle01::before {
  position: absolute;
  content: "";
  background: #E15B29;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .works-subtitle01::before {
    width: 1.40187vw;
    height: 1.40187vw;
  }
}

.works-subtitle02 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  border-top: 1px solid #D15862;
  border-bottom: 1px solid #D15862;
  color: #D15862;
  padding: 10px 15px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .works-subtitle02 {
    font-size: 4.6729vw;
    padding: 2.33645vw 3.50467vw;
    margin-bottom: 11.68224vw;
  }
}

/* works-service
--------------------------*/
.works-service-bg {
  background: #F7EDEE;
  border-radius: 10px;
  padding: 50px 70px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .works-service-bg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (max-width: 1300px) {
  .works-service-bg {
    padding: 45px 30px;
  }
}

@media (max-width: 767px) {
  .works-service-bg {
    padding: 10.51402vw 4.6729vw;
  }
}

@media (min-width: 768px) {
  .works-service-left {
    width: calc(330% / 896 * 100);
    width: 45%;
  }
}

@media (max-width: 767px) {
  .works-service-left {
    margin-bottom: 7.00935vw;
  }
}

.works-service-table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #EFC8CC;
}

.works-service-table table tr td {
  border-bottom: 1px solid #EFC8CC;
}

.works-service-table table tr td:nth-child(1) {
  color: #D15862;
  font-weight: 500;
  padding: 8px 10px;
}

.works-service-table table tr td:nth-child(2) {
  padding: 8px 0;
}

.works-service-price {
  text-align: center;
}

@media (min-width: 768px) {
  .works-service-price {
    width: calc(526% / 896 * 100);
    width: 52%;
  }
}

.works-service-price-wrapper {
  margin-bottom: 48px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.works-service-price-wrapper:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 17px solid #F59191;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
}

.works-service-price-col {
  background: #fff;
  padding: 15px;
  width: calc(50% - 54px / 2);
  margin-right: 54px;
  word-break: break-all;
}

@media (max-width: 1200px) {
  .works-service-price-col {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .works-service-price-col {
    padding: 3.50467vw;
    width: calc(50% - 12.61682vw / 2);
    margin-right: 12.61682vw;
  }
}

.works-service-price-col:nth-child(1) {
  position: relative;
}

.works-service-price-col:nth-child(1)::after {
  position: absolute;
  content: "ー";
  font-size: 30px;
  font-weight: 500;
  color: #F59191;
  top: 50%;
  transform: translateY(-50%);
  right: -42px;
}

@media (max-width: 1200px) {
  .works-service-price-col:nth-child(1)::after {
    font-size: 20px;
    right: -25px;
  }
}

@media (max-width: 767px) {
  .works-service-price-col:nth-child(1)::after {
    font-size: 7.00935vw;
    right: -9.81308vw;
  }
}

.works-service-price-col:nth-child(2n) {
  margin-right: 0;
}

.works-service-price-col.service-case-price-total {
  width: 100%;
  margin-right: 0;
}

.works-service-price-col.service-case-price-total .service-case-price-cost {
  font-size: 22px;
}

@media (max-width: 767px) {
  .works-service-price-col.service-case-price-total .service-case-price-cost {
    font-size: 5.14019vw;
  }
}

.works-service-price-col.service-case-price-total .service-case-price-cost span {
  font-size: 31px;
}

@media (max-width: 767px) {
  .works-service-price-col.service-case-price-total .service-case-price-cost span {
    font-size: 7.24299vw;
  }
}

.works-service-price-title {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .works-service-price-title {
    font-size: 4.20561vw;
  }
}

.works-service-price-cost {
  color: #FF4343;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .works-service-price-cost {
    font-size: 5.37383vw;
  }
}

.works-service-price-cost span {
  font-size: 32px;
}

@media (max-width: 767px) {
  .works-service-price-cost span {
    font-size: 7.47664vw;
  }
}

.works-service-price-total {
  width: 100%;
}

.works-service-price-total .works-service-price-cost {
  font-size: 32px;
}

@media (max-width: 1300px) {
  .works-service-price-total .works-service-price-cost {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .works-service-price-total .works-service-price-cost {
    font-size: 7.47664vw;
  }
}

.works-service-price-total .works-service-price-cost span {
  font-size: 46px;
}

@media (max-width: 1300px) {
  .works-service-price-total .works-service-price-cost span {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .works-service-price-total .works-service-price-cost span {
    font-size: 10.74766vw;
  }
}

.works-service-about {
  background: #fff;
  border-radius: 10px;
  padding: 10px 30px 30px;
}

@media (min-width: 768px) {
  .works-service-about {
    width: calc(460% / 896 * 100);
    width: 45%;
  }
}

@media (max-width: 767px) {
  .works-service-about {
    padding: 2.33645vw 7.00935vw 7.00935vw;
  }
}

.works-service-about-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #D15862;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .works-service-about-title {
    font-size: 4.6729vw;
    margin-bottom: 4.6729vw;
  }
}

.works-service-about-list ul {
  width: fit-content;
  margin: 0 auto;
}

.works-service-about-list ul li {
  font-weight: 500;
  padding-left: 16px;
  position: relative;
}

@media (max-width: 767px) {
  .works-service-about-list ul li {
    padding-left: 3.73832vw;
  }
}

.works-service-about-list ul li::before {
  position: absolute;
  content: "";
  background: #E15B29;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 12px;
}

@media (max-width: 767px) {
  .works-service-about-list ul li::before {
    width: 1.40187vw;
    height: 1.40187vw;
    top: 2.80374vw;
  }
}

/* column-nav
------------------------*/
.column-nav {
  margin-bottom: 76px;
}

@media (max-width: 767px) {
  .column-nav {
    margin-bottom: 17.75701vw;
  }
}

.column-nav .inner {
  max-width: 995px;
}

.column-nav-title {
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .column-nav-title {
    padding-left: 7.00935vw;
    margin-bottom: 4.6729vw;
  }
}

.column-nav-title::before {
  position: absolute;
  content: "";
  background: transparent url(../img/search.svg) no-repeat center center/contain;
  width: 14px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .column-nav-title::before {
    width: 3.27103vw;
    height: 3.50467vw;
  }
}

.column-nav-list {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px -5px;
}

@media (max-width: 767px) {
  .column-nav-list {
    margin: -1.75234vw -1.16822vw;
  }
}

.column-nav-list li {
  margin: 7.5px 5px;
}

@media (max-width: 767px) {
  .column-nav-list li {
    margin: 1.75234vw 1.16822vw;
  }
}

.column-nav-list li a {
  font-weight: 500;
  color: #D06B07;
  background: #fff;
  padding: 7px 20px 7px 55px;
  border-radius: 24px;
  display: block;
  position: relative;
}

@media (max-width: 767px) {
  .column-nav-list li a {
    padding: 1.63551vw 4.6729vw 1.63551vw 12.85047vw;
  }
}

.column-nav-list li a::before {
  position: absolute;
  content: "";
  background: #F7F1E7;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .column-nav-list li a::before {
    width: 5.60748vw;
    height: 5.60748vw;
    left: 4.6729vw;
  }
}

.column-nav-list li a.current {
  background: #EF9339;
  color: #fff;
}

.column-nav-list li a.current:before {
  background: #fff;
}

.column-nav-list li a.current::after {
  position: absolute;
  content: "";
  background: transparent url(../img/check_orange02.svg) no-repeat center center/contain;
  width: 13px;
  height: 9px;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .column-nav-list li a.current::after {
    width: 3.03738vw;
    height: 2.1028vw;
    left: 6.07477vw;
  }
}

/* archice-column
-------------------------*/
@media (min-width: 768px) {
  .archive-column {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .archive-column {
    margin-bottom: 23.36449vw;
  }
}

@media (min-width: 768px) {
  .archive-column .inner {
    max-width: 1140px;
  }
}

/* column-head 
-------------------------*/
.column-head {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .column-head {
    margin-bottom: 14.01869vw;
  }
}

.column-head .page-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #DE717A;
  margin-bottom: 3%;
  position: relative;
}

@media (max-width: 1500px) {
  .column-head .page-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .column-head .page-title {
    font-size: 4.20561vw;
    margin-bottom: 7.00935vw;
  }
}

.column-head .page-title::after {
  position: absolute;
  content: "";
  background: #DE717A;
  width: 30px;
  height: 2px;
  bottom: -10px;
  left: 0;
}

@media (max-width: 767px) {
  .column-head .page-title::after {
    width: 7.00935vw;
    height: 0.46729vw;
    bottom: -2.33645vw;
  }
}

.column-head .column-title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.38462;
}

@media (max-width: 767px) {
  .column-head .column-title {
    font-size: 6.07477vw;
  }
}

.column-head .column-date {
  font-size: 12px;
  color: #989898;
}

/* column-bg
-------------------------*/
.column-bg {
  background: #fff;
  border-radius: 160px 15px 15px 15px;
  padding: 100px 0;
  margin-right: 25px;
  margin-bottom: 100px;
}

@media (max-width: 1500px) {
  .column-bg {
    border-radius: 80px 15px 15px 15px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .column-bg {
    border-radius: 45px 15px 15px 15px;
    padding-top: 10.51402vw;
    padding-bottom: 10.51402vw;
    margin-bottom: 23.36449vw;
    margin-right: 0;
  }
}

/* article-column 
--------------------------*/
.article-column-img img {
  width: 100%;
  margin: 0 auto 40px;
}

.article-column h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #E15B29;
  margin-bottom: 15px;
}

.article-column h2 {
  margin-top: 60px;
  background: #FFF7EB;
  border-radius: 10px;
  border: 1px solid #E15B29;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45455;
  padding: 30px 57px;
}

@media (max-width: 767px) {
  .article-column h2 {
    padding: 5px 15px;
  }
}

.article-column h2 span {
  font-size: 28px;
  font-weight: 500;
  color: #E15B29;
  letter-spacing: 0;
  margin-right: 70px;
  position: relative;
}

.article-column h2 span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: -46px;
  top: 50%;
  transform: translateY(-50%);
  background: #E15B29;
}

.article-column h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: #E15B29;
  margin-bottom: 15px;
}

.article-column h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #E15B29;
  margin-bottom: 15px;
}

.article-column h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #E15B29;
  margin-bottom: 15px;
}

.article-column h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
}

.article-column ul {
  margin-bottom: 30px;
}

.article-column ul li {
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}

.article-column ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E15B29;
  left: 0;
  top: 12px;
}

.article-column ol {
  margin-bottom: 30px;
  padding-left: 20px;
}

.article-column ol li {
  list-style-type: decimal !important;
}

.article-column img {
  max-width: 754px;
  margin-bottom: 40px;
  display: block;
  border-radius: 8px;
  width: auto;
}

@media (max-width: 767px) {
  .article-column img {
    margin-bottom: 30px;
  }
}

.article-column a {
  text-decoration: underline;
  color: #3f6b92;
}

/* contact-bg
-------------------------*/
.contact-bg {
  background: #fff;
  border-radius: 160px 15px 15px 15px;
  margin-top: 48px;
  margin-right: 25px;
  margin-bottom: 120px;
  padding: 100px 0;
}

@media (max-width: 1500px) {
  .contact-bg {
    border-radius: 80px 15px 15px 15px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .contact-bg {
    border-radius: 45px 15px 15px 15px;
    padding-top: 10.51402vw;
    padding-bottom: 10.51402vw;
    margin-bottom: 23.36449vw;
    margin-right: 0;
  }
}

/* contact-head
---------------------*/
.contact-head {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contact-head {
    margin-bottom: 14.01869vw;
  }
}

.contact-head .page-title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #D15862;
  border-bottom: 1px solid #E8E2D0;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .contact-head .page-title {
    font-size: 6.07477vw;
    padding-bottom: 2.33645vw;
    margin-bottom: 7.00935vw;
  }
}

.contact-head-subtitle {
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .contact-head-subtitle {
    font-size: 4.6729vw;
  }
}

.contact-head-txt {
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .contact-head-txt {
    font-size: 4.6729vw;
  }
}

/* contact
---------------------*/
.contact {
  /*確認画面と完了画面を非表示*/
  /*デフォルトのサンクスメッセージを非表示*/
}

.contact-title {
  font-weight: 500;
  color: #D15862;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .contact-title {
    font-size: 17px;
  }
}

.contact-wrapper {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 70px 30px;
}

@media (max-width: 767px) {
  .contact-wrapper {
    padding: 10.51402vw 4.6729vw;
  }
}

.contact-txt {
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

.contact-txt span {
  font-size: 24px;
}

.contact-btn {
  margin: 30px auto 0;
}

.contact .wpcf7 {
  max-width: 700px;
  margin: 0 auto;
}

.contact-table {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .contact-table {
    margin-bottom: 3.50467vw;
  }
}

.contact-table table {
  width: 100%;
  border-collapse: collapse;
}

.contact-table table tr td {
  text-align: left;
  word-break: break-all;
  display: block;
  width: 100%;
}

.contact-table table tr td p {
  margin-bottom: 0;
}

.contact-table table tr td:nth-child(1) {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-bottom: 10px;
}

.contact-table table tr td:nth-child(1) .label {
  display: flex;
  align-items: center;
}

.contact-table table tr td:nth-child(1) .required {
  font-size: 12px;
  letter-spacing: 0.18em;
  background: #E91504;
  color: #fff;
  border-radius: 5px;
  margin-left: 10px;
  padding: 0 6px 0 8px;
  height: 25px;
  line-height: 25px;
  height: fit-content;
  white-space: nowrap;
}

.contact-table table tr td:nth-child(1) .ninni {
  font-size: 12px;
  letter-spacing: 0.18em;
  background: #AAAAAA;
  color: #fff;
  border-radius: 5px;
  margin-left: 10px;
  padding: 0 6px 0 8px;
  height: 25px;
  line-height: 25px;
  height: fit-content;
  white-space: nowrap;
}

.contact-table table tr td:nth-child(2) {
  padding-bottom: 30px;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #D5D5D5;
  background: #fff;
  height: 60px;
  border-radius: 8px;
  font-size: 17px;
  letter-spacing: 0.02em;
  padding: 0 23px;
  font-family: "Noto Sans JP", sans-serif;
}

.contact input[type="text"]:hover,
.contact input[type="email"]:hover,
.contact input[type="tel"]:hover {
  border: 1px solid #383434;
  cursor: pointer;
}

.contact input[type="text"]:focus,
.contact input[type="email"]:focus,
.contact input[type="tel"]:focus {
  outline: none;
  border: 1px solid #383434;
}

.contact input[type="text"]::placeholder,
.contact input[type="email"]::placeholder,
.contact input[type="tel"]::placeholder {
  color: #B5B5B5;
}

.contact textarea {
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: top;
  resize: vertical;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #D5D5D5;
  background: #fff;
  font-size: 17px;
  padding: 20px 23px;
  border-radius: 8px;
  min-height: 205px;
}

@media (max-width: 767px) {
  .contact textarea {
    padding: 15px;
  }
}

.contact textarea:hover {
  border: 1px solid #383434;
  cursor: pointer;
}

.contact textarea:focus {
  outline: none;
  border: 1px solid #383434;
}

.contact textarea::placeholder {
  color: #B5B5B5;
}

.contact input[type="date"] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #D5D5D5;
  background: #fff;
  height: 60px;
  border-radius: 8px;
  font-size: 17px;
  letter-spacing: 0.02em;
  padding: 0 23px;
  font-family: "Noto Sans JP", sans-serif;
}

.contact input[type="date"]:hover {
  border: 1px solid #383434;
  cursor: pointer;
}

.contact input[type="date"]:focus {
  outline: none;
  border: 1px solid #383434;
}

.contact input[type="date"]::placeholder {
  color: #B5B5B5;
}

.contact .wpcf7-checkbox,
.contact .wpcf7-radio {
  display: flex;
  max-width: 650px;
}

@media (min-width: 768px) {
  .contact .wpcf7-checkbox,
  .contact .wpcf7-radio {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .contact .wpcf7-checkbox,
  .contact .wpcf7-radio {
    flex-direction: column;
  }
}

.contact .wpcf7-checkbox .wpcf7-list-item,
.contact .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .contact .wpcf7-checkbox .wpcf7-list-item,
  .contact .wpcf7-radio .wpcf7-list-item {
    margin-right: 30px;
  }
}

.contact .wpcf7-checkbox label,
.contact .wpcf7-radio label {
  display: block;
}

.contact input[type="checkbox"] {
  display: none;
  appearance: none;
}

.contact input[type="radio"] {
  display: none;
  appearance: none;
}

.contact input[type="checkbox"] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 0 0 34px;
  letter-spacing: 0.08em;
}

.contact input[type="radio"] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 0 0 34px;
  letter-spacing: 0.08em;
}

.contact input[type="checkbox"] ~ span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 1px solid #C6C6C6;
}

.contact input[type="radio"] ~ span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 1px solid #C6C6C6;
}

.contact input[type="checkbox"] ~ span::after {
  position: absolute;
  content: "";
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #D06B07;
}

.contact input[type="radio"] ~ span::after {
  position: absolute;
  content: "";
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #D06B07;
}

.contact input[type="checkbox"]:checked ~ span::after {
  opacity: 1;
}

.contact input[type="radio"]:checked ~ span::after {
  opacity: 1;
}

.contact .form-privacy {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .contact .form-privacy {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .contact .form-privacy {
    width: fit-content;
    margin: 0 auto 3.50467vw;
  }
}

.contact .form-privacy a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact .form-privacy .wpcf7-list-item {
  margin: 0;
}

.contact .form-privacy .wpcf7-list-item-label {
  padding-left: 45px;
}

.contact .form-btn {
  position: relative;
  cursor: pointer;
}

.contact .form-btn p {
  margin-bottom: 0;
}

.contact .form-btn input[type="submit"],
.contact .form-btn input[type="button"] {
  border: none;
  border: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  letter-spacing: 0.03em;
  font-weight: bold;
  display: block;
  position: relative;
  background: #E35F6A;
  color: #fff;
  border-radius: 31px;
  width: fit-content;
  padding: 17.5px 123px;
  margin: 0 auto;
  border: 1px solid #E35F6A;
}

@media (max-width: 767px) {
  .contact .form-btn input[type="submit"],
  .contact .form-btn input[type="button"] {
    padding: 17.5px 23.36449vw;
  }
}

.contact .form-btn input[type="submit"].back_button,
.contact .form-btn input[type="button"].back_button {
  background: #fff;
  color: #E35F6A;
}

.contact .form-btn input[type="submit"]:disabled,
.contact .form-btn input[type="button"]:disabled {
  background: transparent;
  border: 1px solid #E5E5E5;
  color: #E5E5E5;
  cursor: disabled;
}

.contact .confirm_area,
.contact .thanks_area {
  display: none;
}

.contact .wpcf7-response-output {
  display: none;
}

/* page-bg
-------------------------*/
.page-bg {
  background: #fff;
  border-radius: 160px 15px 15px 15px;
  margin-top: 48px;
  margin-right: 25px;
  margin-bottom: 120px;
  padding: 100px 0;
}

@media (max-width: 1500px) {
  .page-bg {
    border-radius: 80px 15px 15px 15px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .page-bg {
    border-radius: 45px 15px 15px 15px;
    padding-top: 10.51402vw;
    padding-bottom: 10.51402vw;
    margin-bottom: 23.36449vw;
    margin-right: 0;
  }
}

/* page-head
---------------------*/
.page-head {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .page-head {
    margin-bottom: 14.01869vw;
  }
}

.page-head .page-title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #D15862;
  border-bottom: 1px solid #E8E2D0;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .page-head .page-title {
    font-size: 6.07477vw;
    padding-bottom: 2.33645vw;
    margin-bottom: 7.00935vw;
  }
}

.page-head h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #E15B29;
  margin-bottom: 15px;
}

.page-head h2 {
  margin-top: 60px;
  background: #FFF7EB;
  border-radius: 10px;
  border: 1px solid #E15B29;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45455;
  padding: 30px 57px;
}

.page-head h2 span {
  font-size: 28px;
  font-weight: 500;
  color: #E15B29;
  letter-spacing: 0;
  margin-right: 70px;
  position: relative;
}

.page-head h2 span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: -46px;
  top: 50%;
  transform: translateY(-50%);
  background: #E15B29;
}

.page-head h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: #E15B29;
  margin-bottom: 15px;
}

.page-head h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #E15B29;
  margin-bottom: 15px;
}

.page-head h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #E15B29;
  margin-bottom: 15px;
}

.page-head h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
}

.page-head ul {
  margin-bottom: 30px;
}

.page-head ul li {
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}

.page-head ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E15B29;
  left: 0;
  top: 12px;
}

.page-head ol {
  margin-bottom: 30px;
  padding-left: 20px;
}

.page-head ol li {
  list-style-type: decimal !important;
}

.page-head img {
  max-width: 754px;
  margin: 0 auto 40px;
  display: block;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .page-head img {
    margin-bottom: 30px;
  }
}

.page-head a {
  text-decoration: underline;
  color: #3f6b92;
}

/* fixed-bottom
----------------------------*/
@media (min-width: 768px) {
  .fixed-bottom {
    display: none;
  }
}

@media (max-width: 767px) {
  .fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 131;
  }
}

@media (max-width: 767px) {
  .fixed-bottom-inner {
    display: flex;
  }
}

.fixed-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px 5px 0 0;
  height: 75px;
}

@media (max-width: 767px) {
  .fixed-bottom a {
    height: 17.52336vw;
  }
}

.fixed-bottom-tel {
  background: #fff;
  line-height: 1.4;
  width: 42.05607vw;
}

.fixed-bottom-tel-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-bottom-tel-inner img {
  width: 10px;
  margin-right: 2px;
}

@media (max-width: 767px) {
  .fixed-bottom-tel-inner img {
    width: 2.33645vw;
    margin-right: 0.46729vw;
  }
}

.fixed-bottom-tel-inner span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .fixed-bottom-tel-inner span {
    font-size: 4.6729vw;
  }
}

.fixed-bottom-tel-time {
  font-size: 11px;
}

@media (max-width: 767px) {
  .fixed-bottom-tel-time {
    font-size: 2.57009vw;
  }
}

.fixed-bottom-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 28.97196vw;
}

.fixed-bottom-btn::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.fixed-bottom-line {
  background: #2FB74F;
}

.fixed-bottom-line::before {
  background: #2BD051;
}

.fixed-bottom-contact {
  background: #1EA9BE;
}

.fixed-bottom-contact::before {
  background: #35C2D8;
}

/* fc-mv
-----------------------*/
.fc-mv {
  background: #FFF3C7;
  padding-bottom: 9.125vw;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-mv {
    padding-bottom: 146px;
  }
}

@media (max-width: 767px) {
  .fc-mv {
    padding-top: 2.33645vw;
    padding-bottom: 27.57009vw;
  }
}

.fc-mv .inner {
  max-width: 1420px;
}

@media (max-width: 767px) {
  .fc-mv .inner {
    padding: 0;
  }
}

.fc-mv-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .fc-mv-wrapper {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .fc-mv-inner {
    width: calc(649% / 1420 * 100);
    padding-top: 40px;
  }
}

@media (max-width: 1300px) {
  .fc-mv-inner {
    padding-top: 2.5vw;
  }
}

@media (min-width: 768px) {
  .fc-mv-img {
    width: 100%;
    max-width: 824px;
    position: absolute;
    top: 0;
    right: -91px;
  }
}

@media (max-width: 1600px) {
  .fc-mv-img {
    max-width: 51.5vw;
    right: -5vw;
  }
}

@media (max-width: 1300px) {
  .fc-mv-img {
    right: -40px;
  }
}

@media (max-width: 767px) {
  .fc-mv-img {
    max-width: 100%;
    width: 100%;
    right: 0;
  }
}

.fc-mv-title {
  color: #514645;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #514645;
  width: fit-content;
  margin-bottom: 30px;
  margin-left: 13px;
}

@media (max-width: 1600px) {
  .fc-mv-title {
    font-size: 26px;
    margin-left: 0;
  }
}

@media (max-width: 1300px) {
  .fc-mv-title {
    font-size: 1.8125vw;
    margin-bottom: 1.875vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-mv-title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .fc-mv-title {
    font-size: 4.20561vw;
    padding-bottom: 1.16822vw;
    margin: 0 4.6729vw 4.6729vw;
    width: calc(100% - 4.6728971963vw * 2);
  }
}

.fc-mv-number {
  max-width: 560px;
  margin-bottom: 10px;
  margin-left: 13px;
}

@media (max-width: 1600px) {
  .fc-mv-number {
    max-width: 500px;
    margin-left: 0;
  }
}

@media (max-width: 1300px) {
  .fc-mv-number {
    max-width: 35vw;
    margin-bottom: 0.625vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-mv-number {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .fc-mv-number {
    max-width: 83.17757vw;
    margin: 0 auto 2.33645vw;
  }
}

.fc-mv-txt {
  color: #DE717A;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
  margin-left: 13px;
}

@media (max-width: 1600px) {
  .fc-mv-txt {
    font-size: 22px;
    margin-left: 0;
  }
}

@media (max-width: 1300px) {
  .fc-mv-txt {
    font-size: 1.5vw;
    margin-bottom: 0.9375vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-mv-txt {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .fc-mv-txt {
    font-size: 5.60748vw;
    line-height: 1.5;
    margin-bottom: 3.50467vw;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .fc-mv-list {
    margin: 0 1.40187vw 5.60748vw;
  }
}

/* fc-cv
-----------------------*/
.fc-cv {
  background: #fff;
  position: relative;
  padding-bottom: 90px;
  text-align: center;
}

@media (max-width: 767px) {
  .fc-cv {
    padding-top: 32.71028vw;
    padding-bottom: 28.03738vw;
  }
}

.fc-cv::before {
  position: absolute;
  content: "";
  background: transparent url(../img/curve_white.svg) no-repeat top center/cover;
  width: 100%;
  height: 7.3125vw;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-cv::before {
    height: 117px;
  }
}

@media (max-width: 767px) {
  .fc-cv::before {
    height: 7.47664vw;
  }
}

.fc-cv-title {
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .fc-cv-title {
    margin-bottom: 18.69159vw;
  }
}

.fc-cv-title:after {
  position: absolute;
  content: "";
  background: transparent url(../img/dot_orange.svg) no-repeat center center/contain;
  width: 9px;
  height: 47px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -65px;
}

@media (max-width: 767px) {
  .fc-cv-title:after {
    width: 2.1028vw;
    height: 10.98131vw;
    bottom: -15.18692vw;
  }
}

.fc-cv-title span {
  color: #FF4343;
  font-size: 29px;
  line-height: 1.58621;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-cv-title span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .fc-cv-title span {
    font-size: 5.60748vw;
    line-height: 1.5;
  }
}

.fc-cv-title span:before {
  position: absolute;
  content: "";
  background: transparent url(../img/men-icon01.svg) no-repeat center center/contain;
  width: 136px;
  height: 154px;
  top: -10px;
  left: -240px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-cv-title span:before {
    width: 100px;
    height: 113px;
    left: -170px;
  }
}

@media (max-width: 767px) {
  .fc-cv-title span:before {
    width: 22.19626vw;
    height: 25.23364vw;
    top: -28.03738vw;
    left: 18.69159vw;
  }
}

.fc-cv-title span:after {
  position: absolute;
  content: "";
  background: transparent url(../img/men-icon02.svg) no-repeat center center/contain;
  width: 136px;
  height: 154px;
  top: -10px;
  right: -176px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-cv-title span:after {
    width: 100px;
    height: 113px;
    right: -120px;
  }
}

@media (max-width: 767px) {
  .fc-cv-title span:after {
    width: 22.19626vw;
    height: 25.23364vw;
    top: -28.03738vw;
    right: 0vw;
  }
}

.fc-cv-txt {
  font-size: 26px;
  line-height: 1.73077;
  letter-spacing: 0.08em;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-cv-txt {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .fc-cv-txt {
    font-size: 4.6729vw;
    line-height: 1.8;
    margin-bottom: 9.34579vw;
    text-align: left;
  }
}

.fc-cv .inner {
  max-width: 1200px;
  position: relative;
}

@media (min-width: 768px) {
  .fc-cv .inner {
    top: -60px;
  }
}

@media (max-width: 767px) {
  .fc-cv .fc-contact-btn-wrapper {
    margin: 0 4.6729vw;
  }
}

@media (max-width: 767px) {
  .fc-cv .fc-contact-btn-wrapper .fc-contact-btn-download {
    margin-bottom: 7.00935vw;
  }
}

/* fc-owner
-----------------------*/
.fc-owner {
  background: #F5EBE1;
  margin: 0 28px 16vw;
  padding: 70px 0 80px;
  border-radius: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-owner {
    margin-bottom: 256px;
  }
}

@media (max-width: 767px) {
  .fc-owner {
    margin: 0 0 26.63551vw;
    padding: 11.68224vw 0 34.57944vw;
  }
}

.fc-owner-title {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .fc-owner-title {
    margin-bottom: 9.34579vw;
  }
}

.fc-owner .inner {
  max-width: 1200px;
}

.fc-owner .swiper-fc {
  position: relative;
}

.fc-owner .swiper-fc .swiper-scrollbar {
  background-color: #D6D1C7;
  height: 4px;
  width: 50%;
  bottom: -50px;
}

@media (min-width: 768px) {
  .fc-owner .swiper-fc .swiper-scrollbar {
    display: none;
  }
}

@media (max-width: 767px) {
  .fc-owner .swiper-fc .swiper-scrollbar {
    display: block;
  }
}

.fc-owner .swiper-fc .swiper-scrollbar-drag {
  background-color: #FF4343;
}

@media (min-width: 768px) {
  .fc-owner-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.fc-owner-list li {
  background: #fff;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .fc-owner-list li {
    width: calc(33.3333% - 30px * 2 / 3);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-owner-list li {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-owner-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.fc-owner-list li:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-owner-list li:nth-child(3n) {
    margin-right: 30px;
  }
}

.fc-owner-list li:nth-child(6n) {
  margin-right: 0;
}

.fc-owner-list-img {
  display: block;
  position: relative;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .fc-owner-list-img {
    margin-bottom: 20px;
  }
}

.fc-owner-list-img:before {
  content: "";
  display: block;
  padding-top: calc(251% / 380 * 100);
}

.fc-owner-list-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px 8px 0 0;
}

.fc-owner-list-inner {
  padding: 0 30px 30px;
}

.fc-owner-list-title {
  color: #E15B29;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
}

.fc-owner-list-title span {
  font-size: 28px;
}

.fc-owner-list-title::before {
  position: absolute;
  content: "";
  background: transparent url(../img/check_orange.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 15px;
  left: 0;
}

.fc-owner-list-txt {
  line-height: 1.75;
  margin-bottom: 10px;
}

.fc-owner-list-info {
  border-top: 1px solid #E8E2D0;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}

.fc-owner-list-name {
  font-size: 14px;
  color: #A09264;
}

.fc-owner-list-name span {
  display: block;
  color: #383434;
  font-size: 18px;
  font-weight: 500;
}

.fc-owner-list-area {
  font-size: 14px;
  color: #A09264;
  padding-left: 19px;
  position: relative;
}

.fc-owner-list-area::before {
  position: absolute;
  content: "";
  background: transparent url(../img/pin_brown.svg) no-repeat center center/contain;
  width: 13px;
  height: 16px;
  top: 5px;
  left: 0;
}

.fc-owner-list-btn {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  padding: 12px;
}

.fc-owner-list-btn-video {
  background: #DE717A;
  margin-bottom: 10px;
}

.fc-owner-list-btn-interview {
  background: #BFAE76;
}

.fc-owner-list-btn span {
  padding-left: 20px;
  position: relative;
}

.fc-owner-list-btn span::before {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_white.svg) no-repeat center center/contain;
  width: 6px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* fc-reason
-----------------------*/
.fc-reason {
  background: #DE717A;
  padding: 50px 0 175px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-reason {
    padding: 29.20561vw 0 24.53271vw;
  }
}

.fc-reason::before {
  position: absolute;
  content: "";
  background: transparent url(../img/curve_pink.svg) no-repeat top center/cover;
  width: 100%;
  height: 7.3125vw;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-reason::before {
    height: 117px;
  }
}

@media (max-width: 767px) {
  .fc-reason::before {
    height: 7.47664vw;
  }
}

.fc-reason .inner {
  max-width: 1200px;
}

.fc-reason-title {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 70px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-reason-title {
    font-size: 5.60748vw;
    margin-bottom: 11.68224vw;
    line-height: 1.58333;
  }
}

.fc-reason-title span {
  color: #FFF798;
  font-size: 35px;
}

@media (max-width: 767px) {
  .fc-reason-title span {
    font-size: 7.47664vw;
  }
}

.fc-reason-title span .number {
  font-size: 50px;
}

@media (max-width: 767px) {
  .fc-reason-title span .number {
    font-size: 10.51402vw;
  }
}

.fc-reason-title::before {
  position: absolute;
  content: "";
  background: transparent url(../img/dot_pink.svg) no-repeat center center/contain;
  width: 9px;
  height: 69px;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media (max-width: 767px) {
  .fc-reason-title::before {
    width: 2.1028vw;
    height: 16.1215vw;
    top: -18.69159vw;
  }
}

.fc-reason-list li {
  background: #fff;
  border-radius: 20px;
  border: 6px solid #E8969D;
  margin-bottom: 66px;
  overflow: hidden;
  padding: 70px 15px 50px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-reason-list li {
    padding: 11.68224vw 4.6729vw 23.36449vw;
    margin-bottom: 28.03738vw;
  }
}

.fc-reason-list li:last-child {
  margin-bottom: 0;
}

.fc-reason-list-inner {
  max-width: 1030px;
  margin: 0 auto;
}

.fc-reason-list-number {
  position: absolute;
  background: #E8969D;
  border-radius: 50%;
  width: 108px;
  height: 108px;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .fc-reason-list-number {
    width: 25.23364vw;
    height: 25.23364vw;
    top: -12.61682vw;
  }
}

.fc-reason-list-number span {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

@media (max-width: 767px) {
  .fc-reason-list-number span {
    font-size: 6.54206vw;
    bottom: 2.33645vw;
  }
}

.fc-reason-list-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #DE717A;
  line-height: 1.4;
  margin-bottom: 70px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-reason-list-title {
    font-size: 4.6729vw;
    margin: 0 -2.33645vw 14.01869vw;
  }
}

.fc-reason-list-title span {
  font-size: 109px;
  letter-spacing: 0.1em;
  color: #FCE8EA;
  display: block;
}

@media (max-width: 767px) {
  .fc-reason-list-title span {
    font-size: 21.02804vw;
  }
}

.fc-reason-list-title::before {
  position: absolute;
  content: "";
  background: #DE717A;
  width: 60px;
  height: 3px;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .fc-reason-list-title::before {
    width: 14.01869vw;
    height: 0.70093vw;
    bottom: -5.84112vw;
  }
}

@media (min-width: 768px) {
  .fc-reason-list-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .fc-reason-list-wrapper {
    margin-bottom: 11.68224vw;
  }
}

@media (min-width: 768px) {
  .fc-reason-list-left {
    width: calc(540% / 1030 * 100);
  }
}

@media (min-width: 768px) {
  .fc-reason-list-right {
    width: calc(442% / 1030 * 100);
  }
}

.fc-reason-list-subtitle {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .fc-reason-list-subtitle {
    font-size: 5.14019vw;
    line-height: 1.68182;
    margin-bottom: 7.00935vw;
    text-align: left !important;
  }
}

.fc-reason-list-txt {
  line-height: 2.1875;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .fc-reason-list-txt {
    margin-bottom: 14.01869vw;
  }
}

.fc-reason-list-btn {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .fc-reason-support {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .fc-reason-support {
    margin-bottom: 11.68224vw;
  }
}

.fc-reason-support-item {
  background: #FFFBED;
}

@media (min-width: 768px) {
  .fc-reason-support-item {
    width: calc(33.333% - 24px * 2 / 3);
    margin-right: 24px;
    padding: 0 24px 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-reason-support-item {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .fc-reason-support-item {
    margin-bottom: 4.6729vw;
    padding: 0 4.6729vw 7.00935vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-reason-support-item:nth-child(2n) {
    margin-right: 0;
  }
}

.fc-reason-support-item:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-reason-support-item:nth-child(3n) {
    margin-right: 30px;
  }
}

.fc-reason-support-item-number {
  color: #F8B59C;
  font-size: 14px;
  font-weight: bold;
  background: #E15B29;
  width: fit-content;
  margin: 0 auto 15px;
  padding: 4px 18px;
}

@media (max-width: 767px) {
  .fc-reason-support-item-number {
    font-size: 3.27103vw;
    padding: 0.93458vw 4.20561vw;
    margin-bottom: 3.50467vw;
  }
}

.fc-reason-support-item-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #E15B29;
  text-align: center;
  border-bottom: 1px solid #E15B29;
}

@media (max-width: 767px) {
  .fc-reason-support-item-title {
    font-size: 4.6729vw;
    padding-bottom: 2.33645vw;
    margin-bottom: 3.50467vw;
  }
}

.fc-reason-support-item-list div {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  padding-left: 30px;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .fc-reason-support-item-list div {
    font-size: 4.20561vw;
    padding-left: 7.00935vw;
    margin-bottom: 2.33645vw;
  }
}

.fc-reason-support-item-list div:last-child {
  margin-bottom: 0;
}

.fc-reason-support-item-list div::before {
  position: absolute;
  content: "";
  background: transparent url(../img/check_orange.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 0;
}

@media (max-width: 767px) {
  .fc-reason-support-item-list div::before {
    width: 4.6729vw;
    height: 4.6729vw;
    top: 0.70093vw;
  }
}

.fc-reason-support-item-list div span {
  font-size: 15px;
}

@media (max-width: 767px) {
  .fc-reason-support-item-list div span {
    font-size: 3.50467vw;
  }
}

/* fc-bg01
-----------------------*/
.fc-bg01 {
  background: #FFFBED;
  padding-bottom: 15.8125vw;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-bg01 {
    padding-bottom: 253px;
  }
}

@media (max-width: 767px) {
  .fc-bg01 {
    padding-bottom: 30.84112vw;
  }
}

/* fc-attraction
-----------------------*/
.fc-attraction {
  margin-bottom: 135px;
}

@media (max-width: 767px) {
  .fc-attraction {
    margin-bottom: 39.71963vw;
  }
}

.fc-attraction-list {
  display: flex;
}

@media (min-width: 768px) {
  .fc-attraction-list li {
    width: 33.33333%;
  }
}

@media (max-width: 767px) {
  .fc-attraction-list li {
    width: 50%;
  }
}

.fc-attraction .inner {
  max-width: 1200px;
}

.fc-attraction-bg {
  background: #fff;
  border-radius: 20px;
  padding: 110px 30px 100px;
  margin-top: -62px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-attraction-bg {
    padding: 25.70093vw 4.6729vw 21.02804vw;
    margin-top: -5.84112vw;
  }
}

.fc-attraction-title {
  font-size: 28px;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-attraction-title {
    font-size: 6.07477vw;
    margin-bottom: 16.35514vw;
  }
}

.fc-attraction-title::before {
  position: absolute;
  content: "";
  background: transparent url(../img/dot_pink.svg) no-repeat center center/contain;
  width: 9px;
  height: 69px;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .fc-attraction-title::before {
    width: 2.1028vw;
    height: 16.1215vw;
    top: -18.69159vw;
  }
}

.fc-attraction-subtitle01 {
  font-size: 26px;
  line-height: 1.88462;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #DE717A;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-attraction-subtitle01 {
    font-size: 4.6729vw;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 11.68224vw;
  }
}

.fc-attraction-subtitle01::before {
  position: absolute;
  content: "";
  background: #DE717A;
  width: 60px;
  height: 3px;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .fc-attraction-subtitle01::before {
    width: 14.01869vw;
    height: 0.70093vw;
    bottom: -5.84112vw;
  }
}

.fc-attraction-subtitle02 {
  font-size: 28px;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .fc-attraction-subtitle02 {
    font-size: 5.14019vw;
    text-align: left;
    margin-bottom: 9.34579vw;
  }
}

.fc-attraction-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1026px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .fc-attraction-wrapper {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .fc-attraction-img {
    width: calc(506% / 1026 * 100);
  }
}

@media (max-width: 767px) {
  .fc-attraction-img {
    margin-bottom: 7.00935vw;
  }
}

@media (min-width: 768px) {
  .fc-attraction-txt {
    width: calc(458% / 1026 * 100);
  }
}

@media (max-width: 767px) {
  .fc-attraction-txt {
    line-height: 2.1875;
  }
}

/* fc-support
-----------------------*/
.fc-support .inner {
  max-width: 1200px;
}

.fc-support-bg {
  background: #FFF3C7;
  border-radius: 20px;
  padding: 80px 30px 67px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-support-bg {
    padding: 14.01869vw 4.6729vw 18.69159vw;
  }
}

.fc-support-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 28px;
  width: 100%;
  max-width: 424px;
  padding: 10px 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -29px;
  background: #FF7541;
  color: #fff;
}

@media (max-width: 767px) {
  .fc-support-title {
    font-size: 4.6729vw;
    max-width: 81.30841vw;
    padding: 0.93458vw 3.50467vw;
    top: -6.7757vw;
    background: #FF4343;
  }
}

.fc-support-title:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 14px solid #FF7541;
  border-bottom: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .fc-support-title:after {
    border-top: 14px solid #FF4343;
  }
}

.fc-support-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1058px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .fc-support-wrapper {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .fc-support-img {
    width: calc(432% / 1058 * 100);
  }
}

@media (max-width: 767px) {
  .fc-support-img {
    margin-bottom: 3.50467vw;
  }
}

@media (min-width: 768px) {
  .fc-support-inner {
    width: calc(576% / 1058 * 100);
  }
}

.fc-support-subtitle {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .fc-support-subtitle {
    font-size: 4.6729vw;
    letter-spacing: 0.08em;
    margin-bottom: 2.33645vw;
  }
}

.fc-support-txt {
  line-height: 2.1875;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .fc-support-txt {
    margin-bottom: 9.34579vw;
  }
}

@media (max-width: 767px) {
  .fc-support-btn {
    width: 100%;
  }
}

/* fc-message
-----------------------*/
.fc-message {
  background: #fff;
  padding-bottom: 140px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-message {
    padding: 11.68224vw 0 23.36449vw;
  }
}

.fc-message::before {
  position: absolute;
  content: "";
  background: transparent url(../img/curve_white.svg) no-repeat top center/cover;
  width: 100%;
  height: 7.3125vw;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-message::before {
    height: 117px;
  }
}

@media (max-width: 767px) {
  .fc-message::before {
    height: 7.47664vw;
  }
}

.fc-message .inner {
  max-width: 1200px;
}

.fc-message-wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .fc-message-wrapper {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .fc-message-left {
    width: calc(450% / 1200 * 100);
  }
}

.fc-message-img {
  margin-bottom: 30px;
}

.fc-message-img img {
  border-radius: 10px;
}

@media (min-width: 768px) {
  .fc-message-right {
    width: calc(700% / 1200 * 100);
  }
}

@media (max-width: 767px) {
  .fc-message-right {
    margin-bottom: 11.68224vw;
  }
}

.fc-message-txt {
  font-size: 18px;
  line-height: 2.11111;
  margin-bottom: 30px;
}

.fc-message-name {
  margin-bottom: 0;
}

/* fc-contact
-----------------------*/
.fc-contact {
  background: #E15B29;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .fc-contact {
    padding: 23.36449vw 0;
  }
}

.fc-contact-support {
  padding-top: 0;
  margin-bottom: 140px;
}

@media (max-width: 767px) {
  .fc-contact-support {
    margin-bottom: 23.36449vw;
  }
}

.fc-contact-support .fc-contact-title {
  font-size: 22px;
}

@media (max-width: 767px) {
  .fc-contact-support .fc-contact-title {
    font-size: 4.6729vw;
  }
}

.fc-contact-support .fc-contact-bg {
  position: relative;
  margin-top: -70px;
  padding-top: 120px;
}

@media (max-width: 767px) {
  .fc-contact-support .fc-contact-bg {
    margin-top: -5.84112vw;
  }
}

.fc-contact .inner {
  max-width: 1200px;
}

.fc-contact-bg {
  background: #fff;
  border-radius: 20px;
  border: 8px solid #F2B4B9;
  text-align: center;
  padding: 40px 30px 68px;
}

@media (max-width: 767px) {
  .fc-contact-bg {
    border-width: 4px;
    padding: 21.02804vw 4.6729vw 23.36449vw;
  }
}

.fc-contact-head {
  position: relative;
  width: fit-content;
  margin: 0 auto 70px;
}

@media (max-width: 767px) {
  .fc-contact-head {
    margin-bottom: 16.35514vw;
  }
}

.fc-contact-head::after {
  position: absolute;
  content: "";
  background: transparent url(../img/fc_contact_free.png) no-repeat center center/contain;
  width: 162px;
  height: 162px;
  left: -171px;
  bottom: 10px;
}

@media (max-width: 1024px) {
  .fc-contact-head::after {
    width: 140px;
    height: 140px;
    left: -150px;
  }
}

@media (max-width: 767px) {
  .fc-contact-head::after {
    width: 37.85047vw;
    height: 37.85047vw;
    left: -4.6729vw;
    top: -39.71963vw;
  }
}

.fc-contact-subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #DE717A;
  line-height: 1.55556;
}

@media (max-width: 767px) {
  .fc-contact-subtitle {
    font-size: 4.20561vw;
  }
}

.fc-contact-title {
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .fc-contact-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .fc-contact-title {
    font-size: 4.20561vw;
    margin: 0 -2.33645vw;
  }
}

.fc-contact-title span {
  font-size: 38px;
}

@media (max-width: 1024px) {
  .fc-contact-title span {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .fc-contact-title span {
    font-size: 5.60748vw;
  }
}

.fc-contact-btn {
  display: block;
  font-size: 24px;
  font-weight: bold;
  border-radius: 8px;
  padding: 30px 15px;
  text-align: center;
  position: relative;
}

@media (max-width: 1024px) {
  .fc-contact-btn {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .fc-contact-btn {
    font-size: 5.14019vw;
    padding: 5.84112vw 3.50467vw;
  }
}

.fc-contact-btn span {
  font-size: 16px;
  display: block;
  border-radius: 28px;
  width: 100%;
  max-width: 322px;
  padding: 4px 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -29px;
  color: #FF4343;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-contact-btn span {
    font-size: 14px;
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .fc-contact-btn span {
    font-size: 3.73832vw;
    max-width: 75.23364vw;
    padding: 0.93458vw 3.50467vw;
    top: -6.7757vw;
  }
}

.fc-contact-btn span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 9px solid #FDF6DA;
  border-bottom: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.fc-contact-btn-download {
  color: #FF4343;
  background: #FFEC82;
  box-shadow: #DBC33E 0 5px 0;
}

@media (max-width: 767px) {
  .fc-contact-btn-download {
    margin-bottom: 16.35514vw;
  }
}

.fc-contact-btn-download span {
  background: #FDF6DA;
}

.fc-contact-btn-soudan {
  color: #fff;
  background: #FF4343;
  box-shadow: #AA1717 0 5px 0;
}

.fc-contact-btn-soudan span {
  background: #FFEFEF;
}

@media (min-width: 768px) {
  .fc-contact-btn-wrapper {
    display: flex;
    justify-content: center;
    max-width: 1055px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .fc-contact-btn-wrapper li {
    width: calc(50% - 50px / 2);
    margin-right: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-contact-btn-wrapper li {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
  }
}

.fc-contact-btn-wrapper li:nth-child(2n) {
  margin-right: 0;
}

/* eyecatch-fc
-----------------------------*/
.eyecatch-fc {
  margin: 25px 0 100px;
}

@media (max-width: 767px) {
  .eyecatch-fc {
    margin: 3.50467vw 0 23.36449vw;
  }
}

.eyecatch-fc .inner {
  max-width: 1544px;
}

.eyecatch-fc-img {
  position: relative;
  display: block;
}

.eyecatch-fc-img:before {
  content: "";
  display: block;
  padding-top: calc(470% / 1544 * 100);
}

@media (max-width: 767px) {
  .eyecatch-fc-img:before {
    padding-top: 50%;
  }
}

.eyecatch-fc-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
}

.eyecatch-fc .page-title {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
}

.eyecatch-fc .page-title .en {
  font-weight: 500;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .eyecatch-fc .page-title .en {
    font-size: 3.27103vw;
  }
}

.eyecatch-fc .page-title .jp {
  font-size: 28px;
  font-weight: 500;
  border-radius: 0 8px 0 0;
  padding: 20px 50px;
  background: #FFFBED;
  display: block;
  position: relative;
}

@media (max-width: 1024px) {
  .eyecatch-fc .page-title .jp {
    font-size: 24px;
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .eyecatch-fc .page-title .jp {
    font-size: 5.14019vw;
    padding: 1.16822vw 3.50467vw;
  }
}

.eyecatch-fc .page-title .jp::before {
  position: absolute;
  content: "";
  background: transparent url(../img/curve.svg) no-repeat center center/contain;
  width: 10px;
  height: 10px;
  bottom: 0;
  left: 100%;
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .eyecatch-fc .page-title .jp::before {
    width: 2.33645vw;
    height: 2.33645vw;
  }
}

.eyecatch-fc .page-title .jp::after {
  position: absolute;
  content: "";
  background: transparent url(../img/curve.svg) no-repeat center center/contain;
  width: 10px;
  height: 10px;
  bottom: 100%;
  left: 0;
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .eyecatch-fc .page-title .jp::after {
    width: 2.33645vw;
    height: 2.33645vw;
  }
}

/* fc-nav 
--------------------------*/
.fc-nav {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .fc-nav {
    margin-bottom: 23.36449vw;
  }
}

.fc-nav .inner {
  max-width: 1200px;
}

@media (min-width: 768px) {
  .fc-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .fc-nav-list li {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .fc-nav-list li {
    margin-bottom: 3.50467vw;
  }
}

.fc-nav-list li a {
  background: #fff;
  color: #D06B07;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 16px 70px 16px 30px;
  border-radius: 33px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-nav-list li a {
    font-size: 4.20561vw;
    padding: 3.73832vw 16.35514vw 3.73832vw 7.00935vw;
    line-height: 1.4;
  }
}

.fc-nav-list li a::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_d_orange.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .fc-nav-list li a::after {
    width: 4.20561vw;
    height: 4.20561vw;
    right: 3.50467vw;
  }
}

/* fc-voice
--------------------------*/
.fc-voice {
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 120px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-voice {
    margin-top: -50px;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .fc-voice {
    margin-top: -11.68224vw;
    padding-top: 11.68224vw;
    margin-bottom: 23.36449vw;
  }
}

.fc-voice .inner {
  max-width: 1200px;
}

.fc-voice-title {
  color: #E15B29;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-left: 1.5em;
}

@media (max-width: 767px) {
  .fc-voice-title {
    font-size: 4.20561vw;
  }
}

.fc-voice-title::before {
  position: absolute;
  content: "・";
  left: 0.5em;
  top: 0;
}

.fc-voice-bg {
  background: #fff;
  border-radius: 8px;
  padding: 50px 30px 100px;
}

@media (max-width: 767px) {
  .fc-voice-bg {
    padding: 10.51402vw 4.6729vw;
  }
}

.fc-voice-inner {
  max-width: 1030px;
  margin: 0 auto;
}

.fc-voice-head {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .fc-voice-head {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .fc-voice-head-img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .fc-voice-head-img {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .fc-voice-head-inner {
    width: calc(455% / 1030 * 100);
  }
}

@media (min-width: 768px) {
  .fc-voice-head-open {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .fc-voice-head-open {
    margin-bottom: 3.50467vw;
  }
}

.fc-voice-head-open h4 {
  font-weight: bold;
  color: #fff;
  background: #E15B29;
  border-radius: 5px;
  padding: 4px 15px;
  margin-right: 20px;
  width: fit-content;
}

@media (max-width: 767px) {
  .fc-voice-head-open h4 {
    padding: 1.16822vw 3.50467vw;
    margin-right: 0;
    margin-bottom: 1.16822vw;
  }
}

.fc-voice-head-open span {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .fc-voice-head-open span {
    font-size: 4.20561vw;
  }
}

@media (min-width: 768px) {
  .fc-voice-head-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .fc-voice-head-info {
    margin-bottom: 3.50467vw;
  }
}

.fc-voice-head-info-name {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .fc-voice-head-info-name {
    font-size: 4.20561vw;
    margin-bottom: 1.16822vw;
  }
}

.fc-voice-head-info-shop {
  font-size: 14px;
  color: #A09264;
  padding-left: 19px;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-voice-head-info-shop {
    font-size: 3.27103vw;
    padding-left: 4.43925vw;
    margin-bottom: 2.33645vw;
  }
}

.fc-voice-head-info-shop::before {
  position: absolute;
  content: "";
  background: transparent url(../img/pin_brown.svg) no-repeat center center/contain;
  width: 13px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .fc-voice-head-info-shop::before {
    width: 3.03738vw;
    height: 3.73832vw;
  }
}

.fc-voice-head-btn {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  padding: 12px;
  background: #DE717A;
}

@media (max-width: 767px) {
  .fc-voice-head-btn {
    font-size: 3.27103vw;
    padding: 2.80374vw;
  }
}

.fc-voice-head-btn span {
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-voice-head-btn span {
    padding-left: 4.6729vw;
  }
}

.fc-voice-head-btn span::before {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_white.svg) no-repeat center center/contain;
  width: 6px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .fc-voice-head-btn span::before {
    width: 1.40187vw;
    height: 1.86916vw;
  }
}

.fc-voice-comment {
  background: #FFF3C7;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66667;
  padding: 20px 50px;
}

@media (max-width: 767px) {
  .fc-voice-comment {
    font-size: 4.20561vw;
    padding: 4.6729vw;
  }
}

@media (min-width: 768px) {
  .fc-voice-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
}

.fc-voice-wrapper .fc-voice-wrapper-inner {
  margin-top: 0;
}

@media (min-width: 768px) {
  .fc-voice-wrapper .fc-voice-wrapper-inner {
    width: calc(576% / 1030 * 100);
  }
}

@media (min-width: 768px) {
  .fc-voice-wrapper .fc-voice-wrapper-img {
    width: calc(404% / 1030 * 100);
  }
}

.fc-voice-wrapper-inner {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .fc-voice-wrapper-inner {
    margin-top: 10.51402vw;
  }
}

.fc-voice-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #E15B29;
  border-bottom: 1px solid #E8E2D0;
  padding-left: 1em;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-voice-subtitle {
    font-size: 4.20561vw;
  }
}

.fc-voice-subtitle::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

/* fc-interview
--------------------------*/
.fc-interview {
  margin-bottom: 140px;
}

@media (max-width: 767px) {
  .fc-interview {
    margin-bottom: 23.36449vw;
  }
}

.fc-interview-bg {
  background: #DE717A;
  border-radius: 5px;
  padding: 40px 30px;
}

@media (max-width: 767px) {
  .fc-interview-bg {
    padding: 9.34579vw 4.6729vw;
  }
}

.fc-interview-wrapper {
  max-width: 865px;
  margin: 0 auto 35px;
  color: #fff;
}

@media (min-width: 768px) {
  .fc-interview-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .fc-interview-inner {
    width: calc(538% / 865 * 100);
  }
}

@media (max-width: 767px) {
  .fc-interview-inner {
    margin-bottom: 7.00935vw;
  }
}

.fc-interview-title {
  margin-bottom: 30px;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
}

@media (max-width: 1024px) {
  .fc-interview-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .fc-interview-title {
    font-size: 5.60748vw;
  }
}

.fc-interview-title::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 60px;
  height: 3px;
  left: 0;
  bottom: -15px;
}

.fc-interview-txt {
  line-height: 2.1875;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .fc-interview-img {
    width: calc(296% / 865 * 100);
  }
}

.fc-interview-img p {
  margin-top: 5px;
  margin-bottom: 0;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0;
  position: relative;
  padding-right: 30px;
}

.fc-interview-img p::after {
  position: absolute;
  content: "";
  background: transparent url(../img/youtube.svg) no-repeat center center/contain;
  width: 26.5px;
  height: 18.5px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fc-interview-btn {
  background: #fff;
  border-radius: 8px;
  display: block;
  width: fit-content;
  padding: 13px 62px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .fc-interview-btn {
    width: 100%;
    padding: 3.03738vw 3.50467vw;
  }
}

.fc-interview-btn span {
  font-size: 18px;
  font-weight: bold;
  color: #D15862;
  padding-right: 22px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-interview-btn span {
    font-size: 4.20561vw;
    padding-right: 5.14019vw;
  }
}

.fc-interview-btn span::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ex_pink.svg) no-repeat center center/contain;
  width: 12px;
  height: 12px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .fc-interview-btn span::after {
    width: 2.80374vw;
    height: 2.80374vw;
  }
}

/* fc-number
-----------------------*/
.fc-number {
  background: #FFF3C7;
  margin: 0 28px 100px;
  padding: 70px 0 60px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .fc-number {
    margin: 0 0 26.63551vw;
    padding: 11.68224vw 0 34.57944vw;
  }
}

.fc-number-title {
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-number-title {
    margin-top: -50px;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .fc-number-title {
    margin-top: -11.68224vw;
    padding-top: 11.68224vw;
    margin-bottom: 9.34579vw;
  }
}

.fc-number .inner {
  max-width: 1060px;
}

@media (min-width: 768px) {
  .fc-number-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.fc-number-list li {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #EFB60E;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .fc-number-list li {
    width: calc(33.3333% - 50px * 2 / 3);
    margin-right: 50px;
    margin-bottom: 40px;
    padding: 30px 15px 20px;
    min-height: 208px;
  }
}

@media (max-width: 1200px) {
  .fc-number-list li {
    width: calc(33.3333% - 30px * 2 / 3);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-number-list li {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .fc-number-list li {
    width: 100%;
    margin-right: 0;
    padding: 7.00935vw 4.6729vw;
    min-height: 46.72897vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-number-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.fc-number-list li:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-number-list li:nth-child(3n) {
    margin-right: 30px;
  }
}

.fc-number-list li:nth-child(6n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .fc-number-list li:last-child {
    margin-bottom: 0;
  }
}

.fc-number-list li::before {
  position: absolute;
  content: "";
  background: #E15B29;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .fc-number-list li::before {
    width: 7.00935vw;
    height: 7.00935vw;
    top: -3.50467vw;
  }
}

.fc-number-list-title {
  color: #E15B29;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .fc-number-list-title {
    font-size: 5.37383vw;
  }
}

.fc-number-list-inner {
  color: #E15B29;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1200px) {
  .fc-number-list-inner {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .fc-number-list-inner {
    font-size: 5.37383vw;
  }
}

.fc-number-list-inner span {
  position: relative;
  z-index: 1;
}

.fc-number-list-inner .number {
  font-size: 58px;
  margin: 0 5px;
}

@media (max-width: 1200px) {
  .fc-number-list-inner .number {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .fc-number-list-inner .number {
    font-size: 13.5514vw;
  }
}

.fc-number-list-inner:after {
  position: absolute;
  content: "";
  background: #F8F88B;
  width: 100%;
  height: 16px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1200px) {
  .fc-number-list-inner:after {
    height: 10px;
  }
}

@media (max-width: 767px) {
  .fc-number-list-inner:after {
    height: 3.73832vw;
  }
}

.fc-number-list-txt01 {
  margin-top: 5px;
}

.fc-number-list-txt02 {
  font-size: 12px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .fc-number-list-txt02 {
    font-size: 2.80374vw;
  }
}

/* fc-why
---------------------------*/
.fc-why {
  margin-bottom: 12.5vw;
  margin-top: -100px;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  .fc-why {
    margin-top: -50px;
    padding-top: 50px;
    margin-bottom: 200px;
  }
}

@media (max-width: 767px) {
  .fc-why {
    margin-top: -11.68224vw;
    padding-top: 11.68224vw;
    margin-bottom: 30.84112vw;
  }
}

.fc-why-title {
  font-size: 35px;
  line-height: 1.71429;
  position: relative;
}

@media (max-width: 767px) {
  .fc-why-title {
    font-size: 6.54206vw;
  }
}

.fc-why-title::before {
  position: absolute;
  content: "";
  background: transparent url(../img/dot_pink02.svg) no-repeat center center/contain;
  width: 9px;
  height: 69px;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media (max-width: 767px) {
  .fc-why-title::before {
    width: 2.1028vw;
    height: 16.1215vw;
    bottom: -18.69159vw;
  }
}

/* fc-mechanism
-----------------------*/
.fc-mechanism {
  background: #DE717A;
  padding: 0 0 70px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-mechanism {
    padding: 7.00935vw 0 16.35514vw;
  }
}

.fc-mechanism::before {
  position: absolute;
  content: "";
  background: transparent url(../img/curve_pink.svg) no-repeat top center/cover;
  width: 100%;
  height: 7.3125vw;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-mechanism::before {
    height: 117px;
  }
}

@media (max-width: 767px) {
  .fc-mechanism::before {
    height: 7.47664vw;
  }
}

.fc-mechanism .inner {
  max-width: 1200px;
}

.fc-mechanism-title {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 70px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-mechanism-title {
    font-size: 5.60748vw;
    margin-bottom: 11.68224vw;
    line-height: 1.58333;
  }
}

.fc-mechanism-title::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 60px;
  height: 3px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .fc-mechanism-title::before {
    width: 14.01869vw;
    height: 0.70093vw;
    bottom: -4.6729vw;
  }
}

.fc-mechanism-subtitle {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .fc-mechanism-subtitle {
    font-size: 5.60748vw;
    margin-bottom: 7.00935vw;
  }
}

.fc-mechanism-subtitle span {
  font-size: 35px;
  color: #FFF798;
}

@media (max-width: 767px) {
  .fc-mechanism-subtitle span {
    font-size: 6.54206vw;
  }
}

.fc-mechanism-bg {
  background: #fff;
  border: 6px solid #E8969D;
  border-radius: 20px;
  padding: 50px 15px 60px;
  margin-bottom: 100px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-mechanism-bg {
    padding: 10.51402vw 4.6729vw;
    margin-bottom: 23.36449vw;
  }
}

.fc-mechanism-bg:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 26px solid transparent;
  border-left: 26px solid transparent;
  border-top: 23px solid #fff;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
}

.fc-mechanism-inner {
  max-width: 1030px;
  margin: 0 auto;
}

.fc-mechanism-txt01 {
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .fc-mechanism-txt01 {
    font-size: 4.6729vw;
    margin-bottom: 10.51402vw;
  }
}

.fc-mechanism-ilust {
  background: #F4F2EF;
  text-align: center;
  margin-bottom: 10px;
}

.fc-mechanism-ilust img {
  max-width: 618px;
}

.fc-mechanism-caution {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .fc-mechanism-caution {
    margin-bottom: 14.01869vw;
  }
}

@media (min-width: 768px) {
  .fc-mechanism-support {
    display: flex;
    flex-wrap: wrap;
  }
}

.fc-mechanism-support-item {
  background: #FFFBED;
}

@media (min-width: 768px) {
  .fc-mechanism-support-item {
    width: calc(33.333% - 24px * 2 / 3);
    margin-right: 24px;
    padding: 0 24px 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-mechanism-support-item {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .fc-mechanism-support-item {
    margin-bottom: 4.6729vw;
    padding: 0 4.6729vw 7.00935vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-mechanism-support-item:nth-child(2n) {
    margin-right: 0;
  }
}

.fc-mechanism-support-item:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fc-mechanism-support-item:nth-child(3n) {
    margin-right: 30px;
  }
}

.fc-mechanism-support-item-number {
  color: #F8B59C;
  font-size: 14px;
  font-weight: bold;
  background: #E15B29;
  width: fit-content;
  margin: 0 auto 15px;
  padding: 4px 18px;
}

@media (max-width: 767px) {
  .fc-mechanism-support-item-number {
    font-size: 3.27103vw;
    padding: 0.93458vw 4.20561vw;
    margin-bottom: 3.50467vw;
  }
}

.fc-mechanism-support-item-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #E15B29;
  text-align: center;
  border-bottom: 1px solid #E15B29;
}

@media (max-width: 767px) {
  .fc-mechanism-support-item-title {
    font-size: 4.6729vw;
    padding-bottom: 2.33645vw;
    margin-bottom: 3.50467vw;
  }
}

.fc-mechanism-support-item-txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.66667;
}

.fc-mechanism-txt03 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .fc-mechanism-txt03 {
    font-size: 5.60748vw;
  }
}

.fc-mechanism-txt03 span {
  color: #FFF798;
}

/* fc-flow
-----------------------------*/
.fc-flow {
  margin-bottom: 140px;
}

@media (max-width: 767px) {
  .fc-flow {
    margin-bottom: 23.36449vw;
  }
}

.fc-flow-title {
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 70px;
}

@media (max-width: 1024px) {
  .fc-flow-title {
    margin-top: -50px;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .fc-flow-title {
    margin-top: -11.68224vw;
    padding-top: 11.68224vw;
    margin-bottom: 16.35514vw;
  }
}

.fc-flow-bg {
  background: #fff;
  border: 1px solid #F2EDE6;
  border-radius: 15px;
  padding: 60px 15px 100px;
}

@media (max-width: 767px) {
  .fc-flow-bg {
    padding: 10.51402vw 4.6729vw;
  }
}

.fc-flow-list {
  max-width: 822px;
  margin: 0 auto;
}

.fc-flow-item {
  padding-bottom: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F59191;
  position: relative;
}

@media (max-width: 767px) {
  .fc-flow-item {
    padding-bottom: 14.01869vw;
    margin-bottom: 9.34579vw;
  }
}

.fc-flow-item:last-child::after {
  display: none;
}

.fc-flow-item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 13px solid #F59191;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}

.fc-flow-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fc-flow-item-head {
  display: flex;
  align-items: center;
  gap: 75px;
}

@media (max-width: 767px) {
  .fc-flow-item-head {
    gap: 7.00935vw;
  }
}

.fc-flow-item-number {
  color: #E15B29;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .fc-flow-item-number {
    font-size: 3.27103vw;
    margin-bottom: 2.33645vw;
  }
}

.fc-flow-item-number span {
  display: block;
  font-size: 28px;
  letter-spacing: 0;
  font-weight: bold;
}

@media (max-width: 767px) {
  .fc-flow-item-number span {
    font-size: 6.54206vw;
  }
}

.fc-flow-item-number::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #E15B29;
  right: -37px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .fc-flow-item-number::after {
    right: -3.50467vw;
  }
}

.fc-flow-item-title {
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .fc-flow-item-title {
    font-size: 5.14019vw;
  }
}

.fc-flow-item-txt {
  color: #E15B29;
  font-size: 18px;
  line-height: 1.66667;
  font-weight: 500;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .fc-flow-item-txt {
    margin-left: 110px;
  }
}

@media (max-width: 1024px) {
  .fc-flow-item-txt {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .fc-flow-item-txt {
    font-size: 4.20561vw;
  }
}

.fc-flow-item .fc-contact-btn-wrapper {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .fc-flow-item .fc-contact-btn-wrapper {
    margin-left: 110px;
    max-width: 604px;
  }
}

@media (max-width: 1024px) {
  .fc-flow-item .fc-contact-btn-wrapper {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .fc-flow-item .fc-contact-btn-wrapper {
    margin-top: 7.00935vw;
  }
}

.fc-flow-item .fc-contact-btn-wrapper .fc-contact-btn {
  font-size: 16px;
  padding: 21px 15px;
}

@media (max-width: 767px) {
  .fc-flow-item .fc-contact-btn-wrapper .fc-contact-btn {
    font-size: 3.73832vw;
    padding: 4.90654vw 3.50467vw;
    margin-bottom: 7.00935vw;
  }
}

.fc-flow-item-support {
  margin-top: 20px;
  border-top: 1px solid #E8E2D0;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .fc-flow-item-support {
    margin-left: 110px;
  }
}

@media (max-width: 1024px) {
  .fc-flow-item-support {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .fc-flow-item-support-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.fc-flow-item-support-title {
  font-size: 14px;
  font-weight: 500;
  color: #A09264;
  margin-bottom: 10px;
}

.fc-flow-item-support-list li {
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
}

.fc-flow-item-support-list li:last-child {
  margin-bottom: 0;
}

.fc-flow-item-support-list li::before {
  position: absolute;
  content: "";
  background: transparent url(../img/check_brown.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  left: 0;
  top: 8px;
}

/* fixed-fc
----------------------------*/
.fixed-fc {
  position: fixed;
  right: 0;
  z-index: 131;
}

@media (min-width: 768px) {
  .fixed-fc {
    bottom: 5vh;
  }
}

@media (max-width: 767px) {
  .fixed-fc {
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .fixed-fc-inner {
    display: flex;
  }
}

.fixed-fc-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  width: 112px;
  height: 100px;
}

@media (max-width: 767px) {
  .fixed-fc-btn {
    flex-direction: row;
    width: 100%;
    height: 17.52336vw;
    font-size: 4.20561vw;
  }
}

.fixed-fc-soudan {
  color: #fff;
  background: #FF4343;
  position: relative;
}

@media (min-width: 768px) {
  .fixed-fc-soudan {
    border-radius: 8px 0 0 8px;
  }
}

@media (min-width: 768px) {
  .fixed-fc-soudan::before {
    position: absolute;
    content: "";
    background: transparent url(../img/fixed_fc_free.png) no-repeat center center/contain;
    width: 99px;
    height: 99px;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
  }
}

.fixed-fc-soudan img {
  width: 28px;
}

@media (max-width: 767px) {
  .fixed-fc-soudan img {
    width: 6.54206vw;
    margin-right: 3.27103vw;
  }
}

.fixed-fc-download {
  color: #FF4343;
  background: #FFEC82;
}

@media (min-width: 768px) {
  .fixed-fc-download {
    border-radius: 8px;
    box-shadow: #DBC33E 0 5px 0;
  }
}

.fixed-fc-download img {
  width: 18px;
}

@media (max-width: 767px) {
  .fixed-fc-download img {
    width: 4.20561vw;
    margin-right: 3.27103vw;
  }
}

/* footer
----------------------------*/
.footer {
  position: relative;
  z-index: 1;
  padding: 0 25px 12px 0;
}

@media (min-width: 768px) {
  .footer {
    margin-left: auto;
    width: calc(100% - 355px);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer {
    width: 100%;
    padding: 0 0 30px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 0 0 23.36449vw;
  }
}

.footer-bg {
  background: #F2EDE6;
  border-radius: 20px;
  padding: 60px 0 20px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .footer-bg {
    border-radius: 30px;
    padding: 80px 0 18px;
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .footer-bg {
    padding: 18.69159vw 0 4.20561vw;
    margin-bottom: 3.27103vw;
  }
}

.footer-catchcopy {
  font-size: 24px;
  font-weight: 500;
  padding: 0 15px 20px;
  margin-bottom: 46px;
  border-bottom: 1px solid #DDD3B8;
  text-align: center;
}

@media (max-width: 1024px) {
  .footer-catchcopy {
    font-size: 20px;
    padding: 0 0 15px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .footer-catchcopy {
    font-size: 4.6729vw;
    padding-bottom: 3.50467vw;
    margin-bottom: 9.34579vw;
  }
}

.footer-title {
  max-width: 164px;
  margin: 0 auto 40px;
}

@media (max-width: 767px) {
  .footer-title {
    max-width: 38.31776vw;
    margin-bottom: 9.34579vw;
  }
}

.footer-shop {
  margin-bottom: 80px;
}

@media (max-width: 1450px) {
  .footer-shop {
    max-width: 600px;
    margin: 0 auto 50px;
  }
}

@media (max-width: 767px) {
  .footer-shop {
    margin-bottom: 9.34579vw;
  }
}

.footer-shop-list {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .footer-shop-list li {
    width: calc(25% - 18px * 3 / 4);
    margin-right: 18px;
  }
}

@media (max-width: 1450px) {
  .footer-shop-list li {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer-shop-list li {
    width: calc(50% - 5vw / 2);
    margin-right: 5vw;
    margin-bottom: 7.00935vw;
  }
}

@media (max-width: 1450px) {
  .footer-shop-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.footer-shop-list li:nth-child(4n) {
  margin-right: 0;
}

.footer-shop-list-title {
  color: #D15862;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .footer-shop-list-title {
    font-size: 2.80374vw;
    margin-bottom: 1.16822vw;
  }
}

.footer-shop-list-address {
  font-size: 14px;
  line-height: 1.78571;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer-shop-list-address {
    font-size: 3.27103vw;
  }
}

@media (min-width: 768px) {
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (max-width: 1450px) {
  .footer-bottom {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .footer-left {
    width: 45%;
  }
}

@media (max-width: 1450px) {
  .footer-left {
    width: 100%;
  }
}

.footer-center {
  display: flex;
}

@media (min-width: 768px) {
  .footer-center {
    margin-bottom: 40px;
  }
}

@media (max-width: 1450px) {
  .footer-center {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .footer-center {
    max-width: 600px;
    margin: 0 auto 40px;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .footer-center {
    margin-bottom: 9.34579vw;
  }
}

.footer-center li {
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .footer-center li {
    width: calc(50% - 17px / 2);
    margin-right: 17px;
  }
}

@media (max-width: 767px) {
  .footer-center li {
    width: calc(50% - 3.9719626168vw / 2);
    margin-right: 3.97196vw;
  }
}

.footer-center li:last-child {
  margin-right: 0;
}

.footer-center li a {
  display: block;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.64286;
  padding: 20px 45px 20px 20px;
  position: relative;
}

@media (max-width: 1024px) {
  .footer-center li a {
    font-size: 11px;
    padding: 15px 20px 15px 15px;
  }
}

@media (max-width: 767px) {
  .footer-center li a {
    font-size: 2.57009vw;
    padding: 3.50467vw 4.6729vw 3.50467vw 3.50467vw;
  }
}

.footer-center li a:after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_gray.svg) no-repeat center center/contain;
  width: 5px;
  height: 9px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .footer-center li a:after {
    width: 1.16822vw;
    height: 2.1028vw;
    right: 3.50467vw;
  }
}

.footer-ig {
  display: block;
  width: 26px;
}

@media (max-width: 1450px) {
  .footer-ig {
    margin: 0 auto 50px;
  }
}

@media (max-width: 767px) {
  .footer-ig {
    width: 6.07477vw;
    margin-left: 4.6729vw;
    margin-bottom: 18.69159vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-ig.pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .footer-ig.tab {
    display: none;
  }
}

@media (max-width: 1024px) {
  .footer-ig.tab {
    display: block;
  }
}

@media (min-width: 768px) {
  .footer-right {
    width: 50%;
  }
}

@media (max-width: 1450px) {
  .footer-right {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .footer-nav {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  .footer-nav {
    margin: 0 20px 49px;
  }
}

@media (max-width: 767px) {
  .footer-nav {
    margin: 0 4.6729vw 11.4486vw;
  }
}

@media (min-width: 768px) {
  .footer-nav-col {
    margin-right: 3%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-nav-col {
    width: calc(33.333% - 30px * 2 / 3);
    margin-right: 30px;
  }
}

.footer-nav-col:last-child {
  margin-right: 0;
}

.footer-nav-col ul li {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .footer-nav-col ul li {
    cursor: pointer;
    border-bottom: 1px solid #E8E2D0;
    margin-bottom: 0;
  }
}

.footer-nav-col ul li:last-child {
  margin-bottom: 0;
}

.footer-nav-col ul li.has-child a {
  position: relative;
  display: block;
}

@media (max-width: 1024px) {
  .footer-nav-col ul li.has-child a {
    width: calc(100% - 60px);
  }
}

@media (max-width: 1024px) {
  .footer-nav-col ul li.has-child a::before {
    position: absolute;
    content: "";
    background: transparent url(../img/plus_black.svg) no-repeat center center/contain;
    width: 11px;
    height: 11px;
    right: -48px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .footer-nav-col ul li.has-child a::before {
    width: 2.57009vw;
    height: 2.57009vw;
    right: -11.21495vw;
  }
}

@media (max-width: 1024px) {
  .footer-nav-col ul li.has-child.checked a::before {
    background-image: url(../img/minus_black.svg);
  }
}

.footer-nav-col ul li a {
  font-size: 14px;
  display: block;
}

@media (max-width: 1024px) {
  .footer-nav-col ul li a {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .footer-nav-col ul li a {
    padding: 3.50467vw 0;
    font-size: 3.73832vw;
  }
}

@media (min-width: 768px) {
  .footer-nav-col ul li .child {
    padding-top: 10px;
  }
}

@media (max-width: 1024px) {
  .footer-nav-col ul li .child {
    display: none;
    padding-top: 0;
    padding-bottom: 25px;
  }
}

.footer-nav-col ul li .child-nav li {
  margin-bottom: 10px;
  border-bottom: none;
}

.footer-nav-col ul li .child-nav li:last-child {
  margin-bottom: 0;
}

.footer-nav-col ul li .child-nav li a {
  font-size: 14px;
  padding: 0;
  width: 100%;
  font-weight: 500;
  color: #A09264;
}

@media (min-width: 768px) {
  .footer-nav-col ul li .child-nav li a {
    padding-left: 16px;
  }
}

@media (max-width: 1024px) {
  .footer-nav-col ul li .child-nav li a {
    padding: 0 30px 0 0;
  }
}

@media (max-width: 767px) {
  .footer-nav-col ul li .child-nav li a {
    padding-right: 7.00935vw;
  }
}

.footer-nav-col ul li .child-nav li a::before {
  display: none;
}

.footer-nav-col ul li .child-nav li a:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .footer-nav-col ul li .child-nav li a:after {
    background: #A09264;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
  }
}

@media (max-width: 1024px) {
  .footer-nav-col ul li .child-nav li a:after {
    background: transparent url(../img/arrow_r_pink.svg) no-repeat center center/contain;
    width: 5px;
    height: 9px;
    right: 5px;
    left: auto;
    border-radius: 0;
  }
}

.footer-privacy {
  font-size: 12px;
  color: #989898;
}

@media (max-width: 767px) {
  .footer-privacy {
    font-size: 2.80374vw;
    margin-left: 4.6729vw;
  }
}

.footer .copyright {
  margin-bottom: 0;
  font-size: 12px;
  color: #989898;
}

@media (max-width: 767px) {
  .footer .copyright {
    font-size: 2.80374vw;
    text-align: center;
  }
}

/* footer-fc
----------------------------*/
.footer-fc {
  background: #F2EDE6;
  padding: 72px 0 10px;
}

@media (max-width: 767px) {
  .footer-fc {
    padding: 18.69159vw 0 18.69159vw;
  }
}

.footer-fc .inner {
  max-width: 1200px;
}

.footer-fc-title {
  max-width: 179px;
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  .footer-fc-title {
    max-width: 41.82243vw;
    margin-bottom: 11.68224vw;
  }
}

.footer-fc-nav {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .footer-fc-nav {
    display: flex;
    justify-content: center;
    gap: 70px;
  }
}

@media (max-width: 767px) {
  .footer-fc-nav {
    margin-bottom: 16.35514vw;
  }
}

@media (max-width: 767px) {
  .footer-fc-nav li {
    margin-bottom: 7.00935vw;
    text-align: center;
  }
}

.footer-fc-nav li a {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1300px) {
  .footer-fc-nav li a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .footer-fc-nav li a {
    font-size: 4.20561vw;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .footer-fc-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .footer-fc-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .footer-fc-wrapper {
    margin-bottom: 9.34579vw;
  }
}

@media (min-width: 768px) {
  .footer-fc-left {
    width: calc(450% / 1200 * 100);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-fc-left {
    width: 100%;
    max-width: 365px;
    margin: 0 auto 50px;
  }
}

@media (max-width: 767px) {
  .footer-fc-left {
    margin-bottom: 14.01869vw;
  }
}

.footer-fc-hp {
  display: flex;
  align-items: flex-end;
  background: #fff;
  border: 1px solid #DE717A;
  border-radius: 5px;
  margin-bottom: 39px;
  padding: 30px 45px;
  gap: 28px;
  position: relative;
}

@media (max-width: 1300px) {
  .footer-fc-hp {
    padding: 15px 30px;
    gap: 15px;
  }
}

@media (max-width: 1024px) {
  .footer-fc-hp {
    padding: 26px;
    gap: 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .footer-fc-hp {
    padding: 6.07477vw;
    gap: 3.50467vw;
    margin-bottom: 4.6729vw;
  }
}

.footer-fc-hp::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_pink04.svg) no-repeat center center/contain;
  width: 6px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.footer-fc-hp img {
  max-width: 153px;
}

@media (max-width: 1300px) {
  .footer-fc-hp img {
    max-width: 120px;
  }
}

@media (max-width: 1024px) {
  .footer-fc-hp img {
    max-width: 127px;
  }
}

@media (max-width: 767px) {
  .footer-fc-hp img {
    max-width: 29.6729vw;
  }
}

.footer-fc-hp span {
  font-size: 18px;
  font-weight: 500;
  color: #DE717A;
}

@media (max-width: 1300px) {
  .footer-fc-hp span {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .footer-fc-hp span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .footer-fc-hp span {
    font-size: 4.20561vw;
  }
}

.footer-fc .footer-center {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer-fc-right {
    width: 46%;
    padding-right: 36px;
  }
}

@media (max-width: 1300px) {
  .footer-fc-right {
    width: 55%;
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .footer-fc-right {
    width: 60%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .footer-fc-right {
    width: 100%;
  }
}

.footer-fc-shop-list {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .footer-fc-shop-list li {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1450px) {
  .footer-fc-shop-list li {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer-fc-shop-list li {
    width: calc(50% - 5vw / 2);
    margin-right: 5vw;
    margin-bottom: 7.00935vw;
  }
}

.footer-fc-shop-list li:nth-child(2n) {
  margin-right: 0;
}

.footer-fc-shop-list-title {
  color: #A09264;
  border-bottom: 1px solid #E8E2D0;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .footer-fc-shop-list-title {
    font-size: 2.80374vw;
    margin-bottom: 1.16822vw;
  }
}

.footer-fc-shop-list-address {
  font-size: 14px;
  line-height: 1.78571;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer-fc-shop-list-address {
    font-size: 3.27103vw;
  }
}

.footer-fc-privacy {
  font-size: 12px;
  color: #989898;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .footer-fc-privacy {
    font-size: 2.80374vw;
    margin-bottom: 4.6729vw;
  }
}

.footer-fc .copyright {
  margin-bottom: 0;
  font-size: 12px;
  color: #989898;
  text-align: right;
}

@media (max-width: 767px) {
  .footer-fc .copyright {
    font-size: 2.80374vw;
  }
}

/* footer-kyoten
----------------------------*/
.footer-kyoten {
  position: relative;
  z-index: 1;
  padding: 0 25px 12px 0;
}

@media (min-width: 768px) {
  .footer-kyoten {
    margin-left: auto;
    width: calc(100% - 355px);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-kyoten {
    width: 100%;
    padding: 0 0 30px;
  }
}

@media (max-width: 767px) {
  .footer-kyoten {
    padding: 0 0 23.36449vw;
  }
}

.footer-kyoten .inner {
  max-width: 1036px;
}

.footer-kyoten-bg {
  background: #F2EDE6;
  border-radius: 20px;
  padding: 70px 0 40px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .footer-kyoten-bg {
    border-radius: 30px;
    padding: 80px 0 18px;
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .footer-kyoten-bg {
    padding: 18.69159vw 0 4.20561vw;
    margin-bottom: 3.27103vw;
  }
}

@media (min-width: 768px) {
  .footer-kyoten-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}

@media (max-width: 1420px) {
  .footer-kyoten-wrapper {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .footer-kyoten-left {
    width: calc(260% / 1036 * 100);
  }
}

@media (max-width: 1420px) {
  .footer-kyoten-left {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 45px;
  }
}

@media (max-width: 767px) {
  .footer-kyoten-left {
    margin-bottom: 7.00935vw;
  }
}

.footer-kyoten .footer-title {
  max-width: 179px;
  margin-bottom: 20px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .footer-kyoten .footer-title {
    max-width: 41.82243vw;
    margin-bottom: 4.6729vw;
  }
}

.footer-kyoten-name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-radius: 5px;
  background: #F59191;
  color: #fff;
  padding: 11px 15px;
  margin-bottom: 15px;
  max-width: 260px;
}

@media (max-width: 767px) {
  .footer-kyoten-name {
    font-size: 4.20561vw;
    padding: 1.16822vw 3.50467vw;
    margin-bottom: 3.50467vw;
    width: fit-content;
  }
}

.footer-kyoten-address {
  word-break: break-all;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer-kyoten-right {
    width: calc(697% / 1036 * 100);
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}

@media (max-width: 1420px) {
  .footer-kyoten-right {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .footer-kyoten-right {
    gap: 0;
    margin-bottom: 7.00935vw;
  }
}

.footer-kyoten-nav li:last-child {
  margin-bottom: 0;
}

.footer-kyoten-nav li a {
  font-weight: 500;
  display: block;
  padding: 10px 0 10px 33px;
  line-height: 1.4;
  position: relative;
}

@media (max-width: 767px) {
  .footer-kyoten-nav li a {
    padding: 3.50467vw 0 3.50467vw 7.71028vw;
  }
}

.footer-kyoten-nav li a::before {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_pink05.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .footer-kyoten-nav li a::before {
    width: 4.20561vw;
    height: 4.20561vw;
  }
}

.footer-kyoten-nav .child {
  border-top: 1px solid #fff;
}

.footer-kyoten-nav .child li {
  border-bottom: 1px solid #fff;
}

.footer-kyoten-nav .child li a::before {
  display: none;
}

/* 404 */
.entry-404 {
  position: relative;
  text-align: center;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .entry-404 {
    padding-bottom: 50px;
  }
}

.entry-404 .inner {
  max-width: 700px;
}

.entry-404-inner {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 10px;
}

.entry-404-lead {
  color: #808080;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
  margin-bottom: 0;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  padding: 10px 20px;
  font-weight: bold;
}

/* fadeアニメーション
-----------------------------------*/
/* fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform-origin: center center;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}
