/*clearfix*/
/*flex*/
/*flex*/
.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

.pc_inline {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .pc_inline {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_inline {
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  .none_pad section:nth-child(n+2) {
    padding: 40px 6vw;
  }
}

.sec-tit01 {
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  .sec-tit01 {
    font-size: 18px;
  }
}

.sec-txt01 {
  font-size: 14px;
  line-height: 2.42;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-txt01 {
    text-align: justify;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .sec-txt01 {
    font-size: 13px;
  }
}

.sec01__article {
  align-items: flex-start;
  gap: 65px;
}
@media screen and (max-width: 1280px) {
  .sec01__article {
    gap: 6vw 30px;
  }
}
@media screen and (max-width: 600px) {
  .sec01__article {
    align-items: stretch;
  }
}
.sec01__tit01 {
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .sec01__tit01 {
    font-size: 15px;
  }
}
.sec01__tit01 strong {
  font-size: 3.25em;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.sec01__tit01 b {
  font-size: 2.16em;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
.sec01__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 600px) {
  .sec01__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0px;
  }
}
.sec01__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  border-left: solid 1px #3F2021;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sec01__item {
    row-gap: 0px;
  }
}
.sec01__item:nth-child(1) {
  border-left: none;
}
@media screen and (max-width: 600px) {
  .sec01__item:nth-child(3) {
    border-left: none;
    grid-column: span 2;
  }
}
.sec01__img {
  width: 45.37%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  aspect-ratio: 103/75;
}
@media screen and (max-width: 600px) {
  .sec01__img {
    width: 80%;
    max-width: 103px;
    margin-bottom: 10px;
  }
}
.sec01__img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center top;
  object-position: center top;
}
.sec01__tit02 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .sec01__tit02 {
    font-size: 15px;
  }
}
.sec01__txt01 {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .sec01__txt01 {
    font-size: 14px;
  }
}
.sec01__btn {
  max-width: none;
}
.sec01__btn::after {
  width: 24px !important;
  height: 24px !important;
  content: "\e5cc" !important;
  font-size: 24px !important;
}
.sec01__btn .tpl-button__label--jp {
  font-size: 26px;
}
@media screen and (max-width: 600px) {
  .sec01__btn .tpl-button__label--jp {
    font-size: 14px;
  }
}

.sec02 {
  padding-top: 0px;
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .sec02 {
    padding-bottom: 9vw;
  }
}
.sec02__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec02__flex {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.sec02__li {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  .sec02__li {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec02__li {
    display: grid;
    grid-template-columns: 58px 1fr;
  }
}
.sec02__icon {
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 768px) {
  .sec02__icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec02__icon.-icon01 {
  width: 37px;
}
.sec02__icon.-icon02 {
  width: 58px;
}
.sec02__icon.-icon03 {
  width: 48px;
}
.sec02__txt01 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .sec02__txt01 {
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 768px) {
  .sec02__txt01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sec02__txt01 {
    font-size: 14px;
  }
}

.sec03 {
  padding-top: 0px;
}

.sec04 {
  padding-bottom: 75px;
}
@media screen and (max-width: 600px) {
  .sec04 {
    padding-bottom: 9vw;
  }
}
.sec04__body {
  padding-right: 0px !important;
}
.sec04__article {
  gap: 95px;
}
@media screen and (max-width: 1280px) {
  .sec04__article {
    gap: 6vw 30px;
  }
}
.sec04__aside {
  width: 40.09%;
}
@media screen and (max-width: 768px) {
  .sec04__aside {
    width: 100%;
  }
}

.sec05 {
  padding-top: 0px;
}
.sec05__article {
  gap: 95px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1280px) {
  .sec05__article {
    gap: 6vw 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec05__article {
    flex-direction: column;
  }
}
.sec05__body {
  padding-right: 0px !important;
}
.sec05__aside {
  width: 40.09%;
}
@media screen and (max-width: 768px) {
  .sec05__aside {
    width: 100%;
  }
}

.sec06 .tpl-article__copy.-wid01 {
  width: 100%;
  max-width: 570px;
}
.sec06__tit01 {
  box-sizing: border-box;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  background: #988A54;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .sec06__tit01 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.sec06__ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .sec06__ol {
    display: block;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec06__ol li {
  width: 27.71%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .sec06__ol li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec06__ol li::after {
  content: "";
  display: block;
  position: absolute;
  border: solid 6px transparent;
  border-left-color: rgb(20, 44, 65);
  border-left-width: 14px;
  box-sizing: border-box;
  left: 111%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .sec06__ol li::after {
    left: 50%;
    top: 111%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.sec06__ol li:last-child::after {
  display: none;
}

.sec07__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .sec07__flex {
    gap: 20px;
    flex-direction: column;
  }
}
.sec07__flex li {
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .sec07__flex li {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .sec07__flex li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec07__tit01 {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .sec07__tit01 {
    font-size: 20px;
  }
}
.sec07__img {
  position: relative;
}
.sec07__btn {
  max-width: 600px;
  background-color: #988A54;
}
.sec07__btn::after {
  display: none;
}
.sec07__btn .tpl-button__label--jp {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .sec07__btn .tpl-button__label--jp {
    font-size: 14px;
  }
}