@charset "UTF-8";
/* CSS Document */
/********** フォント設定 **********/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese);

html, body {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  line-height: 1.0;
  -webkit-text-size-adjust: 100%;
}

/********** ベースタグ設定 **********/
* {
  max-height: 99999px;
}

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

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.75;
  }
}

a.noLink {
  cursor: default;
}

@media (min-width: 768px) {
  a.noLink:hover {
    opacity: 1.0;
  }
}

.ja {
  font-family: 'Noto Serif JP', serif;
}

/********** #wrapper **********/
#wrapper {
  font-size: 1.4rem;
  line-height: 1.7;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  #wrapper {
    font-size: 1.6rem;
  }
}

/********** .container設定 **********/
.container {
  width: 100%;
  display: block;
  max-width: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1030px;
  }
}

/********** ガター設定 **********/
.gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.gutter-50>[class*='col-'] {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 0px) {
  .gutter-xs-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-xs-50>[class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 576px) {
  .gutter-sm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-sm-50>[class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 768px) {
  .gutter-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-md-50>[class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .gutter-lg-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-lg-50>[class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1200px) {
  .gutter-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-xl-50>[class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-40>[class*='col-'] {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 0px) {
  .gutter-xs-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-xs-40>[class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 576px) {
  .gutter-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-sm-40>[class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .gutter-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-md-40>[class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .gutter-lg-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-lg-40>[class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .gutter-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-xl-40>[class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.gutter-24 {
  margin-left: -12px;
  margin-right: -12px;
}

.gutter-24>[class*='col-'] {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 0px) {
  .gutter-xs-24 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .gutter-xs-24>[class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 576px) {
  .gutter-sm-24 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .gutter-sm-24>[class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 768px) {
  .gutter-md-24 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .gutter-md-24>[class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 992px) {
  .gutter-lg-24 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .gutter-lg-24>[class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 1200px) {
  .gutter-xl-24 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .gutter-xl-24>[class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20>[class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 0px) {
  .gutter-xs-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-xs-20>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 576px) {
  .gutter-sm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-sm-20>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .gutter-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-md-20>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .gutter-lg-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-lg-20>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .gutter-xl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-xl-20>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.gutter-16>[class*='col-'] {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 0px) {
  .gutter-xs-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-xs-16>[class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 576px) {
  .gutter-sm-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-sm-16>[class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 768px) {
  .gutter-md-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-md-16>[class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .gutter-lg-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-lg-16>[class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 1200px) {
  .gutter-xl-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-xl-16>[class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10>[class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 0px) {
  .gutter-xs-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-xs-10>[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 576px) {
  .gutter-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-sm-10>[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  .gutter-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-md-10>[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 992px) {
  .gutter-lg-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-lg-10>[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1200px) {
  .gutter-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-xl-10>[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/********** 5分割設定 **********/
/*
ex)
col-5-1 20%
col-sm-5-3 60%
col-md-5-4 80%
*/
.col-5-1, .col-xs-5-1, .col-5-2, .col-xs-5-2, .col-5-3, .col-xs-5-3, .col-5-4, .col-xs-5-4, .col-5-5, .col-xs-5-5, .col-sm-5-1, .col-sm-5-2, .col-sm-5-3, .col-sm-5-4, .col-sm-5-5, .col-md-5-1, .col-md-5-2, .col-md-5-3, .col-md-5-4, .col-md-5-5, .col-lg-5-1, .col-lg-5-2, .col-lg-5-3, .col-lg-5-4, .col-lg-5-5, .col-xl-5-1, .col-xl-5-2, .col-xl-5-3, .col-xl-5-4, .col-xl-5-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 0px) {
  .col-xs-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xs-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xs-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xs-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xs-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .col-sm-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-sm-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-sm-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-sm-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-sm-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-md-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-md-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-md-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-lg-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-lg-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-lg-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xl-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xl-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xl-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.btn {
  background: #001669;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 10px 5px 5px;
  position: relative;
  border: 2px solid #001669;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .btn {
    font-size: 1.6rem;
    padding: 5px 30px 5px 20px;
  }
}

.btn:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(135deg);
}

@media (min-width: 768px) {
  .btn:after {
    right: 15px;
    width: 6px;
    height: 6px;
  }
}

.btn:active, .btn:focus {
  color: #ffffff;
}

@media (min-width: 768px) {
  .btn:hover {
    color: #001669;
    background: #ffffff;
  }

  .btn:hover:after {
    border-color: #001669;
  }
}

sup {
  font-size: 50%;
}

.fc-red {
  color: #a91d25;
}

.fc-blue {
  color: #1d55a9;
}

.fc-navy {
  color: #072447;
}

.fc-white {
  color: #ffffff;
}

.fc-gold {
  color: #bea158;
}

.txt-shadow {
  text-shadow: 0px 0px 3px #000000;
}

.bsb {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.bc-white {
  background-color: #ffffff;
}

.bc-navy {
  background-color: #072447;
}

.fw-700 {
  font-weight: 700;
}

.note {
  font-size: 0.875em;
}

.note li {
  display: flex;
}

.note li:before {
  content: "※";
  flex-shrink: 100;
}

.note li span {
  flex-shrink: 1;
  flex-grow: 1;
}

.note li.sign {
  text-align: right;
  display: block;
}

.note li.sign:before {
  content: none;
}

hr.dot {
  border: none;
  width: 100%;
  display: block;
  height: 1px;
  border-top: 1px #000000 dotted;
  margin-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  hr.dot {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

.inBlock {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #000000;
}

.balloon_title {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .balloon_title {
    font-size: 2.0rem;
  }
}

.balloon_title .ttl_inner {
  display: inline-block;
  padding: 2px 2.5em;
  border-radius: 100px;
}

.balloon_title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0.5em 0 0.5em;
  margin-left: auto;
  margin-right: auto;
}

.balloon_title.white:after {
  border-color: #ffffff transparent transparent transparent;
}

.balloon_title.navy:after {
  border-color: #072447 transparent transparent transparent;
}

.crown_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .crown_ttl {
    font-size: 4.8rem;
  }
}

.crown_ttl .ttl_inner {
  display: inline-block;
  background-position: left 60%, right 60%;
  background-repeat: no-repeat, no-repeat;
  background-size: 0.8em auto, 0.8em auto;
  background-image: url(../img/icon01.png), url(../img/icon01.png);
  padding-left: 1.0em;
  padding-right: 1.0em;
}

.crown_ttl.bdr:after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background-color: #000000;
  margin: 10px auto 0;
}

@media (min-width: 768px) {
  .crown_ttl.bdr:after {
    margin-top: 20px;
  }
}

.barrel_ttl {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .barrel_ttl {
    font-size: 3.6rem;
  }
}

.barrel_ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 43px;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/icon02.png);
}

@media (min-width: 768px) {
  .barrel_ttl:after {
    width: 60px;
    height: 86px;
  }
}

.shadowBox {
  display: flex;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.shadowBox dl {
  width: 100%;
}

.shadowBox dl dt {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
}

.shadowBox dl dt>span:nth-of-type(1) {
  line-height: 1.0;
  font-size: 4.0rem;
  color: rgba(255, 255, 255, 0.2);
  margin-top: -0.12em;
  margin-left: 0.3em;
}

@media (min-width: 768px) {
  .shadowBox dl dt>span:nth-of-type(1) {
    font-size: 5.0rem;
  }
}

.shadowBox dl dt>span:nth-of-type(2) {
  margin-left: 1.0em;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 900;
}

@media (min-width: 768px) {
  .shadowBox dl dt>span:nth-of-type(2) {
    font-size: 2.0rem;
  }
}

.shadowBox dl dd {
  padding: 15px;
}

@media (min-width: 768px) {
  .shadowBox dl dd {
    padding: 15px 30px;
  }
}

@media (min-width: 768px) {
  .shadowBox dl dd>p {
    min-height: 81px;
  }
}

.navy_box {
  background-color: #072447;
  color: #ffffff;
  padding: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.hintBox {
  background-color: #f3ecd6;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../img/icon03.png);
  padding: 15px;
  background-size: auto;
  padding-left: 64px;
}

.shadow_list>*:nth-of-type(1) dl dt, .shadow_list>*:nth-of-type(2) dl dt {
  background-image: url(../img/bg_sb01.png);
}

.shadow_list>*:nth-of-type(3) dl dt, .shadow_list>*:nth-of-type(4) dl dt {
  background-image: url(../img/bg_sb02.png);
}

.shadow_list>*:nth-of-type(5) dl dt, .shadow_list>*:nth-of-type(6) dl dt {
  background-image: url(../img/bg_sb03.png);
}

.shadow_list>*:nth-of-type(7) dl dt {
  background-image: url(../img/bg_sb04.png);
}

/*******************************************/
.mv {
  position: relative;
  height: 652px;
  overflow: hidden;
  display: flex;
  align-items: end;
}

.mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000;
}

.mv__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.mv>*:not(.mv__img) {
  position: relative;
  z-index: 1;
}

.mv .lead {
  display: inline-block;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
  padding: 5px 0;
  letter-spacing: 0.2em;
}

.mv .mv_txt img {
  width: 100%;
  height: auto;
}

.mv .inner_link {
  width: 100%;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .mv__img img {
    object-fit: cover;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .mv__img img {
    object-position: 28% 50%;
  }
}

@media (min-width: 768px) {
  .mv .mv_txt {
    margin-left: -10%;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    height: 106vw;
  }
}


/*******************************************/
.inner_link {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.inner_link ul {
  display: flex;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  .inner_link ul {
    align-items: center;
    justify-content: center;
  }
}

.inner_link ul li {
  color: #ffffff;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.inner_link ul li a {
  font-size: 1.0rem;
  padding: 12px 10px 20px 10px;
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .inner_link ul li a {
    font-size: 1.6rem;
    padding: 25px 10px 35px 10px;
  }
}

@media screen and (max-width: 767px) {
  .inner_link ul li a {
    line-height: 1.5;
  }
}

.inner_link ul li a span {
  position: relative;
}

.inner_link ul li a span:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(135deg) translateX(-50%);
}

@media (min-width: 768px) {
  .inner_link ul li a span:after {
    width: 6px;
    height: 6px;
  }
}

.inner_link ul li:not(:last-of-type) {
  border-right: 1px #ffffff solid;
}

.inner_link.none {
  opacity: 0;
}

.inner_link.float {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.inner_link.float.fixed {
  display: block;
}

.sec05_btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .sec05_btn {
    width: 440px;
  }
}

.sec05_btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #b90708;
  border-top: 2px solid #b90708;
  border-left: 2px solid #b90708;
  border-right: 2px solid #b90708;
  border-bottom: 6px solid #940606;
  box-sizing: border-box;
  font-size: 1.5rem;
}

.sec05_btn .btn:after {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  right: 10px;
}

@media (min-width: 768px) {
  .sec05_btn .btn {
    font-size: 1.6rem;
  }

  .sec05_btn .btn:hover {
    border: 2px solid #b90708;
    background: #ffffff;
    color: #b90708;
    opacity: 1;
  }

  .sec05_btn .btn:hover:after {
    border-color: #b90708;
    top: calc(50% - 2px);
  }
}

.information {
  background-color: #FFF;
  padding: 40px 0;
}

.information__unit {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  align-items: center;
}

.information__unit-date {
  font-size: 16px;
  color: #727272;
  font-weight: 500;
}

.information__unit-link {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 12px;
  width: fit-content;
}

.information__unit-link span {
  font-size: 16px;
  display: block;
  width: fit-content;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #000000;
}

.information__unit-link::after {
  content: "";
  display: block;
  width: 17px;
  height: 20px;
  background: url(../img/icon_pdf.png)no-repeat center center / contain;
}

@media screen and (max-width:767px) {
  .information__unit {
    grid-template-columns: auto 1fr;
  }

  .information__unit-date {
    font-size: 14px;
  }

  .information__unit-link span {
    font-size: 14px;
  }
}

/*******************************************/
#sec01 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_sec01_md.jpg);
  color: #ffffff;
}

#sec01 strong {
  margin-top: -0.355em;
  display: inline-block;
  line-height: 1.3;
}

#sec01 .ttl01 {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: -30px;
}

@media (min-width: 768px) {
  #sec01 .ttl01 {
    top: -22px;
  }
}

#sec01 .ttl01 .bar {
  flex-shrink: 100;
  flex-grow: 1;
  height: 1px;
  background-color: #ffffff;
}

#sec01 .ttl01 .txt {
  flex-shrink: 1;
  margin-left: 20px;
  margin-right: 20px;
}

#sec01 .list_type01 li {
  display: flex;
  margin-top: 0.5em;
}

#sec01 .list_type01 li .mark {
  width: 1.0em;
  margin-right: 0.2em;
}

#sec01 .list_type01 li .mark:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 100px;
  background-color: #bea158;
  margin-top: 0.35em;
}

#sec01 .border_box {
  position: relative;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 30px 0;
}

@media (min-width: 768px) {
  #sec01 .border_box {
    padding: 30px 0;
  }
}

/*******************************************/
#sec02 .ttl01 {
  display: inline-block;
  background-color: #424242;
  color: #ffffff;
  border-radius: 100px;
  padding: 0 2em;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  #sec02 .ttl01 {
    font-size: 1.6rem;
  }
}

/*******************************************/
#sec03 {
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  #sec03 .img_box01 {
    display: flex;
    align-items: center;
  }

  #sec03 .img_box01>*:nth-of-type(1), #sec03 .img_box01>*:nth-of-type(3) {
    width: 47%;
  }

  #sec03 .img_box01>*:nth-of-type(2) {
    padding: 0 16px;
    box-sizing: border-box;
    width: 6%;
  }
}

#sec03 .boxType01 {
  background-color: #ffffff;
  padding: 10px 15px;
  border: 4px solid #072447;
}

@media (min-width: 768px) {
  #sec03 .boxType01 {
    padding: 30px 40px;
  }
}

#sec03 .boxType01 .inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 660px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

#sec03 .boxType01 .inner .lsn {
  letter-spacing: -0.5em;
}

#sec03 .boxType01 .row .col-12.col-md-6 {
  padding: 10px 0;
}

@media (min-width: 768px) {
  #sec03 .boxType01 .row .col-12.col-md-6 {
    padding: 0;
  }
}

#sec03 .boxType01 .row .col-12.col-md-6:first-of-type {
  border-bottom: 1px dotted #072447;
}

@media (min-width: 768px) {
  #sec03 .boxType01 .row .col-12.col-md-6:first-of-type {
    border-bottom: none;
    border-right: 1px dotted #072447;
  }
}

/*******************************************/
#sec05 .fc-blue {
  color: #457f82;
}

#sec05 .disc {
  list-style: disc;
  margin-left: 1.5em;
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  #sec05 .disc {
    font-size: 1.4rem;
  }
}

/*******************************************/
.page_top {
  text-indent: -9999px;
  position: fixed;
  display: block;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 50;
}

@media (min-width: 768px) {
  .page_top {
    bottom: 20px;
    right: 20px;
  }
}

.page_top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #343434;
  border: 1px solid #919191;
  position: relative;
}

.page_top a:before {
  position: absolute;
  content: "";
  left: calc(50% + 2px);
  top: calc(50% - 2px);
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
}

@media (min-width: 768px) {
  .movie .row {
    max-width: 1000px;
  }
}

.inner_link.float ul li a span:after {
  content: none;
}

.inner_link.float ul li a {
  padding: 10px 10px 10px 10px;
}

@media (min-width: 768px) {
  .inner_link.float ul li a {
    padding: 15px 10px 15px 10px;
  }
}

.frame-wrapper_youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.frame-wrapper_youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.youtube_block {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/********** headerエリア **********/
#header {
  width: 100%;
  background-color: #ffffff;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
}

#header a {
  width: 40%;
}

@media (min-width: 768px) {
  #header a {
    max-width: 200px;
  }
}

#header .header_btn {
  display: block;
  width: 50%;
}

@media (min-width: 768px) {
  #header .header_btn {
    width: 230px;
    display: inline-block;
  }
}

#header .header_btn a {
  margin-left: auto;
  right: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  background-color: #262e4c;
}

@media (min-width: 768px) {
  #header .header_btn a {
    display: inline;
  }

  #header .header_btn a:hover {
    border-color: #262e4c;
    color: #262e4c;
    background-color: #ffffff;
  }

  #header .header_btn a:hover:after {
    border-top-color: #262e4c;
    border-right-color: #262e4c;
  }
}

#header #header_core {
  z-index: 102;
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  #header #header_core {
    height: 60px;
  }
}

#header .d-flex {
  justify-content: space-between;
  align-items: center;
}

/********** footerエリア **********/
.footer {
  background: #222222;
  color: #ffffff;
  padding: 60px 20px 120px 20px;
}

.footer-01>ul {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}

.footer-01>ul>li+li {
  margin-top: 24px;
}

.footer-01>ul>li>a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
}

.footer-02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  border-top: solid 1px #707070;
}

.footer-02-01 {
  order: 1;
  margin: 24px 0 0 0;
}

.footer-02-01-inner>dl {
  font-size: 1rem;
  line-height: 1.6;
}

.footer-02-01-inner>dl>dt {
  font-weight: bold;
}

.footer-02-01-inner>dl>dt>span {
  padding: 0 0 0 1em;
}

.footer-02-01-inner-copyright {
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}

.footer-02-02 {
  order: 0;
  margin: 48px auto 0 auto;
  width: 189px;
}

@media (min-width: 768px) {
  .footer {
    padding: 64px 60px 48px 60px;
  }

  .footer-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .footer-01>ul {
    margin: -16px -20px 0 0;
    line-height: 32px;
  }

  .footer-01>ul>li {
    display: inline-block;
    padding: 0 40px 0 0;
    margin: 16px 40px 0 0;
    border-right: solid 1px #ffffff;
  }

  .footer-01>ul>li+li {
    padding: 0 40px 0 0;
    margin: 16px 40px 0 0;
  }

  .footer-01>ul>li:last-child {
    padding: 0 0 0 0;
    margin: 16px 0 0 0;
    border-right: none;
  }

  .footer-01>ul>li>a {
    transition: all 0.4s;
  }

  .footer-01>ul>li>a:hover {
    color: #1265D6;
  }

  .footer-02 {
    display: flex;
    width: 100%;
    padding: 50px 0 0 0;
    margin: 0 0 0 0;
    border-top: none;
  }

  .footer-02-01 {
    order: 1;
    flex: 1;
    margin: 0 0 0 0;
    padding: 0 0 0 60px;
    text-align: right;
  }

  .footer-02-01-inner {
    display: inline-block;
    text-align: left;
  }

  .footer-02-01-inner>dl {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .footer-02-02 {
    order: 0;
    width: 189px;
    margin: 0 0 0 0;
  }
}

/*# sourceMappingURL=style.css.map */