@charset "UTF-8";
/* 背景色 */
/*************************/
/* テキストの色 */
/*************************/
/* リンクのの色 */
/*************************/
/* コピーライト、承認番号の色 */
/*************************/
/* その他色の設定 */
/*************************/
/* ページトップへ戻るボタン設定 */
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,700,900&subset=japanese");
a.page-top {
  position: fixed;
  bottom: 25px;
  right: 40px;
  font-size: 3.2rem;
  color: #444;
  text-decoration: none;
  z-index: 8888;
}
a.page-top:hover {
  color: #444;
  opacity: 0.8;
}

main {
  display: block;
}

div, span, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  word-break: break-all;
}

li {
  list-style-type: none;
}

img {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #444;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.5px;
  min-width: 1140px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body {
    min-width: initial;
    font-size: 1.4rem;
  }
}
.link:link, .link:hover, .link:visited {
  color: #125687;
}

/* fontawesome for windows  */
.fa-chevron-up:before,
.fa-chevron-down:before,
.fa-download:before {
  font-weight: 900 !important;
}

ul.disc {
  padding-left: 1.25em;
}
ul.disc li {
  list-style-type: disc;
}
ul.disc li ol {
  padding-left: 1.25em;
}
ul.disc li ol li {
  list-style-type: decimal;
}

.remarks {
  padding-left: 1em;
  text-indent: -1em;
}

.js-acc__wrapper {
  display: none;
  background-color: #fafafa;
  padding: 20px;
}
.js-acc__open {
  color: #125687;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.js-acc__open i {
  margin-left: 0.5em;
}
.js-acc__close {
  display: block;
  color: #125687;
  max-width: 500px;
  margin: 20px auto 0;
  padding: 8px 20px;
  text-align: center;
}
.js-acc__close i {
  margin-left: 0.5em;
}

.page-top {
  position: fixed;
  bottom: 24px;
  right: 40px;
  font-size: 3.2rem;
  color: #444;
  text-decoration: none;
  z-index: 8888;
}
.page-top:hover {
  color: #444;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .page-top {
    font-size: 2.4rem;
  }
}

/* モーダル設定 */
.modal {
  z-index: 9999;
}
.modal-dialog {
  margin: 5.4rem auto;
}
.modal-body {
  padding: 20px;
}
.modal-body .term__title {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 8px;
  margin-bottom: 4px;
}
.modal-lg-980 {
  width: 980px;
  min-width: 980px;
}
.modal-footer {
  padding: 8px 20px;
}

.apply {
  padding-top: 0;
  background-color: white;
  font-size: 1.4rem;
}
.apply__title {
  font-size: 2.6rem;
  color: #c81428;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .apply__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .apply__title {
    margin-bottom: 12px;
  }
}
.apply__wrap {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .apply__wrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .apply__wrap {
    padding-bottom: 24px;
  }
}
.apply__inner {
  flex: 0 0 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 20px;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .apply__inner {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .apply__inner:first-child {
    margin-bottom: 12px;
  }
}
.apply__inner .heading {
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 5px;
}
.apply__inner .heading span {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .apply__inner .heading {
    font-size: 2rem;
  }
  .apply__inner .heading span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .apply__inner .sp {
    display: none;
  }
}
.apply__inner br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .apply__inner br.sp {
    display: block;
  }
}
.apply-btn__wrap {
  margin-top: auto;
  padding: 20px 0;
}
.apply-btn__wrap .btn {
  min-width: 160px;
  padding: 8px 60px;
  background-color: #c81428;
  font-size: 2rem;
  color: white;
  margin-bottom: 20px;
}
.apply-btn__wrap .btn:hover {
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .apply-btn__wrap .btn {
    padding: 15px 10px;
  }
}
.apply-btn__wrap .btn.disabled {
  background-color: #ccc;
  pointer-events: none;
  color: white;
}
.apply-btn__wrap .detail {
  background: #fff8e6;
  border-radius: 8px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .apply-btn__wrap .detail {
    font-size: 1.2rem;
  }
}

.features {
  padding-bottom: calc(10vw + 10px);
  position: relative;
  overflow: hidden;
  background-color: #faf0e4;
}
.features::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #faf0e4; /* 三角を白に */
  border-left: 100vw solid transparent;
}
.features::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #faf0e4; /* 三角を白に */
  border-right: 100vw solid transparent;
}
.features::before {
  border-bottom: 10vw solid #fff; /* 三角を白に */
}
.features::after {
  border-bottom: 10vw solid #fff; /* 三角を白に */
}
.features__wrap {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .features__wrap {
    padding: 30px 20px;
  }
}
.features__title {
  font-size: 2.6rem;
  color: #c81428;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .features__title {
    font-size: 2rem;
  }
}
.features__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-left: 0;
}
.features__item {
  flex: 0 0 50%;
  max-width: calc(50% - 10px);
  margin-bottom: 28px;
  background: #fff;
  font-size: 1.8rem;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .features__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.features__item.purple {
  color: #920783;
}
.features__item.blue {
  color: #28a7e1;
}
.features__item.green {
  color: #23ac38;
}
.features__item.orange {
  color: #f39800;
}
.features__item:nth-child(odd) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .features__item:nth-child(odd) {
    margin-right: 0;
  }
}
.features__item .num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #c81428;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  list-style: 1;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .features__item .num {
    margin: 0 auto;
  }
}
.features__item .num span {
  font-size: 1.4rem;
}
.features__item:nth-child(2) .item__inner {
  margin: 36px 36px;
}
.features__item .item__inner {
  margin: 36px 36px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .features__item .item__inner {
    margin: 20px;
  }
}
.features__item .item__inner .heading {
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #444;
  margin-top: auto;
  margin-bottom: 16px;
}
.features__item .item__inner .heading br {
  display: none;
}
@media screen and (max-width: 768px) {
  .features__item .item__inner .heading br {
    display: block;
  }
}
.features__item .item__inner .heading br.pc {
  display: block;
}
.features__item .item__inner .heading1 {
  text-align: center;
  padding-bottom: 16px;
  padding-top: 30px;
  border-bottom: 1px solid #444;
  margin-top: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .features__item .item__inner .heading1 {
    padding-top: 0;
  }
}
.features__item .item__inner .heading1 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .features__item .item__inner .heading1 br {
    display: block;
  }
}
.features__item .item__inner .heading1 br.pc {
  display: block;
}
.features__item .item__inner .content {
  font-size: 1.6rem;
  color: #444;
  margin-top: auto;
}
.features__item .item__inner .content .icon {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
}
.features__item .item__inner .content .icon img {
  width: 60px;
}
.features__item .item__inner .small {
  font-size: 1.2rem;
}
.features__item .item__inner .plane {
  margin-top: 151px;
}
@media screen and (max-width: 768px) {
  .features__item .item__inner .plane {
    margin-top: 0;
  }
}

.flow {
  position: relative;
  margin-top: 48px;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .flow {
    margin-bottom: 56px;
  }
}
.flow::after {
  position: absolute;
  left: 0;
  right: 0;
  content: "▼";
  color: #c81428;
  font-size: 3rem;
  text-align: center;
}
.flow__wrap {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .flow__wrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow__wrap {
    padding: 20px;
  }
}
.flow .step {
  flex: 0 0 28%;
  max-width: 28%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow .step {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flow .step:not(:last-child) {
    margin-bottom: 80px;
  }
  .flow .step img {
    width: 100%;
  }
}
.flow .step:not(:last-child)::after {
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  content: "▶";
  color: #666;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .flow .step:not(:last-child)::after {
    top: initial;
    bottom: -58px;
    right: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    content: "▼";
  }
}
.flow .step__illust {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.flow .step__illust img {
  width: 70%;
}
.flow .step__description {
  flex: 0 0 100%;
  max-width: 100%;
}
.flow .step__description .text {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #c81428;
  margin-bottom: 5px;
}

.copy {
  background-color: #444;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px;
}

/* ヘッダーの設定 START */
header {
  position: relative;
  background: #faf0e4;
  padding: 30px 0;
}
header small {
  font-weight: bold;
}
header .mv-img {
  display: block;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  header .mv-img {
    width: 100%;
    padding: 0 20px;
  }
}
header .page-title {
  line-height: 1.75;
  text-align: center;
  padding-bottom: 50px;
  word-break: break-all;
  font-size: 3.2rem;
  line-height: 1.3;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  header .page-title {
    font-size: 2rem;
    -moz-text-align-last: center;
         text-align-last: center;
    margin-top: 10px;
    padding-bottom: 20px;
  }
}
header .page-title__main {
  display: block;
  font-weight: bold;
}
header .page-title__sub {
  display: block;
  font-weight: bold;
}
header .page-title__sub small {
  font-weight: bold;
}
header .page-title__sub br {
  display: none;
}
@media screen and (max-width: 768px) {
  header .page-title__sub br {
    display: block;
  }
}
header .sns {
  bottom: 0;
  width: 100%;
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
}
header .sns__list {
  display: flex;
  justify-content: space-around;
  max-width: 400px;
  width: 100%;
}
header .sns__list li {
  flex: 0 0 1;
  text-align: center;
}
header .sns__list li a {
  color: white;
  padding: 2px 0px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.4rem;
  display: inline-block;
  width: 115px;
}
@media screen and (max-width: 768px) {
  header .sns__list li a {
    width: 100px;
  }
}
header .sns__list li a:hover {
  opacity: 0.9;
}
header .sns__list li a.fb {
  background: #3b5998;
}
header .sns__list li a.tw {
  background: #000;
}
header .sns__list li a.ln {
  background: #1dcd00;
}
header .of {
  display: block;
  padding-bottom: 20px;
}
header .of a {
  background: #ea5519;
  color: #fff;
  display: block;
  margin: 0px auto;
  width: 300px;
  text-align: center;
  border-radius: 3px;
  padding: 10px;
  text-decoration: none;
}
header .of a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  header .sns_bar {
    margin-bottom: 20px;
  }
  header .sns_bar .sns li a {
    font-size: 1.2rem;
    width: initial;
    padding: 3px 10px;
  }
}

.precautions {
  padding: 48px 0;
  background-size: 50px 50px;
}
@media screen and (max-width: 768px) {
  .precautions {
    padding: 48px 20px;
  }
}
.precautions-title__wrap {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: -1.5em;
}
@media screen and (max-width: 768px) {
  .precautions-title__wrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .precautions-title__wrap {
    padding: 0;
  }
}
.precautions-title__title {
  font-size: 2.6rem;
  color: #c81428;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  background: #666;
  color: #fff;
  border-radius: 14px;
  line-height: 1;
  padding: 0.5em 4em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .precautions-title__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .precautions-title__title {
    padding: 0.5em 2em;
  }
}
.precautions__wrap {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border: 3px solid #666;
  box-shadow: 4px 4px 0px 0px #ff99ab;
  border-radius: 14px;
  padding: 48px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .precautions__wrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .precautions__wrap {
    padding: 36px 20px;
  }
}
.precautions__list {
  max-width: 90%;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .precautions__list {
    max-width: 100%;
    font-size: 1.6rem;
    padding-left: 0px;
    text-align: left;
    padding: 0;
  }
}
.precautions__item {
  list-style-type: none;
  margin-bottom: 1em;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}
.precautions__item:last-child {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .precautions__item {
    margin-bottom: 1em;
  }
}
.precautions__item:last-child {
  margin-bottom: 0;
}
.precautions__item .num {
  color: #fff;
  flex: 0 0 1.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  max-height: 1.75em;
  border-radius: 50%;
  background: #666;
}
.precautions__item .num span {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.precautions__item .tx {
  flex: 0 0 100%;
  max-width: calc(100% - 3em);
  margin-left: 1em;
}
.precautions__item .tx span {
  background: linear-gradient(transparent 85%, #ff99ab 85%);
}

.product {
  padding-bottom: calc(10vw + 10px);
  position: relative;
  overflow: hidden;
  background-color: white;
}
.product::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #faf0e4; /* 三角を白に */
  border-left: 100vw solid transparent;
}
.product::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #faf0e4; /* 三角を白に */
  border-right: 100vw solid transparent;
}
.product__wrap {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product__wrap {
    padding: 30px 20px;
  }
}
.product__title {
  text-align: center;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .product__title {
    font-size: 6.5vw;
    line-height: 2;
    margin-bottom: 15px;
  }
}
.product__title .catch {
  text-align: left;
  text-decoration: underline;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .product__title .catch {
    font-size: 5vw;
    margin-bottom: 10px;
  }
}
.product__title .logo img {
  width: 75%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .product__title .logo img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */