/*======================================================================
# mixin
======================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
/*======================================================================
# color
======================================================================*/
/*======================================================================
# font
======================================================================*/
/*======================================================================
# common
======================================================================*/
.btn-area .btn-more {
  font-size: 2rem;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  color: #fff;
  border-radius: 37.5px;
  max-width: 350px;
  height: 75px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .btn-area .btn-more {
    font-size: 2rem;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .btn-area .btn-more {
    font-size: 1.8rem;
    height: 50px;
  }
}

.h2ttl {
  font-size: 3.5rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.h2ttl span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .h2ttl {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .h2ttl {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .h2ttl span {
    font-size: 1.6rem;
  }
}

section {
  padding: 95px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 50px 0;
  }
}

/* mv
----------------------------------------------------------------------*/
.mv {
  width: 100%;
}

/* sec01
----------------------------------------------------------------------*/
.sec01:nth-child(even) {
  background: #f2f2f2;
}
.sec01 .inner .flex {
  margin-top: 35px;
}
.sec01 .inner .flex .box {
  display: block;
  width: 32%;
  margin-bottom: 55px;
}
@media screen and (max-width: 1400px) {
  .sec01 .inner .flex .box {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .inner .flex .box {
    width: 100%;
    margin-bottom: 25px;
  }
}
.sec01 .inner .flex .box .box-img {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.sec01 .inner .flex .box .box-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sec01 .inner .flex .box .box-img img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.sec01 .inner .flex .box .cat {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec01 .inner .flex .box .cat {
    font-size: 1.6rem;
  }
}
.sec01 .inner .flex .box .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec01 .inner .flex .box .ttl {
    font-size: 1.6rem;
  }
}
.sec01 .inner .flex .box .disc {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec01 .inner .flex .box .disc {
    font-size: 1.4rem;
  }
}
.sec01 .inner .flex .adjust {
  width: 30%;
  height: 0;
}
@media screen and (max-width: 768px) {
  .sec01 .inner .flex .adjust {
    display: none;
  }
}

/* sec-bottom
----------------------------------------------------------------------*/
.sec-bottom {
  padding-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .sec-bottom {
    padding-bottom: 40px;
  }
}
.sec-bottom .inner .h2ttl {
  font-size: 3rem;
}
.sec-bottom .inner .text {
  font-size: 1.6rem;
}
.sec-bottom .inner .flex {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec-bottom .inner .flex {
    margin-top: 25px;
  }
}
.sec-bottom .inner .flex .box {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .sec-bottom .inner .flex .box {
    width: 100%;
  }
}
.sec-bottom .inner .flex .box .box-img {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-bottom .inner .flex .box .box-img img {
  max-width: 100%;
  width: auto;
  height: 345px;
}
@media screen and (max-width: 1400px) {
  .sec-bottom .inner .flex .box .box-img {
    width: 80%;
  }
  .sec-bottom .inner .flex .box .box-img img {
    height: 240px;
  }
}
.sec-bottom .inner .flex .box .ttl {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 30px;
  padding: 10px 0;
}
@media screen and (max-width: 1400px) {
  .sec-bottom .inner .flex .box .ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-bottom .inner .flex .box .ttl {
    font-size: 1.8rem;
  }
}
.sec-bottom .inner .flex .box .text {
  line-height: 1.4;
}
@media screen and (max-width: 1400px) {
  .sec-bottom .inner .flex .box .text {
    font-size: 1.6rem;
  }
}
.sec-bottom .inner .flex .arrow {
  height: 345px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-bottom .inner .flex .arrow {
    width: 100%;
    height: 20px;
    margin: 20px 0;
  }
  .sec-bottom .inner .flex .arrow img {
    width: 20px;
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.sec-bottom .inner table {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-collapse: collapse;
  margin: 50px 0 0;
}
.sec-bottom .inner table thead {
  border-bottom: 3px solid #000;
}
.sec-bottom .inner table thead tr th {
  width: 50%;
  text-align: center;
  padding-bottom: 5px;
}
.sec-bottom .inner table thead tr th:nth-child(2) p {
  border-left: 1px solid #000;
}
.sec-bottom .inner table tbody tr {
  border-bottom: 1px solid #000;
  height: 65px;
}
.sec-bottom .inner table tbody tr .text {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .sec-bottom .inner table tbody tr {
    height: 40px;
  }
}
.sec-bottom .inner table tbody tr th {
  padding-left: 5%;
  border-bottom: 1px solid #000;
  background: #f2f2f2;
  text-align: left;
  vertical-align: middle;
}
.sec-bottom .inner table tbody tr td {
  border-bottom: 1px solid #000;
  padding-left: 5%;
  vertical-align: middle;
}
.sec-bottom .inner .btn-area {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .sec-bottom .inner .btn-area {
    margin-top: 30px;
  }
}