/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="number"] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
html {
  margin-top: 0px !important;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2f3135;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  font-weight: 400;
}
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../img/bg_header-main.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .l-header {
    background: url(../img/bg-header_pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.l-header__inner {
  background: url(../img/bg_header-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 34px;
}
@media screen and (min-width: 1280px) {
  .l-header__inner {
    background: rgba(0, 0, 0, 0);
    padding: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .l-header__inner {
    padding: 12px;
  }
}
.l-header__title {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .l-header__title {
    display: inline-block;
    background-size: cover;
    font-size: 1.8rem;
    padding-inline: 68px;
  }
}
@media screen and (min-width: 1920px) {
  .l-header__title {
    font-size: 2.3rem;
  }
}
.c-button {
  position: relative;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.49);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.49);
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 8px #b2870a;
}
.fa-caret-right {
  position: absolute;
  top: calc(50% - 0.5em);
  color: #fff;
}
.button-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: clamp(0.625rem, 0.5643203883rem + 0.2588996764vw, 0.875rem);
  padding: 15px 35px 15px 30px;
}
.button-small .fa-caret-right {
  right: 1rem;
  font-size: 1.2rem;
}
.button-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  padding-block: 10px;
  padding-inline: 25px;
}
@media screen and (min-width: 768px) {
  .button-middle {
    font-size: 0.9rem;
    max-width: 280px;
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .button-middle {
    font-size: 1.25rem;
    padding-block: 17.6px;
    padding-inline: 50px;
    max-width: 350px;
  }
}
.button-middle .fa-caret-right {
  right: 1rem;
  font-size: 1.2rem;
}
.button-large {
  font-size: clamp(1rem, 0.75rem + 1.0666666667vw, 1.25rem);
  padding-block: clamp(0.9375rem, 0.9071601942rem + 0.1294498382vw, 1.0625rem);
  padding-inline: clamp(4.21875rem, 3.953276699rem + 1.1326860841vw, 5.3125rem);
}
@media screen and (min-width: 768px) {
  .button-large {
    font-size: 1rem;
  }
}
.button-large .fa-caret-right {
  right: 2rem;
  font-size: 1.2rem;
}
.button-orange {
  background: -webkit-gradient(linear, left bottom, left top, from(#fb6a13), color-stop(94%, #f89052));
  background: linear-gradient(to top, #fb6a13 0%, #f89052 94%);
}
.button-green {
  background: -webkit-gradient(linear, left bottom, left top, from(#36bf45), to(#209729));
  background: linear-gradient(to top, #36bf45 0%, #209729 100%);
}
.c-menu__head,
.c-menu__head--sub {
  text-align: center;
}
.c-menu__head {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.5rem;
}
@media screen and (min-width: 1920px) {
  .c-menu__head {
    font-size: 4.4rem;
  }
}
.c-menu__head--sub {
  font-size: 1rem;
}
@media screen and (min-width: 1920px) {
  .c-menu__head--sub {
    font-size: 1.1rem;
  }
}
.p-fv__inner {
  padding-bottom: 35px;
}
.p-fv__head img {
  width: 100%;
}
.p-fv__ctabox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-inline: 12px;
}
@media screen and (min-width: 768px) {
  .p-fv__ctabox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-fv__crown {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .p-fv__crown img {
    margin-inline: auto;
  }
}
.p-sec02 {
  background: url(../img/bg_sec02-pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1920px) {
  .p-sec02 {
    background: url(../img/bg_sec02-sp.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.p-sec02__inner {
  padding-inline: 16px;
  padding-block: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1920px) {
  .p-sec02__inner {
    padding-inline: 0px;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.sec02__text {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1920px) {
  .sec02__text {
    font-size: 1.1rem;
  }
}
.p-sec03 {
  background: url(../img/bg_sec03-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
}
@media screen and (min-width: 1920px) {
  .p-sec03 {
    background: url(../img/bg_sec03-pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
  }
}
.p-sec03__inner {
  padding-bottom: 15%;
}
@media screen and (min-width: 1920px) {
  .p-sec03__inner {
    padding-bottom: 5%;
  }
}
.p-sec03__head {
  color: #fff;
  font-size: 1.7rem;
  width: 17ch;
  font-weight: 500;
  word-break: break-all;
  margin-left: auto;
  margin-right: auto;
  padding-block: 30px;
}
@media screen and (min-width: 1920px) {
  .p-sec03__head {
    width: 100%;
    word-break: normal;
    text-align: center;
    font-size: 2.6rem;
  }
}
.p-sec03__box {
  padding-inline: 24px;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .p-sec03__box {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-sec03__itembox {
  background-color: #fff;
  padding: 20px 8px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1920px) {
  .p-sec03__itembox {
    padding-top: 62px;
    padding-left: 60px;
    padding-bottom: 95px;
    padding-right: 0;
  }
}
.p-sec03__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
}
.p-sec03__check {
  margin-top: 10px;
}
@media screen and (min-width: 1920px) {
  .p-sec03__check {
    margin-top: 5px;
  }
}
.p-sec03__check img {
  width: 15px;
}
@media screen and (min-width: 1920px) {
  .p-sec03__check img {
    width: 24px;
  }
}
.p-sec03__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 1920px) {
  .p-sec03__text {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.p-sec03__itembox--image {
  position: absolute;
  margin-left: 20px;
  bottom: 0;
  right: 20px;
  width: 83px;
}
@media screen and (min-width: 1920px) {
  .p-sec03__itembox--image {
    width: 175px;
  }
}
.p-sec03__foot {
  margin-top: 10px;
  text-align: center;
  width: 265px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .p-sec03__foot {
    margin-top: 50px;
    width: 785px;
  }
}
.p-sec04__inner {
  padding-top: 20px;
}
.p-sec04__main--head,
.p-sec04__head--sub {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  color: #284da1;
}
.p-sec04__main--head {
  font-size: 1.8rem;
}
@media screen and (min-width: 1920px) {
  .p-sec04__main--head {
    font-size: 2.25rem;
  }
}
.p-sec04__head--sub {
  font-size: 2.5rem;
}
@media screen and (min-width: 1920px) {
  .p-sec04__head--sub {
    font-size: 3rem;
  }
}
.sec04__head--span {
  font-size: 4rem;
  line-height: 0;
}
@media screen and (min-width: 1920px) {
  .sec04__head--span {
    font-size: 4.8rem;
  }
}
.p-sec04__box--contents {
  margin-top: 15vw;
}
@media screen and (min-width: 768px) {
  .p-sec04__box--contents {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-sec04__content {
    padding-bottom: 2vw;
  }
}
.p-sec04__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  gap: 5vw;
}
@media screen and (min-width: 768px) {
  .p-sec04__itembox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-sec04__itembox:first-of-type {
    margin-bottom: 20px;
  }
}
.p-sec04__itembox + .p-sec04__itembox {
  margin-top: 5vw;
}
.p-sec04__item {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2.5px solid #2c4887;
  border-radius: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 49px 48px 43px;
}
@media screen and (min-width: 768px) {
  .p-sec04__item {
    width: 300px;
    margin: 0;
    padding: 43px 13px 27px 16px;
  }
}
.p-sec04__num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2c4887;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.1rem;
  color: #fff;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 17.5px 19px;
}
.p-sec04__head {
  font-size: 1.5rem;
  color: #2c4887;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-sec04__head {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1920px) {
  .p-sec04__head {
    font-size: 2rem;
  }
}
.p-sec04__image img {
  width: 80%;
  margin-inline: auto;
}
.p-sec04__text {
  margin-top: 25px;
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-sec04__text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1920px) {
  .no-margin {
    margin-top: 0;
  }
}
.p-sec04__foot {
  background: url(../img/bg_sec04-last-sp.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.p-sec04__foot__inner {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-inline: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sec04__foot__inner {
    padding-inline: 85px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sec04__foot__inner {
    padding-bottom: 90px;
    padding-inline: 75px;
    padding-top: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .p-sec04__foot__inner {
    padding-inline: 75px;
    padding-top: 75px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1920px) {
  .p-sec04__foot__inner {
    padding-inline: 135px;
    padding-top: 75px;
    padding-bottom: 90px;
  }
}
.sec04__foot--box {
  background: #fff;
  padding-inline: 32.5px;
  padding-top: 20px;
  padding-bottom: 15px;
  border: 4px solid rgba(0, 0, 0, 0);
  -o-border-image: linear-gradient(to top, #dcb852 22%, #f3f2c9 57%, #d2ad45 76%);
  border-image: -webkit-gradient(linear, left bottom, left top, color-stop(22%, #dcb852), color-stop(57%, #f3f2c9), color-stop(76%, #d2ad45));
  border-image: linear-gradient(to top, #dcb852 22%, #f3f2c9 57%, #d2ad45 76%);
  border-image-slice: 1;
}
@media screen and (min-width: 1920px) {
  .sec04__foot--box {
    width: 794px;
    padding-top: 23px;
    padding-inline: 52px;
  }
}
.sec04__foot--head {
  margin-right: auto;
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #eef941;
  background: -webkit-gradient(linear, left top, right top, from(#0b1e49), to(#2249a3));
  background: linear-gradient(to right, #0b1e49 0%, #2249a3 100%);
  padding: 14px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1920px) {
  .sec04__foot--head {
    font-size: 3.1rem;
    padding: 13px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sec04__foot--text {
  margin-top: 20px;
  font-size: 1rem;
  color: #0d2250;
}
@media screen and (min-width: 1920px) {
  .sec04__foot--text {
    font-size: 1.6em;
    margin-top: 40px;
  }
}
.sec04__foot--tanuki {
  position: absolute;
  bottom: 10px;
  right: 5px;
  width: 88px;
}
@media screen and (min-width: 768px) {
  .sec04__foot--tanuki {
    right: 5%;
  }
}
@media screen and (min-width: 1920px) {
  .sec04__foot--tanuki {
    width: 277px;
    right: 10%;
  }
}
.p-sec05 {
  background-color: #273d70;
}
.p-sec05__inner {
  padding-block: 35px;
  padding-inline: 22px;
}
@media screen and (min-width: 768px) {
  .p-sec05__inner {
    padding-block: 30px;
    padding-inline: 15vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-sec05__inner {
    padding-inline: 3vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-sec05__inner {
    padding-inline: 12vw;
  }
}
.p-sec05__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 375px) {
  .p-sec05__group.--pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-sec05__group.--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .p-sec05__group.--pc {
    gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sec05__group.--pc .p-sec05__arrow {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 72px;
    margin-block: auto;
    margin-inline: 0;
    width: 10px;
  }
}
.p-sec05__group--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-sec05__group--pc {
    display: block;
    margin-top: 2vw;
  }
}
@media screen and (min-width: 1024px) {
  .sec05__item2--contents + .sec05__item2--contents {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 1920px) {
  .sec05__item2--contents + .sec05__item2--contents {
    margin-top: 2vw;
  }
}
.p-sec05__group--sp {
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-sec05__group--sp {
    margin-top: 0;
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-sec05__box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-sec05__box + .p-sec05__box {
    margin-top: 2vw;
  }
}
.p-sec05__item {
  background: #fff;
  border-radius: 7.5px;
  padding-block: 15px;
  padding-inline: 17px;
}
@media screen and (min-width: 1920px) {
  .p-sec05__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1920px) {
  .p-sec05__item .c-button {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) {
  .pc-sec05__item {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: 100%;
  }
}
.p-sec05__item--step {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c4887;
}
@media screen and (min-width: 1920px) {
  .p-sec05__item--step {
    font-size: 1.5rem;
  }
}
.sec05__step--line {
  width: 20%;
  background-color: #2c4887;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1920px) {
  .sec05__step--line {
    width: 10%;
  }
}
.sec05__item--title {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
@media screen and (min-width: 1920px) {
  .sec05__item--title {
    font-size: 1.5rem;
  }
}
.sec05__item--text {
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
@media screen and (min-width: 1920px) {
  .sec05__item--text {
    font-size: 1.1rem;
    text-align: center;
  }
}
.p-sec05_button {
  margin-top: 17.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-sec05_button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1920px) {
  .p-sec05_button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-sec05__arrow {
  margin-top: 4.5px;
  margin-bottom: 8px;
  background-color: #e4ebfa;
  width: 30%;
  height: 5px;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  margin-left: auto;
  margin-right: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .p-sec05__arrow {
    width: 10px;
    height: 7vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin-block: auto;
    margin-inline: 0;
  }
}
.p-profile__inner {
  padding-inline: 20px;
  padding-bottom: 37.5px;
}
@media screen and (min-width: 1920px) {
  .p-profile__inner {
    padding-inline: 130px;
  }
}
.p-profile__box {
  margin-top: 23px;
  -webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.24);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-profile__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.3vw;
    padding: 3.7vw 3.7vw 1.6vw 5.3vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-profile__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    padding: 2.7vw 2.7vw 1.2vwx 3.9vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-profile__box {
    padding: 28px 28px 12px 40px;
    gap: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .p-profile__box {
    padding: 28px 28px 12px 40px;
    gap: 32px;
  }
}
.p-profile__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px 3px rgba(189, 189, 189, 0.13);
  box-shadow: 0 0 8px 3px rgba(189, 189, 189, 0.13);
}
.name__box {
  margin-top: 45px;
  padding-left: 25px;
}
.p-profile__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .p-profile__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .p-profile__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-name__box {
    margin-top: 18px;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-name__box {
    margin-top: 18px;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-profile__image {
    padding-top: 38px;
    width: 186px;
  }
}
@media screen and (min-width: 1280px) {
  .p-profile__image {
    width: 186px;
    padding-top: 38px;
  }
}
@media screen and (min-width: 1920px) {
  .p-profile__image {
    width: 186px;
    padding-top: 38px;
  }
}
.p-profile__office {
  font-size: 0.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .p-profile__office {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-profile__office {
    font-size: 0.75rem;
  }
}
.p-profile__name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  .p-profile__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-profile__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .p-profile__name {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1920px) {
  .p-profile__name {
    font-size: 1.5rem;
    margin-top: 27px;
  }
}
.p-profile__right {
  padding-inline: 8px;
  padding-bottom: 21px;
}
.p-profile__text--box {
  margin-top: 20px;
}
@media screen and (min-width: 1920px) {
  .p-profile__text--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 28px 12px 40px;
    gap: 32px;
  }
}
.p-profile__text {
  font-size: 0.8rem;
  line-height: 1.7;
}
@media screen and (min-width: 1920px) {
  .p-profile__text {
    font-size: 1.1rem;
    font-weight: 500;
  }
}
.p-sec06__inner {
  padding-top: 31px;
}
@media screen and (min-width: 768px) {
  .p-sec06__inner {
    padding-top: 0px;
  }
}
.p-sec06__top {
  background: url(../img/bg_sec06-sp.webp);
  background-repeat: no-repeat;
  background-size: auto;
}
@media screen and (min-width: 768px) {
  .p-sec06__top {
    background-size: cover;
  }
}
@media screen and (min-width: 1280px) {
  .p-sec06__top {
    background: url(../img/bg_sec06-pcpng.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.p-sec06__itembox {
  padding-inline: 19px;
  padding-top: 34px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .p-sec06__itembox {
    padding-inline: 15vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-sec06__itembox {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-sec06__itembox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-inline: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media screen and (min-width: 1920px) {
  .p-sec06__itembox {
    padding-inline: 150px;
  }
}
.p-sec06__item {
  background: #fff;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px 3px rgba(146, 143, 143, 0.24);
  box-shadow: 0 0 6px 3px rgba(146, 143, 143, 0.24);
  padding: 39px 10px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
@media screen and (min-width: 768px) {
  .p-sec06__item {
    padding: 3.3vw 1.3vw 2.7vw 2vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-sec06__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .p-sec06__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width: 1920px) {
  .p-sec06__item {
    gap: 25px;
    padding: 40px 18px 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.sec06__title {
  background: #6583c5;
  border-radius: 50px;
  width: 103px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 8px 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
}
.sec06__image {
  width: 80px;
}
.sec06__text {
  font-size: 0.9rem;
  width: 80%;
}
.p-sec06__foot {
  margin-top: 23px;
  background: #fff;
}
@media screen and (min-width: 1920px) {
  .p-sec06__foot {
    padding-bottom: 30px;
  }
}
.sec06__foot--inner {
  padding-inline: 8px;
}
.p-sec06__tokuten {
  width: 100%;
}
.p-sec06__tokuten img {
  margin-inline: auto;
}
.p-sec06__heading {
  margin-top: 19px;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .p-sec06__heading {
    font-size: 2rem;
  }
}
.p-sec06__heading::before,
.p-sec06__heading::after {
  position: absolute;
  width: 35px;
  height: 47px;
}
@media screen and (min-width: 1920px) {
  .p-sec06__heading::before,
  .p-sec06__heading::after {
    width: 58px;
    height: 82px;
  }
}
.p-sec06__heading::before {
  content: "";
  background: url(../img/img_naname1.webp);
  background-size: contain;
  top: 0;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .p-sec06__heading::before {
    left: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .p-sec06__heading::before {
    left: 28%;
  }
}
@media screen and (min-width: 1280px) {
  .p-sec06__heading::before {
    left: 28%;
  }
}
.p-sec06__heading::after {
  content: "";
  background: url(../img/img_naname2.webp);
  background-size: contain;
  top: 0;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .p-sec06__heading::after {
    right: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .p-sec06__heading::after {
    right: 28%;
  }
}
@media screen and (min-width: 1280px) {
  .p-sec06__heading::after {
    right: 28%;
  }
}
.p-sec06__foot--itembox {
  padding-inline: 20px;
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-sec06__foot--itembox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .p-sec06__foot--itembox {
    gap: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .p-sec06__foot--itembox {
    gap: 32px;
    margin-top: 28px;
  }
}
.p-sec06__foot--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1920px) {
  .p-sec06__foot--item {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.sec06__foot--check {
  width: 14px;
}
@media screen and (min-width: 1920px) {
  .sec06__foot--check {
    width: 32px;
    padding-top: 10px;
  }
}
.sec06__foot--text {
  font-size: 1rem;
  color: #2c4887;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (min-width: 1920px) {
  .sec06__foot--text {
    font-size: 1.6rem;
  }
}
.p-sec06__ctabox {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-sec06__ctabox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.7vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-sec06__ctabox {
    gap: 2vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-sec06__ctabox {
    gap: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .p-sec06__ctabox {
    gap: 20px;
  }
}
.p-sec06__foot--text {
  margin-top: 14px;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .p-sec06__foot--text {
    margin-top: 26px;
  }
}
.p-sec07 {
  background: -webkit-gradient(linear, left top, right top, from(#0b1e49), to(#2249a3));
  background: linear-gradient(to right, #0b1e49 0%, #2249a3 100%);
}
.p-sec07__inner {
  padding-inline: 20px;
  padding-top: 20px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .p-sec07__inner {
    padding-inline: 2.7vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-sec07__inner {
    padding-inline: 240px;
  }
}
.sec07__faq--box {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
}
.faq--box {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
}
@media screen and (min-width: 1920px) {
  .faq--box {
    padding: 20px 25px;
  }
}
.faq--box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.2;
  padding-bottom: 15px;
  color: #122b63;
  font-weight: bold;
}
.faq--box__title::before {
  content: "Q.";
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
  background-color: #122b63;
  line-height: 2;
  width: 35px;
  height: 35px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq--box__text {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  font-size: 0.8rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .faq--box__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1920px) {
  .faq--box__text {
    font-size: 1rem;
  }
}
.faq--box__text::before {
  content: "A.";
  font-weight: bold;
  color: #fc660d;
  font-size: 1.2rem;
  line-height: 2;
  -webkit-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 1920px) {
  .faq--box__text::before {
    font-size: 1.5rem;
    -webkit-transform: translateY(-0.3em);
    transform: translateY(-0.3em);
  }
}
.faq--box__line {
  width: 95%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background: #c8cacb;
}
.p-sec08 {
  background: url(../img/bg_sec08-sp.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.p-sec08__inner {
  padding-inline: 37px;
  padding-block: 32px;
}
.p-sec08__textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
}
.p-sec08__text {
  color: #2f3135;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
.p-sec08__listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 37px;
}
@media screen and (min-width: 1920px) {
  .p-sec08__listbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-sec08__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .p-sec08__list {
    gap: 9px;
  }
}
.p-sec08__check {
  width: 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1920px) {
  .p-sec08__check {
    width: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .p-sec08__text {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1920px) {
  .p-sec09__head {
    font-size: 1.9rem;
  }
}
.p-sec09__head--first {
  padding-top: 32px;
  padding-bottom: 16px;
  background-color: #2c4887;
}
.sec09__head--polygon {
  position: relative;
}
.sec09__head--polygon::before {
  content: "";
  position: absolute;
  top: -1px;
  width: 100%;
  height: 42px;
  background-color: #2c4887;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}
.p-sec09__head {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: center;
}
.p-sec09__top--inner {
  margin-top: 70px;
  padding-inline: 20px;
  padding-bottom: 34px;
}
.p-sec09__listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 1024px) {
  .p-sec09__listbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .p-sec09__listbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-sec09__list {
  background-color: #eff2f9;
  border-radius: 15px;
  padding-inline: 38px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-sec09__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-inline: 2vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-sec09__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-inline: 1.6vw;
  }
}
.p-sec09__list--title {
  color: #284da1;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .p-sec09__list--title {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-sec09__list--title {
    font-size: 1.2rem;
  }
}
.p-sec09__list--image {
  width: 115px;
  height: 115px;
}
.p-sec09__list--text {
  font-size: 1.1rem;
  font-weight: 500;
}
.p-sec09___foot {
  background: url(../img/bg_sec08-sp.webp);
  background-size: cover;
}
.p-sec09___foot--inner {
  padding: 30px 35px 35px;
}
.p-sec09__textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 37px;
}
.p-sec09__text {
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .p-sec09__text {
    font-size: 1.1rem;
  }
}
.sec09__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-sec09__tokuten {
  padding-block: 23px;
  padding-inline: 10px;
}
.contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#0b1e49), to(#2249a3));
  background: linear-gradient(180deg, #0b1e49 0%, #2249a3 100%);
}
.contact__heading--en {
  color: #fff;
}
.contact__heading--ja {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .contact__heading--ja {
    font-size: 2.1rem;
  }
}
.contact__inner {
  padding-bottom: 60px;
}
@media screen and (min-width: 1920px) {
  .contact__inner {
    padding-bottom: 100px;
  }
}
.contact__box {
  padding: 60px 15px;
}
@media screen and (min-width: 1920px) {
  .contact__box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.contact__form {
  margin-top: 30px;
}
@media screen and (min-width: 1920px) {
  .contact__form {
    padding-inline: 240px;
  }
}
.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.contact__privacy {
  margin-top: 29px;
  text-align: center;
}
.contact__button--wrapper {
  text-align: center;
}
.contact__button {
  margin-top: 29px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.contact__button::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  color: #fff;
  right: 12%;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/icon_contact-arrow.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .contact__button::after {
    right: 25%;
  }
}
@media screen and (min-width: 768px) {
  .contact__button::after {
    right: 20%;
  }
}
@media screen and (min-width: 1920px) {
  .contact__button {
    margin-top: 38px;
  }
}
@media screen and (min-width: 1920px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.form-field__label {
  font-weight: 700;
  line-height: 1.4375;
  color: #fff;
}
@media screen and (min-width: 1920px) {
  .form-field__label {
    font-size: 1.3rem;
  }
}
.form-field__tag {
  display: inline-block;
  border-radius: 2px;
  background: #ee8013;
  padding: 6px 8px 5px 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.98px;
}
.form-field__tag.is-option {
  background-color: #43b549;
}
.form-field__item {
  margin-top: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 1920px) {
  .form-field__item {
    margin-top: 0;
  }
}
.form-text {
  width: 100%;
  border-radius: 5px;
  border: 3px solid #111;
  background: #fff;
  padding: 12px 13px 11px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-text:hover,
.form-text:focus {
  border-color: #fabe00;
  outline: none;
}
.from-radio {
  line-height: 1.4375;
}
.from-radio:hover .from-radio__text::before {
  border-color: #fabe00;
}
.from-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.from-radio__input:checked + .from-radio__text::after {
  opacity: 1;
}
.from-radio__text {
  font-weight: 700;
  padding-left: 28px;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 1920px) {
  .from-radio__text {
    font-size: 1.2rem;
  }
}
.from-radio__text::before,
.from-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
.from-radio__text::before {
  width: 15px;
  height: 15px;
  background: #fff;
  left: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.from-radio__text::after {
  width: 10px;
  height: 10px;
  background: #fc660d;
  left: 3px;
  opacity: 0;
}
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 5px;
  border: 3px solid #111;
  background: #fff;
  font-weight: 700;
  padding: 12px 43px 11px 13px;
  background: url(../img/select-arrow.png) no-repeat center right 14px/13.217px 10.182px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-select:hover,
.form-select:focus {
  border-color: #fabe00;
  outline: none;
}
.form-textarea {
  border-radius: 5px;
  border: 3px solid #111;
  background: #fff;
  width: 100%;
  height: 180px;
  padding: 13px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-textarea:hover,
.form-textarea:focus {
  border-color: #fabe00;
  outline: none;
}
.select-purpose p .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.form-checkbox:hover .form-checkbox__text::before {
  border-color: #fabe00;
}
.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input:focus + .form-checkbox__text::before {
  border-color: #fabe00;
}
.form-checkbox__text {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.form-checkbox__text::before,
.form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: 1px solid #fff;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (min-width: 1920px) {
  .form-checkbox__text::before {
    margin-top: 2px;
  }
}
.form-checkbox__text::after {
  width: 23px;
  height: 17.53px;
  left: -1px;
  margin-top: -1.2px;
  background: url(../img/check-icon.webp) no-repeat center center/contain;
  opacity: 0;
}
@media screen and (min-width: 1920px) {
  .form-checkbox__text::after {
    margin-top: 0.8px;
  }
}
.form-checkbox__text a {
  text-decoration-line: underline;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-checkbox__text a:hover {
  color: #f5810e;
}
.contact-btn {
  padding-block: clamp(1.25rem, 1.1741504854rem + 0.3236245955vw, 1.5625rem);
  padding-inline: clamp(8.125rem, 7.5940533981rem + 2.2653721683vw, 10.3125rem);
}
.wpcf7-radio input[type="radio"],
.form-checkbox__input {
  display: none;
}
.wpcf7-list-item-label {
  line-height: 1.4375;
  color: #fff;
  font-weight: 700;
  padding-left: 28px;
  position: relative;
  font-size: rclamp(12, 16, 375, 1920);
}
.wpcf7-list-item-label::before,
.from-radio__text::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.wpcf7-list-item-label::after,
.from-radio__text::after {
  background: #fc660d;
  border-radius: 50%;
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.wpcf7-list-item-label:hover::before,
.from-radio:hover .from-radio__text::before {
  border-color: #fabe00;
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after,
.from-radio__input:checked + .from-radio__text::after {
  opacity: 1;
}
.wpcf7-radio {
  display: grid;
  gap: 5px 10px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.wpcf7-radio:nth-of-type(2) {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
.form-checkbox__text {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.form-checkbox__text::before {
  border: 1px solid #fff;
  border-radius: 1px;
  height: 20px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 20px;
}
.form-checkbox__text::after {
  background: url(../img/check-icon.webp) no-repeat center center/contain;
  height: 17.53px;
  left: -1px;
  margin-top: -1.2px;
  opacity: 0;
  width: 23px;
}
.form-checkbox__text a {
  font-weight: 700;
  text-decoration-line: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-checkbox__text a:hover {
  color: #f5810e;
}
.wpcf7-spinner {
  display: none !important;
}
.orange-text {
  color: #fc660d;
}
.navy-text {
  color: #2c4887;
}
.nevy-clear-text {
  color: #2148a0;
}
.aqua-text {
  color: #e4ebfa;
}
.white-text {
  color: #fff;
}
@media screen and (min-width: 1920px) {
  .small-text {
    display: block;
    font-size: 1.2rem;
    line-height: 1.1;
  }
}
.small-text16 {
  font-size: 0.8rem;
}
@media screen and (min-width: 1920px) {
  .small-text16 {
    font-size: 1rem;
  }
}
.small-text10 {
  font-size: 0.6rem;
}
@media screen and (min-width: 1920px) {
  .big-text55 {
    font-size: 3.4rem;
  }
}
.yellow-line {
  background-color: #f9e931;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bold-text {
  font-weight: bold;
}
.--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .--sp {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .--sp {
    display: none;
  }
}
.--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .--pc {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .--pc {
    display: block;
  }
}
.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .hidden-sp {
    display: block;
  }
}
.hidden-pc {
  display: block;
}
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .hidden-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 768px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1920px) {
  .inner {
    max-width: 1280px;
  }
}
