@import url("https://fonts.googleapis.com/css2?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: #A07D1D;
}

.allstop_scroll {
  overflow: hidden;
}

.common_title {
  position: relative;
  color: #000000;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-bottom: 50px;
}
.common_title::before {
  content: "";
  background-image: url(../images/icon_title.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 145px;
  height: 25px;
}
.common_title.ct02::before {
  background-image: url(../images/icon_title02.svg);
}

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, #002A1E;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}
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 .left_top {
  position: fixed;
  top: 7%;
  left: 9%;
  z-index: 2;
  width: 43vw;
}
body main .left_box {
  position: fixed;
  bottom: 5%;
  left: 20%;
  z-index: 2;
  width: 30vw;
}
body main .left_box > a {
  display: inline-block;
  position: relative;
  text-align: center;
  transition: 0.5s;
}
body main .left_box > a:hover {
  opacity: 1;
  transform: scale(1.03);
}
body main .left_box > a > p {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -100%);
  width: 90%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.6vw;
  letter-spacing: 0.01em;
  color: #174a2c;
  margin-bottom: 0;
}
body main .left_box > a > p > span {
  color: #00A544;
}
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: #ededed;
}
@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;
  overflow: hidden;
  text-align: center;
}
body main .content_flex .right_box .fv_box::before {
  content: "";
  position: absolute;
  z-index: 7;
  height: 40px;
  width: 100%;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  background-color: #EBEBEB;
  left: 0;
  bottom: 0px;
}
body main .content_flex .right_box .fv_box > .fv_txt {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 85%;
}
body main .content_flex .right_box .fv_box > .fv_txt > img {
  width: 300px;
  transform: translate(50%, 0);
  opacity: 0;
  transition: 1s;
}
body main .content_flex .right_box .fv_box > .fv_txt > img.is_show {
  transform: translate(0, 0);
  opacity: 1;
}
body main .content_flex .right_box .fv_box > .fv_txt > a {
  display: inline-block;
  margin: 20px 0 0px;
  position: relative;
  text-align: center;
  width: 330px;
}
@media print, screen and (min-width: 992px) {
  body main .content_flex .right_box .fv_box > .fv_txt > a {
    transform: translateX(-7px);
  }
}
body main .content_flex .right_box .fv_box > .fv_txt > a:hover {
  opacity: 1;
  transform: translateX(-7px) scale(1.03);
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .fv_box > .fv_txt > a:hover {
    transform: scale(1.03);
  }
}
body main .content_flex .right_box .fv_box > .fv_txt > a > p {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -100%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.01em;
  color: #174a2c;
  width: 90%;
  margin-bottom: 0;
}
body main .content_flex .right_box .fv_box > .fv_txt > a > p > span {
  color: #00A544;
}
body main .content_flex .right_box .fv_box > .fv_txt > p {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
}
body main .content_flex .right_box .c01_box {
  position: relative;
  text-align: center;
  background-color: #EBEBEB;
  padding: 30px 20px 50px;
}
body main .content_flex .right_box .c01_box::before {
  content: "";
  background-image: url(../images/icon_c01_r.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: -15%;
  right: -6%;
  width: 160px;
  height: 95px;
  z-index: 8;
}
body main .content_flex .right_box .c01_box::after {
  content: "";
  background-image: url(../images/icon_c01_l.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: -15%;
  left: -12%;
  width: 156px;
  height: 128px;
  z-index: 8;
}
body main .content_flex .right_box .c01_box > h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
body main .content_flex .right_box .c01_box > p {
  color: #000000;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
body main .content_flex .right_box .c01_box > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .c01_box > p > span {
  color: #005339;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
body main .content_flex .right_box .c02_box {
  position: relative;
  background-image: url(../images/bg_c02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding: 50px 20px 60px;
  text-align: center;
}
body main .content_flex .right_box .c02_box > h1 {
  color: #FFFFFF;
}
body main .content_flex .right_box .c02_box > h2 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}
body main .content_flex .right_box .c02_box > h3 {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
body main .content_flex .right_box .c02_box > h3 > span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
body main .content_flex .right_box .c02_box > img {
  width: 240px;
  margin: 20px 0 10px;
}
body main .content_flex .right_box .c02_box > ul {
  list-style: none;
  text-align: left;
  border: 1px solid #FFFFFF;
  padding: 15px 60px;
  margin: 10px 0 20px;
}
body main .content_flex .right_box .c02_box > ul > li {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
}
body main .content_flex .right_box .c03_box {
  position: relative;
  text-align: center;
  background-image: url(../images/bg_c03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding: 100px 20px 0px;
}
body main .content_flex .right_box .c03_box::before {
  content: "";
  position: absolute;
  z-index: 7;
  height: 40px;
  width: 100%;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  background-color: rgb(240, 240, 240);
  left: 0;
  top: -39px;
}
body main .content_flex .right_box .c03_box > p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px;
}
body main .content_flex .right_box .c03_box > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .c03_box > .c03_img {
  margin: 30px -20px 0;
}
body main .content_flex .right_box .c04_box {
  position: relative;
  padding: 30px 20px 80px;
  background: linear-gradient(rgba(240, 240, 240, 0) 0%, #ededed 100%);
  text-align: center;
}
body main .content_flex .right_box .c04_box::before {
  content: "";
  background-image: url(../images/icon_c04_01.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 375px;
}
body main .content_flex .right_box .c04_box::after {
  content: "";
  background-image: url(../images/icon_c04_02.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  position: absolute;
  bottom: -7%;
  left: 0;
  width: 100%;
  height: 375px;
}
body main .content_flex .right_box .c04_box > h1 {
  position: relative;
  z-index: 2;
}
body main .content_flex .right_box .c04_box > h1 > span {
  font-size: 40px;
}
body main .content_flex .right_box .c04_box > ul {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0;
}
body main .content_flex .right_box .c04_box > ul > li {
  position: relative;
  background-color: #FFFFFF;
  border: 2px solid #A07D1D;
  filter: drop-shadow(10px 10px 3px rgba(0, 0, 0, 0.1));
  margin-bottom: 30px;
}
body main .content_flex .right_box .c04_box > ul > li:last-child {
  margin-bottom: 0;
}
body main .content_flex .right_box .c04_box > ul > li::before {
  content: "";
  background-color: #A07D1D;
  clip-path: polygon(0% 0%, 100% 0%, 0 100%);
  position: absolute;
  top: -1px;
  left: 0;
  width: 65px;
  height: 65px;
}
body main .content_flex .right_box .c04_box > ul > li > span {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 2;
  color: #c1c1c1;
  font-weight: normal;
  font-size: 50px;
  line-height: 30px;
}
body main .content_flex .right_box .c04_box > ul > li > h2 {
  color: #005339;
  font-weight: 900;
  font-size: 18px;
  margin: 20px 0 10px;
}
body main .content_flex .right_box .c04_box > ul > li > p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 20px;
}
body main .content_flex .right_box .c05_box {
  position: relative;
  text-align: center;
  background-image: url(../images/bg_c05.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 80px 20px 80px;
}
body main .content_flex .right_box .c05_box::before {
  content: "";
  background-image: url(../images/icon_c05.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 70px;
}
body main .content_flex .right_box .c05_box > h1 {
  color: #FFFFFF;
}
body main .content_flex .right_box .c05_box > h2 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
body main .content_flex .right_box .c05_box > ul {
  list-style: none;
  padding: 0;
  margin: 153% 0 0;
}
body main .content_flex .right_box .c05_box > ul > li {
  position: relative;
  border: 2px solid #FFF5AA;
  padding: 40px 0 30px;
  margin-bottom: 30px;
}
body main .content_flex .right_box .c05_box > ul > li:last-child {
  margin-bottom: 0;
}
body main .content_flex .right_box .c05_box > ul > li > h3 {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
}
body main .content_flex .right_box .c05_box > ul > li > h3 > span {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0.5;
  transform: translateY(-10px);
}
body main .content_flex .right_box .c05_box > ul > li > .c05_ab {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body main .content_flex .right_box .c05_box > ul > li > .c05_re {
  position: relative;
  z-index: 1;
}
body main .content_flex .right_box .c05_box > ul > li > p {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px;
}
body main .content_flex .right_box .c05_box > ul > li > p:first-of-type {
  margin-top: 20px;
}
body main .content_flex .right_box .c05_box > ul > li > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .c06_box {
  position: relative;
  text-align: center;
  padding: 40px 20px 30px;
  background: linear-gradient(rgba(240, 240, 240, 0) 0%, #ededed 100%);
}
body main .content_flex .right_box .c06_box > p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px;
}
body main .content_flex .right_box .c06_box > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .c06_box > p > span {
  font-size: 12px;
}
body main .content_flex .right_box .c06_box > img {
  margin: 30px 0;
}
body main .content_flex .right_box .c06_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 .c06_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 .c06_box > ul > li > p {
  display: inline-block;
  position: absolute;
  bottom: 15%;
  left: 0;
  color: #FFFFFF;
  background-color: #1B2870;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 3px 15px;
}
body main .content_flex .right_box .c06_box > ul > li > h2 {
  font-weight: normal;
  font-size: 14px;
  margin: 15px 0;
}
body main .content_flex .right_box .c07_box {
  position: relative;
  text-align: center;
}
body main .content_flex .right_box .c07_box > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%);
  width: 90%;
}
body main .content_flex .right_box .c07_box > div > h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #A07D1D;
  margin-bottom: 8rem;
}
body main .content_flex .right_box .c07_box > div > img {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 107px;
}
body main .content_flex .right_box .c07_box > div > span {
  display: inline-block;
  position: absolute;
  top: 33%;
  left: 11%;
  text-align: right;
  font-weight: normal;
  font-size: 9px;
  letter-spacing: -0.02em;
  line-height: 12px;
}
body main .content_flex .right_box .c07_box > div > p {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
body main .content_flex .right_box .c07_box > div > ul {
  position: relative;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 20px auto;
  max-width: 240px !important;
}
body main .content_flex .right_box .c07_box > div > ul::before {
  content: "";
  background-color: #A07D1D;
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 50%;
}
body main .content_flex .right_box .c07_box > div > ul::after {
  content: "";
  background-color: #A07D1D;
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 50%;
}
body main .content_flex .right_box .c07_box > div > ul > li {
  display: flex;
  flex-wrap: wrap;
  color: #A07D1D;
  column-gap: 10px;
}
body main .content_flex .right_box .c07_box > div > ul > li > p {
  width: 130px;
  flex-shrink: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}
body main .content_flex .right_box .c07_box > div > ul > li > p > span {
  font-size: 12px;
}
body main .content_flex .right_box .c07_box > div > ul > li > span {
  flex: 1;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
body main .content_flex .right_box .c08_box {
  position: relative;
  text-align: center;
  background-image: url(../images/bg_c08.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 40px 20px 70px;
}
body main .content_flex .right_box .c08_box > h1 > span {
  font-family: "Noto Sans JP", sans-serif;
  color: #00A544;
}
body main .content_flex .right_box .c08_box > img {
  width: 100px;
}
body main .content_flex .right_box .c08_box > div {
  position: relative;
  background-color: #FFFFFF;
  border: 2px solid #a17d1d;
  filter: drop-shadow(10px 10px 3px rgba(0, 0, 0, 0.16));
  padding: 30px 0 70px;
  margin-top: 30px;
}
body main .content_flex .right_box .c08_box > div > p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}
body main .content_flex .right_box .c08_box > div > ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 10px auto 15px;
  max-width: 244px !important;
}
body main .content_flex .right_box .c08_box > div > ul > li {
  color: #a07d1d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
body main .content_flex .right_box .c08_box > div > ul > li > span {
  font-size: 10px;
}
body main .content_flex .right_box .c08_box > div > .c08_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-48.5%, 50%);
  width: 107%;
}
body main .content_flex .right_box .c08_box > div > .c08_img > a {
  position: relative;
  display: inline-block;
  width: 100%;
  transition: 0.5s;
}
body main .content_flex .right_box .c08_box > div > .c08_img > a:hover {
  opacity: 1;
  transform: scale(1.02);
}
body main .content_flex .right_box .c08_box > div > .c08_img > a > p {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -100%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.01em;
  color: #174a2c;
  width: 90%;
  margin-bottom: 0;
}
body main .content_flex .right_box .c08_box > div > .c08_img > a > p > span {
  color: #00A544;
}
body main .content_flex .right_box .c09_box {
  position: relative;
  text-align: center;
  background-image: url(../images/bg_c09.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 80px 20px 120px;
}
body main .content_flex .right_box .c09_box::before {
  content: "";
  background-image: url(../images/icon_c09_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: -7%;
  left: -12%;
  width: 190px;
  height: 175px;
  z-index: 3;
}
body main .content_flex .right_box .c09_box::after {
  content: "";
  background-image: url(../images/icon_c09_02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: -2%;
  right: -2%;
  width: 165px;
  height: 130px;
  z-index: 3;
}
body main .content_flex .right_box .c09_box > h1 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 25px;
}
body main .content_flex .right_box .c09_box > span {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
}
body main .content_flex .right_box .c09_box > .c09_img {
  margin: 20px -20px 30px;
}
body main .content_flex .right_box .c09_box > h2 {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
body main .content_flex .right_box .c09_box > h3 {
  color: #1b2870;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 21.67%, #fff 80.79%, rgba(255, 255, 255, 0) 100%);
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0;
  margin-bottom: 10px;
}
body main .content_flex .right_box .c09_box > h3 > span {
  font-weight: normal;
  font-size: 16px;
}
body main .content_flex .right_box .c09_box > p {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 30px;
}
body main .content_flex .right_box .c10_box {
  position: relative;
  text-align: center;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, #ededed 100%);
  padding: 70px 20px 40px;
}
body main .content_flex .right_box .c10_box > h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
}
body main .content_flex .right_box .c10_box > img {
  width: 94px;
}
body main .content_flex .right_box .c10_box > ul {
  position: relative;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 25px auto 35px;
  max-width: 243px !important;
}
body main .content_flex .right_box .c10_box > ul::before {
  content: "";
  background-color: #A07D1D;
  position: absolute;
  top: -12%;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 50%;
}
body main .content_flex .right_box .c10_box > ul::after {
  content: "";
  background-color: #A07D1D;
  position: absolute;
  bottom: -12%;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 50%;
}
body main .content_flex .right_box .c10_box > ul > li {
  font-weight: normal;
  font-size: 16px;
}
body main .content_flex .right_box .c10_box > p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}
body main .content_flex .right_box .c11_box {
  position: relative;
  text-align: center;
  background: url(../images/bg_c11.png), #FFFFFF;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0% 10%;
  padding: 0px 20px 40px;
}
body main .content_flex .right_box .c11_box > img {
  width: 315px;
  margin-bottom: 30px;
}
body main .content_flex .right_box .c11_box > p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px;
}
body main .content_flex .right_box .c11_box > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .c11_box > div {
  margin-top: 35px;
  background-image: url(../images/bg_c11_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  filter: drop-shadow(10px 10px 3px rgba(0, 0, 0, 0.16));
  padding: 30px 20px 0;
}
body main .content_flex .right_box .c11_box > div > h2 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
body main .content_flex .right_box .c11_box > div > p {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
body main .content_flex .right_box .c11_box > div > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .c11_box > div > img {
  margin-top: 20px;
  width: 158px;
}
body main .content_flex .right_box .c12_box {
  position: relative;
  text-align: center;
}
body main .content_flex .right_box .c12_box > div {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
body main .content_flex .right_box .c12_box > div > h1 {
  color: #FFFFFF;
  margin-bottom: 40px;
}
body main .content_flex .right_box .c12_box > div > p {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px;
}
body main .content_flex .right_box .c12_box > div > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .c12_box > div > p > span {
  color: #FFF5AA;
  font-size: 18px;
}
body main .content_flex .right_box .c12_box > a {
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-49%, 0%);
  display: inline-block;
  width: 370px;
  transition: 0.5s;
}
body main .content_flex .right_box .c12_box > a:hover {
  opacity: 1;
  transform: translate(-49%, 0%) scale(1.02);
}
body main .content_flex .right_box .c12_box > a > p {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -100%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.01em;
  color: #174a2c;
  width: 90%;
  margin-bottom: 0;
}
body main .content_flex .right_box .c12_box > a > p > span {
  color: #00A544;
}
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;
  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: 370px;
  transform: translateX(5px);
  transition: 0.5s;
}
body main .fix_box > a:hover {
  opacity: 1;
  transform: translateX(5px) scale(1.02);
}
body main .fix_box > a > p {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -100%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.01em;
  color: #174a2c;
  width: 90%;
  margin-bottom: 0;
}
body main .fix_box > a > p > span {
  color: #00A544;
}