@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
/**************************************************/
/* base (リセットCSS) */
/**************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  background-color: #fff;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

em {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

/**************************************************/
/* basic */
/**************************************************/
.c-list {
  position: relative;
  padding-left: 17px;
  font-weight: 500;
}
.c-list > em {
  color: #014677;
  font-weight: bold;
}
.c-list + .c-list {
  margin-top: 8px;
}
.c-list::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #014677;
  left: 0;
  top: calc(0.9em - 4px);
}
@media screen and (max-width: 767px) {
  .c-list {
    font-size: 1.5rem;
  }
  .c-list + .c-list {
    margin-top: 6px;
  }
}

.c-sublist li {
  padding-left: 14px;
  position: relative;
  margin-top: 6px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-sublist li {
    font-size: 1.4rem;
  }
}
.c-sublist li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  border-radius: 50px;
  background-color: #014677;
  left: 0;
  top: calc(0.9em - 1px);
}

.c-button {
  display: inline-block;
  background-color: #FA5902;
  color: #fff;
  width: 380px;
  max-width: 100%;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 100px;
  position: relative;
  padding: 16px 36px;
  text-align: center;
  transition: 0.3s;
}
.c-button:hover {
  opacity: 0.7;
}
.c-button::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 15px;
  background: url(../../assets/img/icon-arrow-white.png) center center no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
}
.c-button.-black {
  background-color: black;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1.6rem;
    width: 320px;
  }
}

.c-button-b {
  display: inline-block;
  background-color: #000;
  color: #fff;
  width: 280px;
  max-width: 100%;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 100px;
  position: relative;
  padding: 18px 36px;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
}
.c-button-b:hover {
  opacity: 0.7;
}
.c-button-b::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 15px;
  background: url(../../assets/img/icon-arrow-white.png) center center no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 26px;
}
@media screen and (max-width: 767px) {
  .c-button-b {
    font-size: 1.6rem;
  }
}

.c-indent1 > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 4px;
}

.inner {
  max-width: 972px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

.-bold {
  font-weight: bold;
}

.header-logo, .footer-logo {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-logo img, .footer-logo img {
  width: 505px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header-logo, .footer-logo {
    height: 60px;
  }
  .header-logo img, .footer-logo img {
    width: 270px;
  }
}

.mv {
  width: 100%;
  background: url(../img/mv-bg.png) no-repeat bottom/cover;
}
.mv__inner {
  position: relative;
  max-width: 752px;
  margin: 0 auto;
  padding: 20px 16px 85px;
  display: block;
}
.mv__inner .deco-mv01,
.mv__inner .deco-mv02 {
  position: absolute;
}
.mv__inner .deco-mv01 {
  left: -85px;
  bottom: 20px;
  width: 63px;
}
.mv__inner .deco-mv02 {
  right: -75px;
  bottom: 25px;
  width: 89px;
}
.mv__date {
  background-color: #004677;
  padding: 12px 24px;
  box-sizing: border-box;
}
.mv__date img {
  max-width: 752px;
  width: 70%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .mv .deco-mv01 {
    width: 48px;
    left: 20px;
    z-index: 3;
  }
  .mv .deco-mv02 {
    width: 59px;
    right: 20px;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    max-width: 600px;
    padding: 10px 10px 85px;
  }
  .mv__inner .deco-mv02 {
    bottom: 40px;
  }
  .mv__date {
    padding: 12px 20px;
  }
  .mv__date img {
    width: 100%;
  }
}

.campaign {
  background: url(../img/bg-body.png) repeat-y center/100% auto;
  overflow: hidden;
  position: relative;
  padding: 80px 0 min(26%, 400px);
}
.campaign__heading {
  position: relative;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  box-sizing: border-box;
  width: 51.5%;
}
.campaign__heading:not(.-first) {
  margin-top: 80px;
}
.campaign__box {
  margin-top: -7%;
  padding: 115px 65px 45px;
  position: relative;
  box-sizing: border-box;
  border: solid 5px #FFC545;
  border-radius: 5px;
  background-color: #fff;
}
.campaign__text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.7272727273;
  font-weight: bold;
}
.campaign__subBox {
  margin: 30px auto 0;
  padding: 35px 60px;
  position: relative;
}
.campaign__bar {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background: url(../img/border-subBox.svg) repeat-x top left/contain;
}
.campaign__bar:first-of-type {
  top: 0;
  left: 0;
}
.campaign__bar:nth-of-type(2) {
  bottom: 0;
  left: 0;
}
.campaign__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
  font-size: 1.8rem;
}
.campaign__list::after {
  background-color: #014677;
}
.campaign__list + .campaign__list {
  margin-top: 0 !important;
}
.campaign__notes {
  text-align: center;
  margin-top: 30px;
}
.campaign__rireki {
  margin-top: 30px;
  text-align: center;
}
.campaign__rireki > a {
  display: inline-block;
  width: 198px;
  max-width: 100%;
}
.campaign__posterBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  gap: 25px;
}
.campaign__poster {
  max-width: 180px;
}
.campaign__poster-notes {
  max-width: 320px;
}
.campaign .deco01, .campaign .deco02, .campaign .deco03, .campaign .deco-top, .campaign .deco-bottom01, .campaign .deco-bottom02 {
  position: absolute;
  display: inline-block;
  pointer-events: none;
}
.campaign .deco01 {
  width: 167px;
  top: -80px;
  left: -130px;
}
.campaign .deco02 {
  width: 91px;
  right: -70px;
  top: -60px;
}
.campaign .deco03 {
  width: 100px;
  left: -80px;
  top: -80px;
}
.campaign .deco-top {
  max-width: 1366px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.campaign .deco-bottom01 {
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.campaign .deco-bottom02 {
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .campaign__subBox {
    text-align: center;
  }
  .campaign__lists {
    display: inline-block;
    text-align: center;
    text-align: left;
  }
  .campaign .deco01 {
    width: 87px;
    top: -50px;
    left: -25px;
    z-index: 3;
  }
  .campaign .deco02 {
    width: 61px;
    right: -24px;
    top: -40px;
    z-index: 3;
  }
  .campaign .deco03 {
    width: 60px;
    left: -15px;
    top: -50px;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .campaign {
    padding: 40px 0 22%;
  }
  .campaign__heading {
    width: 86%;
    max-width: 295px;
  }
  .campaign__heading:not(.-first) {
    margin-top: 40px;
  }
  .campaign__box {
    padding: 55px 20px 30px;
  }
  .campaign__text {
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .campaign__subBox {
    padding: 20px 16px;
    margin-top: 24px;
  }
  .campaign__rireki > a {
    width: 168px;
  }
  .campaign__bar {
    height: 3px;
    background: url(../img/border-subBox.svg) repeat-x top left/cover;
  }
  .campaign__posterBox {
    flex-direction: column;
    margin-top: 20px;
    gap: 15px;
  }
  .campaign__poster {
    max-width: 165px;
  }
  .campaign__poster-notes {
    max-width: 250px;
  }
}

.attention {
  margin-top: 85px;
  position: relative;
  z-index: 3;
  background: #fff;
}
.attention__box {
  border-radius: 3px;
  padding: 53px 50px;
  position: relative;
}
.attention__box::before {
  position: absolute;
  content: "";
  width: calc(100% - 16px);
  height: 10px;
  top: 8px;
  left: 6px;
  pointer-events: none;
  border-top: solid 2px #0B76C3;
  border-bottom: dotted 3px #0B76C3;
}
.attention__box::after {
  position: absolute;
  content: "";
  width: calc(100% - 16px);
  height: 10px;
  bottom: 8px;
  left: 6px;
  pointer-events: none;
  border-top: dotted 3px #0B76C3;
  border-bottom: solid 2px #0B76C3;
}
.attention__title {
  max-width: 384px;
  margin: 0 auto;
}
.attention__list {
  margin-top: 26px;
}
.attention__notes {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .attention {
    margin-top: 50px;
  }
  .attention__box {
    padding: 40px 20px;
  }
  .attention__title {
    max-width: 260px;
  }
  .attention__list {
    margin-top: 20px;
  }
  .attention__notes {
    font-size: 1.5rem;
  }
}

.conditions {
  position: relative;
  padding: 100px 0;
  background: url(..//img/bg-conditions01.png) no-repeat top left/contain, url(..//img/bg-conditions02.png) no-repeat top right/contain, url(..//img/bg-conditions03.png) no-repeat bottom right/contain, url(..//img/bg-conditions04.png) no-repeat bottom left/contain;
  background-size: 248px 253px;
}
.conditions__title {
  text-align: center;
}
.conditions__title img {
  width: 410px;
  max-width: 90%;
}
.conditions__box {
  margin-top: 52px;
  text-align: center;
}
.conditions__text {
  width: 634px;
  max-width: 100%;
  display: inline-block;
}
.conditions__model {
  margin-top: 24px;
  font-weight: bold;
}
.conditions__button {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .conditions {
    padding: 50px 0 60px;
    border-width: 5px;
    background-size: 98px 103px;
  }
  .conditions__title img {
    width: 280px;
  }
  .conditions__box {
    margin-top: 24px;
  }
  .conditions__model {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
  }
  .conditions__button {
    margin-top: 30px;
  }
}

.important-point {
  margin: 50px auto 0;
  max-width: 856px;
  box-sizing: border-box;
  border: solid 8px #EAEAEA;
  padding: 24px 40px;
  border-radius: 20px;
  background-color: #fff;
}
.important-point__title {
  font-weight: bold;
  font-size: 1.9rem;
  padding-left: 31px;
  position: relative;
  letter-spacing: 0.05em;
}
.important-point__title::before {
  position: absolute;
  content: "";
  background: url(../../assets/img/icon-exclamation.png) center center no-repeat;
  background-size: contain;
  width: 26px;
  height: 23px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.important-point__notes {
  margin-top: 8px;
  padding-bottom: 24px;
  position: relative;
}
.important-point__notes::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: url(../../assets/img/border-dot.svg) left center repeat-x;
  background-size: auto 100%;
  left: 0;
  bottom: 0;
}
.important-point__note {
  padding-left: 21px;
  position: relative;
}
.important-point__note::before {
  position: absolute;
  content: "※";
  color: #014677;
  left: 0;
  top: 0;
}
.important-point__note + .important-point__note {
  margin-top: 4px;
}
.important-point__lists {
  margin-top: 20px;
}
.important-point__list {
  font-size: 1.5rem;
}
.important-point__list::after {
  background-color: #014677;
}
.important-point__list + .important-point__list {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .important-point {
    padding: 20px;
    border-width: 6px;
    border-radius: 16px;
    margin-top: 30px;
  }
  .important-point__title {
    font-size: 1.7rem;
  }
  .important-point__note {
    font-size: 1.5rem;
  }
  .important-point__list {
    font-size: 1.4rem;
  }
}

.contact {
  background-color: #000000;
  padding: 52px 0 60px;
  text-align: center;
}
.contact__title {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
}
.contact__lead {
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }
  .contact__title {
    font-size: 2rem;
  }
  .contact__lead {
    font-size: 1.3rem;
  }
}

.contact-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  -moz-column-gap: 68px;
       column-gap: 68px;
}
.contact-button__item {
  width: 380px;
  max-width: calc(50% - 34px);
}
.contact-button__text {
  margin-top: 23px;
  line-height: 2;
  font-weight: 400;
  color: #fff;
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-button {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 30px;
    align-items: center;
  }
  .contact-button__item {
    width: 100%;
    max-width: none;
  }
  .contact-button__text {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 16px;
    line-height: 1.7;
  }
}

.banner-head {
  padding: 30px 20px 20px;
}
.banner-head img {
  display: block;
  max-width: 746px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .banner-head {
    padding: 20px 10px 12px;
  }
}

.banner {
  display: block;
  background: url(../../assets/img/banner-bg.png) repeat-x top center, #FFF055;
  background-size: 1054px auto;
  text-align: center;
  transition: 0.3s;
}
.banner__main {
  text-align: center;
  padding: 40px 20px 30px;
}
.banner__main img {
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.banner__more {
  background: white;
  padding: 27px 20px 23px;
}
.banner__more img {
  max-width: 926px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.banner:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .banner {
    background-size: cover;
  }
  .banner__main {
    padding: 20px 0;
  }
  .banner__more {
    padding: 16px 12px 16px;
  }
}

.magazine {
  background: #DF5510;
}
.magazine__btn {
  display: block;
  margin: 0 auto;
  max-width: 1366px;
  transition: 0.3s;
}
.magazine__btn:hover {
  opacity: 0.7;
}

.footer-menu {
  text-align: center;
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.2);
}
.footer-menu__link {
  display: flex;
  justify-content: center;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.footer-menu__link > a {
  color: #000b36;
  display: inline-block;
  padding-right: 14px;
  position: relative;
  transition: 0.3s;
  font-size: 1.5rem;
}
.footer-menu__link > a::before {
  position: absolute;
  content: "";
  background: url(../../assets/img/icon-arrow-black.png) center center no-repeat;
  background-size: contain;
  width: 6px;
  height: 11px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-menu__link > a:hover {
  opacity: 0.7;
}
.footer-menu__copyright {
  font-size: 1.2rem;
  margin-top: 30px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .footer-menu__link {
    flex-direction: column;
    row-gap: 14px;
    align-items: center;
  }
  .footer-menu__link > a {
    font-size: 1.2rem;
  }
  .footer-menu__copyright {
    font-size: 1rem;
  }
}

.footer-app {
  background: #FFF9DC;
  padding: 38px 0 36px;
}
.footer-app__title {
  text-align: center;
}
.footer-app__title > span {
  line-height: 1.58;
  text-align: center;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding: 0 30px;
  position: relative;
}
.footer-app__title > span::before, .footer-app__title > span::after {
  content: "";
  position: absolute;
  height: 34px;
  width: 20px;
  bottom: 4px;
}
.footer-app__title > span::before {
  left: 0;
  background: url(../img/app-deco-left.svg) center bottom no-repeat;
  background-size: contain;
}
.footer-app__title > span::after {
  right: 0;
  background: url(../img/app-deco-right.svg) center bottom no-repeat;
  background-size: contain;
}
.footer-app__link {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.footer-app__link > a {
  display: inline-block;
  transition: 0.3s;
}
.footer-app__link > a:hover {
  opacity: 0.7;
}
.footer-app__link > a > img {
  height: 83px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .footer-app__title > span {
    font-size: 1.6rem;
    padding: 0 22px;
  }
  .footer-app__title > span::before, .footer-app__title > span::after {
    width: 16px;
    height: 26px;
    bottom: 0px;
  }
  .footer-app__link {
    flex-direction: column;
    row-gap: 24px;
    align-items: center;
  }
}

._color {
  color: #014677;
}

@media screen and (min-width: 1024px) {
  .hidden__pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden__sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden__sp-up {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden__tab-down {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */