@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /*outline: 0;*/
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #000;
}
a:hover {
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /* font-size: 62.5%; */
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
  -webkit-scroll-padding-top: 90px;
}
@media only screen and (max-width: 768px) {
  html {
    scroll-padding-top: 90px;
    overflow: hidden;
    overflow-y: scroll;
  }
}

body {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  color: #000;
  overflow-x: hidden;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  /*outline: 0;*/
  color: #000;
  transition: 0.4s ease-in-out;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  /*outline: 0;*/
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  /*outline: 0;*/
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

.change_height #header {
  background: rgba(255, 255, 255, 0.8);
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 min(1vw, 30px);
  transition: 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #header {
    padding: 0 0 0 min(5vw, 20px);
  }
}
@media only screen and (max-width: 768px) {
  #header.open .globalnav {
    display: block !important;
  }
}
#header .h_logoarea {
  height: 60px;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  #header .h_logoarea {
    width: 30%;
    padding: 0;
    height: 68px;
  }
}
#header .h_logoarea a {
  display: flex;
  align-items: center;
  gap: 0 26px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #header .h_logoarea a {
    gap: 0 10px;
  }
}
#header .h_logoarea img.logo {
  width: min(12.83vw, 197px);
}
@media only screen and (max-width: 768px) {
  #header .h_logoarea img.logo {
    width: 150px;
  }
}
#header .hamburger {
  border: none;
  width: 48px;
  height: 48px;
  background: none;
  cursor: pointer;
  min-width: 48px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #000;
  right: 10px;
  top: 6px;
  border-radius: 3px;
}
@media print, screen and (min-width: 769px) {
  #header .hamburger {
    display: none;
  }
}
#header .hamburger .hamburger__line {
  position: relative;
  width: 26px;
  height: 1px;
  background: #fff;
  display: block;
}
#header .hamburger .hamburger__line::before, #header .hamburger .hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  transition: transform 0.3s;
  background: #fff;
}
#header .hamburger .hamburger__line::before {
  top: -8px;
}
#header .hamburger .hamburger__line::after {
  bottom: -8px;
}
#header .hamburger[aria-expanded=true] .hamburger__line {
  background: transparent;
}
#header .hamburger[aria-expanded=true] .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
#header .hamburger[aria-expanded=true] .hamburger__line::after {
  bottom: 0;
  transform: rotate(-45deg);
}
#header .globalnav {
  width: 70%;
  display: block !important;
}
@media only screen and (max-width: 768px) {
  #header .globalnav {
    display: none !important;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 70px 5vw;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
  }
}
#header .globalnav .gnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 min(1.4vw, 30px);
}
@media only screen and (max-width: 768px) {
  #header .globalnav .gnav {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
  }
}
#header .globalnav .gnav li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #header .globalnav .gnav li {
    width: 100%;
    border-bottom: 1px solid #0c6dbd;
  }
}
#header .globalnav .gnav li a {
  display: block;
  text-align: center;
  font-size: min(1.5vw, 16px);
  font-weight: 500;
  padding: 26px 0;
}
@media only screen and (max-width: 768px) {
  #header .globalnav .gnav li a {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding: 0.5em 0;
  }
}
#header .globalnav .gnav li a span {
  position: relative;
}
#header .globalnav .gnav li a span::before {
  position: absolute;
  content: "";
  background: #0C6DBD;
  width: 0;
  height: 1px;
  bottom: -5px;
  left: 0;
  transition: 0.5s;
}
@media print, screen and (min-width: 769px) {
  #header .globalnav .gnav li a:hover span::before {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #header .globalnav .gnav li.contact_btn {
    margin-top: 2em;
    border: none;
  }
}
#header .globalnav .gnav li.contact_btn a {
  padding: 0.688em 2.5em;
  display: block;
  background: #000;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #header .globalnav .gnav li.contact_btn a {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  #header .globalnav .gnav li.contact_btn a::before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    width: min(7.18vw, 28px);
    height: min(7.18vw, 28px);
    right: min(6.41vw, 25px);
  }
}
@media only screen and (max-width: 768px) {
  #header .globalnav .gnav li.contact_btn a::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: min(3.08vw, 12px) solid #000;
    border-top: min(1.79vw, 7px) solid transparent;
    border-bottom: min(1.79vw, 7px) solid transparent;
    right: min(7.95vw, 31px);
  }
}
#header .globalnav .gnav li.contact_btn a span::before {
  display: none;
}

footer {
  background: #000;
  padding-top: 1px;
}
footer .foot_contact {
  z-index: 2;
  position: relative;
  margin-top: max(-18.23vw, -280px);
}
footer .foot_contact .sec_inner {
  background: #fff;
  border-radius: 10px;
  padding: min(3.91vw, 60px);
}
@media only screen and (max-width: 768px) {
  footer .foot_contact .sec_inner {
    border-radius: 0;
    width: 100%;
    padding: min(15.38vw, 60px) 5%;
  }
}
footer .foot_contact .sec_inner .sec_ttl {
  margin-bottom: min(0.98vw, 15px);
}
footer .foot_contact .sec_inner h3.center {
  font-size: clamp(20px, 1.69vw, 26px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
footer .foot_contact .sec_inner p {
  font-size: clamp(14px, 1.04vw, 16px);
}
@media only screen and (max-width: 768px) {
  footer .foot_contact .sec_inner p {
    font-size: min(4.1vw, 16px);
  }
}
footer .foot_contact .sec_inner .foot_contact_area {
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
}
@media only screen and (max-width: 768px) {
  footer .foot_contact .sec_inner .foot_contact_area {
    flex-wrap: wrap;
  }
}
footer .foot_contact .sec_inner .foot_contact_area a.tel {
  font-size: clamp(34px, 3.65vw, 56px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(40px, 3.91vw, 60px);
  color: #0c6dbd;
}
footer .foot_contact .sec_inner .foot_contact_area a.tel::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: url(../img/common/icon_tel.svg) no-repeat bottom center/contain;
  display: inline-block;
  margin: 0 0.25em -0.05em 0;
}
footer .foot_contact .sec_inner .foot_contact_area .contact_btn {
  max-width: 458px;
  width: 29.82vw;
  text-align: center;
  background: #000;
  max-height: 86px;
  height: 5.6vw;
  display: table;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  footer .foot_contact .sec_inner .foot_contact_area .contact_btn {
    width: 100%;
    height: 17.95vw;
    margin: 0 auto;
  }
}
footer .foot_contact .sec_inner .foot_contact_area .contact_btn::before {
  content: "";
  width: min(1.82vw, 28px);
  height: min(1.82vw, 28px);
  background: #fff;
  position: absolute;
  right: min(1.63vw, 25px);
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
@media only screen and (max-width: 768px) {
  footer .foot_contact .sec_inner .foot_contact_area .contact_btn::before {
    width: min(7.18vw, 28px);
    height: min(7.18vw, 28px);
    right: min(6.41vw, 25px);
  }
}
footer .foot_contact .sec_inner .foot_contact_area .contact_btn::after {
  content: "";
  width: 0;
  height: 0;
  border-left: min(0.91vw, 12px) solid #000;
  border-top: min(0.46vw, 7px) solid transparent;
  border-bottom: min(0.46vw, 7px) solid transparent;
  position: absolute;
  right: min(2.02vw, 31px);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  footer .foot_contact .sec_inner .foot_contact_area .contact_btn::after {
    border-left: min(3.08vw, 12px) solid #000;
    border-top: min(1.79vw, 7px) solid transparent;
    border-bottom: min(1.79vw, 7px) solid transparent;
    right: min(7.95vw, 31px);
  }
}
footer .foot_contact .sec_inner .foot_contact_area .contact_btn > span {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.3px;
}
@media only screen and (max-width: 768px) {
  footer .foot_contact .sec_inner .foot_contact_area .contact_btn > span {
    font-size: min(5.13vw, 20px);
  }
}
footer .f_top {
  justify-content: space-between;
  margin-bottom: 35px;
  padding-top: 66px;
  flex-wrap: nowrap;
  gap: 3em;
  align-items: end;
}
@media only screen and (max-width: 768px) {
  footer .f_top {
    flex-wrap: wrap;
    gap: 1em;
  }
}
footer .f_top .f_contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .f_top .f_contents {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    order: 2;
    gap: 10px;
  }
}
footer .f_top .f_contents .f_pdf_link {
  color: #fff;
}
footer .f_top .f_contents .f_pdf_link a {
  color: #fff;
}
footer .f_top .f_logoarea {
  filter: brightness(0) invert(1);
  /* @include m.mq(sp) {
    order: 2;
  } */
}
@media only screen and (max-width: 768px) {
  footer .f_top .f_nav {
    order: 1;
    margin-bottom: 2em;
  }
}
footer .f_top .f_nav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 0.5em 0;
}
@media only screen and (max-width: 768px) {
  footer .f_top .f_nav ul {
    justify-content: start;
    width: 90%;
    margin: 0 auto;
  }
}
footer .f_top .f_nav ul li {
  padding: 0 1.5em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  footer .f_top .f_nav ul li {
    padding: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 1101px) {
  footer .f_top .f_nav ul li::before {
    content: "";
    width: 1px;
    height: 80%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
footer .f_top .f_nav ul li a {
  color: #fff;
}
footer .f_top .f_nav ul li:last-of-type {
  padding-right: 0;
}
footer .f_top .f_nav ul li:last-of-type::before {
  display: none;
}
footer .f_bottom {
  justify-content: space-between;
  color: #fff;
  padding-bottom: 35px;
  align-items: flex-end;
}
footer .f_bottom p {
  font-size: clamp(16px, 1.17vw, 18px);
}
@media only screen and (max-width: 768px) {
  footer .f_bottom p {
    font-size: min(3.59vw, 14px);
  }
}
footer .f_bottom p a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer .f_bottom > div {
    margin: 0 0 2em;
  }
}
footer .f_bottom .copy {
  font-size: clamp(12px, 0.91vw, 14px);
}
@media only screen and (max-width: 768px) {
  footer .f_bottom .copy {
    font-size: min(3.08vw, 12px);
  }
}
footer .foot_pdf_area {
  background: #d9d9d9;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  flex-wrap: wrap;
}
footer .foot_pdf_area a {
  width: 45%;
  max-width: 300px;
  line-height: 54px;
  height: 54px;
  background: #fff;
  border: 1px solid #6e6e6e;
  border-radius: 5px;
  font-size: clamp(14px, 1.04vw, 16px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer .foot_pdf_area a {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    font-size: min(4.1vw, 16px);
  }
}
footer .foot_pdf_area a:hover {
  background: #6e6e6e;
  color: #fff;
}

.sp {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.en_fnt {
  font-family: "Lexend", sans-serif;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 600;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.fnt_palt {
  font-feature-settings: "palt";
}

a.text_underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

main {
  display: block;
  width: 100%;
  position: relative;
  /* overflow-x: hidden; */
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  main {
    padding-top: 60px;
  }
}
main section {
  padding: min(6.9vw, 106px) 0;
}
@media only screen and (max-width: 768px) {
  main section {
    padding: min(12.82vw, 50px) 0;
  }
}

footer {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.sec_inner {
  max-width: 1536px;
  width: 90%;
  margin: 0 auto;
}
.sec_inner.sec_size02 {
  max-width: 1200px;
}

.radius10 {
  border-radius: 10px;
}

p {
  font-size: clamp(12px, 0.91vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: min(3.59vw, 14px);
  }
}

/***********************
　　　タイトル
*************************/
.sec_ttl {
  text-align: center;
  position: relative;
  padding-top: min(3.91vw, 60px);
  margin-bottom: min(1.82vw, 28px);
}
@media only screen and (max-width: 768px) {
  .sec_ttl {
    padding-top: min(8vw, 60px);
    margin-bottom: min(8vw, 60px);
  }
}
.sec_ttl .back_ttl {
  font-size: clamp(80px, 7.81vw, 120px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 0.8;
  color: #19B1E0;
  opacity: 0.15;
  font-weight: 500;
  letter-spacing: clamp(2px, 0.39vw, 6px);
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .sec_ttl .back_ttl {
    font-size: min(20.51vw, 80px);
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 120%;
  }
}
.sec_ttl h2 {
  font-size: clamp(24px, 2.34vw, 36px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 768px) {
  .sec_ttl h2 {
    font-size: min(8.21vw, 32px);
  }
}
.sec_ttl h2 span {
  font-size: 134%;
}
.sec_ttl.col_white .back_ttl.en_fnt {
  color: #fff;
}
.sec_ttl.col_white h2 {
  color: #fff;
}

.sec_ttl02 {
  font-size: clamp(28px, 2.6vw, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 768px) {
  .sec_ttl02 {
    font-size: min(9.23vw, 36px);
  }
}
.sec_ttl02 span {
  display: block;
  font-size: clamp(18px, 1.56vw, 24px);
  color: #0C6DBD;
}
@media only screen and (max-width: 768px) {
  .sec_ttl02 span {
    font-size: min(6.15vw, 24px);
  }
}

.fnt36 {
  font-size: clamp(24px, 2.34vw, 36px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  margin: 0.25em 0 0.5em;
}
@media only screen and (max-width: 768px) {
  .fnt36 {
    font-size: min(8.21vw, 32px);
  }
}

.fnt30 {
  font-size: clamp(20px, 1.95vw, 30px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .fnt30 {
    font-size: min(6.67vw, 26px);
  }
}
.fnt30 .text_left {
  text-align: left;
}

.blue_text {
  color: #0C6DBD;
}

/***********************
　　　リンク
*************************/
@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.commonBtn {
  background: #fff;
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 300px;
  line-height: 54px;
  border: 1px solid #0C6DBD;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .commonBtn {
    width: 100%;
    max-width: 350px;
    font-size: min(4.62vw, 18px);
  }
}
.commonBtn::before {
  content: "";
  width: min(1.82vw, 28px);
  height: min(1.82vw, 28px);
  background: #19B1E0;
  position: absolute;
  right: min(0.98vw, 15px);
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
@media only screen and (max-width: 768px) {
  .commonBtn::before {
    width: min(7.18vw, 28px);
    height: min(7.18vw, 28px);
    right: min(3.85vw, 15px);
  }
}
.commonBtn::after {
  content: "";
  width: 0;
  height: 0;
  border-left: min(0.65vw, 10px) solid #fff;
  border-top: min(0.39vw, 6px) solid transparent;
  border-bottom: min(0.39vw, 6px) solid transparent;
  position: absolute;
  right: min(1.5vw, 23px);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .commonBtn::after {
    border-left: min(2.56vw, 10px) solid #fff;
    border-top: min(1.54vw, 6px) solid transparent;
    border-bottom: min(1.54vw, 6px) solid transparent;
    right: min(5.9vw, 23px);
  }
}
.commonBtn:hover {
  background: #0C6DBD;
  color: #fff;
}
.commonBtn.center {
  margin: 0 auto;
}

/***********************
　　　table
*************************/
.table01 {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 5px;
}
.table01 th, .table01 td {
  padding: 1.05em 2em;
  font-size: clamp(14px, 1.04vw, 16px);
  box-sizing: border-box;
  line-height: 200%;
}
@media only screen and (max-width: 768px) {
  .table01 th, .table01 td {
    display: block;
    padding: 0.5em;
    font-size: min(4.1vw, 16px);
    line-height: 150%;
  }
}
.table01 th {
  width: 28.5%;
  border-top: 1px solid #19B1E0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .table01 th {
    padding-top: 1em;
    width: 100%;
    border: none;
  }
}
.table01 td {
  width: 75%;
  border-top: 1px solid #BBC6CC;
}
@media only screen and (max-width: 768px) {
  .table01 td {
    width: 100%;
    border-top: 1px solid #19B1E0;
  }
}
.table01 tr:last-of-type th {
  border-bottom: 1px solid #19B1E0;
}
@media only screen and (max-width: 768px) {
  .table01 tr:last-of-type th {
    border-bottom: none;
  }
}
.table01 tr:last-of-type td {
  border-bottom: 1px solid #BBC6CC;
}
@media only screen and (max-width: 768px) {
  .table01 tr:last-of-type td {
    border-bottom: none;
  }
}

.table02 {
  width: 100%;
  margin: 0 auto;
}
.table02 th, .table02 td {
  padding: 1.5em 2em;
  font-size: clamp(16px, 1.17vw, 18px);
  box-sizing: border-box;
  line-height: 200%;
}
@media only screen and (max-width: 768px) {
  .table02 th, .table02 td {
    display: block;
    padding: 0.5em;
    font-size: min(4.62vw, 18px);
    line-height: 150%;
  }
}
.table02 th {
  width: 20%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .table02 th {
    padding-top: 1em;
    width: 100%;
    border: none;
  }
}
.table02 td {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .table02 td {
    width: 100%;
    padding-bottom: 1.5em;
  }
}
.table02 tr {
  border-top: 1px solid #BBC6CC;
}
.table02 tr:last-of-type {
  border-bottom: 1px solid #BBC6CC;
}

/***********************
　　　アニメーション
*************************/
.animate {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /*   transition: all 1200ms ease; */
}
.animate.is-active {
  opacity: 1;
}

/***********************
　　　強制スペース
*************************/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

@media only screen and (max-width: 768px) {
  .spmt30 {
    margin-top: 30px !important;
  }
  .spmt40 {
    margin-top: 40px !important;
  }
  .spmt50 {
    margin-top: 50px !important;
  }
  .spmt60 {
    margin-top: 60px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
}
.middle .middle_mv {
  background: #19B1E0;
  width: 100%;
  padding: 0;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .middle .middle_mv {
    padding: 0 0 2em;
    overflow: hidden;
  }
}
.middle .middle_mv::before {
  content: "";
  width: min(41.6vw, 639px);
  height: min(23.96vw, 368px);
  background: url(../img/common/middle_summary_back.svg) no-repeat top left/contain;
  position: absolute;
  left: 0;
  top: 0;
}
.middle .middle_mv .sec_inner {
  height: 400px;
  display: table;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .middle .middle_mv .sec_inner {
    height: auto;
    display: block;
  }
}
.middle .middle_mv .middle_summary {
  display: table-cell;
  vertical-align: middle;
}
.middle .middle_mv .middle_summary .page_ttl {
  text-align: center;
  position: relative;
  padding-top: min(3.91vw, 60px);
  margin-bottom: min(1.82vw, 28px);
}
@media only screen and (max-width: 768px) {
  .middle .middle_mv .middle_summary .page_ttl {
    padding-top: min(8vw, 60px);
    margin-bottom: min(8vw, 60px);
  }
}
.middle .middle_mv .middle_summary .page_ttl span {
  font-size: clamp(80px, 7.81vw, 120px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 0.8;
  color: #fff;
  opacity: 0.15;
  font-weight: 500;
  letter-spacing: clamp(2px, 0.39vw, 6px);
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .middle .middle_mv .middle_summary .page_ttl span {
    font-size: min(20.51vw, 80px);
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 120%;
  }
}
.middle .middle_mv .middle_summary .page_ttl h2 {
  font-size: clamp(24px, 2.34vw, 36px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .middle .middle_mv .middle_summary .page_ttl h2 {
    font-size: min(8.21vw, 32px);
  }
}
.middle .middle_mv .middle_summary p {
  font-size: clamp(16px, 1.17vw, 18px);
}
@media only screen and (max-width: 768px) {
  .middle .middle_mv .middle_summary p {
    font-size: min(3.59vw, 14px);
  }
}
.middle {
  /*パンくず*/
}
.middle .pankuzu_wrap {
  margin: 10px 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .middle .pankuzu_wrap {
    position: relative;
  }
}
.middle .pankuzu_wrap .pankuzu {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.middle .pankuzu_wrap .pankuzu li:not(:last-of-type) {
  padding-right: 1.5em;
  position: relative;
}
.middle .pankuzu_wrap .pankuzu li:not(:last-of-type)::before {
  content: "";
  width: 1px;
  height: 53%;
  background: #DDDDDD;
  position: absolute;
  right: 0.75em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.middle .pankuzu_wrap .pankuzu li:not(:last-of-type) a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.middle .pankuzu_wrap .pankuzu li:not(:last-of-type) a:hover {
  text-decoration: none;
}
.middle section {
  padding: min(7.81vw, 120px) 0;
}
@media only screen and (max-width: 768px) {
  .middle section {
    padding: min(20.51vw, 80px) 0;
  }
}
.middle section:last-of-type {
  padding-bottom: min(26.04vw, 400px);
}
@media only screen and (max-width: 768px) {
  .middle section:last-of-type {
    padding-top: min(25.64vw, 100px);
  }
}
.middle {
  /*リスト*/
}
.middle .nom_list li {
  margin: 0 0 0.75em;
  padding-left: 2em;
  text-indent: -2em;
}
.middle .notes_list {
  display: inline-block;
}
.middle .notes_list li {
  margin: 0 0 0.75em;
  padding-left: 1em;
  text-indent: -1em;
}
.middle .disc_list li {
  margin: 0.75em 0;
  padding-left: 1em;
  position: relative;
}
.middle .disc_list li::before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 0.25em;
  top: 0.85em;
}
.middle .disc_list li span {
  font-weight: bold;
  font-size: 110%;
}
.middle {
  /*コンテンツブロック*/
}
.middle .block_contents {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  margin: 50px auto 80px;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents {
    margin: 5vw auto 8vw;
  }
}
.middle .block_contents .textarea h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents .textarea h3 {
    font-size: 5.4vw;
    margin-bottom: 0.45em;
  }
}
.middle .block_contents .textarea h4.sub_ttl {
  font-size: 18px;
  font-weight: 500;
  margin: 1.2em 0 0.2em;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents .textarea h4.sub_ttl {
    font-size: 4vw;
  }
}
.middle .block_contents .textarea h4.sub_ttl span {
  font-size: 24px;
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents .textarea h4.sub_ttl span {
    font-size: 5.4vw;
  }
}
.middle .block_contents .textarea .indent01 {
  padding-left: 1em;
}
.middle .block_contents .textarea p {
  margin: 0.5rem 0;
}
.middle .block_contents .textarea dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents .textarea dl {
    font-size: 4vw;
  }
}
.middle .block_contents .textarea dl dt {
  width: 7em;
}
.middle .block_contents .textarea dl dd {
  line-height: 2.2;
  width: calc(100% - 7em);
}
.middle .block_contents.type01 .textarea {
  width: 50%;
  display: table;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents.type01 .textarea {
    width: 100%;
    order: 2;
  }
}
.middle .block_contents.type01 .textarea .textarea_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 80px;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents.type01 .textarea .textarea_inner {
    padding: 5vw;
  }
}
.middle .block_contents.type01 .img_area {
  width: 50%;
  aspect-ratio: 192/125;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents.type01 .img_area {
    width: 100%;
    order: 1;
  }
}
.middle .block_contents.type01 .img_area img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.middle .block_contents.type02 .textarea {
  padding: 80px;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents.type02 .textarea {
    padding: 5vw;
  }
}
.middle .block_contents > .ttl_block {
  width: 30%;
  display: table;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents > .ttl_block {
    width: 100%;
    padding: 5vw 0;
  }
}
.middle .block_contents > .ttl_block::before {
  content: "";
  width: 1px;
  height: calc(100% - 80px);
  background: #ddd;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents > .ttl_block::before {
    width: calc(100% - 8vw);
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
  }
}
.middle .block_contents > .ttl_block h2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.middle .block_contents > .ttl_block h2 span {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents > .ttl_block h2 span {
    font-size: 6vw;
  }
}
@media only screen and (min-width: 1101px) {
  .middle .block_contents > .ttl_block h2 span {
    writing-mode: vertical-rl;
  }
}
.middle .block_contents > .ttl_block + .textarea {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents > .ttl_block + .textarea {
    width: 100%;
  }
}
.middle .block_contents > .ttl_block + .textarea .textarea_inner {
  vertical-align: text-top;
  padding: 40px 50px;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents > .ttl_block + .textarea .textarea_inner {
    padding: 4vw;
  }
}
.middle .sec_inner.block_contents_separate {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.middle .sec_inner.block_contents_separate > div {
  width: 48%;
  margin: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  .middle .sec_inner.block_contents_separate > div {
    width: 100%;
    margin: 0 0 8vw;
  }
}
.middle .sec_inner.block_contents_separate_type03 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.middle .sec_inner.block_contents_separate_type03 > div {
  width: 32%;
  margin: 0 2% 80px 0;
}
.middle .sec_inner.block_contents_separate_type03 > div:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .middle .sec_inner.block_contents_separate_type03 > div {
    width: 48%;
    margin: 0 4% 5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .middle .sec_inner.block_contents_separate_type03 > div:nth-of-type(3n) {
    margin-right: 4%;
  }
  .middle .sec_inner.block_contents_separate_type03 > div:nth-of-type(2n) {
    margin-right: 0;
  }
}
.middle .sec_inner.block_contents_separate_type03 > div .textarea {
  width: 100%;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .middle .sec_inner.block_contents_separate_type03 > div .textarea {
    padding: 2vw;
  }
}
.middle .sec_inner.block_contents_separate_type03 > div .textarea h3 {
  font-size: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .middle .sec_inner.block_contents_separate_type03 > div .textarea h3 {
    font-size: 4vw;
    margin-bottom: 0;
  }
}
.middle {
  /*エリア全体がボタン*/
}
.middle .contents_btn a {
  aspect-ratio: 960/203;
  display: block;
  width: 100%;
  padding: 100px 0;
  background: #ccc;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .middle .contents_btn a {
    aspect-ratio: auto;
    padding: 10px;
  }
}
.middle .contents_btn a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.1;
}
.middle .contents_btn a:hover::before {
  opacity: 1;
}
.middle .contents_btn a > div {
  display: table;
  height: 100%;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  width: 92%;
}
@media only screen and (max-width: 768px) {
  .middle .contents_btn a > div {
    width: 100%;
    padding: 60px 0;
  }
}
.middle .contents_btn a > div::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 120px;
  height: 1px;
  left: 0;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  .middle .contents_btn a > div::before {
    width: 1px;
    height: 30px;
    top: 0;
    left: 50%;
  }
}
.middle .contents_btn a > div .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .middle .contents_btn a > div .inner {
    padding: 0;
  }
}
.middle .contents_btn a > div .inner h2 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .middle .contents_btn a > div .inner h2 {
    font-size: 5.4vw;
  }
}

.form_area .mwform-checkbox-field label {
  display: inline-block;
}
.form_area .mwform-checkbox-field input[type=checkbox] {
  display: none;
}
.form_area .mwform-checkbox-field input[type=checkbox] + span {
  padding-left: 45px;
  display: inline-block;
  position: relative;
  margin-right: 1em;
}
.form_area .mwform-checkbox-field input[type=checkbox] + span::after, .form_area .mwform-checkbox-field input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.form_area .mwform-checkbox-field input[type=checkbox] + span::before {
  border: 1px solid #DADCE4;
  background: #fff;
  border-radius: 4px;
  left: 0.2em;
  height: 1.6675em;
  width: 1.6675em;
  top: 0em;
}
.form_area .mwform-checkbox-field input[type=checkbox] + span::after {
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  height: 1em;
  left: 0.75em;
  opacity: 0;
  top: 0.25em;
  transform: rotate(45deg);
  width: 0.5em;
}
.form_area .mwform-checkbox-field input[type=checkbox]:checked + span::before {
  background: #0C6DBD;
}
.form_area .mwform-checkbox-field input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form_area .table02 {
  width: 100%;
  margin: 2em 0;
}
.form_area .table02 tr th {
  position: relative;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .form_area .table02 tr th {
    width: 100%;
  }
}
.form_area .table02 tr th span {
  position: absolute;
  top: 35px;
  right: 0;
  font-size: 66.6668%;
  padding: 0.25em 0.5em;
  background: #DFE6E9;
  line-height: 1.2;
  color: #6E6E6E;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .form_area .table02 tr th span {
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.5em;
    left: 2em;
  }
}
.form_area .table02 tr th span.must {
  background: #D51D1D;
  color: #fff;
}
.form_area .table02 tr td button, .form_area .table02 tr td input, .form_area .table02 tr td select, .form_area .table02 tr td textarea {
  appearance: auto;
  border-radius: 4px;
  border: 1px solid #DADCE4;
  padding: 8px;
  background: #FAFAFA;
  width: 100%;
}
.form_area .table02 tr td textarea {
  width: 100%;
}
.form_area .table02 tr td p {
  padding: 4px 0;
}
.form_area .table02 tr td input.half_input {
  max-width: 400px;
}
.form_area .table02 tr td .mwform-radio-field {
  margin: 0.35em 0;
  display: inline-block;
}
.form_area .table02 tr td .mwform-radio-field label {
  display: inline-block;
}
.form_area .table02 tr td .mwform-radio-field input[type=radio] {
  display: none;
}
.form_area .table02 tr td .mwform-radio-field input[type=radio] + span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
  margin-right: 1em;
}
.form_area .table02 tr td .mwform-radio-field input[type=radio] + span::after, .form_area .table02 tr td .mwform-radio-field input[type=radio] + span::before {
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
}
.form_area .table02 tr td .mwform-radio-field input[type=radio] + span::before {
  border: 1px solid #ccc;
  left: 0.2em;
  top: 0.5em;
  height: 1em;
  width: 1em;
  background: #fff;
}
.form_area .table02 tr td .mwform-radio-field input[type=radio] + span::after {
  background: #FFF;
  height: 0.4em;
  width: 0.4em;
  left: 0.48em;
  top: 0.8em;
}
.form_area .table02 tr td .mwform-radio-field input[type=radio]:checked + span::before {
  background: #0C6DBD;
}
.form_area .table02 tr td .mwform-checkbox-field {
  margin: 0.35em 0;
  display: inline-block;
}
.form_area .table02 tr td .access dl {
  margin: 0 0 0.85em;
  display: flex;
  align-items: center;
  gap: 0.85em;
}
@media only screen and (max-width: 768px) {
  .form_area .table02 tr td .access dl {
    flex-wrap: wrap;
    gap: 0.25em;
  }
}
.form_area .table02 tr td .access dl dt {
  width: 160px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.08px;
  font-size: clamp(16px, 1.17vw, 18px);
}
@media only screen and (max-width: 768px) {
  .form_area .table02 tr td .access dl dt {
    font-size: min(4.62vw, 18px);
    width: 100%;
  }
}
.form_area .table02 tr td .access dl dd {
  width: calc(100% - (160px + 0.85em));
  display: flex;
  align-items: center;
  gap: 0.75em;
}
@media only screen and (max-width: 768px) {
  .form_area .table02 tr td .access dl dd {
    width: 100%;
  }
}
.form_area .table02 tr td .access dl dd input.zip_input {
  max-width: 200px;
}
.form_area .table02 tr td .access dl dd button.zip-button {
  padding: 0.35em 0 0.5em;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #DADCE4;
  background: #6E6E6E;
  color: #fff;
  width: 100px;
  font-size: clamp(14px, 1.04vw, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.96px;
}
@media only screen and (max-width: 768px) {
  .form_area .table02 tr td .access dl dd button.zip-button {
    font-size: min(4.1vw, 16px);
  }
}
.form_area .table02 tr td .access dl:last-of-type {
  margin-bottom: 0;
}
.form_area .privacy_check {
  text-align: center;
  margin: 50px 0;
  font-size: clamp(16px, 1.17vw, 18px);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.08px;
}
@media only screen and (max-width: 768px) {
  .form_area .privacy_check {
    font-size: min(4.62vw, 18px);
  }
}
.form_area .btn_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
  gap: 1em;
}
@media only screen and (max-width: 768px) {
  .form_area .btn_area {
    flex-wrap: wrap;
  }
}
.form_area .btn_area .btn {
  max-width: 400px;
  width: 48%;
  display: block;
  border-radius: 10px;
  background: #0C6DBD;
  position: relative;
  margin: 0 1em;
}
@media only screen and (max-width: 768px) {
  .form_area .btn_area .btn {
    width: 90%;
    margin: auto;
  }
}
.form_area .btn_area .btn::before {
  content: "";
  width: min(1.82vw, 28px);
  height: min(1.82vw, 28px);
  background: #FFF;
  position: absolute;
  right: min(0.98vw, 15px);
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
@media only screen and (max-width: 768px) {
  .form_area .btn_area .btn::before {
    width: min(7.18vw, 28px);
    height: min(7.18vw, 28px);
    right: min(3.85vw, 15px);
  }
}
.form_area .btn_area .btn::after {
  content: "";
  width: 0;
  height: 0;
  border-left: min(0.65vw, 10px) solid #0C6DBD;
  border-top: min(0.39vw, 6px) solid transparent;
  border-bottom: min(0.39vw, 6px) solid transparent;
  position: absolute;
  right: min(1.5vw, 23px);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .form_area .btn_area .btn::after {
    border-left: min(2.56vw, 10px) solid #0C6DBD;
    border-top: min(1.54vw, 6px) solid transparent;
    border-bottom: min(1.54vw, 6px) solid transparent;
    right: min(5.9vw, 23px);
  }
}
.form_area .btn_area .btn:hover {
  background: #ccc;
}
.form_area .btn_area .btn input {
  width: 100%;
  padding: 20.75px 2em;
  display: block;
  cursor: pointer;
  pointer-events: auto;
  font-size: clamp(16px, 1.3vw, 20px);
  color: #fff;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .form_area .btn_area .btn input {
    font-size: min(5.13vw, 20px);
  }
}
.form_area .btn_area input.back {
  max-width: 400px;
  width: 48%;
  display: block;
  border-radius: 10px;
  background: #DFE6E9;
  position: relative;
  padding: 20.75px 2em;
  cursor: pointer;
  pointer-events: auto;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .form_area .btn_area input.back {
    width: 90%;
    margin: auto;
    font-size: min(5.13vw, 20px);
  }
}

.mw_wp_form.mw_wp_form_confirm button.zip-button {
  display: none;
}

#index main .sec_mv {
  width: 100%;
  position: relative;
}
#index main .sec_mv::before {
  content: "";
  width: min(41.6vw, 639px);
  height: min(23.96vw, 368px);
  background: url(../img/top/header_back.svg) no-repeat top left/contain;
  position: absolute;
  top: -80px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv::before {
    width: min(81.03vw, 316px);
    height: min(53.85vw, 210px);
    background: url(../img/top/header_back_sp.svg) no-repeat top left/contain;
    top: -100px;
  }
}
#index main .sec_mv .sec_inner.mv_ttl {
  padding: 8.5em 0 3em;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .sec_inner.mv_ttl {
    text-align: center;
  }
}
#index main .sec_mv .sec_inner.mv_ttl h2 {
  font-size: clamp(32px, 2.99vw, 46px);
  font-style: normal;
  font-weight: 500;
  line-height: 152.174%;
  letter-spacing: clamp(1.57px, 0.3vw, 4.6px);
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .sec_inner.mv_ttl h2 {
    text-align: center;
    font-size: min(6.15vw, 24px);
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .slick-initialized .slick-slide {
    margin-left: 1em;
  }
}
#index main .sec_mv img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#index main .sec_reason {
  background: #19b1e0;
  padding-bottom: min(13.87vw, 213px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  #index main .sec_reason {
    padding-bottom: min(30.77vw, 120px);
  }
}
#index main .sec_reason::before {
  content: "";
  width: min(52.73vw, 810px);
  height: min(48.24vw, 741px);
  background: url(../img/top/contents01_back.svg) no-repeat bottom right/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  #index main .sec_reason::before {
    width: min(84.1vw, 328px);
    height: min(76.92vw, 300px);
    background: url(../img/top/contents01_back_sp.svg) no-repeat bottom right/contain;
  }
}
#index main .sec_reason .flex {
  gap: 2.5em;
  position: relative;
  z-index: 1;
}
#index main .sec_reason .flex .flex_inner {
  max-width: 485px;
  width: calc(33.3333333333% - 2em);
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  #index main .sec_reason .flex .flex_inner {
    max-width: 100%;
    width: 100%;
  }
}
#index main .sec_reason .flex .flex_inner > div {
  padding: 2.15em 2em 1.8em;
}
#index main .sec_reason .flex .flex_inner > div h3 {
  text-align: center;
  font-size: clamp(18px, 1.56vw, 24px);
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 768px) {
  #index main .sec_reason .flex .flex_inner > div h3 {
    font-size: min(6.15vw, 24px);
  }
}
#index main .sec_reason .flex .flex_inner > div h3 span {
  font-size: clamp(20px, 1.69vw, 26px);
  color: #fff;
  background: #000;
  display: block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin: 0 auto 0.25em;
  border-radius: 100%;
}
@media only screen and (max-width: 768px) {
  #index main .sec_reason .flex .flex_inner > div h3 span {
    font-size: min(6.67vw, 26px);
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec_reason .flex .flex_inner img {
    width: 100%;
  }
}
#index main .sec_service {
  background: #ddf2fa;
  position: relative;
  padding-bottom: min(8.14vw, 125px);
}
@media only screen and (max-width: 768px) {
  #index main .sec_service {
    padding: min(15.38vw, 60px) 0;
  }
}
#index main .sec_service::before {
  content: "";
  width: 100%;
  height: min(26.77vw, 514px);
  background: url(../img/top/contents02_back_top.svg) no-repeat top right/100% auto;
  position: absolute;
  top: max(-6.04vw, -116px);
  left: 0;
  z-index: 0;
}
#index main .sec_service::after {
  content: "";
  width: min(36.13vw, 555px);
  height: min(32.23vw, 495px);
  background: url(../img/top/contents02_back.svg) no-repeat bottom left/contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #index main .sec_service::after {
    width: min(58.97vw, 230px);
    height: min(52.56vw, 205px);
  }
}
#index main .sec_service .sec_ttl {
  margin-bottom: min(0.91vw, 14px);
}
#index main .sec_service h3 {
  text-align: center;
  font-size: clamp(18px, 1.56vw, 24px);
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.75em;
}
#index main .sec_service .flex {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #index main .sec_service .flex {
    gap: 1.5em;
  }
}
#index main .sec_service .flex .textarea {
  width: 46%;
}
@media only screen and (max-width: 768px) {
  #index main .sec_service .flex .textarea {
    width: 100%;
    order: 2;
  }
}
#index main .sec_service .flex .img_area {
  max-width: 800px;
  width: 52.08%;
}
@media only screen and (max-width: 768px) {
  #index main .sec_service .flex .img_area {
    width: 100%;
    order: 1;
    margin-top: 2em;
  }
}
#index main .sec_company {
  background: url(../img/top/contents03_back.svg) no-repeat bottom center/contain;
  padding-bottom: min(7.81vw, 120px);
}
@media only screen and (max-width: 768px) {
  #index main .sec_company {
    background: url(../img/top/contents03_back.svg) no-repeat bottom center/120% auto;
  }
}
#index main .sec_company .table01 {
  max-width: 850px;
  margin-top: 36px;
}
#index main .foot_contents {
  background: #ddf2fa;
  padding-top: min(4.95vw, 76px);
  position: relative;
  padding-bottom: min(18.23vw, 280px);
}
@media only screen and (max-width: 768px) {
  #index main .foot_contents {
    padding-top: min(15.38vw, 60px);
  }
}
#index main .foot_contents::before {
  content: "";
  width: min(47.79vw, 734px);
  height: min(34.64vw, 532px);
  background: url(../img/common/foot_back.svg) no-repeat bottom right/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
#index main .foot_contents .foot_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  margin-bottom: min(4.95vw, 76px);
}
@media only screen and (max-width: 768px) {
  #index main .foot_contents .foot_btn {
    flex-wrap: wrap;
    margin-bottom: min(15.38vw, 60px);
  }
}
#index main .foot_contents .foot_btn a {
  max-width: 507px;
  width: 33.01vw;
  text-align: center;
  max-height: 200px;
  height: 13.02vw;
  border-radius: 10px;
  background: #0c6dbd;
  display: table;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #index main .foot_contents .foot_btn a {
    width: 90%;
    height: 35.9vw;
    max-height: 140px;
  }
}
#index main .foot_contents .foot_btn a::before {
  content: "";
  width: min(2.6vw, 40px);
  height: min(2.6vw, 40px);
  background: #fff;
  position: absolute;
  right: min(2.15vw, 33px);
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
@media only screen and (max-width: 768px) {
  #index main .foot_contents .foot_btn a::before {
    width: min(7.69vw, 30px);
    height: min(7.69vw, 30px);
    right: min(5.13vw, 20px);
  }
}
#index main .foot_contents .foot_btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: min(1.04vw, 16px) solid #0c6dbd;
  border-top: min(0.59vw, 9px) solid transparent;
  border-bottom: min(0.59vw, 9px) solid transparent;
  position: absolute;
  right: min(2.8vw, 43px);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #index main .foot_contents .foot_btn a::after {
    border-left: min(3.08vw, 12px) solid #0c6dbd;
    border-top: min(1.79vw, 7px) solid transparent;
    border-bottom: min(1.79vw, 7px) solid transparent;
    right: min(6.92vw, 27px);
  }
}
#index main .foot_contents .foot_btn a:hover {
  opacity: 0.8;
}
#index main .foot_contents .foot_btn a > span {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: clamp(20px, 1.69vw, 26px);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.3px;
}
#index main .foot_contents .foot_btn a > span span {
  padding-top: clamp(40px, 4.56vw, 70px);
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #index main .foot_contents .foot_btn a > span span {
    padding-top: min(17.95vw, 70px);
  }
}
#index main .foot_contents .foot_btn a > span span::before {
  content: "";
  width: min(3.91vw, 60px);
  height: min(3.91vw, 60px);
  background: url(../img/common/foot_icon01.svg) no-repeat bottom center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #index main .foot_contents .foot_btn a > span span::before {
    width: min(15.38vw, 60px);
    height: min(15.38vw, 60px);
  }
}
#index main .foot_contents .foot_btn a.foot_qa > span span::before {
  background: url(../img/common/foot_icon02.svg) no-repeat bottom center/contain;
}

#service main section {
  position: relative;
  z-index: 1;
}
#service main .flex {
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
  margin-bottom: min(6.51vw, 100px);
}
#service main .flex .textarea {
  width: min(46.68%, 717px);
}
@media only screen and (max-width: 768px) {
  #service main .flex .textarea {
    width: 100%;
    order: 1;
  }
}
#service main .flex .textarea .service_nom {
  color: #0C6DBD;
  font-size: clamp(18px, 1.56vw, 24px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #service main .flex .textarea .service_nom {
    font-size: min(6.15vw, 24px);
  }
}
#service main .flex .textarea .service_nom span {
  width: 38px;
  height: 38px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  font-size: 90%;
  border-radius: 60px;
  background: #0C6DBD;
  color: #fff;
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  #service main .flex .textarea .service_nom span {
    width: min(9.74vw, 38px);
    height: min(9.74vw, 38px);
    line-height: min(9.74vw, 38px);
  }
}
#service main .flex .img_block {
  width: min(50%, 768px);
}
@media only screen and (max-width: 768px) {
  #service main .flex .img_block {
    width: 100%;
    order: 2;
  }
}
#service main .sec01 {
  background: #DDF2FA;
}
#service main .sec01::before {
  content: "";
  width: min(28.91vw, 555px);
  height: min(25.78vw, 495px);
  background: url(../img/service/service01_back_top.svg) no-repeat top right/contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#service main .sec01::after {
  content: "";
  width: min(28.91vw, 555px);
  height: min(25.78vw, 495px);
  background: url(../img/service/service01_back_bottom.svg) no-repeat bottom left/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#service main .sec02::before {
  content: "";
  width: 100%;
  height: min(33.46vw, 514px);
  background: url(../img/common/white_wave.svg) no-repeat top left/100% auto;
  position: absolute;
  top: max(-7.62vw, -117px);
  z-index: -1;
}
#service main .sec02::after {
  content: "";
  width: min(42.19vw, 810px);
  height: min(38.59vw, 741px);
  background: url(../img/service/service02_back.svg) no-repeat bottom right/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#service main .sec03 {
  background: #DDF2FA;
}
#service main .sec03::before {
  content: "";
  width: 100%;
  height: min(33.46vw, 514px);
  background: url(../img/common/blue_wave.svg) no-repeat top left/100% auto;
  position: absolute;
  top: max(-7.62vw, -117px);
  z-index: -1;
}
#service main .sec03::after {
  content: "";
  width: min(25.78vw, 495px);
  height: min(43.39vw, 833px);
  background: url(../img/service/service03_back.svg) no-repeat bottom left/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#flow main section:not(.middle_mv, :last-of-type) {
  position: relative;
  z-index: 1;
}
#flow main section:not(.middle_mv, :last-of-type) .sec_inner {
  margin-bottom: min(6.51vw, 100px);
}
#flow main .sec01::before {
  content: "";
  width: min(28.91vw, 555px);
  height: min(25.78vw, 495px);
  background: url(../img/flow/flow01_back_top.svg) no-repeat top right/contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#flow main .sec01::after {
  content: "";
  width: min(28.91vw, 555px);
  height: min(25.78vw, 495px);
  background: url(../img/flow/flow01_back_bottom.svg) no-repeat bottom left/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#flow main .sec01 .sec_inner {
  position: relative;
  max-width: 1200px;
}
#flow main .sec01 .sec_inner::before {
  content: "";
  width: min(1.95vw, 30px);
  height: 80%;
  background: #BBC6CC;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #flow main .sec01 .sec_inner::before {
    width: min(7.69vw, 30px);
  }
}
#flow main .sec01 .contents_block {
  padding: min(3.91vw, 60px);
  border: 2px solid #BBC6CC;
  border-radius: 10px;
  background: #fff;
  margin-bottom: min(3.91vw, 60px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #flow main .sec01 .contents_block {
    padding: min(15.38vw, 60px) min(7.69vw, 30px);
    margin-bottom: min(10.26vw, 40px);
  }
}
#flow main .sec01 .contents_block:last-of-type {
  margin-bottom: 0;
}
#flow main .sec01 .contents_block .flow_nom {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  background: #0C6DBD;
  color: #fff;
  font-size: clamp(20px, 1.95vw, 30px);
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #flow main .sec01 .contents_block .flow_nom {
    font-size: min(6.67vw, 26px);
  }
}
#flow main .sec01 .contents_block p {
  margin: 30px 0;
  font-size: clamp(14px, 1.04vw, 16px);
}
@media only screen and (max-width: 768px) {
  #flow main .sec01 .contents_block p {
    font-size: min(4.1vw, 16px);
  }
}
#flow main .sec01 .contents_block ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
#flow main .sec01 .contents_block ul li {
  height: 70px;
  max-width: 320px;
  width: calc(33.3333333333% - 20px);
  display: table;
  border-radius: 10px;
  background: #DFE6E9;
  font-size: clamp(16px, 1.3vw, 20px);
}
@media only screen and (max-width: 768px) {
  #flow main .sec01 .contents_block ul li {
    width: 100%;
    max-width: 100%;
    font-size: min(5.13vw, 20px);
  }
}
#flow main .sec01 .contents_block ul li > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 125%;
}
#flow main .sec01 .contents_block ul li > span > span {
  font-size: clamp(14px, 1.04vw, 16px);
}
@media only screen and (max-width: 768px) {
  #flow main .sec01 .contents_block ul li > span > span {
    font-size: min(4.1vw, 16px);
  }
}
#flow main .sec02 {
  background: #DDF2FA;
  position: relative;
  z-index: 1;
}
#flow main .sec02::before {
  content: "";
  width: 100%;
  height: min(33.46vw, 514px);
  background: url(../img/common/blue_wave.svg) no-repeat top left/100% auto;
  position: absolute;
  top: max(-7.62vw, -117px);
  z-index: -1;
}
#flow main .sec02::after {
  content: "";
  width: min(52.73vw, 810px);
  height: min(66.02vw, 1014px);
  background: url(../img/flow/flow02_back.svg) no-repeat bottom right/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#flow main .sec02 .sec_inner > p.center {
  font-size: clamp(16px, 1.3vw, 20px);
}
@media only screen and (max-width: 768px) {
  #flow main .sec02 .sec_inner > p.center {
    font-size: min(5.13vw, 20px);
  }
}
#flow main .sec02 .sec02_contents01 {
  margin-top: 50px;
  padding: min(3.91vw, 60px) min(5.21vw, 80px);
  border-radius: 10px;
  background: #0C6DBD;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  #flow main .sec02 .sec02_contents01 {
    padding: min(15.38vw, 60px) min(7.69vw, 30px);
  }
}
#flow main .sec02 .sec02_contents01 dl {
  display: flex;
  align-items: baseline;
  color: #fff;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  #flow main .sec02 .sec02_contents01 dl {
    gap: 10px;
    flex-wrap: wrap;
  }
}
#flow main .sec02 .sec02_contents01 dl dt {
  font-size: clamp(20px, 1.69vw, 26px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  #flow main .sec02 .sec02_contents01 dl dt {
    font-size: min(6.15vw, 24px);
  }
}
#flow main .sec02 .sec02_contents01 dl dt span {
  font-size: clamp(16px, 1.3vw, 20px);
}
@media only screen and (max-width: 768px) {
  #flow main .sec02 .sec02_contents01 dl dt span {
    font-size: min(4.62vw, 18px);
  }
}
#flow main .sec02 .sec02_contents01 dl dd {
  font-size: clamp(20px, 2.47vw, 38px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  #flow main .sec02 .sec02_contents01 dl dd {
    font-size: min(9.74vw, 38px);
    width: 100%;
    text-align: right;
    line-height: 1;
  }
}
#flow main .sec02 .sec02_contents01 dl dd span {
  font-size: clamp(45px, 3.91vw, 60px);
}
@media only screen and (max-width: 768px) {
  #flow main .sec02 .sec02_contents01 dl dd span {
    font-size: min(15.38vw, 60px);
  }
}
#flow main .sec02 .sec02_contents01 > p.center {
  font-size: clamp(16px, 1.3vw, 20px);
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #flow main .sec02 .sec02_contents01 > p.center {
    font-size: min(5.13vw, 20px);
    text-align: left;
  }
}
#flow main .sec02 .sec02_contents01 > p.center span.remarks {
  padding-right: 0.75em;
  position: relative;
}
#flow main .sec02 .sec02_contents01 > p.center span.remarks::after {
  content: "※";
  color: #fff;
  font-size: 60%;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}
#flow main .sec02 .sec02_contents01 .notes_list li {
  color: #fff;
}
#flow main .sec02 .sec02_contents01 .sec02_contents01_inner {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  #flow main .sec02 .sec02_contents01 .sec02_contents01_inner {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#flow main .sec02 .sec02_contents01 .sec02_contents01_inner .sec02_contents01_inner_block {
  background: #fff;
  padding: 30px;
  width: calc(33.3333333333% - 25px);
  max-width: 433px;
  border-radius: 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #flow main .sec02 .sec02_contents01 .sec02_contents01_inner .sec02_contents01_inner_block {
    width: 100%;
  }
}
#flow main .sec02 .sec02_contents01 .sec02_contents01_inner .sec02_contents01_inner_block h4 {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: clamp(18px, 1.56vw, 24px);
  padding-top: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #flow main .sec02 .sec02_contents01 .sec02_contents01_inner .sec02_contents01_inner_block h4 {
    font-size: min(6.15vw, 24px);
    padding-top: min(10.26vw, 40px);
  }
}
#flow main .sec02 .sec02_contents01 .sec02_contents01_inner .sec02_contents01_inner_block h4::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/flow/check_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #flow main .sec02 .sec02_contents01 .sec02_contents01_inner .sec02_contents01_inner_block h4::before {
    width: min(7.69vw, 30px);
    height: min(7.69vw, 30px);
  }
}
#flow main .sec02 .sec02_contents01 .sec02_contents01_inner .sec02_contents01_inner_block p {
  font-size: clamp(14px, 1.04vw, 16px);
}
@media only screen and (max-width: 768px) {
  #flow main .sec02 .sec02_contents01 .sec02_contents01_inner .sec02_contents01_inner_block p {
    font-size: min(4.1vw, 16px);
    line-height: 1.5;
    margin-top: 0.5em;
  }
}
#flow main .sec02 .sec02_contents02 {
  padding: 50px 0;
  max-width: 1200px;
  margin: 50px auto 0;
  border-top: 1px solid #0C6DBD;
  border-bottom: 1px solid #0C6DBD;
}
#flow main .sec02 .sec02_contents02 h3 {
  font-size: clamp(20px, 1.69vw, 26px);
  color: #0C6DBD;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.15em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #flow main .sec02 .sec02_contents02 h3 {
    font-size: min(6.67vw, 26px);
  }
}
#flow main .sec02 .sec02_contents02 p {
  font-size: clamp(14px, 1.04vw, 16px);
}
@media only screen and (max-width: 768px) {
  #flow main .sec02 .sec02_contents02 p {
    font-size: min(4.1vw, 16px);
  }
}

#faq main section {
  position: relative;
  z-index: 1;
}
#faq main .faq_area {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
#faq main .faq_area .faq_area_inner {
  padding: 50px;
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  #faq main .faq_area .faq_area_inner {
    padding: min(12.82vw, 50px) min(7.69vw, 30px);
  }
}
#faq main .faq_area .faq_area_inner h4 {
  font-size: clamp(18px, 1.43vw, 22px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #BBC6CC;
}
@media only screen and (max-width: 768px) {
  #faq main .faq_area .faq_area_inner h4 {
    font-size: min(5.13vw, 20px);
  }
}
#faq main .faq_area .faq_area_inner h4 .question {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: clamp(20px, 1.69vw, 26px);
  border-radius: 60px;
  background: #000;
  color: #fff;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #faq main .faq_area .faq_area_inner h4 .question {
    width: min(10.77vw, 42px);
    height: min(10.77vw, 42px);
    line-height: min(10.77vw, 42px);
    font-size: min(6.15vw, 24px);
  }
}
#faq main .faq_area .faq_area_inner h4 span:last-of-type {
  width: calc(100% - (60px + 0.5em));
  padding: 0.15em 0;
}
#faq main .faq_area .faq_area_inner .textarea {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
#faq main .faq_area .faq_area_inner .textarea > span {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: clamp(20px, 1.69vw, 26px);
  border-radius: 60px;
  background: #0C6DBD;
  color: #fff;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #faq main .faq_area .faq_area_inner .textarea > span {
    width: min(10.77vw, 42px);
    height: min(10.77vw, 42px);
    line-height: min(10.77vw, 42px);
    font-size: min(6.15vw, 24px);
  }
}
#faq main .faq_area .faq_area_inner .textarea .textarea_answer {
  padding: 0.5em 0;
  width: calc(100% - (60px + 0.5em));
  font-size: clamp(14px, 1.04vw, 16px);
}
@media only screen and (max-width: 768px) {
  #faq main .faq_area .faq_area_inner .textarea .textarea_answer {
    font-size: min(4.1vw, 16px);
  }
}
#faq main .sec01 {
  background: #DDF2FA;
}
#faq main .sec01::before {
  content: "";
  width: min(28.91vw, 555px);
  height: min(25.78vw, 495px);
  background: url(../img/service/service01_back_top.svg) no-repeat top right/contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#faq main .sec01::after {
  content: "";
  width: min(25.78vw, 495px);
  height: min(43.39vw, 833px);
  background: url(../img/service/service03_back.svg) no-repeat bottom left/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#privacy-policy main section {
  position: relative;
  z-index: 1;
}
#privacy-policy main h2.fnt30 {
  color: #0C6DBD;
}
#privacy-policy main p {
  font-size: clamp(16px, 1.17vw, 18px);
}
@media only screen and (max-width: 768px) {
  #privacy-policy main p {
    font-size: min(4.62vw, 18px);
  }
}
#privacy-policy main dl dt {
  color: #0C6DBD;
  font-size: clamp(18px, 1.43vw, 22px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #privacy-policy main dl dt {
    font-size: min(5.64vw, 22px);
  }
}
#privacy-policy main dl dd {
  font-size: clamp(14px, 1.04vw, 16px);
  margin-top: 0.75em;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media only screen and (max-width: 768px) {
  #privacy-policy main dl dd {
    font-size: min(4.1vw, 16px);
  }
}
#privacy-policy main dl dd .disc_list li {
  margin: 0.25em 0;
}
#privacy-policy main dl dd .privacy_inner {
  display: block;
  border-radius: 10px;
  border: 1px solid #BBC6CC;
  background: #FFF;
  padding: min(1.95vw, 30px);
  margin-top: 10px;
  max-width: 365px;
}
@media only screen and (max-width: 768px) {
  #privacy-policy main dl dd .privacy_inner {
    padding: min(7.69vw, 30px) min(3.85vw, 15px);
    max-width: 100%;
  }
}
#privacy-policy main dl dd .privacy_inner p {
  font-size: clamp(14px, 1.04vw, 16px);
}
@media only screen and (max-width: 768px) {
  #privacy-policy main dl dd .privacy_inner p {
    font-size: min(4.1vw, 16px);
  }
}
#privacy-policy main .sec01::before {
  content: "";
  width: min(28.91vw, 555px);
  height: min(25.78vw, 495px);
  background: url(../img/privacy/back_top.svg) no-repeat top right/contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#privacy-policy main .sec01::after {
  content: "";
  width: min(25.78vw, 495px);
  height: min(43.39vw, 833px);
  background: url(../img/privacy/back_bottom.svg) no-repeat bottom left/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#contact main section,
#thanks main section {
  position: relative;
  z-index: 1;
}
#contact main section p,
#thanks main section p {
  font-size: clamp(16px, 1.17vw, 18px);
}
@media only screen and (max-width: 768px) {
  #contact main section p,
  #thanks main section p {
    font-size: min(3.59vw, 14px);
  }
}
#contact main .tel_block,
#thanks main .tel_block {
  max-width: 1000px;
  border-radius: 10px;
  background: #DDF2FA;
  padding: min(6.67vw, 80px) min(4.17vw, 50px);
  margin: 0 auto min(10vw, 120px);
}
@media only screen and (max-width: 768px) {
  #contact main .tel_block,
  #thanks main .tel_block {
    margin-bottom: min(25.64vw, 100px);
  }
}
#contact main .tel_block .tel_area,
#thanks main .tel_block .tel_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.15em;
  margin-top: min(4.17vw, 50px);
}
@media only screen and (max-width: 768px) {
  #contact main .tel_block .tel_area,
  #thanks main .tel_block .tel_area {
    flex-wrap: wrap;
    gap: 1.75em;
  }
}
#contact main .tel_block .tel_area a,
#thanks main .tel_block .tel_area a {
  font-size: clamp(34px, 3.65vw, 56px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(40px, 3.91vw, 60px);
  color: #0C6DBD;
}
#contact main .tel_block .tel_area a::before,
#thanks main .tel_block .tel_area a::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: url(../img/common/icon_tel.svg) no-repeat bottom center/contain;
  display: inline-block;
  margin: 0 0.25em -0.05em 0;
}
#contact main .tel_block .tel_area div span,
#thanks main .tel_block .tel_area div span {
  display: block;
  font-size: clamp(16px, 1.17vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  #contact main .tel_block .tel_area div span,
  #thanks main .tel_block .tel_area div span {
    font-size: min(4.62vw, 18px);
  }
}
#contact main .sec01::before,
#thanks main .sec01::before {
  content: "";
  width: min(28.91vw, 555px);
  height: min(25.78vw, 495px);
  background: url(../img/privacy/back_top.svg) no-repeat top right/contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#contact main .sec01::after,
#thanks main .sec01::after {
  content: "";
  width: min(25.78vw, 495px);
  height: min(43.39vw, 833px);
  background: url(../img/privacy/back_bottom.svg) no-repeat bottom left/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.pageTop {
  z-index: 99;
  position: fixed;
  bottom: 40px;
  right: 40px;
}
@media only screen and (max-width: 768px) {
  .pageTop {
    right: 2vw;
    bottom: 2vw;
  }
}
.pageTop a {
  position: relative;
  display: block;
  text-indent: -9999px;
  width: min(3.91vw, 60px);
  height: min(3.91vw, 60px);
  background: #000;
  border: 2px solid #fff;
  border-radius: 100%;
}
@media only screen and (max-width: 768px) {
  .pageTop a {
    width: min(12.82vw, 50px);
    height: min(12.82vw, 50px);
  }
}
.pageTop a::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: min(1.3vw, 20px) solid #fff;
  border-left: min(0.85vw, 13px) solid transparent;
  border-right: min(0.85vw, 13px) solid transparent;
  position: absolute;
  right: 0;
  top: -0.25em;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .pageTop a::before {
    border-bottom: min(3.85vw, 15px) solid #fff;
    border-left: min(2.56vw, 10px) solid transparent;
    border-right: min(2.56vw, 10px) solid transparent;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes shorter {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes expand {
  from {
    width: 0;
  }
  to {
    width: 110%;
  }
}
@keyframes bgUpAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}

/*# sourceMappingURL=style.css.map */
