@charset "utf-8";
/* ↓↓ @font-face の記述をまるごと削除、またはコメントアウト ↓↓ */
/*
@font-face {
  font-family: 'Local Noto Sans JP';
  src: local('Noto Sans JP'), local('Noto Sans CJK JP Regular');
}
*/

body {
  /* ↓↓ Google Fontsで指定されている正式な名前を優先にします ↓↓ */
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.contents {
  font-size: 1.6rem;
}
.contents--bg-white {
  border-radius: 10px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 70px 60px 60px;
  position: relative;
}
.column {
  margin-top: 0;
}
.bg_gradient {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background: linear-gradient(0deg, #ffffff8c, #ffffff8c), linear-gradient(190.99deg, #477dff 9.31%, #a3e5f3 73.1%, #a2ffd8 96.19%);
  width: 100%;
}
a.txtlink {
  position: relative;
  display: inline-block;
  color: #204fd1;
  font-weight: bold;
}
a.txtlink::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #204fd1;
  border-right: solid 2px #204fd1;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  right: -10px;
  bottom: 0;
  margin: auto;
}
a.txtlink:hover {
  color: #204fd1;
}
.list_note {
  color: #333;
}
.list_note li {
  margin-left:1em;
  text-indent:-1em;
}
@media only screen and (max-width: 768px) {
  .column .column__unit + .column__unit {
    margin-top: 10px;
  }
  .contents--bg-white {
    padding: 50px 10px 10px;
  }
}
/* mv
---------------------------- */
.h1_ttl {
  padding: 40px 0;
  text-align: center;
  background:
    url("../img/bg_01.png") no-repeat top center, linear-gradient(0deg, #ffffff8c, #ffffff8c), linear-gradient(190.99deg, #477dff 9.31%, #a3e5f3 73.1%, #a2ffd8 96.19%);
}
.mv_benefits {
  text-align: center;
  padding: 30px 0;
}
.mv_cpperiod {
  text-align: center;
  background: #345ff7;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .h1_ttl {
    padding-top: 0;
    background-image: none;
    background: linear-gradient(0deg, #ffffff8c, #ffffff8c), linear-gradient(190.99deg, #477dff 9.31%, #a3e5f3 73.1%, #a2ffd8 96.19%);
  }
  .mv_benefits {
    padding: 20px 0;
  }
}
/* sec01
---------------------------- */
.sec01 {
  text-align: center;
  padding: 60px 0;
  background: url("../img/bg_02.png") no-repeat top center;
}
.sec01_lead {
  font-size: 26px;
  font-weight: 600;
  padding: 0 0 100px;
  color: #204fd1;
}
.h2_ttl01 {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.diagonal_line {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.diagonal_line::before, .diagonal_line::after {
  content: '';
  width: 3px;
  height: 20px;
  background-color: #345ff7;
}
.diagonal_line::before {
  margin-right: 20px;
  transform: rotate(-35deg)
}
.diagonal_line::after {
  margin-left: 20px;
  transform: rotate(35deg)
}
.benefit_ttl {
  border: 2px solid #345ff7;
  border-radius: 50px;
  padding: 10px;
  text-align: left;
  display: flex;
  align-items: center;
  margin: 10px 0 30px;
}
.benefit_ttl .num {
  font-weight: bold;
  font-size: 24px;
  color: #345ff7;
  padding: 0 20px;
  border-right: 2px solid #345ff7;
}
.benefit_ttl img {
  margin-left: 100px;
}
.giftee_img {
  margin: 20px 0 80px;
}
.benefit_txt {
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
.benefit_txt .balloon {
  position: absolute;
  top: -70px;
  left: 25%;
  transform: translateX(-50%);
}
.sec01 .btn_area {
  padding: 40px 0 80px;
}
.btn_entry {
  background: #e61e70;
  border-radius: 10px;
  border: 3px solid #fff;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.btn_entry.large {
  width: 660px;
  padding: 18px;
  font-size: 26px;
}
.btn_entry.large span {
  font-size: 20px;
}
.btn_entry.small {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  text-align: center;
}
.btn_entry.small span {
  font-size: 14px;
}
.btn_entry::after {
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn_entry.large::after {
  right: 30px;
  width: 10px;
  height: 10px;
}
.btn_entry.small::after {
  right: 20px;
  width: 6px;
  height: 6px;
}
.btn_entry:hover {
  background: #df6195;
  text-decoration: none;
  color: #fff;
}
.benefit_ttl .txt {
  font-weight: 600;
  font-size: 20px;
  margin-left: 80px;
}
.benefit_ttl .txt .txt_pink {
  font-size: 22px;
  color: #e61e70;
  font-weight: 800;
}
.step_box {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 40px;
  position: relative;
}
.step_box + .step_box {
  margin-top: 20px;
}
.step_box .column {
  display: flex;
  align-items: center;
}
.step_box .btn_entry {
  margin: 14px 0;
}
.ribbon {
  position: absolute;
  top: 10px;
  left: -10px;
  height: 36px;
  line-height: 36px;
  width: 90px;
  background-color: #345ff7;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.ribbon::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0px;
  height: 0px;
  border: none;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #1641d9;
  content: '';
}
.ribbon::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 18px 6px 18px 0;
  border-color: transparent #f2f2f2;
  border-style: solid;
  content: '';
}
@media only screen and (max-width: 768px) {
  .sec01 {
    padding: 30px 0;
    background-size: contain;
  }
  .sec01_lead {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 20px 40px;
  }
  .h2_ttl01 {
    width: 90%;
    top: -20px;
  }
  .giftee_img {
    margin: 20px 0 40px;
  }
  .benefit_ttl {
    border: 2px solid #345ff7;
    border-radius: 10px;
    padding: 0 10px 10px;
    flex-direction: column;
    margin: 10px 0 20px;
  }
  .benefit_ttl .num {
    font-size: 18px;
    padding: 0;
    border-right: none;
    border-bottom: 2px solid #345ff7;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }
  .benefit_ttl img {
    width: 90%;
    margin-left: 0;
  }
  .benefit_txt, .diagonal_line {
    font-size: 16px;
  }
  .diagonal_line {
    padding: 0 10px;
  }
  .benefit_txt .balloon {
    position: absolute;
    top: auto;
    bottom: 14%;
    left: 6%;
    width: 50px;
  }
  .benefit_ttl .txt {
    font-size: 16px;
    margin-left: 0;
    text-align: center;
  }
  .benefit_ttl .txt .txt_pink {
    display: block;
  }
  .benefit_txt .balloon img {
    width: 100%;
  }
  .sec01 .btn_area {
    padding: 0 0 40px;
  }
  .btn_entry.large {
    width: 100%;
    padding: 10px;
    font-size: 20px;
  }
  .btn_entry.large span {
    font-size: 16px;
    display: block;
  }
  .step_box .column {
    flex-direction: column;
  }
  .step_box {
    padding: 60px 20px 20px;
  }
}
/* sec02
---------------------------- */
.sec02 {
  padding: 80px 0;
}
.h2_ttl02 {
  width: 360px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 600;
  position: relative;
}
.h2_ttl02 span {
  padding: 0 0 2px;
  background-image: linear-gradient(0deg, #ffffff8c, #ffffff8c), linear-gradient(190.99deg, #477dff 9.31%, #a3e5f3 73.1%, #a2ffd8 96.19%);
  background-repeat: no-repeat;
  background-size: 100% 13px;
  background-position: bottom;
}
.h2_ttl02 img {
  position: absolute;
  left: -32%;
  bottom: 0;
}
.h2_ttl02 img.sec04_h2_logo {
  position: static;
  left: auto;
  bottom: auto;
}
.sec02 .column.flex .column__unit--two:first-of-type {
  width: 60%;
}
.sec02 .column.flex .column__unit--two:first-of-type img {
  width: 100%;
}
.column.flex {
  margin: 60px 0 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .sec02 {
    padding: 30px 0;
  }
  .h2_ttl02 {
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    text-align: center;
  }
  .h2_ttl02 img {
    width: 50px;
    left: 0;
    border: 10px;
  }
  .h2_ttl02 img.sec04_h2_logo {
    width: auto;
    height: 35px;
    border: none;
  }
  .column.flex {
    margin: 20px 0 0;
  }
}
/* sec03
---------------------------- */
.sec03 {
  padding: 100px 0 80px;
  background: url("../img/bg_04.png") no-repeat top center;
}
.sec03 .h2_ttl01 img {
  max-width: inherit;
}
@media only screen and (max-width: 768px) {
  .sec03 {
    padding: 50px 0 40px;
    background-size: contain;
  }
  .sec03 .h2_ttl01 img {
    max-width: 100%;
  }
  .sec03 .contents--bg-white {
    padding: 50px 20px 20px;
  }
}
/* sec04
---------------------------- */
.sec04 {
  padding: 60px 0;
}
.sec04 .column.flex .column__unit--two:last-of-type {
  width: 75%;
}
.sec04 .column.flex .column__unit--two:last-of-type img {
  width: 100%;
}
.btn_entry.login {
  background: #204fd1;
}
.btn_entry.login:hover {
  background: #3a68e5;
}
@media only screen and (max-width: 768px) {
  .sec04 {
    padding: 30px 0;
  }
}
/* sec05
---------------------------- */
.sec05 {
  padding: 60px 0 80px;
}
.h3_ttl {
  text-align: center;
  font-size: 24px;
  margin: 0 0 20px;
}
.h4_ttl {
  color: #345ff7;
  font-size: 17px;
  margin: 10px 0 6px;
}
.h5_ttl {
  font-size: 14px;
}
.sec05 .contents--bg-white {
  padding: 20px 40px 40px;
}
.sec05 .overview tr {
  border-bottom: 1px solid #e6e6e6;
}
.sec05 .overview tr:last-of-type {
  border: none;
}
.sec05 .overview th {
  width: 25%;
  color: #345ff7;
  text-align: left;
}
.sec05 .overview th, td {
  padding: 20px 10px;
}
.sec05 ul li {
  text-indent: -14px;
  padding-left: 14px;
}
@media only screen and (max-width: 768px) {
  .sec05 {
    padding: 30px 0 40px;
  }
  .sec05 .contents--bg-white {
    padding: 10px 20px;
  }
  .sec05 .overview th, td {
    padding: 0 0 10px;
    display: block;
    width: 100%;
  }
  .sec05 .overview th {
    padding-top: 10px;
  }
}
.bread-crum {
  margin: 0;
}