@charset "UTF-8";

.anchor {
  width: calc(100vw / var(--viewport) * 538);
}

.h3 {
  margin: calc(100vw / var(--viewport) * 180) 0 calc(100vw / var(--viewport) * 80);
}
section img {
  width: 100%;
}
.box .text {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: bold;
}
.box .pc_flex > img {
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.box .pc_flex > div {
  position: relative;
}

.sec01 .box {
  margin-top: calc(100vw / var(--viewport) * 100);
}
.sec01 .box.point01 {
  margin-top: 0;
}
.sec01 .box .pc_flex div .icon {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 32);
  text-align: center;
  background: url(../img/common/balloon_lightBlue.png) center center no-repeat;
  background-size: 100% auto;
  width: calc(100vw / var(--viewport) * 247);
  height: calc(100vw / var(--viewport) * 135);
  padding-top: calc(100vw / var(--viewport) * 10);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.sec01 .box .pc_flex div .icon * {
  color: #fff;
}
.sec01 .box.point02 .pc_flex div .icon {
  transform: scaleX(-1);
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.sec01 .box.point02 .pc_flex div .icon div {
  transform: scaleX(-1);
}
.sec01 .box.point03 .pc_flex div .icon {
  margin: 0 0 calc(100vw / var(--viewport) * 40) auto;
}
.sec01 .box .pc_flex div .icon .number {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 56);
  font-style: italic;
  font-weight: bold;
}
.sec01 .box .pc_flex div img {
  width: calc(100vw / var(--viewport) * 380);
  margin-bottom: calc(100vw / var(--viewport) * 36);
}
.sec01 .box .midashi {
  color: var(--Blue2);
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: bold;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}

.sec02 .midashi {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: bold;
  line-height: calc(100vw / var(--viewport) * 80);
  text-align: center;
  background: var(--Blue);
  border-radius: 50vw;
  position: relative;
}
.sec02 .midashi .icon {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 20);
  text-align: center;
  background: url(../img/common/balloon_blue2.png) center center no-repeat;
  background-size: 100% auto;
  width: calc(100vw / var(--viewport) * 214);
  height: calc(100vw / var(--viewport) * 128);
  padding-top: calc(100vw / var(--viewport) * 24);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: calc(100vw / var(--viewport) * -144);
  right: 0;
}
.sec02 .midashi .icon * {
  color: #fff;
}
.sec02 dl {
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 2px solid #D4D4D4;
}
.sec02 dl dt {
  width: 35.52%;
  padding: calc(100vw / var(--viewport) * 50) 0;
}
.sec02 dl dt img {
  margin-left: calc(100vw / var(--viewport) * 114);
}
.sec02 dl dt .icon_phone {
  width: calc(100vw / var(--viewport) * 48);
}
.sec02 dl dt .icon_book {
  width: calc(100vw / var(--viewport) * 73);
}
.sec02 dl dt .icon_earth {
  width: calc(100vw / var(--viewport) * 76);
}
.sec02 dl dt .icon_pen {
  width: calc(100vw / var(--viewport) * 84);
}
.sec02 dl dd {
  width: 64.48%;
  padding: calc(100vw / var(--viewport) * 50) 0;
}
.sec02 dl dd p {
  color: var(--Blue2);
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: bold;
}

.sec03 dl {
  background: url(../img/common/dot_line.png) left calc(100vw / var(--viewport) * 38) center repeat-y;
  background-size: calc(100vw / var(--viewport) * 4) auto;
  padding-bottom: calc(100vw / var(--viewport) * 60);
  align-items: flex-start;
}
.sec03 dl:last-child {
  background: none;
  padding-bottom: 0;
}
.sec03 dl dt {
  width: 17.91%;
}
.sec03 dl dt .number {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 48);
  background: var(--lightBlue2);
  width: calc(100vw / var(--viewport) * 80);
  height: calc(100vw / var(--viewport) * 80);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.sec03 dl dd {
  width: 82.09%;
}
.sec03 dl dd p {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: bold;
}
.sec03 dl dd .caution {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: normal;
}

.sec04 {
  padding-bottom: calc(100vw / var(--viewport) * 180);
}
.sec04 .box {
  margin-top: calc(100vw / var(--viewport) * 100);
}
.sec04 .box.caution01 {
  margin-top: 0;
}
.sec04 .box .pc_flex div .midashi {
  color: var(--lightBlue2);
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: bold;
  margin-bottom: calc(100vw / var(--viewport) * 30);
}
.sec04 .cautionBox {
  background: #F4F2EC;
  border-radius: calc(100vw / var(--viewport) * 40);
  padding: calc(100vw / var(--viewport) * 40) 0 calc(100vw / var(--viewport) * 40);
  margin-top: calc(100vw / var(--viewport) * 40);
}
.sec04 .cautionBox .title {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.sec04 .cautionBox .flex {
  align-items: flex-start;
}
.sec04 .box.caution01 .cautionBox .flex {
  width: 90%;
  margin: 0 auto;
}
.sec04 .box.caution02 .cautionBox .flex {
  width: 96%;
  margin: 0 auto;
}
.sec04 .box.caution02 .cautionBox .flex li {
  width: auto;
  padding: 0 3%;
  white-space: nowrap;
}
.sec04 .box.caution02 .cautionBox .flex li p.line2 {
  margin-top: -0.5em;
}
.sec04 .cautionBox .flex li {
  text-align: center;
  width: 33.33%;
  border-right: 2px dashed #333;
}
.sec04 .cautionBox .flex li:last-child {
  border-right: none;
}
.sec04 .cautionBox .flex li:before {
  content: "";
  background: url(../img/common/icon/icon_x.png) center center no-repeat;
  background-size: 100% auto;
  width: calc(100vw / var(--viewport) * 44);
  height: calc(100vw / var(--viewport) * 44);
  display: block;
  margin: 0 auto calc(100vw / var(--viewport) * 32);
}
.sec04 .cautionBox .flex li p {
  font-size: calc(100vw / var(--viewport) * 20);
  font-weight: bold;
}

.alertBox {
  background: #F4F2EC;
  padding: calc(100vw / var(--viewport) * 80) calc(100vw / var(--viewport) * 44);
}
.alertBox .midashi {
  font-size: calc(100vw / var(--viewport) * 36);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 84);
}
.alertBox dl {
  align-items: flex-start;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.alertBox dl dt {
  width: calc(100vw / var(--viewport) * 80);
}
.alertBox dl dt .number {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 26);
  background: #333;
  width: calc(100vw / var(--viewport) * 40);
  height: calc(100vw / var(--viewport) * 40);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.alertBox dl dd {
  width: calc(100% - calc(100vw / var(--viewport) * 80));
}
.alertBox dl dd p {
  font-size: calc(100vw / var(--viewport) * 28);
}
.alertBox .caution {
  font-size: calc(100vw / var(--viewport) * 28);
  margin-top: calc(100vw / var(--viewport) * 50);
}

.alertBox2 {
  background: #D3F1FD;
  padding: calc(100vw / var(--viewport) * 80) calc(100vw / var(--viewport) * 40);
  margin: calc(100vw / var(--viewport) * 80) 0 0;
  border-radius: calc(100vw / var(--viewport) * 30);
}
.alertBox2 .midashi {
  font-size: calc(100vw / var(--viewport) * 36);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.alertBox2 .text {
  font-size: calc(100vw / var(--viewport) * 24);
}

@media screen and (max-width:767px) {
  .anchor li {
    width: auto;
  }
  .anchor li:nth-child(3) {
    text-align: center;
    width: 100%;
  }

  .h3.first {
    margin-bottom: calc(100vw / var(--viewport) * 132);
  }

  .sec01 .box .pc_flex {
    display: flex;
    flex-direction: column;
  }
  .sec01 .box .pc_flex > img {
    display: block;
    margin: calc(100vw / var(--viewport) * 40) 0 0;
    order: 2;
  }
  .sec01 .box.point01 .pc_flex div .icon {
    position: absolute;
    top: calc(100vw / var(--viewport) * -92);
    right: 0;
  }

  .sec03 .h3 {
    line-height: calc(100vw / var(--viewport) * 60);
    padding-left: calc(100vw / var(--viewport) * 50);
    position: relative;
  }
  .sec03 .h3:before {
    height: calc(100vw / var(--viewport) * 120);
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width:768px) {
  .anchor {
    width: auto;
  }
  .anchor li.otherLink a {
    padding: 0 13px 0 6px;
  }
  .anchor li.otherLink a:before {
    right: -27px;
  }

  .h3 {
    margin: 140px 0 70px;
  }
  .box .text {
    font-size: 18px;
  }
  .box .pc_flex {
    justify-content: flex-start;
  }
  .box .pc_flex > img {
    width: calc(100% - 506px);
    margin-bottom: 0;
  }
  .box .pc_flex > div {
    width: 506px;
    margin-left: 60px;
  }
  @media screen and (max-width:1208px) {
    .box .pc_flex > div {
      margin-left: 5vw;
    }
  }
  .box .pc_flex div .icon {
    font-size: 20px !important;
    width: 152px !important;
    height: 83px !important;
    padding-top: 6px !important;
    margin: 0 0 0 auto !important;
  }
  .box .pc_flex.right {
    flex-direction: row-reverse;
  }
  .box .pc_flex.right > div {
    margin-left: 0;
    margin-right: 60px;
  }
  @media screen and (max-width:1208px) {
    .box .pc_flex.right > div {
      margin-right: 5vw;
    }
  }
  .box .pc_flex.right div .icon {
    margin: 0 !important;
  }
  .box .pc_flex.right .midashi,
  .box .pc_flex.right .text {
    text-align: right;
  }
  .box .pc_flex.right div .icon {
    margin: 0;
  }

  .sec01 .box {
    margin-top: 70px;
  }
  .sec01 .box .pc_flex div .icon .number {
    font-size: 36px;
  }
  .sec01 .box .pc_flex div img {
    width: 208px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .sec01 .box .midashi {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .sec02 .midashi {
    font-size: 20px;
    line-height: 44px;
    max-width: 900px;
    margin: 0 auto;
  }
  .sec02 .midashi .icon {
    font-size: 12px;
    width: 123px;
    height: 70px;
    padding-top: 12px;
    top: -82px;
  }
  .sec02 .pc_flex {
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .sec02 .pc_flex div {
    width: 50%;
    border-bottom: 2px solid #D4D4D4;
    display: flex;
    align-items: center;
  }
  .sec02 .pc_flex div:nth-child(1),
  .sec02 .pc_flex div:nth-child(2) {
    height: 119px;
  }
  .sec02 .pc_flex div:nth-child(3),
  .sec02 .pc_flex div:nth-child(4) {
    height: 89px;
  }
  .sec02 dl {
    width: 100%;
    padding: 19px 0;
    position: relative;
    border-bottom: none;
  }
  .sec02 dl dt,
  .sec02 dl dd {
    display: flex;
    align-items: center;
    padding: 12px 0;
  }
  .sec02 dl dt {
    width: 42.66%;
  }
  .sec02 dl dt img {
    margin-left: 126px;
  }
  @media screen and (max-width:1007px) {
    .sec02 dl dt img {
      margin-left: 12.5vw;
    }
  }
  .sec02 dl dt .icon_phone {
    width: 33px;
  }
  .sec02 dl dt .icon_book {
    width: 44px;
  }
  .sec02 dl dt .icon_earth {
    width: 39px;
  }
  .sec02 dl dt .icon_pen {
    width: 47px;
  }
  .sec02 dl dd {
    width: 57.33%;
    border-right: 2px solid #D4D4D4;
  }
  .sec02 .pc_flex div:nth-child(2) dd,
  .sec02 .pc_flex div:nth-child(4) dd {
    border-right: none;
  }
  .sec02 dl dd p {
    font-size: 16px;
  }

  .sec03 dl {
    background: url(../img/common/dot_line.png) left 29px center repeat-y;
    background-size: 2px auto;
    padding-bottom: 50px;
  }
  .sec03 dl dt {
    width: 100px;
  }
  .sec03 dl dt .number {
    font-size: 32px;
    width: 60px;
    height: 60px;
  }
  .sec03 dl dd {
    width: calc(100% - 60px);
    padding-top: 15px;
  }
  .sec03 dl dd p {
    font-size: 20px;
  }
  .sec03 dl dd .caution {
    font-size: 16px;
  }

  .sec04 {
    padding-bottom: 140px;
  }
  .sec04 .box {
    margin-top: 92px;
  }
  .sec04 .box.caution01 {
    margin-top: 0;
  }
  .sec04 .box .pc_flex > img {
    width: calc(100% - 506px);
    margin-bottom: 0;
  }
  .sec04 .box .pc_flex > div {
    width: 506px;
  }
  .sec04 .box .pc_flex div .midashi {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .sec04 .box .pc_flex.right .midashi,
  .sec04 .box .pc_flex.right .text {
    text-align: left;
  }
  .sec04 .cautionBox {
    width: 100%;
    border-radius: 20px;
    padding: 20px 0 34px;
    margin-top: 20px;
  }
  .sec04 .cautionBox .title {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .sec04 .cautionBox .flex li {
    padding-bottom: 24px;
  }
  .sec04 .box.caution01 .cautionBox .flex {
    width: 90%;
    margin: 0 auto;
  }
  .sec04 .box.caution02 .cautionBox .flex {
    width: 96%;
    margin: 0 auto;
  }
  .sec04 .box.caution02 .cautionBox .flex li {
    width: auto;
    padding: 0 3% 6px;
  }
  .sec04 .box.caution02 .cautionBox .flex li p.line2 {
    margin-top: -0.5em;
  }
  .sec04 .cautionBox .flex li:before {
    width: 22px;
    height: 22px;
    margin: 0 auto 13px;
  }
  .sec04 .cautionBox .flex li p {
    font-size: 14px;
  }

  .alertBox {
    width: calc(100vw / var(--viewport) * 670);
    max-width: 900px;
    margin: 0 auto;
    padding: 70px 0;
    border-radius: 30px;
  }
  .alertBox .midashi {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .alertBox dl {
    width: 570px;
    margin: 0 auto 22px;
  }
  .alertBox dl dt {
    width: 52px;
  }
  .alertBox dl dt .number {
    font-size: 13px;
    width: 20px;
    height: 20px;
  }
  .alertBox dl dd {
    width: calc(100% - 52px);
  }
  .alertBox dl dd p {
    font-size: 16px;
  }
  .alertBox .caution {
    font-size: 16px;
    width: 570px;
    margin: 20px auto 0;
  }

  .alertBox2 {
    max-width: 900px;
    margin: 70px auto 0;
    padding: 70px 0;
    border-radius: 30px;
  }
  .alertBox2 .midashi {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .alertBox2 .text {
    font-size: 14px;
    width: 570px;
    margin: 0 auto;
  }

  .sec05 .youtube {
    max-width: 900px;
    margin: 0 auto;
  }
}