@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

html {
  scroll-behavior: smooth;
}

html,
button,
input,
select,
textarea {
  font-family: 'Noto Sans JP', sans-serif;
}

body {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  max-width: 100%;
  overflow: hidden;
}

a[href$='.pdf'] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: underline;
  color: #000;
  line-height: 1.5;
}

a[href$='.pdf']::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 38px;
  background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
}

a[href$='.pdf']:hover {
  text-decoration: none;
}

@font-face {
  font-family: 'din_alternate';
  src: url('/wp-content/themes/child/image/font/DIN_Alternate_Bold.ttf')
    format('truetype');
}

.f_en {
  font-family: 'din_alternate', sans-serif;
}

.f_kiw {
  font-family: 'Kiwi Maru', serif;
  font-weight: 400;
}

.f_rob {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

/* ヘッダー */
#header {
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  padding: 0 26px 0 43px;
  z-index: 999;
}

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

#header .hd_cont .logo_box .link {
  display: flex;
  align-items: end;
}

#header .hd_cont .logo_box .link .logo {
  width: 183px;
}

#header .hd_cont .logo_box .link .logo img {
  width: 100%;
}

#header .hd_cont .logo_box .link .let {
  margin: 0 0 2px 18px;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #000;
}

#header .hd_cont .logo_box .link .logo_img {
  width: 110px;
  margin: 0 0 5px 12px;
}

#header .hd_cont .logo_box .link .logo_img img {
  width: 100%;
}

#header .hd_cont .point_box ul {
  display: flex;
  align-items: center;
  gap: 16px;
}

#header .hd_cont .point_box li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  width: 177px;
  min-block-size: 44px;
  border-radius: 100vmax;
}

#header .hd_cont .point_box li .icon svg {
  display: block;
}

#header .hd_cont .point_box li .text {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

#header .hd_cont .point_box li:nth-child(4) {
  width: 282px;
}

.sp-br {
  display: none;
}

/* メインビジュアル */
.mv_sec {
  position: relative;
  margin-bottom: 90px;
}

.mv_sec .mv_cont {
  padding: 125px 0 0 0;
  background: linear-gradient(-45deg, #abdcff, #c6edbe);
  border-radius: 0 0 2000px 2000px/0 0 300px 300px;
  margin: 0 -200px 0px -200px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.mv_sec .mv_cont .ttl_box {
  margin-bottom: 34px;
}

.mv_sec .mv_cont .ttl_box .ttl {
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.mv_sec .mv_cont .ttl_box .ttl .head {
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 9px;
}

.mv_sec .mv_cont .ttl_box .ttl .head .color {
  font-size: 24px;
  line-height: 1;
  color: #003ae5;
  display: flex;
  align-items: end;
  gap: 7px;
}

.mv_sec .mv_cont .ttl_box .ttl .head .color::before,
.mv_sec .mv_cont .ttl_box .ttl .head .color::after {
  content: '';
  background-image: url(/wp-content/themes/child/image/deco_slash.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  aspect-ratio: 3/8;
  flex-shrink: 0;
}

.mv_sec .mv_cont .ttl_box .ttl .head .color::after {
  transform: scaleX(-1);
}

.mv_sec .mv_cont .ttl_box .ttl .catch {
  display: block;
  font-size: 68px;
  letter-spacing: 0.12em;
  line-height: 1.7;
}

.mv_sec .mv_cont .ttl_box .ttl .catch .small {
  font-size: 54px;
}

.mv_sec .mv_cont .ttl_box .ttl .text {
  font-size: 24px;
}

.mv_sec .mv_cont .img_box {
  width: 696px;
  margin: 0 auto -80px;
  position: relative;
}

.mv_sec .mv_cont .img_box img {
  width: 100%;
}

.mv_sec .mv_cont .img_box::before {
  content: '';
  position: absolute;
  top: -290px;
  right: -60px;
  width: 578px;
  height: 594px;
  background: #757aff;
  opacity: 0.4;
  border-radius: 50%;
  mix-blend-mode: color-burn;
  filter: blur(204px);
  z-index: -1;
}

.mv_sec .mv_cont .img_box::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -510px;
  width: 603px;
  height: 621px;
  background: #757aff;
  opacity: 0.7;
  border-radius: 50%;
  mix-blend-mode: color-burn;
  filter: blur(204px);
  z-index: -1;
}

.mv_sec .common_link_btn {
  margin: -42px 0 55px;
}

.common_link_btn .link {
  display: block;
  width: 414px;
  margin: 0 auto;
}

.common_link_btn .link .catch {
  background: #0044ff;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  padding: 6px 24px;
  border-radius: 100vmax;
  position: relative;
  width: fit-content;
  margin: 0 auto -10px;
  position: relative;
  z-index: 1;
}

.common_link_btn .link .catch .big {
  font-size: 23px;
}

.common_link_btn .link .catch::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  translate: -50% 100%;
  display: block;
  background: #0044ff;
  width: 14px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.common_link_btn .link .btn {
  background: #fff500;
  padding: 13px 0 9px;
  border-radius: 100vmax;
  position: relative;
  overflow: hidden;
  box-shadow: 9px 9px rgba(73, 73, 73, 0.14);
  border: 2px solid #fff500;
  transition: 0.3s;
}

.common_link_btn .link:hover .btn {
  background: #ffcb00;
  border-color: #ffcb00;
}

.common_link_btn .link .btn::before {
  content: '';
  position: absolute;
  bottom: 31px;
  left: 50%;
  translate: -50% 0;
  width: 550px;
  aspect-ratio: 55/27;
  background: #000;
  border-radius: 50%;
  mix-blend-mode: overlay;
}

.common_link_btn .link .btn .text {
  font-size: 29px;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: initial;
  position: relative;
  text-align: center;
}

.mv_sec .illust_box .right_img {
  position: absolute;
  top: 258px;
  left: calc(50vw - 736px);
  width: 395px;
}

.mv_sec .illust_box .left_img {
  position: absolute;
  top: 260px;
  right: calc(50vw - 716px);
  width: 394px;
}

.mv_sec .multi_platform {
  margin: 80px 0;
  position: relative;
  z-index: 2;
}

.mv_sec .multi_platform .platform_cont {
  text-align: center;
}

.mv_sec .multi_platform .ttl {
  font-size: 24px;
  font-weight: 700;
  color: #003ae5;
  display: inline-grid;
  padding: 0 30px 0 30px;
  background: #fff;
}

.mv_sec .multi_platform .platform_list {
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 40px;
  background: #fff;
  border: 2px solid #007bff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 123, 255, 0.1);
}

.mv_sec .multi_platform .platform_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mv_sec .multi_platform .platform_item.coming_soon .logo_box {
  opacity: 0.6;
}

.mv_sec .multi_platform .logo_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  max-height: 88px;
}

.mv_sec .multi_platform .logo_box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mv_sec .multi_platform .logo_text {
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.mv_sec .multi_platform .logo_text.shopify {
  font-size: 28px;
  color: #95bf47;
  text-transform: lowercase;
  font-family: system-ui, -apple-system, sans-serif;
}

.mv_sec .multi_platform .logo_text.colorme {
  font-size: 20px;
  color: #333;
  font-weight: 900;
  text-transform: uppercase;
}

.mv_sec .multi_platform .logo_text.colorme .sub {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  display: block;
  margin-top: 2px;
}

.mv_sec .multi_platform .logo_text.makeshop {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  text-transform: lowercase;
}

.mv_sec .multi_platform .logo_text.makeshop .sub {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  display: block;
  margin-top: 2px;
}

.mv_sec .multi_platform .coming_soon_badge {
  position: absolute;
  top: -25px;
  right: -20px;
  background: #ff5555;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 15px;
  text-transform: uppercase;
}

.mv_sec .record_cont {
  margin-bottom: 80px;
}

.mv_sec .record_cont ul {
  display: grid;
  grid-template-columns: repeat(3, 318px);
  justify-content: center;
  gap: 0 52px;
}

.mv_sec .record_cont li .icon {
  width: 44px;
  margin: 0 auto 8px;
}

.mv_sec .record_cont li .icon img {
  width: 100%;
}

.mv_sec .record_cont li .text_box {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.mv_sec .record_cont li .text_box::before,
.mv_sec .record_cont li .text_box::after {
  content: '';
  background-image: url(/wp-content/themes/child/image/illust_leaf.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 26px;
  aspect-ratio: 54/149;
  flex-shrink: 0;
}

.mv_sec .record_cont li .text_box::after {
  transform: scaleX(-1);
}

.mv_sec .record_cont li .text_box .text {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #614900;
}

.mv_sec .record_cont li .text_box .text .big {
  font-size: 43px;
  display: inline-block;
  margin-top: 0.15em;
}

.mv_sec .record_cont li:nth-child(2) .text_box .text .big {
  margin-right: 0.1em;
}

.mv_sec .record_cont li .text_box .text .star {
  font-size: 34px;
  display: inline-block;
  margin: 0.3em 0.2em 0;
}

.mv_sec .record_cont li .text_box .text .mid {
  font-size: 23px;
}

.mv_sec .brand_cont .head_box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 48px;
}

.mv_sec .brand_cont .head_box::before,
.mv_sec .brand_cont .head_box::after {
  content: '';
  width: 50px;
  aspect-ratio: 1;
  border-bottom: 5px dotted #003ae5;
  flex-shrink: 0;
}

.mv_sec .brand_cont .head_box::before {
  rotate: 45deg;
}

.mv_sec .brand_cont .head_box::after {
  rotate: -45deg;
}

.mv_sec .brand_cont .head_box .ttl {
  font-size: 22px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #003ae5;
}

.mv_sec .brand_cont .head_box .ttl .logo {
  display: inline-block;
  width: 136px;
  margin-right: 10px;
}

.mv_sec .brand_cont .head_box .ttl .logo img {
  width: 100%;
}

.mv_sec .brand_cont .list li {
  width: 225px;
}

.mv_sec .brand_cont .list li img {
  width: 100%;
}

/* Lettersとは？ */
.about_sec {
  padding: 75px 0 62px;
  background: #ecfaff;
}

.about_sec .about_cont .ttl_box {
  margin-bottom: 30px;
}

.about_sec .about_cont .ttl_box .ttl {
  font-size: 28px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}

.about_sec .about_cont .ttl_box .ttl .logo {
  display: inline-block;
  width: 204px;
}

.about_sec .about_cont .ttl_box .ttl .logo img {
  width: 100%;
}

.about_sec .about_cont .text_box {
  margin-bottom: 56px;
}

.about_sec .about_cont .text_box .text {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 2.2;
  text-align: center;
}

.about_sec .about_cont .text_box .text .logo {
  display: inline-block;
  width: 110px;
  translate: 0 -6px;
}

.about_sec .about_cont .text_box .text .logo img {
  width: 100%;
}

.about_sec .about_cont .img_box {
  width: 790px;
  margin: 0 auto 70px;
}

.about_sec .about_cont .img_box img {
  width: 100%;
}

.about_sec .about_cont .movie_box .catch {
  font-size: 22px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #003ae5;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 26px;
}

.about_sec .about_cont .movie_box .catch::before,
.about_sec .about_cont .movie_box .catch::after {
  content: '';
  width: 50px;
  aspect-ratio: 1;
  border-bottom: 5px dotted #003ae5;
  flex-shrink: 0;
}

.about_sec .about_cont .movie_box .catch::before {
  rotate: 45deg;
}

.about_sec .about_cont .movie_box .catch::after {
  rotate: -45deg;
}

.about_sec .about_cont .movie_box .movie {
  width: 800px;
  margin: 0 auto;
}

.about_sec .about_cont .movie_box .movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}

/* お悩みセクション */
.problem_sec {
  padding: 86px 0 0;
  position: relative;
}

.problem_sec::after {
  content: '';
  display: block;
  width: 100%;
  height: 110px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.problem_sec .problem_cont .ttl_box {
  padding-bottom: 2px;
  width: fit-content;
  margin: 0 auto 66px;
  border-bottom: 5px dotted #6f109b;
}

.problem_sec .problem_cont .ttl_box .ttl {
  font-size: 32px;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.problem_sec .problem_cont .ttl_box .color {
  font-size: 1.25em;
  color: #6f109b;
}

.problem_sec .problem_cont .list ul {
  display: grid;
  grid-template-columns: repeat(3, 335px);
  gap: 36px;
  justify-content: center;
}

.problem_sec .problem_cont .list li {
  position: relative;
}

.problem_sec .problem_cont .list li:nth-child(2) {
  margin-top: 37px;
}

.problem_sec .problem_cont .list li .text_box {
  background: #e6edfa;
  min-block-size: 164px;
  display: grid;
  place-content: center;
  border-radius: 18px;
  position: relative;
}

.problem_sec .problem_cont .list li .text_box::before {
  content: '';
  position: absolute;
  bottom: -12px;
  right: 118px;
  width: 25px;
  aspect-ratio: 1;
  background: #e6edfa;
  border-radius: 50%;
}

.problem_sec .problem_cont .list li .text_box::after {
  content: '';
  position: absolute;
  bottom: -27px;
  right: 145px;
  width: 13px;
  aspect-ratio: 1;
  background: #e6edfa;
  border-radius: 50%;
}

.problem_sec .problem_cont .list li:nth-child(3) .text_box::before {
  right: 44px;
}

.problem_sec .problem_cont .list li:nth-child(3) .text_box::after {
  right: 71px;
}

.problem_sec .problem_cont .list li .text_box .text {
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}

.problem_sec .problem_cont .list li .text_box .text .color {
  display: block;
  font-size: 19px;
  color: #6f109b;
}

.problem_sec .problem_cont .list li .img {
  width: 207px;
  position: relative;
}

.problem_sec .problem_cont .list li .img img {
  width: 100%;
}

.problem_sec .problem_cont .list li:nth-child(1) .img {
  margin: -40px 0 0 -27px;
}

.problem_sec .problem_cont .list li:nth-child(2) .img {
  margin: -20px 0 0 10px;
}

.problem_sec .problem_cont .list li:nth-child(3) .img {
  margin: -49px 0 0 100px;
}

.problem_sec .problem_cont .list li .comment {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.problem_sec .problem_cont .list li:nth-child(1) .comment {
  top: 244px;
  left: 198px;
}

.problem_sec .problem_cont .list li:nth-child(2) .comment {
  top: 210px;
  left: 192px;
}

.problem_sec .problem_cont .list li:nth-child(3) .comment {
  top: 194px;
  left: 24px;
}

/* 提案セクション */
.solution_sec {
  background-image: url(/wp-content/themes/child/image/solution_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 193px 0 70px;
  margin-top: -110px;
}

.solution_sec .solution_cont .ttl_box {
  margin-bottom: 72px;
}

.solution_sec .solution_cont .ttl_box .ttl .bg {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: #fff;
  font-size: 32px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #003ae5;
  padding: 0.1em 0 0.1em 0.6em;
}

.solution_sec .solution_cont .ttl_box .ttl .bg.big {
  font-size: 39px;
  padding-right: 0.2em;
  margin-top: 0.4em;
}

.solution_sec .solution_cont .list {
  margin-bottom: 100px;
}

.solution_sec .solution_cont .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.solution_sec .solution_cont .list li .icon {
  width: 141px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 25px;
  margin: 0 auto;
}

.solution_sec .solution_cont .list li .icon img {
  width: 40%;
}

.solution_sec .solution_cont .list li .text_box {
  background: #fff;
  padding: 57px 34px 50px;
  border-radius: 24px;
  margin-top: -95px;
  text-align: center;
}

.solution_sec .solution_cont .list li .text_box .theme {
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #003ae5;
  margin-bottom: 0.8em;
}

.solution_sec .solution_cont .list li .text_box .text {
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 2;
}

.solution_sec .solution_cont .data_box {
  margin-bottom: 80px;
}

.solution_sec .solution_cont .data_box .theme_box {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.solution_sec .solution_cont .data_box .theme_box::before,
.solution_sec .solution_cont .data_box .theme_box::after {
  content: '';
  flex-grow: 1;
  height: 2px;
  background-image: linear-gradient(to right, #fff 3px, transparent 3px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  flex-shrink: 0;
}

.solution_sec .solution_cont .data_box .theme_box .theme {
  font-size: 26px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
}

.solution_sec .solution_cont .data_box .theme_box .theme .small {
  font-size: 0.8em;
}

.solution_sec .solution_cont .data_box .answer_box .box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
}

.solution_sec .solution_cont .data_box .answer_box .box:nth-child(2) {
  flex-direction: row-reverse;
  margin-top: 54px;
}

.solution_sec .solution_cont .data_box .answer_box .box .text_box {
  background: #fff;
  border-radius: 100vmax;
  padding: 30px 65px;
  position: relative;
  filter: drop-shadow(0 0 16px rgba(22, 37, 77, 0.2));
}

.solution_sec .solution_cont .data_box .answer_box .box:nth-child(2) .text_box {
  padding: 14px 66px;
}

.solution_sec .solution_cont .data_box .answer_box .box .text_box::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 100% -50%;
  background: #fff;
  width: 26px;
  aspect-ratio: 1;
  min-width: 26px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.solution_sec
  .solution_cont
  .data_box
  .answer_box
  .box:nth-child(2)
  .text_box::before {
  left: 8px;
  translate: -100% -50%;
  transform: scaleX(-1);
}

.solution_sec .solution_cont .data_box .answer_box .box .text_box .text {
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}

.solution_sec .solution_cont .data_box .answer_box .box .text_box .text .big {
  font-size: 20px;
}

.solution_sec
  .solution_cont
  .data_box
  .answer_box
  .box
  .text_box
  .text
  .big.red {
  color: #e51b00;
}

.solution_sec
  .solution_cont
  .data_box
  .answer_box
  .box
  .text_box
  .text
  .big.blue {
  color: #002696;
}

.solution_sec .solution_cont .data_box .answer_box .box .img {
  width: 230px;
  flex-shrink: 0;
}

.solution_sec .solution_cont .data_box .answer_box .box:nth-child(2) .img {
  width: 180px;
}

.solution_sec .solution_cont .data_box .answer_box .box .img img {
  width: 100%;
}

.solution_sec .solution_cont .solution_box .catch_box {
  margin-bottom: 135px;
  position: relative;
}

.solution_sec .solution_cont .solution_box .catch_box::before,
.solution_sec .solution_cont .solution_box .catch_box::after {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 105px;
  height: 42px;
  background: #fff;
  clip-path: polygon(0 0, 50% 33px, 100% 0, 100% 9px, 50% 100%, 0 9px);
}

.solution_sec .solution_cont .solution_box .catch_box::before {
  bottom: -64px;
}

.solution_sec .solution_cont .solution_box .catch_box::after {
  bottom: -86px;
}

.solution_sec .solution_cont .solution_box .catch_box .text {
  font-size: 28px;
  letter-spacing: 0.12em;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}

.solution_sec .solution_cont .solution_box .detail_box {
  background: #fff;
  padding: 50px 130px 42px;
  border-radius: 48px;
}

.solution_sec .solution_cont .solution_box .detail_box .text_box .text {
  font-size: 24px;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 2.2;
  text-align: center;
}

.solution_sec .solution_cont .solution_box .detail_box .text_box .text .small {
  font-size: 0.75em;
}

.solution_sec .solution_cont .solution_box .detail_box .text_box .text .color {
  display: inline-block;
  line-height: 2;
  background: linear-gradient(transparent 95%, #fff500 0%);
}

.solution_sec .solution_cont .solution_box .detail_box .img_box {
  width: 100%;
  margin: 48px 0 60px;
}

.solution_sec .solution_cont .solution_box .detail_box .img_box img {
  width: 100%;
}

.solution_sec .solution_cont .solution_box .detail_box .att {
  font-size: 15px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1.8em;
}

/* 料金シミュレーターセクション */
.simulator_sec {
  padding: 60px 0;
  background-color: #1f73ce;
}

.simulator_sec .simulator_cont {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 80px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
  box-sizing: border-box;
}

.simulator_sec .simulator_cont .ttl_box {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.simulator_sec .simulator_cont .ttl_box .head_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
  padding: 0 50px;
}

.simulator_sec .simulator_cont .ttl_box .head_box .first-line {
  display: flex;
  align-items: center;
}

.simulator_sec .simulator_cont .ttl_box .head_box .app-text {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: bold;
  color: #000000;
}

.simulator_sec .simulator_cont .ttl_box .catch .desktop-text {
  display: inline;
  white-space: nowrap;
}

.simulator_sec .simulator_cont .ttl_box .catch .mobile-text {
  display: none;
}

.simulator_sec .simulator_cont .ttl_box .catch .mobile-only {
  display: none;
}

.simulator_sec .simulator_cont .form_box .btn_box .btn .mobile-only {
  display: none;
}

.simulator_sec .simulator_cont .ttl_box .head_box::before,
.simulator_sec .simulator_cont .ttl_box .head_box::after {
  content: '';
  position: absolute;
  width: 42.5px;
  border-top: 2.68px dotted #003ae5;
  top: 80%;
  transform-origin: center;
}

.simulator_sec .simulator_cont .ttl_box .head_box::before {
  right: 95%;
  transform: rotate(54deg);
  transform-origin: right center;
}

.simulator_sec .simulator_cont .ttl_box .head_box::after {
  left: 95%;
  transform: rotate(-54deg);
  transform-origin: left center;
}

.simulator_sec .simulator_cont .ttl_box .head_box .logo {
  width: 120px;
  height: auto;
}

.simulator_sec .simulator_cont .ttl_box .head_box .ttl {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: bold;
  color: #000000;
  margin: 0;
}

.simulator_sec .simulator_cont .ttl_box .catch {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: bold;
  color: #003ae5;
  line-height: 1.6;
}

.simulator_sec .simulator_cont .ttl_box .catch .emphasis {
  font-size: clamp(24px, 3.5vw, 34px);
  display: inline-block;
}

.simulator_sec .simulator_cont .form_box {
  background-color: #e4f2fd;
  border-radius: 15px;
  padding: 5% 20%;
  position: relative;
  margin-bottom: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.simulator_sec .simulator_cont .arrow_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 90px;
  margin-bottom: 30px;
}

.simulator_sec .simulator_cont .arrow_box .shaft {
  width: 80px;
  height: 28px;
  background: #e4f2fd;
  border-radius: 0;
}

.simulator_sec .simulator_cont .arrow_box .head {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 62px solid #e4f2fd;
}

.simulator_sec .simulator_cont .form_box .input_box {
  margin-bottom: 25px;
  align-items: center;
}

.simulator_sec .simulator_cont .form_box .input_box .input_row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.simulator_sec .simulator_cont .form_box .input_box .input_row:last-child {
  margin-bottom: 0;
}

.simulator_sec .simulator_cont .form_box .input_box .input_row .label {
  font-size: clamp(12px, 1.8vw, 16px);
  font-weight: bold;
  color: #000000;
  width: 40%;
  flex-shrink: 0;
  text-align: left;
}

.simulator_sec
  .simulator_cont
  .form_box
  .input_box
  .input_row
  .input_unit_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 60%;
}

.simulator_sec
  .simulator_cont
  .form_box
  .input_box
  .input_row
  .input_box_wrapper {
  width: 70%;
  max-width: 250px;
  min-width: 100px;
}

.simulator_sec .simulator_cont .form_box .input_box .input_row .input {
  width: 100%;
  padding: 12px 15px;
  font-size: clamp(12px, 1.8vw, 16px);
  border: 1px solid #dde6f0;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
}

.simulator_sec .simulator_cont .form_box .input_box .input_row .unit {
  font-size: clamp(10px, 1.5vw, 14px);
  color: #000000;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: left;
  margin-left: 5%;
}

.simulator_sec .simulator_cont .form_box .btn_box {
  margin-top: 30px;
  text-align: center;
}

.simulator_sec .simulator_cont .form_box .btn_box .btn {
  background-color: #0044ff;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 15px 40px;
  font-size: clamp(12px, 1.8vw, 16px);
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.simulator_sec .simulator_cont .form_box .btn_box .btn:after {
  content: '▼';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  color: #0044ff;
  font-size: clamp(8px, 1vw, 10px);
  margin-left: 10px;
  line-height: 1;
  padding-top: 1px;
}

.simulator_sec .simulator_cont .form_box .btn_box .btn:hover {
  background-color: #0033cc;
}

.simulator_sec .simulator_cont .result_box {
  margin-top: 0;
  background: #fff;
  border-radius: 28px;
  border: 3px solid #d6e9fa;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-sizing: border-box;
}

.simulator_sec .simulator_cont .result_box .header_box {
  background-color: #fff;
  padding: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simulator_sec .simulator_cont .result_box .header_box .first_line {
  display: flex;
  align-items: center;
}

.simulator_sec .simulator_cont .result_box .header_box .logo {
  width: 120px;
}

.simulator_sec .simulator_cont .result_box .header_box .logo img {
  width: 100%;
  height: auto;
}

.simulator_sec .simulator_cont .result_box .header_box .text_part {
  font-size: clamp(16px, 2.2vw, 24px);
  font-weight: bold;
  color: #333;
}

.simulator_sec .simulator_cont .result_box .header_box .text {
  font-size: clamp(16px, 2.2vw, 24px);
  font-weight: bold;
  color: #333;
}

.simulator_sec .simulator_cont .result_box .content_box {
  padding: 0;
}

.simulator_sec .simulator_cont .result_box .content_box .upper_box {
  background-color: #fff7f8;
  padding: 25px;
  position: relative;
}

.simulator_sec .simulator_cont .result_box .content_box .upper_box .plan_row {
  display: flex;
  padding: 15px 40px;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 3px dotted #feb6b6;
}

.simulator_sec
  .simulator_cont
  .result_box
  .content_box
  .upper_box
  .plan_row
  .title {
  font-size: clamp(10px, 2.5vw, 22px);
  font-weight: bold;
  color: #000000;
  width: 50%;
  text-align: left;
}

.simulator_sec
  .simulator_cont
  .result_box
  .content_box
  .upper_box
  .plan_row
  .name {
  font-size: clamp(16px, 3.5vw, 32px);
  font-weight: bold;
  color: #ff3a4b;
  width: 50%;
  text-align: left;
  white-space: nowrap;
}

.simulator_sec .simulator_cont .result_box .content_box .upper_box .data_row {
  display: flex;
  padding: 15px 40px;
  margin-bottom: 15px;
  align-items: center;
  position: relative;
  border-bottom: 3px dotted #feb6b6;
}

.simulator_sec
  .simulator_cont
  .result_box
  .content_box
  .upper_box
  .data_row:last-child {
  border-bottom: none;
}

.simulator_sec
  .simulator_cont
  .result_box
  .content_box
  .upper_box
  .data_row
  .label {
  font-size: clamp(10px, 2.5vw, 22px);
  font-weight: bold;
  color: #000000;
  width: 50%;
  text-align: left;
}

.simulator_sec
  .simulator_cont
  .result_box
  .content_box
  .upper_box
  .data_row
  .label
  .small {
  font-size: clamp(10px, 1.4vw, 13px);
  font-weight: bold;
  color: #000000;
  margin-left: 5px;
}

.simulator_sec
  .simulator_cont
  .result_box
  .content_box
  .upper_box
  .data_row
  .value {
  font-size: clamp(16px, 3.5vw, 32px);
  font-weight: bold;
  color: #ff3a4b;
  width: 50%;
  text-align: left;
  white-space: nowrap;
}

.simulator_sec
  .simulator_cont
  .result_box
  .content_box
  .upper_box
  .data_row
  .value
  .unit {
  font-weight: bold;
  margin-left: 2px;
  color: #ff3a4b;
}

.simulator_sec .simulator_cont .result_box .content_box .lower_box {
  background-color: #fff;
  padding: 30px;
}

.simulator_sec .simulator_cont .result_box .content_box .lower_box .data_row {
  display: flex;
  padding: 15px 40px;
  margin-bottom: 15px;
  align-items: center;
  position: relative;
  border-bottom: 2px dotted #e5e8f0;
}

.simulator_sec
  .simulator_cont
  .result_box
  .content_box
  .lower_box
  .data_row:last-child {
  border-bottom: none;
}

.simulator_sec
  .simulator_cont
  .result_box
  .content_box
  .lower_box
  .data_row
  .label {
  font-size: clamp(8px, 2vw, 18px);
  font-weight: bold;
  color: #000000;
  width: 50%;
  text-align: left;
}

.simulator_sec
  .simulator_cont
  .result_box
  .content_box
  .lower_box
  .data_row
  .label
  .small {
  font-size: clamp(10px, 1.4vw, 13px);
  font-weight: bold;
  color: #000000;
  margin-left: 5px;
}

.simulator_sec
  .simulator_cont
  .result_box
  .content_box
  .lower_box
  .data_row
  .value {
  font-size: clamp(14px, 3vw, 28px);
  font-weight: bold;
  color: #737fa0;
  width: 50%;
  text-align: left;
  white-space: nowrap;
}

.simulator_sec
  .simulator_cont
  .result_box
  .content_box
  .lower_box
  .data_row
  .value
  .unit {
  font-weight: bold;
  margin-left: 2px;
  font-size: clamp(16px, 2.2vw, 20px);
  color: #737fa0;
}

.simulator_sec
  .simulator_cont
  .result_box
  .content_box
  .lower_box
  .data_row.result_total
  .value {
  font-size: clamp(14px, 3vw, 28px);
  color: #737fa0;
}

.simulator_sec .simulator_cont .result_box .action_btn_box {
  margin: 30px 0;
  text-align: center;
}

.simulator_sec .simulator_cont .result_box .action_btn_box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #f83a3a;
  color: white;
  border: none;
  border-radius: 51.5px;
  padding: 28px 82.4px;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s;
  box-sizing: border-box;
}

.simulator_sec .simulator_cont .result_box .action_btn_box a .mobile-only {
  display: none;
}

.simulator_sec .simulator_cont .result_box .action_btn_box a:hover {
  background-color: #e52e3e;
}

.simulator_sec .simulator_cont .result_box .action_btn_box a .arrow-icon {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.simulator_sec
  .simulator_cont
  .result_box
  .action_btn_box
  a
  .arrow-icon::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid #f83a3a;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-left: 1px;
}

.simulator_sec .simulator_cont .notes_box {
  font-size: clamp(10px, 1.2vw, 12px);
  max-width: 800px;
  padding: 15px 20px;
  color: #555;
  text-align: left;
}

/* 導入事例 */
.works_sec {
  padding: 102px 0 110px;
}

.works_sec .works_cont .common_ttl_box {
  margin-bottom: 48px;
}

.common_ttl_box .ttl {
  font-size: 40px;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
}

.works_sec .works_cont .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}

.works_sec .works_cont .list li {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(9, 7, 48, 0.08);
}

.works_sec .works_cont .list li .text_box {
  background: #fff;
  padding: 42px 0 30px;
}

.works_sec .works_cont .list li .text_box .num_box {
  text-align: center;
}

.works_sec .works_cont .list li .text_box .num_box .label {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.works_sec .works_cont .list li .text_box .num_box .text {
  font-size: 17px;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.works_sec .works_cont .list li .text_box .num_box .text .color {
  color: #f8125b;
  font-size: 20px;
  margin: 0 0.2em;
  line-height: 1.4;
}

.works_sec .works_cont .list li .text_box .num_box .text .color .num {
  font-size: 2.6em;
  letter-spacing: -0.02em;
}

.works_sec .works_cont .list li .text_box .num_box .text .color .tanni {
  font-size: 1.3em;
}

.works_sec .works_cont .list li .text_box .name_box {
  padding-top: 30px;
  margin: 14px 32px 0;
  border-top: 1px solid #e5e5e5;
}

.works_sec .works_cont .list li .text_box .name_box .logo {
  width: 168px;
  margin: 0 auto 10px;
}

.works_sec .works_cont .list li .text_box .name_box .logo img {
  width: 100%;
}

.works_sec .works_cont .list li .text_box .name_box .text {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #898989;
  text-align: center;
}

.works_sec .works_cont .list li .img_box {
  width: 100%;
  height: 163px;
}

.works_sec .works_cont .list li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Lettersでできること */
.service_sec .service_cont {
  padding: 100px 0 86px;
  background: #ecfaff;
}

.service_sec .service_cont .ttl_box {
  text-align: center;
  margin-bottom: 80px;
}

.service_sec .service_cont .ttl_box .ttl {
  font-size: 40px;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 0.7em;
}

.service_sec .service_cont .ttl_box .ttl .small {
  font-size: 0.875em;
}

.service_sec .service_cont .ttl_box .ttl .logo {
  display: inline-block;
  width: 247px;
  translate: 0 -6px;
}

.service_sec .service_cont .ttl_box .ttl .logo img {
  width: 100%;
}

.service_sec .service_cont .ttl_box .text {
  font-size: 18px;
  letter-spacing: 0.04em;
}

.service_sec .service_cont .point_box {
  margin-bottom: 108px;
}

.service_sec .service_cont .point_box li {
  margin-left: -40px;
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 0 0 0 -40px;
}

.service_sec .service_cont .point_box li + li {
  margin-top: 96px;
}

.service_sec .service_cont .point_box li:nth-child(odd) {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: -40px;
}

.service_sec .service_cont .point_box li .img_box {
  width: 600px;
  height: 350px;
  background: #fff;
  flex-shrink: 0;
  border-radius: 40px;
  box-shadow: 0 0 20px rgba(15, 62, 107, 0.1);
}

.service_sec .service_cont .point_box li .img_box .img {
  width: 412px;
  margin: 0 auto;
  translate: 0 -60px;
}

.service_sec .service_cont .point_box li .img_box .img img {
  width: 100%;
}

.service_sec .service_cont .point_box li .text_box {
  width: 440px;
}

.service_sec .service_cont .point_box li .text_box .label {
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #003ae5;
  margin-bottom: 0.4em;
}

.service_sec .service_cont .point_box li .text_box .label .num {
  font-size: 1.55em;
}

.service_sec .service_cont .point_box li .text_box .theme {
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 0.6em;
}

.service_sec .service_cont .point_box li .text_box .text {
  font-size: 16px;
  letter-spacing: 0.02em;
}

.service_sec .service_cont .other_box {
  margin: 0 48px;
  padding: 56px 64px 52px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 0 20px rgba(15, 62, 107, 0.1);
}

.service_sec .service_cont .other_box .head {
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #003ae5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 24px;
  margin-bottom: 2em;
}

.service_sec .service_cont .other_box .head::before,
.service_sec .service_cont .other_box .head::after {
  content: '';
  flex-grow: 1;
  height: 3px;
  background-image: linear-gradient(to right, #003ae5 3px, transparent 3px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  flex-shrink: 0;
}

.service_sec .service_cont .other_box .item_box {
  margin-bottom: 48px;
}

.service_sec .service_cont .other_box .item_box ul {
  display: flex;
  gap: 24px;
}

.service_sec .service_cont .other_box .item_box ul + ul {
  margin-top: 24px;
}

.service_sec .service_cont .other_box .item_box li {
  background: #eaedf0;
  border-radius: 16px;
  padding: 24px;
  flex-grow: 1;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.service_sec .service_cont .other_box .text {
  font-size: 26px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #003ae5;
  text-align: center;
}

/* レビュー */
.review_sec {
  padding: 92px 0 72px;
}

.review_sec .common_ttl_box {
  margin-bottom: 40px;
}

.review_sec .list ul.slick-slider .slick-track {
  margin-left: -278px;
  display: flex;
}

.review_sec .list li.slick-slide {
  width: 524px;
  padding: 50px 60px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 0 24px rgba(9, 7, 48, 0.08);
  margin: 24px 16px;
  height: auto !important;
}

.review_sec .list li .star_box {
  margin-bottom: 25px;
}

.review_sec .list li .star_box .icon {
  display: inline-block;
  width: 24px;
}

.review_sec .list li .star_box .icon img {
  width: 100%;
}

.review_sec .list li .text_box .theme {
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 2;
  color: #003ae5;
  margin-bottom: 1.2em;
}

.review_sec .list li .text_box .text {
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-bottom: 2em;
}

.review_sec .list li .text_box .memo {
  font-size: 13px;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #898989;
}

.review_sec .list .slick-prev,
.review_sec .list .slick-next {
  top: unset;
  bottom: -45px;
  transform: translate(0, 0);
  width: 32px;
  height: 32px;
  background: #7c8499;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: 0.3s;
}

.review_sec .list .slick-prev:hover,
.review_sec .list .slick-next:hover {
  opacity: 0.8;
}

.review_sec .list .slick-prev {
  left: calc(50vw - 220px);
}

.review_sec .list .slick-next {
  right: calc(50vw - 220px);
}

.review_sec .list .slick-prev::before,
.review_sec .list .slick-next::before {
  opacity: 1;
  content: '';
  background-image: url(/wp-content/themes/child/image/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 5px;
  aspect-ratio: 15/26;
}

.review_sec .list .slick-prev::before {
  rotate: 180deg;
}

.review_sec .list ul.slick-dots {
  bottom: -40px;
  left: 50%;
  translate: -50% 0;
  width: fit-content;
}

.review_sec .list ul.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  border-radius: 50%;
  overflow: hidden;
}

.review_sec .list ul.slick-dots li button {
  width: 100%;
  height: 100%;
}

.review_sec .list ul.slick-dots li button::before {
  opacity: 1;
  background: #d9d9d9;
  content: '';
  width: 100%;
  height: 100%;
}

.review_sec .list ul.slick-dots li.slick-active button::before {
  background: #7c8499;
}

/* よくある質問 */
.faq_sec {
  padding: 104px 0;
  background: #f5f5f5;
}

.faq_sec .faq_cont {
  margin: 0 100px;
}

.faq_sec .common_ttl_box {
  margin-bottom: 40px;
}

.faq_sec .faq_cont .list dl {
  padding: 8px 0;
  border-bottom: 2px solid #e3e5e8;
}

.faq_sec .faq_cont .list dl:first-child {
  border-top: 2px solid #e3e5e8;
}

.faq_sec .faq_cont .list dt,
.faq_sec .faq_cont .list dd {
  display: flex;
  align-items: center;
  gap: 12px;
}

.faq_sec .faq_cont .list dt {
  padding: 16px 0;
}

.faq_sec .faq_cont .list dd {
  padding-bottom: 16px;
}

.faq_sec .faq_cont .list dt .que,
.faq_sec .faq_cont .list dd .ans {
  width: 40px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

.faq_sec .faq_cont .list dt .que {
  color: #0044ff;
  background: #fff;
}

.faq_sec .faq_cont .list dd .ans {
  color: #fff;
  background: #0044ff;
}

.faq_sec .faq_cont .list dt .text {
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 10px;
}

.faq_sec .faq_cont .list dt .text .icon {
  width: 19px;
  flex-shrink: 0;
  margin-left: auto;
  transition: 0.3s;
}

.faq_sec .faq_cont .list dt.nowOpen .text .icon {
  rotate: 180deg;
}

.faq_sec .faq_cont .list dt .text .icon svg {
  display: block;
  width: 100%;
}

.faq_sec .faq_cont .list dd .text {
  font-size: 16px;
  letter-spacing: 0.02em;
}

.faq_sec .faq_cont .list dd .closeBtnHat {
  display: none;
}

/* メディア */
.media_sec {
  padding: 98px 0 104px;
}

.media_sec .media_cont .ttl_box {
  margin-bottom: 56px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.media_sec .media_cont .ttl_box::before,
.media_sec .media_cont .ttl_box::after {
  content: '';
  width: 50px;
  aspect-ratio: 1;
  border-bottom: 5px dotted #003ae5;
  flex-shrink: 0;
}

.media_sec .media_cont .ttl_box::before {
  rotate: 45deg;
}

.media_sec .media_cont .ttl_box::after {
  rotate: -45deg;
}

.media_sec .media_cont .ttl_box .ttl {
  font-size: 32px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #003ae5;
}

.media_sec .media_cont .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 76px;
}

.media_sec .media_cont .list li img {
  width: 100%;
}

/* フッター */
#footer {
  padding: 50px 0 0 0;
  background: linear-gradient(-45deg, #abdcff, #c6edbe);
  position: relative;
}

#footer::before {
  content: '';
  position: absolute;
  bottom: 150px;
  right: 190px;
  width: 398px;
  height: 400px;
  background: #757aff;
  opacity: 0.4;
  border-radius: 50%;
  mix-blend-mode: color-burn;
  filter: blur(138px);
}

#footer::after {
  content: '';
  position: absolute;
  bottom: -70px;
  right: -130px;
  width: 406px;
  height: 418px;
  background: #757aff;
  opacity: 0.7;
  border-radius: 50%;
  mix-blend-mode: color-burn;
  filter: blur(138px);
}

/** 対応システム **/

#footer .system_sec {
  margin-bottom: 98px;
  position: relative;
  z-index: 1;
}

#footer .system_sec .common_ttl_box {
  margin-bottom: 40px;
}

#footer .system_sec .list ul {
  display: flex;
}

#footer .system_sec .list li {
  width: 524px;
  padding: 50px 60px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 0 24px rgba(9, 7, 48, 0.08);
  margin: 24px 16px;
  height: auto !important;
}

#footer .system_sec .other_box {
  margin: 0 48px;
  padding: 56px 64px 52px;
}

#footer .system_sec .other_box .head {
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #003ae5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 24px;
  margin-bottom: 2em;
}

#footer .system_sec .other_box .head::before,
#footer .system_sec .other_box .head::after {
  content: '';
  flex-grow: 1;
  height: 3px;
  background-image: linear-gradient(to right, #003ae5 3px, transparent 3px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  flex-shrink: 0;
}

#footer .system_sec .other_box .item_box ul {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

#footer .system_sec .other_box .item_box li {
  flex: 1;
  min-width: 200px;
  max-width: 384px;
  padding: 32px 24px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 0 20px rgba(15, 62, 107, 0.1);
  text-align: center;
}

#footer .system_sec .other_box .item_box li .img_box {
  margin-bottom: 44px;
}

#footer .system_sec .other_box .item_box li .img_box.disabled {
  opacity: 0.3;
}

#footer .system_sec .other_box .item_box li .img_box img {
  width: 178px;
  height: 88px;
  object-fit: contain;
}

#footer .system_sec .other_box .item_box li .text {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

#footer .system_sec .other_box .item_box li .link_btn .link {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 63px;
  font-weight: 700;
  color: #fff;
  background: #0044ff;
  padding: 0px 24px 0 44px;
  border-radius: 100vmax;
  box-shadow: 0 4px 10px rgba(38, 20, 4, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  transition: 0.3s;
  text-decoration: none;
}

#footer .system_sec .other_box .item_box li .link_btn .link:hover {
  background: #003ad8;
}

#footer .system_sec .other_box .item_box li .link_btn .link .arrow {
  width: 20px;
  aspect-ratio: 1;
  line-height: 1;
}

#footer .system_sec .other_box .item_box li .link_disable_btn .link {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 63px;
  font-weight: 700;
  color: #fff;
  background: #c5c5c5;
  padding: 0px 24px 0 50px;
  border-radius: 100vmax;
  box-shadow: 0 4px 10px rgba(38, 20, 4, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  pointer-events: none;
}

/* スマホ対応 - system_sec */
@media (max-width: 750px) {
  #footer .system_sec {
    margin-bottom: 60px;
  }

  #footer .system_sec .other_box {
    margin: 0 20px;
    padding: 40px 20px 36px;
  }

  #footer .system_sec .other_box .head {
    font-size: 4.3vw;
    gap: 0 2vw;
    margin-bottom: 1.5em;
  }

  #footer .system_sec .other_box .head::before,
  #footer .system_sec .other_box .head::after {
    content: '';
    flex-grow: 1;
    height: 3px;
    background-image: linear-gradient(to right, #003ae5 3px, transparent 3px);
    background-size: 7px 3px;
    background-repeat: repeat-x;
    flex-shrink: 0;
  }

  #footer .system_sec .other_box .item_box ul {
    flex-direction: column;
    gap: 16px;
  }

  #footer .system_sec .other_box .item_box li {
    min-width: 100%;
    max-width: 100%;
    padding: 24px 16px;
  }

  #footer .system_sec .other_box .item_box li .img_box {
    margin-bottom: 24px;
  }

  #footer .system_sec .other_box .item_box li .img_box img {
    width: 140px;
    height: 40px;
  }

  #footer .system_sec .other_box .item_box li .link_btn .link {
    font-size: 16px;
    line-height: 50px;
    padding: 0px 24px 0 44px;
  }

  #footer .system_sec .other_box .item_box li .link_disable_btn .link {
    font-size: 16px;
    line-height: 50px;
    padding: 0px 24px 0 44px;
  }
}

/** **/

#footer .price_sec {
  margin-bottom: 98px;
  position: relative;
  z-index: 1;
}

#footer .price_sec .price_cont .common_ttl_box {
  margin-bottom: 28px;
}

#footer .price_sec .price_cont .price_box {
  background: #fff;
  padding: 64px;
  border-radius: 48px;
}

#footer .price_sec .price_cont .price_box .box {
  margin-bottom: 32px;
}

#footer .price_sec .price_cont .price_box .box .price_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 6px;
}

#footer .price_sec .price_cont .price_box .box .price_area .price {
  width: 196px;
  aspect-ratio: 1;
  background: #fffcaf;
  border-radius: 50%;
  display: grid;
  place-content: center;
  padding-top: 12px;
  flex-shrink: 0;
}

#footer .price_sec .price_cont .price_box .box .price_area .price .num {
  font-size: 66px;
  font-weight: 700;
  line-height: 1;
  color: #00b896;
  text-align: center;
}

#footer .price_sec .price_cont .price_box .box .price_area .price .num .mid {
  font-size: 50px;
}

#footer .price_sec .price_cont .price_box .box .price_area .price .num .small {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-top: 0.7em;
}

#footer .price_sec .price_cont .price_box .box .price_area .point .text {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #003ae5;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 7px;
  margin-bottom: 6px;
}

#footer .price_sec .price_cont .price_box .box .price_area .point .text::before,
#footer .price_sec .price_cont .price_box .box .price_area .point .text::after {
  content: '';
  background-image: url(/wp-content/themes/child/image/deco_slash.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  aspect-ratio: 3 / 8;
  flex-shrink: 0;
}

#footer .price_sec .price_cont .price_box .box .price_area .point .text::after {
  transform: scaleX(-1);
}

#footer .price_sec .price_cont .price_box .box .price_area .point .item {
  font-size: 27px;
  letter-spacing: 0.02em;
  line-height: 52px;
  font-weight: 700;
  color: #fff736;
  background: #00c29f;
  width: 250px;
  text-align: center;
  border-radius: 100vmax;
}

#footer
  .price_sec
  .price_cont
  .price_box
  .box
  .price_area
  .point
  .item
  + .item {
  margin-top: 14px;
}

#footer .price_sec .price_cont .price_box .box .text_area .text {
  font-size: 12px;
  line-height: 1.6;
  color: #8b8b8b;
  text-align: center;
}

#footer .price_sec .price_cont .price_box .catch_text {
  font-size: 32px;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
}

#footer .price_sec .price_cont .price_box .catch_text .num {
  font-size: 1.6em;
}

#footer .price_sec .price_cont .price_box .common_link_btn .link {
  width: 580px;
}

#footer .price_sec .price_cont .price_box .common_link_btn .link .btn::before {
  width: 762px;
  aspect-ratio: 762 / 298;
}

#footer .ft_sec .ft_cont {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
}

#footer .ft_sec .ft_cont .text_box {
  margin-bottom: 96px;
}

#footer .ft_sec .ft_cont .text_box .lead {
  font-size: 30px;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.8em;
}

#footer .ft_sec .ft_cont .text_box .text {
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-bottom: 2em;
}

#footer .ft_sec .ft_cont .text_box .link_btn .link {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 63px;
  font-weight: 700;
  color: #fff;
  background: #00c29f;
  padding: 0px 24px 0 92px;
  border-radius: 100vmax;
  box-shadow: 0 4px 10px rgba(38, 20, 4, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  transition: 0.3s;
}

#footer .ft_sec .ft_cont .text_box .link_btn .link:hover {
  background: #009f82;
}

#footer .ft_sec .ft_cont .text_box .link_btn .link .arrow {
  width: 20px;
  aspect-ratio: 1;
  line-height: 1;
}

#footer .ft_sec .ft_cont .img_box {
  width: 640px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

#footer .ft_sec .ft_cont .img_box img {
  width: 100%;
}

/* 追従 */
.fixed_btn {
  position: fixed;
  bottom: 14px;
  left: 50%;
  translate: -50% 0;
  z-index: 999;
  display: none;
}

.fixed_btn.fixed {
  display: block;
}

.fixed_btn .link {
  display: block;
  width: 580px;
  margin: 0 auto;
}

.fixed_btn .link .catch {
  background: #0044ff;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  padding: 6px 24px;
  border-radius: 100vmax;
  position: relative;
  width: fit-content;
  margin: 0 auto -10px;
  z-index: 1;
}

.fixed_btn .link .catch .big {
  font-size: 1.27em;
}

.fixed_btn .link .catch::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  translate: -50% 100%;
  display: block;
  background: #0044ff;
  width: 14px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.fixed_btn .link .btn {
  background: #fff500;
  padding: 13px 0 9px;
  border-radius: 100vmax;
  position: relative;
  overflow: hidden;
  box-shadow: 9px 9px rgba(73, 73, 73, 0.14);
  border: 2px solid #fff500;
  transition: 0.3s;
}

.fixed_btn .link:hover .btn {
  background: #ffcb00;
  border-color: #ffcb00;
}

.fixed_btn .link .btn::before {
  content: '';
  position: absolute;
  bottom: 31px;
  left: 50%;
  translate: -50% 0;
  width: 762px;
  aspect-ratio: 762 / 298;
  background: #000;
  border-radius: 50%;
  mix-blend-mode: overlay;
}

.fixed_btn .link .btn .text {
  font-size: 29px;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: initial;
  position: relative;
  text-align: center;
}

@media (max-width: 750px) {
  .wrap {
    max-width: 92%;
  }

  a[href$='.pdf']::before {
    width: 7vw;
    height: 8vw;
    margin-right: 2.5vw;
  }

  a[href$='.pdf']:hover {
    text-decoration: underline;
  }

  body {
    font-size: 3.3vw;
  }

  /* ヘッダー */
  #header {
    top: 16px;
    padding: 0 2.5vw;
  }

  #header .hd_cont {
    display: block;
  }

  #header .hd_cont .logo_box {
    margin-bottom: 26px;
  }

  #header .hd_cont .logo_box .link .logo {
    width: 106px;
  }

  #header .hd_cont .logo_box .link .let {
    margin: 0 0 0 11px;
    font-size: 12px;
  }

  #header .hd_cont .logo_box .link .logo_img {
    width: 64px;
    margin: 0 0 3px 6px;
  }

  #header .hd_cont .point_box ul {
    gap: 8px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #header .hd_cont .point_box li {
    gap: 1vw;
    width: calc(50% - 4px);
    min-block-size: 8.6vw;
  }

  #header .hd_cont .point_box li .icon svg {
    width: 100%;
  }

  #header .hd_cont .point_box li .text {
    font-size: 3vw;
    text-align: center;
  }

  #header .hd_cont .point_box li:nth-child(4) {
    width: calc(50% - 4px);
  }

  .sp-br {
    display: block;
  }

  /* メインビジュアル */
  .mv_sec {
    margin-bottom: 14vw;
  }

  .mv_sec .mv_cont {
    padding: 46vw 0 0 0;
    border-radius: 0 0 150vw 150vw/0 0 70vw 70vw;
    margin: 0 -10vw 0 -10vw;
  }

  .mv_sec .mv_cont .ttl_box {
    margin-bottom: -5vw;
  }

  .mv_sec .mv_cont .ttl_box .ttl .head {
    font-size: 3.9vw;
    gap: 2vw;
    margin-bottom: 0.8em;
  }

  .mv_sec .mv_cont .ttl_box .ttl .head .color {
    font-size: 4.2vw;
    gap: 1.2vw;
  }

  .mv_sec .mv_cont .ttl_box .ttl .head .color::before,
  .mv_sec .mv_cont .ttl_box .ttl .head .color::after {
    width: 1.5vw;
  }

  .mv_sec .mv_cont .ttl_box .ttl .catch {
    font-size: 11vw;
    line-height: 1.4;
    margin-bottom: 0.4em;
  }

  .mv_sec .mv_cont .ttl_box .ttl .catch .small {
    font-size: 8.7vw;
  }

  .mv_sec .mv_cont .ttl_box .ttl .text {
    font-size: 4.8vw;
  }

  .mv_sec .mv_cont .img_box {
    width: 100vw;
    margin: 0 auto -17vw;
    position: relative;
  }

  .mv_sec .mv_cont .img_box img {
    width: 100%;
  }

  .mv_sec .mv_cont .img_box::before {
    top: -90vw;
    right: -42vw;
  }

  .mv_sec .mv_cont .img_box::after {
    top: 24vw;
    right: -130vw;
  }

  .mv_sec .common_link_btn {
    margin: -6vw 0 10vw;
  }

  .common_link_btn .link {
    width: 85vw;
  }

  .common_link_btn .link .catch {
    font-size: 3.4vw;
    padding: 1vw 6vw;
    margin: 0 auto -1.7vw;
  }

  .common_link_btn .link .catch .big {
    font-size: 1.42em;
  }

  .common_link_btn .link .catch::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    translate: -50% 100%;
    display: block;
    background: #0044ff;
    width: 14px;
    aspect-ratio: 1;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .common_link_btn .link .btn {
    padding: 3vw 0 1.6vw;
    box-shadow: 6px 8px rgba(73, 73, 73, 0.14);
  }

  .common_link_btn .link:hover .btn {
    background: #fff500;
    border-color: #fff500;
  }

  .common_link_btn .link .btn::before {
    bottom: 5vw;
    width: 125vw;
  }

  .common_link_btn .link .btn .text {
    font-size: 5.5vw;
  }

  .mv_sec .illust_box .right_img,
  .mv_sec .illust_box .left_img {
    display: none;
  }

  .mv_sec .multi_platform {
    margin: 15vw 0;
  }

  .mv_sec .multi_platform .ttl {
    font-size: 5vw;
    margin-bottom: 8vw;
  }

  .mv_sec .multi_platform .platform_list {
    flex-direction: column;
    gap: 8vw;
    padding: 8vw;
    border-radius: 4vw;
    margin-top: -45px;
  }

  .mv_sec .multi_platform .logo_box {
    width: 40vw;
  }

  .mv_sec .multi_platform .logo_text.shopify {
    font-size: 6vw;
  }

  .mv_sec .multi_platform .logo_text.colorme {
    font-size: 4.5vw;
  }

  .mv_sec .multi_platform .logo_text.colorme .sub {
    font-size: 2.5vw;
  }

  .mv_sec .multi_platform .logo_text.makeshop {
    font-size: 4vw;
  }

  .mv_sec .multi_platform .logo_text.makeshop .sub {
    font-size: 2.5vw;
  }

  .mv_sec .multi_platform .coming_soon_badge {
    font-size: 2.5vw;
    padding: 1vw 3vw;
    border-radius: 3vw;
    top: -4.5vw;
    right: -5vw;
  }

  .mv_sec .record_cont {
    margin-bottom: 10vw;
  }

  .mv_sec .record_cont ul {
    grid-template-columns: 76vw;
    gap: 7vw;
  }

  .mv_sec .record_cont li .icon {
    width: 6.7vw;
    margin: 0 auto 1vw;
  }

  .mv_sec .record_cont li .text_box::before,
  .mv_sec .record_cont li .text_box::after {
    width: 6.3vw;
  }

  .mv_sec .record_cont li .text_box .text {
    font-size: 4.3vw;
  }

  .mv_sec .record_cont li .text_box .text .big {
    font-size: 10vw;
  }

  .mv_sec .record_cont li .text_box .text .star {
    font-size: 8vw;
  }

  .mv_sec .record_cont li .text_box .text .mid {
    font-size: 5.5vw;
  }

  .mv_sec .brand_cont .head_box {
    margin-bottom: 7vw;
  }

  .mv_sec .brand_cont .head_box::before,
  .mv_sec .brand_cont .head_box::after {
    width: 9vw;
    border-bottom: 3px dotted #003ae5;
    translate: 0 4vw;
  }

  .mv_sec .brand_cont .head_box::before {
    rotate: 50deg;
    margin-right: -1vw;
  }

  .mv_sec .brand_cont .head_box::after {
    rotate: -50deg;
    margin-left: -1vw;
  }

  .mv_sec .brand_cont .head_box .ttl {
    font-size: 4.3vw;
    text-align: center;
  }

  .mv_sec .brand_cont .head_box .ttl .logo {
    width: 28vw;
    margin-right: 1vw;
  }

  .mv_sec .brand_cont .list ul {
    display: grid;
    grid-template-columns: repeat(2, 38vw);
    gap: 5vw;
    justify-content: center;
  }

  .mv_sec .brand_cont .list li {
    width: 100%;
  }

  /* Lettersとは？ */
  .about_sec {
    padding: 12vw 0 10vw;
  }

  .about_sec .about_cont .ttl_box {
    margin-bottom: 9vw;
  }

  .about_sec .about_cont .ttl_box .ttl {
    font-size: 5.8vw;
    line-height: 2;
  }

  .about_sec .about_cont .ttl_box .ttl .logo {
    width: 38.6vw;
  }

  .about_sec .about_cont .text_box {
    margin-bottom: 9vw;
  }

  .about_sec .about_cont .text_box .text {
    font-size: 3.5vw;
    line-height: 2;
  }

  .about_sec .about_cont .text_box .text .logo {
    width: 22.4vw;
    translate: 0 -1vw;
  }

  .about_sec .about_cont .img_box {
    width: 100%;
    margin: 0 auto 10vw;
  }

  .about_sec .about_cont .movie_box .catch {
    font-size: 4.3vw;
    margin-bottom: 4vw;
  }

  .about_sec .about_cont .movie_box .catch::before,
  .about_sec .about_cont .movie_box .catch::after {
    width: 8vw;
    border-bottom: 3px dotted #003ae5;
  }

  .about_sec .about_cont .movie_box .movie {
    width: 100%;
  }

  /* お悩みセクション */
  .problem_sec {
    padding: 12vw 0 0;
  }

  .problem_sec::after {
    width: 100vw;
    height: 13.5vw;
  }

  .problem_sec .problem_cont .ttl_box {
    padding-bottom: 1vw;
    margin: 0 auto 10vw;
    border-bottom: 4px dotted #6f109b;
  }

  .problem_sec .problem_cont .ttl_box .ttl {
    font-size: 5.8vw;
  }

  .problem_sec .problem_cont .list ul {
    grid-template-columns: 1fr;
    gap: 6vw;
  }

  .problem_sec .problem_cont .list li:nth-child(2) {
    margin-top: 0;
  }

  .problem_sec .problem_cont .list li:nth-child(2) .text_box {
    margin-left: auto;
  }

  .problem_sec .problem_cont .list li .text_box {
    min-block-size: 30vw;
    width: 67.8vw;
  }

  .problem_sec .problem_cont .list li .text_box::before {
    bottom: -2.4vw;
    right: 16vw;
    width: 4.8vw;
  }

  .problem_sec .problem_cont .list li .text_box::after {
    bottom: -5vw;
    right: 13vw;
    width: 2.4vw;
  }

  .problem_sec .problem_cont .list li:nth-child(2) .text_box::before {
    right: 36vw;
  }

  .problem_sec .problem_cont .list li:nth-child(2) .text_box::after {
    right: 41vw;
  }

  .problem_sec .problem_cont .list li:nth-child(3) .text_box::before {
    right: 10vw;
  }

  .problem_sec .problem_cont .list li:nth-child(3) .text_box::after {
    right: 7vw;
  }

  .problem_sec .problem_cont .list li .text_box .text {
    font-size: 3.4vw;
  }

  .problem_sec .problem_cont .list li .text_box .text .color {
    font-size: 4.3vw;
  }

  .problem_sec .problem_cont .list li .img {
    width: 28vw;
  }

  .problem_sec .problem_cont .list li:nth-child(1) .img {
    margin: -16vw 0 0 62vw;
  }

  .problem_sec .problem_cont .list li:nth-child(2) .img {
    margin: -13vw 0 0 9vw;
  }

  .problem_sec .problem_cont .list li:nth-child(3) .img {
    margin: -16vw 0 0 62vw;
  }

  .problem_sec .problem_cont .list li .comment {
    font-size: 3.4vw;
  }

  .problem_sec .problem_cont .list li:nth-child(1) .comment {
    top: 36vw;
    left: 12vw;
    text-align: end;
  }

  .problem_sec .problem_cont .list li:nth-child(2) .comment {
    top: 38vw;
    left: 38vw;
  }

  .problem_sec .problem_cont .list li:nth-child(3) .comment {
    top: 37vw;
    left: 20vw;
  }

  /* 提案セクション */
  .solution_sec {
    background-image: url(/wp-content/themes/child/image/solution_bg_sp.jpg);
    padding: 24vw 0 8vw;
    margin-top: -13.5vw;
  }

  .solution_sec .solution_cont .ttl_box {
    margin-bottom: 10vw;
  }

  .solution_sec .solution_cont .ttl_box .ttl .bg {
    font-size: 5.3vw;
    padding: 0 0 0 0.6em;
  }

  .solution_sec .solution_cont .ttl_box .ttl .bg.big {
    font-size: 6.6vw;
    padding-right: 0.2em;
  }

  .solution_sec .solution_cont .ttl_box .ttl .bg.big + .big {
    margin-top: 0;
  }

  .solution_sec .solution_cont .list {
    margin-bottom: 12vw;
  }

  .solution_sec .solution_cont .list ul {
    grid-template-columns: 1fr;
    gap: 5vw;
  }

  .solution_sec .solution_cont .list li .icon {
    width: 27vw;
    padding-top: 5vw;
  }

  .solution_sec .solution_cont .list li .text_box {
    padding: 7vw 5vw 5vw;
    border-radius: 20px;
    margin-top: -17vw;
  }

  .solution_sec .solution_cont .list li .text_box .theme {
    font-size: 5.3vw;
    margin-bottom: 0.5em;
  }

  .solution_sec .solution_cont .list li .text_box .text {
    font-size: 3.6vw;
  }

  .solution_sec .solution_cont .data_box {
    margin-bottom: 15vw;
  }

  .solution_sec .solution_cont .data_box .theme_box {
    margin-bottom: 8vw;
    gap: 3vw;
  }

  .solution_sec .solution_cont .data_box .theme_box::before,
  .solution_sec .solution_cont .data_box .theme_box::after {
    height: 2px;
    background-image: linear-gradient(to right, #fff 2px, transparent 2px);
    background-size: 6px 2px;
  }

  .solution_sec .solution_cont .data_box .theme_box .theme {
    font-size: 5vw;
  }

  .solution_sec .solution_cont .data_box .answer_box .box {
    gap: 5vw;
    align-items: end;
  }

  .solution_sec .solution_cont .data_box .answer_box .box:nth-child(2) {
    margin-top: 10vw;
  }

  .solution_sec .solution_cont .data_box .answer_box .box .text_box {
    border-radius: 16px;
    padding: 4vw 4vw;
  }

  .solution_sec
    .solution_cont
    .data_box
    .answer_box
    .box:nth-child(2)
    .text_box {
    padding: 4vw 3vw;
  }

  .solution_sec .solution_cont .data_box .answer_box .box .text_box::before {
    top: unset;
    bottom: 6vw;
    right: 1px;
    width: 4.5vw;
    min-width: 4.5vw;
  }

  .solution_sec
    .solution_cont
    .data_box
    .answer_box
    .box:nth-child(2)
    .text_box::before {
    left: 1px;
  }

  .solution_sec .solution_cont .data_box .answer_box .box .text_box .text {
    font-size: 3.6vw;
    line-height: 1.6;
  }

  .solution_sec .solution_cont .data_box .answer_box .box .text_box .text .big {
    font-size: 4.3vw;
  }

  .solution_sec .solution_cont .data_box .answer_box .box .img {
    width: 28vw;
  }

  .solution_sec .solution_cont .data_box .answer_box .box:nth-child(2) .img {
    width: 24vw;
  }

  .solution_sec .solution_cont .solution_box .catch_box {
    margin-bottom: 20vw;
  }

  .solution_sec .solution_cont .solution_box .catch_box::before,
  .solution_sec .solution_cont .solution_box .catch_box::after {
    width: 16vw;
    height: 6.2vw;
    clip-path: polygon(0 0, 50% 4.7vw, 100% 0, 100% 1.5vw, 50% 100%, 0 1.5vw);
  }

  .solution_sec .solution_cont .solution_box .catch_box::before {
    bottom: -11vw;
  }

  .solution_sec .solution_cont .solution_box .catch_box::after {
    bottom: -14.2vw;
  }

  .solution_sec .solution_cont .solution_box .catch_box .text {
    font-size: 4.3vw;
  }

  .solution_sec .solution_cont .solution_box .detail_box {
    padding: 8vw 3vw 6vw;
    border-radius: 20px;
  }

  .solution_sec .solution_cont .solution_box .detail_box .text_box .text {
    font-size: 4.2vw;
    letter-spacing: 0.02em;
    line-height: 2;
  }

  .solution_sec
    .solution_cont
    .solution_box
    .detail_box
    .text_box
    .text
    .small {
    font-size: 0.75em;
  }

  .solution_sec
    .solution_cont
    .solution_box
    .detail_box
    .text_box
    .text
    .color {
    display: inline;
    background: linear-gradient(transparent 93%, #fff500 0%);
  }

  .solution_sec .solution_cont .solution_box .detail_box .img_box {
    margin: 8vw 0 6vw;
  }

  .solution_sec .solution_cont .solution_box .detail_box .att {
    font-size: 2.8vw;
  }

  /* 料金シミュレーターセクション */
  .simulator_sec {
    padding: 30px 0;
  }

  .simulator_sec .simulator_cont {
    padding: 20px;
    margin: 0 15px;
    width: auto;
  }

  .simulator_sec .simulator_cont .ttl_box .head_box {
    flex-direction: column;
    align-items: center;
    padding: 0 2vw;
  }

  .simulator_sec .simulator_cont .ttl_box .head_box .first-line {
    margin-bottom: 2vw;
  }

  .simulator_sec .simulator_cont .ttl_box .head_box .app-text {
    font-size: 4vw;
    font-weight: bold;
  }

  .simulator_sec .simulator_cont .ttl_box .head_box .ttl {
    font-size: 4vw;
    text-align: center;
  }

  .simulator_sec .simulator_cont .ttl_box .head_box .break-mobile {
    display: inline;
  }

  .simulator_sec .simulator_cont .ttl_box .catch .desktop-text {
    display: none;
  }

  .simulator_sec .simulator_cont .ttl_box .catch .mobile-text {
    display: inline;
  }

  .simulator_sec .simulator_cont .ttl_box .catch .mobile-only {
    display: inline;
  }

  .simulator_sec .simulator_cont .form_box .btn_box .btn .mobile-only {
    display: inline;
  }

  .simulator_sec .simulator_cont .ttl_box .catch {
    font-size: 5vw;
  }

  .simulator_sec .simulator_cont .ttl_box .catch .emphasis {
    font-size: 6.5vw;
  }

  .simulator_sec .simulator_cont .ttl_box .head_box::before,
  .simulator_sec .simulator_cont .ttl_box .head_box::after {
    width: 8vw;
    border-top: 2.51px dotted #003ae5;
    top: 80%;
  }

  .simulator_sec .simulator_cont .ttl_box .head_box::before {
    right: 100%;
    margin-right: 1vw;
    transform: rotate(54deg);
    transform-origin: right center;
  }

  .simulator_sec .simulator_cont .ttl_box .head_box::after {
    left: 100%;
    margin-left: 1vw;
    transform: rotate(-54deg);
    transform-origin: left center;
  }

  .simulator_sec .simulator_cont .ttl_box .head_box .logo {
    width: 22vw;
    flex-shrink: 0;
  }

  .simulator_sec .simulator_cont .ttl_box .head_box {
    margin-bottom: 2.5vw;
    padding: 0 2vw;
    flex-wrap: nowrap;
  }

  .simulator_sec .simulator_cont .form_box {
    padding: 4vw;
    border-radius: 4vw;
  }

  .simulator_sec .simulator_cont .form_box .input_box .input_row {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
  }

  .simulator_sec
    .simulator_cont
    .form_box
    .input_box
    .input_row
    .input_unit_wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 2vw;
  }

  .simulator_sec
    .simulator_cont
    .form_box
    .input_box
    .input_row
    .input_box_wrapper {
    flex: 1;
    margin-right: 2vw;
  }

  .simulator_sec
    .simulator_cont
    .form_box
    .input_box
    .input_row
    .input_box_wrapper
    .input {
    width: 100%;
    box-sizing: border-box;
  }

  .simulator_sec .simulator_cont .form_box .input_box .input_row .label {
    font-size: 3.8vw;
    flex-shrink: 0;
    width: 100%;
  }

  .simulator_sec .simulator_cont .form_box .input_box .input_row .input {
    padding: 3vw 4vw;
    font-size: 3.8vw;
    border-radius: 2vw;
  }

  .simulator_sec .simulator_cont .form_box .input_box .input_row .unit {
    font-size: 3.2vw;
    flex-shrink: 0;
    white-space: nowrap;
  }

  .simulator_sec .simulator_cont .form_box .btn_box {
    margin-top: 5vw;
  }

  .simulator_sec .simulator_cont .form_box .btn_box .btn {
    padding: 3.5vw 8vw;
    font-size: 3.8vw;
    border-radius: 12vw;
  }

  .simulator_sec .simulator_cont .form_box .btn_box .btn:after {
    width: 4vw;
    height: 4vw;
    font-size: 2.5vw;
    margin-left: 2vw;
  }

  .simulator_sec .simulator_cont .arrow_box {
    height: 18vw;
    margin-bottom: 5vw;
  }

  .simulator_sec .simulator_cont .arrow_box .shaft {
    width: 16vw;
    height: 5.6vw;
  }

  .simulator_sec .simulator_cont .arrow_box .head {
    border-left: 16vw solid transparent;
    border-right: 16vw solid transparent;
    border-top: 12.4vw solid #e4f2fd;
  }

  .simulator_sec .simulator_cont .result_box {
    margin: 0;
    padding: 4vw;
  }

  .simulator_sec .simulator_cont .result_box .header_box {
    flex-direction: column;
    text-align: center;
  }

  .simulator_sec .simulator_cont .result_box .header_box .logo img {
    width: 26vw;
  }

  .simulator_sec .simulator_cont .result_box .header_box .first_line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1vw;
  }

  .simulator_sec .simulator_cont .result_box .header_box .first_line .logo {
    width: 27vw;
  }

  .simulator_sec
    .simulator_cont
    .result_box
    .header_box
    .first_line
    .text_part {
    font-size: 4.2vw;
    font-weight: bold;
    color: #333;
  }

  .simulator_sec .simulator_cont .result_box .header_box .text {
    font-size: 4.2vw;
    margin: 0;
  }

  .simulator_sec .simulator_cont .result_box .content_box .upper_box .data_row,
  .simulator_sec .simulator_cont .result_box .content_box .lower_box .data_row,
  .simulator_sec .simulator_cont .result_box .content_box .upper_box .plan_row {
    flex-direction: column;
    padding: 3vw 2vw;
    text-align: left;
  }

  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .upper_box
    .plan_row
    .title,
  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .upper_box
    .data_row
    .label,
  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .lower_box
    .data_row
    .label {
    width: 100%;
    text-align: left;
    margin-bottom: 1vw;
    white-space: normal;
  }

  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .upper_box
    .plan_row
    .name,
  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .upper_box
    .data_row
    .value,
  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .lower_box
    .data_row
    .value {
    width: 100%;
    text-align: left;
    white-space: normal;
  }

  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .upper_box
    .plan_row
    .title,
  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .upper_box
    .data_row
    .label,
  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .lower_box
    .data_row
    .label {
    font-size: 3.8vw;
  }

  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .upper_box
    .plan_row
    .name,
  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .upper_box
    .data_row
    .value {
    font-size: 6vw;
  }

  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .lower_box
    .data_row
    .value {
    font-size: 6vw;
  }

  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .lower_box
    .data_row.result_total
    .value {
    font-size: 6vw;
  }

  .simulator_sec .simulator_cont .result_box .action_btn_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    width: 65vw;
    padding: 3vw 2vw;
    font-size: 3.2vw;
    border-radius: 8vw;
    height: auto;
    min-width: auto;
    margin: 0 auto;
  }

  .simulator_sec .simulator_cont .result_box .action_btn_box a .mobile-only {
    display: inline;
  }

  .simulator_sec .simulator_cont .result_box .action_btn_box a .arrow-icon {
    width: 4vw;
    height: 4vw;
  }

  .simulator_sec
    .simulator_cont
    .result_box
    .action_btn_box
    a
    .arrow-icon::after {
    border-left: 1.2vw solid #f83a3a;
    border-top: 0.8vw solid transparent;
    border-bottom: 0.8vw solid transparent;
  }

  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .upper_box
    .data_row
    .value
    .unit {
    font-size: 4vw;
  }

  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .lower_box
    .data_row
    .value
    .unit {
    font-size: 3.5vw;
  }

  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .upper_box
    .data_row
    .label
    .small,
  .simulator_sec
    .simulator_cont
    .result_box
    .content_box
    .lower_box
    .data_row
    .label
    .small {
    font-size: 3.2vw;
  }

  .simulator_sec .simulator_cont .notes_box {
    font-size: 2.8vw;
    max-width: 100%;
    padding: 3vw 2vw;
  }

  /* 導入事例 */
  .works_sec {
    padding: 12vw 0 15vw;
  }

  .works_sec .works_cont .common_ttl_box {
    margin-bottom: 5vw;
  }

  .common_ttl_box .ttl {
    font-size: 7.7vw;
  }

  .works_sec .works_cont .list ul {
    grid-template-columns: 1fr;
    gap: 5vw;
  }

  .works_sec .works_cont .list li .text_box {
    padding: 7vw 0 5vw;
  }

  .works_sec .works_cont .list li .text_box .num_box .label {
    font-size: 3.6vw;
  }

  .works_sec .works_cont .list li .text_box .num_box .text {
    font-size: 4.3vw;
  }

  .works_sec .works_cont .list li .text_box .num_box .text .color {
    font-size: 4.8vw;
  }

  .works_sec .works_cont .list li .text_box .name_box {
    padding-top: 5vw;
    margin: 3vw 7vw 0;
  }

  .works_sec .works_cont .list li .text_box .name_box .logo {
    width: 38vw;
    margin: 0 auto 1vw;
  }

  .works_sec .works_cont .list li .text_box .name_box .text {
    font-size: 2.8vw;
  }

  .works_sec .works_cont .list li .img_box {
    height: 39vw;
  }

  /* Lettersでできること */
  .service_sec {
    padding: 15vw 0;
    background: #ecfaff;
  }

  .service_sec .service_cont {
    padding: 0;
  }

  .service_sec .service_cont .ttl_box {
    margin-bottom: 15vw;
  }

  .service_sec .service_cont .ttl_box .ttl {
    font-size: 7.7vw;
  }

  .service_sec .service_cont .ttl_box .ttl .small {
    font-size: 5.7vw;
  }

  .service_sec .service_cont .ttl_box .ttl .logo {
    width: 43vw;
    translate: 0 -1.6vw;
  }

  .service_sec .service_cont .ttl_box .text {
    font-size: 3.6vw;
    line-height: 2;
  }

  .service_sec .service_cont .point_box {
    margin-bottom: 10vw;
  }

  .service_sec .service_cont .point_box li {
    gap: 4vw;
    margin: 0;
    flex-direction: column;
  }

  .service_sec .service_cont .point_box li + li {
    margin-top: 15vw;
  }

  .service_sec .service_cont .point_box li:nth-child(odd) {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .service_sec .service_cont .point_box li .img_box {
    width: 85vw;
    height: 44vw;
    border-radius: 20px;
  }

  .service_sec .service_cont .point_box li .img_box .img {
    width: 54vw;
    translate: 0 -8vw;
  }

  .service_sec .service_cont .point_box li .text_box {
    width: 85vw;
  }

  .service_sec .service_cont .point_box li .text_box .label {
    font-size: 4.1vw;
    margin-bottom: 0;
    line-height: 1.5;
  }

  .service_sec .service_cont .point_box li .text_box .theme {
    font-size: 5.8vw;
    margin-bottom: 0.4em;
    line-height: 1.7;
  }

  .service_sec .service_cont .point_box li .text_box .text {
    font-size: 3.6vw;
  }

  .service_sec .service_cont .other_box {
    margin: 0;
    padding: 7vw 5vw;
    border-radius: 20px;
  }

  .service_sec .service_cont .other_box .head {
    font-size: 4.3vw;
    gap: 0 2vw;
    margin-bottom: 1.5em;
  }

  .service_sec .service_cont .other_box .head::before,
  .service_sec .service_cont .other_box .head::after {
    background-size: 7px 3px;
  }

  .service_sec .service_cont .other_box .item_box {
    margin-bottom: 7vw;
  }

  .service_sec .service_cont .other_box .item_box ul {
    gap: 4vw;
    flex-direction: column;
  }

  .service_sec .service_cont .other_box .item_box ul + ul {
    margin-top: 4vw;
  }

  .service_sec .service_cont .other_box .item_box li {
    border-radius: 12px;
    padding: 4vw;
    font-size: 3.8vw;
  }

  .service_sec .service_cont .other_box .text {
    font-size: 3.8vw;
  }

  /* レビュー */
  .review_sec {
    padding: 14vw 0 20vw;
  }

  .review_sec .common_ttl_box {
    margin-bottom: 3vw;
  }

  .review_sec .list ul.slick-slider .slick-track {
    margin-left: 0;
  }

  .review_sec .list li.slick-slide {
    width: 80vw;
    padding: 6vw 5vw;
    border-radius: 20px;
    box-shadow: 0 0 14px rgba(9, 7, 48, 0.08);
    margin: 3vw 2vw;
  }

  .review_sec .list li .star_box {
    margin-bottom: 2vw;
  }

  .review_sec .list li .star_box .icon {
    width: 4.5vw;
  }

  .review_sec .list li .text_box .theme {
    font-size: 4.3vw;
    margin-bottom: 0.8em;
  }

  .review_sec .list li .text_box .text {
    font-size: 3.4vw;
    margin-bottom: 1.4em;
  }

  .review_sec .list li .text_box .memo {
    font-size: 2.9vw;
  }

  .review_sec .list .slick-prev,
  .review_sec .list .slick-next {
    bottom: -13.4vw;
  }

  .review_sec .list .slick-prev:hover,
  .review_sec .list .slick-next:hover {
    opacity: 0.8;
  }

  .review_sec .list .slick-prev {
    left: 5vw;
  }

  .review_sec .list .slick-next {
    right: 5vw;
  }

  .review_sec .list ul.slick-dots {
    bottom: -12vw;
    white-space: nowrap;
  }

  .review_sec .list ul.slick-dots li {
    margin: 0 4px;
  }

  /* よくある質問 */
  .faq_sec {
    padding: 12vw 0;
  }

  .faq_sec .faq_cont {
    margin: 0;
  }

  .faq_sec .common_ttl_box {
    margin-bottom: 6vw;
  }

  .faq_sec .faq_cont .list dl {
    padding: 2vw 1vw 2vw 0;
  }

  .faq_sec .faq_cont .list dt,
  .faq_sec .faq_cont .list dd {
    gap: 3vw;
  }

  .faq_sec .faq_cont .list dt {
    padding: 3vw 0;
  }

  .faq_sec .faq_cont .list dd {
    padding-bottom: 3vw;
  }

  .faq_sec .faq_cont .list dt .que,
  .faq_sec .faq_cont .list dd .ans {
    width: 9.6vw;
    font-size: 4.8vw;
  }

  .faq_sec .faq_cont .list dt .text {
    font-size: 3.6vw;
    gap: 2vw;
  }

  .faq_sec .faq_cont .list dt .text .icon {
    width: 4vw;
  }

  .faq_sec .faq_cont .list dd .text {
    font-size: 3.6vw;
  }

  /* メディア */
  .media_sec {
    padding: 12vw 0;
  }

  .media_sec .media_cont .ttl_box {
    margin-bottom: 6vw;
  }

  .media_sec .media_cont .ttl_box::before,
  .media_sec .media_cont .ttl_box::after {
    width: 8vw;
    border-bottom: 3px dotted #003ae5;
  }

  .media_sec .media_cont .ttl_box .ttl {
    font-size: 5.3vw;
  }

  .media_sec .media_cont .list ul {
    gap: 5vw;
  }

  /* フッター */
  #footer {
    padding: 12vw 0 0;
  }

  #footer::before {
    bottom: 24vw;
    right: 14vw;
    width: 55vw;
    height: 57vw;
    filter: blur(33vw);
  }

  #footer::after {
    bottom: -18vw;
    right: -22vw;
    width: 45vw;
    height: 46vw;
    filter: blur(33vw);
  }

  #footer .price_sec {
    margin-bottom: 14vw;
  }

  #footer .price_sec .price_cont .common_ttl_box {
    margin-bottom: 6vw;
  }

  #footer .price_sec .price_cont .price_box {
    padding: 8vw 4vw 10vw;
    border-radius: 20px;
  }

  #footer .price_sec .price_cont .price_box .box {
    margin-bottom: 5vw;
  }

  #footer .price_sec .price_cont .price_box .box .price_area {
    gap: 1vw;
    margin-bottom: 4vw;
  }

  #footer .price_sec .price_cont .price_box .box .price_area .price {
    width: 38vw;
    padding-top: 3vw;
  }

  #footer .price_sec .price_cont .price_box .box .price_area .price .num {
    font-size: 12.5vw;
  }

  #footer .price_sec .price_cont .price_box .box .price_area .price .num .mid {
    font-size: 9.6vw;
  }

  #footer
    .price_sec
    .price_cont
    .price_box
    .box
    .price_area
    .price
    .num
    .small {
    font-size: 3.6vw;
  }

  #footer .price_sec .price_cont .price_box .box .price_area .point .text {
    font-size: 2.9vw;
    margin-bottom: 2vw;
  }

  #footer
    .price_sec
    .price_cont
    .price_box
    .box
    .price_area
    .point
    .text::before,
  #footer
    .price_sec
    .price_cont
    .price_box
    .box
    .price_area
    .point
    .text::after {
    width: 1.7vw;
  }

  #footer .price_sec .price_cont .price_box .box .price_area .point .item {
    font-size: 4.3vw;
    line-height: 10vw;
    width: 38.6vw;
    margin: 0 auto;
  }

  #footer
    .price_sec
    .price_cont
    .price_box
    .box
    .price_area
    .point
    .item
    + .item {
    margin-top: 2vw;
  }

  #footer .price_sec .price_cont .price_box .box .text_area .text {
    font-size: 2.6vw;
  }

  #footer .price_sec .price_cont .price_box .catch_text {
    font-size: 6vw;
    line-height: 1.5;
    margin-bottom: 1.2em;
  }

  #footer .price_sec .price_cont .price_box .common_link_btn .link {
    width: 85vw;
  }

  #footer .price_sec .price_cont .price_box .common_link_btn .link .btn {
    padding: 3.2vw 0 1.4vw;
  }

  #footer
    .price_sec
    .price_cont
    .price_box
    .common_link_btn
    .link
    .btn::before {
    width: 125vw;
  }

  #footer .ft_sec .ft_cont {
    flex-direction: column;
    align-items: center;
  }

  #footer .ft_sec .ft_cont .text_box {
    margin-bottom: 7vw;
  }

  #footer .ft_sec .ft_cont .text_box .lead {
    font-size: 5.8vw;
    text-align: center;
  }

  #footer .ft_sec .ft_cont .text_box .text {
    font-size: 3.4vw;
    text-align: center;
  }

  #footer .ft_sec .ft_cont .text_box .link_btn .link {
    font-size: 3.8vw;
    line-height: 13vw;
    padding: 0px 5vw 0 18vw;
    width: 68vw;
    margin: 0 auto;
  }

  #footer .ft_sec .ft_cont .text_box .link_btn .link:hover {
    background: #0044ff;
  }

  #footer .ft_sec .ft_cont .text_box .link_btn .link .arrow {
    width: 3vw;
  }

  #footer .ft_sec .ft_cont .img_box {
    width: 100%;
    height: 63vw;
  }

  /* 追従 */
  .fixed_btn {
    bottom: 4vw;
  }

  .fixed_btn .link {
    width: 85vw;
  }

  .fixed_btn .link .catch {
    font-size: 3.4vw;
    padding: 1vw 6vw;
    margin: 0 auto -1.7vw;
  }

  .fixed_btn .link .catch .big {
    font-size: 1.42em;
  }

  .fixed_btn .link .catch::after {
    bottom: 2px;
    width: 3vw;
  }

  .fixed_btn .link .btn {
    padding: 3vw 0 1.6vw;
    box-shadow: 6px 8px rgba(73, 73, 73, 0.14);
  }

  .fixed_btn .link:hover .btn {
    background: #fff500;
    border-color: #fff500;
  }

  .fixed_btn .link .btn::before {
    bottom: 5vw;
    width: 125vw;
  }

  .fixed_btn .link .btn .text {
    font-size: 5.5vw;
  }
}
