* {
  min-height: 0;
  box-sizing: border-box;
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  padding-top: 0 !important;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

picture {
  display: block;
}

.wrap {
  color: #231815;
  font-size: 16px;
  line-height: 2.185;
  letter-spacing: 0.03em;
  overflow: hidden;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .wrap {
    line-height: 1.875;
  }
}
.wrap img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  /*padding-bottom: 100px;
  @include sm {
    padding-bottom: 80px;
  }*/
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pc-inline {
  display: inline-block !important;
}

.sp-inline {
  display: none !important;
}

a:hover {
  opacity: 0.8;
}

.super {
  font-size: 0.8em;
  vertical-align: super;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.icj-pagetop {
  left: 30px;
}
@media screen and (max-width: 768px) {
  .icj-pagetop {
    left: auto;
    right: 15px;
    bottom: 25px;
  }
}

.js-fade {
  opacity: 0;
  transition: opacity 1.5s;
}
.js-fade.js-on {
  opacity: 1;
}

.js-fade-image {
  opacity: 0;
  transform: scale(1.05);
  transition: transform 1.5s, opacity 1.5s;
}
.js-fade-image.js-on {
  opacity: 1;
  transform: scale(1);
}

.cmn-cv {
  display: none;
}

.cmn-footer {
  background: #8D8D8D;
}

.cmn-footer-list-heading a,
.cmn-footer-list-content a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cmn-footer-list-content a {
    color: #333;
  }
}

.cmn-footer-list-heading a::before,
.cmn-footer-list-heading a::after {
  border-color: #fff;
}

.cmn-footer-icon img {
  filter: invert(100%);
}

.cmn-footer-list-bottom {
  justify-content: flex-start;
}

.cmn-footer-list-bottom .cmn-footer-list-heading:first-child {
  display: none;
}

.cmn-footer-list-bottom .cmn-footer-list-heading:last-child {
  margin-left: 30px;
}

@font-face {
  font-family: "Hiragino Sans W0";
  src: url("../font/HiraginoSans-W0.otf") format("opentype");
}
@font-face {
  font-family: "Hiragino Sans W1";
  src: url("../font/FHiraginoSans-W1.otf") format("opentype");
}
@font-face {
  font-family: "Hiragino Sans W2";
  src: url("../font/HiraginoSans-W2.otf") format("opentype");
}
@font-face {
  font-family: "Hiragino Sans W3";
  src: url("../font/HiraginoSans-W3.otf") format("opentype");
}
@font-face {
  font-family: "Hiragino Sans W4";
  src: url("../font/HiraginoSans-W4.otf") format("opentype");
}
@font-face {
  font-family: "Hiragino Sans W5";
  src: url("../font/HiraginoSans-W5.otf") format("opentype");
}
@font-face {
  font-family: "Hiragino Sans W6";
  src: url("../font/HiraginoSans-W6.otf") format("opentype");
}
@font-face {
  font-family: "Hiragino Sans W7";
  src: url("../font/HiraginoSans-W7.otf") format("opentype");
}
@font-face {
  font-family: "Hiragino Sans W8";
  src: url("../font/HiraginoSans-W8.otf") format("opentype");
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: url("../font/HiraginoSans-W9.otf") format("opentype");
}
.section-inner {
  width: 1000px;
  padding: 0 20px;
  max-width: 100%;
  margin: auto;
}

.section-title {
  margin: auto;
  max-width: 100%;
  text-align: center;
}

.section-subtitle {
  text-align: center;
}
.section-subtitle .section-subtitle-text-01 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-subtitle .section-subtitle-text-01 {
    font-size: 20px;
  }
}
.section-subtitle .section-subtitle-text-01::before {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: -26px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  .section-subtitle .section-subtitle-text-01::before {
    height: 8.7px;
    bottom: -12px;
  }
}
.section-subtitle .section-subtitle-text-02 {
  margin-top: 38px;
  display: block;
  color: #000000;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-subtitle .section-subtitle-text-02 {
    margin-top: 20px;
    font-size: 30px;
  }
}

.section-text {
  margin-top: 20px;
}

.section-image {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .section-image {
    margin-top: 30px;
  }
}

.tab-panel {
  display: none;
}
.tab-panel.is-active {
  display: block;
}

.mv {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}

.mv-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100%;
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .mv-logo {
    top: 1.8%;
    left: 5.1%;
    width: 21.7948717949vw;
  }
}

.mv-image img {
  width: 100%;
}

.mv-title {
  margin-top: 100px;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .mv-title {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.556;
  }
}

.mv-text {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mv-text {
    margin-top: 26px;
    margin-bottom: 60px;
    font-size: 18px;
    text-align: center;
    white-space: wrap;
  }
}

.point {
  width: 100%;
  max-width: 920px;
  container-type: inline-size;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .point .point__box:nth-of-type(1) .point__box__title {
    margin-bottom: 75px;
    line-height: 1.5;
  }
}
.point .point__box .point__box__title {
  font-size: 3.0434782609cqw;
  font-weight: 600;
  color: #E02629;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #231815;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__title {
    display: block;
    text-align: center;
    position: relative;
  }
}
.point .point__box .point__box__title small {
  margin-left: 5.4347826087cqw;
  display: block;
  font-size: 14px;
  color: #231815;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__title small {
    position: absolute;
    bottom: -34px;
    margin-left: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__title h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
.point .point__box .point__box__main {
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__main {
    padding: 0 20px;
    margin-bottom: 70px;
  }
}
.point .point__box .point__box__main p {
  font-size: 18px;
  color: #231815;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__main p {
    font-weight: 500;
  }
}
.point .point__box .point__box__main ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 70px 100px;
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__main ul {
    gap: 35px 0;
  }
}
.point .point__box .point__box__main ul li {
  width: 100%;
  max-width: 266px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__main ul li {
    width: 100%;
    max-width: 100%;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__main ul li:after {
    content: "";
    background: url(../images/common/line02.png) no-repeat center center/cover;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}
.point .point__box .point__box__main ul li:nth-child(1):after, .point .point__box .point__box__main ul li:nth-child(3):after {
  content: "";
  background: url(../images/common/line.png) no-repeat center center/cover;
  width: 1px;
  height: 316px;
  position: absolute;
  top: 0;
  right: -50px;
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__main ul li:nth-child(1):after, .point .point__box .point__box__main ul li:nth-child(3):after {
    content: "";
    background: url(../images/common/line02.png) no-repeat center center/cover;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
  }
}
.point .point__box .point__box__main ul li:nth-child(1):before {
  content: "";
  background: url(../images/common/line02.png) no-repeat center center/cover;
  height: 1px;
  width: 300px;
  position: absolute;
  bottom: -35px;
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__main ul li:nth-child(1):before {
    content: none;
  }
}
.point .point__box .point__box__main ul li:nth-child(4):after {
  content: "";
  background: url(../images/common/line02.png) no-repeat center center/cover;
  height: 1px;
  width: 300px;
  position: absolute;
  top: -36px;
  left: -35px;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__main ul li:nth-child(4):after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__main ul li:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__main ul li:last-child:after {
    content: none;
  }
}
.point .point__box .point__box__main ul li figure {
  text-align: center;
}
.point .point__box .point__box__main ul li figure img {
  margin-bottom: 20px;
}
.point .point__box .point__box__main ul li figure figcaption {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
  color: #231815;
  margin-left: 11px;
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__main ul li figure figcaption {
    font-size: 22px;
    margin-left: 4.2666666667%;
  }
}
.point .point__box .point__box__main ul li figure figcaption small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: 10px;
}
.point .point__box .point__box__main .point__box__main__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__main .point__box__main__flex {
    gap: 0;
    padding: 0;
    margin-bottom: 70px;
  }
}
.point .point__box .point__box__main .point__box__main__flex .left {
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__main .point__box__main__flex .left {
    max-width: 100%;
  }
}
.point .point__box .point__box__main .point__box__main__flex .right {
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__main .point__box__main__flex .right {
    max-width: 100%;
  }
}
.point .point__box .point__box__main .point__box__main__flex .point__box__main__flex__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__main .point__box__main__flex .point__box__main__flex__title {
    font-weight: 500;
    margin-bottom: 30px;
  }
}
.point .point__box .point__box__main .point__box__main__flex .point__box__main__flex__title small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .point .point__box .point__box__main .point__box__main__flex .point__box__main__flex__title small {
    margin-top: 10px;
  }
}

.bnrArea {
  width: 100%;
  max-width: 920px;
  container-type: inline-size;
  margin: 0 auto;
}
.bnrArea .bnrArea__box {
  margin-bottom: 62px;
  background: #F5F5F5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bnrArea .bnrArea__box {
    padding-bottom: 130px;
    margin-bottom: 70px;
  }
}
.bnrArea .bnrArea__box .bnrArea__box__flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .bnrArea .bnrArea__box .bnrArea__box__flex {
    display: block;
  }
}
.bnrArea .bnrArea__box .bnrArea__box__flex .left {
  width: 100%;
  max-width: 570px;
  background: #F5F5F5;
  padding: 4.347826087cqw;
}
@media screen and (max-width: 768px) {
  .bnrArea .bnrArea__box .bnrArea__box__flex .left {
    padding: 50px 20px 35px 20px;
    text-align: center;
    margin: 0 auto;
  }
}
.bnrArea .bnrArea__box .bnrArea__box__flex .left .bnrArea__box__flex__title {
  font-size: 2.3913043478cqw;
  font-weight: 600;
  margin-bottom: 2.1739130435cqw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bnrArea .bnrArea__box .bnrArea__box__flex .left .bnrArea__box__flex__title {
    margin-bottom: 35px;
    font-size: 22px;
  }
}
.bnrArea .bnrArea__box .bnrArea__box__flex .left .bnrArea__box__flex__txt {
  margin-bottom: 2.1739130435cqw;
}
.bnrArea .bnrArea__box .bnrArea__box__flex .left .bnrArea__box__flex__txt p {
  font-size: 1.9565217391cqw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bnrArea .bnrArea__box .bnrArea__box__flex .left .bnrArea__box__flex__txt p {
    font-size: 18px;
  }
}
.bnrArea .bnrArea__box .bnrArea__box__flex .right {
  width: 100%;
  max-width: 350px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .bnrArea .bnrArea__box .bnrArea__box__flex .right {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .bnrArea .bnrArea__box .bnrArea__box__flex .right img {
    width: calc(100% - 40px);
  }
}

.guide {
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .guide {
    margin-bottom: 70px;
  }
}
.guide .guide__wrap {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.guide .guide__wrap .guide__title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .guide .guide__wrap .guide__title {
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: 500;
  }
}

.link-btn01 {
  margin-left: auto;
  width: 100%;
  max-width: 256px;
}
@media screen and (max-width: 768px) {
  .link-btn01 {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.link-btn01 a {
  background: #8D8D8D;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  padding: 7px 0;
  max-width: 256px;
}
.link-btn01 a p {
  margin-right: 10px;
  font-size: 1.7391304348cqw;
}
@media screen and (max-width: 768px) {
  .link-btn01 a p {
    font-size: 16px;
  }
}

.link-btn02 {
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
}
.link-btn02 a {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  position: relative;
  background: #E02629;
}
@media screen and (max-width: 768px) {
  .link-btn02 a {
    font-size: 18px;
  }
}
.link-btn02 a img {
  position: absolute;
  right: 25px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .mv-text,
  .point,
  .bnrArea,
  .guide {
    max-width: calc(100% - 40px);
  }
}
.cv-flex {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cv-flex {
    margin-top: 20px;
    display: block;
  }
}

.cv-image {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .cv-image {
    width: 100%;
  }
}

.cv-block {
  padding-left: 50px;
  width: 54%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .cv-block {
    position: relative;
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }
}

.cv-text {
  color: #000;
  text-align: left;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .cv-text {
    margin-top: 0;
    font-size: 16px;
  }
}

.cv-button {
  margin: 15px auto 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .cv-button {
    display: block;
    margin: 20px auto 0;
  }
}

.cv-txt-button {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 100px;
  color: #fff;
  padding: 18px 45px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .cv-txt-button {
    padding: 15px 40px;
  }
}
.cv-txt-button span {
  font-size: 24px;
  font-family: "Hiragino Sans w6", sans-serif;
}
@media screen and (max-width: 768px) {
  .cv-txt-button span {
    font-size: min(4.61vmin, 18px);
  }
}
.cv-txt-button .balloon {
  position: absolute;
  left: 0;
  top: -40px;
  width: 22%;
  max-width: 85px;
}
@media screen and (max-width: 768px) {
  .cv-txt-button .balloon {
    width: auto;
    max-width: 75px;
    top: -18px;
    left: -15px;
  }
}
.cv-txt-button::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%) translateX(0%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .cv-txt-button::after {
    width: 8px;
    height: 8px;
    right: 25px;
  }
}
.cv-txt-button.balloonOn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .cv-txt-button.balloonOn {
    margin-top: 10px;
  }
}

.fixed-cv {
  position: fixed;
  right: 0;
  bottom: 20px;
  display: none;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .fixed-cv {
    width: 100%;
    bottom: 0;
  }
}

.fixed-cv-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .fixed-cv-pc {
    display: none;
  }
}

.fixed-cv-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed-cv-sp {
    display: flex;
    background: #464646;
    padding: 0 20px;
  }
}

.fixed-cv-button {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .fixed-cv-button {
    width: 62%;
    padding: 13px 0;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .fixed-cv-button::after {
    content: "";
    background: url(../images/common/icon_arrow_cv.svg) no-repeat center center/cover;
    display: block;
    width: 6px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}
.fixed-cv-button + .fixed-cv-button {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .fixed-cv-button + .fixed-cv-button {
    margin-top: 0;
    width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .fixed-cv-button + .fixed-cv-button::before {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .fixed-cv-button + .fixed-cv-button::after {
    right: 0;
  }
}
.fixed-cv-button + .fixed-cv-button .fixed-cv-button-text-01 {
  letter-spacing: -0.06em;
}
.fixed-cv-button + .fixed-cv-button .fixed-cv-button-text-02 {
  display: block;
  font-size: 14px;
  letter-spacing: -0.03em;
}

.fixed-cv-button-ballon {
  position: absolute;
  width: 135px;
  top: -65px;
  left: -90px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fixed-cv-button-ballon {
    width: 219px;
    top: -48px;
    left: auto;
    right: 0;
  }
}

.fixed-cv-button-text {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.5));
}

.fixed-cv-button-text-01 {
  display: block;
  font-size: 12px;
}

.fixed-cv-button-text-02 {
  display: block;
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */