@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..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: #f5ab01;
}

.allstop_scroll {
  overflow: hidden;
}

.c_title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-align: center;
  color: #4a4a4a;
  padding-bottom: 10px;
  margin-bottom: 1.5rem;
}
.c_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 82px;
  height: 7px;
  background: #f5ab01;
  opacity: 0.5;
}

.kiran {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.8);
  transform: scale(0) rotate(45deg);
  opacity: 0;
  animation: kiran 3s ease-in-out infinite;
}

@keyframes kiran {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(2) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(8) rotate(45deg);
    opacity: 0;
  }
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 992px) {
  body {
    background: url(../../../img/blog/kantoku/bg_main.png) no-repeat 0% bottom/cover, #FFFFFF;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media print, screen and (max-width: 992px) {
  body header {
    text-align: left;
    padding: 10px 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid #F39F17;
  }
}
body header > .container img {
  width: 162px;
}
@media print, screen and (max-width: 992px) {
  body header > .container img {
    width: 116px;
  }
}
body main .header_box {
  position: fixed;
  top: 10%;
  left: 10%;
}
body main .header_box > a > img {
  width: 16vw;
}
body main .main_left_box {
  position: fixed;
  overflow: hidden;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 21.7vw;
  text-align: left;
  font-weight: 500;
  font-size: 2.08vw;
  letter-spacing: 0.1vw;
  line-height: 3.125vw;
  color: #4a4a4a;
}
body main .main_left_box > a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-family: "LINE Seed JP App_TTF";
  font-weight: bold;
  font-size: 1.25vw;
  letter-spacing: 0.03vw;
  line-height: 2vw;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  padding: 0.5vw 0;
  margin: 8vw auto 0;
  border-radius: 7px;
  background: #C10000;
  border: 3px solid #fff;
  box-shadow: 5px 7px 5px rgba(0, 0, 0, 0.15);
  animation: sparkleEffect 1.5s ease-in-out infinite;
}
body main .main_left_box > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 1.45vw;
  height: 1.45vw;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 1;
}
body main .main_left_box > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  background-color: #C10000;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 0.8vw;
  height: 0.9vw;
  z-index: 2;
}
body main .container {
  padding: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 992px) {
  body main .container {
    max-width: 375px;
    margin: auto;
  }
}
@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 .content_flex {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 992px) {
  body main .content_flex {
    border: 1px solid #D9D9D9;
    border-bottom: none;
  }
}
body main .content_flex .right_box .fv_box {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 40px 0px 30px;
}
body main .content_flex .right_box .fv_box > .fv_img {
  width: 345px;
}
body main .content_flex .right_box .fv_box > .fv_slide {
  display: flex;
  justify-content: flex-start;
  width: 1172px;
  height: auto;
  margin: 0.5rem 0 1rem;
}
body main .content_flex .right_box .fv_box > .fv_slide > img:first-child {
  animation: slide1 60s -30s linear infinite;
}
body main .content_flex .right_box .fv_box > .fv_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 .fv_box > a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-family: "LINE Seed JP App_TTF";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  width: 345px;
  padding: 3px 0;
  margin: auto;
  border-radius: 7px;
  background: #C10000;
  border: 3px solid #fff;
  box-shadow: 5px 7px 5px rgba(0, 0, 0, 0.15);
}
body main .content_flex .right_box .fv_box > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 1;
}
body main .content_flex .right_box .fv_box > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  background-color: #C10000;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 12px;
  height: 13px;
  z-index: 2;
}
body main .content_flex .right_box .c01_box {
  position: relative;
  text-align: center;
  background-color: #FEF9EB;
  padding: 30px 0 0;
}
body main .content_flex .right_box .c01_box > p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 20px;
  color: #4a4a4a;
  margin-bottom: 40px;
}
body main .content_flex .right_box .c02_box {
  position: relative;
  text-align: center;
  padding: 30px;
}
body main .content_flex .right_box .c02_box > h3 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 20px;
  color: #4a4a4a;
  margin-bottom: 0;
}
body main .content_flex .right_box .c02_box > p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 20px;
  color: #4a4a4a;
  margin: 1rem 0;
}
body main .content_flex .right_box .c02_box > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  text-align: left;
  border: 1px solid #f5ab01;
  padding: 10px 15px;
}
body main .content_flex .right_box .c02_box > ul > li {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 22px;
  color: #4a4a4a;
}
body main .content_flex .right_box .c02_box > ul > li > span {
  font-size: 12px;
}
body main .content_flex .right_box .c02_box > div {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
}
body main .content_flex .right_box .c02_box > div::before {
  content: "";
  background-image: url(../../../img/blog/kantoku/ico_c02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 171px;
  height: 40px;
  z-index: 1;
}
body main .content_flex .right_box .c02_box > div > * {
  position: relative;
  z-index: 2;
}
body main .content_flex .right_box .c02_box > div > .c_img {
  width: 144px;
  flex-shrink: 0;
}
body main .content_flex .right_box .c02_box > div > .c_txt {
  flex: 1;
  text-align: left;
  transform: translateY(-5px);
}
body main .content_flex .right_box .c02_box > div > .c_txt > span {
  display: block;
  font-weight: normal;
  font-size: 8px;
  text-align: left;
  color: #ec9332;
  margin-bottom: 2px;
}
body main .content_flex .right_box .c02_box > div > .c_txt > h4 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 5px;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
body main .content_flex .right_box .c02_box > div > .c_txt > h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45%;
  transform: translate(-50%, 0%);
  width: 104px;
  height: 0.25px;
  background: #707070;
  opacity: 0.5;
}
body main .content_flex .right_box .c02_box > div > .c_txt > h4 > p {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #4a4a4a;
  margin-bottom: 0;
}
body main .content_flex .right_box .c02_box > div > .c_txt > h4 > span {
  display: inline-block;
  font-weight: normal;
  font-size: 9px;
  line-height: 10px;
  color: #ec9332;
  transform: translateY(2px);
}
body main .content_flex .right_box .c02_box > div > .c_txt > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body main .content_flex .right_box .c02_box > div > .c_txt > ul > li {
  font-weight: normal;
  font-size: 9px;
  line-height: 1.6;
  color: #4d4d4d;
}
body main .content_flex .right_box .c02_box > div > .c_txt > ul > li::before {
  content: "●";
  color: #ec9332;
  padding-right: 3px;
}
body main .content_flex .right_box .c03_box {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 40px 15px 0px;
  background-color: #FEF9EB;
}
body main .content_flex .right_box .c03_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 429px;
  height: 429px;
}
body main .content_flex .right_box .c03_box > * {
  position: relative;
  z-index: 1;
}
body main .content_flex .right_box .c03_box > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body main .content_flex .right_box .c03_box > ul > li {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 20px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
body main .content_flex .right_box .c03_box > ul > li:last-child {
  margin-bottom: 0;
}
body main .content_flex .right_box .c03_box > ul > li > span {
  font-size: 12px;
}
body main .content_flex .right_box .c03_box > img {
  width: 96px;
  margin-top: 1rem;
}
body main .content_flex .right_box .c04_box {
  position: relative;
  text-align: center;
  padding: 40px 30px 20px;
}
body main .content_flex .right_box .c04_box > h2 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 28px;
  color: #4A4A4A;
  margin-bottom: 1.5rem;
}
body main .content_flex .right_box .c04_box > h2::before {
  content: "";
  background-image: url(../../../img/blog/kantoku/ico_c04_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 80%;
  left: -45px;
  transform: translateY(-50%);
  width: 35px;
  height: 30px;
}
body main .content_flex .right_box .c04_box > h2::after {
  content: "";
  background-image: url(../../../img/blog/kantoku/ico_c04_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 30%;
  right: -30px;
  transform: translateY(-50%);
  width: 35px;
  height: 30px;
}
body main .content_flex .right_box .c04_box > h2 > span {
  font-size: 22px;
  color: #f5ab01;
}
body main .content_flex .right_box .c04_box > ul {
  list-style: none;
  padding: 20px 0px 35px;
  margin: 0;
  border: 2px solid #f5ab01;
  border-radius: 10px;
  text-align: left;
}
body main .content_flex .right_box .c04_box > ul > li {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 20px;
  color: #4a4a4a;
  margin: 0 auto 5px;
  max-width: 248px;
}
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: "●";
  color: #f5ab01;
  padding-right: 5px;
}
body main .content_flex .right_box .c04_box > img {
  width: 214px;
  transform: translateY(-20px);
}
body main .content_flex .right_box .c05_box {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0 0 30px;
}
body main .content_flex .right_box .c05_box > h3 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 45px;
  color: #FFFFFF;
  background-color: #f5ab01;
  padding: 5px 0;
  margin-bottom: 2rem;
}
body main .content_flex .right_box .c05_box > ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem;
  max-width: 188px;
  text-align: left;
}
body main .content_flex .right_box .c05_box > ul > li {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #4a4a4a;
  margin-bottom: 3px;
}
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::before {
  content: "";
  background-color: #f5ab01;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 0;
}
body main .content_flex .right_box .c05_box > ul > li > span {
  display: block;
  font-weight: 400;
  font-size: 12px;
}
body main .content_flex .right_box .c05_box > .c05_slide {
  display: flex;
  justify-content: flex-start;
  width: 1172px;
  height: auto;
  margin: 0 0 2rem;
}
body main .content_flex .right_box .c05_box > .c05_slide > img:first-child {
  animation: slide3 60s -30s linear infinite;
}
body main .content_flex .right_box .c05_box > .c05_slide > img:last-child {
  animation: slide4 60s linear infinite;
}
@keyframes slide3 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide4 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
body main .content_flex .right_box .c05_box > h4 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 20px;
  color: #4a4a4a;
  margin: 1.5rem 0 10px;
}
body main .content_flex .right_box .c05_box > iframe {
  width: 315px;
  aspect-ratio: 16/9;
}
body main .content_flex .right_box .c06_box {
  position: relative;
  text-align: center;
  padding: 20px 15px 30px;
  background-color: #FEF9EB;
}
body main .content_flex .right_box .c06_box > h2 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 45px;
  color: #4a4a4a;
  background-color: rgba(251, 184, 76, 0.3);
  margin: 0 -15px 1.5rem;
}
body main .content_flex .right_box .c06_box > div {
  text-align: left;
  border-bottom: 1px solid #4A4A4A;
  padding: 0 0 1.5rem 15px;
  margin-bottom: 1.5rem;
}
body main .content_flex .right_box .c06_box > div:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
body main .content_flex .right_box .c06_box > div > h3 {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 28px;
  padding-left: 35px;
  color: #4a4a4a;
  margin-bottom: 1rem;
}
body main .content_flex .right_box .c06_box > div > h3::before {
  content: "";
  background-color: #f5ab01;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 2px;
  left: 0;
}
body main .content_flex .right_box .c06_box > div > h4 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 22px;
  color: #4a4a4a;
  margin-bottom: 1rem;
}
body main .content_flex .right_box .c06_box > div > h4 > span {
  font-size: 16px;
}
body main .content_flex .right_box .c06_box > div > p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 20px;
  color: #4a4a4a;
  margin-bottom: 0px;
}
body main .content_flex .right_box .c07_box {
  position: relative;
  padding: 30px;
}
body main .content_flex .right_box .c07_box > div {
  margin-bottom: 1.5rem;
}
body main .content_flex .right_box .c07_box > div:last-child {
  margin-bottom: 0;
}
body main .content_flex .right_box .c07_box > div > h2 {
  position: relative;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 21px;
  text-align: left;
  color: #f7931f;
  border-bottom: 2px solid #F99A00;
  padding-left: 10px;
  padding-bottom: 5px;
}
body main .content_flex .right_box .c07_box > div > h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F99A00;
  width: 3px;
  height: 20px;
}
body main .content_flex .right_box .c07_box > div > .c07_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  margin-top: 1rem;
  border: 1px solid #707070;
}
body main .content_flex .right_box .c07_box > div > .c07_flex > .c07_img {
  width: 126px;
  flex-shrink: 0;
}
body main .content_flex .right_box .c07_box > div > .c07_flex > .c07_txt {
  flex: 1;
  padding-right: 10px;
}
body main .content_flex .right_box .c07_box > div > .c07_flex > .c07_txt > h3 {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 21px;
  color: #4a4a4a;
}
body main .content_flex .right_box .c07_box > div > .c07_flex > .c07_txt > p {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 18px;
  color: #4a4a4a;
  margin-bottom: 0;
}
body main .content_flex .right_box .form_box {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #EFEFEF;
  padding: 20px 0px;
}
body main .content_flex .right_box .form_box > iframe {
  width: 100%;
  height: 1520px;
}
body main .fix_box {
  position: fixed;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 345px;
  text-align: center;
  overflow: hidden;
  z-index: 99;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
body main .fix_box.show {
  opacity: 1;
  pointer-events: visible;
}
body main .fix_box.hide {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
body main .fix_box > a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-family: "LINE Seed JP App_TTF";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  padding: 3px 0;
  margin: auto;
  border-radius: 7px;
  background: #C10000;
  border: 3px solid #fff;
  box-shadow: 5px 7px 5px rgba(0, 0, 0, 0.15);
  animation: sparkleEffect 1.5s ease-in-out infinite;
}
body main .fix_box > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 1;
}
body main .fix_box > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  background-color: #C10000;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 12px;
  height: 13px;
  z-index: 2;
}
body footer {
  text-align: center;
  padding: 10px 0px 30px;
  background-color: #f5ab01;
}
@media print, screen and (max-width: 992px) {
  body footer {
    padding: 20px 0 80px;
  }
}
body footer > p {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 28px;
  margin-bottom: 0;
}