@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ul li {
  list-style: none; }

body img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

*, *:before, *:after {
  margin: 0;
  padding: 0; }

html, body {
  width: 100%; }

body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  word-wrap: break-word;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  line-height: 1.7;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.12em; }

a {
  color: #333333;
  text-decoration: none;
  outline: none; }
  a:focus {
    outline: none; }

#head {
  margin-bottom: 0; }
  #head .main {
    height: 560px;
    background: url("../images/main.jpg") center center no-repeat;
    background-size: cover; }
  #head .main_sp {
    display: none; }

@media screen and (max-width: 740px) {
  #contents #head .main {
    display: none; }
  #contents #head .main_sp {
    display: block;
    width: 100%;
    height: auto;
    border-top: 5px solid #FFFFFF; } }
.btnarea {
  padding: 40px 0; }
  .btnarea .btn {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .btnarea .btn + .btn {
      margin-top: 20px; }
    .btnarea .btn a {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: block;
      margin-bottom: 0;
      line-height: 82px;
      text-align: center;
      font-size: 21px;
      font-weight: bold;
      letter-spacing: 2px;
      background-color: #003e80;
      color: #FFFFFF;
      border: 1px solid transparent; }
    .btnarea .btn::before {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-left: 12px solid #FFFFFF;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      top: 50%;
      left: 35px;
      transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%); }
    .btnarea .btn.red a {
      background-color: #e40112; }
    .btnarea .btn.faq a {
      background-color: #f8c63e;
      color: #333333; }
    .btnarea .btn.guide a {
      background-color: #ebedf0;
      color: #003e80; }
    .btnarea .btn.guide::before {
      border-left: 12px solid #003e80; }
    .btnarea .btn:hover a {
      background-color: #FFFFFF;
      border: 1px solid #003e80;
      color: #003e80; }
    .btnarea .btn:hover::before {
      border-left: 12px solid #003e80; }
    .btnarea .btn:hover.red a {
      background-color: #FFFFFF;
      border: 1px solid #e40112;
      color: #e40112; }
    .btnarea .btn:hover.red::before {
      border-left: 12px solid #e40112; }
    .btnarea .btn:hover.faq a {
      background-color: #FFFFFF;
      border: 1px solid #f8c63e;
      color: #f8c63e; }
    .btnarea .btn:hover.faq::before {
      border-left: 12px solid #f8c63e; }
    .btnarea .btn:hover.guide a {
      background-color: #FFFFFF;
      border: 1px solid #003e80;
      color: #003e80; }
    .btnarea .btn:hover.guide::before {
      border-left: 12px solid #003e80; }

@media screen and (max-width: 740px) {
  .btnarea {
    padding: 40px 0; }
    .btnarea .btn {
      position: relative; }
      .btnarea .btn + .btn {
        margin-top: 10px; }
      .btnarea .btn a {
        line-height: 40px;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        padding: 20px 0; }
        .btnarea .btn a .pc {
          display: block; }
      .btnarea .btn::before {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 8px solid #FFFFFF;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        top: 50%;
        left: 15px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%); }
      .btnarea .btn.red a {
        background-color: #e40112; }
      .btnarea .btn.faq a {
        background-color: #f8c63e;
        color: #333333; }
      .btnarea .btn.guide a {
        background-color: #ebedf0;
        color: #003e80; }
      .btnarea .btn.guide::before {
        border-left: 8px solid #003e80; }
      .btnarea .btn:hover a {
        background-color: #FFFFFF;
        border: 1px solid #003e80;
        color: #003e80; }
      .btnarea .btn:hover::before {
        border-left: 8px solid #003e80; }
      .btnarea .btn:hover.red a {
        background-color: #FFFFFF;
        border: 1px solid #e40112;
        color: #e40112; }
      .btnarea .btn:hover.red::before {
        border-left: 8px solid #e40112; }
      .btnarea .btn:hover.faq a {
        background-color: #FFFFFF;
        border: 1px solid #f8c63e;
        color: #f8c63e; }
      .btnarea .btn:hover.faq::before {
        border-left: 8px solid #f8c63e; }
      .btnarea .btn:hover.guide a {
        background-color: #FFFFFF;
        border: 1px solid #003e80;
        color: #003e80; }
      .btnarea .btn:hover.guide::before {
        border-left: 8px solid #003e80; } }
.section {
  padding: 80px 0; }
  .section .inner {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

@media screen and (max-width: 740px) {
  .section {
    padding: 40px 0; }
    .section .inner {
      width: auto;
      padding: 0 10px; } }
@media screen and (max-width: 740px) {
  .s00 .btnarea {
    padding: 5px; } }
.s01 {
  background: url(../images/bg01.png) 0 0 repeat;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600; }
  .s01 .t {
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px; }
    .s01 .t .t1 {
      font-size: 60px;
      margin-bottom: 25px;
      line-height: 1; }
    .s01 .t .t2 {
      font-size: 28px;
      line-height: 1; }
  .s01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    .s01 ul li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      width: 30%;
      height: 150px;
      margin-right: 5%;
      font-size: 21px;
      line-height: 30px;
      background: url(../images/bl.png) 0 0 no-repeat;
      background-size: cover;
      color: #003e80; }
      .s01 ul li span {
        display: inline-block;
        margin-top: -20px;
        padding: 0 20px; }
      .s01 ul li:nth-child(3n) {
        margin-right: 0; }
      .s01 ul li:nth-child(n+4) {
        margin-top: 20px; }

@media screen and (max-width: 740px) {
  .s01 .t {
    margin-bottom: 30px; }
    .s01 .t .t1 {
      font-size: 29px;
      margin-bottom: 15px;
      line-height: 1; }
    .s01 .t .t2 {
      font-size: 19px;
      line-height: 1; }
  .s01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    .s01 ul li {
      width: 49%;
      height: 95px;
      margin-right: 2%;
      font-size: 13px;
      line-height: 18px;
      background: url(../images/bl.png) 0 0 no-repeat;
      background-size: cover; }
      .s01 ul li span {
        display: inline-block;
        margin-top: -15px;
        padding: 0 10px; }
      .s01 ul li:nth-child(3n) {
        margin-right: 2%; }
      .s01 ul li:nth-child(2n) {
        margin-right: 0; }
      .s01 ul li:nth-child(n+3), .s01 ul li:nth-child(n+4) {
        margin-top: 5px; } }
.s02 {
  background: url(../images/bg03.png) 0 0 repeat; }
  .s02 .t {
    color: #003e80;
    text-align: center;
    margin-bottom: 30px; }
    .s02 .t h2 {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      font-size: 28px;
      line-height: 1.6;
      margin-bottom: 15px; }
      .s02 .t h2 span {
        font-size: 50px; }
    .s02 .t p {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      font-size: 24px; }
      .s02 .t p span {
        font-size: 30px;
        color: #e40112; }
  .s02 .block {
    background-color: #FFFFFF;
    text-align: center;
    padding: 30px 50px; }
    .s02 .block h3 {
      font-size: 28px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      margin-bottom: 20px;
      color: #003e80; }
    .s02 .block p {
      font-size: 17px; }

@media screen and (max-width: 740px) {
  .s02 .t {
    margin-bottom: 20px; }
    .s02 .t h2 {
      font-size: 17px;
      line-height: 1.6;
      margin-bottom: 15px; }
      .s02 .t h2 span {
        font-size: 23px; }
    .s02 .t p {
      font-size: 18px; }
      .s02 .t p span {
        font-size: 24px; }
  .s02 .block {
    background-color: #FFFFFF;
    text-align: center;
    padding: 30px 10px; }
    .s02 .block h3 {
      font-size: 19px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      margin-bottom: 20px;
      color: #003e80; }
    .s02 .block p {
      font-size: 16px;
      text-align: left; }
      .s02 .block p br {
        display: none; } }
.s03 h2, .s04 h2, .s05 h2 {
  font-size: 30px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  color: #003e80; }

@media screen and (max-width: 740px) {
  .s03 h2, .s04 h2, .s05 h2 {
    font-size: 21px;
    margin-bottom: 40px; } }
.s03 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .s03 .block .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e4f1f4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 20px;
    position: relative;
    width: 49%;
    margin-right: 2%; }
    .s03 .block .item:nth-child(2n) {
      margin-right: 0; }
    .s03 .block .item:nth-child(n+3) {
      margin-top: 35px; }
    .s03 .block .item .t {
      position: absolute;
      top: -15px;
      left: 50%;
      margin-left: -90px;
      background-color: #1b64cd;
      color: #FFFFFF;
      line-height: 30px;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -o-border-radius: 15px;
      -ms-border-radius: 15px;
      -moz-border-radius: 15px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      width: 180px;
      text-align: center; }
    .s03 .block .item .box {
      *zoom: 1; }
      .s03 .block .item .box .image {
        float: left;
        width: 130px; }
        .s03 .block .item .box .image img {
          width: 130px;
          height: auto; }
      .s03 .block .item .box .text {
        margin-left: 130px;
        padding-left: 20px;
        padding-top: 5px;
        line-height: 1.6; }
        .s03 .block .item .box .text h3 {
          color: #003e80;
          font-size: 19px;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 600;
          margin-bottom: 10px; }
        .s03 .block .item .box .text p {
          font-size: 16px; }
        .s03 .block .item .box .text ul {
          margin-top: 10px; }
          .s03 .block .item .box .text ul li {
            font-size: 12px;
            text-indent: -1em;
            padding-left: 1em; }
      .s03 .block .item .box:before, .s03 .block .item .box:after {
        content: ' ';
        display: table; }
      .s03 .block .item .box:after {
        clear: both; }

@media screen and (max-width: 740px) {
  .s03 .block .item {
    background-color: #e4f1f4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 25px 10px 20px 10px;
    position: relative;
    width: 49%;
    margin-right: 2%; }
    .s03 .block .item:nth-child(2n) {
      margin-right: 0; }
    .s03 .block .item:nth-child(n+3) {
      margin-top: 35px; }
    .s03 .block .item .t {
      margin-left: -80px;
      width: 160px;
      font-size: 13px; }
    .s03 .block .item .box {
      *zoom: 1; }
      .s03 .block .item .box .image {
        float: none;
        width: 100%;
        text-align: center; }
        .s03 .block .item .box .image img {
          width: 130px;
          height: auto; }
      .s03 .block .item .box .text {
        margin-left: 0;
        padding-left: 0;
        padding-top: 5px;
        line-height: 1.5; }
        .s03 .block .item .box .text h3 {
          font-size: 17px;
          margin-bottom: 10px; }
        .s03 .block .item .box .text p {
          font-size: 15px; }
        .s03 .block .item .box .text ul {
          margin-top: 10px; }
          .s03 .block .item .box .text ul li {
            font-size: 12px;
            text-indent: -1em;
            padding-left: 1em; }
      .s03 .block .item .box:before, .s03 .block .item .box:after {
        content: ' ';
        display: table; }
      .s03 .block .item .box:after {
        clear: both; } }
.s04 {
  background-color: #e4f1f4;
  background: url(../images/bg03.png) 0 0 repeat; }
  .s04 .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    .s04 .block .item {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #FFFFFF;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      -moz-border-radius: 5px;
      padding: 20px;
      position: relative;
      width: 49%;
      margin-right: 2%;
      *zoom: 1; }
      .s04 .block .item:nth-child(2n) {
        margin-right: 0; }
      .s04 .block .item:nth-child(n+3) {
        margin-top: 20px; }
      .s04 .block .item .image {
        float: left; }
      .s04 .block .item .text {
        margin-left: 90px; }
        .s04 .block .item .text h3 {
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 600;
          color: #003e80;
          font-size: 19px;
          margin-bottom: 10px; }
        .s04 .block .item .text p {
          font-size: 16px;
          line-height: 1.6; }
      .s04 .block .item:before, .s04 .block .item:after {
        content: ' ';
        display: table; }
      .s04 .block .item:after {
        clear: both; }

@media screen and (max-width: 740px) {
  .s04 .block .item {
    padding: 10px; }
    .s04 .block .item .image {
      padding: 10px 0;
      float: none;
      text-align: center; }
    .s04 .block .item .text {
      margin-left: 0; }
      .s04 .block .item .text h3 {
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 1.4; }
      .s04 .block .item .text p {
        font-size: 15px;
        line-height: 1.5; } }
.s05 .block {
  text-align: center; }
  .s05 .block h2 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1.4; }
  .s05 .block .at {
    text-align: left;
    text-indent: -24px;
    padding-left: 24px;
    line-height: 1.75;
    font-size: 14px;
    margin-bottom: 20px; }
    .s05 .block .at img {
      vertical-align: top;
      margin: 0 4px 0 0; }
  .s05 .block .flow {
    *zoom: 1; }
    .s05 .block .flow .f {
      float: left;
      width: 23.5%;
      text-align: center; }
      .s05 .block .flow .f .s {
        color: #003e80;
        font-size: 15px;
        color: #003e80;
        margin-bottom: 10px;
        font-weight: bold; }
      .s05 .block .flow .f p {
        text-align: left; }
    .s05 .block .flow .ar {
      width: 2%;
      float: left; }
    .s05 .block .flow:before, .s05 .block .flow:after {
      content: ' ';
      display: table; }
    .s05 .block .flow:after {
      clear: both; }
.s05 .btnarea {
  padding-bottom: 0; }

@media screen and (max-width: 740px) {
  .s05 .block {
    background-color: #FFFFFF;
    text-align: center; }
    .s05 .block .at {
      font-size: 13px; }
    .s05 .block .flow {
      *zoom: 1; }
      .s05 .block .flow .ar + .f {
        margin-top: 10px; }
      .s05 .block .flow .f {
        float: none;
        width: 240px;
        margin: 0 auto;
        text-align: center; }
        .s05 .block .flow .f .image img {
          margin: 0; }
        .s05 .block .flow .f .s {
          margin: 5px 0; }
        .s05 .block .flow .f p {
          font-size: 14px; }
      .s05 .block .flow .ar {
        display: none;
        float: none; }
      .s05 .block .flow:before, .s05 .block .flow:after {
        content: ' ';
        display: table; }
      .s05 .block .flow:after {
        clear: both; }
  .s05 .btnarea {
    padding-top: 20px;
    padding-bottom: 0; } }
.s06 {
  background-color: #ebedf0;
  padding: 40px 0; }

@media screen and (max-width: 740px) {
  .s06 {
    padding: 0; }
    .s06 .btnarea {
      padding: 20px 0; } }
#modal-content {
  width: 80%;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  position: fixed;
  display: none;
  z-index: 99999; }
  #modal-content .inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden; }
    #modal-content .inner #player2 {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }

#modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

/*# sourceMappingURL=style.css.map */
