@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

  .sp {
    display: block !important;
  }
}
.chiaro {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* autoprefixer grid: autoplace */
/* A Modern CSS Reset */
html {
  font-size: 0.7320644217vw;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  /* 游ゴシック体 */
  font-family: "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  min-height: 100vh;
  color: #212121;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
  }
}

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

img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

video {
  max-width: 100%;
}

.serif {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 999;
  max-width: 122.6rem;
  margin: auto;
  top: 4rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 750px) {
  .header {
    max-width: 100%;
    padding: 0 2rem;
    top: 2.4rem;
  }
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 14.6rem;
  }
}

.header__logo > a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .header__logo > a {
    display: block;
  }
}

.slogo1 {
  width: 17.3rem;
  margin-right: 2.15rem;
}
@media screen and (max-width: 750px) {
  .slogo1 {
    margin-bottom: 0.5rem;
    width: 12.8rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.slogo2 {
  width: 15.7rem;
}
@media screen and (max-width: 750px) {
  .slogo2 {
    width: 8.8rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.footer {
  background: #212121;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 1.2rem;
}
@media screen and (max-width: 750px) {
  .footer {
    padding-bottom: 10.2rem;
  }
}

.red {
  color: #D85710;
}

.mkr {
  background: linear-gradient(transparent 70%, #FED563 70%);
}

.hero {
  background: #F8F7F6;
  height: 76.8rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .hero {
    height: 39.7rem;
  }
}
.hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FE9A63;
  width: 2.5rem;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .hero::before {
    width: 0.5rem;
  }
}
.hero::after {
  content: "";
  background: linear-gradient(225deg, #d85710 0%, #fe9a63 100%);
  width: 63rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .hero::after {
    width: 14.5rem;
  }
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 122.6rem;
  margin: auto;
}

.hero-visual {
  padding-top: 12rem;
  max-width: 80.8rem;
  margin-right: 5.3rem;
  margin-left: auto;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .hero-visual {
    padding-top: 9.6rem;
  }
}
.hero-visual img {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .hero-visual img {
    width: 27rem;
    height: 25rem;
    object-fit: cover;
    margin-right: 2rem;
  }
}
.hero-visual::before {
  z-index: 4;
  content: "";
  position: absolute;
  right: -2.7rem;
  top: 12rem;
  border: solid 1px #212121;
  width: 13.2rem;
  height: 13.2rem;
}
@media screen and (max-width: 750px) {
  .hero-visual::before {
    width: 4.3rem;
    height: 4.3rem;
    top: 8.4rem;
    right: 0.9rem;
  }
}
.hero-visual::after {
  z-index: 2;
  content: "";
  position: absolute;
  left: 26.7rem;
  bottom: -2rem;
  border: solid 1px #212121;
  width: 6.2rem;
  height: 6.2rem;
}
@media screen and (max-width: 750px) {
  .hero-visual::after {
    width: 4rem;
    height: 4rem;
    left: 6.2rem;
    bottom: -2.1rem;
  }
}

.hero-title {
  position: absolute;
  left: 0;
  top: 19rem;
  width: 40rem;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .hero-title {
    width: 20rem;
    top: 9.6rem;
    left: 1.3rem;
  }
}

/*
.hero-catch {
  position: absolute;
  left: 3.6rem;
  top: 42.6rem;
  font-size: 4.8rem;
  z-index: 6;
}
.hero-catch2 {
  font-size: 2rem;
  position: absolute;
  left: 3.6rem;
  top: 54.6rem;
  background: #fff;
  z-index: 6;
}
.hero-catch2 .red {
  font-size: 2.8rem;
}
.hero-catch2 > span {
  padding: 1.6rem 3rem;
  line-height: 1;
  background: #fff;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .hero-catch {
    font-size: 2.4rem;
    top: 21.4rem;
    left: 1.3rem;
  }
  .hero-catch2 {
    font-size: 1.6rem;
    top: 26rem;
    left: 1.3rem;
  }
  .hero-catch2 .red {
    font-size: 2rem;
  }
}
.hero-catch > span {
  padding: 1.6rem 3rem;
  line-height: 1;
  display: table;
  background: #fff;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .hero-catch > span {
    padding: 0.6rem 1rem 0.6rem 0.8rem;
    border-radius: 3px;
  }
  .hero-catch2 > span {
    padding: 0.6rem 1rem 0.6rem 0.8rem;
    border-radius: 3px;
  }
}
*/
.hero-logo {
  position: absolute;
  left: 0;
  top: 42.6rem;
}
.hero-logo img {

  width: 1.2rem;
}
@media screen and (max-width: 750px) {
  .hero-logo {
    left: 1.3rem;
    top: 29.7rem;
    z-index: 24;
    font-size: 1rem;
  }
}

@media screen and (max-width: 750px) {
  .header__cta-row {
    display: flex;
  }
  .header__cta-row .header__cta-button {
    margin-left: 2.5rem;
  }
}

.cta {
  background-color: #F2EBE4;
  position: relative;
}
@media screen and (max-width: 750px) {
  .cta {
    /* height: 34.4rem; */
    height: 21.4rem;
  }
}
.cta::before {
  content: "";
  background-image: url("../images/cta-bg1.svg");
  position: absolute;
  left: 5.3rem;
  top: 4.8rem;
  background-size: 100%;
  width: 18rem;
  height: 22rem;
}
@media screen and (max-width: 750px) {
  .cta::before {
    background-image: url("../images/cta-bg1_sp.svg");
    left: 0.9rem;
    top: 0.9rem;
    width: 17.1rem;
    height: 19rem;
  }
}
.cta::after {
  content: "";
  background-image: url("../images/cta-bg2.svg");
  position: absolute;
  right: 9.1rem;
  top: 5.2rem;
  background-size: 100%;
  width: 13.8rem;
  height: 22rem;
}
@media screen and (max-width: 750px) {
  .cta::after {
    background-image: url("../images/cta-bg2_sp.svg");
    right: 0;
    bottom: 0.9rem;
    top: auto;
    width: 12.6rem;
    height: 17.4rem;
  }
}

.cta-title {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 4.3rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .cta-title {
    margin-bottom: 2.8rem;
    font-size: 2rem;
  }
}
.cta-title .small {
  font-size: 2.8rem;
}
@media screen and (max-width: 750px) {
  .cta-title .small {
    font-size: 1.6rem;
  }
}

.cta-inner {
  max-width: 79rem;
  padding: 5.3rem 0 4.9rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .cta-inner {
    position: relative;
    z-index: 2;
    padding: 4.2rem 0 4rem;
  }
}

.cta-row {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .cta-row {
    display: block;
    max-width: 28rem;
    margin: auto;
  }
}
.cta-row > * {
  flex: 0 0 50%;
  max-width: 36rem;
}
@media screen and (max-width: 750px) {
  .cta-row > * {
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .cta-row-right {
    margin-top: 3rem;
  }
}

.cta-button {
  width: 36rem;
  height: 8rem;
  border-radius: 5px;
  background: linear-gradient(225deg, #d85710 0%, #fe9a63 100%);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-button svg {
  margin-right: 1rem;
}
@media screen and (max-width: 750px) {
  .cta-button {
    width: 100%;
    height: 6rem;
    font-size: 1.4rem;
  }
}
.cta-button--black {
  background: #212121;
}
.cta-button--black img {
  width: 22rem;
}

.cta-row-title {
  height: 2.3rem;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
}
.cta-row-title img {
  margin: 0 3rem;
}
@media screen and (max-width: 750px) {
  .cta-row-title img {
    margin: 0 1.5rem;
  }
}
.cta-row-title::before {
  content: "＼";
  display: inline-block;
}
.cta-row-title::after {
  content: "／";
  display: inline-block;
}

.cta-float {
  background-color: #F2EBE4;
  background-image: url("../images/cta-bg.svg");
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 9rem;
  transition: 0.3s;
  transform: translate(0, 100%);
}
.cta-float.is-active {
  transform: translate(0, 0);
}
.cta-float-row {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-float-button {
  flex: 0 0 100%;
  /* max-width: 16.2rem; */
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background: linear-gradient(225deg, #d85710 0%, #fe9a63 100%);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.cta-float-button.type2 {
  background: #212121;
}

.tel-box {
  border: solid 2px #D85710;
  border-radius: 5px;
  padding: 3rem;
  margin-bottom: 6rem;
  position: relative;
}
.tel-box::before {
  z-index: 5;
  content: "";
  position: absolute;
  right: -1rem;
  top: -1.2rem;
  border: solid 1px #212121;
  width: 3.1rem;
  height: 3.1rem;
}
.tel-box::after {
  z-index: 2;
  content: "";
  position: absolute;
  left: -5rem;
  bottom: -5rem;
  border: solid 1px #212121;
  width: 6.2rem;
  height: 6.2rem;
}
@media screen and (max-width: 750px) {
  .tel-box {
    padding: 2.45rem;
    margin-bottom: 4rem;
  }
}
.tel-box::before {
  left: -1.5rem;
  right: auto;
  top: -1.5rem;
}
@media screen and (max-width: 750px) {
  .tel-box::before {
    left: -1rem;
    width: 3.1rem;
    height: 3.1rem;
  }
}
.tel-box::after {
  right: -3rem;
  bottom: -3rem;
  left: auto;
}
@media screen and (max-width: 750px) {
  .tel-box::after {
    right: -1rem;
    bottom: -1.5rem;
    width: 3.8rem;
    height: 3.8rem;
  }
}
.tel-box__no {
  margin-right: 2rem;
}
.tel-box__no svg {
  display: block;
}
@media screen and (max-width: 750px) {
  .tel-box__no svg {
    width: 23.8rem;
  }
}
.tel-box__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .tel-box__title {
    font-size: 1.6rem;
  }
}
.tel-box__text {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .tel-box__caption br {
    display: none;
  }
}
.tel-box__row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .tel-box__row {
    flex-direction: column-reverse;
  }
}

.entryform__inner {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .entryform__inner {
    padding: 0 2rem;
  }
}
.entryform .forms {
  margin-top: 3rem;
}
.entryform .forms .entryform__has-errors {
  margin-bottom: 3rem;
  font-weight: 700;
  color: #D00000;
}
.entryform .forms .entryform__note {
  margin-bottom: 3rem;
  font-weight: 500;
}
.entryform .forms .entryform__note span {
  color: #d85710
}
.entryform__title {
  text-align: center;
}
.entryform__text {
  text-align: center;
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (max-width: 750px) {
  .entryform__text {
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-bottom: 3.8rem;
  }
}
.entryform__subtitle {
  text-align: center;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 750px) {
  .entryform__subtitle {
    margin-bottom: 2.6rem;
  }
}
.entryform__box {
  text-align: left;
  max-width: 100rem;
  margin: auto;
  padding: 6rem 7.6rem 7rem 6.4rem;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.entryform__box .arrow-top {
  position: absolute;
  left: -3.7rem;
  top: -4.4rem;
  width: 11rem;
}
@media screen and (max-width: 750px) {
  .entryform__box .arrow-top {
    position: absolute;
    left: -1.6rem;
    top: -2rem;
    width: 5rem;
  }
}
.entryform__box .arrow-bottom {
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  width: 11rem;
}
@media screen and (max-width: 750px) {
  .entryform__box .arrow-bottom {
    position: absolute;
    right: -1.4rem;
    bottom: -2.2rem;
    width: 5rem;
  }
}
@media screen and (max-width: 750px) {
  .entryform__box {
    margin: 0;
    padding: 3.5rem 1.5rem 4rem;
    max-width: 100%;
  }
}
.entryform__box-line {
  max-width: 85rem;
  margin: auto;
  border: solid 1px #CCCCCC;
  display: flex;
  height: 10.8rem;
  align-items: center;
  padding-left: 4.3rem;
  justify-content: space-between;
  padding-right: 4.3rem;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 6.4rem;
}
.entryform__box-line a {
  background: #3EBF58;
  padding: 1.3rem 3rem 1rem;
  width: 24rem;
  height: 6rem;
  display: block;
  margin: auto;
}
.entryform__box-line a:hover {
  opacity: 1;
  background: #5FEE7B;
}
@media screen and (max-width: 750px) {
  .entryform__box-line {
    margin-bottom: 2.6rem;
    display: block;
    height: 21.1rem;
    padding: 3.25rem 0 2.7rem;
    text-align: center;
  }
  .entryform__box-line p {
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
}
.entryform__box-line img {
  width: 24rem;
}
.entryform__steps {
  font-size: 4rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  max-width: 31rem;
  margin: auto;
  position: relative;
  margin-bottom: 6.4rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .entryform__steps {
    max-width: 25rem;
    margin-bottom: 6rem;
  }
}
.entryform__steps::after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 3px solid #A3BBB7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.entryform__step {
  text-align: center;
  height: 6rem;
  line-height: 6.5rem;
  position: relative;
  width: 6rem;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .entryform__step {
    width: 5rem;
    height: 5rem;
    line-height: 5.5rem;
    font-size: 2.8rem;
  }
}
.entryform__step span {
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  top: 0.5rem;
  left: -0.5rem;
  color: #A3BBB7;
  display: block;
}
@media screen and (max-width: 750px) {
  .entryform__step span {
    font-size: 1.4rem;
    top: 0.5rem;
  }
}
.entryform__step.is-active::after {
  background-color: #FF4E72;
}
.entryform__step.is-active span {
  color: #FF4E72;
}
.entryform__step::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: skew(-10deg);
  width: 100%;
  height: 100%;
  background-color: #A3BBB7;
}
.entryform__items {
  margin: auto;
}
.entryform__item {
  font-weight: bold;
  margin-bottom: 4rem;
}
.entryform__item--harf {
  max-width: 58rem;
}
@media screen and (max-width: 750px) {
  .entryform__item {
    margin-bottom: 3rem;
  }
}
.entryform__item-name {
  margin-bottom: 1.5rem;
}
.entryform__item-name span {
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .entryform__item-name span {
    vertical-align: baseline;
    letter-spacing: 0;
  }
}
/*
.entryform__item-name::before {
  content: "任意";
  background-color: #A9A9A9;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  display: inline-block;
  border-radius: 4px;
  margin-right: 0.9rem;
}
.entryform__item-name.require::before {
  content: "必須";
  background-color: #DF4849;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  display: inline-block;
  border-radius: 4px;
  margin-right: 0.5rem;
  position: relative;
  top: -0.3rem;
}
*/
@media screen and (max-width: 750px) {
  .entryform__item-name.require::before {
    font-size: 1.2rem;
  }
}
.entryform__item-input input,
.entryform__item-input select {
  border: solid 1px #CCCCCC;
}
.entryform__item-input .age {
  width: 16.5rem !important;
}
.entryform__item-input .sai {
  margin: 0 1rem;
}
.entryform__item-input input[type=text],
.entryform__item-input input[type=email] {
  width: 100%;
  border-radius: 4px;
  font-weight: normal;
  padding: 1.2rem 1.8rem;
}
@media screen and (max-width: 750px) {
  .entryform__item-input input[type=text],
  .entryform__item-input input[type=email] {
    padding: 1.15rem;
    width: 100%;
  }
}
.entryform__item-input input[type=tel] {
  font-weight: normal;
  padding: 1.2rem 1.8rem;
  border-radius: 4px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .entryform__item-input input[type=tel] {
    padding: 1.15rem;
  }
}
.entryform__item-input select {
  width: 100%;
  font-weight: normal;
  border-radius: 4px;
  width: 100%;
  padding: 1.4rem 1.8rem;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyIgZmlsbD0iI2Q4NTcxMCI+Cg08ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoNPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cg08ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDx0aXRsZT5pY29uLzE4L2ljb24tdHJpYW5nbGU8L3RpdGxlPiA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gPGRlZnM+IDwvZGVmcz4gPGcgaWQ9Im91dCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+IDxwYXRoIGQ9Ik00LDcgTDksMTMgTDE0LDcgTDQsNyBMNCw3IFoiIGlkPSJwYXRoIiBmaWxsPSIjZDg1NzEwIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4gPC9wYXRoPiA8L2c+IDwvZz4KDTwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 18px;
  background-color: white;
  color: #333;
}
@media screen and (max-width: 750px) {
  .entryform__item-input select {
    padding: 1.15rem;
  }
}
.entryform__item-input textarea {
  border: solid 1px #CCCCCC;
  border-radius: 4px;
  width: 100%;
  height: 24rem;
  padding: 1.4rem 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .entryform__item-input textarea {
    padding: 1.15rem;
  }
}
.entryform__item-input input[required],
.entryform__item-input select[required],
.entryform__item-input textarea[required] {
  border: solid 1px #d85710;
}
.entryform__item-input.has-error input,
.entryform__item-input.has-error select,
.entryform__item-input.has-error textarea {
  border: solid 2px #d00000;
}
.entryform__item-input .selectboxs {
  display: flex;
  justify-content: space-between;
  max-width: 50rem;
}
.entryform__item-input .selectboxs select {
  border-radius: 2px;
  width: 100%;
  font-weight: normal;
}
.entryform__item-input .selectboxs .year {
  flex: 0 0 42%;
  max-width: 42%;
}
.entryform__item-input .selectboxs .month {
  flex: 0 0 24%;
  max-width: 24%;
}
.entryform__item-input .selectboxs .day {
  flex: 0 0 24%;
  max-width: 24%;
}
.entryform__item-input .tels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 49.5rem;
}
.entryform__item-input .tel {
  flex: 0 0 32.5%;
}
@media screen and (max-width: 750px) {
  .entryform__item-input .tel {
    flex: 0 0 26.5%;
  }
}
.entryform__item-input .tel-separate {
  flex: 0 0 9%;
  font-size: 2.7rem;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .entryform__item-input .tel-separate {
    font-size: 1.7rem;
  }
}
.entryform__item-input .address {
  width: 100%;
}
.entryform__item-input .address input {
  width: 100%;
}
.entryform .form_error_wrap {
  display: none;
}
.entryform .has-error .form_error_wrap {
  display: block;
  color: #D00000;
  font-weight: normal;
}
.entryform__terms {
  border: solid 1px;
  font-size: 1.6rem;
  padding: 1.8rem 1.5rem;
  max-height: 20rem;
  overflow: scroll;
  margin-bottom: 2.8rem;
  margin-top: 6.7rem;
}
@media screen and (max-width: 750px) {
  .entryform__terms {
    max-height: 31rem;
    margin-top: 1.5rem;
    font-size: 1.2rem;
    padding: 1.7rem 1.9rem;
  }
}
.entryform__terms-check {
  position: relative;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 750px) {
  .entryform__terms-check {
    margin-bottom: 2.5rem;
  }
}
.entryform__terms-check-label {
  text-align: center;
  width: 100%;
  display: block;
  padding: 2.15rem;
  border-radius: 17px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  border: solid 1px #CCCCCC;
}
@media screen and (max-width: 750px) {
  .entryform__terms-check-label {
    padding: 1.15rem;
    border-radius: 9px;
    font-size: 1.2rem;
  }
}
.entryform__terms-check-label input {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem;
  display: inline-block;
  transform: translate(0, 4px);
}
@media screen and (max-width: 750px) {
  .entryform__terms-check-label input {
    margin: 0 1rem 0 3rem;
  }
}
.entryform__terms-check-label::before {
  position: absolute;
  left: 2.6rem;
  content: "必須";
  background-color: #D00000;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  display: inline-block;
  border-radius: 4px;
  margin-right: 0.9rem;
}
@media screen and (max-width: 750px) {
  .entryform__terms-check-label::before {
    left: 1.2rem;
    font-size: 1.2rem;
  }
}
.entryform__terms-text {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 750px) {
  .entryform__terms-text {
    line-height: 2rem;
    font-size: 1.2rem;
    margin: 2.8rem 1rem 3.5rem;
  }
}
.entryform__recaptcha {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4.8rem;
}
.entryform__recaptcha > span {
  flex-basis: 100%;
  font-size: 1.4rem;
  text-align: center;
}

.entryform__button {
  text-align: center;
}
.entryform__button button {
  border-radius: 5px;
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: auto;
  font-size: 1.6rem;
  color: #fff;
  border: 0;
  padding: 2.5rem;
  background: #000;
  width: 24rem;
  margin: 1rem auto;
  border: solid 1px #fff;
}
.entryform__button button:hover {
  background: #fff;
  color: #000;
  border: solid 1px #000;
}
.entryform__button button:hover svg {
  transform: translate(1rem, 0);
}
.entryform__button button:hover svg path {
  stroke: #000;
}
.entryform__button button svg {
  width: 4.7rem;
  margin-left: 1rem;
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  .entryform__button button svg {
    width: 3.7rem;
    margin-left: 1rem;
  }
}
.entryform__button button.is-back {
  background: #928989;
}
@media screen and (max-width: 750px) {
  .entryform__button button {
    width: 90%;
    font-size: 1.4rem;
    padding: 2rem;
    justify-content: space-around;
    margin: 1.5rem auto;
  }
}

.thanks section {
  height: 100vh;
  padding: 20vh 0 8rem;
}
.thanks section p {
  text-align: center;
  /*font-size: 3.2rem;*/
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .thanks section p {
    font-size: 1.6rem;
  }
}
.thanks .totop {
  position: relative;
  display: block;
  font-weight: bold;
  background: #000;
  height: 8rem;
  line-height: 8rem;
  width: 37.5rem;
  color: #fff;
  margin: 8rem auto 0;
  text-align: center;
  border-radius: 5px;
  font-size: 2rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .thanks .totop {
    width: 32rem;
    font-size: 1.6rem;
    height: 6rem;
    line-height: 6rem;
  }
}


.footer__inner {
  display: flex;
  justify-content: space-between;
  max-width: 100rem;
  margin: auto;
  text-align: left;
  padding: 2.5rem 0;
}
.footer__left {

}
.footer__left img {
  width: 19.4rem;
  margin: 0 0 2rem;
}
.footer__right a {
  display: block;
  line-height: 5rem;
  text-align: center;
  height: 5rem;
  border-radius: 3px;
  border: solid 1px;
  width: 20rem;
}
@media screen and (max-width: 750px) {
  .footer__inner {
    display: flex;
    margin: auto;
    max-width: none;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}

.faq_img_container {
  margin: 4rem 0 2rem 4.8rem;
}
.faq_img_container .je img {
  width: 35.3rem;
  margin: 0 auto 2.5rem;
}
.item3 {
  display: flex;
  border-radius: .5rem;
  border: solid 1px;
}
.item3 > * {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  margin: 1.5rem 0 1.8rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.232%22%20height%3D%2268.232%22%20viewBox%3D%220%200%204.232%2068.232%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_13998%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2013998%22%20transform%3D%22translate(-573.729%20-7187.445)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_158%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20158%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(573.729%207189.414)%20rotate(-41)%22%20fill%3D%22%23d85710%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_158-2%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20158%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(573.729%207197.414)%20rotate(-41)%22%20fill%3D%22%23d85710%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_158-3%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20158%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(573.729%207205.414)%20rotate(-41)%22%20fill%3D%22%23d85710%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_158-4%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20158%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(573.729%207213.414)%20rotate(-41)%22%20fill%3D%22%23d85710%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_158-5%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20158%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(573.729%207221.414)%20rotate(-41)%22%20fill%3D%22%23d85710%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_158-6%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20158%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(573.729%207229.414)%20rotate(-41)%22%20fill%3D%22%23d85710%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_158-7%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20158%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(573.729%207237.414)%20rotate(-41)%22%20fill%3D%22%23d85710%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_158-8%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20158%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(573.729%207245.414)%20rotate(-41)%22%20fill%3D%22%23d85710%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_158-9%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20158%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(573.729%207253.414)%20rotate(-41)%22%20fill%3D%22%23d85710%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.item3 > div:first-child {
  background: none;
}
.flex_item1 img {
  max-width: 11.6rem;
  margin-top: 1.1rem;
}
.flex_item2 img {
  max-width: 13.9rem;
  margin-top: 1.2rem;
}
.flex_item3 img {
  max-width: 14.4rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .faq_img_container .je img {
    margin-bottom: 1.5rem;
  }
  .faq_img_container {
    margin-left: 0;
  }
  .faq_img_container {
    margin: 2rem -2.4rem 2rem -2rem;
  }
  .faq_img_container .je img {
    width: 50.667vw;
  }
  .sp_none {
    display: none;
  }
  .flex_item1 img,.flex_item2 img,.flex_item3 img {
    max-width: 80%;
    margin-top: 0;
  }
  .item3 > * {
    margin: 1.25rem auto .9rem;
  }

}