@charset "utf-8";

/*=== メインエリア ===*/
.main {
  /* padding: 50px 0; */
}
.main-inner {
  margin: 0 auto 50px;
  /* margin: 50px auto; */
  background-color: #fff;
}
.main-container {
  margin: 20px auto 0;
}
.main-head {
  background-color: #ffd045;
}
.main-ttl {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 20px 14px;
  color: #0b61ac;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
}
.main-ttl span {
  display: block;
  position: relative;
  padding-left: 26px;
}
.main-ttl span::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #0b61ac;
}
.main-detail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.main-subsec:not(:first-child) {
  margin-top: 50px;
}
.main-subttl {
  color: #0b61ac;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}
.main-txt {
  font-size: 22px;
}
.main a, .main a:visited {
  color: #206ac5;
}
.main a:hover {
  opacity: 0.7;
}


/*=== 固定ヘッド ===*/
.keyHeder {
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  z-index: 100;
}
.keyHeder-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.keyHeder-cont {
  display: flex;
  justify-content: space-between;
}
.keyHeder-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  max-width: 716px;
  margin-left: 20px;
}
.keyHeder-item {
  width: calc((100% - 20px) / 2);
}
.keyHeder.is-fixed {
  position: fixed;
  top: 0;
}


/*=== 申し込みボタン ===*/
a.apply-btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  padding-left: 50px;
  border: 2px solid #ac2330;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: none;
  background-color: #ac2330;
  border-radius: 5px;
}
a.apply-btn:visited {
  color: #fff;
}
a.apply-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  width: 28px;
  height: 28px;
  background: url(images/apply_ic_001.png) no-repeat 0 / 100% auto;
  transform: translateY(-50%);
}
a.apply-btn:hover {
  color: #ac2330;
  text-decoration: none;
  background-color: #fff;
}
.apply-btn:hover::after {
  background-image: url(images/apply_ic_002.png);
}


/*=== ダウンロードボタン ===*/
a.download-btn {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  padding: 10px 0 0 18px;
  border: 2px solid #ac2330;
  color: #ac2330;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  background-color: #ffe5e7;
  border-radius: 5px;
}
a.download-btn:visited {
  color: #ac2330;
}
a.download-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 32px;
  height: 28px;
  background: url(images/download_ic_002.png) no-repeat 0 / 100% auto;
  transform: translateY(-50%);
}
a.download-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d56974;
}
.download-btn:hover::after {
  background-image: url(images/download_ic_003.png);
}
a.download-btn span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}


/*=== 詳細ボタン ===*/
a.detail-btn {
  display: inline-block;
  position: relative;
  padding: 13px 40px 11px 20px;
  color: #0b61ac;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background-color: #c7e9ff;
  border-radius: 5px;
}
a.detail-btn:visited {
  color: #0b61ac;
}
a.detail-btn:hover {
  text-decoration: none;
}
a.detail-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #0b61ac;
  border-right: 2px solid #0b61ac;
  transform: translateY(-50%) rotate(45deg);
}


/*=== メインビジュアル ===*/
.mainvisual {
  background: rgb(195,230,252);
  background: linear-gradient(0deg, rgba(195,230,252,1) 0%, rgba(233,246,255,1) 100%);
}
.mainvisual-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 20px 38px;
  font-weight: bold;
  font-size: 36px;
  text-align: left;
  background: url(images/mv_bg_001.png) no-repeat 50% / auto 100%;
}
.mainvisual-main span {
  display: block;
  padding-left: 100px;
}


/*=== ナビゲーション ===*/
.navigation {
  background: url(images/nav_bg_001.png) repeat-x;
  background-color: #e29f00;
}
.navigation-list {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.navigation-item {
  position: relative;
  flex-grow: 1;
}
.navigation-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 30px;
  background-color: #fff;
  transform: translateY(-50%);
}
.navigation-item:last-child:after {
  content: none;
}
a.navigation-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 23px 10px 19px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  text-shadow: 1px 1px 0 #c48a00, -1px -1px 0 #c48a00,
               -1px 1px 0 #c48a00, 1px -1px 0 #c48a00,
               0px 1px 0 #c48a00,  0-1px 0 #c48a00,
               -1px 0 0 #c48a00, 1px 0 0 #c48a00;
  z-index: 1;
}
a.navigation-link:visited {
  color: #fff;
}
a.navigation-link:hover {
  text-decoration: none;
  text-shadow: none;
  opacity: 1;
}
a.navigation-link:hover::after,
a.navigation-link.active::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 10px);
  height: calc(100% - 20px);
  background-color: #c27100;
  border-radius: 5px;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
a.navigation-link.active {
  text-shadow: none;
  pointer-events: none;
}


@media screen and (max-width: 1095px) and (min-width: 769px) {
  .keyHeder-list {
    max-width: 65.388vw;
    margin-left: 1.826vw;
  }
  .keyHeder-item {
    width: calc((100% - 1.826vw) / 2);
  }
  /*=== 申し込みボタン ===*/
  .keyHeder a.apply-btn {
    height: 5.479vw;
    padding-left: 4.566vw;
    font-size: 1.826vw;
  }
  .keyHeder  a.apply-btn::after {
    right: 4.566vw;
    width: 2.557vw;
    height: 2.557vw;
  }
  /*=== ダウンロードボタン ===*/
  .keyHeder a.download-btn {
    height: 5.479vw;
    padding: 0.913vw 0 0 1.644vw;
    font-size: 1.461vw;
  }
  .keyHeder a.download-btn::after {
    right: 1.826vw;
    width: 2.922vw;
    height: 2.557vw;
  }
  .keyHeder a.download-btn span {
    font-size: 1.279vw;
  }
}

@media screen and (max-width: 768px) {
  /*=== メインエリア ===*/
  .main {
    /* padding: 25px 0 55px; */
  }
  .main-inner {
    margin: 0;
    padding-bottom: 110px;
  }
  .main-container {
    margin-top: 15px;
  }
  .main-ttl {
    padding: 14px 10px 9px;
    font-size: 21px;
  }
  .main-ttl span {
    padding-left: 20px;
  }
  .main-detail {
    padding: 25px 10px 30px;
  }
  .main-subsec:not(:first-child) {
    margin-top: 30px;
  }
  .main-subttl {
    font-size: 18px;
  }
  .main-txt {
    font-size: 16px;
  }
  /*=== 固定ヘッド ===*/
  .keyHeder {
    padding: 5px 0 10px;
  }
  .keyHeder-inner {
    padding: 0 10px;
  }
  .keyHeder-cont {
    display: block;
  }
  .keyHeder-logo {
    width: 160px;
    margin: 0 auto;
  }
  .keyHeder-list {
    max-width: 450px;
    margin: 15px auto 0;
  }
  .keyHeder-item {
    width: 61%;
  }
  .keyHeder-item:first-child {
    width: 39%;
    margin-right: 10px;
  }
  .keyHeder.is-fixed {
    position: static;
  }
  .keyHeder.is-fixed + * {
    margin-top: 0 !important;
  }
  /*=== 申し込みボタン ===*/
  a.apply-btn {
    height: 60px;
    padding: 0 30px 0 20px;
    font-size: 14px;
  }
  a.apply-btn::after {
    right: 12px;
    width: 18px;
    height: 18px;
  }
  /*=== ダウンロードボタン ===*/
  a.download-btn {
    height: 60px;
    padding: 2px 30px 0 28px;
    font-size: 14px;
  }
  a.download-btn::after {
    right: 12px;
    width: 18px;
    height: 15px;
  }
  a.download-btn span {
    font-size: 12px;
  }
  /*=== 詳細ボタン ===*/
  a.detail-btn {
    padding: 12px 30px 10px 25px;
    font-size: 14px;
    border-radius: 2px;
  }
  a.detail-btn::after {
    right: 12px;
    width: 8px;
    height: 8px;
  }
  /*=== メインビジュアル ===*/
  .mainvisual-main {
    padding: 34px 10px 30px;
    font-size: 23px;
    background-image: url(images/mv_bg_002.png);
    background-position: top 0 right 10px;
  }
  .mainvisual-main span {
    padding-left: 0;
  }
  /*=== ナビゲーション ===*/
  .navigation {
    background-image: url(images/nav_bg_002.png);
    background-size: auto 100%;
  }
  .navigation-list {
    min-height: 80px;
    padding: 0 10px;
  }
  .navigation-item {
    width: calc(100% / 5);
  }
  .navigation-item::after {
    width: 1px;
    height: 50px;
  }
  a.navigation-link {
    padding: 0 5px;
    font-size: 14px;
  }
  a.navigation-link:hover::after,
  a.navigation-link.active::after {
    width: calc(100% - 8px);
    height: calc(100% - 16px);
  }
}


@media screen and (max-width: 374px) {
  /*=== 申し込みボタン ===*/
  a.apply-btn {
    height: 16.043vw;
    padding: 0 8.021vw 0 5.348vw;
    font-size: 3.743vw;
  }
  a.apply-btn::after {
    right: 3.209vw;
    width: 4.813vw;
    height: 4.813vw;
  }
  /*=== ダウンロードボタン ===*/
  a.download-btn {
    height: 16.043vw;
    padding: 0.535vw 8.021vw 0 7.487vw;
    font-size: 3.743vw;
  }
  a.download-btn::after {
    right: 3.209vw;
    width: 4.813vw;
    height: 4.011vw;
  }
  a.download-btn span {
    font-size: 3.209vw;
  }
}