@charset "UTF-8";
/* 共通カラー */
/* ブレイクポイント */
/* メディアクエリ */
.section--keyvisual {
  background-image: url(../img/assist/keyvisual_bg.png);
}
.section--assist {
  padding-bottom: 50px;
}

.assist {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
}
.assist__inner {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .assist__inner {
    margin-top: 40px;
  }
}

.inquiry-type {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto auto;
  gap: 20px 2%;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .inquiry-type {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
  }
}
@media screen and (min-width: 960px) {
  .inquiry-type {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
.inquiry-type__box {
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FFF;
}
.inquiry-type__box--left {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (min-width: 760px) {
  .inquiry-type__box--left {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 960px) {
  .inquiry-type__box--left {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.inquiry-type__box--center {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (min-width: 760px) {
  .inquiry-type__box--center {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 960px) {
  .inquiry-type__box--center {
    grid-column: 3/5;
    grid-row: 1/2;
  }
}
.inquiry-type__box--right {
  grid-column: 1/2;
  grid-row: 4/5;
}
@media screen and (min-width: 760px) {
  .inquiry-type__box--right {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 960px) {
  .inquiry-type__box--right {
    grid-column: 5/7;
    grid-row: 1/2;
  }
}
.inquiry-type__branch {
  margin-top: 57px;
}
@media screen and (min-width: 760px) {
  .inquiry-type__branch {
    margin-top: 130px;
  }
}
.inquiry-type__branch--left {
  grid-column: 1/2;
  grid-row: 3/4;
  padding: 30px;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (min-width: 760px) {
  .inquiry-type__branch--left {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 960px) {
  .inquiry-type__branch--left {
    grid-column: 1/4;
    grid-row: 2/3;
  }
}
.inquiry-type__branch--left::before {
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/assist/inquiry-type_arrow_sp.svg);
  width: 41.75px;
  height: 70.15px;
}
@media screen and (min-width: 760px) {
  .inquiry-type__branch--left::before {
    background-image: url(../img/assist/inquiry-type_arrow1.svg);
    width: 90%;
    max-width: 417.75px;
    height: auto;
    aspect-ratio: 417.75/143.16;
  }
}
.inquiry-type__branch--right {
  grid-column: 1/2;
  grid-row: 5/6;
  display: flex;
  gap: 20px 1%;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 760px) {
  .inquiry-type__branch--right {
    grid-column: 1/3;
    grid-row: 4/5;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 960px) {
  .inquiry-type__branch--right {
    grid-column: 4/7;
    grid-row: 2/3;
  }
}
.inquiry-type__branch--right::before {
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/assist/inquiry-type_arrow_sp.svg);
  width: 41.75px;
  height: 70.15px;
}
@media screen and (min-width: 760px) {
  .inquiry-type__branch--right::before {
    background-image: url(../img/assist/inquiry-type_arrow2.svg);
    width: 68.24%;
    max-width: 316.75px;
    height: auto;
    aspect-ratio: 316.75/144.16;
  }
}
.inquiry-type__title {
  padding: 16px;
  background-color: #4b6fc6;
  border-radius: 20px 20px 0 0;
  color: #FFF;
}
.inquiry-type__title--1, .inquiry-type__title--2, .inquiry-type__title--3 {
  position: relative;
  padding-left: 80px;
}
.inquiry-type__title--1::before, .inquiry-type__title--2::before, .inquiry-type__title--3::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
.inquiry-type__title--1::before {
  background-image: url(../img/assist/inquiry-type_1.svg);
  width: 52.36px;
  height: 52.36px;
}
.inquiry-type__title--2::before {
  background-image: url(../img/assist/inquiry-type_2.svg);
  width: 52.36px;
  height: 52.36px;
}
.inquiry-type__title--3::before {
  background-image: url(../img/assist/inquiry-type_3.svg);
  width: 52.36px;
  height: 52.36px;
}
.inquiry-type__text {
  position: relative;
  padding: 10px;
  color: #7b5c4c;
}
.inquiry-type__text::before {
  position: absolute;
  top: 20px;
  left: 10px;
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
.inquiry-type__text--1, .inquiry-type__text--2, .inquiry-type__text--3 {
  padding: 20px 10px 20px 80px;
  min-height: 120px;
}
.inquiry-type__text--1::before {
  background-image: url(../img/assist/inquiry-type_img1.svg);
  width: 64.77px;
  height: 78px;
}
.inquiry-type__text--2::before {
  background-image: url(../img/assist/inquiry-type_img2.svg);
  width: 62.64px;
  height: 77.51px;
}
.inquiry-type__text--3::before {
  background-image: url(../img/assist/inquiry-type_img3.svg);
  width: 59.37px;
  height: 79.58px;
}
.inquiry-type__text--margin15 {
  margin-bottom: 15px;
}
.inquiry-type__message {
  color: #7b5c4c;
  margin-bottom: 20px;
}
.inquiry-type__wrap {
  padding: 0 10px;
}
.inquiry-type__btn {
  border-radius: 100vw;
  color: #FFF;
  text-align: center;
}
.inquiry-type__btn--green {
  padding: 15px;
  width: 100%;
  background-color: #3eba56;
}
.inquiry-type__btn--pink {
  padding: 15px;
  width: 100%;
  background-color: #ff696a;
}
.inquiry-type__btn--orange {
  padding: 15px;
  width: 100%;
  background-color: #ee7100;
}
.inquiry-type__btn--margin15 {
  margin-bottom: 15px;
}
.inquiry-type__btn--arrow {
  padding-right: 34px;
  position: relative;
}
.inquiry-type__btn--arrow::after {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/assist/icon_arrow1.svg);
  width: 15.28px;
  height: 16.67px;
}
.inquiry-type__btn--character1 {
  position: relative;
  margin-top: 101px;
}
.inquiry-type__btn--character1::before {
  position: absolute;
  top: -91px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/assist/inquiry-type_img4.svg);
  width: 119px;
  height: 91px;
}
.inquiry-type__contact {
  width: 100%;
  padding-bottom: 30px;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 760px) {
  .inquiry-type__contact {
    width: 50%;
  }
}

.join {
  width: 100%;
}
.join__group:first-of-type {
  padding-top: 20px;
}
@media screen and (min-width: 760px) {
  .join__group:first-of-type {
    padding-top: 40px;
  }
}
.join__group--first {
  display: flex;
  align-items: center;
}
.join__message {
  flex: 1;
  color: #765d4e;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 20px;
}
@media screen and (min-width: 760px) {
  .join__message {
    padding-bottom: 0;
  }
}

.box {
  background: #FFF;
  border-radius: 20px;
}
.box__header {
  border-radius: 20px 20px 0 0;
  background: #4b6fc6;
  padding: 20px 10px;
}
@media screen and (min-width: 760px) {
  .box__header {
    padding: 20px;
  }
}
@media screen and (min-width: 760px) {
  .box__header--flex {
    display: flex;
  }
}
.box__body {
  border-radius: 0 0 20px 20px;
  background: #FFF;
  padding: 20px 10px;
}
@media screen and (min-width: 760px) {
  .box__body {
    padding: 20px;
  }
}
.box__wrap {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 760px) {
  .box__outer {
    padding-left: 20px;
  }
}
.box__inner {
  padding-right: 20px;
}
@media screen and (min-width: 760px) {
  .box__inner {
    padding-right: 0;
  }
}
@media screen and (min-width: 760px) {
  .box__inner--flex {
    display: flex;
    align-items: center;
  }
}
.box__inner--p-bottom {
  padding-bottom: 20px;
}
.box__inner--p-bottom:last-of-type {
  padding-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .box__inner--p-bottom:last-of-type {
    padding-bottom: 0;
  }
}
.box__img {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 760px) {
  .box__img {
    padding-bottom: 0;
    text-align: left;
  }
}
.box__tag {
  display: inline-block;
  width: 120px;
  text-align: center;
  background: #FFF;
  border-radius: 15px;
  font-weight: bold;
  color: #765d4e;
  padding: 4px;
  margin-right: 10px;
}
.box__text {
  font-weight: bold;
  line-height: 2;
  flex: 1;
}
.box__text--white {
  color: #FFF;
}
.box__text--brown {
  color: #765d4e;
}
.box__text--large {
  font-size: 1.8rem;
}
@media screen and (min-width: 960px) {
  .box__text--large {
    font-size: 2.2rem;
  }
}
.box__tel {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .box__tel {
    font-size: 2rem;
  }
}
.box__tel::before {
  content: "";
  position: absolute;
  background-image: url("../img/assist/tel_icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
}
.box__mail {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 960px) {
  .box__mail {
    font-size: 2rem;
  }
}
.box__mail::before {
  content: "";
  position: absolute;
  background-image: url("../img/assist/mail_icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
}
.box__area {
  display: flex;
  gap: 20px 2%;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (min-width: 760px) {
  .box__area {
    flex-wrap: nowrap;
  }
}
.box__link {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .box__link {
    width: 50%;
  }
}
.box__btn {
  border-radius: 100vw;
  color: #FFF;
  text-align: center;
}
.box__btn--green {
  padding: 15px;
  width: 100%;
  background-color: #3eba56;
}
.box__btn--orange {
  padding: 15px;
  width: 100%;
  background-color: #ee7100;
}
.box__btn--margin5 {
  margin-bottom: 5px;
}
.box__btn--arrow {
  padding-right: 34px;
  position: relative;
}
.box__btn--arrow::after {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/assist/icon_arrow1.svg);
  width: 15.28px;
  height: 16.67px;
}
.box__caution {
  text-align: center;
  color: #765d4e;
}

.contact-banner {
  display: block;
  text-align: center;
  background-color: #765d4e;
  max-width: 900px;
  width: 94%;
  margin: auto;
  margin-bottom: 50px;
  padding: 20px;
  border-radius: 30px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.24));
  background-image: url(../img/assist/contact-banner_bg.png);
  background-size: contain;
  background-position: right 2px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 760px) {
  .contact-banner {
    text-align: left;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px;
  }
}
.contact-banner__head {
  color: #FFF;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 760px) {
  .contact-banner__head {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .contact-banner__head {
    font-size: 2rem;
  }
}
@media screen and (min-width: 760px) {
  .contact-banner__head {
    margin-bottom: 0;
  }
}
.contact-banner__link {
  position: relative;
  display: inline-block;
  background-color: #ff696a;
  color: #FFF;
  font-weight: bold;
  border-radius: 35px;
  font-size: 1.8rem;
  border: 2px solid #ff696a;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 960px) {
  .contact-banner__link {
    font-size: 2.4rem;
  }
}
.contact-banner__link:hover {
  color: #ff696a;
  background: #FFF;
  transition: 0.3s;
}
@media screen and (min-width: 760px) {
  .contact-banner__link {
    width: 40%;
    padding: 16px 0;
  }
}
.contact-banner__link::before {
  content: "";
  position: absolute;
  background-image: url("../img/module/arrow_icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 22px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 760px) {
  .contact-banner__link::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/arrow_icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 28px;
    height: 30.5px;
  }
}
.contact-banner__link:hover:before {
  content: "";
  position: absolute;
  background-image: url("../img/module/arrow_pink_icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 22px;
}
@media screen and (min-width: 760px) {
  .contact-banner__link:hover:before {
    content: "";
    position: absolute;
    background-image: url("../img/module/arrow_pink_icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 28px;
    height: 30.5px;
  }
}