@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
:root {
  --swl-font_family: "Noto Sans JP", sans-serif;
}

@font-face {
  font-family: "Holland";
  src: url("fonts/Holland.otf") format("OpenType");
}
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir-Black.ttf") format("TrueType");
}
.slideUpText {
  overflow: hidden;
}
.slideUpText .slideUpText-char {
  display: inline-block;
  transform: translateY(105%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(var(--char-index) * 0.06s);
}
.slideUpText.animated .slideUpText-char {
  transform: translateY(0);
}

.slideLeft .char {
  display: inline-block;
  transform: translateX(-0.6em);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  opacity: 0;
  transition: transform 1300ms var(--ease-power4-out, cubic-bezier(0.16, 1, 0.3, 1)), clip-path 560ms var(--ease-power4-out, cubic-bezier(0.16, 1, 0.3, 1)), opacity 560ms ease;
}
.slideLeft.animated .char {
  transform: translateX(0);
  clip-path: polygon(0 0, 108% 0, 100% 100%, 0 100%);
  opacity: 1;
}

.fadeChar .fadeChar-char {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
.fadeChar .fadeChar-space {
  display: inline-block;
}
.fadeChar.animated .fadeChar-char {
  opacity: 1;
}

.fadeRight {
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 0.3s cubic-bezier(0, 0.25, 1, 1), transform 0.3s cubic-bezier(0, 0.25, 1, 1);
  will-change: opacity, transform;
}

.fadeRight.animated {
  opacity: 1;
  transform: translateX(0);
}

.glitch {
  display: inline-block;
}
.glitch .glitch-stack {
  display: grid;
  grid-template-columns: 1fr;
}
.glitch .glitch-layer {
  grid-row-start: 1;
  grid-column-start: 1;
  font: inherit;
  color: inherit;
  --stack-height: calc(100% / var(--stacks) - 1px);
  --inverse-index: calc((var(--stacks) - 1) - var(--index));
  --clip-top: calc(var(--stack-height) * var(--index));
  --clip-bottom: calc(var(--stack-height) * var(--inverse-index));
  clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
  animation: none;
}
.glitch .glitch-layer:nth-child(odd) {
  --glitch-translate: 3px;
}
.glitch .glitch-layer:nth-child(even) {
  --glitch-translate: -3px;
}
.glitch.animated .glitch-layer {
  animation: stack 340ms cubic-bezier(0.46, 0.29, 0, 1.24) 1 backwards calc(var(--index) * 120ms), glitch 2s ease infinite 2s alternate-reverse;
}

@keyframes stack {
  0% {
    opacity: 0;
    transform: translateX(-8%);
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
  }
  60% {
    opacity: 0.5;
    transform: translateX(8%);
  }
  80% {
    transform: none;
    opacity: 1;
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  100% {
    text-shadow: none;
  }
}
@keyframes glitch {
  0% {
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
    transform: translateX(var(--glitch-translate));
  }
  2% {
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  4%, 100% {
    text-shadow: none;
    transform: none;
  }
}
.fadeUp {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.25, 1, 1);
  will-change: opacity, transform;
}

.fadeUp.animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.f_av {
  font-family: "Avenir", serif;
}

.f_ho {
  font-family: "Holland", sans-serif;
}

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

body {
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
}

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

.wrap02 {
  width: 1240px;
  margin: 0 auto;
}

.wrap03 {
  width: 1340px;
  margin: 0 auto;
}

.fixed_cta_block {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #E7ECF4;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.fixed_cta_block.hide {
  opacity: 0;
  visibility: hidden;
}
.fixed_cta_block .cont {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed_cta_block .cont .copy_block {
  flex-shrink: 0;
}
.fixed_cta_block .cont .copy_block .copy {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.fixed_cta_block .cont .copy_block .copy .big {
  font-size: 30px;
  color: #0064B7;
}
.fixed_cta_block .cont .link_cont {
  display: flex;
  align-items: flex-end;
  gap: 0 30px;
  transform: translateY(-3px);
}
.fixed_cta_block .cont .link_cont .tel_block .label_wrap {
  display: flex;
  gap: 0 10px;
  align-items: center;
  margin-bottom: 8px;
}
.fixed_cta_block .cont .link_cont .tel_block .label_wrap .label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  flex-shrink: 0;
}
.fixed_cta_block .cont .link_cont .tel_block .label_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
}
.fixed_cta_block .cont .link_cont .tel_block .tel_box {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 3px;
}
.fixed_cta_block .cont .link_cont .tel_block .tel_box .icon {
  flex-shrink: 0;
  width: 34px;
  line-height: 1;
}
.fixed_cta_block .cont .link_cont .tel_block .tel_box .icon img {
  width: 100%;
}
.fixed_cta_block .cont .link_cont .tel_block .tel_box .num {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
.fixed_cta_block .cont .link_cont .tel_block .time {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
  margin-left: 44px;
}
.fixed_cta_block .cont .link_cont .cta_block {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
}
.fixed_cta_block .cont .link_cont .cta_block .cta_box .label_wrap {
  display: flex;
  gap: 0 10px;
  align-items: center;
  margin-bottom: 8px;
}
.fixed_cta_block .cont .link_cont .cta_block .cta_box .label_wrap .label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  flex-shrink: 0;
}
.fixed_cta_block .cont .link_cont .cta_block .cta_box .label_wrap .label .color {
  color: #0570CC;
}
.fixed_cta_block .cont .link_cont .cta_block .cta_box .label_wrap .label .big {
  font-size: 18px;
}
.fixed_cta_block .cont .link_cont .cta_block .cta_box .label_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
}
.fixed_cta_block .cont .link_cont .cta_block .cta_box .btn {
  width: 250px;
}
.fixed_cta_block .cont .link_cont .cta_block .cta_box .btn.line a {
  background-color: #33C133;
  box-shadow: 0 6px 0 #2C9513;
  color: #fff;
  transition: 0.3s;
}
.fixed_cta_block .cont .link_cont .cta_block .cta_box .btn.line a::before {
  animation-delay: 0.2s;
  background-color: #CAFCDE;
}
.fixed_cta_block .cont .link_cont .cta_block .cta_box .btn.line a:hover {
  box-shadow: 0 0 0 #2C9513;
  transform: translateY(6px);
}
.fixed_cta_block .cont .link_cont .cta_block .cta_box .btn a {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  background-color: #0570CC;
  box-shadow: 0 6px 0 #0C5693;
  color: #fff;
  transition: 0.3s;
}
.fixed_cta_block .cont .link_cont .cta_block .cta_box .btn a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #CAEBFC;
  animation: btn_animation 3s ease-in-out infinite;
  pointer-events: none;
}
.fixed_cta_block .cont .link_cont .cta_block .cta_box .btn a:hover {
  box-shadow: 0 0 0 #0C5693;
  transform: translateY(6px);
}
.fixed_cta_block .cont .link_cont .cta_block .cta_box .btn a .icon {
  flex-shrink: 0;
  width: 33px;
  line-height: 1;
}
.fixed_cta_block .cont .link_cont .cta_block .cta_box .btn a .icon img {
  width: 100%;
}
.fixed_cta_block .cont .link_cont .cta_block .cta_box .btn a .btn_label {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
}

#main_header {
  background-color: #fff;
}
#main_header .cont {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main_header .cont .logo_wrap {
  flex-shrink: 0;
}
#main_header .cont .logo_wrap .label {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #555555;
  margin-bottom: 8px;
}
#main_header .cont .logo_wrap .logo {
  display: block;
  width: 207px;
  line-height: 1;
}
#main_header .cont .logo_wrap .logo img {
  width: 100%;
}
#main_header .cont .link_cont {
  display: flex;
  align-items: flex-end;
  gap: 0 30px;
}
#main_header .cont .link_cont .tel_block .label_wrap {
  display: flex;
  gap: 0 10px;
  align-items: center;
  margin-bottom: 8px;
}
#main_header .cont .link_cont .tel_block .label_wrap .label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  flex-shrink: 0;
}
#main_header .cont .link_cont .tel_block .label_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
}
#main_header .cont .link_cont .tel_block .tel_box {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 3px;
}
#main_header .cont .link_cont .tel_block .tel_box .icon {
  flex-shrink: 0;
  width: 34px;
  line-height: 1;
}
#main_header .cont .link_cont .tel_block .tel_box .icon img {
  width: 100%;
}
#main_header .cont .link_cont .tel_block .tel_box .num {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
#main_header .cont .link_cont .tel_block .time {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
  margin-left: 44px;
}
#main_header .cont .link_cont .cta_block {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
}
#main_header .cont .link_cont .cta_block .cta_box .label_wrap {
  display: flex;
  gap: 0 10px;
  align-items: center;
  margin-bottom: 8px;
}
#main_header .cont .link_cont .cta_block .cta_box .label_wrap .label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  flex-shrink: 0;
}
#main_header .cont .link_cont .cta_block .cta_box .label_wrap .label .color {
  color: #0570CC;
}
#main_header .cont .link_cont .cta_block .cta_box .label_wrap .label .big {
  font-size: 18px;
}
#main_header .cont .link_cont .cta_block .cta_box .label_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
}
#main_header .cont .link_cont .cta_block .cta_box .btn {
  width: 250px;
}
#main_header .cont .link_cont .cta_block .cta_box .btn.line a {
  background-color: #33C133;
  box-shadow: 0 6px 0 #2C9513;
  color: #fff;
  transition: 0.3s;
}
#main_header .cont .link_cont .cta_block .cta_box .btn.line a:hover {
  box-shadow: 0 0 0 #2C9513;
  transform: translateY(6px);
}
#main_header .cont .link_cont .cta_block .cta_box .btn a {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  background-color: #0570CC;
  box-shadow: 0 6px 0 #0C5693;
  color: #fff;
  transition: 0.3s;
}
#main_header .cont .link_cont .cta_block .cta_box .btn a:hover {
  box-shadow: 0 0 0 #0C5693;
  transform: translateY(6px);
}
#main_header .cont .link_cont .cta_block .cta_box .btn a .icon {
  flex-shrink: 0;
  width: 33px;
  line-height: 1;
}
#main_header .cont .link_cont .cta_block .cta_box .btn a .icon img {
  width: 100%;
}
#main_header .cont .link_cont .cta_block .cta_box .btn a .btn_label {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
}

.header_link_cont {
  background-color: #060B1A;
}
.header_link_cont .link {
  padding: 13px 0;
}
.header_link_cont .link ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.header_link_cont .link ul li {
  border-left: 1px solid #414141;
}
.header_link_cont .link ul li:last-child {
  border-right: 1px solid #414141;
}
.header_link_cont .link ul li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: bold;
  transition: 0.3s;
}
.header_link_cont .link ul li a:hover {
  color: #d6d6d6;
}

@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
#top_fv_sec {
  margin-bottom: 145px;
  background-color: #1B2133;
}
#top_fv_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(image/fv_back_deco.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.39;
  mix-blend-mode: screen;
}
#top_fv_sec .bg_img {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(50vw - 570px + 737px);
  clip-path: polygon(190px 0, 100% 0%, 100% 100%, 0% 100%);
}
#top_fv_sec .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation-timing-function: cubic-bezier(0.5, 0.9, 0.17, 1);
  animation-duration: 0.5s;
}
#top_fv_sec .cont {
  z-index: 2;
  padding: 135px 0 100px;
}
#top_fv_sec .cont .top_text_box {
  margin-bottom: 40px;
}
#top_fv_sec .cont .top_text_box .ttl {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  transform: translateX(-0.2em);
}
#top_fv_sec .cont .top_text_box .copy {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 24px;
  color: #fff;
}
#top_fv_sec .cont .top_text_box .medal_list ul {
  display: flex;
  gap: 0 22px;
}
#top_fv_sec .cont .top_text_box .medal_list ul li {
  display: flex;
  align-items: center;
  gap: 0 7px;
}
#top_fv_sec .cont .top_text_box .medal_list ul li:nth-child(2) {
  transition-delay: 0.1s;
}
#top_fv_sec .cont .top_text_box .medal_list ul li .deco {
  flex-shrink: 0;
  width: 24px;
  line-height: 1;
}
#top_fv_sec .cont .top_text_box .medal_list ul li .deco:last-of-type {
  transform: rotateY(180deg);
}
#top_fv_sec .cont .top_text_box .medal_list ul li .deco img {
  width: 100%;
}
#top_fv_sec .cont .top_text_box .medal_list ul li .label {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #DDB54A;
}
#top_fv_sec .cont .cta_block {
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
}
#top_fv_sec .cont .cta_block .cta_box .label_wrap {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
  margin-bottom: 10px;
}
#top_fv_sec .cont .cta_block .cta_box .label_wrap .label {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  flex-shrink: 0;
  color: #FFFFFF;
}
#top_fv_sec .cont .cta_block .cta_box .label_wrap .label .big {
  font-size: 24px;
  color: #FFFF36;
}
#top_fv_sec .cont .cta_block .cta_box .label_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  transform: translateY(-7px);
}
#top_fv_sec .cont .cta_block .cta_box .btn {
  width: 310px;
}
#top_fv_sec .cont .cta_block .cta_box .btn.line a {
  background-color: #33C133;
  box-shadow: 0 6px 0 #2C9513;
  color: #fff;
  transition: 0.3s;
}
#top_fv_sec .cont .cta_block .cta_box .btn.line a::before {
  animation-delay: 0.2s;
  background-color: #CAFCDE;
}
#top_fv_sec .cont .cta_block .cta_box .btn.line a:hover {
  box-shadow: 0 0 0 #2C9513;
  transform: translateY(6px);
}
#top_fv_sec .cont .cta_block .cta_box .btn a {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  height: 62px;
  padding: 0 15px;
  background-color: #0570CC;
  box-shadow: 0 6px 0 #0C5693;
  color: #fff;
  transition: 0.3s;
}
#top_fv_sec .cont .cta_block .cta_box .btn a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #CAEBFC;
  animation: btn_animation 3s ease-in-out infinite;
  pointer-events: none;
}
#top_fv_sec .cont .cta_block .cta_box .btn a:hover {
  box-shadow: 0 0 0 #0C5693;
  transform: translateY(6px);
}
#top_fv_sec .cont .cta_block .cta_box .btn a .icon {
  flex-shrink: 0;
  width: 41px;
  line-height: 1;
}
#top_fv_sec .cont .cta_block .cta_box .btn a .icon img {
  width: 100%;
}
#top_fv_sec .cont .cta_block .cta_box .btn a .btn_label {
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
}

#top_trouble_sec {
  margin-bottom: 100px;
}
#top_trouble_sec .top_text {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 30px;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
#top_trouble_sec .list {
  margin-bottom: 30px;
}
#top_trouble_sec .list::after {
  content: "";
  display: block;
  width: 350px;
  height: 50px;
  background-color: #D0E9FF;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin: 30px auto 0;
}
#top_trouble_sec .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
#top_trouble_sec .list ul li {
  display: flex;
  align-items: center;
  gap: 0 14px;
  width: 360px;
  background-color: #F7F7F7;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  padding: 15px 10px;
}
#top_trouble_sec .list ul li:nth-child(2) {
  animation-delay: 0.1s;
}
#top_trouble_sec .list ul li:nth-child(3) {
  animation-delay: 0.2s;
}
#top_trouble_sec .list ul li:nth-child(4) {
  animation-delay: 0.3s;
}
#top_trouble_sec .list ul li:nth-child(5) {
  animation-delay: 0.4s;
}
#top_trouble_sec .list ul li .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  padding: 12px;
}
#top_trouble_sec .list ul li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#top_trouble_sec .list ul li .text_box {
  flex-grow: 1;
}
#top_trouble_sec .list ul li .text_box .text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#top_trouble_sec .last_text {
  text-align: center;
}
#top_trouble_sec .last_text .slideUpText-char {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(var(--char-index) * 0.02s);
}
#top_trouble_sec .last_text .text {
  font-size: 40px;
  letter-spacing: 0.04em;
  font-weight: 900;
}
#top_trouble_sec .last_text .text .border {
  background: linear-gradient(transparent 70%, #FFFF36 0%);
}
#top_trouble_sec .last_text .text .color {
  color: #0064B7;
}

.common_btn {
  width: 380px;
}
.common_btn a {
  display: flex;
  align-items: center;
  background-color: #0064B7;
  width: 100%;
  height: 70px;
  border-radius: 100vmax;
  padding: 0 30px 0 40px;
  overflow: hidden;
  border: 1px solid transparent;
}
.common_btn a:hover {
  border: 1px solid #0C5693;
}
.common_btn a:hover .label {
  color: #0C5693;
}
.common_btn a:hover .circle {
  transform: scale(100);
}
.common_btn a .label {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  transition: 0.3s;
}
.common_btn a .circle {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
}
.common_btn a .circle::before, .common_btn a .circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: white;
  animation: ripple 2s linear infinite;
}
.common_btn a .circle::after {
  animation-delay: 1s;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
#top_reason_sec {
  margin-bottom: 135px;
  padding: 88px 0 95px;
  background-color: #F8F8F5;
}
#top_reason_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(image/reason_sec_back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#top_reason_sec .cont {
  z-index: 1;
}
#top_reason_sec .cont .top_ttl_box {
  text-align: center;
  margin-bottom: 40px;
}
#top_reason_sec .cont .top_ttl_box .ttl {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: #0C5693;
  margin-bottom: 28px;
}
#top_reason_sec .cont .top_ttl_box .ttl .small {
  font-size: 30px;
}
#top_reason_sec .cont .top_ttl_box .text {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
#top_reason_sec .cont .list {
  margin-bottom: 60px;
}
#top_reason_sec .cont .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
}
#top_reason_sec .cont .list ul li {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#top_reason_sec .cont .list ul li:nth-child(2) {
  transition-delay: 0.1s;
}
#top_reason_sec .cont .list ul li:nth-child(3) {
  transition-delay: 0.2s;
}
#top_reason_sec .cont .list ul li:nth-child(4) {
  transition-delay: 0.3s;
}
#top_reason_sec .cont .list ul li .img_box {
  position: relative;
  width: 100%;
}
#top_reason_sec .cont .list ul li .img_box .num_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  background-color: #0C5693;
  text-align: center;
}
#top_reason_sec .cont .list ul li .img_box .num_box .num {
  font-size: 20px;
  color: #fff;
  font-weight: 900;
  line-height: 34px;
}
#top_reason_sec .cont .list ul li .img_box .img {
  width: 100%;
  height: 140px;
  line-height: 1;
}
#top_reason_sec .cont .list ul li .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_reason_sec .cont .list ul li .text_box {
  padding: 20px 20px 28px;
}
#top_reason_sec .cont .list ul li .text_box .ttl {
  font-size: 20px;
  font-weight: 900;
  color: #0C5693;
  letter-spacing: 0.04em;
  line-height: 1.35;
  margin-bottom: 14px;
}
#top_reason_sec .cont .list ul li .text_box .ttl .small {
  font-size: 15px;
}
#top_reason_sec .cont .list ul li .text_box .text {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 500;
}
#top_reason_sec .cont .common_btn {
  margin: 0 auto;
}

#top_high_sec {
  margin-bottom: 195px;
}
#top_high_sec .cont {
  display: flex;
  gap: 0 100px;
}
#top_high_sec .cont .text_block {
  flex-grow: 1;
}
#top_high_sec .cont .text_block .en {
  position: absolute;
  z-index: 1;
  top: 111px;
  right: 40px;
  font-size: 54px;
  color: #EFEF17;
  line-height: 1;
  transform: rotate(-10deg);
}
#top_high_sec .cont .text_block .ttl {
  font-size: 56px;
  font-weight: 900;
  color: #0C5693;
  letter-spacing: 0.14em;
  line-height: 1.3;
  margin-bottom: 35px;
}
#top_high_sec .cont .text_block .text {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
#top_high_sec .cont .text_block .text + .text {
  margin-top: 20px;
}
#top_high_sec .cont .img_block {
  flex-shrink: 0;
  margin-right: 20px;
  width: 440px;
  height: 540px;
  line-height: 1;
}
#top_high_sec .cont .img_block .img,
#top_high_sec .cont .img_block .bg_img {
  width: 100%;
  height: 100%;
  line-height: 1;
}
#top_high_sec .cont .img_block .img img,
#top_high_sec .cont .img_block .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_high_sec .cont .img_block .img {
  transition-delay: 0.1s;
}
#top_high_sec .cont .img_block .bg_img {
  position: absolute;
  z-index: -1;
  top: 20px;
  right: -20px;
  overflow: hidden;
}
#top_high_sec .cont .img_block .bg_img img {
  filter: blur(3px);
  transform: scale(1.1);
}
#top_high_sec .cont .img_block .bg_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
}

.common_ttl_box .ttl {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.35;
  color: #0C5693;
  margin-bottom: 23px;
}
.common_ttl_box .text {
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.6;
}

#top_flow_sec {
  margin-bottom: 140px;
}
#top_flow_sec .common_ttl_box {
  text-align: center;
}
#top_flow_sec .flow_list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 35px;
}
#top_flow_sec .flow_list ul::before {
  content: "";
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #0C5693;
}
#top_flow_sec .flow_list ul li {
  z-index: 1;
}
#top_flow_sec .flow_list ul li:nth-child(2) {
  animation-delay: 0.1s;
}
#top_flow_sec .flow_list ul li:nth-child(3) {
  animation-delay: 0.2s;
}
#top_flow_sec .flow_list ul li:nth-child(4) {
  animation-delay: 0.3s;
}
#top_flow_sec .flow_list ul li:nth-child(5) {
  animation-delay: 0.4s;
}
#top_flow_sec .flow_list ul li .num_box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto -20px;
  background-color: #fff;
  padding-top: 30px;
}
#top_flow_sec .flow_list ul li .num_box .num {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  color: #0C5693;
}
#top_flow_sec .flow_list ul li .top_cont .img {
  width: 100%;
  height: 130px;
  line-height: 1;
  margin-bottom: 19px;
}
#top_flow_sec .flow_list ul li .top_cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_flow_sec .flow_list ul li .top_cont .ttl_box {
  height: 51px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#top_flow_sec .flow_list ul li .top_cont .ttl_box .ttl {
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: 900;
  line-height: 1.35;
}
#top_flow_sec .flow_list ul li .text_box {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #E3E3E3;
}
#top_flow_sec .flow_list ul li .text_box .text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #555555;
}

.common_cta_sec {
  padding: 55px 0 75px;
  background-image: url(image/cta_sec_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.common_cta_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #112F48;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.common_cta_sec .top_cont {
  z-index: 1;
  text-align: center;
  margin-bottom: 25px;
}
.common_cta_sec .top_cont .ttl {
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 25px;
}
.common_cta_sec .top_cont .ttl .big {
  font-size: 46px;
}
.common_cta_sec .top_cont .ttl .big rt {
  font-size: 70%;
  height: 24px;
}
.common_cta_sec .top_cont .text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 12px;
}
.common_cta_sec .top_cont .check_text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 20px;
}
.common_cta_sec .top_cont .medal_list ul {
  display: flex;
  justify-content: center;
  gap: 0 23px;
}
.common_cta_sec .top_cont .medal_list ul li {
  display: flex;
  align-items: center;
  gap: 0 7px;
}
.common_cta_sec .top_cont .medal_list ul li:nth-child(2) {
  transition-delay: 0.1s;
}
.common_cta_sec .top_cont .medal_list ul li .deco {
  flex-shrink: 0;
  width: 25.5px;
  line-height: 1;
}
.common_cta_sec .top_cont .medal_list ul li .deco:last-of-type {
  transform: rotateY(180deg);
}
.common_cta_sec .top_cont .medal_list ul li .deco img {
  width: 100%;
}
.common_cta_sec .top_cont .medal_list ul li .label {
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #FFFF36;
}
.common_cta_sec .cta_cont {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.common_cta_sec .cta_cont .cta_block {
  display: flex;
  align-items: flex-end;
  gap: 0 23px;
}
.common_cta_sec .cta_cont .cta_block .cta_box .label_wrap {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
  margin-bottom: 10px;
}
.common_cta_sec .cta_cont .cta_block .cta_box .label_wrap .label {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  flex-shrink: 0;
  color: #FFFFFF;
}
.common_cta_sec .cta_cont .cta_block .cta_box .label_wrap .label .big {
  font-size: 24px;
  color: #FFFF36;
}
.common_cta_sec .cta_cont .cta_block .cta_box .label_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
  transform: translateY(-7px);
}
.common_cta_sec .cta_cont .cta_block .cta_box .btn {
  width: 342px;
}
.common_cta_sec .cta_cont .cta_block .cta_box .btn.line a {
  background-color: #33C133;
  box-shadow: 0 6px 0 #2C9513;
  color: #fff;
  transition: 0.3s;
}
.common_cta_sec .cta_cont .cta_block .cta_box .btn.line a::before {
  animation-delay: 0.2s;
  background-color: #CAFCDE;
}
.common_cta_sec .cta_cont .cta_block .cta_box .btn.line a:hover {
  box-shadow: 0 0 0 #2C9513;
  transform: translateY(6px);
}
.common_cta_sec .cta_cont .cta_block .cta_box .btn a {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background-color: #0570CC;
  box-shadow: 0 6px 0 #0C5693;
  color: #fff;
  transition: 0.3s;
}
.common_cta_sec .cta_cont .cta_block .cta_box .btn a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #CAEBFC;
  animation: btn_animation 3s ease-in-out infinite;
  pointer-events: none;
}
.common_cta_sec .cta_cont .cta_block .cta_box .btn a:hover {
  box-shadow: 0 0 0 #0C5693;
  transform: translateY(6px);
}
.common_cta_sec .cta_cont .cta_block .cta_box .btn a .icon {
  flex-shrink: 0;
  width: 38px;
  line-height: 1;
}
.common_cta_sec .cta_cont .cta_block .cta_box .btn a .icon img {
  width: 100%;
}
.common_cta_sec .cta_cont .cta_block .cta_box .btn a .btn_label {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
}
.common_cta_sec .cta_cont .tel_block {
  transform: translateY(-3px);
  width: 380px;
}
.common_cta_sec .cta_cont .tel_block .label_wrap {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
  margin-bottom: 25px;
}
.common_cta_sec .cta_cont .tel_block .label_wrap .label {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  flex-shrink: 0;
  color: #fff;
}
.common_cta_sec .cta_cont .tel_block .label_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
  transform: translateY(-7px);
}
.common_cta_sec .cta_cont .tel_block .tel_box {
  display: flex;
  align-items: center;
  gap: 0 12.5px;
  margin-bottom: 7px;
}
.common_cta_sec .cta_cont .tel_block .tel_box .icon {
  flex-shrink: 0;
  width: 40px;
  line-height: 1;
}
.common_cta_sec .cta_cont .tel_block .tel_box .icon img {
  width: 100%;
}
.common_cta_sec .cta_cont .tel_block .tel_box .num {
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
.common_cta_sec .cta_cont .tel_block .time {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
  margin-left: 52.5px;
  color: #fff;
}

#top_machine_sec {
  padding: 145px 0 122px;
  background-color: #F5F8FA;
}
#top_machine_sec .main_cont {
  margin-bottom: 50px;
}
#top_machine_sec .main_cont .common_ttl_box {
  text-align: center;
  margin-bottom: 30px;
}
#top_machine_sec .main_cont .list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
#top_machine_sec .main_cont .list ul li {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  padding: 0 18px;
}
#top_machine_sec .main_cont .list ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background-color: #0C5693;
  border-radius: 0 10px 10px 0;
}
#top_machine_sec .main_cont .list ul li .name {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.35;
}
#top_machine_sec .main_cont .list ul li .name .small {
  font-size: 13px;
}
#top_machine_sec .sub_cont .ttl_box {
  margin-bottom: 29px;
  text-align: center;
}
#top_machine_sec .sub_cont .ttl_box .ttl {
  font-size: 32px;
  letter-spacing: 0.04em;
  font-weight: 900;
  color: #0C5693;
}
#top_machine_sec .sub_cont .list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
#top_machine_sec .sub_cont .list ul li {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90px;
  padding: 0 18px;
}
#top_machine_sec .sub_cont .list ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background-color: #0C5693;
  border-radius: 0 10px 10px 0;
}
#top_machine_sec .sub_cont .list ul li .name {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.35;
}
#top_machine_sec .sub_cont .list ul li .name .small {
  font-size: 13px;
}

#top_maker_sec {
  background-color: #F5F8FA;
  padding: 58px 0 85px;
}
#top_maker_sec::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(785px - 50vw);
  background-color: #fff;
}
#top_maker_sec .cont {
  z-index: 1;
}
#top_maker_sec .cont .top_ttl_box {
  margin-bottom: 50px;
  text-align: center;
  overflow: hidden;
}
#top_maker_sec .cont .top_ttl_box .ttl {
  display: inline;
  font-size: 40px;
  letter-spacing: 0.04em;
  font-weight: 900;
  background: linear-gradient(transparent 70%, #FFFF36 0%);
}
#top_maker_sec .cont .top_ttl_box .ttl .slideUpText-char {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(var(--char-index) * 0.02s);
}
#top_maker_sec .cont .list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
#top_maker_sec .cont .list ul li {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
  padding: 0 18px;
}
#top_maker_sec .cont .list ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background-color: #0C5693;
  border-radius: 0 10px 10px 0;
}
#top_maker_sec .cont .list ul li .name {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
#top_maker_sec .cont .list ul li .name .small {
  font-size: 13px;
}

#top_area_sec {
  margin-bottom: 120px;
  background-color: #F5F8FA;
  padding: 123px 0 160px;
  background-image: url(image/area_sec_deco.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#top_area_sec .cont .text_block {
  z-index: 2;
  width: 590px;
}
#top_area_sec .cont .text_block .ttl {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: -5px;
}
#top_area_sec .cont .text_block .copy {
  font-size: 54px;
  font-weight: 900;
  letter-spacing: 0.17em;
  color: #0570CC;
  line-height: 1.3;
  margin-bottom: 19px;
}
#top_area_sec .cont .text_block .copy rt {
  font-size: 50%;
  transform: translateY(0.8em);
  position: relative;
  top: 0.8em;
}
#top_area_sec .cont .text_block .text {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 50px;
}
#top_area_sec .cont .text_block .area_box .label {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #0064B7;
  padding: 10px 22px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1;
}
#top_area_sec .cont .text_block .area_box .box {
  margin-top: -15px;
  background-color: #fff;
  padding: 22px 22px;
}
#top_area_sec .cont .text_block .area_box .box .area_name {
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: bold;
}
#top_area_sec .cont .img {
  position: absolute;
  top: -55px;
  right: 0;
  width: 555px;
  line-height: 1;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
#top_area_sec .cont .img img {
  width: 100%;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
#top_area_sec .cont .img::before, #top_area_sec .cont .img::after {
  content: "";
  position: absolute;
  inset: -24px;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid rgba(124, 187, 227, 0.4);
  background: radial-gradient(circle, rgba(5, 112, 204, 0.18) 0%, rgba(5, 112, 204, 0.08) 45%, rgba(5, 112, 204, 0) 70%);
  opacity: 0;
  transform: scale(0.88);
  pointer-events: none;
  animation: mapRipple 4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
#top_area_sec .cont .img::after {
  animation-delay: 2s;
}

@keyframes mapRipple {
  0% {
    transform: scale(0.88);
    opacity: 0;
  }
  12% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.12);
    opacity: 0;
  }
}
#top_faq_sec {
  margin-bottom: 150px;
}
#top_faq_sec .common_ttl_box {
  margin-bottom: 43px;
  text-align: center;
}
#top_faq_sec .common_ttl_box .ttl .small {
  font-size: 20px;
}
#top_faq_sec .common_btn {
  margin: 50px auto 0;
}

.common_faq_list ul li {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
.common_faq_list ul li + li {
  margin-top: 20px;
}
.common_faq_list ul li .q_box {
  background-color: #073F6E;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 0 25px;
  color: #fff;
}
.common_faq_list ul li .q_box .en {
  flex-shrink: 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}
.common_faq_list ul li .q_box .ttl {
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.35;
  font-weight: bold;
}
.common_faq_list ul li .a_box {
  padding: 15px 30px 18px;
}
.common_faq_list ul li .a_box .text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

#main_footer {
  padding: 110px 0 175px;
  background-color: #F4F4F4;
}
#main_footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(image/footer_sec_deco.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#main_footer .cont {
  z-index: 1;
}
#main_footer .cont .link_cont {
  margin-bottom: 75px;
}
#main_footer .cont .link_cont .link {
  margin-bottom: 60px;
}
#main_footer .cont .link_cont .link ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
#main_footer .cont .link_cont .link ul li {
  border-left: 1px solid #0064B7;
}
#main_footer .cont .link_cont .link ul li:last-child {
  border-right: 1px solid #0064B7;
}
#main_footer .cont .link_cont .link ul li a {
  display: block;
  text-align: center;
  width: 100%;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
#main_footer .cont .link_cont .link ul li a:hover {
  color: #676767;
}
#main_footer .cont .link_cont .sub_link ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}
#main_footer .cont .link_cont .sub_link ul li {
  border-left: 1px solid #555555;
  line-height: 1;
}
#main_footer .cont .link_cont .sub_link ul li:first-child {
  border-left: none;
}
#main_footer .cont .link_cont .sub_link ul li:last-child {
  padding-left: 15px;
}
#main_footer .cont .link_cont .sub_link ul li a {
  font-size: 14px;
  line-height: 1;
  color: #555555;
}
#main_footer .cont .data_cont {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #DDDEDE;
}
#main_footer .cont .data_cont::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 1px;
  width: 245px;
  background-color: #0064B7;
}
#main_footer .cont .data_cont .logo_block {
  display: flex;
  align-items: flex-end;
  gap: 0 25px;
}
#main_footer .cont .data_cont .logo_block .logo_box .label {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #555555;
  margin-bottom: 11px;
}
#main_footer .cont .data_cont .logo_block .logo_box .logo {
  display: block;
  width: 248px;
  line-height: 1;
}
#main_footer .cont .data_cont .logo_block .logo_box .logo img {
  width: 100%;
}
#main_footer .cont .data_cont .logo_block .address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #555555;
}
#main_footer .cont .data_cont .copy {
  font-size: 12px;
  font-weight: 500;
  color: #555555;
  line-height: 1;
}

/* 共通設定 */
.common_page_main .main_cont {
  background-color: #1B2133;
  margin-bottom: 15px;
}
.common_page_main .main_cont::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(image/fv_back_deco.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.39;
  mix-blend-mode: screen;
}
.common_page_main .main_cont .cont {
  z-index: 2;
  padding: 110px 0 50px;
}
.common_page_main .main_cont .cont .ttl_box {
  margin-bottom: 57px;
}
.common_page_main .main_cont .cont .ttl_box .en {
  position: absolute;
  z-index: 1;
  top: -45px;
  left: -50px;
  font-size: 40px;
  color: #EFEF17;
  line-height: 1;
  transform: rotate(-10deg);
  text-transform: capitalize;
}
.common_page_main .main_cont .cont .ttl_box .ttl {
  font-size: 50px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
}
.common_page_main .main_cont .cont .cta_block {
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
}
.common_page_main .main_cont .cont .cta_block .cta_box .label_wrap {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
  margin-bottom: 10px;
}
.common_page_main .main_cont .cont .cta_block .cta_box .label_wrap .label {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  flex-shrink: 0;
  color: #FFFFFF;
}
.common_page_main .main_cont .cont .cta_block .cta_box .label_wrap .label .big {
  font-size: 24px;
  color: #FFFF36;
}
.common_page_main .main_cont .cont .cta_block .cta_box .label_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  transform: translateY(-7px);
}
.common_page_main .main_cont .cont .cta_block .cta_box .btn {
  width: 310px;
}
.common_page_main .main_cont .cont .cta_block .cta_box .btn.line a {
  background-color: #33C133;
  box-shadow: 0 6px 0 #2C9513;
  color: #fff;
  transition: 0.3s;
}
.common_page_main .main_cont .cont .cta_block .cta_box .btn.line a::before {
  animation-delay: 0.2s;
  background-color: #CAFCDE;
}
.common_page_main .main_cont .cont .cta_block .cta_box .btn.line a:hover {
  box-shadow: 0 0 0 #2C9513;
  transform: translateY(6px);
}
.common_page_main .main_cont .cont .cta_block .cta_box .btn a {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  height: 62px;
  padding: 0 15px;
  background-color: #0570CC;
  box-shadow: 0 6px 0 #0C5693;
  color: #fff;
  transition: 0.3s;
}
.common_page_main .main_cont .cont .cta_block .cta_box .btn a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #CAEBFC;
  animation: btn_animation 3s ease-in-out infinite;
  pointer-events: none;
}
.common_page_main .main_cont .cont .cta_block .cta_box .btn a:hover {
  box-shadow: 0 0 0 #0C5693;
  transform: translateY(6px);
}
.common_page_main .main_cont .cont .cta_block .cta_box .btn a .icon {
  flex-shrink: 0;
  width: 41px;
  line-height: 1;
}
.common_page_main .main_cont .cont .cta_block .cta_box .btn a .icon img {
  width: 100%;
}
.common_page_main .main_cont .cont .cta_block .cta_box .btn a .btn_label {
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
}
.common_page_main .breadcrumb {
  text-align: right;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #333333;
}
.common_page_main .breadcrumb a {
  color: #333333;
}

.breadcrumb.single {
  margin-top: 70px;
}

.common_page_wrap {
  padding: 110px 0 180px;
}

.common_single_wrap {
  padding: 100px 0 0;
}

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

.reserve_text {
  text-align: center;
  font-size: 30px;
}

/* 個人情報保護方針 */
.privacy_cont_sec .main_text {
  font-size: 16px;
  letter-spacing: 0.07em;
  font-weight: 400;
  line-height: 1.8;
  margin-block: 0 40px;
}

.privacy_cont_sec dl + dl {
  margin-block: 40px 0;
}

.privacy_cont_sec dl dt {
  font-size: 18px;
  letter-spacing: 0.07em;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px dotted #707070;
  padding-block: 0 0.6em;
  margin-block: 0 0.8em;
}

.privacy_cont_sec dl dd {
  font-size: 14px;
  letter-spacing: 0.07em;
  font-weight: 400;
}

/* PC固定ページ 404ページ */
#page_404 {
  text-align: center;
}

#page_404 .num {
  font-size: 100px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: blackscale;
}

#page_404 .text {
  margin-bottom: 1em;
  font-size: 16px;
}

/* wp-pagenavi base */
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 70px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px !important;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #0064B7;
  border-color: #0064B7 !important;
}

.wp-pagenavi .current {
  color: #FFF;
  background-color: #0064B7;
  border-color: #0064B7 !important;
  font-weight: bold;
}

.common_form_main {
  padding-top: 0;
}

.common_form_page {
  padding: 120px 0 150px;
}
.common_form_page .container {
  flex-wrap: nowrap;
  align-items: flex-start;
}
.common_form_page .container .text_block {
  position: sticky;
  top: 50px;
  left: 0;
  flex-grow: 1;
}
.common_form_page .container .text_block .top_text_box .ttl {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 25px;
}
.common_form_page .container .text_block .top_text_box .text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.common_form_page .container .text_block .top_text_box .text a {
  color: #333333;
  text-decoration: underline;
  margin: 0 2px;
}
.common_form_page .container .text_block .top_text_box .text + .text {
  margin-top: 15px;
}
.common_form_page .container .text_block .form_guide_box {
  margin-top: 40px;
}
.common_form_page .container .text_block .form_guide_box .ttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #F5F5F5;
}
.common_form_page .container .text_block .form_guide_box .img_list {
  margin-top: 15px;
}
.common_form_page .container .text_block .form_guide_box .img_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.common_form_page .container .text_block .form_guide_box .img_list ul li img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_form_page .container .text_block .thum_box {
  display: flex;
  gap: 0 30px;
}
.common_form_page .container .text_block .thum_box .text_box {
  flex-grow: 1;
}
.common_form_page .container .text_block .thum_box .text_box .cont_list {
  margin-top: 15px;
}
.common_form_page .container .text_block .thum_box .text_box .cont_list ul li + li {
  margin-top: 10px;
}
.common_form_page .container .text_block .thum_box .text_box .cont_list ul li {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}
.common_form_page .container .text_block .thum_box .text_box .cont_list ul li::before {
  content: "";
  margin-right: 10px;
  display: block;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0064B7;
}
.common_form_page .container .text_block .thum_box .thum {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}
.common_form_page .container .text_block .thum_box .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.common_form_page .container .form_cont {
  flex-shrink: 0;
  width: 50%;
  margin-left: 50px;
  padding: 45px 25px;
  background-color: #F0F3F6;
  border: 1px solid #F5F5F5;
  border-radius: 20px;
}
.common_form_page .container .form_cont .form_wrap .wp-block-table {
  overflow: visible;
}
.common_form_page .container .form_cont .form_wrap table,
.common_form_page .container .form_cont .form_wrap th,
.common_form_page .container .form_cont .form_wrap td {
  border: none;
  padding: 0;
}
.common_form_page .container .form_cont .form_wrap .form_box {
  margin-bottom: 30px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li + li {
  margin-top: 25px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .label {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 8px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .label .hissu {
  color: red;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text] {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  padding: 12px 15px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text]::-moz-placeholder {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text]::placeholder {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box.select_box {
  position: relative;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box.select_box::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  border-color: transparent #C7C4C4 #C7C4C4 transparent;
  border-width: 2px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box.select_box select {
  height: 44px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding: 0.6em 1em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box.select_box select.empty {
  color: #231815;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  padding: 15px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea::-moz-placeholder {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea::placeholder {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .btn {
  width: 100%;
}
.common_form_page .container .form_cont .form_wrap .btn button {
  width: 100%;
  line-height: 70px;
  background-color: #0064B7;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #ffffff;
  box-shadow: 0 6px #0C5693;
  transition: 0.3s;
}
.common_form_page .container .form_cont .form_wrap .btn button:hover {
  transform: translateY(6px);
  box-shadow: none;
}
.common_form_page .container .form_cont .form_wrap button[name=submitBack] {
  background: #272625;
  margin-top: 20px;
  box-shadow: 0 6px #000000;
}
.common_form_page .container .form_cont .form_wrap .thanks_text_box .ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 18px;
}
.common_form_page .container .form_cont .form_wrap .thanks_text_box .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.common_form_page .container .form_cont .form_wrap .thanks_text_box .text a {
  color: #353536;
  text-decoration: underline;
}
.common_form_page .container .form_cont .form_wrap .thanks_text_box .text + .text {
  margin-top: 10px;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  display: none;
}

.data_box.check_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}

.radio_btns {
  display: flex;
  gap: 0 15px;
}
.radio_btns input[type=radio].radio_btns__item {
  display: none;
}
.radio_btns label {
  display: inline-block;
}
.radio_btns .radio_btns__item + span {
  padding-left: 1.8em;
  display: inline-block;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.radio_btns .radio_btns__item + span::after, .radio_btns .radio_btns__item + span::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.radio_btns .radio_btns__item + span::after {
  width: 12px;
  height: 12px;
  top: 0;
  left: 4px;
  border: none;
  background: #fff;
  transform: scale(0);
  transition: all 0.3s;
}
.radio_btns .radio_btns__item:checked + span::before {
  background-color: #0064B7;
}
.radio_btns .radio_btns__item:checked + span::after {
  transform: scale(1);
}

.radio-btns input[type=radio].radio-btns__item {
  display: none;
}
.radio-btns label {
  display: inline-block;
}
.radio-btns .radio-btns__item + span {
  padding-left: 2em;
  display: inline-block;
  position: relative;
}
.radio-btns .radio-btns__item + span:after, .radio-btns .radio-btns__item + span:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.radio-btns .radio-btns__item + span:after {
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
  border: none;
  background: #f18800;
  transform: scale(0);
  transition: all 0.3s;
}
.radio-btns .radio-btns__item:checked + span {
  color: #f18800;
}
.radio-btns .radio-btns__item:checked + span:after {
  transform: scale(1);
}

section#page-contact input[type=checkbox] {
  display: none;
}

.mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
}
.mwform-checkbox-field-text:before, .mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  display: block;
}
.mwform-checkbox-field-text:before {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mwform-checkbox-field-text:after {
  border-width: 3px;
  border-color: transparent transparent #f18800 #f18800;
  border-style: solid;
  width: 20px;
  height: 10px;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}

/* MW WP Form 共通 */
.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .horizontal-item {
  display: inline-block;
}

#sidebar {
  width: 310px;
}
#sidebar .block + .block {
  margin-top: 30px;
}
#sidebar .common_link_box {
  margin-bottom: 50px;
}
#sidebar .block .top_ttl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
#sidebar .block .top_ttl::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #0064B7;
}
#sidebar .block .ranking_list ul li + li {
  margin-top: 25px;
}
#sidebar .block .ranking_list ul li:first-child a .ranking_box {
  background-color: #f7d305;
  background-image: linear-gradient(to top left, #f7bf05, #fcea7f, #fcd700, #f7d305, #eaca12, #ac9303, #f7d305, #fcea7f, #f7e705, #eaca12, #f7bf05);
}
#sidebar .block .ranking_list ul li:nth-child(2) a .ranking_box {
  background-color: #a5a5a5;
  background-image: linear-gradient(to top left, #a5a5a5, #e5e5e5, #ae9c9c, #a5a5a5, #a5a5a5, #7f7f7f, #a5a5a5, #e5e5e5, #a5a5a5, #a5a5a5, #a5a5a5);
}
#sidebar .block .ranking_list ul li:nth-child(3) a .ranking_box {
  background-color: #c47222;
  background-image: linear-gradient(to top left, #c46522, #e8b27d, #d07217, #c47222, #b9722e, #834c17, #c47222, #e8b27d, #c48022, #b9722e, #c46522);
}
#sidebar .block .ranking_list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 11px;
}
#sidebar .block .ranking_list ul li a .ranking_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 24px;
  text-align: center;
  background-color: #3c3c3c;
  background-image: repeating-linear-gradient(-45deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1) 6px, transparent 0, transparent 12px);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
#sidebar .block .ranking_list ul li a .ranking_box .num {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
#sidebar .block .ranking_list ul li a .img {
  flex-shrink: 0;
  width: 40%;
  aspect-ratio: 16/9;
  line-height: 1;
  overflow: hidden;
}
#sidebar .block .ranking_list ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#sidebar .block .ranking_list ul li a .text_box .ttl {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #231815;
}
#sidebar .block .ranking_list ul li a:hover .img img {
  transform: scale(1.1);
}
#sidebar .block .voice_list ul li + li {
  margin-top: 25px;
}
#sidebar .block .voice_list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 11px;
}
#sidebar .block .voice_list ul li a .img {
  flex-shrink: 0;
  width: 40%;
  aspect-ratio: 16/9;
  line-height: 1;
  overflow: hidden;
}
#sidebar .block .voice_list ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#sidebar .block .voice_list ul li a .text_box .date {
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #333333;
  margin-bottom: 7px;
}
#sidebar .block .voice_list ul li a .text_box .ttl {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#sidebar .block .voice_list ul li a:hover .img img {
  transform: scale(1.1);
}

/* 準備中 */
.sorry_sec .text_box .text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.sorry_sec .text_box .text + .text {
  margin-top: 15px;
}
.sorry_sec .text_box .common_btn {
  margin: 30px auto 0;
}

.single_page_wrap {
  padding-top: 160px;
  padding-bottom: 120px;
  margin-bottom: 0;
}
.single_page_wrap #sidebar .wp-block-latest-posts a {
  color: #333333;
  text-decoration: underline;
}
.single_page_wrap .related_store_block {
  margin-top: 80px;
}
.single_page_wrap .related_store_block .label {
  padding-left: 20px;
  border-left: 2px solid;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 30px;
}
.single_page_wrap .related_store_block .box a {
  display: flex;
  align-items: center;
  gap: 0 35px;
}
.single_page_wrap .related_store_block .box a:hover .img img {
  transform: scale(1.05);
}
.single_page_wrap .related_store_block .box a:hover .text_box .name {
  color: #F5F8FA;
}
.single_page_wrap .related_store_block .box a .img {
  flex-shrink: 0;
  width: 220px;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
}
.single_page_wrap .related_store_block .box a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.single_page_wrap .related_store_block .box a .text_box {
  flex-grow: 1;
}
.single_page_wrap .related_store_block .box a .text_box .cat {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #F5F8FA;
  margin-bottom: 18px;
}
.single_page_wrap .related_store_block .box a .text_box .name {
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #333333;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.single_page_wrap .related_store_block .box a .text_box .text {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #41454B;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.single_page_wrap .related_event_block {
  margin-top: 80px;
}
.single_page_wrap .related_event_block .label {
  padding-left: 20px;
  border-left: 2px solid;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 30px;
}
.single_page_wrap .related_event_block .box a {
  display: flex;
  align-items: center;
  gap: 0 35px;
}
.single_page_wrap .related_event_block .box a:hover .img img {
  transform: scale(1.05);
}
.single_page_wrap .related_event_block .box a:hover .text_box .name {
  color: #F5F8FA;
}
.single_page_wrap .related_event_block .box a .img {
  flex-shrink: 0;
  width: 220px;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  background-color: #DEE8F5;
}
.single_page_wrap .related_event_block .box a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
.single_page_wrap .related_event_block .box a .text_box {
  flex-grow: 1;
}
.single_page_wrap .related_event_block .box a .text_box .name {
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #333333;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.single_page_wrap .related_event_block .box a .text_box .date {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #0064B7;
}

/* 選ばれる理由 */
#page_reason .reason_copy_sec {
  margin-bottom: 100px;
}
#page_reason .reason_copy_sec .text_box {
  text-align: center;
}
#page_reason .reason_copy_sec .text_box .copy {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
#page_reason .reason_copy_sec .text_box .text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
#page_reason .reason_list_sec {
  background-color: #F5F8FA;
  padding: 115px 0 160px;
  background-image: url(image/area_sec_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  margin-bottom: 120px;
}
#page_reason .reason_list_sec .cont {
  z-index: 1;
}
#page_reason .reason_list_sec .cont .common_ttl_box {
  text-align: center;
  margin-bottom: 70px;
}
#page_reason .reason_list_sec .cont .common_ttl_box .ttl {
  margin-bottom: 0;
}
#page_reason .reason_list_sec .cont .list ul li {
  display: flex;
  align-items: center;
  gap: 0 50px;
}
#page_reason .reason_list_sec .cont .list ul li:nth-child(even) {
  flex-direction: row-reverse;
}
#page_reason .reason_list_sec .cont .list ul li:nth-child(even) .img_block {
  margin-left: 20px;
}
#page_reason .reason_list_sec .cont .list ul li:nth-child(even) .img_block .bg_img {
  left: -20px;
}
#page_reason .reason_list_sec .cont .list ul li:nth-child(odd) .img_block {
  margin-right: 20px;
}
#page_reason .reason_list_sec .cont .list ul li:nth-child(odd) .img_block .bg_img {
  right: -20px;
}
#page_reason .reason_list_sec .cont .list ul li + li {
  margin-top: 90px;
}
#page_reason .reason_list_sec .cont .list ul li .text_block {
  flex-grow: 1;
}
#page_reason .reason_list_sec .cont .list ul li .text_block .label_box {
  display: flex;
  gap: 0 10px;
  margin-bottom: 15px;
}
#page_reason .reason_list_sec .cont .list ul li .text_block .label_box .en {
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1.75;
  font-weight: bold;
  color: #0C5693;
}
#page_reason .reason_list_sec .cont .list ul li .text_block .label_box .ttl {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
#page_reason .reason_list_sec .cont .list ul li .text_block .copy {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.25em 0.3em;
  line-height: 2.2;
  background-color: #0C5693;
}
#page_reason .reason_list_sec .cont .list ul li .text_block .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 25px;
}
#page_reason .reason_list_sec .cont .list ul li .text_block .text + .text {
  margin-top: 10px;
}
#page_reason .reason_list_sec .cont .list ul li .img_block {
  flex-shrink: 0;
  width: 480px;
  height: 330px;
  line-height: 1;
}
#page_reason .reason_list_sec .cont .list ul li .img_block .img,
#page_reason .reason_list_sec .cont .list ul li .img_block .bg_img {
  width: 100%;
  height: 100%;
  line-height: 1;
}
#page_reason .reason_list_sec .cont .list ul li .img_block .img img,
#page_reason .reason_list_sec .cont .list ul li .img_block .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_reason .reason_list_sec .cont .list ul li .img_block .img {
  transition-delay: 0.1s;
}
#page_reason .reason_list_sec .cont .list ul li .img_block .bg_img {
  position: absolute;
  z-index: -1;
  top: 20px;
  overflow: hidden;
}
#page_reason .reason_list_sec .cont .list ul li .img_block .bg_img img {
  filter: blur(3px);
  transform: scale(1.1);
}
#page_reason .reason_list_sec .cont .list ul li .img_block .bg_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
}
#page_reason #top_flow_sec {
  margin-bottom: 0;
}

/* 買取機械一覧 */
#page_machine .machine_copy_sec {
  margin-bottom: 100px;
}
#page_machine .machine_copy_sec .text_box {
  text-align: center;
}
#page_machine .machine_copy_sec .text_box .copy {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
#page_machine .machine_copy_sec .text_box .text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
#page_machine #top_area_sec {
  margin-bottom: 0;
}

/* 会社概要 */
#page_company .company_message_sec {
  margin-bottom: 140px;
}
#page_company .company_message_sec .cont {
  display: flex;
  align-items: center;
  gap: 0 80px;
}
#page_company .company_message_sec .cont .text_block {
  flex-grow: 1;
}
#page_company .company_message_sec .cont .text_block .en {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 127px;
  font-size: 42px;
  color: #EFEF17;
  line-height: 1;
  transform: rotate(-10deg);
}
#page_company .company_message_sec .cont .text_block .ttl {
  font-size: 45px;
  font-weight: 900;
  color: #0C5693;
  letter-spacing: 0.14em;
  line-height: 1.3;
  margin-bottom: 50px;
}
#page_company .company_message_sec .cont .text_block .text {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
#page_company .company_message_sec .cont .text_block .text + .text {
  margin-top: 20px;
}
#page_company .company_message_sec .cont .text_block .name {
  text-align: right;
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: bold;
  margin-top: 40px;
}
#page_company .company_message_sec .cont .img_block {
  flex-shrink: 0;
  margin-right: 20px;
  width: 440px;
  height: 540px;
  line-height: 1;
}
#page_company .company_message_sec .cont .img_block .img,
#page_company .company_message_sec .cont .img_block .bg_img {
  width: 100%;
  height: 100%;
  line-height: 1;
}
#page_company .company_message_sec .cont .img_block .img img,
#page_company .company_message_sec .cont .img_block .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_company .company_message_sec .cont .img_block .img {
  transition-delay: 0.1s;
}
#page_company .company_message_sec .cont .img_block .bg_img {
  position: absolute;
  z-index: -1;
  top: 20px;
  right: -20px;
  overflow: hidden;
}
#page_company .company_message_sec .cont .img_block .bg_img img {
  filter: blur(3px);
  transform: scale(1.1);
}
#page_company .company_message_sec .cont .img_block .bg_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
}
#page_company .company_outline_sec .common_ttl_box {
  text-align: center;
  margin-bottom: 40px;
}
#page_company .company_outline_sec .common_ttl_box .ttl {
  margin-bottom: 0;
}
#page_company .company_outline_sec .cont .table_wrap table {
  width: 100%;
  border-collapse: collapse;
}
#page_company .company_outline_sec .cont .table_wrap table tr {
  border-top: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  letter-spacing: 0.06em;
}
#page_company .company_outline_sec .cont .table_wrap table tr:last-child {
  border-bottom: 1px solid #DEDEDE;
}
#page_company .company_outline_sec .cont .table_wrap table tr th {
  font-size: 17px;
  width: 300px;
  background-color: #F5F8FA;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #DEDEDE;
}
#page_company .company_outline_sec .cont .table_wrap table tr td {
  font-size: 15px;
  padding: 35px 24px;
  background-color: #fff;
}

/* 買取の流れ */
#page_flow .flow_list_sec {
  margin-bottom: 130px;
}
#page_flow .flow_list_sec .list ul::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70px;
  width: 2px;
  background-color: #0C5693;
  z-index: -1;
}
#page_flow .flow_list_sec .list ul li {
  display: flex;
  align-items: center;
}
#page_flow .flow_list_sec .list ul li + li {
  margin-top: 60px;
}
#page_flow .flow_list_sec .list ul li .img_block {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
#page_flow .flow_list_sec .list ul li .img_block::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 2px;
  background-color: #0C5693;
}
#page_flow .flow_list_sec .list ul li .img_block .img {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid #0C5693;
  overflow: hidden;
}
#page_flow .flow_list_sec .list ul li .img_block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_flow .flow_list_sec .list ul li .text_block {
  flex-grow: 1;
  padding-left: 50px;
  border-left: 1px solid #ccc;
}
#page_flow .flow_list_sec .list ul li .text_block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 50px;
  margin: auto 0;
  left: -1.5px;
  width: 2px;
  border-radius: 10px;
  background-color: #0C5693;
}
#page_flow .flow_list_sec .list ul li .text_block .num {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #0C5693;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
#page_flow .flow_list_sec .list ul li .text_block .ttl {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin-bottom: 15px;
}
#page_flow .flow_list_sec .list ul li .text_block .text {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#page_flow .flow_list_sec .list ul li .text_block .check_cont {
  margin-top: 30px;
  border: 1px solid #ccc;
  padding-bottom: 20px;
}
#page_flow .flow_list_sec .list ul li .text_block .check_cont .ttl_box {
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  margin-bottom: 20px;
}
#page_flow .flow_list_sec .list ul li .text_block .check_cont .ttl_box .icon {
  width: 25px;
  line-height: 1;
  flex-shrink: 0;
}
#page_flow .flow_list_sec .list ul li .text_block .check_cont .ttl_box .check_ttl {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1;
}
#page_flow .flow_list_sec .list ul li .text_block .check_cont .check_text {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding: 0 35px;
}
#page_flow #top_high_sec {
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .wrap,
  .wrap02,
  .wrap03 {
    max-width: 90%;
  }
  .fixed_cta_block_sp {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 23vw;
    background-color: #E7ECF4;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
  }
  .fixed_cta_block_sp.hide {
    opacity: 0;
    visibility: hidden;
  }
  .fixed_cta_block_sp .cont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 3vw;
  }
  .fixed_cta_block_sp .cont .link_cont {
    display: flex;
    align-items: flex-end;
    gap: 0 3vw;
  }
  .fixed_cta_block_sp .cont .link_cont .cta_block {
    flex-grow: 1;
    display: grid;
    align-items: end;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2vw;
  }
  .fixed_cta_block_sp .cont .link_cont .cta_block .cta_box .label_wrap {
    display: flex;
    align-items: flex-end;
    gap: 0 1vw;
    margin-bottom: 1.5vw;
  }
  .fixed_cta_block_sp .cont .link_cont .cta_block .cta_box .label_wrap .label {
    font-size: 2.8vw;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1;
    flex-shrink: 0;
    color: #333333;
  }
  .fixed_cta_block_sp .cont .link_cont .cta_block .cta_box .label_wrap .label .big {
    font-size: 3.2vw;
    color: #0C5693;
  }
  .fixed_cta_block_sp .cont .link_cont .cta_block .cta_box .label_wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #7e7e7e;
    transform: translateY(-1.1vw);
  }
  .fixed_cta_block_sp .cont .link_cont .cta_block .cta_box .btn {
    width: 100%;
  }
  .fixed_cta_block_sp .cont .link_cont .cta_block .cta_box .btn.line a {
    background-color: #33C133;
    box-shadow: 0 3px 0 #2C9513;
    color: #fff;
  }
  .fixed_cta_block_sp .cont .link_cont .cta_block .cta_box .btn.line a::before {
    animation-delay: 0.2s;
    background-color: #CAFCDE;
  }
  .fixed_cta_block_sp .cont .link_cont .cta_block .cta_box .btn a {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 2.5vw;
    width: 100%;
    height: 12vw;
    padding: 0 2.5vw;
    background-color: #0570CC;
    box-shadow: 0 3px 0 #0C5693;
    color: #fff;
  }
  .fixed_cta_block_sp .cont .link_cont .cta_block .cta_box .btn a::before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0;
    height: 100%;
    background-color: #CAEBFC;
    animation: btn_animation 3s ease-in-out infinite;
    pointer-events: none;
    top: -10vw;
    width: 10vw;
  }
  .fixed_cta_block_sp .cont .link_cont .cta_block .cta_box .btn a .icon {
    width: 7vw;
    flex-shrink: 0;
    line-height: 1;
  }
  .fixed_cta_block_sp .cont .link_cont .cta_block .cta_box .btn a .icon img {
    width: 100%;
  }
  .fixed_cta_block_sp .cont .link_cont .cta_block .cta_box .btn a .btn_label {
    font-size: 3.7vw;
    letter-spacing: 0.04em;
    line-height: 1;
    font-weight: bold;
  }
  .fixed_cta_block_sp .cont .tel_block {
    flex-shrink: 0;
    width: 11vw;
    transform: translateY(-0.5vw);
  }
  .fixed_cta_block_sp .cont .tel_block a {
    display: block;
    width: 100%;
  }
  .fixed_cta_block_sp .cont .tel_block a .icon {
    width: 100%;
    line-height: 1;
  }
  .fixed_cta_block_sp .cont .tel_block a .icon img {
    width: 100%;
  }
  #sp_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: #fff;
    z-index: 997;
    transition: 0.3s;
  }
  #sp_header .inner {
    width: 100%;
    height: 100%;
    padding: 0 5vw;
  }
  #sp_header .inner::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 18vw;
    height: 100%;
    background-color: #333333;
  }
  #sp_header .inner .cont {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #sp_header .inner .cont .logo {
    position: relative;
    display: block;
  }
  #sp_header .inner .cont .logo .label {
    font-size: 2.8vw;
    line-height: 1;
    margin-bottom: 1.5vw;
    color: #555555;
  }
  #sp_header .inner .cont .logo .name {
    width: 40vw;
    line-height: 1;
  }
  #sp_header .inner .cont .logo .name img {
    width: 100%;
  }
  #sp_header .inner .cont .ham_btn {
    margin-left: auto;
    width: 8vw;
    height: 15px;
  }
  #sp_header .inner .cont .ham_btn span {
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    width: 8vw;
    height: 1px;
    border-radius: 100vmax;
    background-color: #fff;
    transition: 0.3s;
  }
  #sp_header .inner .cont .ham_btn span:first-child {
    transform: translateY(-5.5px);
  }
  #sp_header .inner .cont .ham_btn span:nth-child(2) {
    transform: translateY(0);
  }
  #sp_header .inner .cont .ham_btn span:last-child {
    transform: translateY(5.5px);
  }
  #sp_header .inner .cont .ham_btn.active span:first-child, #sp_header .inner .cont .ham_btn.active span:nth-child(2) {
    transform: rotate(342deg);
  }
  #sp_header .inner .cont .ham_btn.active span:last-child {
    transform: rotate(-342deg);
  }
  #sp_header.top_page_header {
    background-color: transparent;
  }
  #sp_header.top_page_header.show, #sp_header.top_page_header.bg {
    background-color: #fff;
  }
  #sp_header.top_page_header.show .inner .cont .logo img.before, #sp_header.top_page_header.bg .inner .cont .logo img.before {
    opacity: 0;
  }
  #sp_header.top_page_header.show .inner .cont .logo img.after, #sp_header.top_page_header.bg .inner .cont .logo img.after {
    opacity: 1;
  }
  #sp_header.top_page_header.show .inner .cont .ham_btn span, #sp_header.top_page_header.bg .inner .cont .ham_btn span {
    background-color: #0064B7;
  }
  #sp_header.top_page_header .inner .cont .logo img.before {
    opacity: 1;
  }
  #sp_header.top_page_header .inner .cont .logo img.after {
    opacity: 0;
  }
  #sp_header.top_page_header .inner .cont .ham_btn span {
    background-color: #fff;
  }
  #ham_menu {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 1000;
    transform: translateX(100%);
    transition: 0.3s;
  }
  #ham_menu.active {
    transform: translateX(0);
  }
  #ham_menu .inner {
    width: 100%;
    height: 100dvh;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #FAFAF5;
    padding: 10vw 0 28vw;
    position: relative;
  }
  #ham_menu .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-image: url(image/reason_sec_back.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #ham_menu .cont {
    z-index: 2;
  }
  #ham_menu .cont .link_cont {
    display: flex;
    flex-direction: column-reverse;
    align-items: inherit;
    justify-content: inherit;
    margin-bottom: 10vw;
  }
  #ham_menu .cont .link_cont .cta_block {
    display: block;
    margin-bottom: 8.5vw;
  }
  #ham_menu .cont .link_cont .cta_block .cta_box + .cta_box {
    margin-top: 6vw;
  }
  #ham_menu .cont .link_cont .cta_block .cta_box .label_wrap {
    display: flex;
    align-items: flex-end;
    gap: 0 3vw;
    margin-bottom: 2vw;
  }
  #ham_menu .cont .link_cont .cta_block .cta_box .label_wrap .label {
    font-size: 3.7vw;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1;
    flex-shrink: 0;
    color: #333333;
  }
  #ham_menu .cont .link_cont .cta_block .cta_box .label_wrap .label .big {
    font-size: 5vw;
    color: #0C5693;
  }
  #ham_menu .cont .link_cont .cta_block .cta_box .label_wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #7e7e7e;
    transform: translateY(-1.5vw);
  }
  #ham_menu .cont .link_cont .cta_block .cta_box .btn {
    width: 100%;
  }
  #ham_menu .cont .link_cont .cta_block .cta_box .btn.line a {
    background-color: #33C133;
    box-shadow: 0 6px 0 #2C9513;
    color: #fff;
  }
  #ham_menu .cont .link_cont .cta_block .cta_box .btn.line a::before {
    animation-delay: 0.2s;
    background-color: #CAFCDE;
  }
  #ham_menu .cont .link_cont .cta_block .cta_box .btn a {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 4vw;
    width: 100%;
    height: 15vw;
    padding: 0 4.5vw;
    background-color: #0570CC;
    box-shadow: 0 6px 0 #0C5693;
    color: #fff;
  }
  #ham_menu .cont .link_cont .cta_block .cta_box .btn a::before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0;
    height: 100%;
    background-color: #CAEBFC;
    animation: btn_animation 3s ease-in-out infinite;
    pointer-events: none;
    top: -10vw;
    width: 10vw;
  }
  #ham_menu .cont .link_cont .cta_block .cta_box .btn a .icon {
    width: 10vw;
    flex-shrink: 0;
    line-height: 1;
  }
  #ham_menu .cont .link_cont .cta_block .cta_box .btn a .icon img {
    width: 100%;
  }
  #ham_menu .cont .link_cont .cta_block .cta_box .btn a .btn_label {
    font-size: 4.5vw;
    letter-spacing: 0.04em;
    line-height: 1;
    font-weight: bold;
  }
  #ham_menu .cont .link_cont .tel_block {
    transform: translateY(0);
    width: 100%;
  }
  #ham_menu .cont .link_cont .tel_block .label_wrap {
    display: flex;
    align-items: flex-end;
    gap: 0 3vw;
    justify-content: center;
    margin-bottom: 2.5vw;
  }
  #ham_menu .cont .link_cont .tel_block .label_wrap .label {
    font-size: 3.7vw;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1;
    flex-shrink: 0;
    color: #333333;
  }
  #ham_menu .cont .link_cont .tel_block .label_wrap .label .big {
    font-size: 5vw;
  }
  #ham_menu .cont .link_cont .tel_block .label_wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #7e7e7e;
    transform: translateY(-1.5vw);
  }
  #ham_menu .cont .link_cont .tel_block .label_wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #7e7e7e;
    transform: translateY(-1.5vw);
  }
  #ham_menu .cont .link_cont .tel_block .tel_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 3vw;
    margin-bottom: 2vw;
  }
  #ham_menu .cont .link_cont .tel_block .tel_box .icon {
    width: 8vw;
    flex-shrink: 0;
    line-height: 1;
  }
  #ham_menu .cont .link_cont .tel_block .tel_box .icon img {
    width: 100%;
  }
  #ham_menu .cont .link_cont .tel_block .tel_box .num {
    font-size: 9vw;
    font-weight: 900;
    line-height: 1;
  }
  #ham_menu .cont .link_cont .tel_block .tel_box .num a {
    color: #333333;
  }
  #ham_menu .cont .link_cont .tel_block .time {
    font-size: 3.4vw;
    margin-left: 0;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1;
    font-weight: bold;
    color: #333333;
  }
  #ham_menu .cont .link_list {
    margin-bottom: 9vw;
  }
  #ham_menu .cont .link_list ul li {
    text-align: center;
  }
  #ham_menu .cont .link_list ul li + li {
    margin-top: 4vw;
  }
  #ham_menu .cont .link_list ul li a {
    color: #333333;
    text-decoration: underline;
    font-size: 4.2vw;
    font-weight: bold;
    color: #0C5693;
    letter-spacing: 0.03em;
    line-height: 1;
  }
  #ham_menu .cont .copy_cont {
    text-align: center;
  }
  #ham_menu .cont .copy_cont .sub_link_box {
    margin-bottom: 6vw;
  }
  #ham_menu .cont .copy_cont .sub_link_box .sub_link + .sub_link {
    margin-top: 2vw;
  }
  #ham_menu .cont .copy_cont .sub_link_box .sub_link a {
    font-size: 3.5vw;
    letter-spacing: 0.04em;
    line-height: 1;
    font-weight: 500;
    color: #333333;
  }
  #ham_menu .cont .copy_cont .copy {
    font-size: 3.1vw;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
  body {
    font-size: 3.6vw;
  }
  #top_fv_sec {
    margin-top: 65px;
    margin-bottom: 18vw;
  }
  #top_fv_sec .bg_img {
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 65vw;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0% 100%);
  }
  #top_fv_sec .cont {
    padding: 72vw 0 8vw;
  }
  #top_fv_sec .cont .top_text_box {
    margin-bottom: 5vw;
  }
  #top_fv_sec .cont .top_text_box .ttl {
    font-size: 4.5vw;
    margin-bottom: 3.5vw;
  }
  #top_fv_sec .cont .top_text_box .copy {
    font-size: 12.2vw;
    line-height: 1.1;
    margin-bottom: 4vw;
  }
  #top_fv_sec .cont .top_text_box .medal_list ul {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  #top_fv_sec .cont .top_text_box .medal_list ul li {
    gap: 0 1vw;
  }
  #top_fv_sec .cont .top_text_box .medal_list ul li .deco {
    width: 4.5vw;
  }
  #top_fv_sec .cont .top_text_box .medal_list ul li .label {
    font-size: 5.2vw;
  }
  #top_fv_sec .cont .cta_block {
    display: block;
  }
  #top_fv_sec .cont .cta_block .cta_box + .cta_box {
    margin-top: 6vw;
  }
  #top_fv_sec .cont .cta_block .cta_box .label_wrap {
    gap: 0 3vw;
    margin-bottom: 2vw;
  }
  #top_fv_sec .cont .cta_block .cta_box .label_wrap .label {
    font-size: 3.7vw;
  }
  #top_fv_sec .cont .cta_block .cta_box .label_wrap .label .big {
    font-size: 5vw;
  }
  #top_fv_sec .cont .cta_block .cta_box .label_wrap::after {
    transform: translateY(-1.5vw);
  }
  #top_fv_sec .cont .cta_block .cta_box .btn {
    width: 100%;
  }
  #top_fv_sec .cont .cta_block .cta_box .btn.line a:hover {
    box-shadow: 0 6px 0 #2C9513;
    transform: translateY(0);
  }
  #top_fv_sec .cont .cta_block .cta_box .btn a {
    gap: 0 4vw;
    height: 15vw;
    padding: 0 4.5vw;
  }
  #top_fv_sec .cont .cta_block .cta_box .btn a::before {
    top: -10vw;
    width: 10vw;
  }
  #top_fv_sec .cont .cta_block .cta_box .btn a:hover {
    box-shadow: 0 6px 0 #0C5693;
    transform: translateY(0);
  }
  #top_fv_sec .cont .cta_block .cta_box .btn a .icon {
    width: 10vw;
  }
  #top_fv_sec .cont .cta_block .cta_box .btn a .btn_label {
    font-size: 4.5vw;
  }
  #top_trouble_sec {
    margin-bottom: 17vw;
  }
  #top_trouble_sec .top_text {
    text-align: center;
    font-size: 5.6vw;
    line-height: 1.35;
    margin-bottom: 6vw;
  }
  #top_trouble_sec .list {
    margin-bottom: 7vw;
  }
  #top_trouble_sec .list::after {
    width: 40vw;
    height: 5vw;
    margin: 5vw auto 0;
  }
  #top_trouble_sec .list ul {
    display: block;
  }
  #top_trouble_sec .list ul li + li {
    margin-top: 4vw;
  }
  #top_trouble_sec .list ul li {
    gap: 0 4vw;
    width: 100%;
    padding: 3vw 3.5vw;
  }
  #top_trouble_sec .list ul li:nth-child(2) {
    animation-delay: 0s;
  }
  #top_trouble_sec .list ul li:nth-child(3) {
    animation-delay: 0s;
  }
  #top_trouble_sec .list ul li:nth-child(4) {
    animation-delay: 0s;
  }
  #top_trouble_sec .list ul li:nth-child(5) {
    animation-delay: 0s;
  }
  #top_trouble_sec .list ul li .icon {
    width: 10vw;
    height: 10vw;
    padding: 2vw;
  }
  #top_trouble_sec .list ul li .text_box .text {
    font-size: 3.7vw;
  }
  #top_trouble_sec .last_text .text {
    font-size: 6.5vw;
    line-height: 1.4;
  }
  #top_trouble_sec .last_text .text .border {
    background: linear-gradient(transparent 70%, #FFFF36 0%);
  }
  .common_btn {
    width: 100%;
  }
  .common_btn a {
    height: 17vw;
    padding: 0 7vw 0 9vw;
    overflow: hidden;
    border: 1px solid transparent;
  }
  .common_btn a:hover {
    border: 1px solid transparent;
  }
  .common_btn a:hover .label {
    color: #fff;
  }
  .common_btn a:hover .circle {
    transform: scale(1);
  }
  .common_btn a .label {
    font-size: 4vw;
  }
  .common_btn a .circle {
    width: 3vw;
    height: 3vw;
  }
  #top_reason_sec {
    margin-bottom: 18vw;
    padding: 14vw 0 13vw;
  }
  #top_reason_sec .cont .top_ttl_box {
    margin-bottom: 8vw;
  }
  #top_reason_sec .cont .top_ttl_box .ttl {
    font-size: 6.5vw;
    line-height: 1.35;
    margin-bottom: 4vw;
  }
  #top_reason_sec .cont .top_ttl_box .ttl .small {
    font-size: 4.5vw;
  }
  #top_reason_sec .cont .top_ttl_box .text {
    font-size: 3.4vw;
    text-align: left;
  }
  #top_reason_sec .cont .list {
    margin-bottom: 10vw;
  }
  #top_reason_sec .cont .list ul {
    display: block;
  }
  #top_reason_sec .cont .list ul li {
    display: flex;
  }
  #top_reason_sec .cont .list ul li + li {
    margin-top: 4vw;
  }
  #top_reason_sec .cont .list ul li:nth-child(2) {
    transition-delay: 0s;
  }
  #top_reason_sec .cont .list ul li:nth-child(3) {
    transition-delay: 0s;
  }
  #top_reason_sec .cont .list ul li:nth-child(4) {
    transition-delay: 0s;
  }
  #top_reason_sec .cont .list ul li .img_box {
    flex-grow: 1;
  }
  #top_reason_sec .cont .list ul li .img_box .num_box {
    width: 9vw;
  }
  #top_reason_sec .cont .list ul li .img_box .num_box .num {
    font-size: 4vw;
    line-height: 9vw;
  }
  #top_reason_sec .cont .list ul li .img_box .img {
    height: 100%;
  }
  #top_reason_sec .cont .list ul li .text_box {
    width: 65vw;
    flex-shrink: 0;
    padding: 5.5vw 5vw;
  }
  #top_reason_sec .cont .list ul li .text_box .ttl {
    font-size: 4.6vw;
    margin-bottom: 2vw;
  }
  #top_reason_sec .cont .list ul li .text_box .ttl .small {
    font-size: 3.8vw;
  }
  #top_reason_sec .cont .list ul li .text_box .text {
    font-size: 3.4vw;
  }
  #top_high_sec {
    margin-bottom: 18vw;
  }
  #top_high_sec .cont {
    display: flex;
    flex-direction: column-reverse;
    gap: 9vw 0;
  }
  #top_high_sec .cont .text_block .en {
    top: 14vw;
    right: 3vw;
    font-size: 10vw;
  }
  #top_high_sec .cont .text_block .ttl {
    font-size: 8.5vw;
    margin-bottom: 5vw;
  }
  #top_high_sec .cont .text_block .text {
    font-size: 3.5vw;
  }
  #top_high_sec .cont .text_block .text + .text {
    margin-top: 3vw;
  }
  #top_high_sec .cont .img_block {
    margin-right: 3vw;
    width: stretch;
    width: -moz-available;
    width: -webkit-fill-available;
    height: 60vw;
  }
  #top_high_sec .cont .img_block .bg_img {
    top: 3vw;
    right: -3vw;
  }
  .common_ttl_box .ttl {
    font-size: 6.5vw;
    margin-bottom: 4vw;
  }
  .common_ttl_box .text {
    font-size: 3.4vw;
  }
  #top_flow_sec {
    margin-bottom: 18vw;
  }
  #top_flow_sec .common_ttl_box {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: -3vw;
  }
  #top_flow_sec .flow_list {
    width: 95vw;
    margin-right: -5vw;
    overflow-x: scroll;
  }
  #top_flow_sec .flow_list .scroll-hint-icon-wrap {
    z-index: 1;
  }
  #top_flow_sec .flow_list ul {
    margin-right: 5vw;
    min-width: 315vw;
    gap: 0 5vw;
  }
  #top_flow_sec .flow_list ul::before {
    top: 34vw;
  }
  #top_flow_sec .flow_list ul li .num_box {
    width: 21vw;
    height: 21vw;
    margin: 0 auto -5vw;
    padding-top: 9vw;
  }
  #top_flow_sec .flow_list ul li .num_box .num {
    font-size: 4vw;
  }
  #top_flow_sec .flow_list ul li .top_cont .img {
    height: 37vw;
    margin-bottom: 3.5vw;
  }
  #top_flow_sec .flow_list ul li .top_cont .ttl_box {
    height: 12vw;
  }
  #top_flow_sec .flow_list ul li .top_cont .ttl_box .ttl {
    font-size: 4.3vw;
  }
  #top_flow_sec .flow_list ul li .text_box {
    margin-top: 3vw;
    padding-top: 3.5vw;
  }
  #top_flow_sec .flow_list ul li .text_box .text {
    font-size: 3.2vw;
  }
  .common_cta_sec {
    padding: 11vw 0 12vw;
  }
  .common_cta_sec .top_cont {
    margin-bottom: 6.5vw;
  }
  .common_cta_sec .top_cont .ttl {
    font-size: 6.5vw;
    line-height: 1.4;
    margin-bottom: 3vw;
  }
  .common_cta_sec .top_cont .ttl .small {
    font-size: 5vw;
  }
  .common_cta_sec .top_cont .ttl .big {
    font-size: 10vw;
  }
  .common_cta_sec .top_cont .ttl .big rt {
    font-size: 60%;
    height: 4.4vw;
  }
  .common_cta_sec .top_cont .text {
    text-align: left;
    font-size: 3.3vw;
    margin-bottom: 2vw;
  }
  .common_cta_sec .top_cont .check_text {
    text-align: left;
    font-size: 2.8vw;
    margin-bottom: 5vw;
  }
  .common_cta_sec .top_cont .medal_list ul {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  .common_cta_sec .top_cont .medal_list ul li {
    gap: 0 1vw;
  }
  .common_cta_sec .top_cont .medal_list ul li .deco {
    width: 4.5vw;
  }
  .common_cta_sec .top_cont .medal_list ul li .label {
    font-size: 5.2vw;
  }
  .common_cta_sec .cta_cont {
    display: flex;
    flex-direction: column-reverse;
    align-items: inherit;
    justify-content: inherit;
  }
  .common_cta_sec .cta_cont .cta_block {
    display: block;
    margin-top: 6.5vw;
  }
  .common_cta_sec .cta_cont .cta_block .cta_box + .cta_box {
    margin-top: 6vw;
  }
  .common_cta_sec .cta_cont .cta_block .cta_box .label_wrap {
    gap: 0 3vw;
    margin-bottom: 2vw;
  }
  .common_cta_sec .cta_cont .cta_block .cta_box .label_wrap .label {
    font-size: 3.7vw;
  }
  .common_cta_sec .cta_cont .cta_block .cta_box .label_wrap .label .big {
    font-size: 5vw;
  }
  .common_cta_sec .cta_cont .cta_block .cta_box .label_wrap::after {
    transform: translateY(-1.5vw);
  }
  .common_cta_sec .cta_cont .cta_block .cta_box .btn {
    width: 100%;
  }
  .common_cta_sec .cta_cont .cta_block .cta_box .btn.line a:hover {
    box-shadow: 0 6px 0 #2C9513;
    transform: translateY(0);
  }
  .common_cta_sec .cta_cont .cta_block .cta_box .btn a {
    gap: 0 4vw;
    height: 15vw;
    padding: 0 4.5vw;
  }
  .common_cta_sec .cta_cont .cta_block .cta_box .btn a::before {
    top: -10vw;
    width: 10vw;
  }
  .common_cta_sec .cta_cont .cta_block .cta_box .btn a:hover {
    box-shadow: 0 6px 0 #0C5693;
    transform: translateY(0);
  }
  .common_cta_sec .cta_cont .cta_block .cta_box .btn a .icon {
    width: 10vw;
  }
  .common_cta_sec .cta_cont .cta_block .cta_box .btn a .btn_label {
    font-size: 4.5vw;
  }
  .common_cta_sec .cta_cont .tel_block {
    transform: translateY(0);
    width: 100%;
  }
  .common_cta_sec .cta_cont .tel_block .label_wrap {
    gap: 0 3vw;
    justify-content: center;
    margin-bottom: 2.5vw;
  }
  .common_cta_sec .cta_cont .tel_block .label_wrap .label {
    font-size: 3.7vw;
  }
  .common_cta_sec .cta_cont .tel_block .label_wrap .label .big {
    font-size: 5vw;
  }
  .common_cta_sec .cta_cont .tel_block .label_wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #DEDEDE;
    transform: translateY(-1.5vw);
  }
  .common_cta_sec .cta_cont .tel_block .label_wrap::after {
    transform: translateY(-1.5vw);
  }
  .common_cta_sec .cta_cont .tel_block .tel_box {
    justify-content: center;
    gap: 0 3vw;
    margin-bottom: 2vw;
  }
  .common_cta_sec .cta_cont .tel_block .tel_box .icon {
    width: 8vw;
  }
  .common_cta_sec .cta_cont .tel_block .tel_box .num {
    font-size: 9vw;
  }
  .common_cta_sec .cta_cont .tel_block .tel_box .num a {
    color: #fff;
  }
  .common_cta_sec .cta_cont .tel_block .time {
    font-size: 3.4vw;
    margin-left: 0;
    text-align: center;
  }
  #top_machine_sec {
    padding: 18vw 0 15vw;
  }
  #top_machine_sec .main_cont {
    margin-bottom: 12vw;
  }
  #top_machine_sec .main_cont .common_ttl_box {
    text-align: center;
    margin-bottom: 6vw;
  }
  #top_machine_sec .main_cont .common_ttl_box .text {
    text-align: left;
  }
  #top_machine_sec .main_cont .list {
    width: 100vw;
    margin-left: -5vw;
  }
  #top_machine_sec .main_cont .list ul {
    display: block;
  }
  #top_machine_sec .main_cont .list ul li {
    width: 60vw;
    margin: 0 1vw;
    height: auto;
    padding: 0;
    background-color: transparent;
    display: block;
  }
  #top_machine_sec .main_cont .list ul li::before {
    content: none;
  }
  #top_machine_sec .main_cont .list ul li .name {
    font-size: 3.6vw;
  }
  #top_machine_sec .main_cont .list ul li .name .small {
    font-size: 3.2vw;
  }
  #top_machine_sec .main_cont .list ul li .item {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 15vw;
    padding: 0 5vw;
  }
  #top_machine_sec .main_cont .list ul li .item + .item {
    margin-top: 2vw;
  }
  #top_machine_sec .main_cont .list ul li .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1vw;
    background-color: #0C5693;
    border-radius: 0 10px 10px 0;
  }
  #top_machine_sec .main_cont .list .slider_guide_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3.5vw;
    right: 3.5vw;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }
  #top_machine_sec .main_cont .list .slider_guide_box .arrow {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 10vw;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #0064B7;
  }
  #top_machine_sec .main_cont .list .slider_guide_box .arrow:last-child {
    transform: rotateY(180deg);
  }
  #top_machine_sec .main_cont .list .slider_guide_box .arrow svg {
    vertical-align: middle;
    width: 4vw;
    transform: translateX(20%);
  }
  #top_machine_sec .main_cont .list .slider_guide_box .arrow svg path {
    fill: #fff;
  }
  #top_machine_sec .sub_cont .ttl_box {
    margin-bottom: 5vw;
  }
  #top_machine_sec .sub_cont .ttl_box .ttl {
    font-size: 5.5vw;
  }
  #top_machine_sec .sub_cont .list {
    width: 100vw;
    margin-left: -5vw;
  }
  #top_machine_sec .sub_cont .list ul {
    display: block;
  }
  #top_machine_sec .sub_cont .list ul li {
    width: 60vw;
    margin: 0 1vw;
    height: auto;
    padding: 0;
    background-color: transparent;
    display: block;
  }
  #top_machine_sec .sub_cont .list ul li::before {
    content: none;
  }
  #top_machine_sec .sub_cont .list ul li .name {
    font-size: 3.6vw;
  }
  #top_machine_sec .sub_cont .list ul li .name .small {
    font-size: 3.2vw;
  }
  #top_machine_sec .sub_cont .list ul li .item {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 20vw;
    padding: 0 5vw;
  }
  #top_machine_sec .sub_cont .list ul li .item + .item {
    margin-top: 2vw;
  }
  #top_machine_sec .sub_cont .list ul li .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1vw;
    background-color: #0C5693;
    border-radius: 0 10px 10px 0;
  }
  #top_machine_sec .sub_cont .list .slider_guide_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3.5vw;
    right: 3.5vw;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }
  #top_machine_sec .sub_cont .list .slider_guide_box .arrow {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 10vw;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #0064B7;
  }
  #top_machine_sec .sub_cont .list .slider_guide_box .arrow:last-child {
    transform: rotateY(180deg);
  }
  #top_machine_sec .sub_cont .list .slider_guide_box .arrow svg {
    vertical-align: middle;
    width: 4vw;
    transform: translateX(20%);
  }
  #top_machine_sec .sub_cont .list .slider_guide_box .arrow svg path {
    fill: #fff;
  }
  #top_maker_sec {
    padding: 12vw 0 15vw;
  }
  #top_maker_sec::before {
    left: 2.5vw;
  }
  #top_maker_sec .cont .top_ttl_box {
    margin-bottom: 7vw;
  }
  #top_maker_sec .cont .top_ttl_box .ttl {
    font-size: 6.5vw;
  }
  #top_maker_sec .cont .list {
    width: 100vw;
    margin-left: -5vw;
  }
  #top_maker_sec .cont .list ul {
    display: block;
  }
  #top_maker_sec .cont .list ul li {
    width: 60vw;
    margin: 0 1vw;
    height: auto;
    padding: 0;
    background-color: transparent;
    display: block;
  }
  #top_maker_sec .cont .list ul li::before {
    content: none;
  }
  #top_maker_sec .cont .list ul li .name {
    font-size: 3.6vw;
  }
  #top_maker_sec .cont .list ul li .name .small {
    font-size: 3.2vw;
  }
  #top_maker_sec .cont .list ul li .item {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 15vw;
    padding: 0 5vw;
  }
  #top_maker_sec .cont .list ul li .item + .item {
    margin-top: 2vw;
  }
  #top_maker_sec .cont .list ul li .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1vw;
    background-color: #0C5693;
    border-radius: 0 10px 10px 0;
  }
  #top_maker_sec .cont .list .slider_guide_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3.5vw;
    right: 3.5vw;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }
  #top_maker_sec .cont .list .slider_guide_box .arrow {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 10vw;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #0064B7;
  }
  #top_maker_sec .cont .list .slider_guide_box .arrow:last-child {
    transform: rotateY(180deg);
  }
  #top_maker_sec .cont .list .slider_guide_box .arrow svg {
    vertical-align: middle;
    width: 4vw;
    transform: translateX(20%);
  }
  #top_maker_sec .cont .list .slider_guide_box .arrow svg path {
    fill: #fff;
  }
  #top_area_sec {
    margin-bottom: 18vw;
    padding: 15vw 0 15vw;
  }
  #top_area_sec .cont {
    display: flex;
    flex-direction: column-reverse;
  }
  #top_area_sec .cont .text_block {
    width: 100%;
  }
  #top_area_sec .cont .text_block .ttl {
    font-size: 4.5vw;
    margin-bottom: -1vw;
  }
  #top_area_sec .cont .text_block .copy {
    font-size: 9vw;
    margin-bottom: 5vw;
  }
  #top_area_sec .cont .text_block .copy rt {
    font-size: 50%;
    position: relative;
    top: 0.5em;
    line-height: 1;
  }
  #top_area_sec .cont .text_block .text {
    font-size: 3.5vw;
    margin-bottom: 8vw;
  }
  #top_area_sec .cont .text_block .area_box .label {
    padding: 2vw 4vw;
    font-size: 3.8vw;
  }
  #top_area_sec .cont .text_block .area_box .box {
    margin-top: -3.5vw;
    padding: 5vw;
  }
  #top_area_sec .cont .text_block .area_box .box .area_name {
    font-size: 3.6vw;
  }
  #top_area_sec .cont .img {
    position: inherit;
    top: auto;
    right: auto;
    width: 60%;
    margin: 0 auto -4vw;
  }
  #top_area_sec .cont .img::before, #top_area_sec .cont .img::after {
    inset: -5vw;
  }
  #top_faq_sec {
    margin-bottom: 20vw;
  }
  #top_faq_sec .common_ttl_box {
    margin-bottom: 7vw;
  }
  #top_faq_sec .common_ttl_box .ttl .small {
    font-size: 4.5vw;
  }
  #top_faq_sec .common_btn {
    margin: 8vw auto 0;
  }
  .common_faq_list ul li + li {
    margin-top: 5vw;
  }
  .common_faq_list ul li .q_box {
    padding: 3.5vw;
    gap: 0 4vw;
  }
  .common_faq_list ul li .q_box .en {
    font-size: 5vw;
  }
  .common_faq_list ul li .q_box .ttl {
    font-size: 4vw;
  }
  .common_faq_list ul li .a_box {
    padding: 4vw 4.5vw 5vw;
  }
  .common_faq_list ul li .a_box .text {
    font-size: 3.4vw;
  }
  #main_footer {
    padding: 15vw 0 33vw;
  }
  #main_footer .cont .link_cont {
    display: none;
  }
  #main_footer .cont .data_cont {
    flex-direction: column;
    align-items: inherit;
    justify-content: inherit;
    padding-top: 0;
    border-top: none;
  }
  #main_footer .cont .data_cont::before {
    content: none;
  }
  #main_footer .cont .data_cont .sub_link {
    order: 2;
    padding-top: 7vw;
    border-top: 1px solid #DDDEDE;
    position: relative;
    margin-bottom: 6vw;
  }
  #main_footer .cont .data_cont .sub_link::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 1px;
    width: 30vw;
    background-color: #0064B7;
  }
  #main_footer .cont .data_cont .sub_link ul {
    display: flex;
    justify-content: center;
    gap: 4vw;
  }
  #main_footer .cont .data_cont .sub_link ul li {
    border-left: 1px solid #555555;
    line-height: 1;
  }
  #main_footer .cont .data_cont .sub_link ul li:first-child {
    border-left: none;
  }
  #main_footer .cont .data_cont .sub_link ul li:last-child {
    padding-left: 4vw;
  }
  #main_footer .cont .data_cont .sub_link ul li a {
    font-size: 3.2vw;
    line-height: 1;
    color: #555555;
  }
  #main_footer .cont .data_cont .logo_block {
    order: 1;
    display: block;
    margin-bottom: 10vw;
  }
  #main_footer .cont .data_cont .logo_block .logo_box {
    margin-bottom: 4vw;
  }
  #main_footer .cont .data_cont .logo_block .logo_box .label {
    font-size: 2.8vw;
    margin-bottom: 2vw;
  }
  #main_footer .cont .data_cont .logo_block .logo_box .logo {
    width: 45vw;
  }
  #main_footer .cont .data_cont .logo_block .address {
    font-size: 2.8vw;
  }
  #main_footer .cont .data_cont .copy {
    text-align: center;
    order: 3;
    font-size: 2.8vw;
    line-height: 1.2;
  }
  /* 共通設定 */
  .common_page_main .main_cont {
    background-color: #1B2133;
    margin-bottom: 4vw;
  }
  .common_page_main .main_cont::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(image/fv_back_deco.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.39;
    mix-blend-mode: screen;
  }
  .common_page_main .main_cont .cont {
    z-index: 2;
    padding: 20vw 0 8vw;
  }
  .common_page_main .main_cont .cont .ttl_box {
    margin-bottom: 14vw;
  }
  .common_page_main .main_cont .cont .ttl_box .en {
    top: -5vw;
    left: -2.5vw;
    font-size: 6vw;
  }
  .common_page_main .main_cont .cont .ttl_box .ttl {
    font-size: 8.5vw;
  }
  .common_page_main .main_cont .cont .cta_block {
    display: block;
  }
  .common_page_main .main_cont .cont .cta_block .cta_box + .cta_box {
    margin-top: 6vw;
  }
  .common_page_main .main_cont .cont .cta_block .cta_box .label_wrap {
    gap: 0 3vw;
    margin-bottom: 2vw;
  }
  .common_page_main .main_cont .cont .cta_block .cta_box .label_wrap .label {
    font-size: 3.7vw;
  }
  .common_page_main .main_cont .cont .cta_block .cta_box .label_wrap .label .big {
    font-size: 5vw;
  }
  .common_page_main .main_cont .cont .cta_block .cta_box .label_wrap::after {
    transform: translateY(-1.5vw);
  }
  .common_page_main .main_cont .cont .cta_block .cta_box .btn {
    width: 100%;
  }
  .common_page_main .main_cont .cont .cta_block .cta_box .btn.line a:hover {
    box-shadow: 0 6px 0 #2C9513;
    transform: translateY(0);
  }
  .common_page_main .main_cont .cont .cta_block .cta_box .btn a {
    gap: 0 4vw;
    height: 15vw;
    padding: 0 4.5vw;
  }
  .common_page_main .main_cont .cont .cta_block .cta_box .btn a::before {
    top: -10vw;
    width: 10vw;
  }
  .common_page_main .main_cont .cont .cta_block .cta_box .btn a:hover {
    box-shadow: 0 6px 0 #0C5693;
    transform: translateY(0);
  }
  .common_page_main .main_cont .cont .cta_block .cta_box .btn a .icon {
    width: 10vw;
  }
  .common_page_main .main_cont .cont .cta_block .cta_box .btn a .btn_label {
    font-size: 4.5vw;
  }
  .common_page_main .breadcrumb {
    text-align: left;
    font-size: 2.8vw;
  }
  .common_page_main {
    padding-top: 70px;
  }
  .common_page_main .deco {
    width: 70vw;
    top: -5vw;
    right: -18vw;
  }
  .common_page_main .text_box {
    padding-top: 25vw;
  }
  .common_page_main .text_box .en {
    font-size: 4vw;
    margin-bottom: 2.5vw;
  }
  .common_page_main .text_box .ttl {
    font-size: 6.5vw;
    letter-spacing: 0.1em;
    margin-bottom: 7vw;
  }
  .common_page_main .text_box .breadcrumb {
    text-align: left;
    font-size: 2.8vw;
  }
  .common_page_main .img {
    height: 60vw;
  }
  .common_page_wrap {
    padding: 17vw 0 22vw;
  }
  .common_single_wrap {
    padding: 0 0 17vw;
  }
  .reserve_text {
    font-size: 6vw;
  }
  .breadcrumb {
    font-size: 2.4vw;
  }
  .breadcrumb.single {
    text-align: left;
    margin-top: 19vw;
  }
  /* SP固定ページ 個人情報保護方針 */
  .privacy_cont_sec .main_text {
    font-size: 3.3vw;
    margin-block: 0 10vw;
  }
  .privacy_cont_sec dl + dl {
    margin-block: 8vw 0;
  }
  .privacy_cont_sec dl dt {
    font-size: 4.1vw;
    padding-block: 0 0.5em;
    margin-block: 0 0.7em;
  }
  .privacy_cont_sec dl dd {
    font-size: 3.3vw;
  }
  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }
  #page_404 .text {
    font-size: 3.5vw;
  }
  .wp-pagenavi {
    margin-top: 12vw;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 1.5vw 2.8vw !important;
    margin: 0 2px;
    font-size: 3.6vw;
  }
  .common_form_page {
    padding: calc(65px + 14vw) 0 25vw;
  }
  .common_form_page .container {
    display: block;
  }
  .common_form_page .container .text_block {
    position: inherit;
    top: 0;
    margin-bottom: 8vw;
  }
  .common_form_page .container .text_block .top_text_box {
    margin-bottom: 0;
  }
  .common_form_page .container .text_block .top_text_box .ttl {
    font-size: 7.2vw;
    margin-bottom: 5vw;
  }
  .common_form_page .container .text_block .top_text_box .text {
    font-size: 3.6vw;
  }
  .common_form_page .container .text_block .top_text_box .text a {
    margin: 0 0.1vw;
  }
  .common_form_page .container .text_block .top_text_box .text + .text {
    margin-top: 1.5vw;
  }
  .common_form_page .container .text_block .form_guide_box {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }
  .common_form_page .container .text_block .form_guide_box .ttl {
    font-size: 3.8vw;
    padding-bottom: 2vw;
  }
  .common_form_page .container .text_block .thum_box {
    gap: 0 5vw;
  }
  .common_form_page .container .text_block .thum_box .text_box .cont_list {
    margin-top: 3vw;
  }
  .common_form_page .container .text_block .thum_box .text_box .cont_list ul li + li {
    margin-top: 2vw;
  }
  .common_form_page .container .text_block .thum_box .text_box .cont_list ul li {
    font-size: 3.5vw;
  }
  .common_form_page .container .text_block .thum_box .text_box .cont_list ul li::before {
    margin-right: 2vw;
    width: 1.5vw;
    height: 1.5vw;
  }
  .common_form_page .container .text_block .thum_box .thum {
    width: 30%;
    border-radius: 3vw;
    padding: 2vw;
  }
  .common_form_page .container .form_cont {
    width: 100%;
    padding: 7vw 3.5vw 6vw;
    margin-left: 0;
  }
  .common_form_page .container .form_cont .top_text_box {
    margin-bottom: 6vw;
  }
  .common_form_page .container .form_cont .top_text_box .lead {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box {
    margin-bottom: 7vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li + li {
    margin-top: 5.5vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .label {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text] {
    padding: 2.5vw 3.5vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text]::-moz-placeholder {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text]::placeholder {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea {
    padding: 3vw 3.5vw;
    font-size: 3.6vw;
    height: 50vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea::-moz-placeholder {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea::placeholder {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .btn button {
    line-height: 16vw;
    font-size: 4.2vw;
  }
  .common_form_page .container .form_cont .form_wrap .btn button:hover {
    transform: translateY(0);
    box-shadow: 0 6px #0C5693;
  }
  .common_form_page .container .form_cont .form_wrap button[name=submitBack] {
    margin-top: 3vw;
  }
  .common_form_page .container .form_cont .form_wrap .thanks_text_box .ttl {
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 4vw;
  }
  .common_form_page .container .form_cont .form_wrap .thanks_text_box .text {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .thanks_text_box .text + .text {
    margin-top: 2vw;
  }
  /* layout helpers */
  .data_box.check_wrap {
    display: block;
  }
  .mw_wp_form .horizontal-item {
    display: block;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-top: 2vw;
  }
  .radio_btns {
    display: block;
  }
  #sidebar {
    width: 100%;
    padding: 0 15px;
    margin-top: 5vw;
  }
  #sidebar .block + .block {
    margin-top: 10vw;
  }
  #sidebar .common_link_box {
    margin-bottom: 0;
  }
  #sidebar .block .top_ttl {
    font-size: 3.6vw;
    padding-bottom: 2vw;
    margin-bottom: 6vw;
  }
  #sidebar .block .top_ttl::before {
    width: 30%;
  }
  #sidebar .block .ranking_list ul li + li {
    margin-top: 5vw;
  }
  #sidebar .block .ranking_list ul li a {
    gap: 0 3vw;
  }
  #sidebar .block .ranking_list ul li a .ranking_box {
    width: 6vw;
  }
  #sidebar .block .ranking_list ul li a .ranking_box .num {
    font-size: 3.5vw;
    line-height: 6vw;
  }
  #sidebar .block .ranking_list ul li a .img {
    width: 34%;
  }
  #sidebar .block .ranking_list ul li a .text_box .ttl {
    font-size: 3.1vw;
  }
  #sidebar .block .ranking_list ul li a:hover .img img {
    transform: scale(1);
  }
  #sidebar .block .voice_list ul li + li {
    margin-top: 4vw;
  }
  #sidebar .block .voice_list ul li a {
    gap: 0 3vw;
  }
  #sidebar .block .voice_list ul li a .img {
    width: 34%;
  }
  #sidebar .block .voice_list ul li a .text_box .date {
    font-size: 3vw;
    margin-bottom: 1vw;
  }
  #sidebar .block .voice_list ul li a .text_box .ttl {
    font-size: 3.1vw;
  }
  #sidebar .block .voice_list ul li a:hover .img img {
    transform: scale(1);
  }
  /* 準備中 */
  .sorry_sec .text_box .text {
    text-align: left;
    font-size: 4vw;
  }
  .sorry_sec .text_box .text + .text {
    margin-top: 3vw;
  }
  .sorry_sec .text_box .common_btn {
    margin: 7vw 0 0;
  }
  .single_page_wrap {
    padding-top: calc(70px + 10vw);
    padding-bottom: 19vw;
    margin-bottom: 0;
  }
  .single_page_wrap #sidebar {
    padding: 0;
    margin-top: 14vw;
  }
  /* 選ばれる理由 */
  #page_reason .reason_copy_sec {
    margin-bottom: 14vw;
  }
  #page_reason .reason_copy_sec .text_box .copy {
    font-size: 6.5vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }
  #page_reason .reason_copy_sec .text_box .text {
    font-size: 3.4vw;
  }
  #page_reason .reason_list_sec {
    padding: 15vw 0 15vw;
    margin-bottom: 17vw;
  }
  #page_reason .reason_list_sec .cont .common_ttl_box {
    margin-bottom: 9vw;
  }
  #page_reason .reason_list_sec .cont .list ul li {
    display: flex;
    gap: 0;
  }
  #page_reason .reason_list_sec .cont .list ul li:nth-child(even) {
    flex-direction: column-reverse;
  }
  #page_reason .reason_list_sec .cont .list ul li:nth-child(even) .img_block {
    margin-left: 3vw;
  }
  #page_reason .reason_list_sec .cont .list ul li:nth-child(even) .img_block .bg_img {
    left: -3vw;
  }
  #page_reason .reason_list_sec .cont .list ul li:nth-child(odd) {
    flex-direction: column-reverse;
  }
  #page_reason .reason_list_sec .cont .list ul li:nth-child(odd) .img_block {
    margin-right: 3vw;
  }
  #page_reason .reason_list_sec .cont .list ul li:nth-child(odd) .img_block .bg_img {
    right: -3vw;
  }
  #page_reason .reason_list_sec .cont .list ul li + li {
    margin-top: 10vw;
  }
  #page_reason .reason_list_sec .cont .list ul li .text_block .label_box {
    gap: 0 2vw;
    margin-bottom: 3vw;
  }
  #page_reason .reason_list_sec .cont .list ul li .text_block .label_box .en {
    font-size: 4vw;
    line-height: 1.85;
  }
  #page_reason .reason_list_sec .cont .list ul li .text_block .label_box .ttl {
    font-size: 4vw;
  }
  #page_reason .reason_list_sec .cont .list ul li .text_block .copy {
    font-size: 5vw;
    line-height: 2.1;
  }
  #page_reason .reason_list_sec .cont .list ul li .text_block .text {
    font-size: 3.4vw;
    margin-top: 3.5vw;
  }
  #page_reason .reason_list_sec .cont .list ul li .text_block .text + .text {
    margin-top: 2vw;
  }
  #page_reason .reason_list_sec .cont .list ul li .img_block {
    width: stretch;
    width: -moz-available;
    width: -webkit-fill-available;
    height: 55vw;
    margin-bottom: 10vw;
  }
  #page_reason .reason_list_sec .cont .list ul li .img_block .bg_img {
    top: 3vw;
    overflow: hidden;
  }
  #page_reason #top_flow_sec {
    margin-bottom: 0;
  }
  /* 買取機械一覧 */
  #page_machine .machine_copy_sec {
    margin-bottom: 14vw;
  }
  #page_machine .machine_copy_sec .text_box .copy {
    font-size: 6.5vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }
  #page_machine .machine_copy_sec .text_box .text {
    font-size: 3.4vw;
  }
  #page_machine #top_area_sec {
    margin-bottom: 0;
  }
  /* 会社概要 */
  #page_company .company_message_sec {
    margin-bottom: 18vw;
  }
  #page_company .company_message_sec .cont {
    display: block;
  }
  #page_company .company_message_sec .cont .text_block {
    flex-grow: 1;
  }
  #page_company .company_message_sec .cont .text_block .en {
    top: 3vw;
    left: 17vw;
    font-size: 7vw;
  }
  #page_company .company_message_sec .cont .text_block .ttl {
    font-size: 6.5vw;
    margin-bottom: 6vw;
  }
  #page_company .company_message_sec .cont .text_block .text {
    font-size: 3.5vw;
  }
  #page_company .company_message_sec .cont .text_block .text + .text {
    margin-top: 3vw;
  }
  #page_company .company_message_sec .cont .text_block .name {
    text-align: left;
    font-size: 3.8vw;
    margin-top: 7vw;
  }
  #page_company .company_message_sec .cont .img_block {
    margin-right: 3vw;
    width: stretch;
    width: -moz-available;
    width: -webkit-fill-available;
    height: 60vw;
    margin-bottom: 10vw;
  }
  #page_company .company_message_sec .cont .img_block .bg_img {
    top: 3vw;
    right: -3vw;
  }
  #page_company .company_outline_sec .common_ttl_box {
    margin-bottom: 6vw;
  }
  #page_company .company_outline_sec .cont .table_wrap table {
    display: block;
  }
  #page_company .company_outline_sec .cont .table_wrap table tbody {
    display: block;
    width: 100%;
  }
  #page_company .company_outline_sec .cont .table_wrap table tr {
    display: block;
    width: 100%;
    border-top: none;
    border-right: none;
  }
  #page_company .company_outline_sec .cont .table_wrap table tr + tr {
    margin-top: 2vw;
  }
  #page_company .company_outline_sec .cont .table_wrap table tr:last-child {
    border-bottom: none;
  }
  #page_company .company_outline_sec .cont .table_wrap table tr th {
    display: block;
    font-size: 4vw;
    width: 100%;
    padding: 3vw 5vw;
  }
  #page_company .company_outline_sec .cont .table_wrap table tr td {
    display: block;
    font-size: 3.6vw;
    padding: 5vw 5vw;
  }
  /* 買取の流れ */
  #page_flow .flow_list_sec {
    margin-bottom: 18vw;
  }
  #page_flow .flow_list_sec .list ul::before {
    top: 0;
    bottom: 26vw;
    width: 1px;
    left: 9vw;
  }
  #page_flow .flow_list_sec .list ul li {
    align-items: flex-start;
  }
  #page_flow .flow_list_sec .list ul li + li {
    margin-top: 10vw;
  }
  #page_flow .flow_list_sec .list ul li .img_block::after {
    width: 3.5vw;
    height: 1px;
  }
  #page_flow .flow_list_sec .list ul li .img_block .img {
    width: 18vw;
    height: 18vw;
  }
  #page_flow .flow_list_sec .list ul li .text_block {
    padding-left: 5vw;
  }
  #page_flow .flow_list_sec .list ul li .text_block::before {
    height: 15vw;
    bottom: auto;
    margin: 0;
  }
  #page_flow .flow_list_sec .list ul li .text_block .num {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
  #page_flow .flow_list_sec .list ul li .text_block .ttl {
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
  #page_flow .flow_list_sec .list ul li .text_block .text {
    font-size: 3.3vw;
  }
  #page_flow .flow_list_sec .list ul li .text_block .check_cont {
    margin-top: 5vw;
    padding-bottom: 4.5vw;
  }
  #page_flow .flow_list_sec .list ul li .text_block .check_cont .ttl_box {
    padding: 3vw;
    gap: 0 3vw;
    margin-bottom: 3.5vw;
  }
  #page_flow .flow_list_sec .list ul li .text_block .check_cont .ttl_box .icon {
    width: 4.5vw;
  }
  #page_flow .flow_list_sec .list ul li .text_block .check_cont .ttl_box .check_ttl {
    font-size: 3.8vw;
  }
  #page_flow .flow_list_sec .list ul li .text_block .check_cont .check_text {
    font-size: 3.2vw;
    line-height: 1.5;
    padding: 0 3vw;
  }
  #page_flow #top_high_sec {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */