@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
a,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

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

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

.container {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 600;
}
.container a, .container img {
  display: block;
}
.container .common {
  text-align: center;
  margin-bottom: 60px;
}
.container .commonWrapper {
  position: relative;
  display: inline-block;
}
.container .commonCatch {
  font-size: 25px;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .container .commonCatch {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.container .commonTitle {
  font-size: 40px;
  color: #01466F;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .container .commonTitle {
    font-size: 32px;
  }
}
.container .commonImg {
  width: 280px;
  height: auto;
  position: absolute;
  top: 50%;
  right: -140px;
  transform: translateY(-50%);
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  .container .commonImg {
    width: 200px;
    right: -30px;
  }
}
@media only screen and (max-width: 480px) {
  .container .common {
    margin-bottom: 40px;
  }
}
.container .commonCta {
  display: block;
  text-align: center;
  position: relative;
  margin: auto;
  margin-top: 40px;
}
.container .commonCta .btn {
  width: 500px;
  height: auto;
  padding: 18px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0;
  border-radius: 50px;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.container .commonCta .btn span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .container .commonCta .btn span {
    font-size: 18px;
  }
}
.container .commonCta .btn img {
  display: inline-block;
  width: 30px;
  height: auto;
  position: relative;
  z-index: 1;
}
.container .commonCta .btn:before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #FDA74F;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.container .commonCta .btn:after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #FC9832;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  .container .commonCta .btn {
    width: 90%;
    padding: 10px 0;
  }
  .container .commonCta .btn .sp {
    display: block;
  }
}
.container .commonCta .catchText {
  font-size: 24px;
  line-height: 1.3;
  color: #FFA412;
  margin-bottom: 15px;
}
.container .commonCta_fixed {
  width: 100%;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  transition: 0.1s;
}
.container .commonCta_fixed .catchText {
  text-shadow: -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF, 0px -2px 0 #FFFFFF, 0px 2px 0 #FFFFFF, -2px 0px 0 #FFFFFF, 2px 0px 0 #FFFFFF; /* 右 */
}
.container .commonCta_fixed.visible {
  opacity: 1;
  z-index: 9;
}

.header {
  background-color: #fff;
  max-width: 1800px;
  margin: auto;
  padding: 15px 0;
}
.headerInner {
  max-width: 95%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .headerInner {
    gap: 10px;
    width: 90%;
  }
}
.headerInner .headerLogo {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .headerInner .headerLogo {
    width: 100px;
  }
}
.headerInner .headerHeading {
  color: #01466F;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .headerInner .headerHeading {
    font-size: 12px;
  }
  .headerInner .headerHeading .br-sp {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .headerInner .headerHeading {
    font-size: 10px;
  }
}

.fv {
  max-width: 1800px;
  height: 600px;
  margin: auto;
  position: relative;
  background-image: url(../image/fvBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
@media only screen and (max-width: 1440px) {
  .fv {
    background-position: -100px center;
  }
}
@media only screen and (max-width: 1200px) {
  .fv {
    height: 480px;
    background-position: 0px center;
  }
}
@media only screen and (max-width: 768px) {
  .fv {
    height: auto;
  }
}
.fvInner {
  width: 80%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .fvInner {
    display: none;
  }
}
.fvInner .fvMain {
  text-align: center;
}
.fvInner .fvMain .fvCatch {
  display: inline-block;
  color: #01466F;
  font-size: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .fvInner .fvMain .fvCatch {
    font-size: 20px;
  }
}
.fvInner .fvMain .fvCatch span {
  margin-bottom: 10px;
}
.fvInner .fvMain .fvCatchBorder {
  width: 550px;
}
@media only screen and (max-width: 1200px) {
  .fvInner .fvMain .fvCatchBorder {
    width: 450px;
  }
}
.fvInner .fvMain .fvTitle {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .fvInner .fvMain .fvTitle {
    margin-bottom: 15px;
  }
}
.fvInner .fvMain .fvTitleSub {
  display: inline-block;
  color: #01466F;
  font-size: 32px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .fvInner .fvMain .fvTitleSub {
    font-size: 25px;
  }
}
.fvInner .fvMain .fvTitleSub span {
  position: relative;
}
.fvInner .fvMain .fvTitleSub span:before {
  content: "●";
  color: #01466F;
  font-size: 10px;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.fvInner .fvMain .fvTitleMain {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.fvInner .fvMain .fvTitleMain .fvTitleItem {
  display: inline-block;
  border: 5px solid #EDEDED;
  border-radius: 5px;
  color: #12A0DE;
  font-size: 90px;
  line-height: 1;
  font-family: "M PLUS 1p", sans-serif;
  padding: 15px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .fvInner .fvMain .fvTitleMain .fvTitleItem {
    font-size: 70px;
  }
}
.fvInner .fvMain .fvTitleMain .fvTitleItem:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top: 20px solid #12A0DE;
  transform: rotate(90deg);
}
.fvInner .fvMain .fvList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.fvInner .fvMain .fvList .fvItem {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../image/fvItem_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {
  .fvInner .fvMain .fvList .fvItem {
    font-size: 16px;
    width: 150px;
    height: 150px;
  }
}
.fv .fvFlag {
  position: absolute;
  top: 40px;
  left: 40px;
  display: inline-block;
  padding: 12px;
}
@media only screen and (max-width: 1200px) {
  .fv .fvFlag {
    top: 20px;
    left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .fv .fvFlag {
    display: none;
  }
}
.fv .fvFlag span {
  color: #FCEE21;
  font-size: 24px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.fv .fvFlag .fvFlagBg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.fv .fvSp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .fv .fvSp {
    display: block;
  }
}

.register {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  background-image: url(../image/register_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  background-color: #0578CE;
}
.register .registerInner {
  position: relative;
  text-align: center;
}
.register .registerInner .registerHeading {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.register .registerInner .registerHeading span {
  font-size: 28px;
}
@media only screen and (max-width: 480px) {
  .register .registerInner .registerHeading {
    font-size: 22px;
  }
}
.register .registerInner .registerMain {
  width: 450px;
  height: auto;
  background-color: #fff;
  border-radius: 15px;
  margin: auto;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
.register .registerInner .registerMain .registerText {
  width: 80%;
  font-size: 18px;
  color: #fff;
  margin: auto;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 2px solid #0578CE;
  padding-bottom: 5px;
}
.register .registerInner .registerMain .registerTextItem {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.register .registerInner .registerMain .registerTextItem span:first-child {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  margin-right: 15px;
}
@media only screen and (max-width: 480px) {
  .register .registerInner .registerMain .registerTextItem span:first-child {
    font-size: 22px;
  }
}
.register .registerInner .registerMain .registerTextItem span:last-child {
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .register .registerInner .registerMain .registerTextItem span:last-child {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .register .registerInner .registerMain .registerText {
    font-size: 15px;
  }
}
.register .registerInner .registerMain .comment {
  font-size: 14px;
  display: block;
  margin-top: -10px;
  margin-bottom: 20px;
}
.register .registerInner .registerMain .statusBar {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 5px 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.register .registerInner .registerMain .statusBar .statusItem {
  width: 50%;
  font-size: 16px;
  color: #fff;
  background-color: #2CB0D6;
  border-right: 1px solid #fff;
  margin-top: 0;
}
.register .registerInner .registerMain .statusBar .statusItem.current {
  background-color: #0578CE;
  border-right: none;
}
.register .registerInner .registerMain .statusBar .statusItem:first-child {
  border-radius: 5px 0 0 5px;
}
.register .registerInner .registerMain .statusBar .statusItem:last-child {
  border-radius: 0 5px 5px 0;
  border-right: none;
}
.register .registerInner .registerMain .wpcf7-form-control-wrap {
  display: block;
  width: 80%;
  margin: auto;
}
.register .registerInner .registerMain .wpcf7-form-control-wrap .wpcf7-radio,
.register .registerInner .registerMain .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.register .registerInner .registerMain .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item,
.register .registerInner .registerMain .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  width: calc(50% - 5px);
  margin-left: 0;
}
.register .registerInner .registerMain .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type=checkbox],
.register .registerInner .registerMain .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type=radio],
.register .registerInner .registerMain .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.register .registerInner .registerMain .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=radio] {
  display: none;
}
.register .registerInner .registerMain .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type=radio],
.register .registerInner .registerMain .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.register .registerInner .registerMain .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.register .registerInner .registerMain .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  background-color: #0578CE;
  color: #fff;
}
.register .registerInner .registerMain .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
.register .registerInner .registerMain .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  height: calc(100% - 36px);
  border: 3px solid #0578CE;
  color: #01466F;
  border-radius: 10px;
  font-size: 18px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .register .registerInner .registerMain .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
  .register .registerInner .registerMain .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.register .registerInner .registerMain .wpcf7-form-control-wrap.selected ~ .next-step {
  pointer-events: auto;
  opacity: 1;
}
.register .registerInner .registerMain .input {
  display: block;
  width: 80%;
  margin: auto;
  text-align: left;
  margin-bottom: 15px;
}
.register .registerInner .registerMain .input .wpcf7-form-control-wrap {
  width: 100%;
}
.register .registerInner .registerMain .input .wpcf7-form-control-wrap .wpcf7-text {
  font-size: 16px;
  height: 36px;
  border: 1px solid #d8d8d8;
  width: calc(100% - 14px);
  padding-left: 8px;
  border-radius: 5px;
}
.register .registerInner .registerMain .input .wpcf7-form-control-wrap .wpcf7-select {
  font-size: 16px;
  height: 40px;
  border: 1px solid #d8d8d8;
  width: 100%;
  padding-left: 8px;
  border-radius: 5px;
  color: #757575;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
}
.register .registerInner .registerMain .input span {
  display: block;
  text-align: left;
  margin-bottom: 4px;
}
.register .registerInner .registerMain .input-flex {
  display: flex;
  gap: 5px;
  margin-top: 25px;
}
.register .registerInner .registerMain .input-flex .input-item {
  width: 33%;
}
.register .registerInner .registerMain .btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 80%;
  margin: auto;
}
.register .registerInner .registerMain .previous {
  width: 50%;
  margin: 20px auto 30px;
  text-align: center;
  position: relative;
}
.register .registerInner .registerMain .previous input[type=button] {
  cursor: pointer;
  width: 100%;
  background-color: #A3A3A3;
  color: #fff;
  border-radius: 50px;
  box-shadow: 2px 4px 0px 0px #6b6666;
  font-size: 16px;
  border: none;
  padding: 5px 0;
}
.register .registerInner .registerMain .previous::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../image/arrowIcon2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.register .registerInner .registerMain .screen-reader-response,
.register .registerInner .registerMain .wpcf7-response-output {
  display: none;
}
.register .registerInner .registerMain .registerFormList {
  position: relative;
}
.register .registerInner .registerMain .registerFormList .registerFormItem {
  width: 450px;
  position: relative;
}
.register .registerInner .registerMain .registerFormList .registerFormItem.selected .submit {
  pointer-events: auto;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .register .registerInner .registerMain .registerFormList .registerFormItem {
    width: 350px;
  }
}
.register .registerInner .registerMain .registerFormList .slick-arrow {
  width: 80%;
  height: 50px;
  bottom: 0;
}
.register .registerInner .registerMain .registerFormList .slick-arrow::before {
  width: 100% !important;
  height: 44.5px !important;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  opacity: 1;
}
.register .registerInner .registerMain .registerFormList .slick-arrow.slick-disabled::before {
  display: none;
}
.register .registerInner .registerMain .registerFormList .slick-next {
  bottom: 60px;
  right: 10%;
  z-index: 9;
}
.register .registerInner .registerMain .registerFormList .slick-next .slick-next-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.register .registerInner .registerMain .registerFormList .slick-next .slick-next-wrap::before {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shine 3s ease-in-out 0s infinite;
  position: absolute;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
.register .registerInner .registerMain .registerFormList .slick-next::before {
  content: "つぎへ" !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #FFA412;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px #A5680E;
  font-size: 24px;
  font-weight: 600;
}
.register .registerInner .registerMain .registerFormList .slick-next::after {
  content: "";
  width: 50px;
  height: 60px;
  background-image: url(../image/formHand.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 13px;
  right: -10px;
  animation: bigsmall 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
.register .registerInner .registerMain .registerFormList .slick-prev {
  bottom: -10px;
  left: 40px;
  z-index: 9;
}
.register .registerInner .registerMain .registerFormList .slick-prev::before {
  content: "もどる" !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #A3A3A3;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px #5C4B4B;
  font-size: 24px;
  font-weight: 600;
  left: 3px;
}
.register .registerInner .registerMain .registerFormList .slick-prev::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../image/arrowIcon2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 13px;
  left: 13px;
}
.register .registerInner .registerMain .registerFormList .slick-list {
  padding-bottom: 30px !important;
}
.register .registerInner .registerMain .registerFormList .slick-disabled {
  display: none !important;
}
.register .registerInner .registerMain .registerFormList .submit {
  width: 80%;
  height: 50px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 25px;
  pointer-events: none;
  opacity: 0.2;
}
.register .registerInner .registerMain .registerFormList .submit p {
  height: 100%;
}
.register .registerInner .registerMain .registerFormList .submit input[type=submit] {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #FFA412;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px #A5680E;
  font-size: 24px;
  font-weight: 600;
  border: none;
}
.register .registerInner .registerMain .registerFormList .submit::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../image/formArrow.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.register .registerInner .registerMain .registerFormList .wpcf7-not-valid-tip {
  display: none;
}
.register .registerInner .registerMain .registerFormList .acceptance {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register .registerInner .registerMain .registerFormList .acceptance .wpcf7-form-control-wrap {
  margin-right: 5px;
  display: block;
  width: auto;
  margin: 0;
  transform: translateY(2px);
}
.register .registerInner .registerMain .registerFormList .acceptance .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}
.register .registerInner .registerMain .registerFormList .acceptance .wpcf7-form-control-wrap input {
  width: 18px;
  height: 18px;
}
.register .registerInner .registerMain .registerFormList .acceptance a {
  display: inline-block;
}
.register .registerInner .registerMain .next-step {
  width: 80%;
  pointer-events: none;
  opacity: 0.2;
  position: relative;
  background-color: transparent;
  border: none;
  height: 48px;
  margin-bottom: 25px;
  padding: 0;
}
.register .registerInner .registerMain .next-step::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "次へ" !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #FFA412;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px #A5680E;
  font-size: 24px;
  font-weight: 800;
}
.register .registerInner .registerMain .next-step::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../image/formArrow.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.register .registerInner .registerMain .prev-step {
  width: 80%;
  position: relative;
  background-color: transparent;
  border: none;
  height: 48px;
  padding: 0;
}
.register .registerInner .registerMain .prev-step::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "もどる" !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #A3A3A3;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px #5C4B4B;
  font-size: 24px;
  font-weight: 800;
}
.register .registerInner .registerMain .prev-step::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../image/arrowIcon2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media only screen and (max-width: 480px) {
  .register .registerInner .registerMain {
    width: 350px;
  }
}
.register .registerInner .registerSub {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  z-index: 0;
}
.register .registerInner .registerSub .registerImg {
  width: 240px;
  height: auto;
  transform: translateY(36px);
}
@media only screen and (max-width: 1024px) {
  .register .registerInner .registerSub .registerImg {
    width: 200px;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 480px) {
  .register .registerInner .registerSub .registerImg {
    width: 130px;
  }
}
.register .registerInner .registerSub .registerList {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.register .registerInner .registerSub .registerList .registerItem {
  display: flex;
  align-items: center;
  gap: 15px;
}
.register .registerInner .registerSub .registerList .registerItemCheck {
  width: 28px;
  height: auto;
}
.register .registerInner .registerSub .registerList .registerItem span {
  text-align: left;
  font-size: 22px;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .register .registerInner .registerSub .registerList .registerItem span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .register .registerInner .registerSub .registerList {
    position: static;
  }
}
@media only screen and (max-width: 480px) {
  .register .registerInner .registerSub .registerList {
    gap: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .register .registerInner .registerSub {
    position: static;
    transform: translate(0);
    width: auto;
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .register .registerInner .registerSub {
    gap: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .register {
    padding-bottom: 0;
    padding-top: 40px;
  }
}

.problem {
  max-width: 1800px;
  margin: auto;
  padding: 60px 0;
  background-image: url(../image/problemBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.problemInner {
  width: 90%;
  max-width: 600px;
  margin: auto;
}
.problemInner .problemTop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.problemInner .problemTopHeading {
  font-size: 30px;
  line-height: 1.6;
  color: #01466F;
}
@media only screen and (max-width: 768px) {
  .problemInner .problemTopHeading {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .problemInner .problemTopHeading {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.problemInner .problemTopImg {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .problemInner .problemTopImg {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .problemInner .problemTopImg {
    width: 150px;
  }
}
.problemInner .problemBox {
  background-color: #fff;
  border: 5px solid #0578CE;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 8px 8px 0px rgb(176, 191, 217);
  margin-bottom: 50px;
}
.problemInner .problemBoxList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.problemInner .problemBoxList .problemBoxItem {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 2px dashed #12A0DE;
  border-width: 2px;
}
.problemInner .problemBoxList .problemBoxItem .check {
  width: 28px;
  height: auto;
}
.problemInner .problemBoxList .problemBoxItem span {
  width: calc(100% - 28px);
  font-size: 20px;
  transform: translateY(-2px);
}
@media only screen and (max-width: 480px) {
  .problemInner .problemBoxList .problemBoxItem span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .problemInner .problemBoxList .problemBoxItem {
    gap: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .problemInner .problemBox {
    margin-bottom: 30px;
    padding: 20px;
  }
}
.problemInner .problemArrow {
  width: 100px;
  margin: auto;
  margin-bottom: 20px;
}
.problemInner .problemCatch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.problemInner .problemCatch span {
  font-size: 32px;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .problemInner .problemCatch span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .problemInner .problemCatch span .br-sp {
    display: block;
  }
}
.problemInner .problemCatch img {
  width: 50px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .problem {
    padding: 30px 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  .problem {
    background-image: url(../image/problemBg_sp.png);
  }
}

.service {
  max-width: 1800px;
  margin: auto;
  padding: 80px 0;
}
.serviceInner .serviceList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.serviceInner .serviceList .serviceItem {
  width: 400px;
  background-color: #fff;
  border: 4px solid #0578CE;
  border-radius: 15px;
  padding: 20px;
}
.serviceInner .serviceList .serviceItem .serviceImg {
  margin-bottom: 10px;
}
.serviceInner .serviceList .serviceItem .serviceBox {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.serviceInner .serviceList .serviceItem .serviceBoxNum {
  width: 90px;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .serviceInner .serviceList .serviceItem .serviceBoxNum {
    width: 60px;
  }
}
.serviceInner .serviceList .serviceItem .serviceBoxHeading {
  width: calc(100% - 90px);
  color: #01466F;
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .serviceInner .serviceList .serviceItem .serviceBoxHeading {
    font-size: 18px;
  }
  .serviceInner .serviceList .serviceItem .serviceBoxHeading br {
    display: none;
  }
}
.serviceInner .serviceList .serviceItem .serviceText {
  font-size: 14px;
  line-height: 1.8;
  background-color: #E5F1FA;
  border-radius: 10px;
  padding: 15px 20px;
}
@media only screen and (max-width: 480px) {
  .serviceInner .serviceList .serviceItem {
    width: calc(80% - 48px);
  }
}
@media only screen and (max-width: 480px) {
  .service {
    background-image: url(../image/serviceBg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -80px;
    padding: 40px 0;
  }
}

.reason {
  background-color: #EBF4FB;
  max-width: 1800px;
  margin: auto;
  padding: 80px 0;
}
.reasonInner .common {
  margin-bottom: 80px;
}
@media only screen and (max-width: 480px) {
  .reasonInner .common {
    margin-bottom: 50px;
  }
}
.reasonInner .reasonList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.reasonInner .reasonList .reasonItem {
  width: calc(90% - 80px);
  max-width: 450px;
  border: 10px solid #84D6FA;
  border-radius: 12px;
  position: relative;
  padding: 20px 30px;
  background-color: #fff;
}
.reasonInner .reasonList .reasonItem .reasonTop {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #B7D100;
  border-radius: 50px;
  padding: 15px 10px;
  margin-bottom: 30px;
}
.reasonInner .reasonList .reasonItem .reasonTopNum {
  width: 36px;
  height: 36px;
  background-color: #fff;
  color: #B7D100;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 24px;
}
.reasonInner .reasonList .reasonItem .reasonTopHeading {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  transform: translateY(-1px);
}
@media only screen and (max-width: 768px) {
  .reasonInner .reasonList .reasonItem .reasonTopHeading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .reasonInner .reasonList .reasonItem .reasonTopHeading {
    font-size: 16px;
  }
  .reasonInner .reasonList .reasonItem .reasonTopHeading .br-sp {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .reasonInner .reasonList .reasonItem .reasonTop {
    margin-bottom: 20px;
  }
}
.reasonInner .reasonList .reasonItem .reasonCompare {
  position: relative;
  z-index: 1;
}
.reasonInner .reasonList .reasonItem .reasonCompareItem .reasonCompareTop {
  background-color: #E6E6E6;
  display: inline-block;
  font-size: 18px;
  padding: 3px 10px;
  position: relative;
  margin-bottom: 10px;
}
.reasonInner .reasonList .reasonItem .reasonCompareItem .reasonCompareTop:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -23px;
  width: 0;
  height: 0;
  border-left: 23px solid #E6E6E6;
  border-top: 33px solid transparent;
}
.reasonInner .reasonList .reasonItem .reasonCompareItem .reasonCompareTitle {
  color: #000;
}
.reasonInner .reasonList .reasonItem .reasonCompareItem:last-child {
  margin-top: 20px;
}
.reasonInner .reasonList .reasonItem .reasonCompareItem:last-child .reasonCompareTop {
  background-color: #0578CE;
  color: #fff;
}
.reasonInner .reasonList .reasonItem .reasonCompareItem:last-child .reasonCompareTop:before {
  border-left: 23px solid #0578CE;
}
.reasonInner .reasonList .reasonItem .reasonCompareItem:last-child .reasonCompareTitle {
  border-left: 5px solid #0578CE;
  padding-left: 15px;
}
.reasonInner .reasonList .reasonItem .reasonBorder {
  width: 36px;
  height: 36px;
  position: absolute;
}
.reasonInner .reasonList .reasonItem .reasonBorder1 {
  top: -10px;
  left: -10px;
}
.reasonInner .reasonList .reasonItem .reasonBorder2 {
  top: -10px;
  right: -10px;
  transform: rotate(90deg);
}
.reasonInner .reasonList .reasonItem .reasonBorder3 {
  bottom: -10px;
  left: -10px;
  transform: rotate(270deg);
}
.reasonInner .reasonList .reasonItem .reasonBorder4 {
  bottom: -10px;
  right: -10px;
  transform: rotate(180deg);
}
.reasonInner .reasonList .reasonItem .reasonEmpha {
  width: 150px;
  height: auto;
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
}
.reasonInner .reasonList .reasonItem .reasonEmpha2 {
  width: 110px;
  height: auto;
  position: absolute;
  bottom: 20px;
  right: -20px;
  transform: translateX(-50%);
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  .reasonInner .reasonList .reasonItem {
    padding: 20px 15px;
    width: calc(90% - 50px);
  }
}
@media only screen and (max-width: 480px) {
  .reason {
    padding: 40px 0;
  }
}

.special {
  background-color: #E9FBFF;
  max-width: 1800px;
  margin: auto;
  padding: 80px 0;
}
.specialInner .specialList {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 580px;
  margin: auto;
}
.specialInner .specialList .specialItem {
  width: 280px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.specialInner .specialList .specialItem .specialTop {
  background-color: #12A0DE;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
}
.specialInner .specialList .specialItem .specialMain {
  padding: 20px;
  position: relative;
}
.specialInner .specialList .specialItem .specialMainImg {
  width: 120px;
  height: auto;
  margin: auto;
  margin-bottom: 15px;
}
.specialInner .specialList .specialItem .specialMainImgEmpha {
  width: 150px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 480px) {
  .specialInner .specialList .specialItem .specialMainImgEmpha {
    width: 110px;
  }
}
@media only screen and (max-width: 480px) {
  .specialInner .specialList .specialItem .specialMainImg {
    width: 80px;
  }
}
.specialInner .specialList .specialItem .specialMainText {
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .specialInner .specialList .specialItem {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 480px) {
  .specialInner .specialList .specialItem {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .specialInner .specialList {
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .specialInner .specialList {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .special {
    padding: 40px 0;
  }
}

.thought {
  max-width: 1800px;
  margin: auto;
  padding: 80px 0;
}
.thoughtInner .thoughtText {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .thoughtInner .thoughtText .br-sp {
    display: block;
  }
}
.thoughtInner .thoughtCatch {
  text-align: center;
  font-size: 25px;
  line-height: 2;
  margin-bottom: 50px;
}
.thoughtInner .thoughtCatch span {
  background: linear-gradient(transparent 80%, #f2cf39 0%);
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .thoughtInner .thoughtCatch {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .thoughtInner .thoughtCatch .br-sp {
    display: block;
    background: none;
  }
}
.thoughtInner .thoughtBox {
  width: 500px;
  margin: auto;
  border: 20px solid #2CB0D6;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  padding: 0 5px;
}
.thoughtInner .thoughtBoxImg {
  width: 140px;
  height: auto;
}
.thoughtInner .thoughtBoxMain {
  text-align: center;
}
.thoughtInner .thoughtBoxMainTop {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background-color: #01466F;
  border-radius: 50px;
  padding: 2px 25px;
}
.thoughtInner .thoughtBoxMainName {
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #01466F;
}
@media only screen and (max-width: 768px) {
  .thoughtInner .thoughtBox {
    width: calc(90% - 50px);
    background-color: #fff;
  }
}
.thoughtInner .thoughtBoxSp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .thoughtInner .thoughtBoxSp {
    width: 90%;
    margin: auto;
    display: block;
  }
}
.thoughtInner .thoughtBoxWrapper {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .thoughtInner .thoughtBoxWrapper {
    display: none;
  }
}
.thoughtInner .thoughtBoxWrapper .thoughtBoxBorder {
  position: absolute;
  width: 580px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .thoughtInner .thoughtBoxWrapper .thoughtBoxBorder {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .thought {
    padding: 40px 0;
  }
}

.flow {
  max-width: 1800px;
  margin: auto;
  padding: 80px 0;
  background-color: #EBF4FB;
}
.flowInner .common {
  margin-bottom: 100px;
}
.flowInner .flowList {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin: auto;
}
.flowInner .flowList .flowItem {
  width: calc(100% - 50px);
  position: relative;
  border: 5px solid #0578CE;
  border-top-width: 15px;
  border-radius: 0 10px 10px 10px;
  padding: 20px;
  background-color: #fff;
  position: relative;
}
.flowInner .flowList .flowItem .flowNum {
  position: absolute;
  top: -80px;
  left: -5px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.flowInner .flowList .flowItem .flowNum span {
  font-size: 25px;
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
@media only screen and (max-width: 480px) {
  .flowInner .flowList .flowItem .flowNum span {
    font-size: 22px;
  }
}
.flowInner .flowList .flowItem .flowNumImg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .flowInner .flowList .flowItem .flowNum {
    width: 120px;
  }
}
.flowInner .flowList .flowItem .flowMain {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
.flowInner .flowList .flowItem .flowMainHeading {
  width: 60%;
  color: #0578CE;
  font-size: 28px;
}
@media only screen and (max-width: 480px) {
  .flowInner .flowList .flowItem .flowMainHeading {
    font-size: 22px;
  }
}
.flowInner .flowList .flowItem .flowMainImg {
  width: 40%;
}
.flowInner .flowList .flowItem .flowText {
  line-height: 1.8;
  font-size: 14px;
}
.flowInner .flowList .flowItem:before {
  content: "";
  width: 12px;
  height: 100px;
  background-color: #12A0DE;
  position: absolute;
  bottom: -105px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.flowInner .flowList .flowItem:last-child:before {
  display: none;
}
@media only screen and (max-width: 480px) {
  .flowInner .flowList {
    width: 80%;
    gap: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .flow {
    padding: 40px 0;
  }
}

.qa {
  max-width: 1800px;
  margin: auto;
  padding: 80px 0;
}
.qaInner .qaList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 50px;
}
.qaInner .qaList .qaItem {
  width: 700px;
  position: relative;
}
.qaInner .qaList .qaItem .question {
  background-color: #2CB0D6;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 70px 20px 60px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  z-index: 1;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.2s;
}
.qaInner .qaList .qaItem .question .questionHeading {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  font-family: "Inter", sans-serif;
  position: absolute;
  left: 15px;
  z-index: 2;
  margin-right: auto;
}
@media only screen and (max-width: 480px) {
  .qaInner .qaList .qaItem .question .questionHeading {
    font-size: 40px;
  }
}
.qaInner .qaList .qaItem .question .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  background-color: #fff;
  border-radius: 50px;
}
.qaInner .qaList .qaItem .question .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.qaInner .qaList .qaItem .question .i_box .one_i:before,
.qaInner .qaList .qaItem .question .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #2CB0D6;
  border-radius: 10px;
  width: 18px;
  height: 3px;
  position: absolute;
  top: 7.5px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}
.qaInner .qaList .qaItem .question .i_box .one_i:before {
  width: 3px;
  height: 18px;
  top: 0;
  left: 7.5px;
}
@media only screen and (max-width: 480px) {
  .qaInner .qaList .qaItem .question .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media only screen and (max-width: 480px) {
  .qaInner .qaList .qaItem .question {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.qaInner .qaList .qaItem .question:hover {
  opacity: 0.8;
}
.qaInner .qaList .qaItem .question.open {
  border-radius: 5px 5px 0 0;
}
.qaInner .qaList .qaItem .question.open .i_box {
  transform: rotate(-180deg);
}
.qaInner .qaList .qaItem .question.open .i_box .one_i:before {
  content: none;
}
.qaInner .qaList .qaItem .question.open .i_box .one_i:after {
  transform: rotate(-45deg);
}
.qaInner .qaList .qaItem .answer {
  display: none;
  padding: 20px;
  border-left: 3px solid #2CB0D6;
  border-right: 3px solid #2CB0D6;
  border-bottom: 3px solid #2CB0D6;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
}
.qaInner .qaList .qaItem .answer p.txt_a_ac {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .qaInner .qaList .qaItem {
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .qa {
    padding: 40px 0;
  }
}

.thanks {
  width: 100%;
  height: auto;
  max-width: 1800px;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #E9FBFF;
}
.thanks .thanksInner {
  text-align: center;
}
.thanks .thanksInner .thanksMain {
  padding-top: 40px;
}
.thanks .thanksInner .thanksMain .thanksHeading {
  color: #0578CE;
  font-size: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .thanks .thanksInner .thanksMain .thanksHeading {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .thanks .thanksInner .thanksMain .thanksHeading {
    font-size: 32px;
  }
}
.thanks .thanksInner .thanksMain .thanksText {
  font-size: 18px;
  margin-bottom: 30px;
  color: #333;
}
@media only screen and (max-width: 480px) {
  .thanks .thanksInner .thanksMain .thanksText .br-sp {
    display: block;
  }
}
.thanks .thanksInner .thanksMain .thanksImg {
  width: 300px;
  margin: auto;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .thanks .thanksInner .thanksMain .thanksImg {
    width: 200px;
  }
}
.thanks .thanksInner .thanksMain .thanksImg_sp {
  display: none;
}/*# sourceMappingURL=style.css.map */