@charset "UTF-8";
.consultation-head {
  position: relative;
}
@media screen and (max-width: 800px) {
  .consultation-head {
    padding-top: 5px;
  }
}
.consultation-head__mv {
  position: relative;
  z-index: 1;
}
.consultation-head__mv picture {
  display: block;
}
.consultation-head__mv img {
  width: 100%;
  height: 205px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 800px) {
  .consultation-head__mv img {
    height: 170px;
  }
}
.consultation-head__flex {
  position: absolute;
  inset: 39px 0 auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .consultation-head__flex {
    position: static;
    display: block;
    padding: 0;
  }
}
.consultation-head__co {
  padding-top: 18px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6071428571;
  color: #FFF;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .consultation-head__co {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 2;
    padding-top: 0;
    font-size: 16px;
    letter-spacing: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.consultation-head__co-1 {
  width: 480px;
}
@media screen and (width <= 900px) {
  .consultation-head__co-1 {
    width: auto;
  }
}
.consultation-head__box {
  width: 140px;
  margin: 0 0 10px auto;
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
  color: #FFF;
  text-align: center;
  text-indent: 0.09em;
  letter-spacing: 0.09em;
  background: #1D1342;
  border-radius: 3px;
}
@media screen and (width <= 900px) {
  .consultation-head__box {
    position: absolute;
    top: 50px;
    right: 20px;
    z-index: 3;
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .consultation-head__box {
    top: 60px;
    width: 80px;
    font-size: 16px;
    line-height: 30px;
  }
}
.consultation-head__title {
  font-size: 67px;
  font-weight: 600;
  color: #000;
  text-align: right;
  letter-spacing: 0.02em;
}
@media screen and (width <= 900px) {
  .consultation-head__title {
    position: absolute;
    top: 33px;
    right: 20px;
    z-index: 4;
    text-align: left;
  }
}
@media screen and (max-width: 800px) {
  .consultation-head__title {
    top: 70px;
    font-size: 30px;
    letter-spacing: 0;
  }
}
@media screen and (width <= 900px) {
  .consultation-head__title.go {
    top: 95px;
  }
}
.consultation-head__title span {
  color: #00a1de;
}
@media screen and (width <= 900px) {
  .consultation-head__title span {
    display: block;
  }
}
.consultation-head__title span.go {
  color: #ff0047;
}
@media screen and (width <= 900px) {
  .consultation-head__title span.go {
    display: inline-block;
  }
}

.consultation::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 180px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .consultation::after {
    height: 10px;
    margin-top: 85px;
  }
}
.consultation__wrap {
  padding: 0 20px;
}
.consultation__main {
  max-width: 800px;
  margin: 0 auto;
}
.consultation__main-940 {
  max-width: 940px;
  margin: 0 auto;
}
.consultation__title {
  max-width: 450px;
  padding: 12.5px 0;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  color: #231815;
  text-align: center;
  text-indent: 0.12em;
  letter-spacing: 0.12em;
  background: #fff;
  border: 2px solid #FFCA00;
  border-radius: 24px;
}
@media screen and (width <= 900px) {
  .consultation__title {
    font-size: 16px;
  }
}
.consultation__title-go {
  padding: 19.5px 20px;
  margin-top: 105px;
  font-size: 25px;
  line-height: 1.44;
  color: #fff;
  text-align: center;
  letter-spacing: 0.12em;
  background: #FF0047;
}
@media screen and (width <= 900px) {
  .consultation__title-go {
    font-size: 16px;
  }
}
.consultation__subtitle-go {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 600;
  line-height: 50px;
  color: #FFF;
  text-align: center;
  text-indent: 0.12em;
  letter-spacing: 0.12em;
  background: #1D1342;
}
.consultation__subtitle-go.aomori {
  margin-top: 95px;
}
.consultation__text-head {
  padding-top: 50px;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.3333333333;
  color: #000;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .consultation__text-head {
    font-size: 16px;
  }
}
.consultation__text-head .under {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(55%, #fff), color-stop(55%, #FFCA00), color-stop(80%, #FFCA00), color-stop(80%, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 55%, #FFCA00 55%, #FFCA00 80%, #fff 80%);
  background: linear-gradient(180deg, #fff 0%, #fff 55%, #FFCA00 55%, #FFCA00 80%, #fff 80%);
}
.consultation__text-head .blue {
  color: #00A1DE;
}
.consultation__text-head .red {
  color: #ff0047;
}
.consultation__text-1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.65;
  color: #FFF;
  text-align: center;
  text-indent: 0.02em;
  letter-spacing: 0.02em;
}
@media screen and (width <= 900px) {
  .consultation__text-1 {
    font-size: 16px;
  }
}
.consultation__yellow {
  color: #ffca00;
}
.consultation__text-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.0625;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (width <= 900px) {
  .consultation__text-2 {
    font-size: 13px;
  }
}
.consultation__text-3 {
  padding-top: 28px;
  font-size: 16px;
  line-height: 1.625;
  color: #000;
  text-align: center;
}
@media screen and (width <= 900px) {
  .consultation__text-3 {
    font-size: 13px;
  }
}
.consultation__text-4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.65;
  color: #FFF;
  text-align: center;
  text-indent: 0.02em;
  letter-spacing: 0.02em;
  padding: 30px 0px 0px;
}
@media screen and (width <= 900px) {
  .consultation__text-4 {
    font-size: 16px;
  }
}
.consultation__yellow {
  color: #ffca00;
}
.consultation__box-0 {
  position: relative;
  padding: 74px 20px 57px;
  margin: 90px auto 0;
  background: #1D1342;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .consultation__box-0 {
    padding: 50px 20px;
  }
}
.consultation__box-1 {
  position: relative;
  padding: 73px 20px 70px;
  margin: 60px auto 0;
  background: #1D1342;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .consultation__box-1 {
    padding: 50px 20px;
  }
}
.consultation__box-2 {
  padding: 53px 20px 45px;
  margin-top: 65px;
  background: #E8E7EC;
  border-radius: 20px;
}
.consultation__balloon {
  position: absolute;
  inset: -27px 0 auto;
  width: 370px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border: 3px solid #1d1342;
  border-radius: 25px;
}
@media screen and (width <= 900px) {
  .consultation__balloon {
    top: -15px;
    width: 280px;
    font-size: 16px;
    line-height: 30px;
  }
}
.consultation__balloon span {
  font-weight: 600;
  color: #1D1342;
  letter-spacing: 0.12em;
}
.consultation__balloon::after {
  position: absolute;
  inset: auto 0 -13px;
  display: block;
  width: 15px;
  height: 13px;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #fff;
}
.consultation__link {
  display: block;
  max-width: 580px;
  padding: 19.5px 0;
  margin: 30px auto 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.44;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.12em;
  background: #00A1DE;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .consultation__link {
    font-size: 16px;
  }
}
.consultation__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin: 35px auto 0;
}
.consultation__dl:first-of-type {
  margin-top: 55px;
}
.consultation__dl dt {
  width: 108px;
  padding-top: 3px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4375;
  color: #000;
  letter-spacing: 0.01em;
}
@media screen and (width <= 900px) {
  .consultation__dl dt {
    width: 80px;
    font-size: 13px;
  }
}
.consultation__dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 1.8571428571;
  color: #000;
}
@media screen and (width <= 900px) {
  .consultation__dl dd {
    font-size: 13px;
  }
}
.consultation__square li {
  position: relative;
  padding-left: 1em;
}
.consultation__square li::before {
  position: absolute;
  left: 0;
  display: block;
  content: "■";
}
.consultation__square li a {
  color: #000;
  text-decoration: underline;
}
.consultation__kome {
  position: relative;
  padding-left: 1em;
}
.consultation__kome::before {
  position: absolute;
  left: 0;
  display: block;
  content: "※";
}
.consultation__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  max-width: 700px;
  margin: 40px auto 0;
}
.consultation__flex-link {
  position: relative;
  display: block;
  width: calc((100% - 40px) / 3);
  text-align: center;
  background: #1D1342;
}
@media screen and (max-width: 600px) {
  .consultation__flex-link {
    width: calc((100% - 20px) / 2);
  }
}
.consultation__flex-link span {
  font-size: 17px;
  line-height: 40px;
  color: #FFF;
  text-indent: 0.12em;
  letter-spacing: 0.12em;
}
.consultation__flex-link::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 12px;
  height: 5px;
  content: "";
  background: url("../img/goconsult-arrow.svg");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.consultation__table-outer {
  width: 100%;
  margin-top: 20px;
}
.consultation__table {
  width: 940px;
  min-height: 120px;
  margin: 0 auto;
  border-collapse: collapse;
}
.consultation__table thead th {
  height: 45px;
  font-size: 14px;
  color: #000;
  text-align: center;
  vertical-align: middle;
  background: #E8E7EC;
}
.consultation__table thead th:not(:nth-of-type(1)) {
  border-left: 1px solid #fff;
}
.consultation__table td {
  padding: 15.5px 14px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: left;
  letter-spacing: 0.12em;
  vertical-align: middle;
  border-bottom: 1px solid #E8E7EC;
}
.consultation__table td:first-of-type {
  width: 115px;
}
.consultation__table td:nth-of-type(2) {
  width: 125px;
  border-left: 1px solid #E8E7EC;
}
.consultation__table td:nth-of-type(3) {
  width: 130px;
  border-left: 1px solid #E8E7EC;
}
.consultation__table td:nth-of-type(4) {
  width: 290px;
  border-left: 1px solid #E8E7EC;
}
.consultation__table td:nth-of-type(5) {
  width: 280px;
  border-left: 1px solid #E8E7EC;
}