@media screen and (max-width: 767.98px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}


/* sec01 */


.sec01 {
    padding: 100px 0;
}

.container {

}

.sec01-contents {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-right: calc(50% - 50vw);
}

.sec01__left {
    width: 45%;
}

.sec01__copy {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.sec01__text {
    font-size: 18px;
    line-height: calc(33 / 18);
    margin-top: 10px;
}

.sec01__point {
    margin-top: 10px;
    color: #fff;
    background: #000;
    padding: 5px 10px 4px 10px;
}

.sec01__point-item {

}

.sec01__point-title {
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-top: 20px;
}

.sec01__point-text {
    font-size: 18px;
    line-height: calc(33 / 18);
    margin-top: 10px;
    margin-bottom: 0;
}

.sec01__right {
    width: 55%;
}

.sec01__img {

}

@media screen and (max-width: 767.98px) {
    .sec01{
        padding-top: 20px;
    }
    .sec01__copy{
            font-size: 30px;
            text-align: center;
    }
  .sec01-contents{
    display: block;
    margin-right: 0;
  }
  .sec01__left{
    width: 100%;
  }
  .sec01__right {
       width: 100%;
       margin-top: 30px;
}
}
/* sec02 */

.sec02 {
    background: #f1f0f0;
    padding: 100px 0 150px;
}

.container {

}

.sec02__title {
    font-size: 25px;
    font-weight: bold;
    padding: 0 50px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}

.sec02__title::before,
.sec02__title::after {
    position: absolute;
    top: -3px;
    width: 15px;
    height: 100%;
    content: '';
    border-top: solid 2px;
    border-bottom: solid 2px;
}

.sec02__title::before {
    border-left: solid 2px;
    left: 0;
}

.sec02__title::after {
    border-right: solid 2px;
    right: 0;
}

.sec02__title span {
  font-size: 55px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: calc(81 / 55);
}

.sec02__items {
    margin-top: 80px;
}

.sec02__item {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #fff;
    padding: 10px 0;
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.sec02__item-left {
    width: calc(100% - 365px);
}

.sec02__item-img {

}

.sec02__item-right {
   width: 365px;
}

.sec02__item-style {
        width: 104px;
}

.sec02__item-style-en{
    font-size: 12px;
    font-weight: 500;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sec02__item-copy {
    margin-top: 20px;
    font-size: 20px;
    line-height: calc(30 / 20);
    letter-spacing: 0.06em;
    font-weight: 700;
}

.sec02__item-description {
    letter-spacing: 0.06em;
}
.sec02__item-description span{
    font-size: 25px;
    font-weight: 700;
    margin-right: 5px;
}

.sec02__button {
  width: 100%;
  margin-top: 30px;
}
.sec02__button a{
    display: inline-block;
    position: relative;
    width: 100%;
    background: #b3bcac;
    color: #000;
    padding: 20px;
    font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sec02__item--re .sec02__button a{
    background: #bfbbba;
    color: #000;
}
.sec02__item--ex .sec02__button a{
    background: #95a5aa;
      color: #000;
}

.sec02__button a::after{
        position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    margin-left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: url(../../img/top/arrow_b.svg) center center / contain no-repeat;
}


@media screen and (max-width: 767.98px){
    .sec02__title{
        font-size: 20px;
        padding: 10px;
        width: 100%;
    }
    .sec02__title span{
        font-size: 30px;
    }
    .sec02__item{
        display: block;
        padding-bottom: 30px;
    }
    .sec02__item-left {
            width: 100%;
    }
    .sec02__item-right {
        width: 100%;
    }
    .sec02__item-style{
        margin: auto;
    }
    .sec02__item-copy{
        text-align: center;
        margin-bottom: 10px;
    }
    .sec02__item-description{
        text-align: center;
    }
    .sec02__button{
        width: 80%;
        margin: 30px auto 0;
        text-align: center;
    }
    .sec02__button a{
       padding-right: 40px;
    }
.sec02__item-style-en{
    text-align: center;
    margin-top: 5px;
}
}


/* sec03 */

.sec03 {
    padding: 100px 0 150px;
}

.container {

}

.sec03__title {
    text-align: center;
}

.sec03__table {
    margin-top: 50px;
}

.th-title {
 border-bottom: 3px solid #000;
}

.th-min {
    padding: 50px 0;
    width: 200px;
    border-top: 8px solid #000;
}

.th-ba{
    border-top: 8px solid #b3bcac;
}

.th-re {
    border-top: 8px solid #bfbbba;
}

.th-ex{
    border-top: 8px solid #95a5aa;
}

.th-33 {
    padding: 50px 0;
    width: calc(100% - 200px / 3);
}

.th-logo{
    width: 120px;
    margin: auto;
}

.sec03__table td{
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
}

.bg-gray{
    background: #f1f1f1;
}

.sec03__attention{
    text-align: right;
    margin-top: 10px;
}

@media screen and (max-width: 767.98px){
    .th-logo{
        width: 40px;
    }
    table td, table th{
            padding: .5rem;
    }
    .th-min{
        width: 150px;
    }
}

#book {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}