@charset "utf-8";@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
.g-breadcrumb .g-breadcrumb__list {
  padding: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.pc_only {
  display: inline-block;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: inline-block;
  }
}
body .kv,
body .sec01,
body .sec02  {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}

.kv {
  background-image: url("/photo/page/20240603/sec_bg_k.png"), repeating-linear-gradient(131deg, #6EB9F2, #6EB9F2 16px, #5EB1F0 16px, #5EB1F0 32px);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat-y;
  position: relative;
  width: 100%;
  height: 488px;
  padding-top: 34px;
}
.kv .image-container {
  width: 100%;
  max-width: 1082px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.kv .image-container picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.kv .image-container picture img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  min-width: 1010px;
  height: 100%;
  max-height: 467px;
  object-fit: cover;
}
@media (min-width: 1500px) {
  .kv .image-container picture img {
    width: 93%;
    max-height: 688px;
    min-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    padding: 0;
    background-image: url("/photo/page/20240603/sp-sec_bg.jpg");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: repeat-y;
    height: 107vw;
    min-height: auto;
  }
  .kv .image-container picture {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .kv .image-container picture img {
    min-width: 78%;
    max-width: 78%;
    width: 100%;
    height: auto;
    left: auto;
    max-height: none;
    margin: 0 auto;
  }
}

.sec01 {
  padding: 20px 0 62px;
  background-image: url("/photo/page/20240603/sec01_bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}
.sec01 .sec01_wrap {
  width: 100%;
  max-width: 870px;
  margin: 60px auto 40px;
}
.sec01 .sec01_gift {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
}
.sec01 .sec01_gift .txt {
  flex: 1;
  font-size: 22px;
  line-height: 2.2;
  padding: 50px 0 0;
  display: inline-block;
}
.sec01 .sec01_gift .txt span {
  display: inline;
  line-height: 1.6;
  border-bottom: 2px dotted #FCD903;
}
.sec01 .sec01_gift .img {
  max-width: 450px;
  width: 29%;
}
.sec01 .sec01_gift .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 15px 0 80px;
  }
  .sec01 .sec01_wrap {
    max-width: calc(100% - 20px);
  }
  .sec01 .sec01_gift {
    max-width: calc(100% - 40px);
    flex-direction: column;
  }
  .sec01 .sec01_gift .txt {
    order: 2;
    width: 100%;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 500;
  }
  .sec01 .sec01_gift .txt br {
    display: none;
  }
  .sec01 .sec01_gift .img {
    width: 100%;
    order: 1;
  }
}

.sec02 {
  padding: 102px 0;
  background-image: url("/photo/page/20240603/sec_bg_k.png"), repeating-linear-gradient(131deg, #6EB9F2, #6EB9F2 16px, #5EB1F0 16px, #5EB1F0 32px);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat-y;
}
.sec02 h2 {
  max-width: 528px;
  text-align: center;
  margin: 0 auto 40px;
}
.sec02 .steps {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.sec02 .steps li {
  width: 100%;
  background-color: #E3F2FD;
  border-radius: 20px;
  display: flex;
  padding: 36px 30px;
  margin-bottom: 50px;
  position: relative;
  justify-content: space-between;
}
.sec02 .steps li:after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  display: block;
  left: 0;
  bottom: -40px;
  background: url(/photo/page/20240603/ico_arrow.png) no-repeat center bottom;
  background-size: 30px auto;
}
.sec02 .steps li:last-of-type {
  background: #FFF7C9;
}
.sec02 .steps li:last-of-type:after {
  content: none;
}
.sec02 .steps li:last-of-type .txt {
  width: 39%;
}
.sec02 .steps li:last-of-type .txt .step {
  padding: 0;
  max-width: none;
  background: transparent;
}
.sec02 .steps li:last-of-type .img {
  width: 51%;
}
.sec02 .steps li:last-of-type .img img {
  border: 0;
}
.sec02 .steps li .txt {
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #123E92;
  width: 62%;
}
.sec02 .steps li .txt .step {
  background-color: #fff;
  display: block;
  max-width: 200px;
  padding: 0 60px 10px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.sec02 .steps li .txt strong {
  font-weight: 700;
  font-size: 22px;
}
.sec02 .steps li .img {
  width: 38%;
}
.sec02 .steps li .img img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.sec02 .btns {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 160px;
}
.sec02 .btns a {
  display: block;
}
.sec02 .btns a:last-of-type {
  margin-top: 20px;
}
.sec02 .btns a:hover {
  animation: anim 0.5s ease-out forwards;
}
.sec02 .caution_box {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  background-color: #E3F2FD;
  border-radius: 20px;
  padding: 40px 30px;
  box-sizing: border-box;
}
.sec02 .caution_box li {
  font-size: 14px;
  line-height: 2;
  color: #123E92;
  display: inline-block;
  text-indent: -1rem;
  padding-left: 1rem;
}
.sec02 .caution_box li:before {
  content: "◎";
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 40px 0 90px;
    background-image: url("/photo/page/20240603/sp-sec_bg.jpg");
    background-size: 100% auto;
  }
  .sec02 h2 {
    max-width: calc(100% - 80px);
    margin: 0 auto 24px;
  }
  .sec02 .steps {
    max-width: calc(100% - 40px);
  }
  .sec02 .steps li {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 54px;
  }
  .sec02 .steps li:after {
    bottom: -48px;
    background-size: 40px auto;
  }
  .sec02 .steps li .txt {
    width: 100%;
    font-size: 14px;
  }
  .sec02 .steps li .txt .step {
    width: 138px;
    padding: 3px 0 8px;
    text-align: center;
    margin: 0 auto 16px;
    line-height: 1;
  }
  .sec02 .steps li .txt .step img {
    height: 14px;
    width: auto;
  }
  .sec02 .steps li .img {
    width: 100%;
    margin-top: 20px;
  }
  .sec02 .steps li:last-of-type {
    position: relative;
    height: 109vw;
    min-height: 470px;
  }
  .sec02 .steps li:last-of-type .txt {
    width: 100%;
    margin-bottom: 4vw;
  }
  .sec02 .steps li:last-of-type .txt .step {
    width: 100%;
  }
  .sec02 .steps li:last-of-type .txt .step img {
    width: 100%;
    height: auto;
  }
  .sec02 .steps li:last-of-type .img {
    position: absolute;
    display: block;
    width: 74vw;
    height: auto;
    left: 17vw;
    bottom: -9vw;
  }
  .sec02 .btns {
    max-width: calc(100% - 40px);
    margin: 0 auto 90px;
  }
  .sec02 .caution_box {
    max-width: calc(100% - 40px);
    padding: 24px 20px;
  }
  .sec02 .caution_box li {
    font-size: 14px;
    line-height: 1.6;
  }
}

@keyframes anim {
  0% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}