/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper .iconbox {
  width: 300px;
}
main section.ttl_section .wrapper .iconbox img {
  width: 219px;
}
main section.s01 .wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 100px;
}
main section.s01 .wrapper .pagelist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .pagelist li {
  width: 225px;
}
main section.s01 .wrapper .pagelist li.active a {
  color: #fff;
  background-color: #004c9b;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s01 .wrapper .pagelist li a {
  width: 100%;
  padding: 22px 0;
  display: block;
  border: 1px solid #004c9b;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 100%;
  font-size: 18px;
  color: #004c9b;
  font-weight: 500;
}
main section.s01 .wrapper .pagelist li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #004c9b;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s01 .wrapper .msg01 {
  height: 144px;
  display: block;
  position: absolute;
  top: 155px;
  left: 0;
  z-index: 2;
}
main section.s01 .wrapper .comname {
  text-align: right;
  font-size: 24px;
  color: #004c9b;
  margin-top: 100px;
}
main section.s01 .wrapper .productlist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 28px;
  margin-top: 30px;
}
main section.s01 .wrapper .productlist li {
  width: 586px;
}
main section.s01 .wrapper .productlist li .photobox {
  position: relative;
}
main section.s01 .wrapper .productlist li .photobox img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .productlist li .photobox p {
  background-color: rgba(0, 0, 0, 0.44);
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
  padding: 10px 15px;
}
main section.s01 .wrapper .productlist li .t01 {
  font-size: 14px;
  line-height: 180%;
  padding: 10px 15px;
}
main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
  width: 534px;
}
main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
main section.s03 {
  background-color: #d9e4f0;
  padding: 120px 0 100px;
}
main section.s03 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s03 .wrapper .box01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s03 .wrapper .box01 .left {
  width: 540px;
}
main section.s03 .wrapper .box01 .left h3 {
  font-family: "din-condensed-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 147px;
  color: #004c9b;
  letter-spacing: 5px;
  font-weight: 500;
  font-weight: bold;
}
main section.s03 .wrapper .box01 .left .t01 {
  font-size: 38px;
  font-weight: bold;
  line-height: 180%;
  margin-top: 5px;
}
main section.s03 .wrapper .box01 .right {
  width: 660px;
}
main section.s03 .wrapper .box01 .right ul li {
  font-size: 18px;
  line-height: 150%;
}
main section.s03 .wrapper .box01 .right ul li + li {
  margin-top: 15px;
}
main section.s03 .wrapper .box01 .right ul li .btn_gmap {
  display: inline-block;
  font-size: 16px;
  color: #004c9b;
  font-family: "din-condensed-variable", sans-serif;
  font-variation-settings: "wght" 400;
  text-decoration: none;
  background-color: #fff;
  line-height: 100%;
  padding: 5px 25px;
  border: 1px solid #004c9b;
  letter-spacing: 2px;
  margin-top: 10px;
}
main section.s03 .wrapper .box01 .right ul li a {
  text-decoration: none;
  color: #004c9b;
}
main section.s03 .wrapper .bnrlist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}
main section.s03 .wrapper .bnrlist li {
  width: 280px;
}
main section.s03 .wrapper .bnrlist li .bnr {
  display: block;
  width: 100%;
  text-decoration: none;
}
main section.s03 .wrapper .bnrlist li .bnr img {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .t02 {
  font-size: 18px;
  line-height: 230%;
  margin-top: 40px;
}
main section.s04 {
  padding: 120px 0 200px;
  background-color: #d9e4f0;
}
main section.s04 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s04 .wrapper .msg {
  display: block;
  height: 144px;
  position: absolute;
  top: 10px;
  left: 0;
}
main section.s04 .wrapper .interviewlist li + li {
  margin-top: 70px;
}
main section.s04 .wrapper .interviewlist li a {
  width: 100%;
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s04 .wrapper .interviewlist li a .photo {
  width: 586px;
  display: block;
}
main section.s04 .wrapper .interviewlist li a .txtbox {
  width: 566px;
}
main section.s04 .wrapper .interviewlist li a .txtbox .t01 {
  font-size: 28px;
  font-weight: bold;
  line-height: 210%;
  color: #004c9b;
}
main section.s04 .wrapper .interviewlist li a .txtbox .t02 {
  color: #000;
  font-size: 38px;
  letter-spacing: 8px;
  margin-top: 50px;
}
main section.s04 .wrapper .interviewlist li a .txtbox .t02 span {
  font-size: 30px;
  margin-left: 3px;
  display: inline-block;
}
main section.s04 .wrapper .interviewlist li a .txtbox .t03 {
  font-size: 16px;
  line-height: 170%;
  margin-top: 10px;
  color: #000;
  letter-spacing: 2px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper .iconbox {
    width: 100px;
  }
  main section.ttl_section .wrapper .iconbox img {
    width: 73px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 40px;
  }
  main section.s01 .wrapper .pagelist {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    width: 335px;
  }
  main section.s01 .wrapper .pagelist li {
    width: 105px;
  }
  main section.s01 .wrapper .pagelist li.active a {
    color: #fff;
    background-color: #004c9b;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s01 .wrapper .pagelist li a {
    width: 100%;
    padding: 8px 0;
    display: block;
    border: 1px solid #004c9b;
    border-radius: 6px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 130%;
    font-size: 14px;
    color: #004c9b;
    font-weight: 500;
  }
  main section.s01 .wrapper .pagelist li a:hover {
    opacity: 1;
    color: #fff;
    background-color: #004c9b;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s01 .wrapper .msg01 {
    height: 50px;
    display: block;
    position: absolute;
    top: 180px;
    left: 0;
    z-index: 2;
  }
  main section.s01 .wrapper .comname {
    text-align: right;
    font-size: 16px;
    color: #004c9b;
    margin-top: 90px;
  }
  main section.s01 .wrapper .productlist {
    display: block;
    margin-top: 20px;
  }
  main section.s01 .wrapper .productlist li {
    width: 100%;
  }
  main section.s01 .wrapper .productlist li + li {
    margin-top: 10px;
  }
  main section.s01 .wrapper .productlist li .photobox {
    position: relative;
  }
  main section.s01 .wrapper .productlist li .photobox img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .productlist li .photobox p {
    background-color: rgba(0, 0, 0, 0.44);
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 120%;
    padding: 7px 10px;
  }
  main section.s01 .wrapper .productlist li .t01 {
    font-size: 13px;
    line-height: 180%;
    padding: 7px 10px;
  }
  main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
    width: 300px;
  }
  main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    display: block;
  }
  main section.s03 {
    background-color: #d9e4f0;
    padding: 50px 20px;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper .box01 {
    display: block;
  }
  main section.s03 .wrapper .box01 .left {
    width: 100%;
  }
  main section.s03 .wrapper .box01 .left h3 {
    font-family: "din-condensed-variable", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 60px;
    color: #004c9b;
    letter-spacing: 3px;
    font-weight: 500;
    font-weight: bold;
  }
  main section.s03 .wrapper .box01 .left .t01 {
    font-size: 22px;
    font-weight: bold;
    line-height: 160%;
    margin-top: 5px;
  }
  main section.s03 .wrapper .box01 .right {
    width: 100%;
    margin-top: 20px;
  }
  main section.s03 .wrapper .box01 .right ul li {
    font-size: 14px;
    line-height: 150%;
  }
  main section.s03 .wrapper .box01 .right ul li + li {
    margin-top: 10px;
  }
  main section.s03 .wrapper .box01 .right ul li .btn_gmap {
    display: inline-block;
    font-size: 13px;
    color: #004c9b;
    font-family: "din-condensed-variable", sans-serif;
    font-variation-settings: "wght" 400;
    text-decoration: none;
    background-color: #fff;
    line-height: 100%;
    padding: 5px 15px;
    border: 1px solid #004c9b;
    letter-spacing: 2px;
    margin-top: 10px;
  }
  main section.s03 .wrapper .box01 .right ul li a {
    text-decoration: none;
    color: #004c9b;
  }
  main section.s03 .wrapper .bnrlist {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-top: 35px;
  }
  main section.s03 .wrapper .bnrlist li {
    width: calc((100% - 20px) / 3);
  }
  main section.s03 .wrapper .bnrlist li .bnr {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  main section.s03 .wrapper .bnrlist li .bnr img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .t02 {
    font-size: 14px;
    line-height: 180%;
    margin-top: 20px;
  }
  main section.s04 {
    padding: 45px 20px 80px;
    background-color: #d9e4f0;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s04 .wrapper .msg {
    display: block;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  main section.s04 .wrapper .interviewlist li + li {
    margin-top: 30px;
  }
  main section.s04 .wrapper .interviewlist li a {
    width: 100%;
    text-decoration: none;
    display: block;
  }
  main section.s04 .wrapper .interviewlist li a:hover {
    opacity: 1;
  }
  main section.s04 .wrapper .interviewlist li a .photo {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .interviewlist li a .txtbox {
    width: 100%;
    padding-top: 15px;
  }
  main section.s04 .wrapper .interviewlist li a .txtbox .t01 {
    font-size: 18px;
    font-weight: bold;
    line-height: 180%;
    color: #004c9b;
  }
  main section.s04 .wrapper .interviewlist li a .txtbox .t02 {
    color: #000;
    font-size: 28px;
    letter-spacing: 4px;
    margin-top: 5px;
  }
  main section.s04 .wrapper .interviewlist li a .txtbox .t02 span {
    font-size: 18px;
    margin-left: 2px;
    display: inline-block;
  }
  main section.s04 .wrapper .interviewlist li a .txtbox .t03 {
    font-size: 14px;
    line-height: 170%;
    margin-top: 5px;
    color: #000;
    letter-spacing: 1px;
  }
}