@charset "utf-8";
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes show {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  25% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes show {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  25% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes kv-loop {
  0% {
    background-position: left 0;
  }
  100% {
    background-position: left -955px;
  }
}
@keyframes kv-loop {
  0% {
    background-position: left 0;
  }
  100% {
    background-position: left -955px;
  }
}
@-webkit-keyframes kv-loop-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -190.53333333333333vw 0;
  }
}
@keyframes kv-loop-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -190.53333333333333vw 0;
  }
}
@-webkit-keyframes fukidashi {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  75% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fukidashi {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  75% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  color: #000;
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body.fix {
  overflow: hidden;
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
img {
  width: 100%;
  vertical-align: middle;
}
figure {
  line-height: 0;
}
button {
  outline: none;
  padding: 0;
  border: none;
  background: none;
  font-size: 0;
  cursor: pointer;
}
a {
  color: #000;
  text-decoration: none;
}
.wrap {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .wrap {
    padding: 0 7.333333333333333vw;
  }
}
.small-wrap {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .small-wrap {
    padding: 0 7.333333333333333vw;
  }
}
@media (max-width: 749px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 750px) {
  .only-sp {
    display: none !important;
  }
}
.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.section-title span {
  font-size: 46px;
  font-weight: bold;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 0;
  background-color: #fff;
  z-index: 100;
}
.header .header-links-area .header-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: #1446a0;
}
.header .header-links-area .header-list {
  width: 200px;
  text-align: center;
}
.header .header-links-area .header-link {
  font-size: 22px;
  color: #fff;
  transition: color 0.25s ease-in-out;
}
.header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(10px, 1vw, 31px) clamp(30px, 3vw, 61px) clamp(10px, 1vw, 26px) clamp(10px, 1.6vw, 31px);
}
.header .header-logo {
  display: block;
  width: clamp(120px, 16.3vw, 300px);
}
.header .header-contact {
  display: flex;
}
.header .header-contact .header-contact-button {
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding: clamp(4px, 1vw, 15px) clamp(10px, 3vw, 54px);
  color: #fff;
  font-size: clamp(10px, 1.4vw, 24px);
  font-weight: bold;
  letter-spacing: 0.2em;
  background-color: #e23442;
  white-space: nowrap;
}
.header .header-tel .header-tel-number {
  position: relative;
  font-size: clamp(20px, 2.7vw, 50px);
  padding-left: clamp(10px, 2.4vw, 43px);
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
}
.header .header-tel .header-tel-number::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5%;
  width: clamp(11px, 2vw, 28px);
  height: 37px;
  background-image: url("../img/common/icon_tel.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
}
.header .header-tel .header-tel-text {
  font-size: clamp(10px, 1.2vw, 18px);
  text-align: right;
}
.position-correction {
  display: block;
  margin-top: -130px;
  padding-top: 130px;
}
#footer {
  text-align: center;
  padding: 60px 20px;
}
#footer .copyright {
  font-size: 16px;
}
@media (max-width: 950px) {
  .header .header-links-area .header-links {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .header .header-links-area .header-list {
    padding: 0.666666666666667vw;
    width: 20vw;
  }
  .header .header-links-area .header-link {
    font-size: 3.333333333333333vw;
    line-height: 2.666666666666667vw;
  }
}
@media (max-width: 749px) {
  * {
    box-sizing: border-box;
  }
  .section-title {
    font-size: 4.8vw;
    flex-direction: column;
  }
  .section-title span {
    font-size: 6vw;
    display: inline-block;
    margin-top: 2vw;
  }
  .header .header-top {
    height: 13.333333333333334vw;
    padding: 0 1.333333333333333vw;
  }
  .header .header-logo {
    width: 29.333333333333332vw;
  }
  .header .header-contact .header-contact-button {
    margin-left: 2.133333333333333vw;
    padding: 1.066666666666667vw 2.4vw;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
  .header .header-tel .header-tel-number {
    font-size: 3.733333333333333vw;
    padding-left: 4.266666666666667vw;
  }
  .header .header-tel .header-tel-number::after {
    top: -0.533333333333333vw;
    margin-top: 0;
    width: 3.2vw;
    height: 4vw;
  }
  .header .header-tel .header-tel-text {
    margin-top: 1.066666666666667vw;
    font-size: 2.666666666666667vw;
  }
  .header .header-links-area .header-list {
    padding: 0.666666666666667vw;
    width: 20vw;
  }
  .header .header-links-area .header-link {
    font-size: 3.333333333333333vw;
    line-height: 2.666666666666667vw;
  }
  #footer {
    padding: 5.333333333333333vw 7.333333333333333vw 5.333333333333333vw;
  }
  #footer .copyright {
    font-size: 2.666666666666667vw;
  }
}
.scroll-element,
.lead-list-box-illust {
  transition: all 0.18s ease-out;
  opacity: 0;
}
.scroll-element.is-active,
.lead-list-box-illust.is-active {
  -webkit-animation: show 0.75s ease forwards;
          animation: show 0.75s ease forwards;
}
/*-------------------------------------------------------------------------
	Contents
/*-----------------------------------------------------------------------*/
#main {
  display: block;
  padding-top: clamp(51px, 7.1vw, 140px);
}
#main .cv-btn {
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 50;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
#main .cv-btn.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#main .cv-btn-anchor {
  display: flex;
  align-items: center;
  background-color: #0078d2;
  padding-right: 10px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
#main .cv-btn-anchor::before {
  content: '';
  width: 81px;
  height: 100px;
  background: url("../img/btn_cv.png") left top no-repeat;
  display: inline-block;
}
#main .cv-btn-anchor-text {
  font-size: 15px;
  line-height: 1.35;
  color: #fff;
  padding: 0 15px 0 5px;
}
#main .cv-btn-anchor-text-sub {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #feef44;
  margin-top: 5px;
}
.mainimage {
  position: relative;
  padding: 85px 0 90px;
  overflow: hidden;
  background-color: #feef44;
}
.mainimage .wrap {
  max-width: 930px;
}
.mainimage img {
  position: relative;
  z-index: 5;
  max-width: 477px;
}
.mainimage-anchor {
  display: inline-block;
  margin-top: 35px;
}
.mainimage .kv-images {
  position: absolute;
  top: 50%;
  right: -20%;
  z-index: 2;
  width: 68%;
  height: 250%;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
}
.mainimage .kv-images::before,
.mainimage .kv-images::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 1000%;
  background: url("../img/kv_images01.png") repeat-y;
  -webkit-animation: kv-loop 45s linear infinite;
          animation: kv-loop 45s linear infinite;
}
.mainimage .kv-images::after {
  background-image: url("../img/kv_images02.png");
  animation-direction: reverse;
}
/*-------------------------------------------------------------------------
	Lead
/*-----------------------------------------------------------------------*/
.lead {
  margin-top: 100px;
  padding-bottom: 100px;
  opacity: 1;
}
.lead.is-active .lead-list-box:nth-of-type(2) .lead-list-box-illust {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.lead.is-active .lead-list-box:nth-of-type(3) .lead-list-box-illust {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.lead.is-active .lead-list-box:nth-of-type(4) .lead-list-box-illust {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.lead.is-active .lead-list-box .lead-list-box-illust {
  -webkit-animation: show 0.75s ease forwards;
          animation: show 0.75s ease forwards;
}
.lead-title {
  width: 680px;
  margin: 0 auto;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.lead-title span {
  font-size: 58px;
  color: #1446a0;
  background: linear-gradient(to bottom, #fff 0%, #fff 73%, #feef44 73%, #feef44 92%, #fff 92%);
}
.lead-title::before {
  display: block;
  content: '';
  position: absolute;
  height: 115px;
  width: 2px;
  background: #000;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  left: -60px;
  top: 15px;
}
.lead-title::after {
  display: block;
  content: '';
  position: absolute;
  height: 115px;
  width: 2px;
  background: #000;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  right: -60px;
  top: 15px;
}
.lead-list {
  display: flex;
  width: 960px;
  margin: 50px auto 0;
  justify-content: space-between;
}
.lead-list-box {
  padding: 17px;
  border: 2px solid #213488;
}
.lead-list-box-title {
  position: relative;
  width: 70%;
  margin: -44px auto 0;
  padding: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background: #213488;
  text-align: center;
  border-radius: 26px;
  border: 2px solid #fff;
}
.lead-list-box-title::after {
  display: block;
  content: '';
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #213488;
  top: 50px;
  left: calc(50% - 5px);
}
.lead-list-box-illust {
  max-width: 200px;
  margin: 20px auto 0;
}
.lead-list-box-text {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}
.lead-list-box-text strong {
  font-size: 36px;
  font-weight: bold;
  color: #213488;
}
.lead-list-box-text span {
  display: block;
  font-size: 14px;
  color: #213488;
  white-space: nowrap;
}
/*-------------------------------------------------------------------------
	Problem
/*-----------------------------------------------------------------------*/
.problem {
  overflow: hidden;
}
.problem-block {
  position: relative;
  padding-top: 100px;
  background: #ededed;
}
.problem-block-title {
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
}
.problem-block-title strong {
  display: block;
  font-size: 40px;
  font-weight: bold;
}
.problem-block-point {
  position: relative;
  margin-top: 10px;
}
.problem-block-point-list {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.problem-block-point-list.is-active {
  -webkit-animation: fukidashi 0.7s ease forwards;
          animation: fukidashi 0.7s ease forwards;
}
.problem-block-point-list:nth-of-type(1),
.problem-block-point-list:nth-of-type(2) {
  -webkit-transform-origin: right 60%;
          transform-origin: right 60%;
}
.problem-block-point-list:nth-of-type(3),
.problem-block-point-list:nth-of-type(4) {
  -webkit-transform-origin: left 60%;
          transform-origin: left 60%;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.problem-block-point-list-title {
  color: #213488;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.problem-block-point-list-text {
  position: relative;
  margin-top: 10px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1.4;
}
.problem-block-point-list:first-of-type {
  width: 303px;
  height: 291px;
  top: 0;
  left: 60px;
  background-image: url("../img/problem/bg_01.png");
}
.problem-block-point-list:nth-of-type(2) {
  width: 295px;
  height: 290px;
  padding-right: 20px;
  top: 240px;
  left: 0;
  background-image: url("../img/problem/bg_02.png");
}
.problem-block-point-list:nth-of-type(3) {
  width: 290px;
  height: 292px;
  padding-left: 10px;
  top: 0;
  right: 30px;
  background-image: url("../img/problem/bg_03.png");
}
.problem-block-point-list:nth-of-type(4) {
  width: 288px;
  height: 291px;
  padding-left: 30px;
  top: 230px;
  right: -10px;
  background-image: url("../img/problem/bg_04.png");
}
.problem-block-illust {
  margin-top: 160px;
  text-align: center;
}
.problem-block-illust img {
  width: auto;
}
.problem-block-text {
  margin-top: 80px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.problem-block::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -90px;
  left: 50%;
  border-style: solid;
  border-width: 0 50vw 90px 50vw;
  border-color: transparent transparent #ededed transparent;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  z-index: 1;
}
.problem .sodan-block {
  padding-top: 130px;
  text-align: center;
  background-color: #1446a0;
  line-height: 1.4;
}
.problem .sodan-block-inner {
  position: relative;
  padding-bottom: 90px;
}
.problem .sodan-block-inner::after {
  display: block;
  content: '';
  position: absolute;
  width: 232px;
  height: 210px;
  bottom: 0;
  right: 0;
  background-image: url("../img/problem/illust_02.png");
}
.problem .sodan-block-text {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.problem .sodan-block-lead {
  margin-top: 10px;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 28px;
  color: #feef44;
}
.problem .sodan-block-lead strong {
  display: block;
  font-size: 50px;
}
/*-------------------------------------------------------------------------
	Reason
/*-----------------------------------------------------------------------*/
.reason {
  margin-top: 180px;
  text-align: center;
}
.reason-title {
  display: inline-block;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.reason-title span {
  display: block;
  font-size: 60px;
}
.reason-title span strong {
  font-size: 110px;
  color: #1446a0;
}
.reason-title::before {
  display: block;
  content: 'グラフィックのDM発送';
  position: absolute;
  width: 250px;
  height: 30px;
  padding: 16px 0 8px;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #1446a0;
  border-radius: 30px;
  letter-spacing: -1px;
}
.reason-title::after {
  display: block;
  content: '';
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #1446a0;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.reason-list {
  margin-top: 100px;
  text-align: left;
}
.reason-list-box {
  padding: 40px 0;
}
.reason-list-box-content {
  display: flex;
  padding-left: 90px;
  justify-content: space-between;
  align-items: center;
}
.reason-list-box-content-textarea {
  width: 50%;
  padding-left: -90px;
}
.reason-list-box-content-textarea-title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #1446a0;
  line-height: 1.4;
}
.reason-list-box-content-textarea-title strong {
  font-size: 46px;
}
.reason-list-box-content-textarea-title-text {
  font-size: 20px;
}
.reason-list-box-content-textarea-title::before {
  display: block;
  position: absolute;
  content: '';
  width: 75px;
  height: 64px;
  left: -90px;
  top: 10px;
}
.reason-list-box-content-textarea-note {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.5;
}
.reason-list-box-content-textarea-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.reason-list-box:nth-of-type(1) {
  padding-bottom: 60px;
}
.reason-list-box:nth-of-type(1) .reason-list-box-content-textarea-title::before {
  background-image: url("../img/reason/number_01.png");
}
.reason-list-box:nth-of-type(2) {
  background-color: #edf6fd;
}
.reason-list-box:nth-of-type(2) .reason-list-box-content {
  padding-left: 0;
  flex-direction: row-reverse;
}
.reason-list-box:nth-of-type(2) .reason-list-box-content-textarea {
  width: 46%;
}
.reason-list-box:nth-of-type(2) .reason-list-box-content-textarea-title::before {
  background-image: url("../img/reason/number_02.png");
}
.reason-list-box:nth-of-type(3) .reason-list-box-content-textarea-title::before {
  background-image: url("../img/reason/number_03.png");
}
.reason-list-box:nth-of-type(4) {
  background-color: #edf6fd;
}
.reason-list-box:nth-of-type(4) .reason-list-box-content {
  padding-left: 0;
  flex-direction: row-reverse;
}
.reason-list-box:nth-of-type(4) .reason-list-box-content-textarea {
  width: 46%;
}
.reason-list-box:nth-of-type(4) .reason-list-box-content-textarea-title::before {
  background-image: url("../img/reason/number_04.png");
}
/*-------------------------------------------------------------------------
	Flow
/*-----------------------------------------------------------------------*/
.flow {
  padding-top: 130px;
}
.flow-list {
  margin-top: 100px;
}
.flow-list-block-text {
  position: relative;
  display: flex;
  height: 60px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background-color: #1446a0;
  text-align: center;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}
.flow-list-block-text::after {
  display: block;
  content: '';
  position: absolute;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 16px solid #000;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flow-list-block + .flow-list-block {
  margin-top: 40px;
}
.flow-list-block:first-of-type .flow-list-block-text::before {
  display: block;
  content: '';
  position: absolute;
  width: 236px;
  height: 153px;
  background-image: url("../img/flow/illust_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -1px;
  right: 100px;
}
.flow-list-block:nth-of-type(3) .flow-list-block-text::after {
  display: none;
}
.flow-list-block:nth-of-type(4) {
  display: flex;
  justify-content: space-between;
}
.flow-list-block:nth-of-type(4) .flow-list-block-text {
  width: 40%;
}
.flow-list-block:nth-of-type(4) .flow-list-block-text::before {
  display: block;
  content: '';
  position: absolute;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 16px solid #000;
  top: -28px;
  left: calc(50% - 12px);
}
.flow-list-block:last-of-type .flow-list-block-text::after {
  display: none;
}
.flow-illust {
  margin-top: 100px;
  text-align: center;
}
.flow-illust img {
  width: auto;
}
/*-------------------------------------------------------------------------
	Voice
/*-----------------------------------------------------------------------*/
.voice {
  margin-top: -50px;
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
  background-color: #feef44;
  z-index: 1;
}
.voice-list {
  margin-top: 80px;
}
.voice-list-box {
  display: flex;
  height: 250px;
  padding: 30px 40px 60px 80px;
  background-image: url("../img/voice/bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  align-items: center;
  margin-top: 24px;
}
.voice-list-box:first-of-type {
  margin-top: 0;
}
.voice-list-box-image {
  display: inline-block;
}
.voice-list-box-textarea {
  width: 72%;
  margin-left: 50px;
}
.voice-list-box-textarea-number img {
  width: auto;
}
.voice-list-box-textarea-name {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
}
.voice-list-box-textarea-lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  color: #1446a0;
  margin-top: 20px;
}
.voice-list-box-textarea-text {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.6;
}
.voice-other {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
}
/*-------------------------------------------------------------------------
	Way
/*-----------------------------------------------------------------------*/
.way {
  padding-top: 100px;
}
.way-list {
  position: relative;
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.way-list-block {
  position: relative;
  width: calc(50% - 30px);
  padding: 30px 0;
  background-color: #edf6fd;
  text-align: center;
}
.way-list-block-title {
  font-size: 30px;
  font-weight: bold;
  color: #1446a0;
  line-height: 1.2;
}
.way-list-block-text {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.6;
}
.way-list-block-illust {
  display: inline-block;
  margin-top: 40px;
}
.way-list-block:nth-of-type(n + 3) {
  margin-top: 60px;
}
.way-list-block:first-of-type::before {
  background-image: url("../img/way/number_01.png");
}
.way-list-block:nth-of-type(2)::before {
  background-image: url("../img/way/number_02.png");
}
.way-list-block:nth-of-type(3)::before {
  background-image: url("../img/way/number_03.png");
}
.way-list-block:nth-of-type(4)::before {
  background-image: url("../img/way/number_04.png");
}
.way-list-block:last-of-type::before {
  background-image: url("../img/way/number_05.png");
}
.way-list-block::before {
  display: block;
  content: '';
  position: absolute;
  width: 86px;
  height: 86px;
  top: -30px;
  left: 10px;
}
.way-list::before {
  position: absolute;
  display: block;
  content: '';
  width: 333px;
  height: 316px;
  background-image: url("../img/way/illust_06.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
  bottom: 0;
  right: 100px;
}
/*-------------------------------------------------------------------------
	Send
/*-----------------------------------------------------------------------*/
.send {
  padding-top: 120px;
}
.send .only-tb {
  display: none;
}
.send-title {
  font-size: 46px;
  text-align: center;
  font-weight: 700;
}
.send-title .cost {
  color: #143d96;
  position: relative;
  display: inline-block;
}
.send-title .cost::after {
  content: '';
  width: 100%;
  height: 14px;
  background-color: #feec3d;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: -1;
}
.send-texts {
  margin-top: 30px;
}
.send-text {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-top: 45px;
}
.send-text:first-of-type {
  margin-top: 0;
}
.send-prices {
  display: flex;
  justify-content: center;
  margin-top: 54px;
  padding-bottom: 68px;
  background-image: url("../img/send/icon_arrow.png");
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.send-table {
  width: 680px;
  border-collapse: collapse;
  border: 1px solid #cecece;
}
.send-table-title,
.send-table-text {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  padding: 11px;
  border: 1ox splid #cecece;
  border-left: 1px solid #cecece;
}
.send-table-title:first-of-type,
.send-table-text:first-of-type {
  border: none;
}
.send-table-title .price,
.send-table-text .price {
  font-weight: 500;
  color: #f00;
}
.send-table-title {
  font-weight: 700;
  color: #fff;
  width: calc(100% / 3);
  background-color: #143d96;
}
.send-table tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
.send-change {
  margin-top: 23px;
}
.send-change-inner {
  display: flex;
  margin-top: 40px;
  gap: 0 27px;
}
.send-change-box {
  padding: 22px 22px;
  background-color: #eaf5fd;
  border-radius: 11px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.send-change-box-title {
  font-size: 22px;
  text-align: center;
  color: #fff;
  width: 240px;
  padding: 10px 0 15px;
  background-color: #143d96;
  border-radius: 100px;
}
.send-change-box-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  margin-top: 8px;
}
.send-change-box-text .strong {
  font-size: 28px;
  color: #143d96;
}
.send-after {
  margin-top: 42px;
}
/*-------------------------------------------------------------------------
	QA
/*-----------------------------------------------------------------------*/
.qa {
  margin-top: 185px;
}
.qa-title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin-bottom: -30px;
  padding-bottom: 85px;
  position: relative;
  z-index: 1;
}
.qa-title span {
  display: block;
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: normal;
}
.qa-title::before,
.qa-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  background-position: left top;
  background-repeat: no-repeat;
}
.qa-title::before {
  background-image: url("../img/qa/illust_01.png");
  width: 147px;
  height: 211px;
  left: 0;
}
.qa-title::after {
  background-image: url("../img/qa/illust_02.png");
  width: 162px;
  height: 218px;
  right: 0;
}
.qa-list {
  position: relative;
  z-index: 5;
}
.qa-list-block-question {
  padding: 40px 0;
  background-color: #1446a0;
}
.qa-list-block-question-text {
  position: relative;
  width: 650px;
  margin: 0 auto;
  padding-left: 30px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #fff;
}
.qa-list-block-question-text::before {
  display: block;
  content: '';
  position: absolute;
  background-image: url("../img/qa/q.png");
  width: 19px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  left: -8px;
  top: -6px;
}
.qa-list-block-answer {
  padding: 22px 0;
  background-color: #ededed;
}
.qa-list-block-answer-text {
  position: relative;
  width: 650px;
  margin: 0 auto;
  padding-left: 30px;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 1.6;
}
.qa-list-block-answer-text::before {
  display: block;
  content: '';
  position: absolute;
  background-image: url("../img/qa/a.png");
  width: 12px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: 100%;
  left: -5px;
  top: 2px;
}
/*-------------------------------------------------------------------------
	service
/*-----------------------------------------------------------------------*/
.o-service {
  padding: 100px 0;
  background-color: #fff;
}
.o-service .wrap {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.o-service-title {
  font-size: 30px;
  text-align: center;
  position: relative;
}
.o-service-title-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
  gap: 25px 40px;
  margin-top: 130px;
  font-size: 20px;
}
.o-service-title-link {
  display: block;
  width: 200px;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  background-color: #1446a0;
  position: relative;
}
.o-service-title-nolink {
  display: block;
  width: 200px;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  background: #b2b2b2;
  color: #f0f0f0;
}
.o-service-title-nolink-text {
  font-size: 20px;
}
.o-service-title-text {
  font-size: 20px;
}
.o-service-title-text::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: '';
}
.o-service-box {
  display: flex;
  position: absolute;
  top: 60px;
  left: 90px;
  font-size: 20px;
}
.o-service-box .o-service-title-text-add {
  font-size: 20px;
  position: absolute;
  top: 25px;
  left: 230px;
  white-space: nowrap;
}
/*-------------------------------------------------------------------------
	Company
/*-----------------------------------------------------------------------*/
.company {
  padding-top: 172px;
  padding-bottom: 17px;
}
.company-title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin-bottom: -30px;
  padding-bottom: 85px;
  position: relative;
  z-index: 1;
}
.company-title span {
  display: block;
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: normal;
}
.company-about {
  margin-top: 30px;
  text-align: left;
}
.company-about-heading {
  font-size: 34px;
  line-height: 1.4705882353;
  letter-spacing: 0.03em;
}
.company-about-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}
.company-about-textarea {
  width: 60%;
  max-width: 458px;
}
.company-about-lead {
  font-size: 18px;
  line-height: 2.1111111111;
  letter-spacing: 0.03em;
}
.company-about-data {
  margin-top: 36px;
}
.company-about-list {
  display: flex;
}
.company-about-title {
  width: 166px;
  color: #1446a0;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.03em;
}
.company-about-text {
  width: 302px;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.03em;
}
.company-about-button {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 47px;
  padding: 27px;
  border-radius: 51px;
  border: solid 2px #1446a0;
}
.company-about-button-image {
  width: 333px;
}
.company-about-button::after {
  position: absolute;
  top: 50%;
  right: 36px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  border-top: solid 3px #1446a0;
  border-right: solid 3px #1446a0;
  content: "";
}
.company-about-image {
  width: 40%;
  max-width: 400px;
  margin-left: 20px;
}
.company-about-heading {
  color: #1446a0;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.4705882353;
  letter-spacing: 0.03em;
}
/*-------------------------------------------------------------------------
	Contact
/*-----------------------------------------------------------------------*/
.contact {
  margin-top: -150px;
  padding-top: 28.9583333333vw;
  padding-bottom: 40px;
  background-color: rgba(0,0,0,0);
  background-image: url("../img/contact/contact_bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media (max-width: 1300px) {
  .contact {
    padding-top: 450px;
  }
}
.contact-title {
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
.contact-title span {
  display: block;
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: normal;
}
.contact-lead {
  margin-top: 94px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.03em;
}
.contact-inner {
  margin-top: 56px;
}
.contact-button {
  display: block;
  width: 482px;
  margin-left: auto;
  margin-right: auto;
  padding: 34px;
  color: #1446a0;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.3em;
  background-color: #fff500;
  border-radius: 51px;
  box-shadow: 0 3px 10px 0 rgba(0,34,80,0.4);
  text-align: center;
}
.contact-address {
  margin-top: 65px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
}
.contact-tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.contact-tel-title {
  display: inline-block;
  marign-bottom: 10px;
  color: #fff500;
  font-size: 50px;
}
.contact-tel-num {
  display: inline-block;
  margin-left: 27px;
  color: #fff500;
  font-size: 68px;
}
.contact-tel-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 10px;
  margin-left: 11px;
  color: #fff;
  letter-spacing: 0.03em;
}
.contact-tel-text-info {
  font-size: 18px;
}
.contact-tel-text-note {
  margin-top: 10px;
  font-size: 14px;
}
.contact-mail {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
.contact-mail-title {
  display: inline-block;
  font-size: 34px;
}
.contact-mail-text {
  display: inline-block;
  margin-left: 18px;
  font-size: 38px;
}
.contact-copy {
  margin-top: 100px;
  color: #fff;
}
@media (max-width: 960px) {
  .lead-title {
    width: auto;
    margin: 0 7.333333333333333vw 0;
    font-size: 4vw;
  }
  .lead-title::before,
  .lead-title::after {
    height: 6.666666666666667vw;
    width: 1px;
    top: inherit;
    bottom: 0;
  }
  .lead-title::before {
    left: -20px;
  }
  .lead-title::after {
    right: -20px;
  }
  .lead-title span {
    display: inline-block;
    font-size: 5.866666666666666vw;
  }
  .lead-list {
    flex-wrap: wrap;
    width: auto;
    margin: 50px 0 0;
  }
  .lead-list-box {
    box-sizing: border-box;
    margin-bottom: 8vw;
    width: calc(50% - 4px);
  }
  .voice-list-box {
    background-size: 100% 100%;
    align-items: flex-start;
    height: auto;
  }
  .voice-other br {
    display: none;
  }
  .send-title {
    font-size: 4.791666666666667vw;
  }
  .send .only-tb {
    display: block;
  }
  .o-service {
    padding: 5.333333333333333vw 0;
  }
  .o-service .wrap {
    max-width: 160vw;
  }
  .o-service-title {
    font-size: 3.333333333333333vw;
    line-height: 8vw;
  }
  .o-service-title-box {
    gap: 3.333333333333333vw 1.333333333333333vw;
    margin-top: 20vw;
    font-size: 2.666666666666667vw;
  }
  .o-service-title-link {
    width: 26.666666666666668vw;
    padding: 2.666666666666667vw;
    margin: 1.333333333333333vw 0;
  }
  .o-service-title-nolink {
    width: 26.666666666666668vw;
    padding: 2.666666666666667vw;
  }
  .o-service-title-nolink-text {
    font-size: 2.666666666666667vw;
  }
  .o-service-title-text {
    font-size: 2.666666666666667vw;
  }
  .o-service-title-text::after {
    position: absolute;
    top: 50%;
    right: 2vw;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 2vw;
    height: 2vw;
    border-top: solid 0.266666666666667vw #fff;
    border-right: solid 0.266666666666667vw #fff;
    content: '';
  }
  .o-service-box {
    display: flex;
    position: absolute;
    top: 14.666666666666666vw;
    left: 8vw;
    font-size: 3.066666666666667vw;
  }
  .o-service-box .o-service-title-text-add {
    font-size: 2vw;
    line-height: 2.666666666666667vw;
    position: absolute;
    top: 4vw;
    left: 28vw;
    white-space: nowrap;
  }
}
@media (max-width: 1280px) {
  .o-service {
    padding: 5.333333333333333vw 0;
  }
  .o-service .wrap {
    max-width: 160vw;
  }
  .o-service-title {
    font-size: 2.666666666666667vw;
    line-height: 8vw;
  }
  .o-service-title-box {
    gap: 1.333333333333333vw 1.066666666666667vw;
    margin-top: 20vw;
    font-size: 2.666666666666667vw;
  }
  .o-service-title-link {
    width: 24vw;
    padding: 2vw;
    margin: 1.333333333333333vw 0;
  }
  .o-service-title-nolink {
    width: 24vw;
    padding: 2vw;
  }
  .o-service-title-nolink-text {
    font-size: 2.666666666666667vw;
  }
  .o-service-title-text {
    font-size: 2.666666666666667vw;
  }
  .o-service-title-text::after {
    position: absolute;
    top: 50%;
    right: 1.066666666666667vw;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 2vw;
    height: 2vw;
    border-top: solid 0.266666666666667vw #fff;
    border-right: solid 0.266666666666667vw #fff;
    content: '';
  }
  .o-service-box {
    top: 17.333333333333332vw;
    left: 9.333333333333334vw;
    font-size: 3.066666666666667vw;
  }
  .o-service-box .o-service-title-text-add {
    font-size: 2vw;
    line-height: 2.666666666666667vw;
    top: 4vw;
    left: 25.333333333333332vw;
  }
}
@media (min-width: 750px) {
  #main .cv-btn-anchor {
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  #main .cv-btn-anchor:hover {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header-contact-button,
  .contact-button,
  .company-about-button {
    transition: opacity 200ms ease-in-out;
    cursor: pointer;
  }
  .header-contact-button:hover,
  .contact-button:hover,
  .company-about-button:hover {
    opacity: 0.8;
  }
}
@media (max-width: 749px) {
  #main {
    padding-top: 13.333333333333334vw;
  }
  #main .cv-btn {
    position: static;
    top: inherit;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: none;
    padding: 0 7.333333333333333vw;
    height: 13.333333333333334vw;
    width: 100%;
  }
  #main .cv-btn.is-active {
    -webkit-transform: none;
            transform: none;
    position: fixed;
    bottom: 4.666666666666667vw;
  }
  #main .cv-btn.is-active + .lead {
    margin-top: 14.666666666666666vw;
  }
  #main .cv-btn-anchor {
    -webkit-transform: none;
            transform: none;
    background-color: #0078d2;
    border-radius: 200px;
    justify-content: center;
    padding: 2.666666666666667vw 0 2.666666666666667vw 4.666666666666667vw;
    box-shadow: 3px 3px 8px rgba(30,44,69,0.5);
  }
  #main .cv-btn-anchor::before {
    background: url("../img/icon_contact.png") left top no-repeat;
    background-size: 100%;
    width: 6.4vw;
    height: 4.8vw;
  }
  #main .cv-btn-anchor-text {
    font-size: 5.333333333333333vw;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;
    color: #feef44;
    -webkit-transform: translateY(-0.4vw);
            transform: translateY(-0.4vw);
    margin-left: 0.666666666666667vw;
  }
  .mainimage {
    padding: 2vw 0 11.333333333333334vw;
  }
  .mainimage-title {
    padding: 20vw 4vw 0 4vw;
    text-align: center;
  }
  .mainimage-title img {
    max-width: 77.73333333333333vw;
  }
  .mainimage-anchor {
    margin-top: 4vw;
  }
  .mainimage .kv-images {
    position: relative;
    top: 0;
    right: 0;
    height: auto;
    width: auto;
    -webkit-transform: none;
            transform: none;
  }
  .mainimage .kv-images::before,
  .mainimage .kv-images::after {
    position: relative;
    background-image: url("../img/kv_images01_sp.png");
    background-size: cover;
    background-repeat: repeat;
    height: 36.53333333333333vw;
    -webkit-animation: kv-loop-sp 40s linear infinite;
            animation: kv-loop-sp 40s linear infinite;
    margin-top: 5.066666666666666vw;
  }
  .mainimage .kv-images::after {
    background-image: url("../img/kv_images02_sp.png");
    animation-direction: reverse;
  }
  .lead {
    margin-top: 2vw;
    padding-bottom: 6.666666666666667vw;
  }
  .lead-title {
    margin: 0;
    font-size: 4.533333333333333vw;
  }
  .lead-title::before {
    left: -0.666666666666667vw;
  }
  .lead-title::after {
    right: -0.666666666666667vw;
  }
  .lead-title span {
    font-size: 6.4vw;
  }
  .lead-list {
    flex-wrap: wrap;
    width: auto;
    margin: 9.333333333333334vw 0 -8vw;
  }
  .lead-list-box {
    margin-bottom: 8vw;
    padding: 4vw 4vw 4vw;
  }
  .lead-list-box-title {
    font-size: 4vw;
    width: auto;
    margin-top: 0;
    -webkit-transform: translateY(-9.333333333333334vw);
            transform: translateY(-9.333333333333334vw);
  }
  .lead-list-box-title::after {
    top: 100%;
  }
  .lead-list-box-illust {
    margin-top: -6vw;
  }
  .lead-list-box-text {
    font-size: 3.733333333333333vw;
  }
  .lead-list-box-text strong {
    font-size: 5.333333333333333vw;
  }
  .problem-block {
    padding-top: 6.666666666666667vw;
    margin-bottom: -5.333333333333333vw;
  }
  .problem-block .small-wrap {
    position: relative;
    z-index: 5;
  }
  .problem-block::after {
    border: none;
    z-index: 10;
    bottom: 5.333333333333333vw;
    width: 110%;
    height: 11.466666666666667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/problem/bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .problem-block-title {
    font-size: 4vw;
  }
  .problem-block-title strong {
    font-size: 5.333333333333333vw;
  }
  .problem-block-inner {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 4.666666666666667vw;
  }
  .problem-block-illust {
    margin: 2.666666666666667vw auto 0;
    width: 17.866666666666667vw;
  }
  .problem-block-illust img {
    width: 100%;
  }
  .problem-block-text {
    font-size: 4vw;
    margin-top: 0;
  }
  .problem-block-point-list {
    display: block;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background-image: none !important;
    background-color: #fff;
    width: auto !important;
    height: auto !important;
    border-radius: 2.666666666666667vw;
    margin-top: 5.6vw;
    padding: 5.333333333333333vw !important;
    -webkit-transform-origin: 60% bottom !important;
            transform-origin: 60% bottom !important;
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
  .problem-block-point-list::after {
    display: block;
    content: '';
    width: 6vw;
    height: 5.066666666666666vw;
    background: url("../img/problem/fukidashi.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(100% - 5px);
    left: 52.666666666666664vw;
  }
  .problem-block-point-list-title {
    font-size: 4.533333333333333vw;
    line-height: 1.5;
  }
  .problem-block-point-list-text {
    margin-top: 3.333333333333333vw;
    padding: 0;
    line-height: 1.65;
  }
  .problem .sodan-block {
    position: relative;
    z-index: 10;
    padding-top: 6.666666666666667vw;
  }
  .problem .sodan-block-inner {
    padding-bottom: 5.333333333333333vw;
  }
  .problem .sodan-block-inner::after {
    width: 17.733333333333334vw;
    height: 17.733333333333334vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .problem .sodan-block-text {
    font-size: 3.466666666666667vw;
  }
  .problem .sodan-block-lead {
    font-size: 3.733333333333333vw;
    margin-top: 2.666666666666667vw;
    margin-bottom: 4vw;
  }
  .problem .sodan-block-lead strong {
    font-size: 7.2vw;
  }
  .reason {
    margin-top: 6.666666666666667vw;
  }
  .reason-title {
    font-size: 4.533333333333333vw;
    padding-top: 13.333333333333334vw;
  }
  .reason-title span {
    font-size: 6.933333333333334vw;
  }
  .reason-title span strong {
    font-size: 16vw;
  }
  .reason-title::before {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    width: 39.06666666666667vw;
    height: 9.333333333333334vw;
    top: 0;
    padding: 0;
    font-size: 3.2vw;
    line-height: 1;
  }
  .reason-title::after {
    top: 9.333333333333334vw;
  }
  .reason-list {
    margin-top: 4.666666666666667vw;
  }
  .reason-list-box {
    padding: 4.533333333333333vw 0 !important;
  }
  .reason-list-box-content {
    display: block;
    padding-left: 0;
  }
  .reason-list-box-content-image {
    text-align: center;
    margin-top: 3.733333333333333vw;
  }
  .reason-list-box-content-textarea {
    width: auto !important;
    padding-left: 0;
  }
  .reason-list-box-content-textarea-title {
    font-size: 5.866666666666666vw;
    text-align: center;
  }
  .reason-list-box-content-textarea-title strong {
    font-size: 8vw;
  }
  .reason-list-box-content-textarea-title::before {
    position: static;
    margin: 0 auto 2.666666666666667vw;
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .reason-list-box-content-textarea-title::after {
    position: absolute;
    content: '';
    width: 6.666666666666667vw;
    height: 2px;
    left: 50%;
    top: 6.266666666666667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #1446a0;
  }
  .reason-list-box-content-textarea-title-text {
    font-size: 5.6vw;
    line-height: 1.4;
    display: block;
  }
  .reason-list-box-content-textarea-title-text-strong {
    font-size: 8vw;
  }
  .reason-list-box-content-textarea-note {
    font-size: 3.066666666666667vw;
    line-height: 1.5;
    margin-top: 0;
  }
  .reason-list-box-content-textarea-note:first-of-type {
    width: 66.66666666666667vw;
    margin: 2.666666666666667vw auto 0;
  }
  .reason-list-box-content-textarea-text {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
  .reason-list-box-content-textarea-text:last-of-type {
    margin-bottom: 0;
  }
  .reason-list-box:nth-of-type(1) .reason-list-box-content-image img {
    width: 39.333333333333336vw;
  }
  .reason-list-box:nth-of-type(2) .reason-list-box-content-image img {
    width: 67.33333333333333vw;
    -webkit-transform: translateX(5.333333333333333vw);
            transform: translateX(5.333333333333333vw);
  }
  .reason-list-box:nth-of-type(3) .reason-list-box-content-image img {
    width: 40.4vw;
  }
  .reason-list-box:nth-of-type(4) .reason-list-box-content-image img {
    width: 46vw;
  }
  .flow {
    padding-top: 7.333333333333333vw;
  }
  .flow-list {
    margin-top: 6vw;
  }
  .flow-list-block-text {
    font-size: 4.266666666666667vw;
    flex-direction: column;
    height: auto;
    box-sizing: border-box;
    padding: 2.933333333333333vw 2vw 3.733333333333333vw;
    border-radius: 300px;
  }
  .flow-list-block-text::after {
    top: calc(100% + 10px);
    bottom: inherit;
  }
  .flow-list-block-text span {
    display: inline-block;
    font-size: 3.733333333333333vw;
    font-weight: normal;
    line-height: 1.35;
    margin-top: 2.666666666666667vw;
  }
  .flow-list-block:first-of-type .flow-list-block-text::before {
    width: 13.066666666666666vw;
    height: 17.866666666666667vw;
    background-image: url("../img/flow/illust_01_sp.png");
    right: 8vw;
    bottom: 0px;
  }
  .flow-list-block:nth-of-type(4) .flow-list-block-text {
    width: 47%;
  }
  .flow-illust {
    margin-top: 9.333333333333334vw;
  }
  .flow-illust img {
    width: 52.13333333333333vw;
  }
  .voice {
    padding-top: 9.333333333333334vw;
    margin-top: -6.666666666666667vw;
  }
  .voice-list {
    margin-top: 5.6vw;
  }
  .voice-list-box {
    display: block;
    height: auto;
    padding: 4vw 3.333333333333333vw;
    background: none;
    background-color: #fff;
    border: 2px solid #000;
    position: relative;
    margin-top: 6.133333333333334vw;
  }
  .voice-list-box * {
    box-sizing: border-box;
  }
  .voice-list-box::before {
    display: block;
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.466666666666667vw 5.466666666666667vw 0 0;
    border-color: #feee44 transparent transparent transparent;
  }
  .voice-list-box::after {
    display: block;
    content: '';
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    width: 74.8vw;
    height: 2.8vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("../img/voice/shadow.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .voice-list-box-textarea {
    width: auto;
    margin-left: 0;
  }
  .voice-list-box-textarea::before {
    display: block;
    content: '';
    position: absolute;
    top: -2px;
    left: -2.666666666666667vw;
    width: 7.729866666666666vw;
    height: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    background-color: #000;
    border-radius: 2.666666666666667vw;
  }
  .voice-list-box-textarea-title {
    display: flex;
    align-items: center;
    padding-left: 1.333333333333333vw;
  }
  .voice-list-box-textarea-title::before {
    display: block;
    content: '';
    width: 20.533333333333335vw;
    height: 29.2vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .voice-list-box-textarea-title-inner {
    width: calc(100% - 20.533333333333335vw);
    margin-left: 3.6vw;
  }
  .voice-list-box-textarea-number {
    width: 14vw;
  }
  .voice-list-box-textarea-number img {
    width: 100%;
  }
  .voice-list-box-textarea-name {
    font-size: 3.6vw;
    margin-top: 1.333333333333333vw;
  }
  .voice-list-box-textarea-lead {
    font-size: 4.133333333333334vw;
    line-height: 1.35;
    margin-top: 2vw;
  }
  .voice-list-box-textarea-text {
    font-size: 3.6vw;
    margin-top: 2vw;
  }
  .voice-list-box:nth-of-type(1) .voice-list-box-textarea-title::before {
    background-image: url("../img/voice/illust_01.png");
  }
  .voice-list-box:nth-of-type(2) .voice-list-box-textarea-title::before {
    background-image: url("../img/voice/illust_02.png");
  }
  .voice-list-box:nth-of-type(3) .voice-list-box-textarea-title::before {
    background-image: url("../img/voice/illust_03.png");
  }
  .voice-list-box:nth-of-type(4) .voice-list-box-textarea-title::before {
    background-image: url("../img/voice/illust_04.png");
  }
  .voice-list-box:nth-of-type(5) .voice-list-box-textarea-title::before {
    background-image: url("../img/voice/illust_05.png");
  }
  .voice-list-box:nth-of-type(6) .voice-list-box-textarea-title::before {
    background-image: url("../img/voice/illust_06.png");
  }
  .voice-other {
    font-size: 4vw;
    margin-top: 5.333333333333333vw;
  }
  .voice-other br {
    display: block;
  }
  .way {
    padding-top: 11.733333333333333vw;
    overflow: hidden;
  }
  .way * {
    box-sizing: border-box;
  }
  .way-list {
    width: calc(100vw - 15px);
    margin-top: 8.533333333333333vw;
    justify-content: flex-start;
  }
  .way-list-block {
    display: flex;
    flex-direction: column;
    padding: 10.666666666666666vw 2.666666666666667vw 4vw;
    width: 40vw;
    margin-left: 5.333333333333333vw;
  }
  .way-list-block:nth-of-type(odd) {
    margin-left: 0;
  }
  .way-list-block::before {
    width: 11.466666666666667vw;
    height: 11.466666666666667vw;
    background-size: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .way-list-block-title {
    font-size: 4.266666666666667vw;
  }
  .way-list-block-text {
    font-size: 3.466666666666667vw;
    text-align: left;
    margin-top: 3.466666666666667vw;
    margin-bottom: 2.666666666666667vw;
  }
  .way-list-block-illust {
    margin-top: auto;
  }
  .way-list::before {
    width: 41.46666666666667vw;
    height: 40vw;
    right: 13.333333333333334vw;
  }
  .send {
    padding-top: 16vw;
  }
  .send .only-tb {
    display: none;
  }
  .send-title {
    font-size: 8.533333333333333vw;
    line-height: 1.3;
    white-space: nowrap;
  }
  .send-title .cost {
    line-height: 1;
  }
  .send-title .cost::after {
    height: 2.666666666666667vw;
  }
  .send-texts {
    margin-top: 5.333333333333333vw;
  }
  .send-text {
    font-size: 3.733333333333333vw;
    margin-top: 5.333333333333333vw;
    margin-left: -2.666666666666667vw;
    margin-right: -2.666666666666667vw;
    line-height: 1.8;
  }
  .send-prices {
    margin-top: 6.666666666666667vw;
    padding-bottom: 10.666666666666666vw;
    background-size: 8vw;
  }
  .send-table {
    width: 100%;
  }
  .send-table-title,
  .send-table-text {
    font-size: 4.266666666666667vw;
    padding: 3.2vw 1.6vw;
  }
  .send-table-text:first-of-type {
    font-size: 3.466666666666667vw;
    white-space: nowrap;
  }
  .send-change {
    margin-top: 4vw;
  }
  .send-change .send-title {
    font-size: 4.8vw;
  }
  .send-change .send-title .cost::after {
    height: 2.4vw;
  }
  .send-change-inner {
    flex-direction: column;
    margin-top: 4vw;
    gap: 4vw;
  }
  .send-change-box {
    width: 100%;
    padding: 4vw;
  }
  .send-change-box-title {
    font-size: 4.266666666666667vw;
    width: 53.333333333333336vw;
    padding: 1.6vw 0 2.133333333333333vw;
  }
  .send-change-box-text {
    font-size: 4.266666666666667vw;
    margin-top: 1.6vw;
    white-space: nowrap;
  }
  .send-change-box-text .strong {
    font-size: 5.333333333333333vw;
  }
  .qa {
    margin-top: 16vw;
  }
  .qa-title {
    font-size: 4.8vw;
    padding-bottom: 10.666666666666666vw;
  }
  .qa-title span {
    font-size: 6vw;
  }
  .qa-title::before,
  .qa-title::after {
    background-size: contain;
    background-position: left bottom;
  }
  .qa-title::before {
    width: 18.666666666666668vw;
    height: 26.666666666666668vw;
    left: -0.666666666666667vw;
  }
  .qa-title::after {
    width: 20.666666666666668vw;
    height: 26.666666666666668vw;
    right: -2.666666666666667vw;
  }
  .qa-list-block {
    margin-top: 4.533333333333333vw;
  }
  .qa-list-block:first-of-type {
    margin-top: 0;
  }
  .qa-list-block:last-of-type .qa-list-block-question {
    padding-top: 5.333333333333333vw;
    padding-bottom: 5.333333333333333vw;
  }
  .qa-list-block:last-of-type .qa-list-block-question-text::before {
    top: -0.933333333333333vw;
  }
  .qa-list-block-question {
    padding: 4vw 7.333333333333333vw;
  }
  .qa-list-block-question-text {
    width: auto;
    font-size: 4vw;
    line-height: 1.4;
    padding-left: 8vw;
  }
  .qa-list-block-question-text::before {
    width: 3.866666666666667vw;
    height: 7.866666666666666vw;
    top: 0.666666666666667vw;
    background-image: url("../img/qa/q_sp.png");
  }
  .qa-list-block-answer {
    padding: 4vw 7.333333333333333vw;
  }
  .qa-list-block-answer-text {
    font-size: 3.733333333333333vw;
    line-height: 1.4;
    width: auto;
    padding-left: 8vw;
  }
  .qa-list-block-answer-text::before {
    width: 2.933333333333333vw;
    height: 4.8vw;
    top: 1.066666666666667vw;
    background-image: url("../img/qa/a_sp.png");
  }
  .o-service {
    padding: 5.333333333333333vw 0;
  }
  .o-service .wrap {
    max-width: 160vw;
  }
  .o-service-title {
    line-height: 8vw;
  }
  .o-service-title-box {
    gap: 3.333333333333333vw 1.333333333333333vw;
    margin-top: 20vw;
    font-size: 2.666666666666667vw;
  }
  .o-service-title-link {
    width: 26.666666666666668vw;
    padding: 2.666666666666667vw;
    margin: 1.333333333333333vw 0;
  }
  .o-service-title-nolink {
    width: 26.666666666666668vw;
    padding: 2.666666666666667vw;
  }
  .o-service-title-nolink-text {
    font-size: 2.666666666666667vw;
  }
  .o-service-title-text {
    font-size: 2.666666666666667vw;
  }
  .o-service-title-text::after {
    top: 50%;
    right: 2vw;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 2vw;
    height: 2vw;
    border-top: solid 0.266666666666667vw #fff;
    border-right: solid 0.266666666666667vw #fff;
    content: '';
  }
  .o-service-box {
    top: 22.666666666666668vw;
    left: 8vw;
    font-size: 3.066666666666667vw;
  }
  .o-service-box .o-service-title-text-add {
    font-size: 3.066666666666667vw;
    line-height: 4.666666666666667vw;
    top: 0.666666666666667vw;
    left: 30.666666666666668vw;
  }
  .company {
    padding-top: 13.3333333333vw;
    padding-bottom: 4vw;
  }
  .company-about {
    margin-top: 8vw;
  }
  .company-title {
    font-size: 4.8vw;
    padding-bottom: 10.666666666666666vw;
  }
  .company-title span {
    font-size: 6vw;
  }
  .company-about-heading {
    font-size: 5.3333333333vw;
  }
  .company-about-inner {
    flex-direction: column-reverse;
    margin-top: 2.6666666667vw;
  }
  .company-about-textarea {
    width: 100%;
    max-width: none;
  }
  .company-about-lead {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  .company-about-data {
    margin-top: 5.3333333333vw;
  }
  .company-about-title {
    width: 29.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .company-about-text {
    width: auto;
    font-size: 3.7333333333vw;
    line-height: 2.25;
    letter-spacing: 0.03em;
  }
  .company-about-button {
    margin-top: 10.6666666667vw;
    padding: 2.1333333333vw 0;
    border-radius: 8vw;
    border: solid 2px #004098;
  }
  .company-about-button-image {
    width: 53.3333333333vw;
  }
  .company-about-button::after {
    right: 3.7333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: solid 0.8vw #004098;
    border-right: solid 0.8vw #004098;
  }
  .company-about-image {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
  .contact {
    margin-top: -13.333333333333334vw;
    padding-top: 48vw;
    padding-bottom: 4vw;
    background-image: url("../img/contact/contact_bg_sp.png");
  }
  .contact-title {
    font-size: 4.8vw;
    padding-bottom: 2.666666666666667vw;
  }
  .contact-title span {
    font-size: 6vw;
  }
  .contact-lead {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
  .contact-inner {
    margin-top: 5.3333333333vw;
  }
  .contact-tel {
    display: block;
    margin-top: 4vw;
  }
  .contact-tel-title {
    margin-top: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .contact-tel-num {
    margin-left: 1.0666666667vw;
    font-size: 6.4vw;
  }
  .contact-tel-text {
    display: block;
    margin-top: 4vw;
    margin-left: 1.3333333333vw;
  }
  .contact-tel-text-info {
    font-size: 3.2vw;
  }
  .contact-tel-text-note {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
  .contact-button {
    width: 66.6666666667vw;
    padding: 4.2666666667vw 0;
    font-size: 4.2666666667vw;
    border-radius: 8vw;
  }
  .contact-address {
    margin-top: 5.333333333333333vw;
    font-size: 3.733333333333333vw;
  }
  .contact-copy {
    margin-top: 21.333333333333332vw;
    font-size: 3.2vw;
  }
}
/*-------------------------------------------------------------------------
	heading
/*-----------------------------------------------------------------------*/
.heading_2 .heading-text {
  padding-bottom: 1.6vw;
  background-image: linear-gradient(to right, #1446a0, #1446a0 1.0666666667vw, transparent 1.0666666667vw, transparent 2.4vw);
  background-size: 1.6vw 1px;
  font-size: 10.6666666667vw;
}
.heading_2 .heading-lead {
  margin-top: 2.1333333333vw;
  font-size: 3.7333333333vw;
}
.heading_2[data-white=true] .heading-text {
  background-image: linear-gradient(to right, #fff, #fff 1.0666666667vw, transparent 1.0666666667vw, transparent 2.4vw);
}

