@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&family=Noto+Serif+JP:wght@400;600&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
@import url("global.css");
.sec_intro {
  margin-bottom: 100px;
  position: relative;
}
.sec_intro .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.sec_intro .wrapper .title_area {
  width: 48%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec_intro .wrapper .title_area .catch {
  text-align: center;
  font-size: clamp(20px, 2.8vw, 28px);
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
}
.sec_intro .wrapper .text_area {
  width: 50%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.sec_intro .wrapper .text_area p:not([class]) {
  line-height: 1.8;
}
.sec_intro .img_area {
  width: 100%;
  height: 400px;
  position: relative;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.sec_intro .img_area .waves {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: auto;
  top: 0;
}

.sec_subject {
  margin-bottom: 40px;
}
.sec_subject .sec_title {
  text-align: center;
}
.sec_subject .sec_subject_inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec_subject .sec_subject_item {
  width: 46%;
  margin-bottom: 60px;
}
.sec_subject .sec_subject_item .img_area {
  margin-bottom: 20px;
  position: relative;
}
.sec_subject .sec_subject_item .img_area .img {
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 10px 0 10px 0;
}
.sec_subject .sec_subject_item .img_area .img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sec_subject .sec_subject_item .img_area .num {
  position: absolute;
  left: 20px;
  top: -20px;
  line-height: 1;
  color: #fff;
  font-size: clamp(60px, 7.2vw, 90px);
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-style: italic;
}
.sec_subject .sec_subject_item .text_area .detail_title {
  text-align: center;
}
.sec_subject .sec_subject_item .text_area p + p {
  margin-top: 1em;
}
.sec_subject .sec_subject_item:first-of-type {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sec_subject .sec_subject_item:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec_subject .sec_subject_item:nth-of-type(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sec_subject .sec_subject_item:last-of-type {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.sec_access {
  background: rgba(54, 99, 143, 0.2);
  padding: 70px 0 80px;
}
.sec_access .sec_title {
  text-align: center;
}
.sec_access .wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec_access .map_area {
  width: 55%;
}
.sec_access .map_area .map {
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.sec_access .map_area .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sec_access .data_area {
  width: 42%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec_access .data_area h3 {
  padding: 0 10px;
  font-weight: bold;
}
.sec_access .data_area dl {
  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;
  padding: 10px;
}
.sec_access .data_area dl dt {
  width: 70px;
}
.sec_access .data_area dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}

.sec_form {
  background: #f2f2f2;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec_form .sec_title {
  text-align: center;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1200px)

------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .sec_intro {
    margin-bottom: 80px;
  }
  .sec_intro .wrapper .title_area {
    width: 48%;
  }
  .sec_intro .wrapper .text_area {
    width: 50%;
  }
  .sec_intro .img_area {
    height: 300px;
  }
  .sec_subject {
    margin-bottom: 30px;
  }
  .sec_subject .sec_subject_item {
    width: 47%;
    margin-bottom: 50px;
  }
  .sec_subject .sec_subject_item .img_area .num {
    top: -15px;
  }
  .sec_subject .sec_subject_item .text_area .detail_title {
    margin-bottom: 20px;
  }
  .sec_access {
    padding: 50px 0;
  }
  .sec_access .f_inner {
    display: block;
  }
  .sec_access .map_area {
    width: 100%;
  }
  .sec_access .map_area .map {
    padding-top: 50%;
  }
  .sec_access .data_area {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .sec_access .data_area h3 {
    text-align: center;
  }
  .sec_access .data_area .data_area_inner {
    display: inline-block;
    text-align: left;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .sec_intro {
    margin-bottom: 60px;
  }
  .sec_intro .wrapper {
    margin-bottom: 30px;
  }
  .sec_intro .wrapper .title_area {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec_intro .wrapper .text_area {
    width: 100%;
  }
  .sec_intro .img_area {
    height: 200px;
  }
  .sec_subject {
    margin-bottom: 0;
  }
  .sec_subject .sec_subject_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec_subject .sec_subject_item .img_area {
    margin-bottom: 10px;
  }
  .sec_access {
    padding: 30px 0;
  }
  .sec_access .map_area .map {
    padding-top: 60%;
  }
  .sec_access .data_area {
    margin-bottom: 20px;
  }
}