@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
* {
  box-sizing: border-box;
}

:root {
  --main-color: #222;
  --ttl-color: #2498e6;
}

* {
  box-sizing: border-box;
}

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

.center {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

html {
  font-size: 10px;
}

body {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
}

.base__container {
  width: 104rem;
  max-width: 100%;
  margin: auto;
  background: #fff;
  padding-bottom: 8rem;
}

.base__head {
  background: var(--main-color);
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 80px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  display: flex;
}

.base__head2 {
  font-size: 2.8rem;
  color: var(--main-color);
  text-align: center;
  width: 100%;
  height: 80px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 700;
}

.base__head img {
  display: block;
  position: relative;
}

.kikan {
  background: var(--main-color);
  font-size: 2.8rem;
  color: #fff;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 2.4rem 0;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

.text-center {
  text-align: center;
}

.base__ttl {
  font-size: 4.8rem;
  font-weight: 800;
  color: var(--ttl-color);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .base__ttl {
    font-size: 4rem;
    line-height: 1.4;
  }
}
.base__ttl small {
  font-size: 2.4rem;
  display: inline-block;
  color: var(--main-color);
}
@media screen and (max-width: 768px) {
  .base__ttl small {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.base__ttl2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--ttl-color);
  line-height: 1.2;
}

.base__block {
  margin: 4.8rem auto;
  padding: 0 2.4rem;
}
.base__block.sub-mv {
  background: url(../images/back_item.jpg);
  width: 100%;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  margin: 0 auto 4.8rem;
}

.attention__block {
  background: var(--ttl-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.2rem 0;
  margin: 0 2.4rem;
}
.attention__block h2 {
  font-size: 3.6rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.attention__block h2 small {
  display: inline-block;
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
}

.list__item {
  list-style-type: decimal;
  padding-left: 2.4rem;
}

.list__item li {
  margin-bottom: 2rem;
  font-size: 2rem;
}

.btn__item {
  display: flex;
  width: 58rem;
  max-width: 90%;
  margin: auto;
  height: 15.4rem;
  background: #FF8900;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  box-shadow: 0 1rem 0 #d77e18;
}

.btn__item2 {
  display: flex;
  width: 26rem;
  max-width: 90%;
  /*    margin: auto;*/
  height: 8rem;
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
  background: #FF8900;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  box-shadow: 0 1rem 0 #d77e18;
  border: none;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.btn__item3 {
  display: flex;
  width: 26rem;
  max-width: 90%;
  /* margin: auto; */
  height: 8rem;
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
  background: #B5B5B5;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  box-shadow: 0 1rem 0 #8E8E8E;
  border: none;
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-decoration: none;
}

.mt-5 {
  margin-top: 5rem;
}

.qustion__item h2 {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  gap: 1.6rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  padding: 2rem;
  font-weight: 800;
}
.qustion__item h2 small {
  display: inline-block;
  font-size: 2.8rem;
}
.qustion__item h2 img {
  width: 12rem;
}

.__inner {
  padding: 1.6rem;
}

.form__item__block {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.form__item {
  font-size: 2.8rem;
  background: #fff;
  margin-bottom: 0.8rem;
  font-weight: 600;
  border: 1px solid var(--main-color);
  width: calc(50% - 1.2rem);
  border-radius: 4rem;
  overflow: hidden;
}
.form__item:hover label {
  background: rgba(51, 51, 51, 0.2);
}
.form__item input[type=radio],
.form__item input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  border: 1px solid #666;
  margin-top: 1rem;
  display: inline-block;
}

.form__item label {
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  display: flex;
  gap: 0.8rem;
}

.sub__mv img {
  width: 100%;
}

.btn__area {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}

.qustion__item .attention__block {
  margin: 0 0 2.4rem;
}
.qustion__item h2 {
  margin-bottom: 0;
}
.qustion__item.form__input {
  font-size: 2.4rem;
  font-weight: 600;
}

.required__item {
  background: #D34009;
  padding: 0.5rem;
  border-radius: 0 0.4rem;
  display: inline-block;
  color: #fff;
  margin-right: 0.8rem;
}

.form__box {
  margin: 1.6rem 0 2.4rem;
}

.form__box input {
  width: 100%;
  border: 1px solid #9A9A9A;
  background: #F5F5F5;
  height: 4.8rem;
  display: flex;
  align-items: center;
  border-radius: 0.8rem;
  font-size: 2rem;
  padding: 1rem;
  font-weight: 600;
}

.form__box select {
  width: 18rem;
  height: 4.8rem;
  font-size: 2rem;
  padding: 1rem;
  font-weight: 600;
}

.kakunin {
  margin-top: 3rem;
}

.kakunin div {
  padding: 1.6rem;
  border-bottom: 1px dashed #666;
}

.kakunin div h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.base-privacy__box {
  margin-bottom: 3rem;
}

.base-ttl__h3 {
  font-size: 140%;
  margin: 0 0 1rem 0;
}

.main__container {
  width: 100%;
}
.main__container .mv__section {
  background: url(../images/back_item.jpg);
  width: 100%;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}
.main__container .mv__section .mv-text__area {
  width: 95rem;
  margin: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .main__container .mv__section {
    padding: 4rem 0;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  html {
    font-size: 6px;
  }
  .btn__item img {
    width: 80%;
    padding: 3rem 0;
  }
  .list__item li {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
  .base__head,
  .base__head2 {
    font-size: 3.8rem;
    font-weight: 700;
  }
  .qustion__item h2 img {
    width: 80px;
  }
  .qustion__item h2 {
    font-size: 3.8rem;
  }
  .form__item {
    font-size: 2.4rem;
  }
  .kakunin div h3 {
    font-size: 2.8rem;
  }
  .kakunin p {
    font-size: 2.4rem;
  }
}