@charset "UTF-8";
/* ----------------------
変数
-------------------------*/
/* ----------------------
common
-------------------------*/
/*
10px	0.625rem
12px	0.75rem
14px	0.875rem
16px	1rem
18px	1.125rem
20px	1.25rem
22px	1.375rem
24px	1.5rem
26px	1.625rem
28px	1.75rem
30px	1.875rem
32px	2rem
34px	2.125rem
36px	2.25rem
38px	2.375rem
40px	2.5rem
42px	2.625rem
44px	2.75rem
46px	2.875rem
48px	3rem
50px	3.125rem
60px	3.75rem
70px	4.375rem
80px	5rem
90px	5.625rem
100px	6.25rem
*/
html {
  overflow-y: scroll;
}

body {
  font-family: "Sarabun", "Noto Sans Thai", "Tahoma", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #202020;
  counter-reset: faq 0;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 20px;
  }
}

a:link {
  color: #00195D;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #002eaa;
  text-decoration: underline;
}
a:visited {
  color: #5e79df;
  text-decoration: none;
}

body {
  -webkit-text-size-adjust: none;
}

img,
iframe,
object {
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

img,
object {
  width: auto\9 ;
}

img,
video {
  vertical-align: bottom;
}

p {
  margin-bottom: 1rem;
}

/* ------------------------------------
    layout_flex
  ------------------------------------ */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flex_row > * {
  margin-right: 0.75em;
  max-width: 100%;
}
@media print, screen and (max-width: 480px) {
  .flex_row > * {
    margin-right: 0.5em;
  }
}
.flex_row > *:last-child {
  margin-right: 0;
}
@media print, screen and (max-width: 480px) {
  .flex_rwd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 480px) {
  .flex_rwd > * {
    width: 100%;
    margin: 0 0 0.625em 0;
  }
  .flex_rwd > *:last-child {
    margin-bottom: 0;
  }
}
.flex_shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.flex_grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.flex .align_center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.flex .align_end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* fontawesome */
i.fas {
  margin-right: 0.5rem;
}

/* object-fit for IE11 */
.ofi {
  font-family: "object-fit: cover;";
}

/* --- common parts ---*/
.inner-wrap {
  width: calc(100% - 2rem);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.inner-smallwrap {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.slant-section {
  position: relative;
  overflow: hidden;
}
.slant-section::before {
  /*content: "";
  display: inline-block;
  position: absolute;
  top: 600px;
  width: 120%;
  height: 50%;
  background: #eee;
  transform: skewY(-25deg);
  z-index: -1;*/
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.heading-01 {
  font-size: clamp(1.75rem, 1.386rem + 1.82vw, 2.75rem);
  font-weight: bold;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .heading-01 {
    text-align: center;
  }
}
.heading-02 {
  font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
  font-weight: bold;
  text-align: left;
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .txt-c-pc {
    text-align: center;
  }
}
.note {
  color: #707070;
  font-size: 0.8rem;
}

.bold {
  font-weight: 700;
}

.attention {
  color: #e95471;
  font-weight: 700;
}

.align-center {
  text-align: center;
}

.btn {
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover, .btn:active, .btnfocus {
  top: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn a {
  background: #F3E600;
  color: #004680;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  padding: 1rem;
  width: calc(100% - 2rem);
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .btn a {
    font-size: 1.5rem;
  }
}
.btn a:hover, .btn a:active, .btn afocus {
  opacity: 0.8;
  text-decoration: none;
}
.btn.close {
  background: #F6F6F6;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #202020;
  line-height: 1.6;
  padding: 1rem;
  text-align: center;
}
.btn.close:hover, .btn.close:active, .btn.closefocus {
  top: 0px;
}

.btn_02 {
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .btn_02 {
    max-width: 500px;
  }
}
.btn_02:hover, .btn_02:active, .btn_02:focus {
  /*top: 3px;
  box-shadow: none;*/
}
.btn_02 a {
  background: #fff;
  color: #004680;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  padding: 1rem;
  width: calc(100% - 2rem);
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .btn_02 a {
    font-size: 1.5rem;
  }
}
.btn_02 a:hover, .btn_02 a:active, .btn_02 a:focus {
  opacity: 0.8;
  text-decoration: none;
}
.btn_02 > div {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  padding: 1rem;
  width: calc(100% - 2rem);
}
@media screen and (min-width: 769px) {
  .btn_02 > div {
    font-size: 1.5rem;
  }
}

/* ----------------------
contents
-------------------------*/
.wrapper {
  position: relative;
  background: #F6F6F6;
  width: 100%;
}

/* header */
.header-wrap {
  width: 100%;
}
.header-wrap p.logo-wrap {
  padding: 0.72rem 0;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .header-wrap p.logo-wrap {
    margin-bottom: 0;
    padding: 0.72rem 0;
  }
}
.header-wrap p.logo-wrap a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}
@media screen and (min-width: 769px) {
  .header-wrap p.logo-wrap a {
    display: block;
    width: 250px;
  }
}

/* main */
main {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.sec_mv {
  width: calc(100% - 1.5rem);
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: 10rem;*/
  position: relative;
}
@media print, screen and (max-width: 480px) {
  .sec_mv {
    width: 100%;
  }
}
.sec_mv-wrap {
  background: #d6d6d6;
  /*border-radius: .5rem;*/
  overflow: hidden;
  position: relative;
}
.sec_mv-slick {
  width: 100%;
  height: 80vh;
  /*height: calc(100vh);*/
}
.sec_mv-slick::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.sec_mv-slick .slick-slide img {
  height: 90vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
@media print, screen and (max-width: 480px) {
  .sec_mv-slick .slick-slide img {
    height: 80vh;
    -o-object-position: 60%;
       object-position: 60%;
  }
}
.sec_mv-cvwrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 45vw);
  width: 90vw;
  z-index: 4;
  bottom: 10vh;
  height: 80vh;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 769px) {
  .sec_mv-cvwrap {
    width: 100%;
    top: 0;
    left: 0;
    bottom: auto;
    margin: 0;
  }
}
.sec_mv-content {
  /*margin: 0 calc(50% - 45vw);
  width: 90vw;
  @include mq(md) {
      width: 70vw;
  }*/
}
@media screen and (min-width: 769px) {
  .sec_mv-content {
    margin: 0 5%;
    width: 90%;
    max-width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.sec_mv-content-txt, .sec_mv-content-title {
  text-shadow: 0px 2px 25px rgba(0, 30, 70, 0.75);
  color: #fff;
  font-size: clamp(1.25rem, 0.917rem + 1.67vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6vw;
}
@media screen and (min-width: 769px) {
  .sec_mv-content-txt, .sec_mv-content-title {
    margin-bottom: 1.5rem;
    font-size: 5.5cqw;
  }
}
.sec_mv-content-title {
  font-size: clamp(2rem, 0.167rem + 9.17vw, 7.5rem);
}
@media screen and (min-width: 769px) {
  .sec_mv-content-title {
    font-size: 14cqw;
  }
}
.sec_mv-content-title span {
  display: block;
  font-size: clamp(1.625rem, 1.167rem + 2.29vw, 3rem);
  font-size: 0.47em;
}
@media screen and (min-width: 769px) {
  .sec_mv-content-title span {
    font-size: 0.47em;
  }
}
.sec_mv-content-date {
  text-shadow: 0px 2px 25px rgba(0, 30, 70, 0.75);
  color: #fff;
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .sec_mv-content-date {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .sec_mv-content-title_wrap {
    container-type: inline-size;
    width: 60%;
  }
}
@media screen and (min-width: 769px) {
  .sec_mv-content-option_wrap {
    container-type: inline-size;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.sec_mv .movie-badge_wrapper {
  position: absolute;
  top: 20vw;
  left: 10px;
  -webkit-animation-name: movie-badge;
          animation-name: movie-badge;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@media screen and (min-width: 450px) {
  .sec_mv .movie-badge_wrapper {
    top: 13vw;
  }
}
@media screen and (min-width: 769px) {
  .sec_mv .movie-badge_wrapper {
    top: 110px;
  }
}
.sec_mv .movie-badge_wrapper img {
  width: 20vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .sec_mv .movie-badge_wrapper img {
    width: 150px;
  }
}
@-webkit-keyframes movie-badge {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
@keyframes movie-badge {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
.sec_mv-merit {
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  padding: 1rem;
  margin: 2rem auto 0;
  width: calc(90% - 1rem);
  z-index: 4;
}
@media screen and (min-width: 769px) {
  .sec_mv-merit {
    min-width: 680px;
    width: calc(95% - 6rem);
  }
}
.sec_mv-merit-wrapper {
  height: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 769px) {
  .sec_mv-merit-wrapper {
    height: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .sec_mv-merit-wrapper {
    height: 100px;
  }
}
.sec_mv-merit-heading {
  color: #004680;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 769px) {
  .sec_mv-merit-heading {
    font-size: 1.8rem;
  }
}
.sec_mv-merit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .sec_mv-merit-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sec_mv-merit-content li {
  width: 100%;
}
.sec_mv-merit-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .sec_mv-merit-content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec_mv-merit-content dt {
  min-height: 0%;
  /* flexbox for IE11 */
  width: 20%;
  max-width: 50px;
}
@media screen and (min-width: 1025px) {
  .sec_mv-merit-content dt {
    width: 100px;
  }
}
@media screen and (min-width: 769px) {
  .sec_mv-merit-content dt {
    width: 80px;
    max-width: none;
    text-align: center;
  }
}
.sec_mv-merit-content dd {
  text-align: center;
  width: calc(80% - 0.5rem);
  margin-left: 0.5rem;
  line-height: 1.4;
}

.sec_docus {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .sec_docus {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .sec_docus .docus-inner {
    width: 98%;
    margin: 0 auto;
  }
}
.sec_docus .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_docus .slick-initialized .slick-slide {
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.sec_docus .slick-dots {
  bottom: -45px;
}
.sec_docus .card_list {
  width: 100%;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_docus .card_list .card_list-item {
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sec_docus .card_list .card_list-item.slick-slide {
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sec_docus .card_list .card_list-item.slick-slide.slick-active {
  opacity: 1;
}
.sec_docus .card_list .card_list-item-wrap {
  background-color: #fff;
  border: 1px solid #618EBE;
  -webkit-box-shadow: 0px 0px 8px rgba(220, 228, 239, 0.3);
          box-shadow: 0px 0px 8px rgba(220, 228, 239, 0.3);
  font-size: 1rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.sec_docus .card_list .card_list-item-wrap:hover {
  top: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec_docus .card_list .card_list-item-link {
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
  width: 100%;
  height: auto;
}
.sec_docus .card_list .card_list-item-link:hover {
  border: 1px solid #004680;
}
.sec_docus .card_list .card_list-item-img {
  padding-top: 52.5%;
  position: relative;
}
.sec_docus .card_list .card_list-item-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.sec_docus .card_list .slick-slide .card_list-item-img img {
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sec_docus .card_list .slick-active .card_list-item-img img,
.sec_docus .card_list .slick-current .card_list-item-img img {
  opacity: 1;
}
.sec_docus .card_list .card_list-item-tag {
  margin: 0 0 0.5rem 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sec_docus .card_list .card_list-item-tag span {
  display: inline-block;
  background-color: #004680;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem 0.35rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.sec_docus .card_list .card_list-item-txt {
  position: relative;
  padding: 0.5rem;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sec_docus .card_list .card_list-item-txt::after {
  content: "";
  font-size: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #98A6B5;
  border-right: solid 2px #98A6B5;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.sec_docus .card_list .card_list-item-title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #004680;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 481px) {
  .sec_docus .card_list .card_list-item-title {
    font-size: 1.2rem;
  }
}

.sec_about_block {
  margin-bottom: 6rem;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .sec_about_block {
    margin-bottom: 10rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 0px;
  }
  .sec_about_block > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec_about_block > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.sec_about_block::before {
  content: "";
  background-color: #DCE4EF;
  display: block;
  position: absolute;
  z-index: -1;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 80%;
  margin: 0 calc(50% - 40vw);
  width: 90vw;
}
@media screen and (min-width: 1025px) {
  .sec_about_block::before {
    margin: 0 calc(50% - 30vw);
    width: 80vw;
  }
}
.sec_about_block:nth-child(2n)::before {
  left: auto;
}
@media screen and (min-width: 1025px) {
  .sec_about_block:nth-child(2n) .sec_about_image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sec_about_image {
  margin: 0 auto 2em;
}
.sec_seminar-content {
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  margin-bottom: 2rem;
  padding: 1rem;
}
@media screen and (min-width: 769px) {
  .sec_seminar-content {
    padding: 3rem;
  }
}
.sec_seminar-content-tit {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
.sec_seminar-content-tit span {
  font-size: 1rem;
}
.sec_seminar-content-tit-wrap {
  background-color: #004680;
  margin: -1rem -1rem 0.5rem;
  padding: 1rem 1rem 0.5rem 1rem;
}
@media screen and (min-width: 769px) {
  .sec_seminar-content-tit-wrap {
    margin: -3rem -3rem 0.5rem;
    padding: 1rem 3rem 1rem 3rem;
  }
}
.sec_seminar-content-info {
  padding-top: 1rem;
}
.sec_seminar-content-info-close {
  text-align: center;
  color: red;
  border: 1px solid;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 0.8rem;
  margin-bottom: 1rem;
}
.sec_seminar-content-info-lead {
  margin-bottom: 2rem;
}
.sec_seminar-content-info-content {
  margin-bottom: 2rem;
}
.sec_seminar-content-info-content > dl {
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .sec_seminar-content-info-content > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #F6F6F6;
  }
}
.sec_seminar-content-info-content > dl .date-num {
  color: #004680;
  font-weight: bold;
  font-size: 1.25rem;
}
.sec_seminar-content-info-content > dl .date-tit {
  /*background:linear-gradient(transparent 60%, $SUB_COLOR_LIGHT 60%);*/
}
.sec_seminar-content-info-content > dl > dt {
  font-weight: bold;
  background-color: #dce4ef;
}
@media screen and (min-width: 769px) {
  .sec_seminar-content-info-content > dl > dt {
    width: 30%;
    padding: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .sec_seminar-content-info-content > dl > dd {
    width: calc(70% - 1rem);
    padding: 1rem;
  }
}
.sec_seminar-content-info-content > dl .tour_conductor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 5%;
}
.sec_seminar-content-info-content > dl .tour_conductor__wrap {
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .sec_seminar-content-info-content > dl .tour_conductor__wrap dl {
    margin-left: 2rem;
  }
}
.sec_seminar-content-info-content > dl .tour_conductor__wrap dl dt {
  font-weight: 700;
}
.sec_seminar-content-info-content > dl .tour_conductor img {
  max-width: 120px;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec_seminar-content-info-price {
  margin-bottom: 1rem;
}
.sec_seminar-content-info-price h4 {
  font-weight: 900;
}
.sec_seminar-content-info-price ul {
  list-style-type: disc;
  margin-left: 2rem;
}
.sec_youtube {
  position: relative;
}
.sec_youtube:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.sec_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec_intro {
  width: calc(100% - 2rem);
  max-width: 920px;
  margin: 0 auto 6rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media print, screen and (max-width: 480px) {
  .sec_intro__wrap {
    /*height: 100vh;*/
    width: 100vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_intro__wrap {
    background-size: contain;
    background-position: left;
  }
}
@media screen and (min-width: 481px) {
  .sec_intro {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
.sec_intro p {
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
}
.sec_intro-text {
  text-align: center;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 4rem;
}

.sec_about-box {
  position: relative;
  padding: 25px 0 20px;
  margin-bottom: 80px;
  min-height: 450px;
}
@media screen and (min-width: 1025px) {
  .sec_about-box {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about-box:nth-of-type(1) {
    min-height: 700px;
  }
}
.sec_about-box-inner {
  position: relative;
  width: 80%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  padding: 1rem;
  margin: 180px auto 2rem;
  opacity: 1;
  -webkit-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  top: 50px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec_about-box-inner {
    margin: 0;
    width: 50%;
    padding: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about-box-inner {
    position: absolute;
  }
  .sec_about-box-inner:nth-child(odd) {
    left: 0;
  }
  .sec_about-box-inner:nth-child(even) {
    right: 0;
  }
}
.sec_about-photo {
  position: absolute;
  border-radius: 0.5rem;
  overflow: hidden;
  top: 0;
  right: 0px;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .sec_about-photo:nth-child(odd) {
    left: 0;
  }
  .sec_about-photo:nth-child(even) {
    right: 0;
  }
}
.sec_about-photo img {
  /*height: 300px;*/
  height: auto;
}
@media screen and (min-width: 769px) {
  .sec_about-photo img {
    height: auto;
    max-width: 500px;
  }
}

.sec_annotation {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .sec_annotation {
    margin-bottom: 8rem;
  }
}
.sec_annotation .note-small {
  font-size: 0.7rem;
}

.fixed-btn__area {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .fixed-btn__area {
    bottom: 0.5rem;
    right: 0;
    left: inherit;
    width: inherit;
  }
}

.sec_cta-wrap {
  background-color: rgba(0, 70, 128, 0.9);
  background: url("../img/cta-pattern.png") repeat;
  overflow: hidden;
  padding: 0.5rem;
}
@media screen and (min-width: 769px) {
  .sec_cta-wrap {
    width: 250px;
    border: 2px solid #F3E600;
    border-radius: 0.5rem 0 0 0.5rem;
    border-right: none;
  }
}
.sec_cta-wrap h3 {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec_cta-wrap h3 {
    padding: 0.5rem;
    margin: -0.5rem -0.5rem 0;
  }
}
.sec_cta-wrap h3 span {
  color: #F3E600;
}
.sec_cta-wrap p {
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .sec_cta-wrap p {
    display: block;
    margin-bottom: 0.5rem;
  }
}
.sec_cta-wrap .btn {
  border-radius: 0.5rem;
}
@media screen and (min-width: 769px) {
  .sec_cta-wrap .btn {
    width: 200px;
  }
}
.sec_cta-wrap .btn a {
  font-size: 1.2rem;
  padding: 0.5rem;
  width: 90%;
  margin: 0 auto;
}

footer {
  background-color: #004680;
  padding-bottom: 120px;
}
@media screen and (min-width: 769px) {
  footer {
    padding-bottom: 0;
  }
}
footer p {
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 0;
}

/* -------------------------------------
footer_link
-------------------------------------*/
.footer_link {
  margin: 1em 0;
  font-size: 80%;
  text-align: center;
}

/* -------------------------------------
footer_bnr
-------------------------------------*/
.footer_bnr {
  margin: 3rem auto;
}
.footer_bnr h3 {
  text-align: center;
}
.footer_bnr .bnr_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 2rem);
  margin: 3rem auto 0;
}
.footer_bnr .bnr_area li img {
  width: 100%;
}

/*--------------------------------------
  fixed_banner
--------------------------------------*/
.fixed_banner {
  background-color: rgba(0, 70, 128, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.fixed_banner .inner_cont {
  width: 96%;
  margin: 0 auto;
}
.fixed_banner .banner_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 750px;
  margin: 0.5rem auto;
}
@media print, screen and (max-width: 480px) {
  .fixed_banner .banner_in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fixed_banner .banner_in .btn_wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.fixed_banner .banner_in .btn_wrap a.btn_01 {
  margin: 0.5rem auto;
  padding: 8px 1em 12px;
}
@media screen and (min-width: 481px) {
  .fixed_banner .banner_in .btn_wrap a.btn_01 {
    padding: 13px 1em 15px;
  }
}
.fixed_banner .btn a {
  width: auto;
}
.fixed_banner .btn_02 {
  line-height: 1.2;
}
.fixed_banner .notes {
  font-weight: 400;
  font-size: 0.85rem;
  display: block;
}
.fixed_banner .tel_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #004680;
  background-color: #fff;
  max-width: 350px;
  padding: 13px 20px 16px;
  border-radius: 40px;
  border: 2px solid #004680;
  color: #004680;
  font-size: clamp(1.25rem, 2vw + 1rem, 1.5rem);
  font-weight: bold;
  text-align: center;
  line-height: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .fixed_banner .tel_text {
    max-width: 440px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fixed_banner {
  display: none;
}

footer {
  margin-bottom: 93px;
}

/*--------------------------------------
  schedule
--------------------------------------*/
.sec_schedule {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .sec_schedule {
    margin-bottom: 8rem;
  }
}

.schedule_list_wrap {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.schedule_list_wrap li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.schedule_list_wrap li .time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /*justify-content: flex-end;*/
  -ms-flex-preferred-size: 5em;
      flex-basis: 5em;
  max-width: 5em;
  margin-right: 1em;
  margin-top: 20px;
  line-height: 1.25;
}
.schedule_list_wrap .area {
  padding: 12px;
  display: block;
  width: 100%;
  border-left: 4px solid #004680;
}
.schedule_list_wrap .sch_box {
  position: relative;
  min-height: 1em;
  padding: 1em;
  background: #DCE4EF;
  border-radius: 6px;
}
.schedule_list_wrap .sch_box::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 20px;
  background: #004680;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.schedule_list_wrap .sch_title {
  font-weight: 700;
}
.schedule_list_wrap .sch_tx {
  font-size: 0.8rem;
  font-weight: normal;
}