@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&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: 24vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-22%, -34%);
  margin-right: auto;
  margin-bottom: 4vw;
}
body main .left_box .left_title {
  margin-top: 7vw;
  margin-bottom: 1vw;
}
body main .left_box > a {
  position: relative;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.52vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #00708e;
  text-align: center;
  padding: 0.5vw 0;
  margin: 4vw auto 1vw;
  width: 429px;
  border-radius: 26.5px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(11, 80, 98, 0.47);
  width: 29.8vw;
}
body main .left_box > a::after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  font-size: 1vw;
}
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: absolute;
  bottom: 24%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
}
body main .content_flex .right_box .fv_box > .fv_btn > a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #00708e;
  padding: 7px 0;
  border-radius: 20px;
  background: #FFFFFF;
  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 > 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 .c01_box {
  position: relative;
  padding: 10px 25px 60px;
  margin-top: 20px;
}
body main .content_flex .right_box .c01_box::before {
  content: "";
  background-image: url(../images/ico_s01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -34px;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 1;
}
body main .content_flex .right_box .c01_box > div {
  position: relative;
  padding: 3.5rem 0 4.5rem;
  background-color: rgba(244, 239, 243, 0.5);
}
body main .content_flex .right_box .c01_box > div:nth-of-type(2) {
  background-color: rgba(239, 242, 244, 0.5);
}
body main .content_flex .right_box .c01_box > div:nth-of-type(3) {
  background-color: rgba(245, 244, 239, 0.5);
}
body main .content_flex .right_box .c01_box > div:nth-of-type(4) {
  background-color: rgba(222, 219, 202, 0.5);
}
body main .content_flex .right_box .c01_box > div:not(:last-child) {
  margin-bottom: 2rem;
}
body main .content_flex .right_box .c01_box > div::before {
  content: "";
  background-image: url(../images/ico_c01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 354px;
  height: 41px;
}
body main .content_flex .right_box .c01_box > div::after {
  content: "";
  background-image: url(../images/ico_c01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(180deg);
  width: 354px;
  height: 41px;
}
body main .content_flex .right_box .c01_box > div > h2 {
  text-align: center;
  font-family: "Cormorant", serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgba(25, 135, 163, 0.2);
}
body main .content_flex .right_box .c01_box > div > h2 > span {
  display: block;
  transform: translateY(-10px);
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #0b5062;
}
body main .content_flex .right_box .c01_box > div > h2 > span > span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
}
body main .content_flex .right_box .c01_box > div > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin: 1.5rem auto 5px;
  padding-bottom: 10px;
  max-width: 296px;
  border-bottom: 1px solid #0B5062;
}
body main .content_flex .right_box .c01_box > div > div > p {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  color: #0b5062;
  margin-bottom: 0;
}
body main .content_flex .right_box .c01_box > div > div > p > span {
  position: relative;
  display: inline-block;
  font-size: 20px;
}
body main .content_flex .right_box .c01_box > div > div > p > span::before {
  content: "";
  background-color: #BE0000;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
}
body main .content_flex .right_box .c01_box > div > div > p > span::after {
  content: "";
  background-color: #B7B4A5;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 8px;
  height: 13px;
  position: absolute;
  top: 60%;
  right: -13%;
  transform: translateY(-50%);
}
body main .content_flex .right_box .c01_box > div > div > h3 {
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-size: 40px;
  letter-spacing: -0.01em;
  line-height: 1;
  text-align: left;
  color: #0b5062;
  margin-bottom: 0;
}
body main .content_flex .right_box .c01_box > div > div > h3::before {
  content: "（税込）";
  position: absolute;
  top: 9px;
  right: -3px;
  font-weight: bold;
  font-size: 8px;
  color: #0b5062;
}
body main .content_flex .right_box .c01_box > div > div > h3 > span {
  font-size: 25px;
}
body main .content_flex .right_box .c01_box > div > p {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  color: #be0000;
  margin-bottom: 10px;
}
body main .content_flex .right_box .c01_box > div > a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 7px 0;
}
body main .content_flex .right_box .c01_box > div > a.c_pink {
  background: #b19eaf;
}
body main .content_flex .right_box .c01_box > div > a.c_blue {
  background: #65919D;
}
body main .content_flex .right_box .c01_box > div > a.c_gold {
  background: #807C6C;
}
body main .content_flex .right_box .c01_box > div > a.c_sky {
  background: #0080A2;
}
body main .content_flex .right_box .c01_box > div > a::after {
  content: "";
  background-color: #FFFFFF;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 9px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}
body main .content_flex .right_box .c02_box {
  position: relative;
  text-align: center;
}
body main .content_flex .right_box .c02_box h2 {
  font-weight: 500;
  font-size: 35px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
body main .content_flex .right_box .c02_box p {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #fdfdfd;
}
body main .content_flex .right_box .c02_box > .ab01 {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body main .content_flex .right_box .c02_box > .ab01 > p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 0 !important;
}
body main .content_flex .right_box .c02_box > .ab02 {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body main .content_flex .right_box .c02_box > .ab02 > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .c02_box > .ab03 {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body main .content_flex .right_box .c02_box > .ab03 > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .s01_box {
  position: relative;
  text-align: center;
  padding: 0px 30px 0;
  margin-top: 10px;
}
body main .content_flex .right_box .s01_box > div {
  position: relative;
  margin: 0 -30px;
}
body main .content_flex .right_box .s01_box > div > .ab01 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body main .content_flex .right_box .s01_box > div > .ab01 > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .s01_box > div > .ab02 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body main .content_flex .right_box .s01_box > div > .ab02 > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .s01_box > div > .ab03 {
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body main .content_flex .right_box .s01_box > div > .ab03 > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .s01_box > div h2 {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.05em;
  line-height: 1.4;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
body main .content_flex .right_box .s01_box > div p {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
body main .content_flex .right_box .s01_box > div p > span {
  font-size: 12px;
}
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: 500;
  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 2rem;
  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: 500;
  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: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
body main .content_flex .right_box .s04_box {
  position: relative;
  text-align: center;
  padding: 7.5rem 11px 3.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: 500;
  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 0;
}
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: 500;
  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 0;
}
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 .s06_box {
  position: relative;
  text-align: center;
  padding: 0 25px 0;
}
body main .content_flex .right_box .s06_box > .s06_img {
  margin: 0 -25px;
}
body main .content_flex .right_box .s06_box > h2 {
  font-weight: 500;
  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 {
  position: relative;
  z-index: 2;
  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 .s06_box > .s06_sub {
  position: relative;
  margin: 0 -25px;
  transform: translateY(-3rem);
}
body main .content_flex .right_box .s06_box > .s06_sub > div {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 325px;
}
body main .content_flex .right_box .s06_box > .s06_sub > div > h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #00708e;
}
body main .content_flex .right_box .s06_box > .s06_sub > div > p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #0b5062;
  margin-bottom: 10px;
}
body main .content_flex .right_box .s06_box > .s06_sub > div > span {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #0b5062;
  margin: 0 0 1.5rem;
}
body main .content_flex .right_box .s06_box > .s06_sub > div > a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #00708e;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(11, 80, 98, 0.47);
  padding: 7px 0;
}
body main .content_flex .right_box .s06_box > .s06_sub > div > a::after {
  content: "";
  background-color: #00708E;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 9px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}
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: 500;
  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: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  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;
}
body main .fix_box > .fv_btn > a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #00708e;
  padding: 7px 0;
  border-radius: 20px;
  background: #FFFFFF;
  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;
}