@charset "UTF-8";
#page.index {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  overflow: hidden;
}
#page.index .img-blur img {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#page.index .blur-active img {
  -webkit-animation-name: imageBlur;
          animation-name: imageBlur;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
#page.index .main-visual {
  width: 100%;
  background-image: url(../img/top-mv-bg02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  padding: 60px 0 0 0;
  border-bottom: 9px solid #8cd7ff;
}
#page.index .main-visual .main-visual-wrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
#page.index .main-visual .main-visual-left {
  margin-right: auto;
}
#page.index .main-visual .main-visual-title {
  width: 100%;
  max-width: 714px;
  max-width: 725px;
}
#page.index .main-visual .main-visual-catch {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 24px;
  font-size: clamp(12px, 1.2666666vw, 24px);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 44px;
}
#page.index .main-visual .main-visual-catch .box {
  font-size: 31px;
  font-size: clamp(15px, 2.1527777vw, 31px);
  letter-spacing: 0.04em;
  border: 3px solid #eb1900;
  border-radius: 28px;
  padding: 8px 24px;
  line-height: 1;
}
#page.index .main-visual .main-visual-catch .box.last {
  border-color: #7dc8e2;
  margin-right: 5px;
}
#page.index .main-visual .main-visual-catch .cross {
  font-size: 34px;
  font-size: clamp(17px, 2.361111vw, 34px);
}
#page.index .main-visual .main-visual-sub {
  font-size: 31px;
  font-size: clamp(15px, 2.1527777vw, 31px);
  line-height: 1.5251612903;
  font-weight: bold;
  margin-bottom: 10px;
}
#page.index .main-visual .page-title {
  font-size: 109px;
  font-size: clamp(55px, 7.5694444vw, 109px);
  font-weight: bold;
  letter-spacing: 0.02;
  line-height: 1.0506503023;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#page.index .main-visual .main-visual-text {
  width: 100%;
  max-width: 580px;
}
#page.index .main-visual .main-visual-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 75px;
  margin-top: -70px;
}
#page.index .main-visual .main-visual-button {
  width: 100%;
  max-width: 408px;
}
#page.index .main-visual .main-visual-button-text {
  width: 100%;
  max-width: 350px;
  margin: 0 auto -25px;
  position: relative;
  z-index: 2;
}
#page.index .main-visual .main-visual-button-img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 390px;
  height: 80px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
#page.index .main-visual .main-visual-button-img .free-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  width: 78px;
  background-color: #ffe600;
  color: #eb1900;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 10px 0 0 10px;
}
#page.index .main-visual .main-visual-button-img .application {
  width: calc(100% - 78px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  height: 80px;
  background-color: #eb1900;
  background-image: url(../img/btn-icon.png);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: 94% center;
  color: #fff;
  border-radius: 0px 10px 10px 0px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
#page.index .main-visual .main-visual-button-img:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.index .main-visual .main-visual-lp-link {
  width: 100%;
  max-width: 222px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.index .main-visual .main-visual-lp-link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  #page.index .main-visual {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 1000px) {
  #page.index .main-visual .main-visual-title {
    max-width: 600px;
  }
  #page.index .main-visual .main-visual-bottom-wrap {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #page.index .main-visual {
    background-image: url(../img/top-mv-bg02-sp.jpg);
    background-position: bottom;
    padding: 25px 10px;
    height: 151.4666666667vw;
    position: relative;
  }
  #page.index .main-visual .main-visual-title {
    width: 100%;
    padding: 0 9px;
    max-width: 672px;
  }
  #page.index .main-visual .main-visual-catch {
    font-size: 14px;
    font-size: clamp(14px, 3.65058vw, 28px);
    line-height: 1.1428571429;
    margin-bottom: 16px;
  }
  #page.index .main-visual .main-visual-catch .box {
    font-size: 14px;
    font-size: clamp(14px, 3.65058vw, 28px);
    text-align: center;
    border-width: 2px;
    padding: 5px 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 49px;
  }
  #page.index .main-visual .main-visual-catch .cross {
    font-size: 24px;
  }
  #page.index .main-visual .main-visual-sub {
    font-size: 25px;
    font-size: clamp(24px, 6.518904vw, 50px);
    line-height: 1.746;
    margin-bottom: 3px;
  }
  #page.index .main-visual .page-title {
    font-size: 53px;
    font-size: clamp(50px, 13.0378vw, 100px);
    letter-spacing: -0.04em;
    line-height: 1.1191632424;
  }
  #page.index .main-visual .main-visual-lp-link {
    width: 43.2%;
    position: absolute;
    bottom: min(5.8670143416vw, 45px);
    right: 20px;
  }
}
#page.index .mv-loop-wrapper {
  overflow: hidden;
  width: 100%;
}
#page.index .mv-loop-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-scroll 30s linear infinite;
          animation: loop-scroll 30s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#page.index .mv-loop-pc img {
  width: 288px;
  height: 182px;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #page.index .mv-loop.pcv {
    display: none;
  }
  #page.index .mv-loop-wrapper {
    overflow: hidden;
    width: 100%;
  }
  #page.index .mv-loop-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: loop-scroll 30s linear infinite;
            animation: loop-scroll 30s linear infinite;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #page.index .mv-loop-sp img {
    width: 228px;
    height: 144px;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    padding: 0;
    display: block;
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes loop-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loop-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#page.index .media-area {
  padding: 95px 0;
}
#page.index .media-area .media-title {
  font-size: 32px;
  font-weight: 600;
  background-image: url(../img/title-border.png);
  background-size: 240px 10px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 22px;
  text-align: center;
  margin-bottom: 80px;
}
#page.index .media-area .media-article-list {
  max-width: 870px;
  width: 100%;
  margin: 0 auto 40px;
}
#page.index .media-area .media-article-box {
  border-bottom: 1px solid #000;
}
#page.index .media-area .media-article-box:first-child {
  border-top: 1px solid #000;
}
#page.index .media-area .media-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
#page.index .media-area .thumbnail {
  width: 250px;
  height: 130px;
  overflow: hidden;
  border: 1px solid #000;
}
#page.index .media-area .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 130px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.index .media-area .media-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 300px);
}
#page.index .media-area .media-article-day {
  width: 110px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
#page.index .media-area .media-article-title {
  width: calc(100% - 160px);
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}
#page.index .media-area .list-link-btn {
  width: 100%;
  max-width: 278px;
  margin: 0 auto;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border-radius: 50px;
  background-color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  #page.index .media-area .list-link-btn:hover {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  #page.index .media-area .media-link:hover .thumbnail img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 900px) {
  #page.index .media-area {
    padding: 50px 10px 90px;
  }
}
@media screen and (max-width: 767px) {
  #page.index .media-area .media-title {
    font-size: 28px;
    background-image: url(../img/title-border-sp.png);
    background-size: 190px 10px;
    margin-bottom: 40px;
  }
  #page.index .media-area .media-box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc(100% - 170px);
  }
  #page.index .media-area .thumbnail {
    width: 150px;
    height: 95px;
  }
  #page.index .media-area .thumbnail img {
    height: 95px;
  }
  #page.index .media-area .media-article-day {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-size: 13px;
  }
  #page.index .media-area .media-article-title {
    font-size: 15px;
    width: 100%;
  }
}
#page.index .about {
  padding: 95px 0 130px;
}
#page.index .about .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
  max-width: 1200px;
  position: relative;
  left: 30px;
}
#page.index .about .about-logo {
  width: 100%;
  max-width: 310px;
}
#page.index .about .about-title {
  margin-bottom: 30px;
}
#page.index .about .about-title p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
#page.index .about .about-title .title {
  font-size: 35px;
  font-weight: 600;
}
#page.index .about .about-title span {
  color: #eb1900;
}
#page.index .about .about-text {
  margin-bottom: 40px;
}
#page.index .about .about-text p {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.8421052632;
}
#page.index .about .about-caption p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 17px;
  font-weight: 500;
}
#page.index .about .about-caption span {
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #page.index .about .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  #page.index .about {
    padding: 50px 0 90px;
  }
  #page.index .about .wrap {
    left: 0;
    gap: 40px;
  }
  #page.index .about .about-logo {
    max-width: 290px;
    margin: 0 auto;
  }
  #page.index .about .about-title p {
    font-size: 20px;
  }
  #page.index .about .about-title .title {
    font-size: 27px;
    letter-spacing: -0.05em;
  }
  #page.index .about .about-text {
    margin-bottom: 30px;
  }
  #page.index .about .about-text p {
    font-size: 16px;
    letter-spacing: 0.027em;
    line-height: 1.875;
  }
  #page.index .about .about-caption p {
    font-size: 15px;
  }
  #page.index .about .about-caption span {
    font-size: 12px;
  }
}
#page.index .risk .risk-contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(../img/risk-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 890px;
  padding: 50px 0 0 0;
  position: relative;
}
#page.index .risk .risk-title {
  width: 100%;
  max-width: 970px;
  margin: 0 auto 40px;
}
#page.index .risk .risk-text-img01 {
  width: 100%;
  max-width: 120px;
  position: absolute;
  right: 40px;
}
#page.index .risk .risk-text-img02 {
  width: 100%;
  max-width: 130px;
  position: absolute;
  bottom: 70px;
  right: 190px;
}
#page.index .risk .risk-text-img03 {
  width: 100%;
  max-width: 60px;
  position: absolute;
  right: 360px;
  bottom: 150px;
}
#page.index .risk .risk-text-img04 {
  width: 100%;
  max-width: 130px;
  position: absolute;
  right: 460px;
  bottom: 220px;
}
#page.index .risk .risk-text-img05 {
  width: 100%;
  max-width: 130px;
  position: absolute;
  bottom: 55px;
  left: 440px;
}
#page.index .risk .risk-text-img06 {
  width: 100%;
  max-width: 120px;
  position: absolute;
  bottom: 240px;
  left: 270px;
}
#page.index .risk .risk-text-img07 {
  width: 100%;
  max-width: 170px;
  position: absolute;
  bottom: 60px;
  left: 55px;
}
@media screen and (max-width: 1200px) {
  #page.index .risk .risk-contents {
    max-width: min(100vw, 1200px);
    height: min(74.1666666667vw, 890px);
  }
  #page.index .risk .risk-title {
    max-width: min(80.8333333333vw, 970px);
  }
  #page.index .risk .risk-text-img01 {
    max-width: min(10vw, 120px);
    right: min(3.3333333333vw, 40px);
  }
  #page.index .risk .risk-text-img02 {
    max-width: min(10.8333333333vw, 130px);
    bottom: min(5.8333333333vw, 70px);
    right: min(15.8333333333vw, 190px);
  }
  #page.index .risk .risk-text-img03 {
    max-width: min(5vw, 60px);
    right: min(30vw, 360px);
    bottom: min(12.5vw, 150px);
  }
  #page.index .risk .risk-text-img04 {
    max-width: min(10.8333333333vw, 130px);
    right: min(38.3333333333vw, 460px);
    bottom: min(18.3333333333vw, 220px);
  }
  #page.index .risk .risk-text-img05 {
    max-width: min(10.8333333333vw, 130px);
    bottom: min(4.5833333333vw, 55px);
    left: min(36.6666666667vw, 440px);
  }
  #page.index .risk .risk-text-img06 {
    max-width: min(10vw, 120px);
    bottom: min(20vw, 240px);
    left: min(22.5vw, 270px);
  }
  #page.index .risk .risk-text-img07 {
    max-width: min(14.1666666667vw, 170px);
    bottom: min(5vw, 60px);
    left: min(4.5833333333vw, 55px);
  }
}
@media screen and (max-width: 767px) {
  #page.index .risk .risk-contents {
    max-width: min(88.6571056063vw, 680px);
    padding: min(11.7340286832vw, 90px) 0 0 0;
    height: min(201.3037809648vw, 1544px);
    background-image: url(../img/risk-bg-sp.png);
  }
  #page.index .risk .risk-contents .risk-title {
    max-width: min(73.0117340287vw, 560px);
    margin: 0 auto 30px;
  }
  #page.index .risk .risk-contents .risk-text-img01 {
    max-width: min(15.6453715776vw, 120px);
    right: min(2.6075619296vw, 20px);
  }
  #page.index .risk .risk-contents .risk-text-img02 {
    max-width: min(20.8604954368vw, 160px);
    top: min(76.9230769231vw, 590px);
    bottom: unset;
    right: min(20.8604954368vw, 160px);
  }
  #page.index .risk .risk-contents .risk-text-img03 {
    max-width: min(10.4302477184vw, 80px);
    right: min(48.2398956975vw, 370px);
    top: min(70.4041720991vw, 540px);
    bottom: unset;
  }
  #page.index .risk .risk-contents .risk-text-img04 {
    max-width: min(21.9035202086vw, 168px);
    left: min(5.2151238592vw, 40px);
    right: unset;
    top: min(65.1890482399vw, 500px);
    bottom: unset;
  }
  #page.index .risk .risk-contents .risk-text-img05 {
    max-width: min(20.8604954368vw, 160px);
    bottom: min(16.9491525424vw, 130px);
    right: min(6.518904824vw, 50px);
    left: unset;
  }
  #page.index .risk .risk-contents .risk-text-img06 {
    max-width: min(23.4680573664vw, 180px);
    bottom: min(6.518904824vw, 50px);
    right: min(33.8983050847vw, 260px);
    left: unset;
  }
  #page.index .risk .risk-contents .risk-text-img07 {
    max-width: min(20.8604954368vw, 160px);
    bottom: min(18.2529335072vw, 140px);
    left: min(5.2151238592vw, 40px);
  }
}
#page.index .idealfor {
  padding: 0px 0 200px 0;
}
#page.index .idealfor .idealfor-title {
  text-align: center;
  margin-bottom: 80px;
}
#page.index .idealfor .idealfor-title p {
  font-size: 32px;
  font-weight: 600;
  background-image: url(../img/title-border.png);
  background-size: 240px 10px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 22px;
}
#page.index .idealfor .idealfor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
#page.index .idealfor .idealfor-list-item {
  width: 100%;
  max-width: 330px;
  background-color: #efefef;
  border-radius: 15px;
  -webkit-box-shadow: 6px 6px #eb1900;
          box-shadow: 6px 6px #eb1900;
  padding-top: 35px;
  padding-bottom: 40px;
}
#page.index .idealfor .idealfor-list-item-icon {
  width: 100px;
  margin: 0 auto 25px;
}
#page.index .idealfor .idealfor-list-item-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7222222222;
}
@media screen and (max-width: 1200px) {
  #page.index .idealfor {
    padding: 100px 0 130px;
  }
  #page.index .idealfor .idealfor-list {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  #page.index .idealfor .idealfor-list-item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 880px) {
  #page.index .idealfor .idealfor-list-item-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #page.index .idealfor {
    padding: 0px 0 100px;
  }
  #page.index .idealfor .idealfor-title {
    margin-bottom: 40px;
  }
  #page.index .idealfor .idealfor-title p {
    font-size: 28px;
    background-image: url(../img/title-border-sp.png);
    background-size: 190px 10px;
  }
  #page.index .idealfor .idealfor-list {
    display: block;
  }
  #page.index .idealfor .idealfor-list-item {
    max-width: 270px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  #page.index .idealfor .idealfor-list-item:not(:last-child) {
    margin: 0 auto 18px;
  }
  #page.index .idealfor .idealfor-list-item-icon {
    width: 82px;
  }
  #page.index .idealfor .idealfor-list-item-text {
    font-size: 16px;
  }
}
#page.index .flow {
  padding-bottom: 167px;
}
#page.index .flow .flow-title {
  text-align: center;
  margin-bottom: 80px;
}
#page.index .flow .flow-title p {
  font-size: 32px;
  font-weight: 600;
  background-image: url(../img/title-border.png);
  background-size: 240px 10px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 22px;
}
#page.index .flow .step-box {
  max-width: 1068px;
  width: 98%;
  margin: 0 auto;
  border: 4px solid #000000;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
#page.index .flow .step-number-box {
  width: 90px;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #eb1900;
  border-radius: 3px 0 0 3px;
  color: #fff;
}
#page.index .flow .step-number-box .step-text {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#page.index .flow .step-number-box .number-text {
  font-weight: bold;
  font-size: 36px;
}
#page.index .flow .step-box-title {
  width: calc(100% - 120px);
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
#page.index .flow .step-box-triangle {
  width: 21px;
  height: 18px;
  margin: 25px auto;
  position: relative;
}
#page.index .flow .step-box-triangle::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 17px solid #000;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
#page.index .flow .step-box-after {
  max-width: 1068px;
  width: 98%;
  margin: -5px auto 0px;
}
#page.index .flow .step-box-after-inner {
  width: calc(100% - 90px);
  margin-left: auto;
  background-color: #efefef;
  border-radius: 0 0 7px 7px;
  padding: 25px 70px 20px;
}
#page.index .flow .step-box-after-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page.index .flow .step-box-after-list {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.7523809524;
  width: 50%;
}
#page.index .flow .step-box-after-list::before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
}
#page.index .flow .step-box-after-list.note-text {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 2.0666666667;
  color: #595757;
  text-align: right;
  padding-right: 46px;
}
#page.index .flow .step-box-after-list.note-text::before {
  display: none;
}
#page.index .flow .step-box-after-text {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7523809524;
}
#page.index .flow .step-box-last-note-text {
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
  max-width: 1068px;
  width: 98%;
  margin: 20px auto 100px;
}
#page.index .flow .option-box {
  max-width: 1068px;
  width: 98%;
  margin: 0px auto 0px;
  border-radius: 6px;
  background-color: #f2f2f2;
  padding: 38px 68px;
  -webkit-box-shadow: 6px 6px #000000;
          box-shadow: 6px 6px #000000;
}
#page.index .flow .option-box-title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}
#page.index .flow .option-box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #fff;
  width: 293px;
  height: 47px;
  border-radius: 4px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
#page.index .flow .option-box-title-sub {
  width: calc(100% - 340px);
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7523809524;
}
#page.index .flow .option-box-title-sub .text-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 40%);
}
#page.index .flow .option-box-table {
  width: 100%;
  margin-bottom: 20px;
}
#page.index .flow .option-box-table .table-title {
  width: 72px;
  height: 29px;
  background-color: #fae600;
  border: 2px solid #000;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#page.index .flow .option-box-table th {
  text-align: left;
  width: 37%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 2.0444444444;
  border-bottom: 1px solid #b5b5b6;
  padding: 7px 0;
}
#page.index .flow .option-box-table th.border-none {
  border-bottom: none;
  padding-bottom: 12px;
}
#page.index .flow .option-box-table td {
  width: 63%;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2.0444444444;
  border-bottom: 1px solid #b5b5b6;
  padding: 7px;
  padding-right: 0;
}
#page.index .flow .option-box-table td.border-none {
  border-bottom: none;
  padding-bottom: 12px;
}
#page.index .flow .option-box-note {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.8307692308;
}
@media screen and (max-width: 1015px) {
  #page.index .flow .step-box-after-list {
    font-size: 18px;
  }
}
@media screen and (max-width: 915px) {
  #page.index .flow .step-box-after-list {
    font-size: 16px;
  }
}
@media screen and (max-width: 840px) {
  #page.index .flow .step-box-after-list {
    width: 100%;
    font-size: 18px;
  }
  #page.index .flow .step-box-after-list.note-text {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #page.index .flow {
    padding: 0px 0 100px;
  }
  #page.index .flow .flow-title {
    margin-bottom: 40px;
  }
  #page.index .flow .flow-title p {
    font-size: 28px;
    background-image: url(../img/title-border-sp.png);
    background-size: 190px 10px;
  }
  #page.index .flow .step-box {
    width: 90%;
  }
  #page.index .flow .step-number-box {
    width: 58px;
    height: 57px;
  }
  #page.index .flow .step-number-box .step-text {
    font-size: 12px;
  }
  #page.index .flow .step-number-box .number-text {
    font-size: 27px;
  }
  #page.index .flow .step-box-title {
    width: calc(100% - 78px);
    font-size: 22px;
    letter-spacing: 0.06em;
  }
  #page.index .flow .step-box-after {
    width: 90%;
  }
  #page.index .flow .step-box-after-inner {
    width: calc(100% - 62px);
    padding: 22px 18px 20px;
  }
  #page.index .flow .step-box-after-list {
    font-size: 15px;
    line-height: 2.4533333333;
    letter-spacing: -0.01em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #page.index .flow .step-box-after-list::before {
    margin-right: 3px;
  }
  #page.index .flow .step-box-after-list.note-text {
    font-size: 13px;
  }
  #page.index .flow .step-box-after-text {
    font-size: 15px;
    line-height: 1.7866666667;
  }
  #page.index .flow .step-box-triangle {
    margin: 15px auto;
    width: 16px;
    height: 14px;
  }
  #page.index .flow .step-box-triangle::after {
    border-top: 12px solid #000;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
  }
  #page.index .flow .step-box-last-note-text {
    width: 90%;
    text-align: left;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 25px;
    margin-bottom: 70px;
  }
  #page.index .flow .option-box {
    width: 90%;
    padding: 35px 10px;
  }
  #page.index .flow .option-box-title-flex {
    display: block;
  }
  #page.index .flow .option-box-title {
    width: 256px;
    margin: 0 auto 18px;
    height: 38px;
    font-size: 23px;
  }
  #page.index .flow .option-box-title-sub {
    width: 96%;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.9368421053;
  }
  #page.index .flow .option-box-table .table-title {
    font-size: 14px;
    height: 25px;
    width: 58px;
  }
  #page.index .flow .option-box-table th {
    width: 47%;
    padding-left: 3%;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 1.675;
  }
  #page.index .flow .option-box-table td {
    width: 53%;
    padding-right: 6.5%;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 1.675;
    text-align: justify;
  }
  #page.index .flow .option-box-note {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.6;
    text-align: left;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 0 5px;
  }
}
#page.index .weapon {
  background-image: url(../img/weapon-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1000px;
  padding: 105px 0 0 0;
}
#page.index .weapon .weapon-title {
  width: 100%;
  margin: 0 auto 85px;
}
#page.index .weapon .weapon-title-text {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 85px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
#page.index .weapon .weapon-title-text .text-big {
  font-size: 100px;
}
#page.index .weapon .weapon-title-text .text-color {
  color: #ff1400;
}
#page.index .weapon .weapon-list {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}
#page.index .weapon .weapon-list-item {
  width: 100%;
  max-width: 870px;
}
#page.index .weapon .weapon-list-item:first-child {
  margin-right: auto;
  margin-bottom: 35px;
}
#page.index .weapon .weapon-list-item:nth-child(2) {
  margin: 0 auto 35px;
}
#page.index .weapon .weapon-list-item:last-child {
  margin-left: auto;
}
#page.index .weapon .weapon-list-item-inner {
  background-image: url(../img/weapon-list-bk.png);
  background-repeat: no-repeat;
  background-size: 870px 126px;
  background-position: center;
  height: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.index .weapon .weapon-list-item-icon {
  width: 72px;
  margin-right: 10px;
}
#page.index .weapon .weapon-list-item-title {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  font-style: italic;
  -webkit-transform: rotate(0.7deg);
          transform: rotate(0.7deg);
  margin-right: 30px;
}
#page.index .weapon .weapon-list-item-text {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  padding: 0 30px;
}
#page.index .weapon .weapon-list-item-text::before {
  content: "";
  display: inline-block;
  background-image: url(../img/weapon-list-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 64px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#page.index .weapon .weapon-list-item-text::after {
  content: "";
  display: inline-block;
  background-image: url(../img/weapon-list-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 64px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  #page.index .weapon .weapon-list {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 964px) {
  #page.index .weapon .weapon-title-text {
    font-size: 64px;
  }
  #page.index .weapon .weapon-title-text .text-big {
    font-size: 84px;
  }
}
@media screen and (max-width: 940px) {
  #page.index .weapon .weapon-list-item-inner {
    background-size: contain;
  }
}
@media screen and (max-width: 840px) {
  #page.index .weapon .weapon-list-item-icon {
    margin-right: 8px;
  }
  #page.index .weapon .weapon-list-item-title {
    margin-right: 20px;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  #page.index .weapon {
    padding: 45px 0 60px 0;
    background-image: url(../img/weapon-bg-sp.jpg);
    height: auto;
  }
  #page.index .weapon .weapon-title {
    margin: 0 auto 40px;
  }
  #page.index .weapon .weapon-title-text {
    font-size: 32px;
  }
  #page.index .weapon .weapon-title-text .text-big {
    font-size: 40px;
  }
  #page.index .weapon .weapon-list {
    width: 100%;
    margin: 0 auto;
  }
  #page.index .weapon .weapon-list-item {
    max-width: 356px;
    margin: 0 auto;
  }
  #page.index .weapon .weapon-list-item:first-child {
    margin-bottom: 20px;
  }
  #page.index .weapon .weapon-list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  #page.index .weapon .weapon-list-item-inner {
    background-image: url(../img/weapon-list-bk-sp.png);
    background-repeat: no-repeat;
    background-size: 356px 200px;
    height: 200px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page.index .weapon .weapon-list-item-icon {
    width: 56px;
  }
  #page.index .weapon .weapon-list-item-title {
    margin-right: 0;
    font-size: 22px;
  }
  #page.index .weapon .weapon-list-item-text {
    padding: 0 25px;
    margin-top: -25px;
  }
  #page.index .weapon .weapon-list-item-text::before {
    background-image: url(../img/weapon-list-left-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 52px;
  }
  #page.index .weapon .weapon-list-item-text::after {
    background-image: url(../img/weapon-list-right-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 52px;
  }
}
#page.index .service {
  padding: 105px 0 0 0;
}
#page.index .service .service-title {
  text-align: center;
  margin-bottom: 80px;
}
#page.index .service .service-title p {
  font-size: 32px;
  font-weight: 600;
  background-image: url(../img/title-border.png);
  background-size: 240px 10px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 22px;
}
#page.index .service .service-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  position: relative;
  left: 60px;
}
#page.index .service .service-bar {
  padding: 16px 0 0 0;
}
#page.index .service .service-bar-item {
  width: 100%;
  max-width: 34px;
  position: relative;
}
#page.index .service .service-bar-item.first:before {
  content: "サービス前";
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #eb1900;
  position: absolute;
  top: 7px;
  left: -103px;
  width: 100px;
}
#page.index .service .service-bar-item.second:before {
  content: "ご入会";
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #00a2ff;
  position: absolute;
  top: 7px;
  left: -69px;
  width: 100px;
}
#page.index .service .service-bar-item.third {
  position: relative;
  top: -20px;
}
#page.index .service .service-bar-item.third:before {
  content: "サービス開始";
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  position: absolute;
  top: 7px;
  left: -125px;
  width: 120px;
}
#page.index .service .service-content-item {
  width: 100%;
}
#page.index .service .service-content-item.top {
  max-width: 890px;
  margin-top: 35px;
}
#page.index .service .service-content-item.space {
  height: 130px;
  height: 190px;
}
#page.index .service .service-content-item.bottom {
  max-width: 890px;
}
#page.index .service .service-content-box {
  border: 4px solid #eb1900;
  background-color: #f2f2f2;
  border-radius: 5px;
  position: relative;
  padding: 65px 28px 35px;
}
#page.index .service .service-content-box.bottom {
  border: 4px solid #000000;
  padding: 65px 45px 35px;
}
#page.index .service .service-content-box-title {
  background-color: #eb1900;
  height: 58px;
  width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 34px;
  letter-spacing: 0.04em;
  font-weight: bold;
  border-radius: 5px;
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  margin: auto;
}
#page.index .service .service-content-box-title .small-text {
  font-size: 19px;
}
#page.index .service .service-content-box-title.bottom {
  background-color: #000000;
  width: 436px;
}
#page.index .service .service-content-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
#page.index .service .service-content-box-flex.bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#page.index .service .service-content-box-before {
  background-color: #007d7d;
  color: #fff;
  font-size: 29px;
  font-size: clamp(14px, 1.75vw, 29px);
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.2;
  padding: 15px 28px;
  border-radius: 45px;
}
#page.index .service .service-content-box-before .text-s {
  font-size: 18px;
  font-size: clamp(10px, 2vw, 18px);
  letter-spacing: 0.03em;
}
#page.index .service .service-content-box-before.bottom {
  font-size: 23px;
  font-size: clamp(11px, 1.45vw, 23px);
}
#page.index .service .service-content-box-before-text {
  font-size: 28px;
  font-size: clamp(14px, 1.7vw, 28px);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
  margin-left: 15px;
}
#page.index .service .service-content-box-after {
  background-color: #005082;
  color: #fff;
  font-size: 27px;
  font-size: clamp(13px, 1.55vw, 27px);
  letter-spacing: 0;
  font-weight: bold;
  padding: 25px 28px;
  border-radius: 45px;
  position: relative;
  margin-left: 60px;
}
#page.index .service .service-content-box-after::before {
  content: "";
  display: inline-block;
  background-image: url(../img/plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.index .service .service-content-box-text {
  font-size: 18px;
  font-size: clamp(10px, 1.25vw, 18px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
  margin-bottom: 20px;
}
#page.index .service .service-content-box-note-text {
  font-size: 15px;
  font-size: clamp(10px, 1.05vw, 15px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
}
#page.index .service .service-content-box-line-text {
  font-size: 28px;
  font-size: clamp(14px, 1.7vw, 28px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  margin-bottom: 30px;
}
#page.index .service .service-content-box-line-text .line-text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffff00));
  background: linear-gradient(transparent 65%, #ffff00 35%);
}
#page.index .service .service-content-box-catch-text {
  font-size: 18px;
  font-size: clamp(10px, 1.25vw, 18px);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8888888889;
  margin-bottom: 10px;
}
#page.index .service .service-content-box-catch-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
}
#page.index .service .service-content-box-catch-list {
  border: 2px solid #000000;
  border-radius: 20px;
  font-size: 17px;
  font-size: clamp(10px, 1.2vw, 17px);
  letter-spacing: 0.04em;
  padding: 5px 10px;
  margin-right: 10px;
}
#page.index .service .service-content-box-menu-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 550px;
  width: 100%;
  margin-bottom: 25px;
}
#page.index .service .service-content-box-menu-list {
  width: 50%;
  font-size: 14px;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8571428571;
}
#page.index .service .service-content-box-menu-note {
  font-size: 13px;
  font-size: clamp(10px, 0.95vw, 13px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 72px;
}
#page.index .service .service-content-box-security {
  background-color: #fff;
  border: 1px solid #000000;
  position: relative;
  padding: 45px 30px;
}
#page.index .service .service-content-box-security-icon {
  width: 58px;
  height: 56px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -23px;
}
#page.index .service .service-content-box-security-bk {
  background-image: url(../img/service-content-box-security-bk.png);
  background-repeat: no-repeat;
  background-size: 406px 30px;
  width: 406px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  font-size: clamp(10px, 1.25vw, 18px);
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
#page.index .service .service-content-box-security-text {
  font-size: 15px;
  font-size: clamp(10px, 1.05vw, 15px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8666666667;
}
@media screen and (max-width: 1200px) {
  #page.index .service .service-flex {
    width: 75%;
    margin: 0 auto;
  }
  #page.index .service .service-content-item.space {
    height: 120px;
  }
}
@media screen and (max-width: 960px) {
  #page.index .service .service-content-item.space {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #page.index .service {
    padding: 85px 0 0 0;
  }
  #page.index .service .service-title {
    margin-bottom: 40px;
  }
  #page.index .service .service-title p {
    font-size: 28px;
    background-image: url(../img/title-border-sp.png);
    background-size: 190px 10px;
  }
  #page.index .service .service-flex {
    gap: 12px;
    width: 100%;
    left: 0;
  }
  #page.index .service .service-bar-item {
    max-width: 16px;
    position: relative;
  }
  #page.index .service .service-bar-item.first:before {
    content: "";
    background-image: url(../img/progress-bar01-sp-text.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 70px;
    position: absolute;
    left: -15px;
    top: 16px;
  }
  #page.index .service .service-bar-item.second {
    top: -10px;
  }
  #page.index .service .service-bar-item.second:before {
    content: "";
    background-image: url(../img/progress-bar02-sp-text.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 42px;
    position: absolute;
    left: -15px;
    top: 16px;
  }
  #page.index .service .service-bar-item.third {
    top: -30px;
  }
  #page.index .service .service-bar-item.third:before {
    content: "";
    background-image: url(../img/progress-bar03-sp-text.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 84px;
    position: absolute;
    left: -15px;
    top: 16px;
  }
  #page.index .service .service-content-item.top {
    max-width: 300px;
    margin-top: 22px;
  }
  #page.index .service .service-content-item.space {
    height: 135px;
  }
  #page.index .service .service-content-item.bottom {
    max-width: 300px;
  }
  #page.index .service .service-content-box {
    padding: 50px 20px 35px;
  }
  #page.index .service .service-content-box.bottom {
    padding: 50px 20px 35px;
  }
  #page.index .service .service-content-box-title {
    font-size: 21px;
    width: 222px;
    height: 35px;
    top: -20px;
  }
  #page.index .service .service-content-box-title .small-text {
    font-size: 14px;
  }
  #page.index .service .service-content-box-title.bottom {
    width: 250px;
  }
  #page.index .service .service-content-box-flex {
    display: block;
    margin-bottom: 0;
  }
  #page.index .service .service-content-box-before {
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 1.3;
    text-align: center;
    border-radius: 70px;
  }
  #page.index .service .service-content-box-before .text-s {
    font-size: 11px;
  }
  #page.index .service .service-content-box-before.bottom {
    font-size: 16px;
  }
  #page.index .service .service-content-box-after {
    margin-left: 0;
    font-size: 20px;
    letter-spacing: 0.03em;
    text-align: center;
    border-radius: 70px;
    margin-top: 40px;
  }
  #page.index .service .service-content-box-after::before {
    left: 0;
    right: 0;
    bottom: inherit;
    top: -30px;
  }
  #page.index .service .service-content-box-text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6428571429;
    margin-top: 25px;
  }
  #page.index .service .service-content-box-note-text {
    font-size: 12px;
    line-height: 1.4166666667;
  }
  #page.index .service .service-content-box-before-text {
    margin-left: 0;
    font-size: 23px;
    letter-spacing: 0.06em;
    line-height: 1.652173913;
  }
  #page.index .service .service-content-box-line-text {
    font-size: 22px;
    letter-spacing: 0.06em;
    line-height: 1.652173913;
  }
  #page.index .service .service-content-box-catch-text {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.375;
    margin-bottom: 15px;
  }
  #page.index .service .service-content-box-catch-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
  }
  #page.index .service .service-content-box-catch-list {
    margin-right: 0;
    margin-bottom: 7px;
    font-size: 15px;
  }
  #page.index .service .service-content-box-menu-ul {
    display: block;
    margin-bottom: 15px;
  }
  #page.index .service .service-content-box-menu-list {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.8461538462;
  }
  #page.index .service .service-content-box-menu-note {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.4615384615;
    margin-bottom: 60px;
  }
  #page.index .service .service-content-box-security {
    padding: 40px 12px;
  }
  #page.index .service .service-content-box-security-bk {
    display: none;
  }
  #page.index .service .service-content-box-security-bk-sp {
    background-image: url(../img/service-content-box-security-bk.png);
    background-repeat: no-repeat;
    background-size: 226px 30px;
    width: 226px;
    height: 30px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.02em;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
  #page.index .service .service-content-box-security-bk-sp-bottom {
    background-image: url(../img/service-content-box-security-bk-bottom-sp.png);
    background-repeat: no-repeat;
    background-size: 122px 30px;
    width: 122px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
  }
  #page.index .service .service-content-box-security-text {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.6923076923;
  }
}
#page.index .contact {
  padding: 140px 0 0 0;
}
#page.index .contact .contact-title {
  width: 100%;
  margin: 0 auto 50px;
}
#page.index .contact .contact-sub-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
#page.index .contact .contact-sub-title .free {
  color: #fff;
  background-color: #eb1900;
  border-radius: 30px;
  font-size: 18px;
  padding: 2px 15px 3px;
  margin-right: 7px;
}
#page.index .contact .contact-title-text {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
#page.index .contact .contact-text {
  width: 100%;
  margin: 0 auto 50px;
}
#page.index .contact .contact-form-text {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8666666667;
}
#page.index .contact .contact-form-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
}
#page.index .contact .check-agree {
  font-size: 13px;
  font-weight: 400;
  color: #eb1900;
  margin-bottom: 15px;
}
#page.index .contact .useragreement-title {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 15px;
}
#page.index .contact .useragreement-title p {
  font-size: 14px;
  font-weight: 400;
}
#page.index .contact .useragreement-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 45px;
  height: 140px;
  overflow-y: scroll;
  border: 1px solid #a0a0a0;
}
#page.index .contact .wpcf7 p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}
#page.index .contact .wpcf7 .wpcf7-text,
#page.index .contact .wpcf7 .wpcf7-textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  margin-top: 10px;
}
#page.index .contact .wpcf7 .wpcf7-text:focus,
#page.index .contact .wpcf7 .wpcf7-textarea:focus {
  outline: none;
  border: 1px solid #eb1900;
}
#page.index .contact .wpcf7 .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#page.index .contact .wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-358] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.index .contact .wpcf7 .wpcf7-acceptance {
  margin-bottom: 45px;
}
#page.index .contact .wpcf7 .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
#page.index .contact .wpcf7 .wpcf7-acceptance input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 20px;
  height: 20px;
}
#page.index .contact .wpcf7 .wpcf7-submit {
  width: 100%;
  max-width: 278px;
  margin: 0 auto;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  background-color: #000;
  cursor: pointer;
}
#page.index .contact .wpcf7 .wpcf7-submit[disabled] {
  cursor: not-allowed;
}
#page.index .contact .useragreement-content-inner {
  padding: 10px;
}
#page.index .contact .useragreement-content-inner p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4615384615;
  margin-bottom: 5px;
}
#page.index .contact .wpcf7 form.invalid .wpcf7-response-output {
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  #page.index .contact {
    padding: 100px 0 0 0;
  }
  #page.index .contact .contact-form-wrap {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #page.index .contact {
    padding: 140px 0 100px 0;
  }
  #page.index .contact .contact-title {
    margin: 0 auto 35px;
  }
  #page.index .contact .contact-sub-title {
    font-size: 24px;
    letter-spacing: 0.01em;
  }
  #page.index .contact .contact-sub-title .free {
    font-size: 16px;
    padding: 4px 12px;
  }
  #page.index .contact .contact-title-text {
    font-size: 38px;
    letter-spacing: 0.1em;
  }
  #page.index .contact .contact-text {
    width: 92%;
    margin: 0 auto 45px;
  }
  #page.index .contact .contact-form-text {
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.5384615385;
    margin-bottom: 13px;
  }
  #page.index .contact .contact-form-wrap {
    width: 92%;
  }
  #page.index .contact .wpcf7 p {
    font-size: 15px;
  }
  #page.index .contact .wpcf7 .wpcf7-acceptance {
    margin-bottom: 25px;
  }
  #page.index .contact .wpcf7 .wpcf7-acceptance span {
    font-size: 13px;
  }
  #page.index .contact .wpcf7 .wpcf7-acceptance label {
    gap: 10px;
  }
  #page.index .contact .wpcf7 .wpcf7-submit {
    max-width: 260px;
    height: 60px;
  }
  #page.index .contact .useragreement-title p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  #page.index .contact .useragreement-content-inner p {
    font-size: 11px;
  }
}
#page.index .dialogue-area {
  padding-top: 100px;
  padding-bottom: 200px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#page.index .dialogue-area .dialogue-title {
  font-size: 32px;
  font-weight: 600;
  background-image: url(../img/title-border.png);
  background-size: 240px 10px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 22px;
  text-align: center;
  margin-bottom: 80px;
}
#page.index .dialogue-area .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page.index .dialogue-area .article-box {
  width: 31%;
  margin-bottom: 65px;
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
#page.index .dialogue-area .article-box:nth-child(3n+2) {
  margin: 0 3.5%;
}
#page.index .dialogue-area .article-box:nth-child(3n+1) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
#page.index .dialogue-area .article-box:nth-child(3n+2) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
#page.index .dialogue-area .article-box:nth-child(3n+3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#page.index .dialogue-area .thumbnail {
  margin-bottom: 15px;
}
#page.index .dialogue-area .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 206px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.index .dialogue-area .article-title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin-bottom: 10px;
}
#page.index .dialogue-area .article-day {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.85;
  margin-bottom: 7px;
}
#page.index .dialogue-area .post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page.index .dialogue-area .post-tags-list {
  border: 1px solid #000;
  border-radius: 7px;
  margin-right: 5px;
}
#page.index .dialogue-area .post-tags-link {
  display: block;
  font-size: 13px;
  padding: 1px 7px;
}
#page.index .dialogue-area .list-link-btn {
  width: 100%;
  max-width: 278px;
  margin: 0 auto;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border-radius: 50px;
  background-color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  #page.index .dialogue-area {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #page.index .dialogue-area {
    padding-top: 0px;
    padding-bottom: 85px;
  }
  #page.index .dialogue-area .dialogue-title {
    font-size: 28px;
    background-image: url(../img/title-border-sp.png);
    background-size: 190px 10px;
    margin-bottom: 40px;
  }
  #page.index .dialogue-area .article-box {
    width: 100%;
    margin: 0 0 50px;
  }
  #page.index .dialogue-area .article-box:nth-child(3n+2) {
    margin: 0 0 50px;
  }
  #page.index .dialogue-area .article-box:nth-child(3n+2) {
    -webkit-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }
  #page.index .dialogue-area .article-box:nth-child(3n+3) {
    -webkit-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }
  #page.index .dialogue-area .article-title {
    font-size: 15px;
  }
  #page.index .dialogue-area .article-day {
    font-size: 12px;
  }
  #page.index .dialogue-area .post-tags-list {
    border-radius: 10px;
  }
  #page.index .dialogue-area .post-tags-link {
    font-size: 12px;
    padding: 3px 8px;
  }
}
@media (hover: hover) {
  #page.index .dialogue-area .post-tags-link:hover {
    opacity: 0.6;
  }
  #page.index .dialogue-area .article-link:hover .thumbnail {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  #page.index .dialogue-area .list-link-btn:hover {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
#page.index .bottom-banner {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.index .bottom-banner:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 1200px) {
  #page.index .bottom-banner {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #page.index .bottom-banner {
    width: 100%;
    margin: 0 auto;
  }
  #page.index .bottom-banner .bottom-banner-img {
    max-width: 340px;
    margin: 0 auto;
    display: block;
  }
}

.fixed-button {
  position: fixed;
  bottom: 90px;
  right: 0;
}
.fixed-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 60px;
}
.fixed-button .floating-free {
  background-color: #ffe600;
  color: #eb1900;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  height: 39px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px 0 0 0;
}
.fixed-button .floating-application {
  background-color: #eb1900;
  border-radius: 0 0 0 10px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.200370199;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}
.fixed-button .floating-application span {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

@media screen and (max-width: 767px) {
  .fixed-button {
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
  }
  .fixed-button a {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .fixed-button .floating-free {
    width: 75px;
    height: 77px;
    font-size: 16px;
  }
  .fixed-button .floating-application {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: calc(100% - 75px);
    height: 77px;
    border-radius: 0 10px 0 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    display: none;
  }
}