@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 900px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .is-sp {
    display: none !important;
  }
}
body {
  font-size: 16px;
  color: #222;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  background: #fff;
  letter-spacing: 1px;
  font-weight: 600;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 900px) {
  .inner {
    padding: 0 20px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Shippori Mincho", serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 900px) {
  .section {
    padding: 50px 0;
  }
}

.mv {
  margin-bottom: -2px;
}

.sec1 {
  padding-top: 40px;
  background: #263A58;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .sec1 {
    padding-top: 0px;
    margin-top: -30px;
  }
}
.sec1 h2 {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .sec1 h2 {
    font-size: 5vw;
    white-space: nowrap;
    margin-bottom: 30px;
  }
}
.sec1 h2::before {
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 6px;
  content: "";
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .sec1 h2::before {
    top: -60%;
    width: 4px;
    height: 4px;
  }
}
.sec1 h2::after {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 67px;
  content: "";
  background: #fff;
}
@media screen and (max-width: 900px) {
  .sec1 h2::after {
    height: 41px;
    top: -49%;
    height: 8vw;
  }
}
.sec1 h2 span {
  font-size: 140%;
  color: #D8B14D;
}
.sec1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .sec1 ul {
    display: block;
    margin-bottom: 30px;
  }
}
.sec1 ul li {
  width: 32%;
  padding: 15px 0;
  position: relative;
}
.sec1 ul li::after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 92%;
  height: 100%;
  border: 0.8px solid #fff;
  content: "";
}
@media screen and (max-width: 900px) {
  .sec1 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec1 ul li:last-child {
    margin-bottom: 0;
  }
}
.sec1 ul li .text {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 15px 0 0;
}
@media screen and (max-width: 900px) {
  .sec1 ul li .text {
    font-size: 4.7vw;
  }
}
.sec1 .lead {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .sec1 .lead {
    font-size: 5vw;
  }
}
.sec1 .lead span {
  font-size: 110%;
  color: #D8B14D;
}

.sec2 .box {
  padding: 60px;
  background: url(../img2/sec2-bg-pc.webp) no-repeat right center/cover;
}
@media screen and (max-width: 900px) {
  .sec2 .box {
    padding: 20px 15px;
    background: url(../img2/sec2-bg-sp.webp) no-repeat right center/cover;
  }
}
.sec2 .title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .sec2 .title {
    margin-bottom: 20px;
    font-size: 5vw;
  }
}
.sec2 ul {
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .sec2 ul {
    margin-bottom: 20px;
  }
}
.sec2 ul li {
  background: #fff;
  padding: 10px 40px;
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #263A58;
}
@media screen and (max-width: 900px) {
  .sec2 ul li {
    text-align: center;
    font-size: 4vw;
    padding: 10px 15px;
  }
}
.sec2 ul li .red {
  color: #AA2525;
}
.sec2 ul li:last-child {
  margin-bottom: 0;
}
.sec2 ul li .icon {
  position: absolute;
  width: 48px;
  top: -12px;
  left: -10px;
}
@media screen and (max-width: 900px) {
  .sec2 ul li .icon {
    width: 40px;
  }
}
.sec2 .lead {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .sec2 .lead {
    font-size: 4vw;
  }
}
.sec2 .lead span {
  color: #D8B14D;
  font-size: 140%;
}

.sec3 {
  background: url(../img2/sec3-bg-pc.webp) no-repeat bottom center/cover;
}
@media screen and (max-width: 900px) {
  .sec3 {
    background: url(../img2/sec3-bg-sp.webp) no-repeat bottom center/cover;
    padding: 50px 20px;
    padding-bottom: 28vw;
  }
}
@media screen and (min-width: 901px) {
  .sec3 {
    padding-bottom: 17vw;
  }
}
.sec3 .box {
  padding: 0px 80px 60px;
}
@media screen and (max-width: 900px) {
  .sec3 .box {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 900px) {
  .sec3 .inner {
    padding: 0;
  }
}
.sec3 .box-wrap {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: none;
}
.sec3 .box-wrap2 {
  border-top: 1px solid #222;
  margin-top: 30px;
}
.sec3 .box-outside {
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  overflow: hidden;
}
.sec3 .box-outside .left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
}
@media screen and (min-width: 901px) {
  .sec3 .box-outside .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1100px) {
  .sec3 .box-outside .left {
    width: 13%;
  }
}
@media screen and (max-width: 900px) {
  .sec3 .box-outside .left {
    position: initial;
    width: 100%;
  }
}
.sec3 .box-outside .right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20%;
}
@media screen and (max-width: 1100px) {
  .sec3 .box-outside .right {
    width: 13%;
  }
}
@media screen and (max-width: 900px) {
  .sec3 .box-outside .right {
    position: initial;
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  .sec3 .box-outside .right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sec3 h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .sec3 h2 {
    margin-bottom: 20px;
    font-size: 4.5vw;
    white-space: nowrap;
  }
}
.sec3 h2 span {
  font-size: 180%;
  color: #D8B14D;
}
@media screen and (max-width: 900px) {
  .sec3 h2 span {
    font-size: 125%;
    white-space: nowrap;
  }
}
.sec3 .btn {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .sec3 .btn {
    margin-bottom: 30px;
  }
}
.sec3 .btn a {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #00B646;
  -webkit-box-shadow: 4px 8px 0 #2A9457;
          box-shadow: 4px 8px 0 #2A9457;
  border-radius: 50px;
  padding: 20px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .sec3 .btn a {
    line-height: 1.3;
    font-size: 4.2vw;
    padding: 15px 10px;
  }
}
.sec3 .btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.sec3 .btn a span {
  font-size: 90%;
}
.sec3 .box2 {
  padding: 40px;
  background: #E8E7E4;
  border: 1px solid #222;
}
@media screen and (max-width: 900px) {
  .sec3 .box2 {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
.sec3 .box2 .icon {
  display: inline-block;
  width: 32px;
  margin-right: 6px;
}
@media screen and (max-width: 900px) {
  .sec3 .box2 .icon {
    width: 6vw;
    margin-right: 3px;
  }
}
.sec3 .box2 .heading {
  font-size: 20px;
  background: #fff;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .sec3 .box2 .heading {
    margin-bottom: 20px;
  }
}
.sec3 .box2 .heading .red {
  color: #AA2525;
  font-size: 120%;
}
.sec3 .box2 ul {
  max-width: 450px;
  margin: 0 auto;
}
.sec3 .box2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .sec3 .box2 ul li {
    font-size: 3.8vw;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
.sec3 .box2 ul li:last-child {
  margin-bottom: 0;
}
.sec3 .box2 ul li .check {
  width: 28px;
  margin-right: 6px;
}
@media screen and (max-width: 900px) {
  .sec3 .box2 ul li .check {
    width: 5vw;
    margin-right: 3px;
  }
}

body,
html {
  overflow-x: hidden;
}

@media screen and (max-width: 900px) {
  .sec3 .box {
    padding: 0;
  }
  .sec3 .box-wrap2 {
    width: 90%;
    padding-top: 0;
  }
  .sec3 .box2 .heading {
    font-size: 4vw;
    white-space: nowrap;
  }
  .sec3 .box2 .heading {
    padding: 20px 10px;
  }
  .sec3 .box-wrap {
    padding-top: 0px;
  }
  .sec3 .box-wrap2 {
    padding-top: 20px;
    margin-top: 15px;
  }
}
.footer {
  background: #263A58;
  color: #fff;
  padding: 50px 0;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 25px 0;
  }
}
.footer .copyright {
  font-size: 16px;
  font-family: "EB Garamond", serif;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .footer .copyright {
    font-size: 2.4vw;
  }
}

.sec4 {
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  .sec4 {
    padding-top: 40px;
  }
}
.sec4 h2 {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #263A58;
}
@media screen and (max-width: 900px) {
  .sec4 h2 {
    font-size: 5vw;
    white-space: nowrap;
    margin-bottom: 30px;
  }
}
.sec4 h2::before {
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 6px;
  content: "";
  background: #263A58;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .sec4 h2::before {
    top: -13vw;
    width: 4px;
    height: 4px;
  }
}
.sec4 h2::after {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 67px;
  content: "";
  background: #263A58;
}
@media screen and (max-width: 900px) {
  .sec4 h2::after {
    height: 41px;
    top: -11vw;
    height: 8vw;
  }
}
.sec4 h2 span {
  font-size: 140%;
}
.sec4 .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #263A58;
  margin-bottom: -50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .sec4 .flex1 {
    display: block;
  }
}
.sec4 .flex1 .left {
  width: 47%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .sec4 .flex1 .left {
    width: 100%;
    margin-bottom: 15px;
  }
}
.sec4 .flex1 .left .text1 {
  font-size: 28px;
  white-space: nowrap;
  background: url(../img2/gold.png) no-repeat center center/cover;
  padding: 5px 40px;
  width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .sec4 .flex1 .left .text1 {
    margin-top: 0;
  }
}
.sec4 .flex1 .left .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 22px;
}
.sec4 .flex1 .left .name .ja {
  font-size: 44px;
  margin-right: 15px;
}
.sec4 .flex1 .left .name .en {
  font-size: 22px;
  font-family: "EB Garamond", serif;
}
.sec4 .flex1 .left ul li {
  font-size: 18px;
  position: relative;
  padding-left: 12px;
}
.sec4 .flex1 .left ul li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
  background: #263A58;
}
.sec4 .flex1 .right {
  width: 47%;
}
@media screen and (max-width: 900px) {
  .sec4 .flex1 .right {
    width: 100%;
  }
}
.sec4 .box {
  background: #E8E7E4;
  padding: 80px 60px;
}
.sec4 .box p {
  line-height: 2;
  font-size: 18px;
}
.sec4 .box p .red {
  color: #AA2525;
}
.sec4 .box .flex2 {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .sec4 .box .flex2 {
    margin-top: 20px;
    display: block;
  }
}
.sec4 .box .flex2 .left2 {
  width: 40%;
}
@media screen and (max-width: 900px) {
  .sec4 .box .flex2 .left2 {
    width: 100%;
  }
}
.sec4 .box .flex2 .right2 {
  width: 55%;
}
@media screen and (max-width: 900px) {
  .sec4 .box .flex2 .right2 {
    width: 100%;
  }
}
.sec4 .box .flex2 .right2 .img {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .sec4 .flex1 .left .text1 {
    margin-top: 0;
    width: 100%;
    white-space: initial;
    font-size: 5vw;
    padding: 10px;
    text-align: center;
  }
  .sec4 .flex1 .left .name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec4 .flex1 .left .name .ja {
    font-size: 8vw;
    margin-right: 10px;
  }
  .sec4 .flex1 .left .name .en {
    font-size: 3.5vw;
  }
  .sec4 .flex1 .left ul li {
    font-size: 4vw;
  }
  .sec4 .flex1 .left ul li::before {
    top: 3vw;
  }
  .sec4 .flex1 .right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec4 .box {
    padding: 80px 20px 30px;
  }
  .sec4 .box p {
    line-height: 1.5;
    font-size: 4vw;
    text-align: center;
  }
  .sec4 .box .flex2 {
    margin-top: 15px;
  }
  .sec4 .box .flex2 .left2 .img {
    margin-bottom: 15px;
  }
  .sec4 .box .flex2 .right2 .img {
    margin-top: 15px;
  }
}
@media screen and (min-width: 901px) {
  .sec4 .flex1 {
    margin-bottom: -40px;
  }
}
.sec5 {
  color: #fff;
  background: #263A58;
  padding-top: 180px;
}
@media screen and (max-width: 900px) {
  .sec5 {
    padding-top: 80px;
  }
}
.sec5 h2 {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .sec5 h2 {
    font-size: 5vw;
    white-space: nowrap;
    margin-bottom: 30px;
  }
}
.sec5 h2::before {
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 6px;
  content: "";
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .sec5 h2::before {
    top: -13vw;
    width: 4px;
    height: 4px;
  }
}
.sec5 h2::after {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 67px;
  content: "";
  background: #fff;
}
@media screen and (max-width: 900px) {
  .sec5 h2::after {
    height: 41px;
    top: -11vw;
    height: 8vw;
  }
}
.sec5 h2 span {
  font-size: 140%;
  color: #D8B14D;
}
.sec5 .box {
  background: #fff;
  padding: 80px 20px 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .sec5 .box {
    padding: 12vw 5vw 10vw;
    margin-bottom: 30px;
  }
}
.sec5 .box ul {
  max-width: 850px;
  margin: 0 auto;
}
.sec5 .box ul li {
  padding: 15px 40px 15px 140px;
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #222;
  color: #222;
  font-size: 26px;
}
@media screen and (max-width: 900px) {
  .sec5 .box ul li {
    margin-bottom: 10vw;
    padding: 30px 10px;
    font-size: 5.5vw;
    text-align: center;
  }
}
.sec5 .box ul li span {
  color: #AA2525;
}
.sec5 .box ul li:last-child {
  margin-bottom: 0;
}
.sec5 .box ul li .num {
  position: absolute;
  top: -20px;
  left: 40px;
  width: 62px;
}
@media screen and (max-width: 900px) {
  .sec5 .box ul li .num {
    width: 12vw;
    top: -6vw;
    left: 4vw;
  }
}
.sec5 .lead1 {
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 900px) {
  .sec5 .lead1 {
    font-size: 5.5vw;
  }
}
.sec5 .lead1 span {
  color: #D8B14D;
}
.sec5 .lead1 .big {
  font-size: 120%;
}
@media screen and (min-width: 901px) {
  .sec5 .lead2 {
    min-width: 500px;
  }
}
.sec5 .flex {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .sec5 .flex {
    margin-top: 30px;
    display: block;
  }
}
.sec5 .flex .img {
  width: 30%;
}
.sec5 .img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.sec5 .img-flex .item {
  width: 50%;
}

.sec6 {
  background: url(../img2/sec6-bg-pc.jpg) no-repeat bottom center/cover;
}
@media screen and (max-width: 900px) {
  .sec6 {
    background: url(../img2/sec6-bg-sp.jpg) no-repeat bottom center/cover;
  }
}
.sec6 {
  padding-top: 180px;
}
@media screen and (max-width: 900px) {
  .sec6 {
    padding-top: 80px;
  }
}
.sec6 .lead1 {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .sec6 .lead1 {
    font-size: 4.5vw;
    white-space: nowrap;
    margin-bottom: 30px;
  }
}
.sec6 .lead1::before {
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 6px;
  content: "";
  background: #263A58;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .sec6 .lead1::before {
    top: -13vw;
    width: 4px;
    height: 4px;
  }
}
.sec6 .lead1::after {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 67px;
  content: "";
  background: #263A58;
}
@media screen and (max-width: 900px) {
  .sec6 .lead1::after {
    height: 41px;
    top: -11vw;
    height: 8vw;
  }
}
.sec6 .lead1 span {
  font-size: 140%;
  color: #D8B14D;
}
.sec6 .lead2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10vw;
}
@media screen and (max-width: 900px) {
  .sec6 .lead2 {
    font-size: 5vw;
    white-space: nowrap;
    margin-bottom: 30px;
  }
}
.sec6 .lead2 span {
  font-size: 140%;
  color: #D8B14D;
}
.sec6 {
  color: #263A58;
}

.sec7 {
  background: #F0EFEB;
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  .sec7 {
    padding-top: 40px;
  }
  .sec7 .inner {
    padding: 0;
  }
}
.sec7 h2 {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #263A58;
}
@media screen and (max-width: 900px) {
  .sec7 h2 {
    font-size: 5vw;
    white-space: nowrap;
    margin-bottom: 30px;
  }
}
.sec7 h2::before {
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 6px;
  content: "";
  background: #263A58;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .sec7 h2::before {
    top: -13vw;
    width: 4px;
    height: 4px;
  }
}
.sec7 h2::after {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 67px;
  content: "";
  background: #263A58;
}
@media screen and (max-width: 900px) {
  .sec7 h2::after {
    height: 41px;
    top: -11vw;
    height: 8vw;
  }
}
.sec7 h2 span {
  font-size: 140%;
  color: #D8B14D;
}
.sec7 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .sec7 ul li {
    margin-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
  }
}
.sec7 ul li:last-child {
  margin-bottom: 0;
}
.sec7 ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .sec7 ul li:nth-child(2n) {
    padding-right: 20px;
    padding-left: 0;
  }
}
.sec7 ul li .left {
  width: 45%;
}
@media screen and (max-width: 900px) {
  .sec7 ul li .left {
    width: 56%;
  }
}
.sec7 ul li .left .story {
  color: #909090;
  font-family: "EB Garamond", serif;
  font-size: 30px;
  font-style: italic;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .sec7 ul li .left .story {
    font-size: 5.2vw;
    margin-bottom: 5px;
  }
}
.sec7 ul li .left h3 {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 901px) {
  .sec7 ul li .left h3 {
    height: 56px;
  }
}
@media screen and (max-width: 900px) {
  .sec7 ul li .left h3 {
    margin-bottom: 10px;
  }
}
.sec7 ul li .left h3 .wrap {
  padding: 5px 20px;
  font-size: 30px;
  color: #263A58;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .sec7 ul li .left h3 .wrap {
    position: initial;
    font-size: 4.2vw;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 901px) {
  .sec7 ul li .left h3 .wrap1 {
    width: 541px;
    text-align: center;
  }
}
@media screen and (min-width: 901px) {
  .sec7 ul li .left h3 .wrap2 {
    width: 656px;
    text-align: center;
    left: initial;
    right: 0;
  }
}
@media screen and (min-width: 901px) {
  .sec7 ul li .left h3 .wrap3 {
    width: 645px;
    text-align: center;
  }
}
.sec7 ul li .left p {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .sec7 ul li .left p {
    font-size: 3.5vw;
  }
}
.sec7 ul li .right {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .sec7 ul li .right {
    width: 40%;
  }
}

.sec3-2 {
  margin-bottom: -1px;
}
.sec3-2 .box-outside {
  background: transparent;
}
.sec3-2 .box {
  padding-left: 0;
  padding-right: 0;
}
.sec3-2 .box2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .sec3-2 .box2 {
    margin-bottom: 30px;
  }
}
.sec3-2 .inner {
  background: rgba(255, 255, 255, 0.96);
}
@media screen and (min-width: 901px) {
  .sec3-2 .inner {
    padding: 0;
  }
}
.sec3-2 .heading {
  margin-bottom: 0 !important;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .sec3-2 .heading {
    margin-top: 20px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
.sec3-2 .btn {
  text-align: center;
}
.sec3-2 .btn a {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  .sec3-2 .btn a {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .sec3-2 .red {
    font-size: 100% !important;
  }
}
.sec3-2 .movie-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .sec3-2 .movie-ul {
    padding: 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 901px) {
  .sec3-2 .movie-ul li {
    width: calc(33.333% - 6.6666666667px);
    margin-right: 10px;
  }
  .sec3-2 .movie-ul li:nth-child(3n) {
    margin-right: 0;
  }
  .sec3-2 .movie-ul li:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .sec3-2 .movie-ul li {
    width: calc(50% - 2.5px);
    margin-right: 5px;
  }
  .sec3-2 .movie-ul li:nth-child(2n) {
    margin-right: 0;
  }
  .sec3-2 .movie-ul li:nth-child(n+3) {
    margin-top: 5px;
  }
  .sec3-2 .movie-ul li:last-child {
    margin-right: 0;
  }
}
.sec3-2 .box-wrap2 {
  max-width: 950px;
  border-top: none;
  padding-top: 10px;
}
.sec3-2 .box {
  border-top: 1px solid #222;
}
.sec3-2 h2 {
  margin-top: 30px;
}
.sec3-2 {
  background: url(../img2/sec3-2-bg-pc.webp) no-repeat bottom center/cover;
}
@media screen and (max-width: 900px) {
  .sec3-2 {
    background: url(../img2/sec3-2-bg-sp.webp) no-repeat bottom center/cover;
  }
}

@media screen and (max-width: 900px) {
  .sec5 .box ul li {
    padding: 20px 10px;
  }
  .sec3-2 .movie-ul {
    padding-bottom: 30px;
  }
}
.present {
  padding-top: 40px;
  background: url(../img2/blue2.png) no-repeat center center/cover;
  margin-bottom: -1px;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .present {
    padding-top: 0px;
  }
}
.present h2 {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .present h2 {
    font-size: 5vw;
    white-space: nowrap;
    margin-bottom: 20px;
  }
}
.present h2::before {
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 6px;
  content: "";
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .present h2::before {
    top: -13vw;
    width: 4px;
    height: 4px;
  }
}
.present h2::after {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 67px;
  content: "";
  background: #fff;
}
@media screen and (max-width: 900px) {
  .present h2::after {
    height: 41px;
    top: -11vw;
    height: 8vw;
  }
}
.present h2 span {
  font-size: 140%;
  color: #D8B14D;
}
.present .lead {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .present .lead {
    margin-bottom: 30px;
  }
}
.present .lead span {
  font-size: 120%;
  color: #D8B14D;
}
.present ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .present ul {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 901px) {
  .present ul li {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .present ul li:nth-child(2n) {
    margin-right: 0;
  }
  .present ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .present ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .present ul li:last-child {
    margin-bottom: 0;
  }
}
.present .btn {
  text-align: center;
}
.present .btn a {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #00B646;
  -webkit-box-shadow: 4px 8px 0 #2A9457;
          box-shadow: 4px 8px 0 #2A9457;
  border-radius: 50px;
  padding: 20px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .present .btn a {
    line-height: 1.3;
    font-size: 4.2vw;
    padding: 15px 10px;
  }
}
.present .btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.present .btn a span {
  font-size: 90%;
}
.present .btn a {
  display: inline-block;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 900px) {
  .present .btn a {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    display: block;
  }
}

.footer {
  background: url(../img2/blue2.png) no-repeat center center/cover;
}

@media screen and (min-width: 901px) {
  .sec3 .box2 ul {
    max-width: 500px;
  }
  .sec3 .box2 ul li {
    font-size: 20px;
  }
}
.sec3-2 .btn-common .text3 .wrap::before {
  background: #222;
}
.sec3-2 .btn-common .text3 .wrap::after {
  background: #222;
}

@media screen and (min-width: 901px) {
  .btn-common a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.btn-common .text3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .btn-common .text3 {
    font-size: 3.7vw;
  }
}
.btn-common .text3 .wrap {
  display: inline-block;
  position: relative;
}
.btn-common .text3 .wrap::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
  left: -10px;
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .btn-common .text3 .wrap::before {
    height: 4vw;
    left: -2vw;
  }
}
.btn-common .text3 .wrap::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  right: -10px;
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .btn-common .text3 .wrap::after {
    height: 4vw;
    right: -2vw;
  }
}

@media screen and (max-width: 900px) {
  .present .lead {
    font-size: 4.3vw;
  }
}
.message .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .message .flex {
    display: block;
  }
}
.message .flex .left {
  width: 60%;
  color: #263A58;
}
@media screen and (max-width: 900px) {
  .message .flex .left {
    width: 100%;
    margin-bottom: 15px;
  }
}
.message .flex .left .text1 {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .message .flex .left .text1 {
    font-size: 4vw;
  }
}
.message .flex .left .text2 {
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .message .flex .left .text2 {
    font-size: 5vw;
  }
}
.message .flex .left .text2 .wrap {
  display: inline-block;
  padding: 40px;
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .message .flex .left .text2 .wrap {
    padding: 30px 20px;
  }
}
.message .flex .left .text2 .wrap .m1 {
  position: absolute;
  width: 50px;
  top: 0;
  left: 0;
}
.message .flex .left .text2 .wrap .m2 {
  position: absolute;
  width: 50px;
  top: 0;
  right: 0;
}
.message .flex .left .text2 .wrap .m3 {
  position: absolute;
  width: 50px;
  bottom: 0;
  right: 0;
}
.message .flex .left .text2 .wrap .m4 {
  position: absolute;
  width: 50px;
  bottom: 0;
  left: 0;
}
.message .flex .right {
  width: 35%;
}
@media screen and (max-width: 900px) {
  .message .flex .right {
    width: 100%;
  }
}

.cta {
  background: #E0F2FF;
  padding: 10px 0 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}
.cta.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cta .text3 {
  color: #263A58;
}
.cta .btn {
  text-align: center;
}
.cta .btn a {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #00B646;
  -webkit-box-shadow: 4px 8px 0 #2A9457;
          box-shadow: 4px 8px 0 #2A9457;
  border-radius: 50px;
  padding: 20px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .cta .btn a {
    line-height: 1.3;
    font-size: 4.2vw;
    padding: 15px 10px;
  }
}
.cta .btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.cta .btn a span {
  font-size: 90%;
}
.cta .btn a {
  display: inline-block;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 900px) {
  .cta .btn a {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    display: block;
  }
}

.cta .btn-common .text3 .wrap::before {
  background: #222;
}
.cta .btn-common .text3 .wrap::after {
  background: #222;
}

@media screen and (max-width: 900px) {
  .present .btn a,
  .sec3 .btn a,
  .cta .btn a {
    font-size: 4vw;
  }
  .btn-common .text3 {
    font-size: 3vw;
    margin-bottom: 5px;
  }
  .present .btn a,
  .sec3 .btn a,
  .cta .btn a {
    padding: 10px;
  }
}
.footer {
  padding-bottom: 153px;
}
@media screen and (max-width: 900px) {
  .footer {
    padding-bottom: 30vw;
  }
}