@charset "utf-8";
/*-----------------------------------------------------

  layout.css
  common CSS

------------------------------------------------------*/

@font-face {
  font-family: "NotoSansCJKjpBlack";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"),
    url("../fonts/NotoSansCJKjp-Black.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansCJKjpBold";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"),
    url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansCJKjpMedium";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"),
    url("../fonts/NotoSansCJKjp-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansCJKjpRegular";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"),
    url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
  font-display: swap;
}

.barlow-medium {
  font-family: "Barlow", serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", serif;
  font-weight: 700;
  font-style: normal;
}

/*-----------------------------------------------------
  general　
-----------------------------------------------------*/

body {
  width: 100%;
  font-family: "NotoSansCJKjpRegular", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    sans-serif;
  background: #ffee00;
  line-height: 1.7;
  font-size: 62.5%;
  color: #1e1d14;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  background: #ffee00;
  position: relative;
  z-index: 2;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a:link {
  text-decoration: none;
  color: #1e1d14;
}
a:visited {
  text-decoration: none;
  color: #1e1d14;
}
a:hover {
  text-decoration: none;
  color: #ffee00;
}

.pc_kaigyou {
  display: block;
}

.sp_kaigyou {
  display: none; /* PCでは改行しない */
}

.tac {
  text-align: center;
}

/*-----------------------------------------------------
  header
------------------------------------------------------*/

header {
  width: 100%;
  margin: 0 auto;
}

#header_fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

#header_fixed_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

body#top header h1 {
  width: 18vw;
  position: absolute;
  top: 2.285vw;
  left: 2.857vw;
}

body#top header h1 img {
  width: 100%;
  height: auto;
}

body#top header h2 {
  width: 18.357vw;
  padding: 0 0.714vw;
  position: absolute;
  top: 2.357vw;
  right: 22.857vw;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
}

body.subpage header h2 {
  width: 18vw;
  position: absolute;
  top: 2.285vw;
  left: 2.857vw;
}

body.subpage header h2 img {
  width: 100%;
  height: auto;
}

body.subpage header h2:hover img {
  opacity: 0.7;
}

body.subpage header h3 {
  width: 18.357vw;
  padding: 0 0.714vw;
  position: absolute;
  top: 2.357vw;
  right: 22.857vw;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
}

.marquee {
  width: 100%;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 1rem;
  font-family: "NotoSansCJKjpBold";
  font-size: 1vw;
}

.marquee-inner {
  animation: marquee 12s linear infinite;
}

@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 1rem);
  }
}

.btn_header_contact {
  width: 11.428vw;
  height: 3.214vw;
  position: absolute;
  top: 1.642vw;
  right: 10.142vw;
}

.btn_header_contact a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  line-height: 2.928vw;
  border-radius: 1.642vw;
  border: solid 2px #000;
  font-family: "NotoSansCJKjpBold";
  font-size: 1vw;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 768px) {
  .btn_header_contact a:hover {
    background: #1e1d14;
    padding-left: 2vw;
  }
}

.btn_header_contact a::before {
  content: "";
  width: 0.714vw;
  height: 0.928vw;
  background: url(./../images/icon_mokumoku_yellow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 1.642vw;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}

.btn_header_contact a:hover::before {
  opacity: 1;
}

.btn_header_contact a::after {
  content: "";
  width: 0;
  height: 2px;
  background: #ffee00;
  position: absolute;
  top: 50%;
  left: 2.071vw;
  transform: translateY(-50%);
  transform-origin: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  transition-delay: 0.1s;
}

.btn_header_contact a:hover::after {
  width: 0.785vw;
}

/*---- MENU -----*/

#menu_btn {
  width: 7.142vw;
  height: 3.214vw;
  position: absolute;
  top: 1.642vw;
  right: 2.428vw;
  background: #1e1d14;
  text-align: center;
  border-radius: 1.642vw;
  border: solid 2px #1e1d14;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
  z-index: 999;
}

.menuButton {
  display: block;
  width: 0.571vw;
  height: 0.714vw;
  position: absolute;
  top: 1.214vw;
  left: 1.642vw;
  z-index: 9999;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.menuButton span {
  display: block;
  background: #ffee00;
  width: 0.571vw;
  height: 2px;
  position: absolute;
  left: 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.menuButton span:first-child {
  top: 0px;
}

.menuButton span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}

.menuButton span:last-child {
  bottom: 0px;
}

#menu_btn.active {
  background: #fff;
}

@media screen and (min-width: 768px) {
  #menu_btn:hover {
    background: #fff;
  }

  #menu_btn:hover .menuButton span {
    background: #1e1d14;
  }
}

#menu_btn.active .menuButton {
  left: 1.285vw;
}

#menu_btn.active .menuButton span {
  width: 0.714vw;
  background: #1e1d14;
}

#menu_btn.active .menuButton span:first-child {
  -webkit-transform: translateY(0.714vw) rotate(45deg);
  -moz-transform: translateY(0.714vw) rotate(45deg);
  -ms-transform: translateY(0.714vw) rotate(45deg);
  transform: translateY(0.285714vw) rotate(45deg);
}

#menu_btn.active .menuButton span:nth-child(2) {
  opacity: 0;
}

#menu_btn.active .menuButton span:last-child {
  -webkit-transform: translateY(-0.714vw) rotate(-45deg);
  -moz-transform: translateY(-0.714vw) rotate(-45deg);
  -ms-transform: translateY(-0.714vw) rotate(-45deg);
  transform: translateY(-0.285714vw) rotate(-45deg);
}

.menu_tit {
  position: absolute;
  font-size: 1.142vw;
  left: 2.5vw;
  top: 0.9285vw;
  font-family: "Barlow", serif;
  font-weight: 600;
  font-style: normal;
  color: #ffee00;
  line-height: 1;
}

.menu_tit::after {
  content: "MENU";
}

#menu_btn:hover .menu_tit {
  color: #1e1d14;
}

#menu_btn.active .menu_tit {
  left: 2.142vw;
  color: #1e1d14;
}

#menu_btn.active .menu_tit::after {
  content: "CLOSE";
}

#header_navi {
  width: 100%;
  height: 100%;
  background-color: #ffee00;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}

#header_navi.open-menu {
  opacity: 1;
  left: 0;
}

.header_navi_inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#logo_menu {
  width: 18vw;
  position: absolute;
  left: 58px;
  bottom: 117px;
}

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

#header_navi_contents {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12.714vw;
}

#menu_title {
  font-family: "Barlow", serif;
  font-weight: 600;
  font-size: 1.428vw;
  margin-bottom: 1.142vw;
}

nav ul {
  display: flex;
  flex-flow: column;
}

nav li a {
  display: inline-block;
  font-family: "NotoSansCJKjpBold";
  line-height: 1;
  border: solid 2px #1e1d14;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 0 1.142vw 0;
  padding: 1.285vw 2.857vw 1.428vw;
  border-radius: 2.285vw;
  font-size: 1.285vw;
}

nav li a:hover {
  background: #1e1d14;
}

/*---- Main Visual -----*/

#main_visual {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.mv_left {
  width: 42%;
  position: relative;
  z-index: 2;
}

.mv_right {
  width: 58%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.mv_right #illust_fv {
  width: 100vw;
  height: calc(100vw * 16 / 28);
  position: absolute;
  top: 50%;
  left: calc(100vw * -0.42);
  transform: translateY(-50%);
  background: url(./../images/illust_fv.png) no-repeat left center;
  background-size: 100% auto;
  z-index: 1;
}

#main_visual h3 {
  margin-top: calc((100vh - (100vw * 0.3285 * 0.61)) / 2);
  margin-left: 7.714vw;
  font-family: "NotoSansCJKjpBlack";
  font-size: 3.571vw;
  line-height: 1;
}

#main_visual h3 span {
  display: inline-block;
  position: relative;
  margin-bottom: 3.857vw;
}

#main_visual h3 span img {
  width: clamp(1px, 16.357vw, 261px);
  height: auto;
}

#main_visual h3 span::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: #1e1d14;
  position: absolute;
  bottom: -25px;
  left: 0;
  border-radius: 4px;
}

#main_visual h3 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffee00;
  position: absolute;
  bottom: -22px;
  left: 0;
}

#main_visual h3 span img {
  margin-right: 0.714vw;
}

#main_visual .mv_left_txt {
  font-size: 1.3vw;
  line-height: 1.5;
  margin-top: 1.285vw;
  margin-left: 7.714vw;
}

#main_visual .catchcopy {
  margin: 20vw 0 0 7.928vw;
  font-family: "NotoSansCJKjpBold";
}

#main_visual .catchcopy p {
  margin-bottom: 7.142vw;
}

#main_visual .catchcopy p span {
  display: block;
  font-size: 1.285vw;
  line-height: 3.2;
  background-clip: text;
  color: transparent;
  position: relative;
}

#scroll_down {
  width: 0.857vw;
  height: 11.428vw;
  font-family: "Barlow", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.785vw;
  position: fixed;
  left: 1.428vw;
  bottom: 0;
  line-height: 1;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 8;
}

#scroll_down.fadeout {
  opacity: 0;
}

#scroll_down span {
  display: block;
  transform: rotate(90deg);
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0.857vw;
  white-space: nowrap;
}

#scroll_down::before {
  content: "";
  display: block;
  width: 0.857vw;
  height: 0.571vw;
  background: url(./../images/icon_mokumoku.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 6.285vw;
  left: 0;
  animation: mokumoku 4s linear infinite;
}

@keyframes mokumoku {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateY(4.285vw);
    opacity: 1;
  }
  75% {
    transform: translateY(4.285vw);
    opacity: 0;
  }
  85% {
    transform: translateY(4.285vw);
    opacity: 0;
  }
  100% {
    transform: translateY(4.285vw);
    opacity: 0;
  }
}

#scroll_down::after {
  content: "";
  display: block;
  width: 0.0714vw;
  height: 4.785vw;
  background: #1e1d14;
  position: absolute;
  bottom: 0;
  left: 0.357vw;
  animation: lineanime 4s linear infinite;
}

@keyframes lineanime {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
    opacity: 1;
  }
  25% {
    transform: scaleY(1);
    transform-origin: bottom;
    opacity: 1;
  }
  50% {
    transform: scaleY(0.1);
    transform-origin: bottom;
    opacity: 1;
  }
  75% {
    transform: scaleY(0.1);
    transform-origin: bottom;
    opacity: 0;
  }
  85% {
    transform: scaleY(0.1);
    transform-origin: bottom;
    opacity: 0;
  }
  100% {
    transform: scaleY(0.1);
    transform-origin: bottom;
    opacity: 0;
  }
}

/*-----------------------------------------------------
  contents
------------------------------------------------------*/

#contents {
  padding-top: 3.571vw;
}

h2.sect_title {
  font-family: "NotoSansCJKjpBlack";
  font-size: 3.571vw;
  line-height: 1.4;
  text-align: center;
  position: relative;
  margin-bottom: 6.571vw;
}

h2.sect_title::before {
  content: "";
  display: block;
  width: 12.285vw;
  height: 8px;
  background: #1e1d14;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
}

h2.sect_title::after {
  content: "";
  display: block;
  width: 12.285vw;
  height: 2px;
  background: #ffee00;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}

h2.sect_title img {
  width: clamp(1px, 16.357vw, 261px);
  height: auto;
  margin: 0 clamp(1px, 0.714vw, 11px);
}

/*---- What we can do -----*/

section#wwcd {
  width: 100%;
  margin: 0 auto 1.428vw;
  display: flex;
  justify-content: space-between;
}

section#wwcd .sect_left {
  width: 47%;
  height: calc(100vw / 1400 * 800);
  padding-top: 11.428vw;
  position: sticky;
  top: 0;
}

section#wwcd #illust_wwcd {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 4.6vw;
  left: 0;
  background: url(./../images/illust_wwcd.png) no-repeat left center;
  background-size: 100% auto;
  z-index: 1;
}

section#wwcd .sect_left img {
  position: absolute;
  right: 0;
}

section#wwcd .sect_right {
  width: 53%;
  padding-top: 12.857vw;
}

.wwcd_box {
  width: 44.285vw;
  max-width: 708px;
  height: 15.428vw;
  max-height: 246px;
  background: #fff;
  border: solid 0.2142vw #1e1d14;
  border-radius: 2.285vw;
  margin: 0 auto 3.4285vw;
  padding: clamp(1px, 3.214vw, 51px);
  position: relative;
}

.wwcd_box::after {
  content: "";
  width: 2.714vw;
  max-width: 43px;
  height: 1.857vw;
  max-height: 30px;
  background: url(./../images/fukidashi.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: clamp(-43px, -2.7vw, 1px);
  top: clamp(10px, 9.285vw, 148px);
}

.wwcd_box h3 {
  font-family: "NotoSansCJKjpBlack";
  font-size: clamp(12px, 2vw, 32px);
  line-height: 1;
  margin-bottom: 1.071vw;
}

.number {
  font-family: "Barlow", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #ffee00;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 0.357vw #1e1d14;
  text-stroke: 0.357vw #1e1d14;
  paint-order: stroke;
}

.wwcd_box .number {
  position: absolute;
  transform: rotate(90deg);
  top: 1.142vw;
  right: 0.5vw;
  font-size: 2.571vw;
  font-size: clamp(12px, 2.571vw, 41px);
}

.wwcd_box p,
.wwcd_box ul {
  font-family: "NotoSansCJKjpMedium";
  font-size: clamp(12px, 1.142vw, 18px);
}

.wwcd_box ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}

.wwcd_box ul li::before {
  content: "❌️";
  position: absolute;
  left: 0;
  font-size: clamp(10px, 1.142vw, 18px);
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}

/*---- Recommendation -----*/

section#recommendation {
  padding: 10.714vw 0 100px;
  position: relative;
  z-index: 0;
}

section#recommendation .sect_inner {
  width: 85.714vw;
  max-width: 1371px;
  margin: 0 auto;
}

.flex_box {
  display: flex;
  justify-content: space-between;
}

section#recommendation .flex_box {
  margin-bottom: 2.857vw;
}

.recomm_box {
  width: 27.214vw;
  max-width: 434px;
  padding: clamp(1px, 2.857vw, 45px) clamp(1px, 2.142vw, 34px);
  background: #fff;
  border: solid 0.2142vw #1e1d14;
  border-radius: 2.285vw;
  text-align: center;
}

.recomm_box h3 {
  display: inline-block;
  font-family: "NotoSansCJKjpBlack";
  font-size: clamp(12px, 1.428vw, 22px);
  line-height: 1;
  margin-bottom: 1.785vw;
  text-align: center;
  position: relative;
  white-space: nowrap;
}

.recomm_box h3::before {
  content: "";
  width: 100%;
  height: 0.428vw;
  border-radius: 2px;
  background: #ffee00;
  position: absolute;
  bottom: -0.214vw;
  z-index: 1;
}

.recomm_box h3 span {
  z-index: 1;
  position: relative;
}

.recomm_illust {
  width: clamp(10px, 21.5vw, 344px);
  margin-bottom: 1.428vw;
}

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

.recomm_box p {
  font-family: "NotoSansCJKjpMedium";
  font-size: clamp(12px, 1.142vw, 18px);
  text-align: left;
  line-height: 1.8;
}

.appeal_txt {
  font-family: "NotoSansCJKjpBlack";
  font-size: 2vw;
  text-align: center;
}

/*---- Service -----*/

section#service {
  background: #fff;
  border-radius: 7.142vw 0 0 0;
}

section#service .sect_inner {
  width: 85.714vw;
  max-width: 1371px;
  margin: 0 auto;
  padding: 10.714vw 0 17.857vw;
}

section#service h2.sect_title::after {
  background: #fff;
}

.sect_lead {
  font-family: "NotoSansCJKjpBold";
  font-size: 2vw;
  text-align: center;
  margin-bottom: 3.428vw;
}

section#service .flex_box {
  flex-wrap: wrap;
}

.service_box {
  width: 41.857vw;
  max-width: 670px;
  margin-bottom: clamp(1px, 2vw, 32px);
  padding: clamp(1px, 2.285vw, 36px) 0 clamp(1px, 1.428vw, 23px);
  border-radius: 2.285vw;
  background: #ffee00;
  border: solid 0.214vw #1e1d14;
  text-align: center;
}

.service_box h3 {
  font-family: "NotoSansCJKjpBlack";
  font-size: clamp(1px, 1.857vw, 29px);
  margin-bottom: clamp(1px 0.714vw, 11px);
}

.service_box p {
  font-family: "NotoSansCJKjpMedium";
  font-size: clamp(1px, 1.142vw, 18px);
  margin-bottom: clamp(1px, 0.714vw, 11px);
}

.service_illust img {
  width: clamp(1px, 26.285vw, 420px);
  height: auto;
}

/*---- Case Study -----*/

section#case_study {
  background: #ffee00;
  border-radius: 0 7.142vw 0 0;
  margin-top: -7.142vw;
  padding-bottom: 7.142vw;
  overflow: hidden;
}

section#case_study .sect_inner {
  width: 85.714vw;
  max-width: 1371px;
  margin: 0 auto;
  padding: 10.714vw 0 5.142vw;
}

section#case_study .flex_box {
  flex-wrap: wrap;
}

#cs_apeal > .cs_box {
  display: inline-block;
  width: 41.857vw;
  max-width: 669px;
  margin-bottom: clamp(1px, 2vw, 32px);
  position: relative;
}

#cs_apeal > .cs_box.cs_box_1_of_3 {
  width: 27.214vw;
  max-width: 434px;
}

.cs_box {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 2.285vw;
  padding: clamp(1px, 2.285vw, 36px);
  border: solid 2px #1e1d14;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover .cs_box {
  top: 4px;
  left: 4px;
}

.cs_box_bg {
  width: 41.857vw;
  max-width: 669px;
  height: 100%;
  background: #1e1d14;
  border-radius: 2.285vw;
  position: absolute;
  right: -4px;
  bottom: -4px;
  z-index: 1;
}

a:link .cs_box {
  text-decoration: none;
  color: #1e1d14;
}
a:visited .cs_box {
  text-decoration: none;
  color: #1e1d14;
}
a:hover .cs_box {
  text-decoration: none;
  color: #1e1d14;
}

.cs_category {
  width: 20.571vw;
  max-width: 329px;
  height: 2.714vw;
  max-height: 43px;
  margin: 0 auto clamp(1px, 0.714vw, 11px);
  line-height: clamp(1px, 2.714vw, 43px);
  font-family: "NotoSansCJKjpBlack";
  font-size: clamp(1px, 1.285vw, 20px);
  background: #1e1d14;
  color: #fff;
  text-align: center;
  border-radius: 0.857vw;
}

.cs_box h3 {
  font-family: "NotoSansCJKjpBlack";
  font-size: clamp(1px, 1.428vw, 22px);
  text-align: center;
  margin-bottom: clamp(1px, 1.428vw, 22px);
}

.cs_box h4 {
  font-family: "NotoSansCJKjpBlack";
  font-size: clamp(1px, 1.214vw, 19px);
  text-align: center;
  margin-bottom: clamp(1px, 1.714vw, 27px);
}

.cs_box p {
  width: 100%;
  border-top: solid 1px #1e1d14;
  padding: clamp(1px, 1.714vw, 27px) clamp(1px, 0.571vw, 9px);
  font-family: "NotoSansCJKjpMedium";
  font-size: clamp(1px, 1.142vw, 18px);
  line-height: 1.8;
}

#cs_others {
  margin-left: 7.142vw;
  padding-bottom: clamp(1px, 7.142vw, 144px);
  padding-right: clamp(1px, 7.142vw, 144px);
  overflow: hidden;
  position: relative;
}

#cs_others .swiper-slide {
  display: block;
  width: clamp(1px, 23.714vw, 379px);
  height: clamp(1px, 32.428vw, 518px);
  position: relative;
}

#cs_others .swiper-slide:link {
  text-decoration: none;
  color: #1e1d14;
}
#cs_others .swiper-slide:visited {
  text-decoration: none;
  color: #1e1d14;
}
#cs_others .swiper-slide:hover {
  text-decoration: none;
  color: #1e1d14;
}

.cs_others_box {
  width: clamp(1px, 23.428vw, 374px);
  height: clamp(1px, 32.142vw, 514px);
  margin-right: clamp(1px, 1.714vw, 27px);
  padding: clamp(1px, 1.714vw, 27px);
  border: solid 2px #1e1d14;
  border-radius: clamp(1px, 2.857vw, 45px);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.cs_others_box_bg {
  width: clamp(1px, 23.428vw, 374px);
  height: clamp(1px, 32.142vw, 514px);
  border-radius: clamp(1px, 2.857vw, 45px);
  background: #1e1d14;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
}

#cs_others .swiper-slide:hover .cs_others_box {
  transform: translate3d(4px, 4px, 0);
}

.cs_others_thumb {
  border-radius: 1.714vw 1.714vw 0.571vw 0.571vw;
  overflow: hidden;
  width: clamp(1px, 20vw, 320px);
  aspect-ratio: 280/187;
  margin-bottom: clamp(1px, 1.714vw, 27px);
}

.cs_others_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs_others_box h4 {
  font-family: "NotoSansCJKjpBlack";
  font-size: clamp(1px, 1.142vw, 18px);
  line-height: 1.6;
  border-top: solid 1px #1e1d14;
  margin-bottom: clamp(1px, 0.357vw, 5px);
  padding-top: clamp(1px, 0.857vw, 13px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cs_others_category {
  font-family: "NotoSansCJKjpMedium";
  font-size: clamp(1px, 1vw, 16px);
  margin-bottom: clamp(1px, 0.5vw, 8px);
}

.cs_tag {
}

.cs_tag ul {
}

.cs_tag li {
  display: inline-block;
  margin: 0 clamp(1px, 0.142vw, 2px) clamp(1px, 0.357vw, 5px) 0;
  padding: clamp(1px, 0.357vw, 5px) clamp(1px, 0.571vw, 9px)
    clamp(1px, 0.428vw, 6px) clamp(1px, 0.571vw, 9px);
  background: #e1e8ff;
  font-family: "NotoSansCJKjpMedium";
  font-size: clamp(1px, 0.785vw, 125px);
  line-height: 1;
  border-radius: clamp(1px, 0.285vw, 4px);
  text-align: center;
}

.cs_list {
  width: 100%;
}

.cs_list_item {
  border-bottom: solid 1px #1e1d14;
}

.cs_list_item dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}

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

.cs_list_item_dt_title {
  font-weight: bold;
  font-size: clamp(10px, 1.1vw, 20px);
}

.cs_list_item_dt_value {
  font-size: clamp(12px, 1.2vw, 24px);
}

.advanced .price {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.advanced .number {
  font-size: clamp(20px, 14vw, 60px);
  -webkit-text-stroke: clamp(1px, 0.428vw, 7px) #1e1d14;
  text-stroke: clamp(1px, 0.428vw, 7px) #1e1d14;
  margin-left: clamp(1px, 0.357vw, 6px);
  letter-spacing: 0.1em;
  padding-right: 3px;
}

.btn_detail {
  position: absolute;
  left: clamp(1px, 2.285vw, 36px);
  bottom: clamp(1px, 2.285vw, 36px);
  display: flex;
  line-height: 1;
  font-family: "NotoSansCJKjpMedium";
  font-size: clamp(1px, 0.928vw, 14px);
}

#cs_others .swiper-slide:hover .btn_detail {
  opacity: 0.6;
}

.btn_ss {
  width: clamp(1px, 1.642vw, 26px);
  height: clamp(1px, 1.071vw, 17px);
  margin-left: clamp(1px, 0.357vw, 5px);
  border-radius: clamp(1px, 3.214vw, 51px);
  background: url(./../images/arrow_ss.png) no-repeat center center #1e1d14;
  background-size: 0.785vw auto;
}

.slide_control {
  position: absolute;
  right: clamp(1px, 7.142vw, 144px);
  bottom: 0;
  display: flex;
  justify-content: flex-end;
}

#mokumoku_l {
  width: clamp(1px, 1.714vw, 27px);
  height: clamp(1px, 2.214vw, 35px);
  background: url(./../images/icon_mokumoku_l.png) no-repeat center center;
  background-size: 100% auto;
  margin: clamp(1px, 0.785vw, 12px) clamp(-9px, -0.571vw, -1px) 0 0;
}

#control_bar {
  width: clamp(1px, 34.285vw, 548px);
  height: clamp(1px, 0.214vw, 3px);
  margin: clamp(1px, 1.785vw, 28px) clamp(1px, 1.714vw, 27px) 0 0;
  position: relative;
  background: #1e1d14;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.slide_prev,
.slide_next {
  width: clamp(1px, 4vw, 64px);
  height: clamp(1px, 4vw, 64px);
  margin: 0 clamp(1px, 0.428vw, 6px);
  border-radius: 50%;
  border: solid 2px #1e1d14;
  background: #1e1d14;
  line-height: clamp(1px, 3.714vw, 59px);
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.slide_prev:hover,
.slide_next:hover {
  background: #ffee00;
}

.arrow_s {
  width: clamp(1px, 1.428vw, 22px);
  height: clamp(1px, 1vw, 16px);
  fill: #ffee00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.slide_prev:hover .arrow_s,
.slide_next:hover .arrow_s {
  fill: #1e1d14;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.slide_prev {
  transform: rotate(180deg);
}

/*---- Contact unit -----*/

section#contact_unit {
  height: clamp(1px, 42.856vw, 685px);
  background: #ffee00;
  position: relative;
}

section#contact_unit::before {
  content: "";
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 94.285vw;
  max-width: 1508px;
  height: 32.142vw;
  max-height: 514px;
  background: #1e1d14;
  border-radius: 7.142vw;
  border: solid 4px #1e1d14;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}

.contact_unit_wrapper {
  width: 94.285vw;
  max-width: 1508px;
  height: 32.142vw;
  max-height: 514px;
  padding: clamp(1px, 5.214vw, 131px) 0 0;
  border-radius: 7.142vw;
  border: solid 4px #1e1d14;
  text-align: center;
  background: #ffee00;
  background-size: clamp(1px, 36.857vw, 589px) auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#contact_unit h2 {
  font-family: "NotoSansCJKjpBlack";
  font-size: clamp(1px, 3.571vw, 57px);
  line-height: 1.4;
  position: relative;
  margin-bottom: clamp(1px, 1.428vw, 22px);
}

#contact_unit h2 img {
  width: clamp(1px, 16.357vw, 261px);
  height: auto;
  margin: clamp(1px, 0.714vw, 11px) 0 0;
}

#contact_unit h3 {
  font-family: "NotoSansCJKjpBold";
  font-size: clamp(1px, 1.142vw, 18px);
  margin-bottom: clamp(1px, 1.714vw, 27px);
}

.btn_contact_unit {
  width: clamp(1px, 21.428vw, 342px);
  height: clamp(1px, 5.928vw, 94px);
  margin: 0 auto;
}

.btn_contact_unit a {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px #1e1d14;
  border-radius: 4.285vw;
  background: #1e1d14;
  line-height: clamp(1px, 5.642vw, 90px);
  font-family: "NotoSansCJKjpBold";
  font-size: clamp(1px, 1.571vw, 25px);
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn_contact_unit a:link {
  text-decoration: none;
  color: #ffee00;
}
.btn_contact_unit a:visited {
  text-decoration: none;
  color: #ffee00;
}
.btn_contact_unit a:hover {
  text-decoration: none;
  color: #1e1d14;
}

.btn_contact_unit a:hover {
  background: #fff;
}

/*---- Fee -----*/

section#plan {
  background: #fff;
  border-radius: 7.142vw 0 0 0;
  padding: 10.714vw 0 11.428vw;
}

section#plan .sect_inner {
  width: 85.714vw;
  max-width: 1371px;
  margin: 0 auto;
}

section#plan h2.sect_title::after {
  background: #fff;
}

h3.plan_catch {
  width: 100%;
  border: solid 3px #1e1d14;
  margin-bottom: 7.5vw;
  padding: clamp(1px, 3.571vw, 57px) 0 clamp(1px, 4.571vw, 73px);
  font-family: "NotoSansCJKjpBlack";
  font-size: clamp(1px, 2.571vw, 41px);
  line-height: 1.5;
  text-align: center;
  border-radius: clamp(1px, 2.285vw, 45px);
  position: relative;
}

h3.plan_catch .number {
  font-size: 2.22em;
  -webkit-text-stroke: clamp(1px, 0.428vw, 7px) #1e1d14;
  text-stroke: clamp(1px, 0.428vw, 7px) #1e1d14;
  margin-left: clamp(1px, 0.357vw, 6px);
  letter-spacing: 0.05em;
}

h3.plan_catch::after {
  content: "+";
  width: clamp(1px, 5.142vw, 82px);
  height: clamp(1px, 5.142vw, 82px);
  padding: 0 0 2px 2px;
  border-radius: 50%;
  background: #1e1d14;
  font-size: 1.25em;
  text-align: center;
  line-height: clamp(1px, 5.142vw, 82px);
  color: #fff;
  position: absolute;
  bottom: clamp(-102px, -6.428vw, -1px);
  left: 50%;
  transform: translateX(-50%);
}

.plan_box {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: clamp(1px, 2.285vw, 45px);
}

.plan_box dl {
  width: clamp(1px, 27.428vw, 438px);
  background: #ffee00;
  border: solid 3px #1e1d14;
  border-radius: clamp(1px, 1.714vw, 27px);
  padding: clamp(1px, 2.857vw, 45px) clamp(1px, 2.285vw, 36px);
  text-align: center;
}

.plan_box dt {
  border-bottom: solid 1px #1e1d14;
  padding-bottom: clamp(1px, 1.714vw, 27px);
}

.plan_box dt h4 {
  font-family: "NotoSansCJKjpBlack";
  font-size: clamp(1px, 2.285vw, 36px);
  margin-bottom: clamp(1px, 0.357vw, 5px);
}

.plan_box dt p {
  font-size: clamp(1px, 1.142vw, 18px);
  line-height: 1.8;
}

.plan_box dd {
  font-family: "NotoSansCJKjpBlack";
  font-size: clamp(1px, 1.571vw, 25px);
  padding-top: clamp(1px, 1.428vw, 22px);
}

.plan_box dd .number {
  font-size: 3.63em;
  letter-spacing: 0;
  color: #fff;
  margin: 0 clamp(1px, 0.357vw, 5px) clamp(1px, 0.714vw, 11px);
}

.plan_notice {
  font-family: "NotoSansCJKjpBold";
  font-size: 0.81em;
}

.or {
  width: clamp(1px, 3.714vw, 59px);
  height: clamp(1px, 3.714vw, 59px);
  background: #ffee00;
  text-align: center;
  line-height: clamp(1px, 3vw, 48px);
  border: solid 3px #1e1d14;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-family: "Barlow", serif;
  font-weight: 700;
  font-size: clamp(1px, 1.714vw, 27px);
}

.plan_list {
  margin-top: clamp(1px, 1.714vw, 27px);
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 0.714vw, 11px);
}

.plan_list li {
  border-bottom: solid 1px #1e1d14;
  padding: clamp(1px, 0.714vw, 11px) 0;
  line-height: 1.5;
}

.plan_list li:last-child {
  border-bottom: none;
}

.plan_cta {
  margin-top: clamp(1px, 1.714vw, 27px);
  width: 100%;
  border: solid 3px #1e1d14;
  padding: clamp(1px, 3.571vw, 57px) 0 clamp(1px, 4.571vw, 73px);
  font-family: "NotoSansCJKjpBlack";
  font-size: clamp(1px, 2.571vw, 41px);
  line-height: 1.5;
  text-align: center;
  border-radius: clamp(1px, 2.285vw, 45px);
  position: relative;
}
.plan_cta .number {
  font-size: 2.22em;
  -webkit-text-stroke: clamp(1px, 0.428vw, 7px) #1e1d14;
  text-stroke: clamp(1px, 0.428vw, 7px) #1e1d14;
  margin-left: clamp(1px, 0.357vw, 6px);
  letter-spacing: 0.05em;
}

.plan_cta_btn {
  display: inline-block;
  margin-top: clamp(1px, 2.714vw, 30px);
}

.plan_cta_btn a {
  border: solid 2px #1e1d14;
  border-radius: 4.285vw;
  background: #1e1d14;
  line-height: clamp(1px, 5.642vw, 90px);
  font-family: "NotoSansCJKjpBold";
  font-size: clamp(1px, 1.571vw, 25px);
  display: block;
  color: #ffee00;
  padding: 0 3.714vw;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.plan_cta_btn a:hover {
  text-decoration: none;
  color: #1e1d14;
}

.plan_cta_btn a:hover {
  background: #fff;
}

.notice {
  font-size: clamp(1px, 0.857vw, 13px);
  text-align: right;
}

section#plan .notice {
  margin-top: clamp(-22px, -1.428vw, -1px);
}

/*---- Flow -----*/

section#flow {
  background: #fff;
  padding-bottom: 17.857vw;
}

section#flow .sect_inner {
  width: 85.714vw;
  max-width: 1371px;
  margin: 0 auto;
}

section#flow h2.sect_title::after {
  background: #fff;
}

.flow_box {
  width: clamp(1px, 20.214vw, 323px);
  background: #ffee00;
  border: solid 3px #1e1d14;
  border-radius: clamp(1px, 1.428vw, 22px);
  padding: clamp(1px, 3.428vw, 54px) clamp(1px, 2vw, 32px)
    clamp(1px, 2.285vw, 36px);
  position: relative;
}

.flow_box .number {
  width: clamp(1px, 4.642vw, 74px);
  height: clamp(1px, 3.571vw, 57px);
  padding-left: clamp(1px, 0.357vw, 5px);
  position: absolute;
  top: clamp(-29px, -1.857vw, -1px);
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(1px, 2.857vw, 45px);
  text-align: center;
  line-height: clamp(1px, 3.571vw, 57px);
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fff),
    color-stop(50%, #ffee00)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #fff 50%,
    #ffee00 50%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 50%, #ffee00 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 50%, #ffee00 50%); /* IE10+ */
  background: linear-gradient(to bottom, #fff 50%, #ffee00 50%);
  -webkit-text-stroke: 4px #1e1d14;
  text-stroke: 4px #1e1d14;
}

.flow_box h3 {
  margin-bottom: clamp(1px, 1.714vw, 27px);
  padding-bottom: clamp(1px, 2.857vw, 45px);
  font-family: "NotoSansCJKjpBold";
  font-size: clamp(1px, 1.428vw, 22px);
  text-align: center;
  border-bottom: solid 1px #1e1d14;
}

.flow_box p {
  font-size: clamp(1px, 1.142vw, 18px);
}

.flow_box::after {
  content: "";
  width: clamp(1px, 1.428vw, 22px);
  height: clamp(1px, 1.285vw, 20px);
  background: url(./../images/arrow_s.png) no-repeat right center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: clamp(-24px, -1.5vw, -1px);
  transform: translateY(-50%);
}

.flow_box:last-child::after {
  display: none;
}

/*---- faq -----*/

section#faq {
  background: #ffee00;
  margin-top: clamp(-114px, -7.142vw, -1px);
  padding: clamp(1px, 10.714vw, 171px) 0;
  border-radius: 0 clamp(1px, 7.142vw, 144px) 0 0;
}

section#faq .sect_inner {
  width: clamp(1px, 73.714vw, 1179px);
  margin: 0 auto;
}

.faq_box {
  border-bottom: solid 1px #1e1d14;
  margin-bottom: clamp(1px, 0.571vw, 9px);
  padding: clamp(1px, 2.5vw, 40px) clamp(1px, 1.714vw, 27px)
    clamp(1px, 1.071vw, 17px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.faq_box dt {
  font-family: "NotoSansCJKjpBold";
  font-size: clamp(1px, 1.714vw, 27px);
  position: relative;
  margin-bottom: clamp(1px, 1.071vw, 17px);
  padding-left: clamp(1px, 3.285vw, 525px);
  line-height: 1;
  cursor: pointer;
}

.faq_box dt::before {
  content: "Q";
  font-family: "Barlow", serif;
  font-weight: 700;
  font-size: 1.83em;
  position: absolute;
  left: 0;
  top: clamp(-11px, -0.714vw, -1px);
}

.faq_box dt::after {
  content: "";
  display: block;
  width: clamp(1px, 2.857vw, 45px);
  height: clamp(1px, 2.857vw, 45px);
  background: url(./../images/icon_plus.png) no-repeat center center #ffee00;
  background-size: clamp(1px, 1vw, 16px) auto;
  box-sizing: border-box;
  border: solid 2px #1e1d14;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: clamp(-5px, -0.357vw, -1px);
}

.faq_box.is-open dt::after {
  background-image: url(./../images/icon_minus.png);
  background-size: clamp(1px, 1vw, 16px) auto;
}

.faq_box dd {
  font-size: clamp(1px, 1.142vw, 18px);
  opacity: 0;
  line-height: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: clamp(1px, 3.214vw, 51px);
}

.faq_box.is-open dd {
  margin: clamp(1px, 2vw, 32px) 0 clamp(1px, 1.214vw, 19px)
    clamp(1px, 3.214vw, 51px);
}

.faq_box.is-open {
  border-radius: clamp(1px, 0.571vw, 9px);
  background: #fff;
  border: none;
}

.faq_box.is-open dd {
  opacity: 1;
  line-height: 1.8;
}

/*---- Contact -----*/

section#contact {
  background: #fff;
  padding: clamp(1px, 10.714vw, 171px) 0;
  border-radius: clamp(1px, 7.142vw, 144px) 0 clamp(1px, 7.142vw, 144px) 0;
}

section#contact .flex_box {
  width: 85.714vw;
  max-width: 1371px;
  margin: 0 auto;
}

section#contact h2.sect_title::after {
  background: #fff;
}

section#contact .sect_left {
  width: clamp(1px, 30vw, 480px);
  position: relative;
}

section#contact .sect_left img {
  width: clamp(1px, 32vw, 512px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(1px, 2vw, 32px);
}

section#contact .sect_right {
  width: clamp(1px, 55vw, 880px);
}

section#contact .sect_right iframe {
  width: 100%;
  height: auto;
  min-height: 800px;
  border: none;
  border-radius: 8px;
}

section#contact .sect_right dl {
  margin-bottom: clamp(1px, 1.214vw, 19px);
}

section#contact .sect_right dt {
  font-family: "NotoSansCJKjpBold";
  font-size: clamp(1px, 1.214vw, 19px);
  line-height: 1.3;
  padding: clamp(1px, 0.357vw, 5px) 0 clamp(1px, 0.714vw, 11px);
}

.required {
  display: inline-block;
  width: clamp(1px, 3.285vw, 52px);
  height: clamp(1px, 1.571vw, 25px);
  margin-left: clamp(1px, 0.571vw, 9px);
  border-radius: clamp(1px, 0.285vw, 4px);
  background: #e20000;
  font-family: "NotoSansCJKjpMedium";
  font-size: 0.76em;
  line-height: clamp(1px, 1.571vw, 25px);
  text-align: center;
  color: #fff;
}

section#contact .sect_right dd input,
section#contact .sect_right dd textarea {
  width: 100%;
  background: #f9f9f9;
  border: solid 1px #b1b1ad;
  border-radius: clamp(1px, 0.571vw, 9px);
  padding: clamp(1px, 0.571vw, 9px) clamp(1px, 0.714vw, 11px)
    clamp(1px, 0.642vw, 10px);
  font-size: clamp(1px, 1.071vw, 17px);
}

section#contact .sect_right dd input::placeholder {
  color: #b1b1ad;
}

section#contact .sect_right dd textarea {
  height: clamp(1px, 8.571vw, 137px);
}

#btn_submit {
  text-align: center;
  padding-top: clamp(1px, 1.785vw, 28px);
}

#btn_submit input {
  width: clamp(1px, 20.428vw, 326px);
  height: clamp(1px, 3.214vw, 51px);
  display: inline-block;
  background: #1e1d14;
  font-family: "NotoSansCJKjpBold";
  font-size: clamp(1px, 1.142vw, 18px);
  line-height: clamp(1px, 2.857vw, 45px);
  border: solid 2px #1e1d14;
  border-radius: clamp(1px, 3.214vw, 51px);
  color: #fff;
  cursor: pointer;
}

#btn_submit input:hover {
  background: #fff;
  color: #1e1d14;
}

.recaptcha_policy {
  font-size: clamp(1px, 0.857vw, 13px);
  margin-top: clamp(1px, 2.142vw, 34px);
}

#scroll_fix {
  position: relative;
  z-index: -1;
}

.wpcf7-not-valid-tip {
  font-size: clamp(1px, 1.071vw, 17px) !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background: #fff;
  font-size: 2em;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  font-size: 1.6em;
  padding: 10px;
  text-align: center;
}

section#contact .sect_inner {
  width: 85.714vw;
  max-width: 1371px;
  margin: 0 auto;
  padding: 10.714vw 0 17.857vw;
}

/*-----------------------------------------------------
  footer
------------------------------------------------------*/

footer {
  position: relative;
  z-index: 2;
  width: 100%;
}

footer .footer_inner {
  width: 85.714vw;
}

#copyright {
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: 0;
  font-family: "Barlow", serif;
  font-weight: 400;
  font-size: 0.928vw;
  line-height: 5vw;
  color: #1e1d14;
  text-align: center;
}

/*-----------------------------------------------------
  Responsive
-----------------------------------------------------*/

.onlyPC {
  display: block;
}
.onlySP {
  display: none;
}

@media screen and (max-width: 767px) {
  .onlyPC {
    display: none;
  }
  .onlySP {
    display: block;
  }
}

/*-----------------------------------------------------

  SP layout

------------------------------------------------------*/

@media screen and (max-width: 767px) {
  /*-----------------------------------------------------
  SP general　
-----------------------------------------------------*/

  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1rem;
    overflow: auto;
  }

  #wrapper {
    margin: 0;
  }

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

  .sp_kaigyou {
    display: block;
  }

  .pc_kaigyou {
    display: inline;
  }

  /*-----------------------------------------------------
  SP header
------------------------------------------------------*/

  body#top header h1 {
    width: 37.948vw;
  }

  body#top header h2 {
    display: none;
  }

  body.subpage header h2 {
    width: 37.948vw;
  }

  body.subpage header h3 {
    display: none;
  }

  .btn_header_contact {
    width: 16.41vw;
    height: 10.769vw;
    top: 4.102vw;
    right: 16.923vw;
  }

  .btn_header_contact a {
    border-radius: 11.538vw;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(./../images/icon_contact_sp.png) no-repeat center center
      #fff;
    background-size: 8.717vw auto;
  }

  #menu_btn {
    width: 11.794vw;
    height: 11.794vw;
    border-radius: 50%;
    top: 3.589vw;
    right: 3.589vw;
  }

  .menuButton {
    width: 3.589vw;
    height: 3.076vw;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }

  .menuButton span {
    width: 100%;
  }

  #menu_btn.active .menuButton {
    left: 50%;
  }

  #menu_btn.active .menuButton span {
    width: 100%;
  }

  #menu_btn.active .menuButton span:first-child {
    transform: translateY(1.282vw) rotate(35deg);
  }

  #menu_btn.active .menuButton span:last-child {
    transform: translateY(-1.282vw) rotate(-35deg);
  }

  .menu_tit {
    display: none;
  }

  #main_visual {
    width: 100%;
    height: auto;
    flex-wrap: wrap-reverse;
    padding-top: 20.256vw;
  }

  .mv_left {
    width: 100%;
    margin-left: 6.153vw;
    margin-top: -13.333vw;
  }

  #main_visual h3 {
    font-size: 9.23vw;
    margin: 0;
  }

  #main_visual h3 span {
    margin-bottom: 10.256vw;
  }

  #main_visual h3 span::before {
    bottom: -22px;
  }

  #main_visual h3 span::after {
    bottom: -19px;
  }

  #main_visual h3 span img {
    width: 43.076vw;
    margin-right: 2.051vw;
  }

  #main_visual .mv_left_txt {
    font-size: 4.502vw;
    margin-top: 3.256vw;
    margin-left: 0;
    font-weight: 700;
    line-height: 1.5;
  }

  #main_visual .catchcopy {
    margin: 8.461vw 0 0 1.538vw;
  }

  #main_visual .catchcopy p {
    margin-bottom: 10.256vw;
  }

  #main_visual .catchcopy p span {
    font-size: 3.846vw;
    line-height: 2.75;
  }

  .mv_right {
    width: 100%;
    height: auto;
    position: relative;
    top: inherit;
  }

  .mv_right #illust_fv {
    height: 100.512vw;
    background-image: url(./../images/illust_fv_sp.png);
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
  }

  #scroll_down {
    display: none;
  }

  .header_navi_inner {
    height: 100vh;
    padding: 10.256vw 0 0 7.692vw;
  }

  #logo_menu {
    display: none;
  }

  #menu_title {
    font-size: 4.102vw;
    font-weight: 700;
    margin-bottom: 3.846vw;
    padding-left: 2.051vw;
  }

  #header_navi_contents {
    position: relative;
    top: inherit;
    transform: none;
    right: inherit;
  }

  .header_navi_inner nav li a {
    font-size: 3.846vw;
    margin: 0 0 3.076vw 0;
    padding: 4.102vw 8.205vw 4.615vw;
    border-radius: 8.205vw;
    border: solid 2px #1e1d14;
  }

  /*-----------------------------------------------------
  SP contents
------------------------------------------------------*/

  #contents {
    width: 100%;
  }

  h2.sect_title {
    font-size: 7.179vw;
    margin-bottom: 10.256vw;
  }

  h2.sect_title img {
    width: 31.282vw;
    margin-right: 1.025vw;
  }

  h2.sect_title::before {
    width: 44.102vw;
    bottom: -23px;
  }

  h2.sect_title::after {
    width: 44.102vw;
    bottom: -20px;
  }

  section#wwcd {
    flex-wrap: wrap;
    padding-top: 28.974vw;
    position: relative;
  }

  section#wwcd .sect_left {
    width: 100%;
    height: 105.641vw;
    padding: 0;
    position: relative;
    top: inherit;
  }

  section#wwcd #illust_wwcd {
    background-image: url(./../images/illust_wwcd_sp.png);
    position: relative;
    top: inherit;
    left: inherit;
  }

  section#wwcd .sect_right {
    width: 100%;
    margin-top: 5.384vw;
    padding-top: 0;
  }

  section#wwcd .sect_right h2.sect_title {
    width: 100%;
    position: absolute;
    top: 8.974vw;
  }

  .wwcd_box {
    width: 87.692vw;
    max-width: inherit;
    height: auto;
    max-height: inherit;
    margin: 0 0 7.948vw 4.102vw;
    border: solid 3px #1e1d14;
    border-radius: 4.615vw;
    padding: 6.666vw 5.897vw 5.641vw;
  }

  .wwcd_box:nth-child(2n + 1) {
    margin-left: 9.23vw;
  }

  .wwcd_box h3 {
    font-size: 4.102vw;
    margin-bottom: 3.846vw;
  }

  .wwcd_box p {
    font-size: 3.589vw;
  }

  .wwcd_box .number {
    transform: none;
    font-size: 7.692vw;
    -webkit-text-stroke: 1.025vw #1e1d14;
    text-stroke: 1.025vw #1e1d14;
    right: 5.897vw;
    top: -5.641vw;
  }

  .wwcd_box::after {
    width: 4.871vw;
    height: 6.666vw;
    left: 8.974vw;
    top: -6.666vw;
    background: url(./../images/fukidashi_sp.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .wwcd_box:nth-child(2n + 1) .number {
    right: inherit;
    left: 6.153vw;
  }

  .wwcd_box:nth-child(2n + 1)::after {
    left: inherit;
    right: 38px;
    transform: scale(-1, 1);
  }

  section#recommendation {
    padding: 8.974vw 0 60px;
  }

  section#recommendation .sect_inner {
    width: 87.692vw;
  }

  #recommendation h2 .sp_kaigyou {
    margin-top: 3.076vw;
  }

  section#recommendation .flex_box {
    display: block;
    margin-bottom: 5.384vw;
  }

  .recomm_box {
    width: 100%;
    max-width: inherit;
    margin-bottom: 2.051vw;
    padding: 8.974vw 5.384vw 6.666vw;
    border: solid 3px #1e1d14;
    border-radius: 6.153vw;
  }

  section#recommendation h2.sect_title {
    margin-bottom: 14.871vw;
  }

  .recomm_box h3 {
    font-size: 4.615vw;
    margin-bottom: 6.153vw;
  }

  .recomm_box h3::before {
    height: 1.538vw;
    bottom: -0.769vw;
  }

  .recomm_illust {
    width: 69.487vw;
    margin: 0 auto 4.102vw;
  }

  .recomm_box p {
    font-size: 3.589vw;
  }

  .appeal_txt {
    font-size: 4.102vw;
  }

  section#service {
    border-radius: 12.307vw 0 0 0;
  }

  section#service .sect_inner {
    width: 87.692vw;
    padding: 17.948vw 0 27.692vw;
  }

  section#service h2.sect_title {
    margin-bottom: 17.435vw;
  }

  section#service .sect_lead {
    display: none;
  }

  section#service .flex_box {
    display: block;
  }

  .service_box {
    width: 100%;
    max-width: inherit;
    border: solid 3px #1e1d14;
    border-radius: 6.153vw;
    margin-bottom: 3.333vw;
    padding: 6.41vw 0 4.358vw;
  }

  .service_box h3 {
    font-size: 5.128vw;
    margin-bottom: 1.282vw;
  }

  .service_box p {
    font-size: 3.589vw;
    margin-bottom: 3.076vw;
  }

  .service_illust img {
    width: 70vw;
  }

  section#case_study {
    border-radius: 0 12.307vw 0 0;
    margin-top: -12.307vw;
    padding-bottom: 14.358vw;
  }

  section#case_study .sect_inner {
    width: 87.692vw;
    padding: 17.948vw 0 0;
  }

  section#case_study h2.sect_title {
    font-size: 6.153vw;
  }

  section#case_study h2.sect_title {
    margin-bottom: 14.871vw;
  }

  section#case_study .flex_box {
    display: block;
  }

  #cs_others {
    margin-left: 6.9vw;
    padding-bottom: 16.923vw;
    padding-right: 0;
    overflow: visible;
  }

  #cs_apeal > a {
    width: 100%;
    max-width: inherit;
    margin-bottom: 3.076vw;
  }

  .cs_box {
    padding: 6.153vw 4.102vw;
    border-radius: 6.153vw;
  }

  .cs_box_bg {
    width: 100%;
    border-radius: 6.153vw;
  }

  .cs_category {
    width: 58.461vw;
    max-width: inherit;
    height: 7.948vw;
    max-height: inherit;
    font-size: 3.846vw;
    line-height: 7.948vw;
    border-radius: 3.076vw;
    margin-bottom: 2.051vw;
  }

  .cs_box h3 {
    font-size: 4.102vw;
  }

  .cs_box h4 {
    font-size: 3.589vw;
    margin-bottom: 4.102vw;
  }

  .cs_box p {
    padding: 4.102vw 2.051vw 0;
    font-size: 3.589vw;
  }

  #cs_apeal > .cs_box.cs_box_1_of_3 {
    width: 100%;
    max-width: inherit;
    border: solid 3px #1e1d14;
    border-radius: 6.153vw;
    margin-bottom: 3.333vw;
    padding: 6.41vw 0 4.358vw;
  }

  #cs_apeal > .cs_box.cs_box_1_of_3 .cs_list {
    padding: 0 20px;
  }

  #cs_apeal > .cs_box.cs_box_1_of_3 .cs_list_item_dt_title {
    font-size: 3vw;
  }

  #cs_apeal > .cs_box.cs_box_1_of_3 .cs_list_item_dt_value {
    font-size: 3.589vw;
  }

  #cs_others .swiper-slide {
    width: 100%;
    height: 115.384vw;
    display: block;
    box-sizing: border-box;
    flex-shrink: 0;
    cursor: default;
  }

  .cs_others_box {
    width: 84.102vw;
    height: 115.384vw;
    margin: 0 auto;
    padding: 6.153vw 6.153vw 0;
    border-radius: 10.256vw;
    position: relative;
    top: inherit;
    left: inherit;
  }

  .cs_others_box_bg {
    display: none;
  }

  .cs_others_thumb {
    width: 71.794vw;
    margin-bottom: 6.153vw;
    border-radius: 6.153vw 6.153vw 2.051vw 2.051vw;
  }

  .cs_others_box h4 {
    font-size: 4.102vw;
  }

  .cs_others_category {
    font-size: 3.589vw;
  }

  .cs_tag li {
    font-size: 2.82vw;
    margin: 0 1.025vw 1.025vw 0;
    padding: 1.282vw 2.051vw 1.538vw;
    border-radius: 1.025vw;
  }

  .advanced .number {
    -webkit-text-stroke: 1.025vw #1e1d14;
    text-stroke: 1.025vw #1e1d14;
    margin-left: 0.769vw;
    letter-spacing: 0.05em;
  }

  .btn_detail {
    font-size: 3.333vw;
    left: 7.692vw;
    bottom: 7.692vw;
  }

  .btn_ss {
    width: 5.897vw;
    height: 3.846vw;
    margin-left: 0.769vw;
    border-radius: 2.051vw;
    background-size: 2.82vw auto;
  }

  .slide_control {
    right: 6.153vw;
  }

  #mokumoku_l {
    width: 4.615vw;
    height: 6.153vw;
    margin: 4.615vw -1.794vw 0 0;
  }

  #control_bar {
    width: 50vw;
    height: 0.769vw;
    margin: 7.179vw 4.871vw 0 0;
  }

  .slide_prev,
  .slide_next {
    width: 14.358vw;
    height: 14.358vw;
    margin: 0 0.897vw;
  }

  .arrow_s {
    width: 4.102vw;
    height: 3.589vw;
  }

  section#contact_unit {
    height: 96.923vw;
  }

  .contact_unit_wrapper {
    width: 91.794vw;
    height: 80vw;
    padding: 12.307vw 0 9.743vw;
    border-radius: 16.41vw;
    background-size: 84.871vw auto;
    background-position: center top 34.615vw;
  }

  section#contact_unit::before {
    width: 91.794vw;
    height: 80vw;
    border-radius: 16.41vw;
    top: 1.282vw;
  }

  #contact_unit h2 {
    font-size: 6.179vw;
  }

  #contact_unit h2 .sp_kaigyou {
    margin-top: 3.076vw;
  }

  #contact_unit h2 img {
    width: 34.358vw;
    margin: 0 1.025vw;
  }

  #contact_unit h3 {
    display: none;
  }

  .btn_contact_unit {
    width: 72.82vw;
    height: 20.512vw;
    margin-top: 10.487vw;
  }

  .btn_contact_unit a {
    font-size: 5.128vw;
    line-height: 20.512vw;
    border-radius: 10.256vw;
  }

  section#plan {
    border-radius: 12.307vw 0 0 0;
    padding: 17.948vw 0 14.358vw;
  }

  section#plan .sect_inner {
    width: 87.692vw;
  }

  section#plan h2.sect_title {
    margin-bottom: 14.871vw;
  }

  h3.plan_catch {
    font-size: 5.128vw;
    border-radius: 6.153vw;
    margin-bottom: 16.41vw;
    padding: 6.153vw;
  }

  h3.plan_catch .number {
    margin: 0 0.769vw 0;
    -webkit-text-stroke: 1.025vw #1e1d14;
    text-stroke: 1.025vw #1e1d14;
  }

  h3.plan_catch::after {
    width: 12.307vw;
    height: 12.307vw;
    font-size: 7.692vw;
    padding: 0;
    line-height: 11.025vw;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    bottom: -14.871vw;
  }

  .plan_box {
    display: block;
    margin-bottom: 4.102vw;
  }

  .plan_box dl {
    width: 100%;
    border-radius: 6.153vw;
    margin-bottom: 1.025vw;
    padding: 5.897vw 5.384vw 6.153vw;
  }

  .plan_box dt {
    border-bottom: none;
  }

  .plan_box dt h4 {
    font-size: 8.128vw;
    margin-bottom: 0.769vw;
  }

  .plan_box dt p {
    font-size: 3.589vw;
    margin-bottom: 2.564vw;
  }

  .plan_box dd {
    font-size: 4.615vw;
    padding-top: 0;
  }

  .plan_box dd .font_s {
    font-size: 0.833em;
  }

  .plan_box dd .number {
    font-size: 2.666em;
    -webkit-text-stroke: 1.025vw #1e1d14;
    text-stroke: 1.025vw #1e1d14;
    margin: 0 1.282vw;
  }

  .plan_list {
    margin-top: 1.5rem;
  }

  .plan_list li {
    padding: 0.7rem 0;
  }

  .plan_cta {
    border-radius: 6.153vw;
    padding: 6.153vw;
    font-size: 5.128vw;
    line-height: 2;
  }

  .plan_cta_btn a {
    font-size: 4.102vw;
    line-height: 1.5;
    border-radius: 6.153vw;
    padding: 1.5rem 3rem;
  }

  .plan_cta .number {
    -webkit-text-stroke: 1.025vw #1e1d14;
    text-stroke: 1.025vw #1e1d14;
  }

  .or {
    width: 10.256vw;
    height: 10.256vw;
    font-size: 4.615vw;
    line-height: 7.692vw;
  }

  section#plan .notice {
    font-size: 3.076vw;
  }

  section#flow {
    padding-bottom: 12.307vw;
  }

  section#flow .sect_inner {
    width: 87.692vw;
  }

  section#flow h2.sect_title {
    margin-bottom: 17.948vw;
  }

  section#flow .flex_box {
    display: block;
  }

  .flow_box {
    width: 100%;
    border-radius: 4.102vw;
    margin-bottom: 12.051vw;
    padding: 8.974vw 6.153vw 6.153vw;
  }

  .flow_box .number {
    width: 17.948vw;
    font-size: 10.256vw;
  }

  .flow_box h3 {
    font-size: 5.128vw;
    margin-bottom: 3.846vw;
    padding-bottom: 5.128vw;
  }

  .flow_box p {
    font-size: 4.102vw;
  }

  .flow_box::after {
    transform: translateY(0);
  }

  .flow_box::after {
    width: 5.641vw;
    height: 4.615vw;
    margin-left: -2.8vw;
    transform: rotate(90deg);
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -5.641vw;
  }

  section#faq {
    border-radius: 0 12.307vw 0 0;
    padding: 17.948vw 0 15.384vw;
  }

  section#faq .sect_inner {
    width: 87.692vw;
  }

  section#faq h2.sect_title {
    margin-bottom: 14.871vw;
  }

  .faq_box {
    margin-bottom: 1.025vw;
    padding: 2.82vw 4.358vw 2.307vw;
  }

  .faq_box dt::before {
    font-size: 6.153vw;
    top: -2.051vw;
  }

  .faq_box dt {
    width: 67.948vw;
    font-size: 3.589vw;
    padding-left: 5.641vw;
    line-height: 1.3;
  }

  .faq_box dt::after {
    width: 7.179vw;
    height: 7.179vw;
    background-size: 3.076vw auto;
    right: -10.256vw;
    top: 50%;
    transform: translateY(-50%);
  }

  .faq_box.is-open dt::after {
    background-size: 3.076vw auto;
  }

  .faq_box.is-open {
    border-radius: 2.051vw;
  }

  .faq_box dd {
    font-size: 3.333vw;
    margin-left: 0;
  }

  .faq_box.is-open dd {
    margin-left: 0;
    line-height: 1.5;
    margin-bottom: 4.102vw;
  }

  section#contact {
    border-radius: 12.307vw 0 12.307vw 0;
    padding: 17.948vw 0 16.41vw;
  }

  section#contact .sect_inner {
    width: 87.692vw;
  }

  section#contact h2.sect_title {
    margin-bottom: 11.538vw;
  }

  #contact h2 .sp_kaigyou {
    margin-top: 3.076vw;
  }

  section#contact .flex_box {
    width: 100%;
    max-width: inherit;
    display: block;
  }

  section#contact .sect_left {
    width: 100%;
    text-align: center;
    margin-bottom: 3.076vw;
  }

  section#contact .sect_left img {
    width: 92.82vw;
    position: relative;
    top: inherit;
    transform: none;
    right: inherit;
  }

  section#contact .sect_right {
    width: 87.692vw;
    margin: 0 auto;
  }

  section#contact .sect_right iframe {
    width: 100%;
    height: auto;
    min-height: 400px;
    border: none;
    border-radius: 4px;
  }

  section#contact .sect_right dt {
    font-size: 3.846vw;
    padding: 3.076vw 0 1.538vw;
  }

  .required {
    width: 11.794vw;
    height: 5.641vw;
    margin-left: 2.051vw;
    border-radius: 1.025vw;
    font-size: 3.076vw;
    line-height: 5.641vw;
  }

  section#contact .sect_right dd input,
  section#contact .sect_right dd textarea {
    font-size: 3.846vw;
    padding: 2.564vw 2.564vw 2.307vw;
    border-radius: 1.025vw;
  }

  section#contact .sect_right dd textarea {
    height: 30.769vw;
  }

  #btn_submit input {
    width: 100%;
    height: 11.538vw;
    line-height: 9.23vw;
    border-radius: 11.538vw;
    font-size: 4.102vw;
  }

  #btn_submit {
    padding-top: 6.41vw;
  }

  .recaptcha_policy {
    font-size: 3.076vw;
    margin-top: 5.128vw;
  }

  /*-----------------------------------------------------
  footer
------------------------------------------------------*/
  footer {
    height: 130px;
  }

  footer .footer_inner {
    width: auto;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 0;
    height: 100%;
  }

  #copyright {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 3.82vw;
    background-color: transparent;
    position: relative;
    left: 0;
    bottom: 0;
    padding: 2rem 0;
  }
}

@media screen and (max-width: 31.428vw) {
}

/*-----------------------------------------------------
  general
------------------------------------------------------*/

.underline_yellow {
  background: linear-gradient(transparent 80%, #ffee00 25%);
}

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

.mt-md {
  margin-top: 40px;
}

.mt-lg {
  margin-top: 120px;
}

.db {
  display: block;
}

@media screen and (max-width: 767px) {
  .mt-md {
    margin-top: 20px;
  }

  .mt-lg {
    margin-top: 60px;
  }
}

/*-----------------------------------------------------
  br無効化
-----------------------------------------------------*/

@media screen and (min-width: 768px) {
  br.pc_br_off {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  br.sp_br_off {
    display: none;
  }
}

/* サービス内容セクションのスタイリング */
.util-lead {
  text-align: center;
  font-size: clamp(1.1rem, 1.7vw, 2rem);
  line-height: 1.8;
  margin: 60px 0 40px;
  font-family: "NotoSansCJKjpMedium";
}

.font-bold {
  font-family: "NotoSansCJKjpBold";
  font-weight: bold;
}

.vertical-list {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.vertical-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vertical-list li {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  border: solid 3px #1e1d14;
  transition: all 0.3s ease;
}

.vertical-list dl {
  margin: 0;
}

.vertical-list dt {
  font-size: clamp(1.1rem, 1.6vw, 2rem);
  font-family: "NotoSansCJKjpBold";
  color: #1e1d14;
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
}

.vertical-list dd {
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  line-height: 1.8;
  margin: 0;
  padding-left: 8px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .util-lead {
    font-size: 4vw;
    margin: 40px 0 50px;
  }

  .vertical-list {
    padding: 0;
    margin: 0 auto 50px;
  }

  .vertical-list ul {
    gap: 25px;
  }

  .vertical-list li {
    padding: 25px;
  }

  .vertical-list dt {
    font-size: 2rem;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: solid 1px #1e1d14;
  }

  .vertical-list dd {
    font-size: 1.4rem;
    padding-left: 4px;
  }

  .cs_others_txt {
    font-size: 1.5rem;
    margin: 35px 0 25px;
    padding: 0 20px;
  }
}
