@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 lp
==================================================================================*/
#lp .pc-fixed-button {
  display: none !important;
}
#lp .main-content {
  padding-top: 0;
}
#lp .main-content .cinzel {
  font-family: "Cinzel", serif;
}
#lp .mark {
  margin: 0 auto;
  width: 34px;
}
#lp .main-visual {
  position: relative;
  background: url(../imgs/mv.jpg) center;
  background-size: cover;
  padding: 185px 0 137px;
}
#lp .main-visual .mv-title {
  margin: 0 auto;
  width: 56.25%;
  padding-bottom: 65px;
}
#lp .main-visual .mv-text01 {
  margin: 0 auto;
  padding: 12px 0 37px;
  text-align: center;
  width: 90%;
  font-size: 26px;
}
#lp .main-visual .anchors {
  margin: 0 auto;
  width: 90%;
  max-width: 1170px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#lp .fix-anchors {
  position: fixed;
  top: 50%;
  right: 60px;
  padding: 0 0px;
  z-index: 10001;
  mix-blend-mode: difference;
  transform: translateY(-50%);
}
#lp .fix-anchors a {
  color: #999;
}
#lp .fix-anchors .to-top {
  padding-bottom: 15px;
  font-size: 16px;
  text-align: right;
}
#lp .fix-anchors .lists {
  text-align: right;
  padding-right: 10px;
}
#lp .fix-anchors .lists li {
  padding-bottom: 15px;
}
#lp .fix-anchors .lists li a {
  display: block;
  padding-right: 26px;
  position: relative;
  font-size: 12px;
}
#lp .fix-anchors .lists li a p {
  opacity: 0.4;
  line-height: 1.5;
}
#lp .fix-anchors .lists li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.01);
  transition: background-color 0.5s;
}
#lp .fix-anchors .lists li a.current {
  color: #fff;
}
#lp .fix-anchors .lists li a.current p {
  opacity: 1;
}
#lp .fix-anchors .lists li a.current::after {
  background-color: rgb(255, 255, 255);
}
#lp .sections {
  position: relative;
  margin-top: -1px;
}
#lp .sections h3,
#lp .sections h4,
#lp .sections h5 {
  font-weight: normal;
}
#lp .sections .bgs .bg {
  position: absolute;
}
#lp .sections .in {
  position: relative;
  z-index: 2;
}
#lp .sections .section-header {
  text-align: center;
  padding-bottom: 50px;
}
#lp .sections .section-header .number {
  padding: 14px 0 25px;
  font-size: 12px;
}
#lp .sections .section-header .title {
  font-size: 30px;
  line-height: 1.3;
  padding-bottom: 25px;
}
#lp .sections .section-header .lead {
  font-size: 22px;
  line-height: 1.6;
}
#lp .sections .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#lp .sections em {
  text-decoration: underline;
}
#lp .section01 {
  padding: 92px 0 82px;
  background-color: #e8e4db;
  color: #453209;
}
#lp .section01 .bg01 {
  top: 0;
  left: 0;
  width: 49%;
}
#lp .section01 .body {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
#lp .section01 .data {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
#lp .section01 .data li {
  width: 49%;
}
#lp .section01 .box .img {
  width: 39%;
}
#lp .section01 .box .text {
  width: 59%;
  font-size: 18px;
  line-height: 1.8;
}
#lp .section01 .box .text em {
  font-weight: normal;
  font-style: normal;
  color: #900f0f;
}
#lp .section01 .box .text .num {
  font-size: 180%;
}
#lp .section01 .annotation {
  text-align: right;
  font-size: 11px;
}
#lp .section01 .annotation02 {
  text-align: left;
  font-size: 11px;
}
#lp .section02 {
  background-color: #3c4455;
  color: #fff;
  padding: 127px 0 0;
}
#lp .section02 .bg01 {
  top: -10%;
  left: 0;
  width: 45%;
}
#lp .section02 .box01 {
  margin: 0 auto;
  width: 90%;
  max-width: 1170px;
  padding-bottom: 197px;
}
#lp .section02 .box01 .image {
  order: 1;
  width: 29%;
}
#lp .section02 .box01 .texts {
  order: 0;
  width: 68%;
}
#lp .section02 .box01 .texts .text {
  font-size: 16px;
  line-height: 1.8;
}
#lp .section02 .box01 .texts .text01 {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  padding-top: 20px;
}
#lp .section02 .box01 .texts .text01 em {
  color: #d89d1a;
}
#lp .section02 .box01 .texts .text01 .num {
  font-size: 180%;
}
#lp .section02 .box01 .texts .data {
  display: flex;
  justify-content: space-between;
}
#lp .section02 .box01 .texts .data li {
  width: 45%;
  position: relative;
}
#lp .section02 .box01 .texts .data li:last-child {
  width: 53%;
}
#lp .section02 .box01 .texts .data .caption {
  left: 0%;
  right: auto;
  padding-left: 60px;
  background: none;
  font-size: 11px;
}
#lp .section02 .lower-side {
  background: url(../imgs/section02-bg01.jpg) center;
  background-size: cover;
  padding: 140px 0 152px;
}
#lp .section02 .lower-side .box {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
#lp .section02 .lower-side .sub-header {
  width: 59%;
  text-align: center;
}
#lp .section02 .lower-side .sub-header .lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#lp .section02 .lower-side .sub-header .lists li {
  width: 47%;
  padding-bottom: 30px;
}
#lp .section02 .lower-side .sub-header .lists .txt {
  padding-top: 15px;
  font-size: 16px;
}
#lp .section02 .lower-side .sub-title {
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 17px;
}
#lp .section02 .lower-side .sub-text {
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 27px;
}
#lp .section02 .lower-side .sub-body {
  width: 38%;
  box-sizing: border-box;
  padding: 30px 30px 40px;
  background-color: #fff;
  position: relative;
  color: #453209;
}
#lp .section02 .lower-side .sub-body::after, #lp .section02 .lower-side .sub-body::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(270deg, #ad5d2b, #c9a187);
}
#lp .section02 .lower-side .sub-body::after {
  top: 0;
}
#lp .section02 .lower-side .sub-body::before {
  bottom: 0;
}
#lp .section02 .lower-side .sub-body .sub-mark {
  width: 34px;
  padding-bottom: 5px;
}
#lp .section02 .lower-side .sub-body .name {
  font-size: 30px;
  word-break: break-all;
  padding-bottom: 5px;
}
#lp .section02 .lower-side .sub-body .name .big {
  font-size: 180%;
}
#lp .section02 .lower-side .sub-body .name .width {
  margin-left: 20px;
  font-size: 18px;
}
#lp .section02 .lower-side .sub-body .name .width .big02 {
  font-size: 28px;
}
#lp .section02 .lower-side .sub-body .text01 {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
#lp .section02 .lower-side .sub-body .text01 .group {
  display: inline-block;
}
#lp .section02 .lower-side .sub-body .text01 .big {
  font-size: 180%;
}
#lp .section02 .lower-side .sub-body .text01 {
  padding-bottom: 30px;
}
#lp .section02 .lower-side .sub-body .images {
  margin-bottom: 20px;
}
#lp .section02 .lower-side .sub-body .sub-mark02 {
  margin: 0 auto;
  padding-bottom: 12px;
  width: 90%;
}
#lp .section02 .lower-side .sub-body .text02 {
  font-size: 11px;
  line-height: 1.7;
  padding-bottom: 40px;
}
#lp .section03 {
  padding: 130px 0 230px;
}
#lp .section03 .bg01 {
  top: 0;
  left: 0;
  width: 49%;
}
#lp .section03 .bg02 {
  top: 30%;
  left: 0;
  width: 20%;
}
#lp .section03 .bg03 {
  bottom: 0%;
  left: 0;
  width: 40%;
}
#lp .section03 .section-header {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
#lp .section03 .section-header .text {
  padding-bottom: 50px;
  padding-top: 25px;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
#lp .section03 .section-header .annotation {
  text-align: right;
  font-size: 11px;
  padding-top: 10px;
}
#lp .section03 .to-slick-slide {
  padding-bottom: 40px;
  margin-bottom: 60px;
}
#lp .section03 .to-slick-slide .slides {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
#lp .section03 .slick-dots li button {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  display: block;
}
#lp .section03 .slick-dots .slick-active button {
  background-color: #fff;
}
#lp .section03 .button01 {
  margin: 0 auto;
  width: 90%;
  max-width: 565px;
}
#lp .section03 .button02 {
  margin: 0 auto;
  width: 90%;
  max-width: 409px;
}
#lp .section03 .sub-header {
  text-align: center;
  padding-bottom: 58px;
}
#lp .section03 .sub-header .title {
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 20px;
}
#lp .section03 .sub-header .lead {
  font-size: 22px;
  line-height: 1.7;
}
#lp .section03 .sub-section01 {
  padding-top: 120px;
}
#lp .section03 .sub-section01 .map-img {
  margin: 0 auto;
  width: 90%;
  max-width: 817px;
  padding-bottom: 55px;
}
#lp .section03 .sub-section01 .station-list {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
}
#lp .section03 .sub-section01 .station-list .line {
  padding: 12px 0 10px;
  font-size: 11px;
}
#lp .section03 .sub-section01 .station-list .txt01 {
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 3px;
}
#lp .section03 .sub-section01 .station-list .txt02 {
  font-size: 22px;
  line-height: 1.5;
}
#lp .section03 .sub-section01 .station-list .txt02 .num {
  font-size: 150%;
}
#lp .section03 .sub-section01 .station-list .txt02 .mini {
  font-size: 80%;
}
#lp .section03 .sub-section01 .mini-header {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
  padding-bottom: 45px;
  text-align: center;
}
#lp .section03 .sub-section01 .mini-header .mini-title {
  font-size: 22px;
  line-height: 1.8;
}
#lp .section03 .sub-section01 .bus {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
#lp .section03 .sub-section01 .bus li {
  width: 48%;
}
#lp .section03 .sub-section01 .bus .text01 {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 5px;
}
#lp .section03 .sub-section01 .bus .text02 {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 18px;
}
#lp .section03 .sub-section01 .taxi {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#lp .section03 .sub-section01 .mini-section01 {
  padding-top: 140px;
}
#lp .section03 .sub-section01 .mini-section02 {
  padding-top: 95px;
}
#lp .section03 .sub-section02 {
  padding-top: 110px;
}
#lp .section03 .sub-section02 .box {
  margin: 0 auto;
  width: 90%;
  max-width: 740px;
}
#lp .section03 .sub-section02 .box .texts {
  width: 35%;
}
#lp .section03 .sub-section02 .box .texts li {
  border-left: 5px solid #fff;
  padding-left: 20px;
}
#lp .section03 .sub-section02 .box .texts li + li {
  margin-top: 35px;
}
#lp .section03 .sub-section02 .box .texts .txt01 {
  font-size: 16px;
  line-height: 2;
}
#lp .section03 .sub-section02 .box .texts .txt02 {
  font-size: 20px;
}
#lp .section03 .sub-section02 .box .texts .txt02 .num {
  font-size: 145%;
  color: #d89d1a;
}
#lp .section03 .sub-section02 .box .image-list {
  width: 60%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#lp .section03 .sub-section02 .box .image-list li {
  position: relative;
}
#lp .section04 {
  color: #453209;
  background: #e8e4db;
  padding: 135px 0 160px;
}
#lp .section04 .bg01 {
  top: 0;
  right: 0;
  width: 50%;
}
#lp .section04 .bg02 {
  top: 40%;
  left: 0;
  width: 20%;
}
#lp .section04 .sub-title01 {
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  padding: 25px 0;
  border-top: 1px solid #453209;
  border-bottom: 1px solid #453209;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 88px;
}
#lp .section04 .sub-section01 {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  padding-bottom: 85px;
}
#lp .section04 .sub-section01 .img {
  width: 50%;
}
#lp .section04 .sub-section01 .img .annotation {
  text-align: right;
  padding-top: 6px;
  font-size: 11px;
  line-height: 1.5;
}
#lp .section04 .sub-section01 .texts {
  width: 45%;
}
#lp .section04 .sub-section01 .texts dt {
  border-left: 4px solid #453209;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.9;
}
#lp .section04 .sub-section01 .texts dd {
  margin: 0 auto;
}
#lp .section04 .sub-section01 .texts .cond01-d {
  width: 180px;
  padding-bottom: 45px;
  padding-top: 20px;
}
#lp .section04 .sub-section01 .texts .cond02-d {
  width: 180px;
  padding-bottom: 45px;
  padding-top: 20px;
}
#lp .section04 .button01 {
  margin: 0 auto;
  max-width: 300px;
}
#lp .section04 .sub-section02 {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  padding-bottom: 100px;
}
#lp .section04 .sub-section02 .lead {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 40px;
}
#lp .section04 .sub-section02 .images {
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 50px;
}
#lp .section04 .sub-section02 .button02 {
  margin: 0 auto;
  max-width: 500px;
}
#lp .section04 .sub-title02 {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 auto 60px;
  max-width: 600px;
  box-sizing: border-box;
  text-align: center;
  border-left: 4px solid #453209;
  border-right: 4px solid #453209;
}
#lp .section04 .sub-section03 {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
#lp .section04 .sub-section03 .images {
  margin: 0 auto;
  max-width: 750px;
  padding-bottom: 60px;
}
#lp .section04 .sub-section03 .button02 {
  margin: 0 auto;
  max-width: 385px;
}
#lp .page-annotation a {
  color: #e8e4db;
  text-decoration: underline;
}
#lp .images {
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp .main-content {
    padding-top: 0;
  }
  #lp .main-visual {
    position: relative;
    background: linear-gradient(85deg, #776459, #222629);
    padding: 0px 0 0px;
  }
  #lp .main-visual .in {
    padding: 28px 0 18px;
    background: url(../imgs/mv-sp.jpg) center;
    background-size: cover;
  }
  #lp .main-visual .mark {
    padding-top: 50px;
  }
  #lp .main-visual .mv-title {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 0px;
  }
  #lp .main-visual .mv-text01 {
    padding: 12px 0 37px;
    text-align: left;
    font-size: 22px;
    line-height: 1.7;
  }
  #lp .main-visual .anchors {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 40px;
    display: block;
  }
  #lp .main-visual .anchors li {
    padding-bottom: 10px;
  }
  #lp .fix-anchors {
    right: 10px;
  }
  #lp .fix-anchors .to-top {
    font-size: 10px;
    padding-bottom: 25px;
  }
  #lp .fix-anchors .lists li {
    padding-bottom: 15px;
    height: 13px;
  }
  #lp .fix-anchors .lists li a {
    padding-right: 26px;
    font-size: 12px;
  }
  #lp .fix-anchors .lists li a::after {
    width: 12px;
    height: 12px;
  }
  #lp .sections .bgs .bg {
    display: none;
  }
  #lp .sections .in {
    position: relative;
    z-index: 2;
  }
  #lp .sections .section-header {
    text-align: center;
    padding-bottom: 25px;
    margin: 0 auto;
    width: 90%;
  }
  #lp .sections .section-header .number {
    font-size: 14px;
    padding: 5px 0 10px;
  }
  #lp .sections .section-header .title {
    font-size: 22px;
    padding-bottom: 30px;
  }
  #lp .sections .section-header .lead {
    font-size: 18px;
    line-height: 1.8;
  }
  #lp .sections .box {
    display: block;
    padding-top: 20px;
  }
  #lp .section01 {
    padding: 50px 0 50px;
  }
  #lp .section01 .data {
    display: block;
    padding-bottom: 0;
  }
  #lp .section01 .data li {
    width: auto;
    margin-bottom: 10px;
  }
  #lp .section01 .box .img {
    width: auto;
  }
  #lp .section01 .box .text {
    width: auto;
    font-size: 18px;
    line-height: 1.8;
    padding-bottom: 10px;
  }
  #lp .section01 .box .text .num {
    font-size: 180%;
  }
  #lp .section02 {
    padding: 50px 0 0;
  }
  #lp .section02 .box01 {
    padding-bottom: 57px;
  }
  #lp .section02 .box01 .image {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 45px;
  }
  #lp .section02 .box01 .texts {
    order: 0;
    width: auto;
  }
  #lp .section02 .box01 .texts .text {
    font-size: 16px;
    line-height: 1.8;
  }
  #lp .section02 .box01 .texts .text01 {
    text-align: left;
  }
  #lp .section02 .box01 .texts .data {
    display: block;
  }
  #lp .section02 .box01 .texts .data li {
    text-align: center;
    width: 100%;
  }
  #lp .section02 .box01 .texts .data li img {
    width: 80%;
  }
  #lp .section02 .box01 .texts .data li p {
    text-align: left;
  }
  #lp .section02 .box01 .texts .data li:last-child {
    width: auto;
    margin-top: 20px;
  }
  #lp .section02 .lower-side {
    background-image: url(../imgs/section02-bg01-sp.jpg);
    padding: 45px 0 60px;
  }
  #lp .section02 .lower-side .sub-body {
    width: auto;
  }
  #lp .section02 .lower-side .sub-header {
    width: auto;
  }
  #lp .section02 .lower-side .sub-header .lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
    width: 1600px;
  }
  #lp .section02 .lower-side .sub-header .lists li {
    width: 300px;
    padding-bottom: 30px;
  }
  #lp .section02 .lower-side .sub-header .lists li img {
    width: 100% !important;
    height: auto !important;
  }
  #lp .section02 .lower-side .sub-header .lists .txt {
    padding-top: 15px;
    text-align: center;
    font-size: 16px;
  }
  #lp .section02 .lower-side .sub-title {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 17px;
  }
  #lp .section02 .lower-side .sub-text {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 27px;
  }
  #lp .section03 {
    padding: 50px 0 90px;
  }
  #lp .section03 .button-modal {
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
  }
  #lp .section03 .section-header .text {
    padding-bottom: 50px;
    padding-top: 25px;
    font-size: 16px;
    line-height: 2.5;
    text-align: left;
  }
  #lp .section03 .section-header .text br {
    display: none;
  }
  #lp .section03 .to-slick-slide {
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  #lp .section03 .to-slick-slide .slides {
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
  }
  #lp .section03 .slick-dots li button {
    width: 14px;
    height: 14px;
  }
  #lp .section03 .slick-dots .slick-active button {
    background-color: #fff;
  }
  #lp .section03 .sub-header {
    padding-bottom: 58px;
    width: 90%;
    margin: 0 auto;
  }
  #lp .section03 .sub-header .title {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  #lp .section03 .sub-header .lead {
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
  }
  #lp .section03 .sub-header .lead br {
    display: none;
  }
  #lp .section03 .sub-section01 {
    padding-top: 80px;
  }
  #lp .section03 .sub-section01 .map-img {
    padding-bottom: 55px;
  }
  #lp .section03 .sub-section01 .station-list {
    margin: 0 auto;
    width: 90%;
    width: 1500px;
    max-width: inherit;
    display: flex;
    padding-bottom: 30px;
  }
  #lp .section03 .sub-section01 .station-list img {
    width: 100% !important;
    height: auto !important;
  }
  #lp .section03 .sub-section01 .station-list .line {
    padding: 12px 0 10px;
    font-size: 11px;
  }
  #lp .section03 .sub-section01 .station-list .txt01 {
    padding-bottom: 3px;
  }
  #lp .section03 .sub-section01 .station-list .txt02 .num {
    font-size: 150%;
  }
  #lp .section03 .sub-section01 .station-list .txt02 .mini {
    font-size: 80%;
  }
  #lp .section03 .sub-section01 .mini-header {
    padding-bottom: 55px;
    text-align: center;
  }
  #lp .section03 .sub-section01 .mini-header .mini-title {
    font-size: 22px;
    line-height: 1.8;
    text-align: left;
  }
  #lp .section03 .sub-section01 .mini-header .mini-title br {
    display: none;
  }
  #lp .section03 .sub-section01 .bus {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    display: block;
    justify-content: space-between;
  }
  #lp .section03 .sub-section01 .bus li {
    width: auto;
    padding-bottom: 30px;
  }
  #lp .section03 .sub-section01 .bus .text01 {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  #lp .section03 .sub-section01 .bus .text02 {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 18px;
  }
  #lp .section03 .sub-section01 .taxi {
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  #lp .section03 .sub-section01 .mini-section01 {
    padding-top: 140px;
  }
  #lp .section03 .sub-section01 .mini-section02 {
    padding-top: 95px;
  }
  #lp .section03 .sub-section02 {
    padding-top: 110px;
  }
  #lp .section03 .sub-section02 .box {
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
  }
  #lp .section03 .sub-section02 .box .texts {
    width: auto;
    padding-bottom: 50px;
  }
  #lp .section03 .sub-section02 .box .texts li {
    border-left: none;
    padding-left: 0px;
    text-align: center;
  }
  #lp .section03 .sub-section02 .box .texts .txt01 {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid #fff;
  }
  #lp .section03 .sub-section02 .box .texts .txt02 {
    font-size: 20px;
  }
  #lp .section03 .sub-section02 .box .texts .txt02 .num {
    font-size: 145%;
    color: #d89d1a;
  }
  #lp .section03 .sub-section02 .box .image-list {
    width: auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  #lp .section03 .sub-section02 .box .image-list li {
    position: relative;
  }
  #lp .section04 {
    padding: 75px 0 70px;
  }
  #lp .section04 .sub-title01 {
    text-align: center;
    font-size: 17px;
    line-height: 1.9;
    padding: 25px 0;
    margin: 0 auto 58px;
  }
  #lp .section04 .sub-section01 {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    padding-bottom: 85px;
  }
  #lp .section04 .sub-section01 .img {
    width: auto;
    padding-bottom: 30px;
  }
  #lp .section04 .sub-section01 .img .annotation {
    text-align: right;
    padding-top: 6px;
    font-size: 11px;
    line-height: 1.5;
  }
  #lp .section04 .sub-section01 .texts {
    width: auto;
  }
  #lp .section04 .sub-section01 .texts dt {
    font-size: 16px;
    line-height: 1.9;
  }
  #lp .section04 .sub-section01 .texts dd {
    margin: 0 auto;
  }
  #lp .section04 .sub-section01 .texts .cond01-d {
    width: 160px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #lp .section04 .sub-section01 .texts .cond02-d {
    width: 148px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #lp .section04 .button01 {
    margin: 0 auto;
    max-width: 385px;
  }
  #lp .section04 .sub-section02 {
    padding-bottom: 100px;
  }
  #lp .section04 .sub-section02 .lead {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 40px;
  }
  #lp .section04 .sub-section02 .images {
    padding-bottom: 50px;
  }
  #lp .section04 .sub-section02 .button02 {
    margin: 0 auto;
    max-width: 385px;
  }
  #lp .section04 .sub-title02 {
    font-size: 18px;
    margin: 0 auto 35px;
    box-sizing: border-box;
    text-align: center;
    border-left: 4px solid #453209;
    border-right: 4px solid #453209;
  }
  #lp .section04 .sub-section03 {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
  }
  #lp .section04 .sub-section03 .images {
    margin: 0 auto;
    max-width: 750px;
    padding-bottom: 60px;
  }
  #lp .section04 .sub-section03 .button02 {
    margin: 0 auto;
    max-width: 385px;
  }
  #lp .page-annotation a {
    text-decoration: underline;
  }
}

/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   lp
  ==================================================================================*/
}/*# sourceMappingURL=style.css.map */