@charset "UTF-8";

.service_page article,
.service_page aside,
.service_pagedetails,
.service_page figcaption,
.service_page section {
  display: block;
}

.service_page img,
.service_page picture {
  max-width: 100%;
  display: block;
}

.service_page section {
  padding: 0;
}

.service_page {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0 0.05rem;
  font-size: clamp(14px, 3vw, 16px);
  color: #2F2F2F;
  padding: 0;
}

.service_page .br_pc {
  display: block;
}

@media screen and (max-width: 960px) {
  .service_page .br_pc {
    display: none;
  }
}

.service_page .br_sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .service_page .br_sp {
    display: block;
  }
}

.service_page .pc {
  display: inline-block;
}

@media screen and (max-width: 960px) {
  .service_page .pc {
    display: none;
  }
}

.service_page .sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .service_page .sp {
    display: block;
  }
}

.service_page a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.service_page .bg {
  position: relative;
}

.service_page .con {
  position: absolute;
}

.service_page p {
  line-height: 1.4;
}

/* 共通 */
.service_page .inr {
  padding-top: 120px;
  padding-bottom: 90px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .service_page .inr {
    max-width: 94%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  .service_page .inr {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 92%;
  }
}

.service_page .subttl {
  font-family: "montserrat", "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 3vw, 24px);
  background: linear-gradient(180deg, #72A4FF, #377DFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
  border-bottom: 1px solid #377DFF;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  letter-spacing: 0.02rem;
}

@media screen and (max-width: 960px) {
  .service_page .subttl {
    padding-bottom: 3px;
    margin-bottom: 20px;
  }
}

.service_page h2 {
  font-family: "montserrat", "noto-sans-cjk-jp", sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  text-align: center;
  font-weight: 700;
}

.service_page h2 .big {
  font-size: 1.2em;
}

.service_page h2 .small {
  font-weight: 700;
  font-size: clamp(16px, 3vw, 20px);
}

.service_page .blue {
  color: #377DFF;
}

.service_page .big {
  font-size: 1.1em;
}

.service_page .bg_blue {
  background: linear-gradient(180deg, #72A4FF, #377DFF);
  color: #fff;
  padding: 2px 5px;
  font-weight: 700;
}

/* 共通 */
/* FV */
.service_page .fv {
  height: 940px;
  background: url(../img/service_page/fvbg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.service_page .fv .fv_sec01 {
  max-width: 1300px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  margin: 0 auto;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1400px) {
  .service_page .fv .fv_sec01 {
    width: 90%;
    justify-content: center;
    gap: 30px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 960px) {
  .service_page .fv .fv_sec01 {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .service_page .fv {
    height: auto;
    background: url(../img/service_page/fvbg_sp.png) no-repeat;
    background-size: cover;
  }
}

.service_page .fv .fv_sec02 {
  max-width: 880px;
  margin: 0 auto;
  margin-top: 90px;
}

.service_page .fv .fv_sec02 p {
  font-size: clamp(16px, 3vw, 28px);
  text-align: center;
  margin-bottom: 20px;
}

.service_page .fv .fv_sec02 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 960px) {
  .service_page .fv .fv_sec02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .service_page .fv .fv_sec02 ul li {
    width: 28%;
  }
}

@media screen and (max-width: 960px) {
  .service_page .fv .fv_sec02 {
    margin-top: 7vw;
    padding-bottom: 6vw;
  }
}

.service_page .fv .fv_sec_l h2 {
  margin-top: 30px;
  font-size: clamp(14px, 3vw, 20px);
  text-align: left;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .service_page .fv .fv_sec_l p {
    margin-top: 10px;
  }
}

.service_page .fv .fv_sec_l .fvcv {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .service_page .fv .fv_sec_l .fvcv {
    display: block;
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 7vw;
  }

  .service_page .fv .fv_sec_l .fvcv img {
    width: 100%;
    margin-bottom: 3vw;
  }
}

.service_page .fv .fv_sec_l h1 {
  font-weight: 900;
}

.service_page .fv .fv_sec_l h1 .text01 {
  font-size: 36px;
}

.service_page .fv .fv_sec_l h1 .text01 .fv_underline {
  width: 300px;
  padding-top: 8px;
}

.service_page .fv .fv_sec_l h1 .text02 {
  display: flex;
  align-items: flex-end;
  font-size: 100px;
  margin-top: -30px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.service_page .fv .fv_sec_l h1 .text02 .notes {
  font-size: 140px;
}

.service_page .fv .fv_sec_l h1 .text02 .fv_arrow {
  width: 80px;
  margin: 0 8px;
}

@media screen and (max-width: 1410px) {
  .service_page .fv .fv_sec_l h1 .text01 {
    font-size: 1.8vw;
  }

  .service_page .fv .fv_sec_l h1 .text01 .fv_underline {
    width: 15vw;
    padding-top: 8px;
  }

  .service_page .fv .fv_sec_l h1 .text02 {
    font-size: 5vw;
    margin-top: -15px;
  }

  .service_page .fv .fv_sec_l h1 .text02 .notes {
    font-size: 7vw;
  }

  .service_page .fv .fv_sec_l h1 .text02 .fv_arrow {
    width: 4.5vw;
    margin: 0 8px;
  }
}

/* .service_page .fv .fv_sec_l h1 img {
  width: 94%;
} */
@media screen and (max-width: 960px) {
  .service_page .fv .fv_sec_l {
    width: 90%;
    margin: 0 auto;
    margin-top: 17vw;
  }

  .service_page .fv .fv_sec_l h1 .fvcv img {
    width: 100%;
  }

  .service_page .fv .fv_sec_l h1 .text01 {
    font-size: 3.5vw;
  }

  .service_page .fv .fv_sec_l h1 .text01 .fv_underline {
    width: 29vw;
    padding-top: 8px;
  }

  .service_page .fv .fv_sec_l h1 .text02 {
    font-size: 10vw;
    margin-top: -0.8vw;
  }

  .service_page .fv .fv_sec_l h1 .text02 .notes {
    font-size: 14vw;
  }

  .service_page .fv .fv_sec_l h1 .text02 .fv_arrow {
    width: 8.5vw;
    margin: 0 8px;
  }

}


@media screen and (max-width: 960px) {
  .service_page .fv .fv_sec_l .medal img {
    width: 100%;
  }
}

.service_page .fv .fv_sec_r {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .service_page .fv .fv_sec_r .fv_img03 {
    width: 72%;
  }
}

.service_page .fv .fv_sec_r .fv_icon {
  width: 22%;
}

@media screen and (max-width: 960px) {
  .service_page .fv .fv_sec_r .fv_icon {
    width: 19%;
  }
}

.service_page .fv .fv_sec_r .fv_icon01 {
  top: 5%;
  left: 78%;
}

@media screen and (max-width: 960px) {
  .service_page .fv .fv_sec_r .fv_icon01 {
    top: 0%;
    left: 67%;
  }
}

.service_page .fv .fv_sec_r .fv_icon02 {
  top: 35%;
  left: 92%;
}

@media screen and (max-width: 960px) {
  .service_page .fv .fv_sec_r .fv_icon02 {
    top: 32%;
    left: 79%;
  }
}

.service_page .fv .fv_sec_r .fv_icon03 {
  top: 68%;
  left: 87%;
}

@media screen and (max-width: 960px) {
  .service_page .fv .fv_sec_r .fv_icon03 {
    top: 68%;
    left: 75%;
  }
}

.service_page .fv .fv_sec_r .fv_icon04 {
  top: 91.5%;
  left: 60%;
}

@media screen and (max-width: 960px) {
  .service_page .fv .fv_sec_r .fv_icon04 {
    top: 90%;
    left: 54%;
  }
}

.service_page .fv .fv_sec_r .fv_icon05 {
  top: 92%;
  left: 23%;
}

@media screen and (max-width: 960px) {
  .service_page .fv .fv_sec_r .fv_icon05 {
    top: 90%;
    left: 25%;
  }
}

.service_page .fv .fv_sec_r .fv_icon06 {
  top: 70%;
  left: -5%;
}

@media screen and (max-width: 960px) {
  .service_page .fv .fv_sec_r .fv_icon06 {
    top: 61%;
    left: 5%;
  }
}

.service_page .fv .fv_sec_r .fv_icon07 {
  top: 5%;
  left: 0%;
}

@media screen and (max-width: 960px) {
  .service_page .fv .fv_sec_r .fv_icon07 {
    top: 3%;
    left: 13%;
  }
}

/* FV */
/* art01 */
.service_page .art01 {
  background: linear-gradient(0deg, #ECF2FC, #fff);
}

.service_page .art01 .art01_sec01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .service_page .art01 .art01_sec01 {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.service_page .art01 .art01_sec01 li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  background: #fff;
  margin-bottom: 40px;
  box-shadow: 0 3px 6px 0 rgba(204, 204, 204, 0.4);
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 960px) {
  .service_page .art01 .art01_sec01 li {
    width: 100%;
    padding: 10px 10px;
  }
}

.service_page .art01 .art01_sec01 li img {
  width: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  .service_page .art01 .art01_sec01 li img {
    width: 15px;
    margin-right: 5px;
  }
}

.service_page .art01 .art01_sec01 .art01_ul_l {
  text-align: right;
}

@media screen and (max-width: 960px) {
  .service_page .art01 .art01_sec01 .art01_ul_l {
    text-align: center;
  }
}

.service_page .art01 .art01_sec01 .art01_ul_l li {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .service_page .art01 .art01_sec01 .art01_ul_l li {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

.service_page .art01 .art01_sec01 .art01_ul_r {
  text-align: left;
}

@media screen and (max-width: 960px) {
  .service_page .art01 .art01_sec01 .art01_ul_r {
    text-align: center;
  }
}

.service_page .art01 .art01_sec01 .art01_ul_r li {
  justify-content: flex-start;
}

@media screen and (max-width: 960px) {
  .service_page .art01 .art01_sec01 .art01_ul_r li {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

.service_page .art01 .art01_sec01 .art01_sec01_img01 {
  width: 20%;
  box-sizing: border-box;
  padding: 0 10px;
}

.service_page .art01 .art01_sec01 .art01_sec01_img01.sp {
  width: 45%;
  margin: 60px auto;
}

@media screen and (max-width: 960px) {
  .service_page .art01 .art01_sec01 .art01_sec01_img01.sp {
    width: 60%;
    margin: 30px auto;
  }
}

.service_page .art01 .hatena {
  top: -5%;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 0;
}

@media screen and (max-width: 960px) {
  .service_page .art01 .hatena {
    top: 0;
  }
}

.service_page .art01 .art01_sec02 {
  margin-top: 60px;
}

.service_page .art01 .art01_sec02 ul {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .service_page .art01 .art01_sec02 ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2%;
    width: 88%;
  }
}

.service_page .art01 .art01_sec02 ul li {
  background: #fff;
  border-radius: 0 0 15px 15px;
}

.service_page .art01 .art01_sec02 ul li .art01_p_ttl {
  border-radius: 15px 15px 0 0;
  background: linear-gradient(90deg, #ccc, #272425);
  text-align: center;
  padding: 7px 0;
  color: #fff;
  font-size: clamp(20px, 3vw, 22px);
}

.service_page .art01 .art01_sec02 ul li img {
  width: auto;
  height: 200px;
  margin: 10px auto;
}

@media screen and (max-width: 960px) {
  .service_page .art01 .art01_sec02 ul li img {
    height: 150px;
  }
}

.service_page .art01 .art01_sec02 ul li .art01_p_txt {
  font-size: 18px;
  text-align: center;
  padding: 15px;
}

.service_page .bg_arrow {
  width: 100%;
}

/* art01 */
/* art02 */
.service_page .art02 {
  overflow: hidden;
  width: 100%;
}

.service_page .art02 .inr {
  padding-bottom: 0;
}

.service_page .art02 h2 {
  line-height: 1.7;
  font-size: clamp(32px, 3vw, 32px);
}

.service_page .art02 .loop-wrapper {
  top: 43%;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .service_page .art02 .loop-wrapper {
    top: 56%;
  }
}

.service_page .art02 .loop-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.service_page .art02 .loop-track img {
  width: 1000px;
  /* 必要に応じて調整 */
  flex-shrink: 0;
  margin-right: 45px;
  /* 画像が縮まないように */
}

.service_page .art02 .cylinder {
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 700px;
}

@media screen and (max-width: 960px) {
  .service_page .art02 .cylinder {
    width: 60%;
    top: 7%;
    bottom: auto;
  }

  .service_page .art02 .cylinder img {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .service_page .art02 .cylinder {
    width: 100%;
  }
}

.service_page .art02 .art02_p1 {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.service_page .art02 section {
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .service_page .art02 section {
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
  .service_page .art02 section {
    width: 85%;
  }
}

.service_page .art02 section ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 960px) {
  .service_page .art02 section ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 0 aut0;
  }
}

.service_page .art02 section ul li:first-child {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .service_page .art02 section ul li:first-child {
    margin-top: 0;
  }
}

.service_page .art02 section ul li:last-child {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .service_page .art02 section ul li:last-child {
    margin-top: 0;
  }
}

.service_page .art02 .art02_img_05 {
  width: 40%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 600px) {
  .service_page .art02 .art02_img_05 {
    width: 100%;
    margin-top: -15vw;
  }

  .service_page .art02 .art02_img_05 img {
    width: 100%;
  }
}

/* art02 */
/* art03 */
.service_page .art03 {
  background: url(../img/service_page/art03_bg_pc.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.service_page .art03 h2 {
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.5;
}

.service_page .art03 .art03_sec01 {
  padding: 120px;
  background: #fff;
  border-radius: 30px;
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_sec01 {
    margin-top: 30px;
    padding: 60px 40px;
  }
}

.service_page .art03 .art03_sec01 dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 120px;
  /*border-left: 1px solid #72A4FF;*/
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_sec01 dl {
    display: block;
  }
}

.service_page .art03 .art03_sec01 dl .dl_box {
  margin-left: -20px;
  margin-top: -10px;
  position: relative;
}

.service_page .art03 .art03_sec01 dl dt {
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: clamp(19px, 3vw, 28px);
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_sec01 dl dt {
    margin-left: -20px;
    margin-top: -40px;
    align-items: flex-start;
  }
}

.service_page .art03 .art03_sec01 dl dt img {
  width: 40px;
  margin-right: 10px;
}

.service_page .art03 .art03_sec01 dl dd {
  margin-left: 50px;
  margin-top: 15px;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_sec01 dl dd {
    margin-left: 30px;
  }
}

.service_page .art03 .art03_sec01 dl .art03_img {
  width: 40%;
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_sec01 dl .art03_img {
    width: 100%;
    margin-top: 30px;
  }
}

.service_page .art03 .art03_sec01 dl:last-child {
  border: none;
  padding-bottom: 0;
}

.service_page .art03 .art03_sec02 h2 {
  text-align: center;
  font-size: clamp(28px, 3vw, 40px);
}

.service_page .art03 .art03_sec02 .art03_subttl {
  margin-top: 10px;
  text-align: center;
}

.service_page .art03 .art03_sec02 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
  width: 975px;
  gap: 40px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .service_page .art03 .art03_sec02 ul {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_sec02 ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.service_page .art03 .art03_sec02 ul .libg {
  width: 90%;
  height: 80px;
  background: #377DFF;
  top: 36%;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_sec02 ul .libg {
    top: 5%;
    width: 20%;
    height: 70%;
  }
}

.service_page .art03 .art03_sec02 ul li {
  position: relative;
  background: #fff;
  padding: 40px 20px;
  border-radius: 15px;
  align-items: center !important;
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_sec02 ul li {
    padding: 30px 15px;
  }
}

.service_page .art03 .art03_sec02 ul li img {
  width: -moz-fit-content;
  width: fit-content;
  height: 100px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_sec02 ul li img {
    width: 25%;
    height: auto;
    margin-left: 0;
  }
}

.service_page .art03 .art03_sec02 ul li h3 {
  font-size: clamp(20px, 3vw, 26px);
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 25px;
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_sec02 ul li h3 {
    margin-top: 0;
    margin-bottom: 8px;
    text-align: left;
  }
}

.service_page .art03 .art03_sec02 ul li p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_sec02 ul li p {
    text-align: left;
  }
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_sec02 ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.service_page .art03 .art03_sec02 ul li span {
  width: 70%;
}

.service_page .art03 .art03_sec02 ul li::after {
  content: "";
  background: #377DFF;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  /* 上に貼り付ける */
  left: 0;
  z-index: 1;
  border-radius: 15px 15px 0 0;
}

.service_page .art03 .art03_sec03 {
  border-radius: 40px;
  background: #fff;
  padding: 100px 40px 120px 40px;
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_sec03 {
    border-radius: 20px;
    padding: 60px 20px;
  }
}

.service_page .art03 .art03_sec03 .art03_sec03_ttl {
  font-size: clamp(18px, 3vw, 24px);
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}

.service_page .art03 .art03_sec03 h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.service_page .art03 .art03_sec03 .art03_sec03_p1 {
  text-align: center;
  margin: 30px auto;
}

.service_page .art03 .art03_sec03 ul {
  max-width: 960px;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_sec03 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.service_page .art03 .art03_sec03 ul li {
  width: 22%;
  box-shadow: 0 3px 6px 0 rgba(204, 204, 204, 0.4);
  padding: 20px 20px;
  border-radius: 20px;
  background: #fff;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_sec03 ul li {
    width: 100%;
    padding: 0;
  }
}

.service_page .art03 .art03_sec03 ul li img {
  height: 100px;
  margin: 10px auto;
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_sec03 ul li img {
    width: 45%;
    height: auto;
  }
}

.service_page .art03 .art03_sec03 ul li p {
  font-size: clamp(12px, 3vw, 18px);
  text-align: center;
  font-weight: 700;
}

.service_page .art03 .art03_arrow {
  width: 100px;
  margin: 60px auto;
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_arrow {
    width: 120px;
    margin: 30px auto;
  }
}

.service_page .art03 .art03_ps {
  width: 100px;
  margin: 60px auto;
}

@media screen and (max-width: 960px) {
  .service_page .art03 .art03_ps {
    width: 120px;
    margin: 30px auto;
  }
}

/* art03 */
/* art04 */
.service_page .art04 h2 {
  font-size: clamp(36px, 3vw, 42px);
}

.service_page .art04 section {
  width: 80%;
  margin: 0 auto;
}

.service_page .art04 .art04_img {
  position: relative;
  z-index: 1;
}

.service_page .art04 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  background: #fff;
  gap: 20px;
  margin-top: 60px;
}

@media screen and (max-width: 1200px) {
  .service_page .art04 ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .service_page .art04 ul {
    grid-template-columns: 1fr;
  }
}

.service_page .art04 ul li {
  box-shadow: 0 6px 12px 0 rgba(204, 204, 204, 0.6);
  border-radius: 20px;
  position: relative;
}

.service_page .art04 ul li .li_p_ttl {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: clamp(16px, 3vw, 18px);
  padding: 10px;
  background: linear-gradient(180deg, #72A4FF, #377DFF);
  border-radius: 20px 20px 0 0;
}

.art04.service_page ul li .li_p_txt {
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.service_page .art04 ul li img {
  display: block;
  width: auto;
  height: 120px;
  margin: 0 auto;
  padding: 20px 0;
  padding-bottom: 30px;
  max-width: 100%;
}

.service_page .art04 ul li .art04_arrow {
  width: 130px;
  top: 5%;
  left: auto;
  right: 5%;
  margin: 0;
  height: auto;
}

@media screen and (max-width: 960px) {
  .service_page .art04 ul li .art04_arrow {
    width: 20%;
    min-width: 100px;
    right: 15%;
    top: 15%;
  }
}

.service_page .art04 ul li .art04_arrow_t {
  top: 17%;
}

/* art04 */
/* art05 */
.service_page .art05 {
  background: url(../img/service_page/art05_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .service_page .art05 .inr {
    width: 96%;
  }
}

.service_page .art05 h2 {
  margin-bottom: 15px;
  font-size: clamp(26px, 3vw, 32px);
}

.service_page .art05 .subtxt {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .service_page .art05 .subtxt {
    margin-bottom: 30px;
  }
}

.service_page .art05 .art05_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .service_page .art05 .art05_sec {
    padding: 60px 25px;
    display: block;
    margin-bottom: 20px;
    border-radius: 20px;
  }
}

.service_page .art05 .art05_sec .art05_sec_l {
  width: 50%;
  margin-right: 5%;
  padding-left: 3%;
}

@media screen and (max-width: 960px) {
  .service_page .art05 .art05_sec .art05_sec_l {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
}

.service_page .art05 .art05_sec .art05_sec_l h3 {
  font-size: clamp(22px, 2vw, 32px);
  position: relative;
  margin-bottom: 20px;
}

.service_page .art05 .art05_sec .art05_sec_l img {
  width: auto;
  height: 100px;
  top: -20%;
  left: 0;
}

@media screen and (max-width: 960px) {
  .service_page .art05 .art05_sec .art05_sec_l img {
    height: 60px;
    top: -18%;
  }
}

.service_page .art05 .art05_sec .art05_sec_r {
  max-width: 520px;
}

.service_page .art05 .art05_sec .art05_sec_r img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .service_page .art05 .art05_sec .art05_sec_r {
    margin: 0 auto;
  }
}

.service_page .art05 .art05_sec01 .art05_sec_l img {
  top: -35%;
}

@media screen and (max-width: 960px) {
  .service_page .art05 .art05_sec01 .art05_sec_l img {
    top: -15%;
  }
}

.service_page .art05 .art05_sec02 .art05_sec_l img {
  top: -28%;
}

@media screen and (max-width: 960px) {
  .service_page .art05 .art05_sec02 .art05_sec_l img {
    top: -17%;
  }
}

@media screen and (min-width: 1400px) {
  .service_page .art05 .art05_sec02 .art05_sec_l img {
    top: -20%;
  }
}

.service_page .art05 .art05_sec03 .art05_sec_l img {
  top: -38%;
}

@media screen and (max-width: 960px) {
  .art05 .art05_sec03 .art05_sec_l img {
    top: -23%;
  }
}

.service_page .art05 .art05_sec02 {
  flex-direction: row-reverse;
}

.service_page .art05 .art05_sec02 .art05_sec_l {
  margin-left: 5%;
  padding-right: 0;
}

@media screen and (max-width: 960px) {
  .service_page .art05 .art05_sec02 .art05_sec_l {
    margin-left: 0;
    padding-right: 0;
  }
}

/* art05 */
/* art06 */
.service_page .art06 {
  overflow: hidden;
}

.service_page .art06 section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .service_page .art06 section {
    display: block;
  }
}

.service_page .art06 section .art06_sec_l {
  width: 40%;
}

@media screen and (max-width: 960px) {
  .service_page .art06 section .art06_sec_l {
    width: 100%;
    margin-bottom: 40px;
  }
}

.service_page .art06 section .art06_sec_l .subttl {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .service_page .art06 section .art06_sec_l .subttl {
    margin-bottom: 20px;
  }
}

.service_page .art06 section .art06_sec_l h2 {
  text-align: left;
  margin-bottom: 15px;
  font-size: clamp(26px, 3vw, 32px);
}

.service_page .art06 section .art06_sec_l p {
  text-align: left;
}

.service_page .art06 section .art06_sec_l .cvarea {
  margin-top: 60px;
  width: 300px;
}

.service_page .art06 section .art06_sec_l .cvarea a {
  display: block;
  margin-bottom: 20px;
}

.service_page .art06 section .art06_sec_l .cvarea a picture img {
  width: 100%;
}

.service_page .art06 section .art06_sec_r {
  width: 60%;
  margin-top: 10%;
}

.service_page .art06 section .art06_sec_r .art06_arrow {
  max-width: 300px;
  top: -15%;
  right: -10%;
}

@media screen and (max-width: 960px) {
  .service_page .art06 section .art06_sec_r .art06_arrow {
    top: -35vw;
    right: 0;
  }
}

@media screen and (max-width: 600px) {
  .service_page .art06 section .art06_sec_r .art06_arrow {
    top: -54vw;
    width: 70%;
  }
}

@media screen and (max-width: 960px) {
  .service_page .art06 section .art06_sec_r {
    width: 100%;
    margin-bottom: 30px;
  }
}

.service_page .art06 section .art06_sec_r dl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 960px) {
  .service_page .art06 section .art06_sec_r dl {
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.service_page .art06 section .art06_sec_r dl dt {
  font-weight: 700;
  line-height: 1.3;
  font-size: clamp(18px, 3vw, 22px);
  width: 30%;
}

@media screen and (max-width: 960px) {
  .service_page .art06 section .art06_sec_r dl dt {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.service_page .art06 section .art06_sec_r dl dt span {
  font-size: clamp(10px, 3vw, 12px);
  color: #9d9d9d;
  font-weight: 100;
}

.service_page .art06 section .art06_sec_r dl dd {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: clamp(42px, 3vw, 50px);
  background: linear-gradient(180deg, #72A4FF, #377DFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.service_page .art06 section .art06_sec_r dl dd .lg {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(74px, 8.5vw, 120px);
  margin-right: 7px;
  letter-spacing: 0;
  letter-spacing: -0.2rem;
}

.service_page .art06 section .art06_sec_r dl:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.service_page .art06 section .cvarea img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .service_page .art06 section .cvarea img {
    margin-bottom: 20px;
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .service_page .art06 section .cvarea {
    max-width: 500px;
    margin: 0 auto;
  }
}

/* art06 */
/* artcv */
.service_page .artcv .inr {
  max-width: 96%;
  margin-top: 0;
  padding-top: 0;
}

.service_page .artcv .inr section {
  background: url(../img/service_page/artcv_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  border-radius: 40px;
  padding: 60px 40px;
}

@media screen and (max-width: 960px) {
  .service_page .artcv .inr section {
    background: url(../img/service_page/artcv_bg_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    padding: 60px 20px;
  }
}

.service_page .artcv .inr section h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(24px, 3vw, 36px);
}

.service_page .artcv .inr section p {
  text-align: center;
  margin-bottom: 40px;
}

.service_page .artcv .inr .cvarea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.service_page .artcv .inr .cvarea img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .service_page .artcv .inr .cvarea {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .service_page .artcv .inr .cvarea a {
    display: block;
    margin-bottom: 15px;
  }
}

.service_page .artcv .inr .telarea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .service_page .artcv .inr .telarea {
    display: block;
  }
}

.service_page .artcv .inr .telarea .telarea_p1 {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 15px;
  font-size: 14px;
  background: #fff;
  color: #377DFF;
  border-radius: 50px;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 960px) {
  .service_page .artcv .inr .telarea .telarea_p1 {
    margin: 0 auto;
    font-size: 12px;
  }
}

.service_page .artcv .inr .telarea a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-family: "montserrat", "noto-sans-cjk-jp", sans-serif;
  font-size: clamp(36px, 3vw, 40px);
  font-weight: 600;
  letter-spacing: 0;
}

.service_page .artcv .inr .telarea a img {
  width: 22px;
  margin-right: 10px;
  margin-top: 5px;
}

@media screen and (max-width: 960px) {
  .service_page .artcv .inr .telarea a img {
    width: 18px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 960px) {
  .service_page .artcv .inr .telarea a {
    margin: 10px auto;
    letter-spacing: 0.1rem;
  }
}

.service_page .artcv .inr .telarea .telarea_p2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .service_page .artcv .inr .telarea .telarea_p2 {
    display: block;
    margin: 0 auto;
  }
}

/* artcv */
/* art07 */
.service_page .art07 {
  background: #ecf3ff;
}

.service_page .art07 h2 {
  font-size: clamp(26px, 3vw, 32px);
}

.service_page .art07 section {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .service_page .art07 section {
    margin-top: 30px;
  }
}

.service_page .art07 section ul {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .service_page .art07 section ul {
    display: block;
  }
}

.service_page .art07 section ul li:nth-child(odd) {
  width: 18%;
  background: #fff;
  border-radius: 20px;
  padding: 20px 10px;
  aspect-ratio: 1/1.4;
}

@media screen and (max-width: 1200px) {
  .service_page .art07 section ul li:nth-child(odd) {
    aspect-ratio: 1/1.8;
  }
}

@media screen and (max-width: 960px) {
  .service_page .art07 section ul li:nth-child(odd) {
    width: 100%;
    aspect-ratio: auto;
    padding: 30px 10px;
  }
}

.service_page .art07 section ul li:nth-child(odd) img {
  height: 100px;
  width: auto;
  display: flex;
  margin: 0 auto;
}

.service_page .art07 section ul li:nth-child(odd) .li_line {
  width: 50%;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 130px;
}

.service_page .art07 section ul li:nth-child(odd) .li_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
  font-weight: 700;
  font-size: clamp(18px, 3vw, 18px);
  margin-bottom: 8px;
  width: 70%;
}

@media screen and (max-width: 960px) {
  .service_page .art07 section ul li:nth-child(odd) .li_ttl {
    margin-bottom: 6px;
  }
}

.service_page .art07 section ul li:nth-child(odd) .li_txt {
  text-align: center;
  font-size: clamp(12px, 3vw, 14px);
}

.service_page .art07 section ul li:nth-child(even) img {
  width: 15px;
}

@media screen and (max-width: 960px) {
  .service_page .art07 section ul li:nth-child(even) img {
    width: 30px;
    margin: 7px auto;
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .service_page .art07 section ul {
    width: 80%;
    margin: 0 auto;
  }
}

/* art07 */
/* art08 */
.service_page .art08 h2 {
  margin-bottom: 60px;
  font-size: clamp(26px, 3vw, 32px);
}

.service_page .accordion {
  border-radius: 4px;
  margin: 10px 0;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 20px;
  border-bottom: 1px solid #EAEAEA;
}

@media screen and (max-width: 960px) {
  .service_page .accordion {
    padding-bottom: 15px;
    padding-top: 10px;
  }
}

.service_page .accordion-header {
  padding: 10px 14px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: clamp(16px, 3vw, 20px);
  color: #377DFF;
  font-family: "montserrat", "noto-sans-cjk-jp", sans-serif;
}

.service_page .accordion-header .achd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.service_page .accordion-header .achd p {
  margin-left: 5px;
}

@media screen and (max-width: 960px) {
  .service_page .accordion-header .achd p {
    width: 80%;
  }
}

.service_page .arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #4285f4;
  border-bottom: 2px solid #4285f4;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 8px;
  margin-top: 14px;
}

@media screen and (max-width: 960px) {
  .service_page .arrow {
    margin-left: 15px;
    margin-top: 14px;
  }
}

.service_page .accordion.open .arrow {
  transform: rotate(225deg);
  /* 上向き */
}

.service_page .accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 40px !important;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

@media screen and (max-width: 1200px) {
  .service_page .accordion-content {
    padding: 0 30px !important;
  }
}

@media screen and (max-width: 960px) {
  .service_page .accordion-content {
    padding: 0 42px !important;
    width: 100%;
    margin: 0 auto;
  }
}

.service_page .accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 14px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.service_page .accordion.open .accordion-content {
  max-height: 300px;
  padding: 10px 14px;
}

/* art08 */
/* アニメーション関係 */
.service_page .fv_icon {
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  /* 最初はちょっと小さめ */
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.service_page .fv_icon.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  /* ふわっと上がって通常サイズに戻る */
}

.service_page .fv_icon07 {
  transform: translate(40px, 40px) scale(0.9);
  /* 右下からスタート */
}

.service_page .fv_icon07.show {
  transform: translate(0, 0) scale(1);
  /* 左上へ戻る＆拡大 */
}

/* ループ */
.service_page .loop-wrapper {
  width: 100%;
  overflow: hidden;
}

.service_page .loop-track {
  display: flex;
  animation: scrollRight 40s linear infinite;
}

.service_page .loop-track img {
  width: 1000px;
  flex-shrink: 0;
  display: block;
  margin-right: 20px;
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* ループ */
/* フェードイン */
.service_page .fade-in {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* 表示されたら */
.service_page .fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

/* フェードイン */
/* フェードイン */
.service_page .fade-parent li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.service_page .fade-parent li.show {
  opacity: 1;
  transform: translateY(0);
}

/* フェードイン */
/* ボーダーアニメーション */
.service_page .border-animated {
  position: relative;
  padding-left: 20px;
}

.service_page .border-animated_none {
  padding-left: 20px;
}

.service_page .border-animated::before {
  content: "";
  position: absolute;
  top: 0;
  left: 19px;
  width: 1.5px;
  height: 0;
  background: repeating-linear-gradient(to bottom, rgb(114, 164, 255), rgb(114, 164, 255) 6px, transparent 6px, transparent 12px);
  transition: height 3s ease-out;
  z-index: 0;
}

.service_page .border-animated.show::before {
  height: 100%;
}

/* ボーダーアニメーション */
/* アニメーション関係 */
/*# sourceMappingURL=style.css.map */