@charset "UTF-8";

.content {
  width: 83.33vw;
  margin: 0 auto;
}

.top__char {
  position: absolute;
  width: 18.1vw;
  top: -15px;
  right: 8.5%;
}

.top {
  padding-top: 1.875em;
  padding-bottom: 4em;
}

.top__border-box {
  height: 12.3em;
  border-bottom: solid 4px #143e20;
}

.top__page-title {
  height: 1em;
  font-size: 2em;
  text-align: center;
  letter-spacing: 0.3em;
  color: #143e20;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.top__logo {
  width: 12.583vw;
  position: absolute;
  top: 0;
  right: 8.5%;
}

@media screen and (min-width: 1201px) {
  .content {
    width: 1000px;
  }

  .top__char {
    top: -13px;
    width: 210px;
  }

  .top__border-box {
    height: 200px;
  }

  .top__logo {
    width: 151px;
  }
}

h2 {
  font-size: 1.1em;
  margin-bottom: 2.2em;
}

.box1 p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 5.4em;
}

.box-textarea {
  font-size: 1.1em;
  margin-bottom: 3.8em;
}

.box-box-textarea__title {
  color: #456fad;
  margin-bottom: 1.2em;
  font-size: 1.1em;
  font-weight: bold;
}

.box-box-textarea__description {
  line-height: 1.7;
}

.box-box-textarea__text {
  padding-left: 5.4em;
  line-height: 1.7;
  text-indent: -2.2em;
}

.box-box-textarea__text-00 {
  padding-left: 0;
  line-height: 1.7;
  text-indent: 0;
}

.box-box-textarea__text-01 {
  padding-left: 2em;
  line-height: 1.7;
  text-indent: -2.1em;
}

.box-box-textarea__cap {
  padding-left: 5.5em;
  line-height: 1.7;
  text-indent: -3.7em;
}

.box-box-textarea__cap-2 {
  padding-left: 5.5em;
  line-height: 1.7;
  text-indent: -4.8em;
}

.box-box-textarea__text-1 {
  padding-left: 8.5em;
  text-indent: -3.2em;
}

.box-box-textarea__text-2 {
  padding-left: 11.5em;
  text-indent: -3.2em;
}

.box-box-textarea__text__item-box,
.box-box-textarea__text__item-box-last {
  margin-top: 1.2em;
}

.box-box-textarea__text__item-box {
  margin-bottom: 1em;
}

.box-box-textarea__text__num-box {
  padding-top: 1.2em;
  padding-left: 2em;
}

.box-box-textarea__text-num {
  text-indent: -3.2em;
  padding-left: 2.6em;
}

/* Table */
.box-textarea__table-01 {
  width: 100%;
  margin-bottom: 2em;
}

.box-textarea__table-01 th,
.box-textarea__table-01 td {
  height: 3.5em;
  line-height: 1.4;
  text-align: center;
}

.table-01__head {
  color: #fff;
  background-color: #143e20;
}

.table-01__head th {
  border-right: solid 3px #fff;
}

th.table-01__val:nth-child(1),
th.table-01__val:nth-child(4),
th.table-01__val:nth-child(5) {
  width: 6.4em;
}

th.table-01__val:nth-child(2) {
  width: calc(50% - 8em);
}

.border-right {
  border-right: none !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .slider__sns-icon {
    width: 7.5vw;
    right: auto;
    top: 15.5vw;
    left: 5.5vw;
  }

  .content {
    width: 89.33vw;
    margin: 0 auto;
    padding-top: 17%;
  }

  .top__char {
    width: 36.66vw;
    right: -5.5%;
    top: -1.4em;
  }

  .top__border-box {
    height: 21.1em;
    display: flex;
    -webkit-display: flex;
  }

  .top__page-title {
    width: 62.66vw;
    font-size: 4.3em;
    letter-spacing: 0.2em;
  }

  .top__logo {
    width: 26.66vw;
    top: -0.6em;
    right: 0;
  }

  .box1 {
    padding: 0;
  }

  h2 {
    font-size: 3.6vw;
    margin-bottom: 10vw;
  }

  .box1 p {
    font-size: 3.6vw;
    line-height: 2;
    margin-bottom: 24.3vw;
  }

  .box-textarea {
    font-size: 3.6vw;
    margin-bottom: 14.7vw;
  }

  .box-box-textarea__title {
    line-height: 2;
    margin-bottom: 0.23vw;
  }

  .box-box-textarea__text {
    line-height: 2;
  }
}
