@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

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

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

html {
  scroll-behavior: smooth;
}

/* hide reCAPTCHA v3 badge */
.grecaptcha-badge {
  visibility: hidden;
}

.u-recaptcha-policy {
  display: table;
  margin: 0 auto;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .u-recaptcha-policy {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .u-recaptcha-policy {
    font-size: 10px;
  }
}
.u-recaptcha-policy a {
  color: #000;
}

/* 波線のアニメーション設定 */
.w1 {
  animation: emit 1.5s linear infinite;
  animation-delay: 0s;
}

.w2 {
  animation: emit 1.5s linear infinite;
  animation-delay: 0.25s;
}

.w3 {
  animation: emit 1.5s linear infinite;
  animation-delay: 0.5s;
}

@keyframes emit {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* 受話器の揺れアニメーション設定 */
.receiver-group {
  transform-origin: 270px 450px;
  animation: shake 2.5s ease-in-out infinite;
}

@keyframes shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  4% {
    transform: rotate(-4deg);
  }
  8% {
    transform: rotate(4deg);
  }
  12% {
    transform: rotate(-4deg);
  }
  16% {
    transform: rotate(4deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 1.8em;
  line-height: 1.5;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

main {
  display: block;
}

.slider {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .slider {
    max-width: 1150px;
    padding: 15px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .slider {
    display: none;
    padding: 3.3333333333vw 2.6666666667vw 6.6666666667vw;
  }
}
.slider.slick-initialized {
  display: block;
}
@media screen and (min-width: 768px) {
  .slider div.slick-track {
    padding: 12px 0;
  }
}
.slider .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slider .slick-next, .slider .slick-prev {
  z-index: 2;
  opacity: 1;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .slider button.slick-next.slick-arrow, .slider button.slick-prev.slick-arrow {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 767px) {
  .slider button.slick-next.slick-arrow, .slider button.slick-prev.slick-arrow {
    width: 7.6vw;
    height: 7.6vw;
  }
}
.slider button.slick-next.slick-arrow:before, .slider button.slick-prev.slick-arrow:before {
  display: none;
}
.slider button.slick-prev.slick-arrow {
  background: url(../../maker/img/bunka/slider_arrow1.png) center 0/100% no-repeat;
}
.slider button.slick-next.slick-arrow {
  background: url(../../maker/img/bunka/slider_arrow2.png) center 0/100% no-repeat;
}
.slider .slick-prev, .slider .slick-next {
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (min-width: 768px) {
  .slider .slick-prev, .slider .slick-next {
    margin-top: -18px;
  }
}
@media screen and (max-width: 767px) {
  .slider .slick-prev, .slider .slick-next {
    margin-top: 0vw;
  }
}
.slider .slick-slide a {
  text-align: center;
}
.slider .slick-prev, .slider .slick-next {
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .slider .slick-prev:hover, .slider .slick-next:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .slider .slick-prev {
    left: -70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .slider .slick-prev {
    left: -14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slider .slick-prev {
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .slider .slick-prev {
    left: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .slider .slick-next {
    right: -70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .slider .slick-next {
    right: -14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slider .slick-next {
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .slider .slick-next {
    right: 2vw;
  }
}
.slider button.slick-disabled {
  opacity: 0;
}

h2.c_tit1 {
  color: #fff;
  background-color: #00A5E6;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  h2.c_tit1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  h2.c_tit1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.6666666667vw 0;
    font-size: 4.6666666667vw;
  }
}
h2.c_tit1 {
  position: relative;
}
h2.c_tit1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(100%);
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  h2.c_tit1:before {
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 26px solid #00A5E6;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h2.c_tit1:before {
    border-style: solid;
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-top: 3.4666666667vw solid #00A5E6;
    border-bottom: 0;
  }
}
h2.c_tit1 span {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  h2.c_tit1 span.m {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  h2.c_tit1 span.m {
    font-size: 4.6666666667vw;
  }
}
h2.c_tit1 span.l {
  color: #FFC657;
}
@media screen and (min-width: 768px) {
  h2.c_tit1 span.l {
    margin: 0 10px;
    font-size: 88px;
  }
}
@media screen and (max-width: 767px) {
  h2.c_tit1 span.l {
    line-height: 1;
    margin: 0 2vw;
    font-size: 10.6666666667vw;
  }
}

div.c_tit2 {
  position: relative;
}
div.c_tit2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #00A5E6;
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.c_tit2:before {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  div.c_tit2:before {
    height: 0.2666666667vw;
  }
}
div.c_tit2 h2, div.c_tit2 h3 {
  position: relative;
  z-index: 1;
  display: table;
  color: #fff;
  background-color: #00A5E6;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  div.c_tit2 h2, div.c_tit2 h3 {
    margin: 0 auto;
    padding: 5px 40px;
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  div.c_tit2 h2, div.c_tit2 h3 {
    padding: 1.6vw 6vw;
    margin: 0 auto;
    font-size: 4.6666666667vw;
  }
}

h3.c_tit3 {
  position: relative;
  z-index: 1;
  display: table;
  color: #fff;
  background-color: #00A5E6;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  h3.c_tit3 {
    padding: 5px 30px;
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  h3.c_tit3 {
    padding: 1.6vw 6.6666666667vw;
    font-size: 4.6666666667vw;
  }
}

h2.c_tit4 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  h2.c_tit4 {
    gap: 10px 0;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  h2.c_tit4 {
    gap: 2.6666666667vw 0;
    font-size: 5.3333333333vw;
  }
}
h2.c_tit4:after {
  content: "";
  background-color: #FFC657;
}
@media screen and (min-width: 768px) {
  h2.c_tit4:after {
    width: 60px;
    height: 7px;
  }
}
@media screen and (max-width: 767px) {
  h2.c_tit4:after {
    width: 8.4vw;
    height: 0.9333333333vw;
  }
}

div.c_slider-wrap {
  overflow: hidden;
}
div.c_slider-wrap .c_slider {
  display: flex;
  width: 100%;
  overflow: hidden;
}
div.c_slider-wrap .c_slider_container {
  display: flex;
  flex-shrink: 0;
}
div.c_slider-wrap .c_slider_img-wrap {
  flex-shrink: 0;
  height: auto;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
div.c_slider-wrap .c_slider_container:first-child {
  animation: loop 150s -75s linear infinite;
}
div.c_slider-wrap .c_slider_container:last-child {
  animation: loop2 150s linear infinite;
}

div.f-cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  div.f-cta {
    left: 50%;
    transform: translateX(-50%);
    max-width: 1308px;
    margin: 0 auto;
    height: 59px;
  }
}
@media screen and (max-width: 767px) {
  div.f-cta {
    left: 0;
    height: 16vw;
  }
}
div.f-cta .wave {
  fill: none;
  stroke: #FFC657;
  stroke-width: 45;
  stroke-linecap: round;
  opacity: 0;
}
div.f-cta a.tel {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #00A5E6;
}
@media screen and (min-width: 768px) {
  div.f-cta a.tel {
    justify-content: center;
    max-width: 816px;
    width: 100%;
    gap: 0 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  div.f-cta a.tel {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.f-cta a.tel {
    gap: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  div.f-cta a.tel {
    justify-content: center;
    width: 84.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  div.f-cta a.tel:hover {
    opacity: 1;
    pointer-events: none;
  }
}
div.f-cta a.tel span.set {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  div.f-cta a.tel span.set {
    gap: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  div.f-cta a.tel span.set {
    gap: 0 2vw;
  }
}
@media screen and (min-width: 768px) {
  div.f-cta a.tel span.set span.icon {
    width: 48px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  div.f-cta a.tel span.set span.icon {
    width: 13.3333333333vw;
    padding-top: 0.4vw;
  }
}
div.f-cta a.tel span.set span.num {
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  div.f-cta a.tel span.set span.num {
    font-size: 31px;
  }
}
@media screen and (max-width: 767px) {
  div.f-cta a.tel span.set span.num {
    font-size: 7.7333333333vw;
  }
}
div.f-cta a.tel span.text {
  border-radius: 100px;
  border: 1px solid #fff;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  div.f-cta a.tel span.text {
    padding: 6px 24px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  div.f-cta a.tel span.text {
    padding: 5px 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  div.f-cta a.tel span.text {
    display: none;
  }
}
div.f-cta a.mail {
  background-color: #FFC657;
}
@media screen and (min-width: 768px) {
  div.f-cta a.mail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 24px;
    max-width: 444px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  div.f-cta a.mail {
    max-width: 150px;
    gap: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  div.f-cta a.mail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  div.f-cta a.mail:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  div.f-cta a.mail span.nam {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  div.f-cta a.mail span.nam {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  div.f-cta a.mail span.nam img {
    width: 41px;
  }
}
@media screen and (max-width: 767px) {
  div.f-cta a.mail span.nam img {
    width: 9.2vw;
  }
}
@media screen and (min-width: 768px) {
  div.f-cta a.mail span.nam span {
    font-size: 18px;
  }
}
div.f-cta a.mail span.text {
  border-radius: 100px;
  border: 1px solid #141414;
  line-height: 1.1;
  color: #141414;
}
@media screen and (min-width: 768px) {
  div.f-cta a.mail span.text {
    padding: 6px 24px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  div.f-cta a.mail span.text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  div.f-cta a.mail span.text {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  header {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 2.6666666667vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  header div.logo {
    display: flex;
    align-items: center;
    gap: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  header div.logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6666666667vw 0;
  }
}
header div.logo h1 {
  background-color: #FFC657;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  header div.logo h1 {
    display: table;
    padding: 5px 20px 5px 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header div.logo h1 {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  header div.logo h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62.8vw;
    height: 7.2vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  header div.logo img {
    width: 159px;
  }
}
@media screen and (max-width: 767px) {
  header div.logo img {
    width: 47.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  header div.h-cta {
    display: flex;
    background-color: #00A5E6;
  }
}
@media screen and (max-width: 767px) {
  header div.h-cta {
    display: none;
  }
}
header div.h-cta .wave {
  fill: none;
  stroke: #FFC657;
  stroke-width: 45;
  stroke-linecap: round;
  opacity: 0;
}
header div.h-cta a.tel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  header div.h-cta a.tel {
    height: 63px;
    gap: 0 8px;
    padding: 0 15px;
    font-size: 31px;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  header div.h-cta a.tel div.icon {
    width: 45px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  header div.h-cta a.tel p {
    font-size: 30px;
  }
}
div.flowing {
  background-color: #FFC657;
}
@media screen and (min-width: 768px) {
  div.flowing {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  div.flowing {
    position: absolute;
    top: 140.6666666667vw;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 1.6vw 0;
  }
}
div.flowing ul {
  display: flex;
}
@media screen and (min-width: 768px) {
  div.flowing ul {
    gap: 0 45px;
  }
}
@media screen and (max-width: 767px) {
  div.flowing ul {
    gap: 0 6vw;
  }
}
div.flowing ul li {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  div.flowing ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  div.flowing ul li {
    font-size: 3.3333333333vw;
  }
}

section.fv h2, section.fv div.price, section.fv div.payment {
  opacity: 0;
}
section.fv h2 {
  transform: scale(0);
}
section.fv.is-active h2, section.fv.is-active div.price, section.fv.is-active div.payment {
  opacity: 1;
}
section.fv.is-active h2 {
  transform: scale(1);
  transition: 1s 0s;
}
@media screen and (min-width: 768px) {
  section.fv.is-active div.price {
    transition: 2s 0.5s;
  }
}
@media screen and (max-width: 767px) {
  section.fv.is-active div.price {
    transition: 2s 1s;
  }
}
@media screen and (min-width: 768px) {
  section.fv.is-active div.payment {
    transition: 2s 1s;
  }
}
@media screen and (max-width: 767px) {
  section.fv.is-active div.payment {
    transition: 2s 0.5s;
  }
}

section.fv {
  background-color: #00A5E6;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.fv {
    margin-top: 1.3333333333vw;
  }
}
section.fv div.bg-round {
  position: absolute;
  left: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.fv div.bg-round {
    bottom: 0;
    width: calc(100% + 180px);
    transform: translateX(-90px);
    height: 600px;
    border-radius: 100% 100% 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.bg-round {
    top: 24vw;
    width: calc(100% + 66.6666666667vw);
    height: 109.3333333333vw;
    margin-left: -33.3333333333vw;
    border-radius: 100% 100% 0 0;
  }
}
section.fv div.inner {
  position: relative;
  z-index: 1;
}
section.fv h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.fv h2 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  section.fv h2 {
    padding-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.fv h2 img {
    width: 87.6vw;
  }
}
@media screen and (min-width: 768px) {
  section.fv div.main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 30px;
    margin-top: -20px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 6.6666666667vw 0;
    margin-top: -2.6666666667vw;
    padding-bottom: 18.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.fv div.main div.price {
    max-width: 452px;
    width: 100%;
    border-radius: 15px;
    border: 4px solid #025ABF;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.price {
    width: 67.0666666667vw;
    margin-left: 2.6666666667vw;
    border-radius: 2.6666666667vw;
    border: 0.6666666667vw solid #025ABF;
  }
}
section.fv div.main div.price div.h {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #025ABF;
}
@media screen and (min-width: 768px) {
  section.fv div.main div.price div.h {
    padding: 10px 10px 5px;
    gap: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.price div.h {
    gap: 0 2.6666666667vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
section.fv div.main div.price div.h {
  position: relative;
}
section.fv div.main div.price div.h:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.fv div.main div.price div.h:before {
    top: -40px;
    left: -40px;
    width: 140px;
    height: 71px;
    background: url(../img/fv_obj1.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.price div.h:before {
    top: -6.6666666667vw;
    left: 0.6666666667vw;
    width: 20.8vw;
    height: 10.5333333333vw;
    background: url(../img/sp/fv_obj1.png) 0 0/100% no-repeat;
  }
}
@media screen and (min-width: 768px) {
  section.fv div.main div.price div.h span.try {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 14px solid #f5d953;
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.price div.h span.try {
    margin-top: -1.3333333333vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.8666666667vw solid transparent;
    border-bottom: 1.8666666667vw solid transparent;
    border-left: 2vw solid #f5d953;
    border-right: 0;
  }
}
section.fv div.main div.price div.h p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.fv div.main div.price div.h p {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.price div.h p {
    padding: 4vw 0;
  }
}
section.fv div.main div.price div.h p:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.fv div.main div.price div.h p:nth-of-type(1) {
    gap: 3px 0;
    margin-right: 4px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.price div.h p:nth-of-type(1) {
    gap: 0.8vw 0;
  }
}
section.fv div.main div.price div.h p:nth-of-type(1) span {
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.fv div.main div.price div.h p:nth-of-type(1) span.s {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.price div.h p:nth-of-type(1) span.s {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.fv div.main div.price div.h p:nth-of-type(1) span.m {
    font-size: 31px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.price div.h p:nth-of-type(1) span.m {
    font-size: 4.2666666667vw;
  }
}
section.fv div.main div.price div.h p:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  section.fv div.main div.price div.h p:nth-of-type(2) {
    gap: 0 1.3333333333vw;
  }
}
section.fv div.main div.price div.h p:nth-of-type(2) span {
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  section.fv div.main div.price div.h p:nth-of-type(2) span.l {
    font-size: 88px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.price div.h p:nth-of-type(2) span.l {
    font-size: 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  section.fv div.main div.price div.h p:nth-of-type(2) span.m {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.price div.h p:nth-of-type(2) span.m {
    font-size: 3.8666666667vw;
  }
}
section.fv div.main div.price div.f {
  display: flex;
  justify-content: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.fv div.main div.price div.f {
    padding: 7px 0 15px;
    border-radius: 0 0 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.price div.f {
    padding: 0.6666666667vw 0 2vw;
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  }
}
section.fv div.main div.price div.f p {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  section.fv div.main div.price div.f p {
    gap: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.price div.f p {
    gap: 0 2vw;
  }
}
section.fv div.main div.price div.f p span {
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.fv div.main div.price div.f p span.m {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.price div.f p span.m {
    font-size: 3.4666666667vw;
  }
}
section.fv div.main div.price div.f p span.l {
  color: #025ABF;
}
@media screen and (min-width: 768px) {
  section.fv div.main div.price div.f p span.l {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.price div.f p span.l {
    transform: translateY(0.3vw);
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.fv div.main div.payment {
    display: flex;
    flex-direction: column;
    max-width: 561px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.payment {
    margin-left: 1.3333333333vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 74.8vw;
    gap: 1.3333333333vw 0;
  }
}
section.fv div.main div.payment div.list p, section.fv div.main div.payment > p {
  color: #025ABF;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  section.fv div.main div.payment div.list p, section.fv div.main div.payment > p {
    display: flex;
    border-radius: 100px;
    border: 4px solid #025ABF;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.payment div.list p, section.fv div.main div.payment > p {
    display: inline-flex;
    border-radius: 100px;
    border: 0.6666666667vw solid #025ABF;
    padding: 0 4.6666666667vw;
  }
}
section.fv div.main div.payment div.list p span, section.fv div.main div.payment > p span {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.fv div.main div.payment div.list p span.m, section.fv div.main div.payment > p span.m {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.payment div.list p span.m, section.fv div.main div.payment > p span.m {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.fv div.main div.payment div.list p span.l, section.fv div.main div.payment > p span.l {
    margin: 0 10px;
    font-size: 53px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.payment div.list p span.l, section.fv div.main div.payment > p span.l {
    margin: 0 1.0666666667vw;
    font-size: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.fv div.main div.payment div.list {
    display: flex;
    justify-content: space-between;
    gap: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.payment div.list {
    display: flex;
    gap: 0 2.6666666667vw;
  }
}
section.fv div.main div.payment div.list p {
  display: flex;
}
@media screen and (min-width: 768px) {
  section.fv div.main div.payment div.list p {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  section.fv div.main div.payment > p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.payment > p {
    padding: 0;
  }
}
section.fv div.main div.payment div.card {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  background-color: #025ABF;
}
@media screen and (min-width: 768px) {
  section.fv div.main div.payment div.card {
    margin-top: 20px;
    padding: 0 0 0 10px;
    border: 4px solid #025ABF;
    border-radius: 100px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.payment div.card {
    position: absolute;
    top: 110.2666666667vw;
    left: 1.3333333333vw;
    width: 97.3333333333vw;
    border: 0.6666666667vw solid #025ABF;
    padding: 0 0 0 2.6666666667vw;
    border-radius: 2.1333333333vw;
  }
}
section.fv div.main div.payment div.card p {
  font-weight: bold;
  color: #fff;
  background-color: #025ABF;
}
@media screen and (min-width: 768px) {
  section.fv div.main div.payment div.card p {
    display: flex;
    padding-right: 34px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.payment div.card p {
    padding-right: 5.3333333333vw;
    font-size: 3.3333333333vw;
  }
}
section.fv div.main div.payment div.card div.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.fv div.main div.payment div.card div.logo {
    padding: 10px 20px 10px 0;
    width: 246px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.main div.payment div.card div.logo {
    padding: 1.3333333333vw;
  }
}
section.fv div.main div.payment div.card div.logo img {
  display: flex;
}
@media screen and (max-width: 767px) {
  section.fv div.main div.payment div.card div.logo img {
    width: 38.8vw;
  }
}
@media screen and (min-width: 768px) {
  section.fv div.c_slider-wrap {
    margin-top: 30px;
  }
}
section.fv div.c_slider-wrap ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  section.fv div.c_slider-wrap ul li img {
    width: 33.3333333333vw;
  }
}
section.fv div.image {
  position: absolute;
}
@media screen and (min-width: 768px) {
  section.fv div.image {
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.image {
    top: 40vw;
    right: -14vw;
    z-index: -1;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1700px) {
  section.fv div.image img {
    width: 80%;
    margin-left: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1449px) {
  section.fv div.image img {
    width: 45%;
    margin-left: 55%;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.image img {
    width: 61.3333333333vw;
  }
}
section.fv div.logo_maker {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.fv div.logo_maker {
    right: 40px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.logo_maker {
    top: 92vw;
    right: 14.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.fv div.logo_maker img {
    width: 13.3333333333vw;
  }
}

section.cta {
  background-color: #FFEAB2;
}
@media screen and (min-width: 768px) {
  section.cta {
    height: 433px;
  }
}
@media screen and (min-width: 1103px) and (max-width: 1400px) {
  section.cta {
    height: 346px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1102px) {
  section.cta {
    height: auto;
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  section.cta {
    padding: 3.3333333333vw 0 5.3333333333vw;
  }
}
section.cta .wave {
  fill: none;
  stroke: #FFC657;
  stroke-width: 45;
  stroke-linecap: round;
  opacity: 0;
}
section.cta > div.inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.cta > div.inner {
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 30px 0 100px;
  }
}
@media screen and (min-width: 1103px) and (max-width: 1400px) {
  section.cta > div.inner {
    padding: 0 24px 0 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1102px) {
  section.cta > div.inner {
    padding: 0 20px;
  }
}
section.cta > div.inner div.image {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.image img {
    width: 363px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.cta > div.inner div.image img {
    width: 290px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1102px) {
  section.cta > div.inner div.image img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.image img {
    width: 34.8vw;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont {
    max-width: 1280px;
    width: 100%;
  }
}
section.cta > div.inner div.cont > div.text {
  background-color: #FFC657;
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont > div.text {
    padding-left: 150px;
    border-radius: 0 100px 100px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.cta > div.inner div.cont > div.text {
    padding-left: 120px;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.cont > div.text {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    border-radius: 100px 0 0 100px;
    width: 93.3333333333vw;
    height: 8vw;
    margin-left: auto;
    padding: 0 6.6666666667vw;
  }
}
section.cta > div.inner div.cont > div.text p {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont > div.text p {
    padding: 5px 0;
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.cta > div.inner div.cont > div.text p {
    padding: 4px 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.cont > div.text p {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont div.main {
    margin-top: 30px;
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.cta > div.inner div.cont div.main {
    margin-top: 24px;
    padding: 16px 24px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont div.main div.inner {
    margin-left: 250px;
  }
}
@media screen and (min-width: 1103px) and (max-width: 1400px) {
  section.cta > div.inner div.cont div.main div.inner {
    margin-left: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1102px) {
  section.cta > div.inner div.cont div.main div.inner {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.cont div.main div.inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont div.main div.title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta > div.inner div.cont div.main div.title {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.cta > div.inner div.cont div.main div.title {
    gap: 0 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta > div.inner div.cont div.main div.title {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.cont div.main div.title {
    width: 96.5333333333vw;
    border-radius: 1.4666666667vw;
    background-color: #fff;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont div.main div.title div.tel {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1103px) and (max-width: 1400px) {
  section.cta > div.inner div.cont div.main div.title div.tel {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1102px) {
  section.cta > div.inner div.cont div.main div.title div.tel {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.cont div.main div.title div.tel {
    position: relative;
    height: 32.1333333333vw;
  }
}
section.cta > div.inner div.cont div.main div.title div.tel h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont div.main div.title div.tel h2 {
    position: relative;
    gap: 0 45px;
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.cta > div.inner div.cont div.main div.title div.tel h2 {
    gap: 0 36px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.cont div.main div.title div.tel h2 {
    position: absolute;
    top: 4vw;
    left: 41.3333333333vw;
    gap: 0 7.3333333333vw;
    font-size: 4vw;
  }
}
section.cta > div.inner div.cont div.main div.title div.tel h2:before, section.cta > div.inner div.cont div.main div.title div.tel h2:after {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont div.main div.title div.tel h2:before, section.cta > div.inner div.cont div.main div.title div.tel h2:after {
    width: 1px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.cont div.main div.title div.tel h2:before, section.cta > div.inner div.cont div.main div.title div.tel h2:after {
    width: 1px;
    height: 9.3333333333vw;
  }
}
section.cta > div.inner div.cont div.main div.title div.tel h2:before {
  content: "";
  transform: rotate(-30deg);
}
section.cta > div.inner div.cont div.main div.title div.tel h2:after {
  content: "";
  transform: rotate(35deg);
}
section.cta > div.inner div.cont div.main div.title div.tel a.num {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont div.main div.title div.tel a.num {
    justify-content: center;
    gap: 0 20px;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.cta > div.inner div.cont div.main div.title div.tel a.num {
    gap: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.cont div.main div.title div.tel a.num {
    position: absolute;
    top: 34.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    gap: 1.3333333333vw;
    height: 16.5333333333vw;
    border-radius: 1.4666666667vw;
    width: 96.5333333333vw;
    padding: 0 3.3333333333vw;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont div.main div.title div.tel a.num span.icon {
    width: 95px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.cta > div.inner div.cont div.main div.title div.tel a.num span.icon {
    width: 76px;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.cont div.main div.title div.tel a.num span.icon {
    width: 14.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.cont div.main div.title div.tel a.num span.icon img {
    width: 10.8vw;
  }
}
section.cta > div.inner div.cont div.main div.title div.tel a.num p {
  font-weight: bold;
  color: #D15617;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont div.main div.title div.tel a.num p {
    font-size: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.cta > div.inner div.cont div.main div.title div.tel a.num p {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.cont div.main div.title div.tel a.num p {
    font-size: 9.3333333333vw;
  }
}
section.cta > div.inner div.cont div.main div.title > div.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #AC0B0B;
  color: #FFC657;
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont div.main div.title > div.icon {
    width: 198px;
    height: 140px;
    margin-left: auto;
    border-radius: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.cta > div.inner div.cont div.main div.title > div.icon {
    width: 158px;
    height: 112px;
    border-radius: 11px;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta > div.inner div.cont div.main div.title > div.icon {
    width: 129px;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.cont div.main div.title > div.icon {
    position: absolute;
    top: 18.4vw;
    left: 38vw;
    width: 54.6666666667vw;
    height: 8.6666666667vw;
    border-radius: 1.8666666667vw;
  }
}
section.cta > div.inner div.cont div.main div.title > div.icon p {
  line-height: 1.3;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont div.main div.title > div.icon p {
    font-size: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.cta > div.inner div.cont div.main div.title > div.icon p {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.cont div.main div.title > div.icon p {
    font-size: 5.3333333333vw;
  }
}
section.cta > div.inner div.cont div.main div.text {
  background-color: #FFC657;
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont div.main div.text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    margin-top: 10px;
    padding: 6px 0;
    border-radius: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.cta > div.inner div.cont div.main div.text {
    gap: 0 24px;
    margin-top: 8px;
    padding: 5px 0;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.cont div.main div.text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 3.3333333333vw;
    width: 100%;
    margin-top: 21.3333333333vw;
    height: 8vw;
  }
}
section.cta > div.inner div.cont div.main div.text span.time {
  font-weight: bold;
  color: #D15617;
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont div.main div.text span.time {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.cta > div.inner div.cont div.main div.text span.time {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.cont div.main div.text span.time {
    font-size: 3.7333333333vw;
  }
}
section.cta > div.inner div.cont div.main div.text p {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.cta > div.inner div.cont div.main div.text p {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.cta > div.inner div.cont div.main div.text p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.cta > div.inner div.cont div.main div.text p {
    font-size: 3.7333333333vw;
  }
}

section.appeal {
  background-color: #E0F3FA;
}
@media screen and (min-width: 768px) {
  section.appeal {
    padding: 100px 30px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.appeal {
    padding: 80px 24px 0;
  }
}
@media screen and (max-width: 767px) {
  section.appeal {
    padding: 17.3333333333vw 4vw 16vw;
  }
}
section.appeal div.inner {
  background-color: #025ABF;
}
@media screen and (min-width: 768px) {
  section.appeal div.inner {
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 20px 50px;
    border-radius: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.appeal div.inner {
    max-width: 1112px;
    padding: 0 16px 40px;
    border-radius: 11px;
  }
}
@media screen and (max-width: 767px) {
  section.appeal div.inner {
    padding-bottom: 5.3333333333vw;
    border-radius: 1.8666666667vw;
  }
}
section.appeal div.inner h2 {
  display: table;
  margin: 0 auto;
  color: #025ABF;
  font-weight: bold;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.appeal div.inner h2 {
    transform: translateY(-50%);
    padding: 0 30px;
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.appeal div.inner h2 {
    padding: 0 24px;
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  section.appeal div.inner h2 {
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68.9333333333vw;
    height: 7.8666666667vw;
    font-size: 4.6666666667vw;
  }
}
section.appeal div.inner h2 span {
  position: absolute;
}
@media screen and (min-width: 768px) {
  section.appeal div.inner h2 span {
    top: -35px;
    left: -125px;
    transform: rotate(-8deg);
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.appeal div.inner h2 span {
    top: -28px;
    left: -100px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.appeal div.inner h2 span {
    top: -7.3333333333vw;
    left: -8vw;
    transform: rotate(-8deg);
    font-size: 3.7333333333vw;
  }
}
section.appeal div.inner div.main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.appeal div.inner div.main:before, section.appeal div.inner div.main:after {
    content: "";
    min-width: 73px;
    min-height: 189px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.appeal div.inner div.main:before, section.appeal div.inner div.main:after {
    min-width: 58px;
    min-height: 151px;
  }
}
@media screen and (min-width: 768px) {
  section.appeal div.inner div.main:before {
    background: url(../img/appeal_obj1.png) 0 0/100% no-repeat;
  }
}
@media screen and (min-width: 768px) {
  section.appeal div.inner div.main:after {
    background: url(../img/appeal_obj2.png) 0 0/100% no-repeat;
  }
}
@media screen and (min-width: 768px) {
  section.appeal div.inner div.main ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 50px;
    max-width: 1160px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.appeal div.inner div.main ul {
    max-width: 928px;
    gap: 24px 40px;
  }
}
@media screen and (max-width: 767px) {
  section.appeal div.inner div.main ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4vw 0;
  }
}
section.appeal div.inner div.main ul li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.appeal div.inner div.main ul li {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  section.appeal div.inner div.main ul li:before, section.appeal div.inner div.main ul li:after {
    content: "";
    position: absolute;
    top: -1.3333333333vw;
    width: 8vw;
    height: 20.8vw;
  }
}
@media screen and (max-width: 767px) {
  section.appeal div.inner div.main ul li:before {
    left: -16.6666666667vw;
    background: url(../img/sp/appeal_obj1.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.appeal div.inner div.main ul li:after {
    right: -16.6666666667vw;
    background: url(../img/sp/appeal_obj2.png) 0 0/100% no-repeat;
  }
}
section.appeal div.inner div.main ul li p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #141414;
}
@media screen and (min-width: 768px) {
  section.appeal div.inner div.main ul li p {
    width: 326px;
    height: 48px;
    font-size: 22px;
    background: url(../img/appeal_bg1.png) 0 0/100% no-repeat;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.appeal div.inner div.main ul li p {
    width: 261px;
    height: 38px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.appeal div.inner div.main ul li p {
    width: 50.2666666667vw;
    height: 7.8666666667vw;
    font-size: 3.3333333333vw;
    background: url(../img/appeal_bg1.png) 0 0/100% no-repeat;
  }
}
section.appeal div.inner div.main ul li h3 {
  color: #CBB22A;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.appeal div.inner div.main ul li h3 {
    font-size: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.appeal div.inner div.main ul li h3 {
    font-size: 43px;
  }
}
@media screen and (max-width: 767px) {
  section.appeal div.inner div.main ul li h3 {
    font-size: 8.2666666667vw;
  }
}

section.specialty {
  background-color: #E0F3FA;
}
@media screen and (min-width: 768px) {
  section.specialty {
    padding: 70px 0 60px;
    border-bottom: 2px solid #00A5E6;
  }
}
@media screen and (max-width: 767px) {
  section.specialty {
    padding: 0 0 6.6666666667vw;
    border-bottom: 1px solid #00A5E6;
  }
}
@media screen and (min-width: 768px) {
  section.specialty div.inner {
    padding: 0 30px;
  }
}
section.specialty div.inner div.slider {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  section.specialty div.inner div.slider div.list {
    display: flex;
    align-items: center;
    max-width: 1100px;
    margin: 50px auto 0;
    gap: 40px 22px;
  }
}
@media screen and (max-width: 767px) {
  section.specialty div.inner div.slider div.list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 77.0666666667vw;
    margin: 1.3333333333vw 0 0;
    gap: 4vw 2vw;
  }
}
@media screen and (max-width: 767px) {
  section.specialty div.inner div.slider div.list div.item:not(.full) img {
    width: 37.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.specialty div.inner div.slider div.list div.item.full {
    width: 77.0666666667vw;
  }
}
section.specialty div.inner div.slider div.list div.item p {
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  color: #141414;
}
@media screen and (min-width: 768px) {
  section.specialty div.inner div.slider div.list div.item p {
    margin-top: 10px;
    padding: 3px 0;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.specialty div.inner div.slider div.list div.item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.specialty div.inner div.slider div.list div.item p {
    padding: 0.8vw 0;
    font-size: 2.9333333333vw;
  }
}

section.voice {
  background-color: #E0F3FA;
}
@media screen and (min-width: 768px) {
  section.voice {
    padding: 70px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  section.voice {
    padding: 8vw 0 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.voice h2.c_tit1 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  section.voice h2.c_tit1 {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  section.voice div.inner {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  section.voice div.inner div.slider {
    max-width: 1150px;
    padding: 15px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner div.slider .slick-prev {
    left: 8vw;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner div.slider .slick-next {
    right: 8vw;
  }
}
section.voice div.inner div.slider div.slick-slide {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.voice div.inner div.slider div.slick-slide {
    margin: 0 14px;
    padding: 40px 25px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner div.slider div.slick-slide {
    margin: 0 2.6666666667vw;
    padding: 5.3333333333vw 0 6.6666666667vw;
  }
}
section.voice div.inner div.slider div.slick-slide:before, section.voice div.inner div.slider div.slick-slide:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../maker/img/bunka/voice_obj1.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  section.voice div.inner div.slider div.slick-slide:before, section.voice div.inner div.slider div.slick-slide:after {
    width: 43px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner div.slider div.slick-slide:before, section.voice div.inner div.slider div.slick-slide:after {
    width: 8.1333333333vw;
    height: 8.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.voice div.inner div.slider div.slick-slide:before {
    top: -12px;
    left: -12px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner div.slider div.slick-slide:before {
    top: -2vw;
    left: -2vw;
  }
}
section.voice div.inner div.slider div.slick-slide:after {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  section.voice div.inner div.slider div.slick-slide:after {
    bottom: -12px;
    right: -12px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner div.slider div.slick-slide:after {
    bottom: -2vw;
    right: -2vw;
  }
}
section.voice div.inner div.slider div.slick-slide div.image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.voice div.inner div.slider div.slick-slide div.image {
    gap: 25px 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner div.slider div.slick-slide div.image {
    gap: 4vw 0;
    margin-bottom: 3.3333333333vw;
  }
}
section.voice div.inner div.slider div.slick-slide div.image img {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.voice div.inner div.slider div.slick-slide div.image img {
    width: 189px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner div.slider div.slick-slide div.image img {
    width: 37.3333333333vw;
  }
}
section.voice div.inner div.slider div.slick-slide div.image {
  position: relative;
}
section.voice div.inner div.slider div.slick-slide div.image:after {
  content: "";
  background-color: #FFC657;
}
@media screen and (min-width: 768px) {
  section.voice div.inner div.slider div.slick-slide div.image:after {
    width: 40px;
    height: 5px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner div.slider div.slick-slide div.image:after {
    width: 10.9333333333vw;
    height: 0.6666666667vw;
  }
}
section.voice div.inner div.slider div.slick-slide div.prof {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.voice div.inner div.slider div.slick-slide div.prof {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner div.slider div.slick-slide div.prof {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 6.6666666667vw;
  }
}
section.voice div.inner div.slider div.slick-slide div.prof p {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.voice div.inner div.slider div.slick-slide div.prof p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner div.slider div.slick-slide div.prof p {
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.voice div.inner div.slider div.slick-slide p.txt {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner div.slider div.slick-slide p.txt {
    width: 49.6vw;
    margin: 2.6666666667vw auto 0;
    font-size: 3.7333333333vw;
  }
}

section.comparison {
  background-color: #E0F3FA;
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner {
    padding: 0 2.6666666667vw;
  }
}
section.comparison > div.inner div.list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.list {
    max-width: 1110px;
    width: 100%;
    margin: 70px auto;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.list {
    margin-top: 10.6666666667vw;
  }
}
section.comparison > div.inner div.list div.left {
  background-color: #F2F2F2;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.list div.left {
    width: 33.3333333333%;
    margin-top: 40px;
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.list div.left {
    width: 24vw;
    margin-top: 5.3333333333vw;
    padding: 4vw 1.3333333333vw;
  }
}
section.comparison > div.inner div.list div.left h3 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  transform: rotate(-5deg);
  background: url(../img/comparison_bg1.png) center 0/cover no-repeat;
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.list div.left h3 {
    top: -85px;
    right: 60px;
    width: 131px;
    height: 139px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.list div.left h3 {
    top: -11.4666666667vw;
    right: 1.3333333333vw;
    width: 17.4666666667vw;
    height: 18.5333333333vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.list div.left ul {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.list div.left ul {
    margin-top: 5.8666666667vw;
  }
}
section.comparison > div.inner div.list div.left ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url(../img/comparison_bg2.png) 100% 0/cover no-repeat;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.list div.left ul li {
    width: 100%;
    height: 54px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.list div.left ul li {
    height: 7.2vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.list div.left ul li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.list div.left ul li + li {
    margin-top: 1.3333333333vw;
  }
}
section.comparison > div.inner div.list div.center {
  background-color: #00A5E6;
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.list div.center {
    width: 33.3333333333%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.list div.center {
    width: 42.4vw;
    padding: 0 1.3333333333vw;
  }
}
section.comparison > div.inner div.list div.center h3 {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.list div.center h3 {
    padding: 27px 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.list div.center h3 {
    padding: 4.6666666667vw 0;
    font-size: 4vw;
  }
}
section.comparison > div.inner div.list div.center ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.list div.center ul li {
    width: 100%;
    height: 54px;
    margin: 0 auto;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.list div.center ul li {
    height: 7.2vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.list div.center ul li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.list div.center ul li + li {
    margin-top: 1.3333333333vw;
  }
}
section.comparison > div.inner div.list div.right {
  background-color: #F2F2F2;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.list div.right {
    width: 33.3333333333%;
    margin-top: 40px;
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.list div.right {
    width: 30.6666666667vw;
    margin-top: 5.3333333333vw;
    padding: 0 1.3333333333vw 4vw;
  }
}
section.comparison > div.inner div.list div.right h3 {
  text-align: center;
  color: #000;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.list div.right h3 {
    padding: 9px 0;
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.list div.right h3 {
    padding: 2vw 0;
    font-size: 4vw;
  }
}
section.comparison > div.inner div.list div.right ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.list div.right ul li {
    width: 100%;
    height: 54px;
    margin: 0 auto;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.list div.right ul li {
    height: 7.2vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.list div.right ul li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.list div.right ul li + li {
    margin-top: 1.3333333333vw;
  }
}
section.comparison > div.inner div.area {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.area {
    max-width: 1156px;
    margin: 120px auto 0;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.area {
    width: 91.8666666667vw;
    margin: 17.3333333333vw auto 0;
    padding-bottom: 6.6666666667vw;
  }
}
section.comparison > div.inner div.area h3.c_tit3 {
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.area div.main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 50px;
    margin-top: -20px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.area div.main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5.3333333333vw;
    margin-top: 0vw;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.area div.main img {
    width: 26.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.area div.main div.text {
    width: 65%;
  }
}
section.comparison > div.inner div.area div.main div.text h3 {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.area div.main div.text h3 {
    padding-left: 10px;
    gap: 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #999;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.area div.main div.text h3 {
    padding-left: 2.6666666667vw;
    gap: 0 2.6666666667vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid #999;
    font-size: 4.6666666667vw;
  }
}
section.comparison > div.inner div.area div.main div.text h3:before {
  content: "";
  background: url(../../maker/img/bunka/area_icon1.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.area div.main div.text h3:before {
    width: 23px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.area div.main div.text h3:before {
    width: 3.6vw;
    height: 6.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.comparison > div.inner div.area div.main div.text p {
    margin-top: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison > div.inner div.area div.main div.text p {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
  }
}
section.comparison div.flow {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.comparison div.flow {
    margin-top: 150px;
    padding: 0 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.flow {
    margin-top: 18.6666666667vw;
    padding: 0 6.6666666667vw 9.3333333333vw;
  }
}
section.comparison div.flow h3.c_tit3 {
  transform: translateY(-50%);
}
section.comparison div.flow ul {
  display: table;
  margin: 0 auto;
}
section.comparison div.flow ul {
  position: relative;
}
section.comparison div.flow ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: #00A5E6;
  width: 1px;
}
@media screen and (min-width: 768px) {
  section.comparison div.flow ul:before {
    left: 36px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1246px) {
  section.comparison div.flow ul:before {
    height: 90%;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.flow ul:before {
    left: 6.9333333333vw;
    height: 133.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.comparison div.flow ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1246px) {
  section.comparison div.flow ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  section.comparison div.flow ul li + li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.flow ul li + li {
    margin-top: 5.3333333333vw;
  }
}
section.comparison div.flow ul li div.title {
  display: flex;
}
@media screen and (min-width: 768px) {
  section.comparison div.flow ul li div.title {
    align-items: center;
    width: 300px;
    gap: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.flow ul li div.title {
    align-items: flex-start;
    gap: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.flow ul li div.title img {
    width: 14.2666666667vw;
  }
}
section.comparison div.flow ul li div.title h4 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.comparison div.flow ul li div.title h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.flow ul li div.title h4 {
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.comparison div.flow ul li p {
    margin-left: 80px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1246px) {
  section.comparison div.flow ul li p {
    margin-left: 117px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.flow ul li p {
    margin-top: -6vw;
    margin-left: 20vw;
    font-size: 3.7333333333vw;
  }
}
section.comparison div.case {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.comparison div.case {
    padding: 70px 0 60px;
    border-bottom: 2px solid #00A5E6;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.case {
    margin-bottom: 4vw;
    padding: 5.3333333333vw 0 21.3333333333vw;
    border-bottom: 1px solid #00A5E6;
  }
}
@media screen and (min-width: 768px) {
  section.comparison div.case > div.inner {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  section.comparison div.case > div.inner div.slider {
    max-width: 1060px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.case > div.inner div.slider {
    margin-top: 6.6666666667vw;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  section.comparison div.case > div.inner div.slider div.item {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.comparison div.case > div.inner div.slider div.item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.case > div.inner div.slider div.item {
    padding: 0 6.6666666667vw;
  }
}
section.comparison div.case > div.inner div.slider div.item div.label {
  display: flex;
}
section.comparison div.case > div.inner div.slider div.item div.label span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.comparison div.case > div.inner div.slider div.item div.label span {
    width: 120px;
    height: 35px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.case > div.inner div.slider div.item div.label span {
    width: 22.9333333333vw;
    height: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
section.comparison div.case > div.inner div.slider div.item div.label span.active {
  color: #fff;
  background-color: #00A5E6;
}
section.comparison div.case > div.inner div.slider div.item div.label span:not(.active) {
  color: #00A5E6;
}
@media screen and (min-width: 768px) {
  section.comparison div.case > div.inner div.slider div.item div.label span:not(.active) {
    border: 2px solid #00A5E6;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.case > div.inner div.slider div.item div.label span:not(.active) {
    border: 0.2666666667vw solid #00A5E6;
  }
}
section.comparison div.case > div.inner div.slider div.item div.image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.comparison div.case > div.inner div.slider div.item div.image img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.case > div.inner div.slider div.item div.image img {
    margin-bottom: 8vw;
  }
}
section.comparison div.case > div.inner div.slider div.item div.image img.active {
  display: block;
}
section.comparison div.case > div.inner div.slider div.item div.image img:not(.active) {
  display: none;
}
section.comparison div.case > div.inner div.slider div.item div.title {
  position: relative;
}
section.comparison div.case > div.inner div.slider div.item div.title.num1::before {
  content: "01";
}
section.comparison div.case > div.inner div.slider div.item div.title.num2::before {
  content: "02";
}
section.comparison div.case > div.inner div.slider div.item div.title.num3::before {
  content: "03";
}
section.comparison div.case > div.inner div.slider div.item div.title.num4::before {
  content: "04";
}
section.comparison div.case > div.inner div.slider div.item div.title.num5::before {
  content: "05";
}
section.comparison div.case > div.inner div.slider div.item div.title:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #E0F3FA;
}
@media screen and (min-width: 768px) {
  section.comparison div.case > div.inner div.slider div.item div.title:before {
    font-size: 81px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.case > div.inner div.slider div.item div.title:before {
    font-size: 15.3333333333vw;
  }
}
section.comparison div.case > div.inner div.slider div.item div.title h4 {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #00A5E6;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  section.comparison div.case > div.inner div.slider div.item div.title h4 {
    margin-left: 45px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.case > div.inner div.slider div.item div.title h4 {
    margin-left: 6vw;
    font-size: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.comparison div.case > div.inner div.slider div.item p {
    border-top: 2px solid #00A5E6;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.case > div.inner div.slider div.item p {
    border-top: 0.2666666667vw solid #00A5E6;
    margin-top: 6.6666666667vw;
    padding-top: 4.6666666667vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.case > div.inner div.slider.arrow-bottom .slick-prev, section.comparison div.case > div.inner div.slider.arrow-bottom .slick-next {
    top: auto;
    transform: none;
    bottom: -13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.case > div.inner div.slider.arrow-bottom .slick-prev {
    left: 37.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.case > div.inner div.slider.arrow-bottom .slick-next {
    right: 37.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  section.reason {
    padding: 0 0 50px;
    background: url(../img/reason_bg.png) 0 0/cover no-repeat fixed;
  }
}
@media screen and (max-width: 767px) {
  section.reason {
    background: url(../img/sp/reason_bg.png) 0 0/cover no-repeat fixed;
  }
}
@media screen and (min-width: 768px) {
  section.reason > div.inner {
    margin-top: 80px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  section.reason > div.inner {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.reason > div.inner div.slider {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.reason > div.inner div.slider {
    margin: 0 auto;
    padding: 0 0 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.reason > div.inner div.slider div.item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  section.reason > div.inner div.slider div.item {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 8vw 0;
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.reason > div.inner div.slider div.item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  section.reason > div.inner div.slider div.item + div.item {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  section.reason > div.inner div.slider div.item + div.item {
    margin-top: 5.3333333333vw;
  }
}
section.reason > div.inner div.slider div.item.num1 div.cont div.title::before {
  content: "01";
}
section.reason > div.inner div.slider div.item.num2 div.cont div.title::before {
  content: "02";
}
section.reason > div.inner div.slider div.item.num3 div.cont div.title::before {
  content: "03";
}
section.reason > div.inner div.slider div.item.num4 div.cont div.title::before {
  content: "04";
}
section.reason > div.inner div.slider div.item.num5 div.cont div.title::before {
  content: "05";
}
@media screen and (min-width: 768px) {
  section.reason > div.inner div.slider div.item div.cont {
    max-width: 650px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section.reason > div.inner div.slider div.item div.cont div.title {
    display: flex;
    align-items: baseline;
    border-bottom: 2px solid #00A5E6;
  }
}
@media screen and (max-width: 767px) {
  section.reason > div.inner div.slider div.item div.cont div.title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00A5E6;
  }
}
section.reason > div.inner div.slider div.item div.cont div.title:before {
  color: #E0F3FA;
}
@media screen and (min-width: 768px) {
  section.reason > div.inner div.slider div.item div.cont div.title:before {
    transform: translateY(10px);
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  section.reason > div.inner div.slider div.item div.cont div.title:before {
    letter-spacing: 0.05em;
    font-size: 10.6666666667vw;
  }
}
section.reason > div.inner div.slider div.item div.cont div.title h3 {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #00A5E6;
}
@media screen and (min-width: 768px) {
  section.reason > div.inner div.slider div.item div.cont div.title h3 {
    margin-left: -40px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.reason > div.inner div.slider div.item div.cont div.title h3 {
    margin-left: -4.6666666667vw;
    font-size: 5.0666666667vw;
  }
}
section.reason > div.inner div.slider div.item div.cont p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  section.reason > div.inner div.slider div.item div.cont p {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.reason > div.inner div.slider div.item div.cont p {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.reason > div.inner div.slider div.item:nth-of-type(odd) div.image:before {
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
}
@media screen and (min-width: 768px) {
  section.reason > div.inner div.slider div.item:nth-of-type(even) div.image:before {
    right: 0;
    transform: translate(50%, 50%);
  }
}
@media screen and (min-width: 768px) {
  section.reason > div.inner div.slider div.item div.image img {
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  section.reason > div.inner div.slider div.item div.image img {
    width: 72.1333333333vw;
  }
}
section.reason > div.inner div.slider div.item div.image {
  position: relative;
}
section.reason > div.inner div.slider div.item div.image:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #E0F3FA;
}
@media screen and (min-width: 768px) {
  section.reason > div.inner div.slider div.item div.image:before {
    width: 123px;
    height: 108px;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  section.reason > div.inner div.slider div.item div.image:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.reason > div.inner div.slider div.item div.image:before {
    width: 17.0666666667vw;
    height: 15.8666666667vw;
    right: 0;
    transform: translateX(50%);
    bottom: -10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.reason > div.inner div.slider.arrow-bottom .slick-prev, section.reason > div.inner div.slider.arrow-bottom .slick-next {
    top: auto;
    transform: none;
    bottom: 0vw;
  }
}
@media screen and (max-width: 767px) {
  section.reason > div.inner div.slider.arrow-bottom .slick-prev {
    left: 37.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.reason > div.inner div.slider.arrow-bottom .slick-next {
    right: 37.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  section.faq {
    margin-top: 100px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  section.faq {
    padding: 13.3333333333vw 0 12vw;
  }
}
@media screen and (min-width: 768px) {
  section.faq div.inner {
    max-width: 1290px;
    margin: 0 auto;
  }
}
section.faq div.inner div.title {
  text-align: center;
}
section.faq div.inner div.title p {
  line-height: 1.3;
  color: #00A5E6;
}
@media screen and (min-width: 768px) {
  section.faq div.inner div.title p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.faq div.inner div.title p {
    font-size: 3.7333333333vw;
  }
}
section.faq div.inner div.title h2 {
  line-height: 1.3;
  color: #00A5E6;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  section.faq div.inner div.title h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.faq div.inner div.title h2 {
    font-size: 10.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.faq div.inner div.slider {
    max-width: 1290px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  section.faq div.inner div.slider {
    margin-top: 5.3333333333vw;
    padding: 0;
    padding-bottom: 13.3333333333vw;
  }
}
section.faq div.inner div.slider div.item {
  background-color: #fff;
  border: 1px solid #00A5E6;
}
@media screen and (min-width: 768px) {
  section.faq div.inner div.slider div.item {
    padding: 20px 30px 30px;
    border-radius: 9px;
  }
}
@media screen and (max-width: 767px) {
  section.faq div.inner div.slider div.item {
    margin: 0 6.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.faq div.inner div.slider div.item + div.item {
    margin-top: 20px;
  }
}
section.faq div.inner div.slider div.item dl dt, section.faq div.inner div.slider div.item dl dd {
  display: flex;
  align-items: baseline;
  color: #141414;
}
@media screen and (min-width: 768px) {
  section.faq div.inner div.slider div.item dl dt, section.faq div.inner div.slider div.item dl dd {
    gap: 0 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.faq div.inner div.slider div.item dl dt, section.faq div.inner div.slider div.item dl dd {
    gap: 0 3.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.faq div.inner div.slider div.item dl dt:before, section.faq div.inner div.slider div.item dl dd:before {
    width: 40px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.faq div.inner div.slider div.item dl dt:before, section.faq div.inner div.slider div.item dl dd:before {
    min-width: 6vw;
    font-size: 5.8666666667vw;
  }
}
section.faq div.inner div.slider div.item dl dt:before {
  content: "Q.";
}
section.faq div.inner div.slider div.item dl dt span {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.faq div.inner div.slider div.item dl dd {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  section.faq div.inner div.slider div.item dl dd {
    margin-top: 3.3333333333vw;
  }
}
section.faq div.inner div.slider div.item dl dd:before {
  content: "A.";
}
@media screen and (max-width: 767px) {
  section.faq div.inner div.slider.arrow-bottom .slick-prev, section.faq div.inner div.slider.arrow-bottom .slick-next {
    top: auto;
    transform: none;
    bottom: 0vw;
  }
}
@media screen and (max-width: 767px) {
  section.faq div.inner div.slider.arrow-bottom .slick-prev {
    left: 37.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.faq div.inner div.slider.arrow-bottom .slick-next {
    right: 37.3333333333vw;
  }
}

section.contact {
  background-color: #E0F3FA;
}
@media screen and (min-width: 768px) {
  section.contact {
    padding: 70px 30px 60px;
  }
}
@media screen and (max-width: 767px) {
  section.contact {
    padding: 8vw 4vw;
  }
}
section.contact div.inner div.main {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.contact div.inner div.main {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 30px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.contact div.inner div.main {
    margin-top: 6.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw;
    border-radius: 1.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.contact .form {
    max-width: 700px;
    margin: 50px auto 0;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form {
    padding-bottom: 5.3333333333vw;
  }
}
section.contact .form .wpcf7-not-valid-tip {
  color: #ff0000;
}
@media screen and (min-width: 768px) {
  section.contact .form .wpcf7-not-valid-tip {
    margin: 5px 0 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form .wpcf7-not-valid-tip {
    margin: 1.3333333333vw 0 0;
    font-size: 3.7333333333vw;
  }
}
section.contact .form .wpcf7-response-output {
  display: none !important;
}
section.contact .form .wpcf7-checkbox + span.wpcf7-not-valid-tip {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  section.contact .form .wpcf7-checkbox + span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form .wpcf7-checkbox + span.wpcf7-not-valid-tip {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.contact .form table {
    width: 100%;
  }
}
section.contact .form table tr {
  display: flex;
}
@media screen and (min-width: 768px) {
  section.contact .form table tr {
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table tr {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  section.contact .form table tr + tr {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table tr + tr {
    margin: 6.6666666667vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.contact .form table tr.name td {
    max-width: 325px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table tr.address td {
    margin-top: 1.3333333333vw;
  }
}
section.contact .form table tr.address label:nth-of-type(1) {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.contact .form table tr.address label:nth-of-type(1) {
    max-width: 325px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section.contact .form table tr.address label:nth-of-type(1) > span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table tr.address label:nth-of-type(1) > span {
    font-size: 5.8666666667vw;
  }
}
section.contact .form table tr.address label:nth-of-type(1) > span:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.contact .form table tr.address label:nth-of-type(1) > span:nth-of-type(1) {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table tr.address label:nth-of-type(1) > span:nth-of-type(1) {
    width: 13.3333333333vw;
  }
}
section.contact .form table tr.address label:nth-of-type(2) {
  display: table;
}
@media screen and (min-width: 768px) {
  section.contact .form table tr.address label:nth-of-type(2) {
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table tr.address label:nth-of-type(2) {
    margin-top: 0.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.contact .form table tr.tel td {
    max-width: 325px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section.contact .form table tr.mail td {
    max-width: 325px;
    width: 100%;
  }
}
section.contact .form table tr.images td p {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (min-width: 768px) {
  section.contact .form table tr.images td p {
    gap: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table tr.images td p {
    gap: 2.6666666667vw 0;
  }
}
section.contact .form table tr th {
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.contact .form table tr th {
    min-width: 216px;
    margin-top: 6px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table tr th {
    margin-bottom: 0.8vw;
    font-size: 5.3333333333vw;
  }
}
section.contact .form table tr th > p {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.contact .form table tr th > p {
    gap: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table tr th > p {
    gap: 0 1.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table tr th span {
    font-size: 4.2666666667vw;
  }
}
section.contact .form table tr th span.req {
  color: #fff;
  border-radius: 100px;
  background-color: #FFC657;
}
@media screen and (min-width: 768px) {
  section.contact .form table tr th span.req {
    font-size: 0.8em;
    padding: 2px 12px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table tr th span.req {
    font-size: 3.4666666667vw;
    padding: 0.4vw 2.9333333333vw;
  }
}
section.contact .form table tr td {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.contact .form table tr td input {
    display: flex;
  }
}
section.contact .form table tr td textarea {
  display: block;
  resize: none;
}
section.contact .form table tr td input, section.contact .form table tr td textarea {
  border-radius: 0;
  border: solid 1px #ddd;
  outline: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.contact .form table tr td input, section.contact .form table tr td textarea {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table tr td input, section.contact .form table tr td textarea {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
section.contact .form table tr td input[type=file] {
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  section.contact .form table tr td input[type=file] {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table tr td input[type=file] {
    font-size: 13px;
  }
}
section.contact .form table tr td input[type=file]::file-selector-button {
  font-weight: bold;
  background: #888;
  border: 0;
  appearance: none;
  border-radius: 0;
  text-align: center;
  color: #fff;
  font-size: inherit;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  section.contact .form table tr td input[type=file]::file-selector-button {
    margin-right: 12px;
    padding: 8px 12px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table tr td input[type=file]::file-selector-button {
    margin-right: 2.4vw;
    padding: 1.6vw 2.1333333333vw;
  }
}
section.contact .form table + p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.contact .form table + p {
    margin: 30px 0 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table + p {
    margin: 6.6666666667vw 0 0;
    font-size: 4.2666666667vw;
  }
}
section.contact .form table + p + p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.contact .form table + p + p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table + p + p {
    font-size: 4vw;
  }
}
section.contact .form table + p + p a {
  color: #141414;
}
section.contact .form table + p + p + p {
  text-align: center;
}
section.contact .form table + p + p + p input {
  border-radius: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #fff;
  background: #FFC657;
}
@media screen and (min-width: 768px) {
  section.contact .form table + p + p + p input {
    transition: 0.4s;
    width: 300px;
    height: 50px;
    margin: 20px auto 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form table + p + p + p input {
    width: 80vw;
    height: 13.3333333333vw;
    margin: 5.3333333333vw auto 0;
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.contact .form table + p + p + p input:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  section.risk {
    padding: 80px 30px 60px;
  }
}
@media screen and (max-width: 767px) {
  section.risk {
    padding: 10.6666666667vw 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.risk div.head {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
section.risk div.head p {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.risk div.head p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  section.risk div.head p {
    text-align: center;
    gap: 2.6666666667vw 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.risk div.head p span.s {
    margin-right: 5px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.risk div.head p span.s {
    font-size: 4vw;
  }
}
section.risk div.head p span.set {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.risk div.head p span.set {
    gap: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  section.risk div.head p span.set {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.6666666667vw 2vw;
    margin-top: 2.6666666667vw;
  }
}
section.risk div.head p span.set span.l {
  color: #fff;
  background-color: #025ABF;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  section.risk div.head p span.set span.l {
    padding: 15px 20px;
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  section.risk div.head p span.set span.l {
    padding: 2vw 5.3333333333vw;
    font-size: 5.6vw;
  }
}
section.risk div.head p span.set span.l span.cl {
  color: #FFC657;
}
section.risk div.head p span.set span.m {
  color: #141414;
}
@media screen and (min-width: 768px) {
  section.risk div.head p span.set span.m {
    font-size: 39px;
  }
}
@media screen and (max-width: 767px) {
  section.risk div.head p span.set span.m {
    font-size: 5.2vw;
  }
}
section.risk div.main {
  background-color: #025ABF;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.risk div.main {
    max-width: 1400px;
    margin: 40px auto 0;
    padding: 50px 30px 50px;
    border-radius: 14px;
  }
}
@media screen and (max-width: 767px) {
  section.risk div.main {
    margin: 10.6666666667vw auto 0;
    padding: 5.3333333333vw 5.3333333333vw 0;
    border-radius: 1.8666666667vw;
  }
}
section.risk div.main ul {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.risk div.main ul {
    max-width: 1100px;
    margin: 0 auto;
  }
}
section.risk div.main ul li {
  display: flex;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.risk div.main ul li {
    align-items: center;
    gap: 0 25px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.risk div.main ul li {
    gap: 0 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
section.risk div.main ul li:before {
  content: "";
  background: url(../img/risk_icon1.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  section.risk div.main ul li:before {
    width: 42px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  section.risk div.main ul li:before {
    min-width: 6.6666666667vw;
    min-height: 5.7333333333vw;
    margin-top: 0.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.risk div.main ul li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.risk div.main ul li + li {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.risk div.main div.image {
    position: absolute;
    bottom: 0;
    right: 100px;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.risk div.main div.image {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  section.risk div.main div.image {
    text-align: center;
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.risk div.main div.image img {
    width: 302px;
  }
}
@media screen and (max-width: 767px) {
  section.risk div.main div.image img {
    width: 78vw;
  }
}
section.risk div.foot {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.risk div.foot {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.risk div.foot {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.risk div.foot div.text {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.25;
  }
}
@media screen and (min-width: 768px) {
  section.risk div.foot div.text:after {
    content: "";
    background-color: #FFC657;
    width: calc(100% + 30px);
    height: 20px;
    margin-top: -16px;
  }
}
section.risk div.foot div.text p {
  position: relative;
  z-index: 1;
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.risk div.foot div.text p {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  section.risk div.foot div.text p {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.9;
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.risk div.foot div.text p span:after {
    content: "";
    background-color: #FFC657;
    display: table;
    width: 73.3333333333vw;
    height: 4vw;
    margin-top: -4.6666666667vw;
    margin-left: -2vw;
  }
}

footer {
  background-color: #E0F3FA;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 60px 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 8vw 4vw 18.6666666667vw;
  }
}
footer div.inner div.main {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  footer div.inner div.main {
    max-width: 1200px;
    margin: 50px auto;
    padding: 30px 30px 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer div.inner div.main {
    width: 92vw;
    margin-top: 6.6666666667vw;
    padding: 2.6666666667vw 4vw;
    border-radius: 1.6vw;
  }
}
footer div.inner div.main dl {
  display: flex;
}
@media screen and (min-width: 768px) {
  footer div.inner div.main dl {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  footer div.inner div.main dl {
    align-items: center;
    padding: 5vw 4vw;
  }
}
@media screen and (min-width: 768px) {
  footer div.inner div.main dl:not(:nth-of-type(1)) {
    border-top: 2px dashed #ccc;
  }
}
@media screen and (max-width: 767px) {
  footer div.inner div.main dl:not(:nth-of-type(1)) {
    border-top: 1px dashed #ccc;
  }
}
footer div.inner div.main dl dt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  footer div.inner div.main dl dt {
    width: 180px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  footer div.inner div.main dl dt {
    width: 26.6666666667vw;
    font-size: 3.7142857143vw;
  }
}
@media screen and (min-width: 768px) {
  footer div.inner div.main dl dd {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  footer div.inner div.main dl dd {
    width: calc(100% - 26.6666666667vw);
    font-size: 3.4285714286vw;
  }
}
footer div.inner div.main dl dd a {
  color: #000;
}
@media screen and (max-width: 767px) {
  footer div.inner div.foot {
    margin-top: 6.6666666667vw;
  }
}
footer div.inner div.foot ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  footer div.inner div.foot ul {
    gap: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  footer div.inner div.foot ul {
    gap: 2vw 6vw;
  }
}
footer div.inner div.foot ul li {
  display: flex;
}
footer div.inner div.foot ul li a {
  color: #000;
}
@media screen and (min-width: 768px) {
  footer div.inner div.foot ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer div.inner div.foot ul li a {
    font-size: 3.1428571429vw;
  }
}
footer div.inner div.foot p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer div.inner div.foot p {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer div.inner div.foot p {
    margin-top: 5vw;
    font-size: 2.8571428571vw;
  }
}