@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..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: #A07D1D;
}

.allstop_scroll {
  overflow: hidden;
}

.common_title {
  position: relative;
  color: #00314b;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 55px;
}
.common_title::before {
  content: "";
  background-image: url(../images/icon_title.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 145px;
  height: 25px;
}

.common_ja {
  color: #00314b;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
.common_ja > span {
  font-size: 25px;
}

.common_en {
  color: rgba(74, 114, 121, 0.25);
  font-family: "Aboreto", system-ui;
  font-size: 25px;
  letter-spacing: -0.05em;
}
.common_en > span {
  font-size: 30px;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 992px) {
  body {
    background: url(../images/bg_main.png) no-repeat 0% 0px/cover, #FFFFFF;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  width: 14vw;
  z-index: 99;
  text-align: center;
  background-color: #1A2870;
  padding: 3vw 0.5vw;
}
@media print, screen and (max-width: 992px) {
  body header {
    width: 100%;
    padding: 20px;
  }
}
body header > img {
  width: 75%;
}
@media print, screen and (max-width: 992px) {
  body header > img {
    width: 78px;
  }
}
body header > h2 {
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  font-size: 1vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0.7vw 0 0;
}
@media print, screen and (max-width: 992px) {
  body header > h2 {
    font-size: 16px;
    line-height: normal;
    margin: 0.5rem 0 0;
  }
}
body header > h2 > span {
  font-size: 1.2vw;
}
@media print, screen and (max-width: 992px) {
  body header > h2 > span {
    font-size: 20px;
  }
}
body main .container {
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 992px) {
  body main .container {
    max-width: 100%;
    padding-right: 13%;
  }
}
@media print, screen and (max-width: 992px) {
  body main .container {
    max-width: 100% !important;
  }
}
body main .main_left {
  position: fixed;
  text-align: center;
  top: 55%;
  left: 35%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 35vw;
}
body main .main_left > .main_left_txt {
  width: 100%;
}
body main .main_left > .main_left_img {
  width: 90%;
  margin: 1.5vw 0;
}
body main .main_left > a {
  position: relative;
  z-index: 10;
  cursor: pointer;
  display: inline-block;
  width: 85%;
  transition: 0.5s;
}
body main .main_left > a > p {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -68%);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4d3116;
  width: 80%;
  margin-bottom: 0;
}
body main .main_left > a > p::after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
  right: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.19vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4d3116;
}
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;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box {
    width: 100%;
  }
}
body main .content_flex .right_box .s01_box {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-image: url(../images/bg_s01.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
body main .content_flex .right_box .s01_box > .s01_fv {
  position: relative;
}
body main .content_flex .right_box .s01_box > .s01_fv > div {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 325px;
}
body main .content_flex .right_box .s01_box > .s01_fv > div > p {
  color: #00314b;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
body main .content_flex .right_box .s01_box > .s01_video {
  position: relative;
  padding: 30px 20px 10px;
}
body main .content_flex .right_box .s01_box > .s01_video::before {
  content: "";
  background-image: url(../images/s01_06.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: -10%;
  right: 0%;
  width: 158px;
  height: 133px;
  z-index: 8;
}
body main .content_flex .right_box .s01_box > .s01_video > iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
body main .content_flex .right_box .s01_box > .s01_video > video {
  width: 100%;
}
body main .content_flex .right_box .s01_box > .s01_video > h2 {
  color: #00314b;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  margin: 1rem 0 1rem;
}
body main .content_flex .right_box .s01_box > .s01_video > p {
  color: #00314b;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 24px;
}
body main .content_flex .right_box .s01_box > .s01_fit {
  padding: 0px 20px;
}
body main .content_flex .right_box .s01_box > .s01_fit > ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
body main .content_flex .right_box .s01_box > .s01_fit > ul > li {
  width: 26%;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #00314b;
}
body main .content_flex .right_box .s01_box > .s01_fit > ul > li > span {
  font-weight: 900;
}
body main .content_flex .right_box .s01_box > .s01_fit > p {
  color: #00314b;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 24px;
  margin: 2rem 0;
}
body main .content_flex .right_box .s01_box > .s01_content {
  position: relative;
  padding: 0 20px 60px;
}
body main .content_flex .right_box .s01_box > .s01_content::before {
  content: "";
  background-image: url(../images/s01_03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: -60px;
  right: -60px;
  width: 193px;
  height: 310px;
}
body main .content_flex .right_box .s01_box > .s01_content > .s01_img {
  width: 197px;
  background: #FFFFFF;
  box-shadow: 10px 12px 3px rgba(0, 0, 0, 0.12);
}
body main .content_flex .right_box .s01_box > .s01_content > p {
  text-align: left;
  color: #00314b;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 22px;
  margin: 2rem 0;
}
body main .content_flex .right_box .s01_box > .s01_content > .s01_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body main .content_flex .right_box .s01_box > .s01_content > .s01_flex > div {
  width: 155px;
  background: #FFFFFF;
  box-shadow: 10px 12px 3px rgba(0, 0, 0, 0.12);
}
body main .content_flex .right_box .s02_box {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 60px 20px;
  background: #FFFFFF url(../images/bg_s02_t.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}
body main .content_flex .right_box .s02_box::before {
  content: "";
  background: rgb(255, 255, 255) url(../images/bg_s02_b.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 0;
}
body main .content_flex .right_box .s02_box > h2 {
  position: relative;
  z-index: 1;
  color: #00314b;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 2rem;
}
body main .content_flex .right_box .s02_box > p {
  position: relative;
  z-index: 1;
  color: #00314b;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 22px;
  margin-bottom: 0.5rem;
}
body main .content_flex .right_box .s02_box > .s02_sub {
  position: relative;
  z-index: 1;
  background-color: #A0A6A7;
  padding: 30px 0;
  margin-top: 2rem;
}
body main .content_flex .right_box .s02_box > .s02_sub:nth-of-type(1) {
  margin-top: 3rem;
}
body main .content_flex .right_box .s02_box > .s02_sub:nth-of-type(2) {
  background-color: #9DACB1;
}
body main .content_flex .right_box .s02_box > .s02_sub > h3 {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0;
}
body main .content_flex .right_box .s02_box > .s02_sub > .s02_img {
  margin: 1rem -10px 1.5rem;
  background: #FFFFFF;
  box-shadow: 7px 12px 3px rgba(0, 0, 0, 0.12);
}
body main .content_flex .right_box .s02_box > .s02_sub > p {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 22px;
  margin-bottom: 0;
}
body main .content_flex .right_box .s03_box {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  background-color: #FFFFFF;
}
body main .content_flex .right_box .s03_box > ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.5%;
  row-gap: 1.5rem;
}
body main .content_flex .right_box .s03_box > ul > li {
  flex: 0 0 33%;
}
body main .content_flex .right_box .s03_box > ul > li > img {
  width: 92px;
}
body main .content_flex .right_box .s03_box > ul > li > h4 {
  color: #00314b;
  font-weight: 500;
  font-size: 12px;
  margin: 5px 0 7px;
}
body main .content_flex .right_box .s03_box > ul > li > h4.t_small {
  font-size: 11px;
  letter-spacing: -0.1em;
}
body main .content_flex .right_box .s03_box > ul > li > p {
  color: #00314b;
  font-size: 8px;
  text-align: left;
  max-width: 92px;
  margin: 0 auto;
}
body main .content_flex .right_box .s03_box > span {
  display: inline-block;
  font-size: 8px;
  color: #00314b;
  margin-top: 1.5rem;
}
body main .content_flex .right_box .s04_box {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  background-image: url(../images/bg_s04.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body main .content_flex .right_box .s04_box > h4 {
  position: relative;
  display: inline-block;
  color: #00314b;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
body main .content_flex .right_box .s04_box > h4::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #00314B;
  width: 79px;
  height: 1px;
}
body main .content_flex .right_box .s04_box > p {
  color: #00314b;
  font-size: 14px;
  letter-spacing: 0.02em;
}
body main .content_flex .right_box .s04_box > ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.5%;
  row-gap: 1rem;
}
body main .content_flex .right_box .s04_box > ul > li {
  flex: 0 0 49%;
}
body main .content_flex .right_box .s04_box > ul > li > img {
  width: 114px;
}
body main .content_flex .right_box .s04_box > ul > li > h5 {
  color: #00314b;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  margin: 10px 0 5px;
}
body main .content_flex .right_box .s04_box > ul > li > h5.t_small {
  font-size: 11px;
  letter-spacing: -0.1em;
}
body main .content_flex .right_box .s04_box > ul > li > p {
  color: #00314b;
  font-size: 8px;
  margin: 0;
}
body main .content_flex .right_box .s05_box {
  position: relative;
  text-align: center;
  padding: 50px 20px;
  background-image: url(../images/bg_s05.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body main .content_flex .right_box .s05_box > .s05_img {
  margin: 0 -20px;
}
body main .content_flex .right_box .s05_box > ul {
  list-style: none;
  padding: 0;
  margin: 17rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.5%;
  row-gap: 1rem;
}
body main .content_flex .right_box .s05_box > ul > li {
  flex: 0 0 33%;
}
body main .content_flex .right_box .s05_box > ul > li > img {
  width: 92px;
}
body main .content_flex .right_box .s05_box > ul > li > h4 {
  color: #00314b;
  font-weight: 500;
  font-size: 12px;
  margin: 5px 0 7px;
}
body main .content_flex .right_box .s05_box > ul > li > h4.t_small {
  font-size: 11px;
  letter-spacing: -0.1em;
}
body main .content_flex .right_box .s05_box > ul > li > p {
  color: #00314b;
  font-size: 8px;
  text-align: left;
  max-width: 92px;
  margin: 0 auto;
}
body main .content_flex .right_box .s06_box {
  position: relative;
  text-align: center;
  padding: 25px 20px;
  background-color: #FFFFFF;
}
body main .content_flex .right_box .s06_box > .c06_sub {
  position: relative;
  padding: 30px 20px;
  background-color: #1B2870;
  box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.16);
}
body main .content_flex .right_box .s06_box > .c06_sub::before {
  content: "";
  background-image: url(../images/s06_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 52px;
}
body main .content_flex .right_box .s06_box > .c06_sub::after {
  content: "";
  background-image: url(../images/s06_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: 10%;
  right: 1%;
  width: 168px;
  height: 115px;
}
body main .content_flex .right_box .s06_box > .c06_sub > h2 {
  display: inline-block;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 37px;
  margin-bottom: 1rem;
}
body main .content_flex .right_box .s06_box > .c06_sub > h2 > span {
  display: block;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
body main .content_flex .right_box .s06_box > .c06_sub > p {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}
body main .content_flex .right_box .s06_box > .c06_sub > p:last-of-type {
  margin-bottom: 1rem;
}
body main .content_flex .right_box .s06_box > .c06_sub > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0.02em;
  border: 1px solid #FFFFFF;
  width: 246px;
  padding: 3px 0;
  margin: 0.2rem 0 0.5rem;
}
body main .content_flex .right_box .s06_box > .c06_sub > img {
  width: 98px;
}
body main .content_flex .right_box .s07_box {
  position: relative;
  text-align: center;
  padding: 40px 20px 30px;
  background: linear-gradient(to top, rgba(240, 240, 240, 0) 0%, #ededed 100%);
}
body main .content_flex .right_box .s07_box > p {
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px;
}
body main .content_flex .right_box .s07_box > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .s07_box > img {
  margin: 30px 0;
}
body main .content_flex .right_box .s07_box > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
body main .content_flex .right_box .s07_box > ul > li {
  position: relative;
  width: calc(50% - 10px);
  background-color: #FFFFFF;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.16);
}
body main .content_flex .right_box .s07_box > ul > li > p {
  display: inline-block;
  position: absolute;
  bottom: 15%;
  left: 0;
  color: #FFFFFF;
  background-color: #1B2870;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 3px 15px;
}
body main .content_flex .right_box .s07_box > ul > li > h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  margin: 15px 0;
}
body main .content_flex .right_box .s08_box {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  background-color: #FFFFFF;
}
body main .content_flex .right_box .s08_box > .s08_faq {
  text-align: left;
  margin-top: 1.5rem;
}
body main .content_flex .right_box .s08_box > .s08_faq > h4 {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #00314b;
  border-bottom: 0.5px solid #000000;
  padding-bottom: 10px;
  margin-left: 2rem;
  margin-bottom: 10px;
}
body main .content_flex .right_box .s08_box > .s08_faq > h4::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: -2rem;
  font-family: "Aboreto", system-ui;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #5ca4b3;
}
body main .content_flex .right_box .s08_box > .s08_faq > p {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 20px;
  color: #000;
  margin-left: 2rem;
  margin-bottom: 0;
}
body main .content_flex .right_box .s08_box > .s08_faq > p::before {
  content: "A";
  position: absolute;
  top: 0;
  left: -1.85rem;
  font-family: "Aboreto", system-ui;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #5ca4b3;
}
body main .content_flex .right_box footer {
  text-align: center;
  padding: 20px;
  background-color: #1A2870;
}
body main .content_flex .right_box footer > img {
  width: 80px;
}
body main .content_flex .right_box footer > ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
body main .content_flex .right_box footer > ul > li {
  line-height: 1.2;
}
body main .content_flex .right_box footer > ul > li > a {
  display: inline-block;
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 10px;
}
body main .fix_box {
  text-align: center;
  position: fixed;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  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 > a {
  display: inline-block;
  width: 300px;
  transition: 0.5s;
}
body main .fix_box > a > p {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -65%);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4d3116;
  width: 240px;
  margin-bottom: 0;
}
body main .fix_box > a > p::after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
  right: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #4d3116;
}