@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap");
@media print, screen and (min-width: 992px) {
  .no_pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 992px) {
  .no_sp {
    display: none !important;
  }
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

.c_main {
  color: #603C31;
}

.allstop_scroll {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "Zen Old Mincho", serif;
}
@media print, screen and (min-width: 992px) {
  body {
    background: url(../images/bg_main.png) no-repeat 0% 0px/cover, #D9D9D9;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}
body main .container {
  padding: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 992px) {
  body main .container {
    max-width: 375px;
    margin: 0 auto 0 60%;
  }
}
@media print, screen and (max-width: 992px) {
  body main .container {
    width: 375px;
  }
}
@media screen and (max-width: 480px) {
  body main .container {
    width: 100%;
  }
}
body main .left_box {
  position: fixed;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
  width: 36.3vw;
}
body main .left_box .left_img {
  display: block;
  text-align: left;
  width: 14vw;
  margin-right: auto;
  margin-bottom: 4vw;
}
body main .left_box > a {
  position: relative;
  display: block;
  font-family: "LINE Seed JP App_TTF";
  font-weight: bold;
  font-size: 1.38vw;
  text-align: center;
  color: #FFFFFF;
  padding: 1vw 0;
  margin: 4vw auto 1vw;
  width: 29.8vw;
  border-radius: 26.5px;
  background: #06c755;
  box-shadow: 0px 0px 15px rgba(11, 80, 98, 0.47);
}
body main .left_box > a::after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  font-size: 1vw;
}
body main .left_box > p {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 29px;
  color: #0b5062;
  margin-bottom: 0.5vw;
}
body main .left_box > p > span {
  font-size: 26px;
}
body main .left_box > span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #0b5062;
}
body main .content_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
body main .content_flex .right_box {
  position: relative;
  overflow: hidden;
  z-index: 5;
  width: 375px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box {
    width: 100%;
  }
}
body main .content_flex .right_box .fv_box {
  position: relative;
  padding-bottom: 20px;
}
body main .content_flex .right_box .fv_box > .fv_btn {
  position: relative;
  text-align: center;
  background-color: #00708E;
  margin-top: 1.5rem;
  padding: 7px 25px 20px;
  margin-bottom: 1rem;
}
body main .content_flex .right_box .fv_box > .fv_btn::before {
  content: "";
  background-image: url(../images/ico_cta_t.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 1;
}
body main .content_flex .right_box .fv_box > .fv_btn > a {
  position: relative;
  display: inline-block;
  font-family: "LINE Seed JP App_TTF";
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  padding: 8px 0;
  color: #06c755;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(11, 80, 98, 0.47);
}
body main .content_flex .right_box .fv_box > .fv_btn > a::after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  font-size: 12px;
}
body main .content_flex .right_box .fv_box > .fv_btn > p {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 22px;
  color: #FFFFFF;
  margin: 10px 0 0;
}
body main .content_flex .right_box .fv_box > .fv_btn > p > span {
  font-size: 20px;
}
body main .content_flex .right_box .fv_box > .fv_btn > span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
body main .content_flex .right_box .fv_box > p {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #0b5062;
  margin: 1rem 0 0;
}
body main .content_flex .right_box .s01_box {
  position: relative;
  text-align: center;
  background-color: #F0F8FA;
  margin-top: 45px;
  padding: 0px 30px 0;
}
body main .content_flex .right_box .s01_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 76px;
  background-color: #F0F8FA;
  clip-path: ellipse(62% 100% at 50% 100%);
  z-index: -1;
}
body main .content_flex .right_box .s01_box > h2 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: -0.05em;
  line-height: 30px;
  color: #00708e;
}
body main .content_flex .right_box .s01_box > p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #0b5062;
  margin-bottom: 1.5rem;
}
body main .content_flex .right_box .s01_box > div {
  margin: 0 -30px;
}
body main .content_flex .right_box .s01_box > div > p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #0b5062;
  margin-bottom: 0;
  position: absolute;
}
body main .content_flex .right_box .s01_box > div > p.ab01 {
  top: 48%;
  right: 40px;
}
body main .content_flex .right_box .s01_box > div > p.ab02 {
  top: 58%;
  left: 40px;
}
body main .content_flex .right_box .s01_box > div > p.ab03 {
  top: 81%;
  left: 40px;
}
body main .content_flex .right_box .s02_box {
  position: relative;
  text-align: center;
  padding: 6.5rem 30px 9rem;
  background: rgba(0, 112, 142, 0.26);
}
body main .content_flex .right_box .s02_box::before {
  content: "";
  background-image: url(../images/ico_s02_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 354px;
  height: 89px;
}
body main .content_flex .right_box .s02_box::after {
  content: "";
  background-image: url(../images/ico_s02_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 354px;
  height: 42px;
}
body main .content_flex .right_box .s02_box > h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 34px;
  color: #00708e;
}
body main .content_flex .right_box .s02_box > p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #0b5062;
  margin-bottom: 0;
}
body main .content_flex .right_box .s02_box > div {
  position: relative;
  margin: 0 -30px;
}
body main .content_flex .right_box .s02_box > div > p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #0b5062;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
body main .content_flex .right_box .s02_box > div > p.ab01 {
  position: absolute;
  top: 32%;
}
body main .content_flex .right_box .s02_box > div > p.ab02 {
  position: absolute;
  top: 83%;
}
body main .content_flex .right_box .cta_box {
  position: relative;
  text-align: center;
  background-color: #00708E;
  padding: 10px 25px 20px;
}
body main .content_flex .right_box .cta_box::before {
  content: "";
  background-image: url(../images/ico_cta_t.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 1;
}
body main .content_flex .right_box .cta_box::after {
  content: "";
  background-image: url(../images/ico_cta_t.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 1;
  transform: rotate(180deg);
}
body main .content_flex .right_box .cta_box > p {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
}
body main .content_flex .right_box .cta_box > p > span {
  font-size: 20px;
}
body main .content_flex .right_box .cta_box > a {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #0b5062;
  width: 100%;
  padding: 8px 0;
  border-radius: 20px;
  background: #eddd9e;
  box-shadow: 0px 0px 15px rgba(11, 80, 98, 0.47);
}
body main .content_flex .right_box .cta_box > a::after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  font-size: 12px;
}
body main .content_flex .right_box .s03_box {
  position: relative;
  text-align: center;
  padding: 6rem 30px 4rem;
  background-image: url(../images/bg_s03.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
body main .content_flex .right_box .s03_box::before {
  content: "";
  background-image: url(../images/s03_01.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 431px;
}
body main .content_flex .right_box .s03_box > * {
  position: relative;
  z-index: 1;
}
body main .content_flex .right_box .s03_box > h2 {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  color: #b7b4a5;
  margin-bottom: 5px;
}
body main .content_flex .right_box .s03_box > h2 > img {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
  z-index: 1;
}
body main .content_flex .right_box .s03_box > h3 {
  font-weight: bold;
  font-size: 16px;
  color: #00708e;
  margin-bottom: 13rem;
}
body main .content_flex .right_box .s03_box > p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #0b5062;
  margin-bottom: 0;
}
body main .content_flex .right_box .s03_box > .bg_white {
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  margin: 3.5rem -30px 1.5rem;
  padding: 25px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
body main .content_flex .right_box .s03_box > .bg_white > img {
  position: absolute;
  top: 47%;
  left: -5%;
  transform: translateY(-50%);
  width: 186px;
  z-index: -1;
}
body main .content_flex .right_box .s03_box > .bg_white > p {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #0b5062;
  margin-left: auto;
  margin-bottom: 0;
}
body main .content_flex .right_box .s03_box > .bg_image {
  position: relative;
  margin: 1rem -30px 0;
}
body main .content_flex .right_box .s03_box > .bg_image > p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #0b5062;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
body main .content_flex .right_box .s04_box {
  position: relative;
  text-align: center;
  padding: 7.5rem 11px 4.5rem;
  background: #0b5062;
}
body main .content_flex .right_box .s04_box::before {
  content: "";
  background-image: url(../images/ico_s04_01.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
}
body main .content_flex .right_box .s04_box > * {
  position: relative;
  z-index: 1;
}
body main .content_flex .right_box .s04_box > h2 {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  color: #b7b4a5;
  margin-bottom: 10px;
}
body main .content_flex .right_box .s04_box > h2 > img {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 191px;
  z-index: 1;
}
body main .content_flex .right_box .s04_box > h3 {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
body main .content_flex .right_box .s04_box > img {
  width: 325px;
}
body main .content_flex .right_box .s04_box > p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #fdfdfd;
  margin: 1.5rem 0;
}
body main .content_flex .right_box .s04_box > div {
  position: relative;
}
body main .content_flex .right_box .s04_box > div > div {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body main .content_flex .right_box .s04_box > div > div > h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 34px;
  color: #fdfdfd;
  margin-bottom: 1.8rem;
}
body main .content_flex .right_box .s04_box > div > div > h4 > span {
  color: #EDDD9E;
}
body main .content_flex .right_box .s04_box > div > div > p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 27px;
  color: #eddd9e;
  margin-bottom: 0.8rem;
}
body main .content_flex .right_box .s04_box > div > div > ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 228px;
}
body main .content_flex .right_box .s04_box > div > div > ul > li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 20px;
  color: #fdfdfd;
}
body main .content_flex .right_box .s04_box > div > div > ul > li:not(:last-child) {
  border-bottom: 0.5px solid #FFFFFF;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body main .content_flex .right_box .s05_box {
  position: relative;
  text-align: center;
  padding: 25px 25px 40px;
}
body main .content_flex .right_box .s05_box::before {
  content: "";
  background-image: url(../images/ico_s05_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 1;
}
body main .content_flex .right_box .s05_box > h2 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #0b5062;
  margin-bottom: 1rem;
}
body main .content_flex .right_box .s05_box > h3 {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #0b5062;
  margin-bottom: 0;
}
body main .content_flex .right_box .s05_box > .slide {
  display: flex;
  justify-content: flex-start;
  width: 812px;
  height: auto;
  margin: 2rem 0 2.5rem;
}
body main .content_flex .right_box .s05_box > .slide > img {
  padding-left: 10px;
}
body main .content_flex .right_box .s05_box > .slide > img:first-child {
  animation: slide1 60s -30s linear infinite;
}
body main .content_flex .right_box .s05_box > .slide > img:last-child {
  animation: slide2 60s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
body main .content_flex .right_box .s05_box > .ques_box > h4 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #0b5062;
  border-bottom: 1px solid #0B5062;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
body main .content_flex .right_box .s05_box > .ques_box > p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #0b5062;
  margin-bottom: 2rem;
}
body main .content_flex .right_box .s05_box > .ques_box > a {
  position: relative;
  display: inline-block;
  font-family: "LINE Seed JP App_TTF";
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  width: 100%;
  padding: 10px 0;
  border-radius: 20px;
  background: #06c755;
}
body main .content_flex .right_box .s05_box > .ques_box > a::after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  font-size: 12px;
}
body main .content_flex .right_box .s06_box {
  position: relative;
  text-align: center;
  padding: 0 25px 3rem;
}
body main .content_flex .right_box .s06_box > .s06_img {
  margin: 0 -25px;
}
body main .content_flex .right_box .s06_box > h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #0b5062;
  margin: 1rem 0;
}
body main .content_flex .right_box .s06_box > h2 > span {
  font-size: 18px;
}
body main .content_flex .right_box .s06_box > p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #0b5062;
  margin-bottom: 0;
}
body main .content_flex .right_box .s06_box > img {
  margin-top: 1rem;
}
body main .content_flex .right_box .s06_box > ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1rem;
}
body main .content_flex .right_box .s06_box > ul > li {
  position: relative;
  width: 48%;
  background: #FFFFFF;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.16);
}
body main .content_flex .right_box .s06_box > ul > li > span {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background-color: #00708E;
  width: 55px;
  padding: 2px 0;
  position: absolute;
  top: 60%;
  left: 0;
}
body main .content_flex .right_box .s06_box > ul > li > p {
  font-weight: normal;
  font-size: 13px;
  color: #000;
  margin: 1rem 0;
}
body main .content_flex .right_box .s07_box {
  position: relative;
  text-align: center;
  padding: 30px 25px 40px;
  background-image: url(../images/bg_s07.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body main .content_flex .right_box .s07_box > h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #00708e;
}
body main .content_flex .right_box .s07_box > h3 {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #0b5062;
  margin-bottom: 1.5rem;
}
body main .content_flex .right_box .s07_box > p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #0b5062;
  margin: 2rem 0 1rem;
}
body main .content_flex .right_box .s07_box > a {
  position: relative;
  display: inline-block;
  font-family: "LINE Seed JP App_TTF";
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  width: 100%;
  padding: 10px 0;
  border-radius: 20px;
  background: #06c755;
}
body main .content_flex .right_box .s07_box > a::after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  font-size: 12px;
}
body main .content_flex .right_box footer {
  position: relative;
  text-align: center;
  background: #0b5062;
  padding: 20px 20px 30px;
}
body main .content_flex .right_box footer > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  line-height: 1.3;
}
body main .content_flex .right_box footer > ul > li > a {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
body main .content_flex .right_box footer > p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 0;
}
body main .fix_box {
  position: fixed;
  bottom: 0;
  left: 0%;
  width: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  transition: 0.5s;
}
body main .fix_box.show {
  opacity: 1;
  pointer-events: visible;
}
body main .fix_box.hide {
  opacity: 0;
  pointer-events: none;
}
body main .fix_box > .fv_btn {
  position: relative;
  text-align: center;
  background-color: #00708E;
  padding: 10px 25px 15px;
}
body main .fix_box > .fv_btn::before {
  content: "";
  background-image: url(../images/ico_cta_t.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 1;
}
body main .fix_box > .fv_btn > a {
  position: relative;
  display: inline-block;
  font-family: "LINE Seed JP App_TTF";
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  padding: 8px 0;
  color: #06c755;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(11, 80, 98, 0.47);
}
body main .fix_box > .fv_btn > a::after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  font-size: 12px;
}
body main .fix_box > .fv_btn > p {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 22px;
  color: #FFFFFF;
  margin: 10px 0 0;
}
body main .fix_box > .fv_btn > p > span {
  font-size: 20px;
}