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

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

sup {
  vertical-align: super;
}

a:link {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #000000;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.025em;
  -webkit-text-size-adjust: 100%;
}
@media (width < 767px) {
  body {
    font-size: 1.4rem;
  }
}

.pc-only {
  display: block !important;
}
@media (width < 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (width < 767px) {
  .sp-only {
    display: block !important;
  }
}

.header {
  background-color: #ffffff;
  max-width: 100%;
  padding: 16px 48px;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (width < 767px) {
  .header {
    padding: 12px 8px;
  }
}
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.header.is-fixed.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.is-fixed .header__btn {
  display: block;
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  width: 247px;
  height: auto;
}
@media (width < 767px) {
  .header__logo {
    width: 164px;
  }
}
.header__logo img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__btn {
  font-size: 1.6rem;
  width: auto;
  height: auto;
  line-height: 1;
  text-align: center;
}
@media (width < 767px) {
  .header__btn {
    display: none !important;
  }
}
.header__btn a {
  background: -webkit-gradient(linear, left top, right top, color-stop(48%, #2078ca), to(#004B91));
  background: -webkit-linear-gradient(left, #2078ca 48%, #004B91 100%);
  background: linear-gradient(to right, #2078ca 48%, #004B91 100%);
  color: #ffffff;
  display: block;
  padding: 12px 25px 14px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__btn a:hover {
  opacity: 0.7;
}

.main-visual {
  background: url("../img/mainvisual_pc.jpg") no-repeat top center/cover;
  max-width: 100%;
  height: 305px;
  margin: auto;
}
@media (width < 767px) {
  .main-visual {
    background-image: url("../img/mainvisual_sp.jpg");
    height: 430px;
  }
}
.main-visual__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*		justify-content: space-between;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  height: 305px;
  margin: auto;
}
@media (width < 1200px) {
  .main-visual__inner {
    padding: 0 1em;
  }
}
@media (width < 767px) {
  .main-visual__inner {
    max-width: 100%;
    height: 430px;
  }
}
.main-visual__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
}
@media (width < 767px) {
  .main-visual__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}
.main-visual__copy {
  color: #ffffff;
}
.main-visual__copy h1 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (width < 767px) {
  .main-visual__copy h1 {
    font-size: 2.4rem;
  }
}
.main-visual__copy h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 24px;
  line-height: 1.2;
}
@media (width < 767px) {
  .main-visual__copy h2 {
    font-size: 1.4rem;
    margin-top: 16px;
    line-height: 1.3;
  }
}
.main-visual__box {
  background-color: rgba(86, 174, 255, 0.5);
  color: #ffffff;
  width: 360px;
  padding: 24px;
}
@media (width < 767px) {
  .main-visual__box {
    width: auto;
    padding: 16px;
  }
}
.main-visual__box h3 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media (width < 767px) {
  .main-visual__box h3 {
    font-size: 1.6rem;
  }
}
.main-visual__box ul {
  margin-top: 24px;
}
@media (width < 767px) {
  .main-visual__box ul {
    margin-top: 16px;
  }
}
.main-visual__box ul li {
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}
@media (width < 767px) {
  .main-visual__box ul li {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.common-header {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
@media (width < 767px) {
  .common-header {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
.common-header--black {
  color: #000000;
}
.common-header--blue {
  color: #1ab7ff;
}
.common-header--small {
  font-size: 2.4rem;
}

.common-lead {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 840px;
  margin: 32px auto 0;
}
@media (width < 767px) {
  .common-lead {
    margin-top: 20px;
  }
}

.trouble {
  background-color: #31435f;
  max-width: 100%;
  padding: 48px 0 100px;
}
@media (width < 1200px) {
  .trouble {
    padding: 40px 1em;
  }
}
@media (width < 767px) {
  .trouble {
    padding: 32px 0 48px;
  }
}
.trouble__inner {
  max-width: 1100px;
  margin: auto;
}
@media (width < 767px) {
  .trouble__inner {
    max-width: 100%;
    margin: 0 1.5em;
  }
}
.trouble__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 48px;
  max-width: 960px;
  margin: 48px auto 0;
}
@media (width < 767px) {
  .trouble__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    max-width: 100%;
    margin: 32px auto 0;
  }
}
.trouble__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 456px;
  height: 238px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (width < 767px) {
  .trouble__box {
    width: auto;
    height: auto;
    padding: 16px 0;
  }
}
.trouble__lead {
  font-size: 1.6rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.3;
}
@media (width < 767px) {
  .trouble__lead {
    font-size: 1.4rem;
  }
}
.trouble__message {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 32px;
}
@media (width < 767px) {
  .trouble__message {
    font-size: 1.6rem;
  }
}
.trouble__message strong {
  font-size: 3.2rem;
  font-weight: 600;
  color: #1ab7ff;
}
@media (width < 767px) {
  .trouble__message strong {
    font-size: 3rem;
  }
}

.reason {
  padding: 64px 0 80px;
}
@media (width < 767px) {
  .reason {
    padding: 48px 0 64px;
  }
}
.reason__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  max-width: 960px;
  margin: 48px auto 0;
}
@media (width < 767px) {
  .reason__content {
    display: block;
    margin: 32px 2em 0;
  }
}
@media (width < 767px) {
  .reason__content .slick-list {
    height: 110% !important;
    padding-bottom: 10px;
  }
}
@media (width < 767px) {
  .reason__content .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (width < 767px) {
  .reason__content .slick-slide {
    height: auto;
  }
}
@media (width < 767px) {
  .reason__content .slick-slide > .reason_box {
    height: 100%;
  }
}
.reason__content .slick-dots {
  bottom: -35px;
}
.reason__content .slick-dots li button::before {
  font-size: 1.4rem;
}
.reason__box {
  padding: 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 0;
}
@media (width < 767px) {
  .reason__box {
    padding: 24px 1em;
  }
}
.reason__title {
  font-size: 2rem;
  font-weight: 700;
  color: #1ab7ff;
}
.reason__title span {
  font-family: "Inter", sans-serif;
}
.reason__lead {
  font-size: 1.6rem;
  margin-top: 16px;
}
.reason__point {
  margin-top: 32px;
}
.reason__point h4 {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1ab7ff;
  line-height: 1;
}
.reason__point dl dt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1ab7ff;
  margin-top: 14px;
}
.reason__point dl dt::before {
  background: url("../img/icon_check.svg") no-repeat left center/100%;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.reason__point dl dd {
  margin-top: 8px;
}
.reason__point dl dd p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 20px;
}

.example {
  background-color: #31435f;
  max-width: 100%;
  padding: 60px 0;
}
@media (width < 767px) {
  .example {
    padding: 48px 0;
  }
}
.example__inner {
  width: 1040px;
  margin: auto;
}
@media (width < 767px) {
  .example__inner {
    width: auto;
    margin: 0 2em;
  }
}
.example__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 42px 40px;
  margin: 40px auto 0;
}
@media (width < 767px) {
  .example__content {
    margin: 24px auto 0;
  }
}
@media (width < 767px) {
  .example__content .slick-list {
    height: 110% !important;
    padding-bottom: 10px;
  }
}
@media (width < 767px) {
  .example__content .slick-dots {
    margin-top: 16px;
  }
}
.example__content .slick-dots li button::before {
  font-size: 1.4rem;
}
.example__block {
  width: 320px;
  padding: 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (width < 767px) {
  .example__block {
    width: auto;
    margin: auto;
  }
}
.example__heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1ab7ff;
  line-height: 1.2;
}
.example__text {
  font-size: 1.4rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.3;
  margin-top: 24px;
}
@media (width < 767px) {
  .example__text {
    font-size: 1.3rem;
  }
}
.example__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 48px;
}
@media (width < 767px) {
  .example__list {
    margin-top: 32px;
  }
}
.example__list li {
  font-size: 1.6rem;
  font-weight: 300;
  background: url("../img/list-icon.svg") no-repeat left center;
  background-size: 8px;
  color: #ffffff;
  line-height: 2;
  padding-left: 16px;
}
@media (width < 767px) {
  .example__list li {
    font-size: 1.4rem;
  }
}
.example__contact {
  text-align: center;
  margin: 64px auto 0;
}
@media (width < 767px) {
  .example__contact {
    margin-top: 56px;
  }
}
.example__btn {
  width: 480px;
  margin: auto;
}
@media (width < 767px) {
  .example__btn {
    width: auto;
  }
}
.example__btn a {
  font-size: 1.6rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, color-stop(48%, #2078ca), to(#004B91));
  background: -webkit-linear-gradient(left, #2078ca 48%, #004B91 100%);
  background: linear-gradient(to right, #2078ca 48%, #004B91 100%);
  color: #ffffff;
  line-height: 1;
  display: block;
  width: 100%;
  padding: 12px 0 14px;
  border-radius: 50px;
}
@media (width < 767px) {
  .example__btn a {
    font-size: 1.4rem;
  }
}
.example__lead {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  margin-top: 24px;
}
@media (width < 767px) {
  .example__lead {
    font-size: 1.4rem;
  }
}

.flow {
  max-width: 100%;
  margin: 56px auto 80px;
}
@media (width < 767px) {
  .flow {
    background-color: #EEF4F8;
    margin: 0 auto;
    padding: 48px 0;
  }
}
.flow__inner {
  max-width: 780px;
  margin: auto;
}
@media (width < 767px) {
  .flow__inner {
    max-width: 100%;
  }
}
.flow__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  margin-top: 40px;
}
@media (width < 767px) {
  .flow__content {
    margin: 24px 1em 0;
  }
}
.flow__content dl {
  padding: 18px 30px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
@media (width < 767px) {
  .flow__content dl {
    background-color: #ffffff;
    padding: 12px;
  }
}
.flow__content dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (width < 767px) {
  .flow__content dl dt {
    font-size: 1.4rem;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding-right: 0;
  }
}
.flow__content dl dt span {
  font-family: "Inter", sans-serif;
  color: #004b91;
}
@media (width < 767px) {
  .flow__content dl dt span {
    color: #c8c8c8;
  }
}
.flow__content dl dt::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 16px;
  background-image: url("../img/flow_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (width < 767px) {
  .flow__content dl dt::after {
    right: 0;
  }
}
.flow__content dl dt.active {
  margin-bottom: 20px;
}
@media (width < 767px) {
  .flow__content dl dt.active {
    margin-bottom: 10px;
  }
}
.flow__content dl dt.active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.flow__content dl dt.active + dd {
  max-height: 9999px;
}
.flow__content dl dt:hover {
  opacity: 0.7;
}
.flow__content dl dd {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.flow__content dl dd p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media (width < 767px) {
  .flow__content dl dd p {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
.flow__content dl dd p:last-child {
  margin-bottom: 0;
}
.flow__content dl dd p a {
  text-decoration: underline;
}

.faq {
  background-color: #31435f;
  max-width: 100%;
  padding: 56px 0;
}
@media (width < 767px) {
  .faq {
    padding: 48px 0;
  }
}
.faq__inner {
  max-width: 746px;
  margin: auto;
}
@media (width < 767px) {
  .faq__inner {
    max-width: 100%;
    margin: 0 1em;
  }
}
.faq__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  margin-top: 48px;
}
@media (width < 767px) {
  .faq__content {
    margin-top: 24px;
  }
}
.faq__content dl {
  color: #ffffff;
  padding: 24px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (width < 767px) {
  .faq__content dl {
    padding: 16px;
  }
}
.faq__content dl dt {
  font-size: 2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  line-height: 1;
}
@media (width < 767px) {
  .faq__content dl dt {
    font-size: 1.4rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.3;
  }
}
.faq__content dl dt::before {
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #ffffff;
  display: block;
  content: "Q.";
}
@media (width < 767px) {
  .faq__content dl dt::before {
    font-size: 1.8rem;
    position: relative;
    top: -2px;
  }
}
.faq__content dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-top: 20px;
}
@media (width < 767px) {
  .faq__content dl dd {
    margin-top: 10px;
  }
}
.faq__content dl dd::before {
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #ffffff;
  display: block;
  content: "A.";
  line-height: 1.2;
}
@media (width < 767px) {
  .faq__content dl dd::before {
    font-size: 1.8rem;
  }
}
.faq__content dl dd p {
  font-size: 1.6rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
}
@media (width < 767px) {
  .faq__content dl dd p {
    font-size: 1.3rem;
  }
}

.about {
  padding: 56px 0 240px;
}
@media (width < 767px) {
  .about {
    padding: 32px 0 96px;
  }
}
.about__inner {
  max-width: 1080px;
  margin: auto;
}
@media (width < 767px) {
  .about__inner {
    max-width: 100%;
    margin: 0 1.5em;
  }
}
.about__lead {
  font-size: 2.4rem;
  font-weight: 900;
  color: #313131;
  text-align: center;
  line-height: 1.2;
  margin-top: 48px;
}
@media (width < 767px) {
  .about__lead {
    font-size: 1.6rem;
    margin-top: 24px;
  }
}
.about__logo {
  max-width: 210px;
  height: auto;
  margin: 40px auto 0;
}
@media (width < 767px) {
  .about__logo {
    margin-top: 24px;
  }
}
.about__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.about__message {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #313131;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 960px;
  margin: 64px auto 0;
}
@media (width < 767px) {
  .about__message {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 24px auto 0;
  }
}
.about__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 48px;
  max-width: 960px;
  margin: 72px auto 0;
}
@media (width < 767px) {
  .about__content {
    row-gap: 32px;
    max-width: 100%;
    margin-top: 24px;
  }
}
.about__box {
  background-color: #ffffff;
  padding: 24px 16px 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.about__box dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #313131;
  line-height: 1;
}
@media (width < 767px) {
  .about__box dl dt {
    font-size: 2rem;
  }
}
.about__box dl dd {
  margin-top: 16px;
}
@media (width < 767px) {
  .about__box dl dd {
    margin-top: 10px;
  }
}
.about__box dl dd p {
  font-size: 1.6rem;
  color: #313131;
  line-height: 1.3;
}
@media (width < 767px) {
  .about__box dl dd p {
    font-size: 1.4rem;
  }
}
.about__box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  margin-top: 48px;
}
@media (width < 767px) {
  .about__box ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
    row-gap: 16px;
    max-width: 90%;
    margin: 24px auto 0;
  }
}
.about__box ul li:first-child {
  width: 165px;
}
@media (width < 767px) {
  .about__box ul li:first-child {
    width: 46%;
  }
}
.about__box ul li:nth-child(2) {
  width: 118px;
}
@media (width < 767px) {
  .about__box ul li:nth-child(2) {
    width: 46%;
  }
}
.about__box ul li:nth-child(3) {
  width: 142px;
}
@media (width < 767px) {
  .about__box ul li:nth-child(3) {
    width: 46%;
  }
}
.about__box ul li:last-child {
  width: 188px;
}
@media (width < 767px) {
  .about__box ul li:last-child {
    width: 46%;
  }
}
.about__box ul li img {
  display: block;
  max-width: 100%;
  height: auto;
}
.about__box--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (width < 767px) {
  .about__box--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}
.about__result {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 304px;
  padding: 24px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (width < 767px) {
  .about__result {
    width: auto;
    padding: 16px 0;
  }
}
.about__result p {
  font-size: 3.2rem;
  font-weight: 800;
  color: #000000;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  line-height: 1;
}
@media (width < 767px) {
  .about__result p {
    font-size: 2rem;
  }
}
.about__result p + p {
  margin-top: 12px;
}
.about__result p span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #313131;
  display: block;
}
.about__result p strong {
  font-family: "Inter", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  color: #1ab7ff;
}
.form {
  background-color: #EEF4F8;
  max-width: 100%;
  padding: 0 0 88px;
}
@media (width < 767px) {
  .form {
    padding: 0 0 64px;
  }
}
.form__inner {
  max-width: 640px;
  margin: auto;
  padding-top: 24px;
}
@media (width < 767px) {
  .form__inner {
    max-width: 100%;
    margin: 0 1em;
  }
}
.form__frame {
  background-color: #ffffff;
  margin: 48px auto 0;
  padding: 40px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (width < 767px) {
  .form__frame {
    margin: 32px auto 0;
    padding: 24px 12px;
  }
}
.form__content {
  max-width: 360px;
  margin: auto;
}
@media (width < 767px) {
  .form__content {
    max-width: 100%;
  }
}
.form__content dl {
  margin-bottom: 32px;
}
@media (width < 767px) {
  .form__content dl {
    margin-bottom: 24px;
  }
}
.form__content dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #313131;
  line-height: 1;
}
@media (width < 767px) {
  .form__content dl dt {
    font-size: 1.3rem;
  }
}
.form__content dl dt sup {
  font-size: 1.6rem;
  color: #ff0000;
  vertical-align: top;
}
.form__content dl dt span {
  font-size: 1.4rem;
}
@media (width < 767px) {
  .form__content dl dt span {
    font-size: 1.2rem;
  }
}
.form__content dl dd {
  margin: 10px 0 0;
  /* 添付ファイル削除ボタン #clear-file-btn を初期状態で非表示 */
}
.form__content dl dd input {
  font-family: "Noto Sans JP", sans-serif;
}
.form__content dl dd input.wpcf7-text, .form__content dl dd input.wpcf7-email {
  width: 100%;
  padding: 15px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
@media (width < 767px) {
  .form__content dl dd input.wpcf7-text, .form__content dl dd input.wpcf7-email {
    padding: 12px;
  }
}
.form__content dl dd input::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #B6B7BC;
}
.form__content dl dd input::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #B6B7BC;
}
.form__content dl dd input:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #B6B7BC;
}
.form__content dl dd input::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #B6B7BC;
}
.form__content dl dd input::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #B6B7BC;
}
@media (width < 767px) {
  .form__content dl dd input::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  .form__content dl dd input::-moz-placeholder {
    font-size: 1.3rem;
  }
  .form__content dl dd input:-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .form__content dl dd input::-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .form__content dl dd input::placeholder {
    font-size: 1.3rem;
  }
}
.form__content dl dd textarea {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 15px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
@media (width < 767px) {
  .form__content dl dd textarea {
    padding: 12px;
  }
}
.form__content dl dd textarea::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #B6B7BC;
  line-height: 1.4;
}
.form__content dl dd textarea::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #B6B7BC;
  line-height: 1.4;
}
.form__content dl dd textarea:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #B6B7BC;
  line-height: 1.4;
}
.form__content dl dd textarea::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #B6B7BC;
  line-height: 1.4;
}
.form__content dl dd textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #B6B7BC;
  line-height: 1.4;
}
@media (width < 767px) {
  .form__content dl dd textarea::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  .form__content dl dd textarea::-moz-placeholder {
    font-size: 1.3rem;
  }
  .form__content dl dd textarea:-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .form__content dl dd textarea::-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .form__content dl dd textarea::placeholder {
    font-size: 1.3rem;
  }
}
.form__content dl dd .wpcf7-list-item {
  display: block;
  margin: 0;
}
.form__content dl dd .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.form__content dl dd.file-attachment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__content dl dd #clear-file-btn {
  display: none;
}
.form__content dl dd .delete-btn {
  font-size: 1.2rem;
  background-color: #313131;
  color: #ffffff;
  text-align: center;
  padding: 3px 10px;
  border: none;
  border-radius: 50px;
}
@media (width < 767px) {
  .form__content dl dd .delete-btn {
    font-size: 1rem;
    padding: 2px 8px;
  }
}
.form__agree {
  margin-top: 48px;
}
@media (width < 767px) {
  .form__agree {
    margin-top: 24px;
  }
}
.form__agree .wpcf7-list-item {
  margin: 0;
}
.form__agree .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.form__agree .wpcf7-list-item input[type=checkbox] {
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  vertical-align: middle;
  border: 2px solid #56aeff;
  outline: none;
  border-radius: 3px;
}
.form__agree .wpcf7-list-item input[type=checkbox]:checked {
  background-color: #56aeff;
}
.form__agree .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
}
.form__agree a {
  color: #56aeff;
  text-decoration: underline;
}
.form__agree a:hover {
  text-decoration: none;
}
.form__btn {
  margin: 32px auto 0;
}
@media (width < 767px) {
  .form__btn {
    margin-top: 24px;
  }
}
.form__btn input {
  font-size: 1.6rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(48%, #2078ca), to(#004B91));
  background: -webkit-linear-gradient(left, #2078ca 48%, #004B91 100%);
  background: linear-gradient(to right, #2078ca 48%, #004B91 100%);
  color: #ffffff;
  text-align: center;
  display: block;
  line-height: 1;
  width: 100%;
  padding: 12px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}
@media (width < 767px) {
  .form__btn input {
    font-size: 1.3rem;
  }
}
.form__btn input:disabled {
  opacity: 0.5;
}
.form__btn .wpcf7-spinner {
  position: absolute;
}

.main-footer {
  padding: 32px 0 24px;
}
@media (width < 767px) {
  .main-footer {
    padding: 24px 0 80px;
  }
}
.page-template-complete2 .main-footer {
  padding-bottom: 24px;
}
.main-footer__inner {
  background-color: #ffffff;
  max-width: 100%;
}
.main-footer__logo {
  width: 247px;
  height: auto;
  margin: auto;
}
@media (width < 767px) {
  .main-footer__logo {
    width: 200px;
  }
}
.main-footer__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main-footer__text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #313131;
  text-align: center;
  margin-top: 24px;
}
@media (width < 767px) {
  .main-footer__text {
    font-size: 1.2rem;
  }
}
.main-footer__bottom {
  margin-top: 48px;
}
@media (width < 767px) {
  .main-footer__bottom {
    margin-top: 32px;
  }
}
.main-footer__bottom p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #313131;
  text-align: center;
  line-height: 1;
}
@media (width < 767px) {
  .main-footer__bottom p {
    font-size: 1.2rem;
  }
}

.anker {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
}
@media (width < 767px) {
  .anker {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.form-complete {
  background-color: #EEF4F8;
  padding: 200px 0;
}
@media (width < 767px) {
  .form-complete {
    padding: 80px 0 120px;
  }
}
.form-complete__title {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media (width < 767px) {
  .form-complete__title {
    font-size: 1.5rem;
  }
}
.form-complete__text {
  text-align: center;
  margin-top: 48px;
}
@media (width < 767px) {
  .form-complete__text {
    margin-top: 24px;
  }
}
.form-complete__text p {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (width < 767px) {
  .form-complete__text p {
    font-size: 1.3rem;
  }
}
.form-complete__btn {
  font-size: 1.6rem;
  text-align: center;
  max-width: 360px;
  margin: 56px auto 0;
}
@media (width < 767px) {
  .form-complete__btn {
    font-size: 1.4rem;
    max-width: 100%;
    margin: 48px 4em 0;
  }
}
.form-complete__btn a {
  background: -webkit-gradient(linear, left top, right top, color-stop(48%, #2078ca), to(#004B91));
  background: -webkit-linear-gradient(left, #2078ca 48%, #004B91 100%);
  background: linear-gradient(to right, #2078ca 48%, #004B91 100%);
  color: #ffffff;
  display: block;
  line-height: 1;
  width: 100%;
  padding: 14px 0 16px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-complete__btn a:hover {
  opacity: 0.7;
}

.google-recaptcha {
  font-size: 1.2rem;
  text-align: center;
  margin: 48px auto 0;
}
@media (width < 767px) {
  .google-recaptcha {
    font-size: 1rem;
  }
}
.google-recaptcha a {
  text-decoration: underline;
}
.google-recaptcha a:hover {
  text-decoration: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.float-sp {
  display: none;
}
@media (width < 767px) {
  .float-sp {
    background-color: rgba(102, 102, 102, 0.7);
    display: block;
    width: 100%;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3000;
  }
}
.float-sp__btn {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}
.float-sp__btn a {
  background: -webkit-gradient(linear, left top, right top, color-stop(48%, #2078ca), to(#004B91));
  background: -webkit-linear-gradient(left, #2078ca 48%, #004B91 100%);
  background: linear-gradient(to right, #2078ca 48%, #004B91 100%);
  color: #ffffff;
  display: block;
  margin: 0 2em;
  padding: 12px 0 14px;
  border-radius: 50px;
}
.page-template-complete2 .float-sp {
  display: none !important;
}/*# sourceMappingURL=style.css.map */