#page-custom-css-id .main-menu.pc{display:none !important}#page-custom-css-id .sec-movie .iframe-wrapper{overflow:hidden;height:422px}#page-custom-css-id .sec-movie .iframe-wrapper iframe{height:900px;width:1620px;left:50%;min-height:100%;min-width:100%;transform:translate(-50%, -50%);position:absolute;top:50% !important}#page-custom-css-id .bg_sec{background-size:100% !important;height:100vh !important;max-height:600px !important;position:relative !important}#page-custom-css-id .btn_row{margin:0 !important;position:absolute !important;top:33% !important;left:-5%}@media screen and (max-width: 440px){#page-custom-css-id .bg_sec{background-size:100% !important;height:35vh !important;max-height:210px !important;position:relative !important}#page-custom-css-id .btn_row{margin:0 !important;position:absolute !important;top:30% !important;left:5%}}@media screen and (min-width: 441px) and (max-width: 769px){#page-custom-css-id .bg_sec{background-size:100% !important;height:45vh !important;max-height:400px !important;position:relative !important}#page-custom-css-id .btn_row{margin:0 !important;position:absolute !important;top:35% !important;left:5%}}@media screen and (min-width: 770px) and (max-width: 960px){#page-custom-css-id .bg_sec{background-size:100% !important;height:45vh !important;max-height:500px !important;position:relative !important}#page-custom-css-id .btn_row{margin:0 !important;position:absolute !important;top:28% !important;left:0%}}@media screen and (min-width: 1439px) and (max-width: 2560px){#page-custom-css-id .bg_sec{background-size:100% !important;height:100vh !important;max-height:800px !important;position:relative !important}#page-custom-css-id .btn_row{margin:0 !important;position:absolute !important;top:35% !important;left:0%}}
@charset "UTF-8";
.contents .content-1 {
  /* sample */
}

.contents .content-1 .row.row-1 {
  /* sample */
}
.contents .content-1 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-1 .row.row-1 .col.col-1 .component.image {
  /* sample */
}

.contents .content-1 .row.row-2 {
  /* sample */
}
.contents .content-1 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-1 .row.row-2 .col.col-1 .component.image {
  /* sample */
}
.contents .content-1 .row.row-2 .col.col-2 {
  /* sample */
}
.contents .content-1 .row.row-2 .col.col-2 .component.image {
  /* sample */
}

.contents .content-1 .row.row-3 {
  /* sample */
}
.contents .content-1 .row.row-3 .col.col-1 {
  /* sample */
}

.contents .content-2 {
  padding: 52px 0 44px;
}
.contents .content-2 .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.contents .content-2 .row {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.contents .content-2 .row .col {
  padding: 0;
}
.contents .content-2 .component.richtext {
  background: #fff;
  border-top: 3px solid #001e58;
  padding: 34px 44px 26px;
  margin: 0 0 22px;
  box-shadow: 0 2px 6px rgba(0, 30, 88, 0.05);
}
.contents .content-2 .row:last-child .component.richtext {
  margin-bottom: 0;
}
.contents .content-2 h2 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "Noto Serif JP", "HGS明朝E", serif;
  font-size: 26px;
  font-weight: 600;
  color: #001e58;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin: 0 0 22px;
  padding: 0 0 14px;
  position: relative;
}
.contents .content-2 h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 3px;
  background: #4066b3;
}
.contents .content-2 h3 {
  font-size: 17px;
  font-weight: 700;
  color: #001e58;
  border-left: 4px solid #4066b3;
  padding: 2px 0 2px 12px;
  margin: 26px 0 12px;
  line-height: 1.5;
}
.contents .content-2 p {
  font-size: 15px;
  line-height: 1.95;
  color: #343434;
  margin: 0 0 14px;
}
.contents .content-2 ul {
  list-style: none;
  margin: 0 0 14px 4px;
  padding: 0;
}
.contents .content-2 li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.9;
  color: #343434;
  margin-bottom: 6px;
}
.contents .content-2 li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.8em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4066b3;
}
.contents .content-2 ol {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  counter-reset: rank;
}
.contents .content-2 ol li {
  padding-left: 34px;
  counter-increment: rank;
}
.contents .content-2 ol li::before {
  content: counter(rank);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #001e58;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  top: 0.3em;
  left: 0;
}
.contents .content-2 a {
  color: #4066b3;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .contents .content-2 {
    padding: 30px 0 26px;
  }
  .contents .content-2 .row {
    padding: 0 14px;
  }
  .contents .content-2 .component.richtext {
    padding: 22px 18px 16px;
    margin-bottom: 14px;
  }
  .contents .content-2 h2 {
    font-size: 21px;
    margin-bottom: 18px;
    padding-bottom: 12px;
  }
  .contents .content-2 h3 {
    font-size: 16px;
    margin-top: 20px;
  }
  .contents .content-2 p, .contents .content-2 li {
    font-size: 14px;
  }
}

.contents .content-2 .row.row-1 {
  /* sample */
}
.contents .content-2 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-2 .row.row-1 .col.col-1 .component.richtext {
  /* sample */
}

.contents .content-2 .row.row-2 {
  /* sample */
}
.contents .content-2 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-2 .row.row-2 .col.col-1 .component.richtext {
  /* sample */
}

.contents .content-2 .row.row-3 {
  /* sample */
}
.contents .content-2 .row.row-3 .col.col-1 {
  /* sample */
}
.contents .content-2 .row.row-3 .col.col-1 .component.richtext {
  /* sample */
}

.contents .content-2 .row.row-4 {
  /* sample */
}
.contents .content-2 .row.row-4 .col.col-1 {
  /* sample */
}
.contents .content-2 .row.row-4 .col.col-1 .component.richtext {
  /* sample */
}

.contents .content-3 {
  /* sample */
}

.contents .content-3 .row.row-1 {
  /* sample */
}
.contents .content-3 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-3 .row.row-1 .col.col-1 .component.richtext {
  /* sample */
}
.contents .content-3 .row.row-1 .col.col-2 {
  /* sample */
}
.contents .content-3 .row.row-1 .col.col-2 .component.richtext {
  /* sample */
}
.contents .content-3 .row.row-1 .col.col-3 {
  /* sample */
}
.contents .content-3 .row.row-1 .col.col-3 .component.richtext {
  /* sample */
}
.contents .content-3 .row.row-1 .col.col-4 {
  /* sample */
}
.contents .content-3 .row.row-1 .col.col-4 .component.richtext {
  /* sample */
}

.contents .content-4 {
  /* sample */
}

.contents .content-4 .row.row-1 {
  /* sample */
}
.contents .content-4 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-1 .col.col-1 .component.image {
  /* sample */
}

.contents .content-4 .row.row-2 {
  /* sample */
}
.contents .content-4 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-2 .col.col-1 .entry-list {
  /* sample */
}
.contents .content-4 .row.row-2 .col.col-1 .component.button {
  /* sample */
}

.contents .content-5 {
  /* sample */
}

.contents .content-5 .row.row-1 {
  /* sample */
}
.contents .content-5 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-1 .col.col-1 .component.image {
  /* sample */
}

.contents .content-5 .row.row-2 {
  /* sample */
}
.contents .content-5 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-2 .col.col-1 .entry-list {
  /* sample */
}
.contents .content-5 .row.row-2 .col.col-1 .component.button {
  /* sample */
}

.contents .content-6 {
  /* sample */
}

.contents .content-6 .row.row-1 {
  /* sample */
}
.contents .content-6 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-6 .row.row-1 .col.col-1 .component.image {
  /* sample */
}

.contents .content-6 .row.row-2 {
  /* sample */
}
.contents .content-6 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-6 .row.row-2 .col.col-1 .entry-list {
  /* sample */
}
.contents .content-6 .row.row-2 .col.col-1 .component.button {
  /* sample */
}

.contents .content-7 {
  /* sample */
}

.contents .content-7 .row.row-1 {
  /* sample */
}
.contents .content-7 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-7 .row.row-1 .col.col-1 .component.image {
  /* sample */
}
.contents .content-7 .row.row-1 .col.col-1 .entry-list {
  /* sample */
}
.contents .content-7 .row.row-1 .col.col-1 .component.button {
  /* sample */
}

.contents .content-8 {
  /* sample */
}

.contents .content-8 .row.row-1 {
  /* sample */
}
.contents .content-8 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-8 .row.row-1 .col.col-1 .component.image {
  /* sample */
}

.contents .content-8 .row.row-2 {
  /* sample */
}
.contents .content-8 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-8 .row.row-2 .col.col-1 .component.image {
  /* sample */
}
.contents .content-8 .row.row-2 .col.col-1 .entry-list {
  /* sample */
}
.contents .content-8 .row.row-2 .col.col-1 .component.button {
  /* sample */
}
.contents .content-8 .row.row-2 .col.col-2 {
  /* sample */
}
.contents .content-8 .row.row-2 .col.col-2 .component.image {
  /* sample */
}
.contents .content-8 .row.row-2 .col.col-2 .entry-list {
  /* sample */
}
.contents .content-8 .row.row-2 .col.col-2 .component.button {
  /* sample */
}
.contents .content-8 .row.row-2 .col.col-3 {
  /* sample */
}
.contents .content-8 .row.row-2 .col.col-3 .component.image {
  /* sample */
}
.contents .content-8 .row.row-2 .col.col-3 .entry-list {
  /* sample */
}
.contents .content-8 .row.row-2 .col.col-3 .component.button {
  /* sample */
}

.contents .content-9 {
  /* sample */
}

.contents .content-9 .row.row-1 {
  /* sample */
}
.contents .content-9 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-9 .row.row-1 .col.col-1 .component.cta {
  /* sample */
}

.side {
  /* sample */
}

.side {
  /* sample */
}

.side {
  /* sample */
}

.side {
  /* sample */
}

.fixed-side .row.row-1 {
  /* sample */
}
.fixed-side .row.row-1 .col.col-1 {
  /* sample */
}

.foot {
  /* sample */
}

.foot .row.row-1 {
  /* sample */
}
.foot .row.row-1 .col.col-1 {
  /* sample */
}
.foot .row.row-1 .col.col-1 .component.list {
  /* sample */
}

.header, .main-visual {
  /* sample */
}

.header .row.row-1, .main-visual .row.row-1 {
  /* sample */
}
.header .row.row-1 .col.col-1, .main-visual .row.row-1 .col.col-1 {
  /* sample */
}

.navi, .navi-001-01, .navi-002-01 {
  /* sample */
}

.navi .row.row-1, .navi-001-01 .row.row-1, .navi-002-01 .row.row-1 {
  /* sample */
}
.navi .row.row-1 .col.col-1, .navi-001-01 .row.row-1 .col.col-1, .navi-002-01 .row.row-1 .col.col-1 {
  /* sample */
}
.navi .row.row-1 .col.col-2, .navi-001-01 .row.row-1 .col.col-2, .navi-002-01 .row.row-1 .col.col-2 {
  /* sample */
}
.navi .row.row-1 .col.col-2 .component.image, .navi-001-01 .row.row-1 .col.col-2 .component.image, .navi-002-01 .row.row-1 .col.col-2 .component.image {
  /* sample */
}
.navi .row.row-1 .col.col-2 .component.image, .navi-001-01 .row.row-1 .col.col-2 .component.image, .navi-002-01 .row.row-1 .col.col-2 .component.image {
  /* sample */
}
.navi .row.row-1 .col.col-2 .component.image, .navi-001-01 .row.row-1 .col.col-2 .component.image, .navi-002-01 .row.row-1 .col.col-2 .component.image {
  /* sample */
}