#about {
  width: 100%;
}

.about_text {
  width: 80%;
}

.about_text h2 {
  font-size: 2.3vw;
  margin-bottom: 35px;
  text-align: left;

}

.about_text p {
  text-align: left;
  font-size: 2vw;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 2;
}

.caption {
  text-align: center;
  font-size: 1.5vw;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 15px;
}
.fixed_area .pc_menu {
  max-width: 300px;
}

.h1 {
  font-weight: bold;
  color: #000000;/*文字色*/
  background: #FFF;
  border-bottom: solid 3px #010321;/*線*/
  padding: 0.5em 1em;
  margin: 5em auto 1.5em auto;
  font-size: 3vw;
  width: 70%;
}

.header .logo_area ul li span {
  font-weight: bold;
  color: #010321;
}

.header .logo_area .logo_sub_area ul li span {
  margin-right: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #010321;
}

.child_01 {
  margin:70px 20px;
}

.pc_footer_text div{
  color: #FFF;
  margin-left: 15px;
  margin: 20px;
}

.main_visual_pc--img{
  padding: 20px;
}

.main_visual_pc--img img{
  width: 100%;
  object-fit: cover;
  border-radius: 60px;
}


.header .logo_area ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: space-between;
}

.logo_area--title{
  max-width: auto;
  width: auto;
  margin-left: 30px;
}
.logo_area--mark {
  max-width: 30px;
  width: 100%;
  margin-right: 30px;
}


/* Top-page 2024-07
-------------------------------------------------- */

/*========== overwrite ==========*/
/*----- header -----*/
.header {
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	color: #000000;
  text-align: center;
  z-index: 999;
}

.header .logo_area {
  background: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.header .logo_area ul {
  display: flex;
  width: auto;
  margin: 0 auto 0 30px;
  justify-content: space-between;
	align-items: center;
}

.logo_area--title {
  margin-left: 0;
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 900;
  line-height: 1;
}

.logo_area--mark {
  max-width: 35px;
  width: 100%;
  margin-top: -5px;
  margin-right: 30px;
}

/*
.header .logo_area ul li:last-of-type {
    margin-left: 30px;
}
*/

.header .logo_area ul li span {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}

.header .logo_area .logo_sub_area ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
	align-items: center;
}

.header .logo_area .logo_sub_area ul li span {
	font-size: clamp(14px, 1.6vw, 16px);
	font-weight: 700;
	color: #131313;
	/*padding: 0 20px 0 10px;*/
}

.header .logo_area .header_logo_size {
	padding: 10px 30px 10px 20px;
	width: 280px;
}

.header .logo_area .header_url_size {
	padding: 0 30px 0 40px;
	width: 180px;
}

.header .logo_area .header_mark_size {
	padding: 0 30px 0 0;
	width: 60px;
}

.header .logo_name {
	width: 150px;
}

.main_visual_pc--img {
  padding: 0;
}

.main_visual_pc--img img{
  width: 92.5%;
  object-fit: cover;
  border-radius: 80px;
}

@media screen and (min-width:800px) {
  .wrapper_tst {
    position: relative;
    /*position stickyの基点にするため relativeをかける*/
    display: flex;
    /*左エリア、右エリア横並び指定*/
    flex-wrap: wrap;
    /*ボックスの折り返し可*/
  }

  /*左エリア*/
  .fixed_area {
    /*左固定記述*/
    position: sticky;
    top: 100px;
    /*横半分20%　縦を100vhにする*/
    width: 23%;
    height: 100vh;
    /*装飾のためのCSS*/
    display: flex;
    justify-content: center;
    align-items: start;
    color: #000;
  }

  /*右エリア*/
  .container {
    /*横半分80%にする*/
    width: 77%;
  }

  /*右各セクション 装飾のためのCSS*/
  section {
    min-height: 100vh;
    padding: 30px;
  }

  section:nth-of-type(2n) {
    /*装飾のためのCSS*/
    background: #eee;
  }
}

@media screen and (max-width:799px) {
  .header .logo_area {
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 2px;
    padding-right: 4px;
  }

  .header .logo_area .logo_sub_area ul li span {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
    color: #131313;
    /*padding: 0 20px 0 10px;*/
  }

  .logo_area--title {
    margin-left: 0 !important;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 900;
    line-height: 1;
  }

  .logo_area--mark {
    max-width: 35px;
    width: 100%;
    margin-top: -5px;
    margin-right: 30px;
  }

  .header .sp_menu nav ul li {
    margin-bottom: 8px;
    line-height: 1.2;
  }

  .header .sp_menu nav ul li:last-child {
    margin-top: 16px;
  }

  .header .sp_menu nav ul li a {
    display: inline-block;
    padding: 1em 2em;
    font-weight: 500;
  }

  .header .sp_menu nav ul li:last-child a {
    display: inline-block;
    padding: 0.75em 2em;
    border-radius: 1em;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
  }

  .header .sp_menu nav ul li:last-child a span {
    font-size: 14px;
  }

  .header .sp_menu nav ul li:last-child a:hover {
    background: #ffffff;
    color: #010321;
    transition: 0.15s all;
  }

  .header .sp_menu nav ul li:last-child a:hover span {
    color: #010321;
    transition: 0.15s all;
  }

  .header .sp_menu nav ul li:last-child a:active {
    background: #ffffff;
    color: #010321;
  }

  .header .sp_menu nav ul li:last-child a:active span {
    color: #010321;
  }
}
/*========== END overwrite ==========*/

/*========== common ==========*/
/*----- base -----*/
.wrapper_tst {
  max-width: auto;
}

/*----- ページ上部へ戻るボタン -----*/
.pagetop {
  width: 40px;
  height: 40px;
  right: 15px;
  bottom: 8px;
  position: fixed;
  border-radius: 10px;
  background: #ec681e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.pagetop::before {
  margin-top: 5px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}

@media screen and (max-width:799px) {
  /*----- ページ上部へ戻るボタン -----*/
.pagetop {
  width: 35px;
  height: 35px;
  right: 8px;
  bottom: 8px;
  position: fixed;
  border-radius: 10px;
  background: #ec681e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.pagetop::before {
  margin-top: 2px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}
}

/*----- footer-visual_s -----*/
.footer-visual_s {
  width: 100%;
  height: auto;
}

.footer-visual_s img {
  width: 100%;
  height: auto;
}

.footer-link-area {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.footer-logo_s {
  margin-right: 35px;
}

.footer-logo_s a {
  display: inline-block;
}

.footer-logo_s a img {
  width: auto;
  height: 70px;
}

.footer-instagram a {
  display: inline-block;
  margin: 12px auto 0 auto;
}

.footer-instagram img {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.footer-addr-area_s {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px 25px 40px;
  background: #010321;
}

.footer-addr-area_s__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -1em;
}

.footer-txt_s {
  display: inline-block;
  padding: 0.5em 0;
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 500;
  color: #ffffff;
  line-height: 1.8;
  text-align: right;
}

.footer-url-logo_s {
  padding: 0.5em 0;
  font-size: 16px;
}

.footer-addr-area_s .footer-url-logo_s {
  display: inline-block;
  margin-left: clamp(35px, 7vw, 70px);
}

.footer-addr-area_s .footer-url-logo_s a {
  display: inline-block;
}

.footer-addr-area_s .footer-url-logo_s a img {
  width: 190px;
  height: auto;
}

.footer-last-line_s {
  padding: 1.8em 1.6em;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width:799px) {
  .footer-visual_s {
    width: 100%;
    height: auto;
  }

  .footer-visual_s img {
    width: 100%;
    height: auto;
  }

  .footer-link-area {
    display: block;
    margin-right: 0;
    text-align: center;
  }

  .footer-logo_s {
    margin-right: 0;
    text-align: center;
  }

  .footer-logo_s a {
    display: inline-block;
  }

  .footer-logo_s a img {
    width: 180px;
    height: auto;
  }

  .footer-instagram a {
    display: inline-block;
    margin: 28px auto 0 auto;
    text-align: center;
  }

  .footer-instagram img {
    width: 35px;
    height: 35px;
    margin: 0 auto;
  }

  .footer-addr-area_s {
    display: block;
    padding: 30px 15px 35px 15px;
  }

  .footer-addr-area_s__right {
    display: block;
    margin-bottom: 0;
  }

  .footer-txt_s {
    display: block;
    padding: 25px 0 0.5em 0;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.8;
    text-align: center;
  }

  .footer-url-logo_s {
    padding: 0;
    font-size: 14px;
  }

  .footer-addr-area_s .footer-url-logo_s {
    display: block;
    margin-left: 0;
    text-align: center;
  }

  .footer-addr-area_s .footer-url-logo_s a {
    display: block;
    text-align: center;
    color: #ffffff;
  }

  .footer-last-line_s {
    padding: 1.8em 0.5em;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
  }
}

/*----- access_s__map -----*/
.access_s {
  margin: 100px 0 0 0;
  padding: 40px 0 40px 0;
  padding-left: clamp(50px, 6vw, 80px);
  background: #eeeeee;
  scroll-margin-top: 80px;
}

.access_s__wrap {
  display: flex;
  justify-content: space-between;
}

.access_s .access_s__info {
  width: 25%;
}

.access_s .access_s__info h2 {
  display: inline-block;
  margin: 0;
  margin-bottom: clamp(40px, 6vw, 60px);
  padding: 0.8em 3.4em;
  background: #ffffff;
  border-radius: 1.2em;
  border: 2px solid #010321;
  font-size: 1.2vw;
  font-weight: 700;
  color: #010321;
  text-align: left;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

.access_s .access_s__info p {
  margin-bottom: 1.8em;
  font-size: 1.25vw;
  font-weight: 700;
  color: #010321;
  line-height: 1.8;
}

.access_s .access_s__info p .tel-icon_s {
  width: calc(1.5vw);
  margin-right: 5px;
  margin-bottom: 6px;
}

.access_s .access_s__info .form-btn_s {
  margin-top: clamp(40px, 6vw, 60px);
}

.access_s .access_s__info .form-btn_s a {
  display: inline-block;
  margin: 0;
  padding: 0.8em 1em;
  border-radius: 1.2em;
  border: 0.25em solid #010321;
  background: #010321;
  color: #ffffff;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.access_s .access_s__info .form-btn_s a:hover {
  border: 0.25em solid #ec681e;
  background: #ec681e;
}

.access_s .access_s__info .form-btn_s a:active {
  border: 0.25em solid #ec681e;
}

.access_s .access_s__map {
  width: 75%;
}

.access_s .access_s__map iframe {
  height: 480px;
}

/*----- access_s__map -----*/
@media screen and (max-width:799px) {
  .access_s {
    margin: 80px 0 0 0;
    padding: 60px 20px 60px 20px;
    background: #eeeeee;
  }

  .access_s__wrap {
    display: block;
    justify-content: space-between;
  }

  .access_s .access_s__info {
    width: 100%;
  }

  .access_s .access_s__info h2 {
    display: block;
    margin: 0 auto 2.5em auto;
    padding: 0.5em 1em;
    background: #ffffff;
    border-radius: 0.9em;
    border: 2px solid #010321;
    font-size: 3.85vw;
    font-weight: 700;
    color: #010321;
    text-align: left;
    line-height: 1.4;
    white-space: nowrap;
    letter-spacing: 0.1em;
  }

  .access_s .access_s__info p {
    margin-bottom: 1.8em;
    font-size: 3.75vw;
    font-weight: 700;
    color: #010321;
    line-height: 1.8;
  }

  .access_s .access_s__info p .tel-icon_s {
    width: calc(4.5vw);
    margin-right: 5px;
    margin-bottom: 6px;
  }

  .access_s .access_s__info .form-btn_s {
    margin-top: 40px;
  }

  .access_s .access_s__info .form-btn_s a {
    display: inline-block;
    margin: 0;
    padding: 0.6em 0.8em;
    border: 0.25em solid #010321;
    border-radius: 0.85em;
    background: #010321;
    color: #ffffff;
    font-size: 3.75vw;
    font-weight: 500;
    line-height: 1.2;
  }

  .access_s .access_s__info .form-btn_s a:hover {
    border: 0.25em solid #ec681e;
    background: #ec681e;
    transition: 0.15s all;
  }

  .access_s .access_s__info .form-btn_s a:active {
    border: 0.25em solid #ec681e;
    background: #ec681e;
  }

  .access_s .access_s__map {
    margin-top: 50px;
    width: 100%;
    height: 350px;
  }

  .access_s .access_s__map iframe {
    height: 350px;
  }
}

/*----- side-nav_s -----*/
.fixed_area .pc_menu {
  max-width: 310px;
}

.side-nav_s {
  margin: 0;
  padding: 0;
  font-size: 1.2vw;
}

.side-nav_s .side-nav_s__logo {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: clamp(45px, 9.5vw, 90px);
  padding: 0;
  font-size: 1.1vw;
}

.side-nav_s .side-nav_s__logo img {
  width: 45.5%;
  height: auto;

}

.side-nav_s {
  margin: 0;
  text-align: center;
}

.side-nav_s .side-nav_s__list {
  display: inline-block;
  margin: 0 0 0 -1em;
  font-size: 1.1vw;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0.15em;
}

.side-nav_s .side-nav_s__list li {
  margin-bottom: clamp(24px, 3.8vw, 34px);
  padding: 0;
}

.side-nav_s .side-nav_s__list .side-nav_s__contact {
  margin-top: clamp(30px, 7.5vw, 70px);
  margin-bottom: 0;
}

.side-nav_s .side-nav_s__contact a {
  display: inline-block;
  margin: 0 0 0 -0.6em;
  padding: 0.8em 1em;
  border-radius: 1.2em;
  border: 0.25em solid #010321;
  background: #010321;
  color: #ffffff;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.side-nav_s .side-nav_s__contact a:hover {
  border: 0.25em solid #ec681e;
  background: #ec681e;
}

.side-nav_s .side-nav_s__contact a:active {
  border: 0.25em solid #ec681e;
  background: #ec681e;
}

/* text */
.txt-block_s {
  display: inline-block;
}

.txt-block_s.br {
  display: block;
}
/*========== END common ==========*/

/* top-main-visual_s */
.top-main-visual_s {
  padding: 0;
}

.top-main-visual_s .main_visual_pc--img {
  padding-top: 100px;
}

/* top-about_s */
.top-about_s {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: clamp(100px, 15vw, 200px);
  text-align: left;
  scroll-margin-top: 100px;
}

.top-about_s .top-about_s__tit h2 {
  margin: 0.5em 0 0 0;
  padding: 0.5em 1.6em;
  background: #010321;
  border-radius: 0.9em;
  font-size: 1.2vw;
  font-weight: 500;
  margin-bottom: 35px;
  color: #ffffff;
  text-align: left;
  line-height: 1.4;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

.top-about_s .top-about_s__cont {
  width: 70%;
  margin-left: 5vw;
}

.top-about_s .top-about_s__cont h3 {
  margin: 0 0 0.25em 0;
  padding: 0;
  font-size: 1.85vw;
  font-weight: 900;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.top-about_s .top-about_s__cont p {
  text-align: left;
  font-size: 1.45vw;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.08em;
}

.top-about_s .top-about_s__cont p:last-child {
  margin-bottom: 0;
}

/* top-about_s SP */
@media screen and (max-width:799px) {
    .top-about_s {
    display: block;
    width: 100%;
    margin: 0;
    padding: 80px 20px 0 20px;
    text-align: center;
    scroll-margin-top: 50px;
    margin-bottom: 25px;
  }

  .top-about_s .top-about_s__tit h2 {
    display: block;
    margin: 0.5em auto 1.5em auto;
    padding: 0.5em 1em;
    background: #010321;
    border-radius: 0.9em;
    font-size: 3.85vw;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    line-height: 1.4;
    white-space: nowrap;
    letter-spacing: 0.1em;
  }

  .top-about_s .top-about_s__cont {
    width: auto;
    margin-left: 0;
  }

  .top-about_s .top-about_s__cont h3 {
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 5vw;
    font-weight: 900;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }

  .top-about_s .top-about_s__cont p {
    font-size: 3.5vw;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 2.2;
    letter-spacing: 0.08em;
  }

  .top-about_s .top-about_s__cont p:last-child {
    margin-bottom: 0;
  }
}

/* top-point_s */
.top-point_s {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: clamp(200px, 25.7vw, 350px);
  text-align: left;
}

.top-point_s .top-point_s__tit h2 {
  margin: 0;
  padding: 0.5em 1.6em;
  background: #ffffff;
  border-radius: 0.9em;
  border: 2px solid #010321;
  font-size: 1.2vw;
  font-weight: 500;
  margin-bottom: 35px;
  color: #010321;
  text-align: left;
  line-height: 1.4;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

.top-point_s .top-point_s__cont {
  width: 40%;
}

.top-point_s .top-point_s__cont h3 {
  margin: 2em 0 0 0;
  padding: 0.3em 0.4em 0.25em 0.4em;
  margin-bottom: 15px;
  border-radius: 0.8em;
  background: #ff5700;
  font-size: 1.3vw;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.1em;
}

.top-point_s .top-point_s__cont h3 .top-point_s__tit-icon {
  display: inline-block;
  padding-bottom: 0.333em;
  padding-right: 0.35em;
  font-size: 1.15vw;
}

.top-point_s .top-point_s__cont h3:first-child {
  margin-top: 0;
}

.top-point_s .top-point_s__cont p {
  font-size: 1.1vw;
  margin-bottom: 20px;
  margin-left: 2.35em;
  font-weight: 700;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.top-point_s .top-point_s__cont p .txt-attention_s {
  font-size: 1.15vw;
  line-height: 1.4;
}

.top-point_s__img {
  width: 38%;
  background: url(../../assets/images/top-point-img.jpg) no-repeat top left;
  background-size: auto 100%;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}

.top-point_s__img img {
  border-radius: 40px 0 0 40px;
}

/* top-point_s SP */
@media screen and (max-width:799px) {
  .top-point_s {
    display: block;
    margin-top: 0;
    padding: 80px 25px 0 25px;
  }

  .top-point_s .top-point_s__tit h2 {
    margin: 0 auto 2.5em auto;
    padding: 0.5em 1.2em;
    background: #ffffff;
    border-radius: 0.9em;
    border: 2px solid #010321;
    font-size: 3.85vw;
    font-weight: 500;
    color: #010321;
    text-align: left;
    line-height: 1.4;
    white-space: nowrap;
    letter-spacing: 0.1em;
  }

  .top-point_s .top-point_s__cont {
    width: 100%;
  }

  .top-point_s .top-point_s__cont h3 {
    margin: 2.5em 0 0 0;
    padding: 0.3em 0.4em 0.25em 0.4em;
    margin-bottom: 15px;
    border-radius: 0.8em;
    background: #ff5700;
    font-size: 3.75vw;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .top-point_s .top-point_s__cont h3 .top-point_s__tit-icon {
    display: inline-block;
    padding-bottom: 0.4em;
    padding-right: 0.35em;
    font-size: 2.75vw;
  }

  .top-point_s .top-point_s__cont h3:first-child {
    margin-top: 0;
  }

  .top-point_s .top-point_s__cont p {
    margin-bottom: 60px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 3.25vw;
    font-weight: 700;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }

  .top-point_s .top-point_s__cont p:last-child {
    margin-bottom: 0;
  }

  .top-point_s .top-point_s__cont p .txt-attention_s {
    font-size: 2.8vw;
    line-height: 1.4;
  }

  .top-point_s__img {
    width: 100%;
    background: url(../../assets/images/top-point-img.jpg) no-repeat top left;
    background-size: auto 100%;
    border-radius: 40px 0 0 40px;
    overflow: hidden;
  }

  .top-point_s__img img {
    border-radius: 40px 0 0 40px;
  }
}

/* top-serv-list_s */
.top-serv-list_s {
  display: block;
  width: 100%;
  margin-top: clamp(150px, 22.5vw, 325px);
  text-align: left;
}

.top-serv-list_s .top-serv-list_s__item {
  margin: 100px 0 0 50px;
}

.top-serv-list_s .top-serv-list_s__item:first-child {
  margin-top: 0;
}

.top-serv-list_s .top-serv-list_s__item a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  border-radius: 1em 0 0 1em;
  background: #020321;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden;
}

.top-serv-list_s .top-serv-list_s__item a .top-serv-list_s__item-tit {
  width: 46.5%;
  margin-left: 2em;
  margin-right: 1em;
  color: #ffffff;
  letter-spacing: 0.08em;
}

.top-serv-list_s .top-serv-list_s__item a .top-serv-list_s__item-img img {
  width: 100%;
  height: auto;
}

.top-serv-list_s .top-serv-list_s__item a::before {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
  content: "";
  width: 2.8vw;
  height: 2.8vw;
  background: url(../../assets/images/top-serv-list_icon.png) no-repeat center center;
  background-size: 100% auto;
  z-index: +1;
}

/* top-serv-list_s */
@media screen and (max-width:799px) {
  .top-serv-list_s {
    display: block;
    width: 100%;
    margin-top: 80px;
    text-align: left;
  }

  .top-serv-list_s .top-serv-list_s__item {
    margin: 75px 20px 0 20px;
  }

  .top-serv-list_s .top-serv-list_s__item:first-child {
    margin-top: 0;
  }

  .top-serv-list_s .top-serv-list_s__item a {
    position: relative;
    display: block;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    border-radius: 1em;
    background: #020321;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1;
    overflow: hidden;
  }

  .top-serv-list_s .top-serv-list_s__item a .top-serv-list_s__item-tit {
    width: 100%;
    margin-left: 0;
    padding: 1.5em 1.2em 1.5em 2.75em;
    font-size: 4vw;
    color: #ffffff;
    letter-spacing: 0.08em;
  }

  .top-serv-list_s .top-serv-list_s__item a .top-serv-list_s__item-img img {
    width: 100%;
    height: auto;
  }

  .top-serv-list_s .top-serv-list_s__item a::before {
    position: absolute;
    top: 1.7em;
    left: 1.25em;
    display: block;
    content: "";
    width: 4vw;
    height: 4vw;
    background: url(../../assets/images/top-serv-list_icon.png) no-repeat center center;
    background-size: 100% auto;
    z-index: +1;
  }
}

/* top-op-time_s */
.top-op-time_s {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: clamp(150px, 20vw, 280px);
  text-align: left;
  scroll-margin-top: 80px;
}

.top-op-time_s .top-point_s__tit {
  width: 20%;
}

.top-op-time_s .top-op-time_s__tit h2 {
  margin: 0.5em 0 0 0;
  padding: 0.5em 3.2em;
  background: #010321;
  border-radius: 0.9em;
  font-size: 1.2vw;
  font-weight: 500;
  margin-bottom: 35px;
  color: #ffffff;
  text-align: left;
  line-height: 1.4;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

.top-op-time_s .top-op-time_s__cont {
  width: 80%;
}

.top-op-time_s .top-op-time_s__cont p {
  margin: 0 0 0.75em 0;
  font-size: 2vw;
  font-weight: 700;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.08em;
}

.top-op-time_s .top-op-time_s__cont p.top-op-time_s__attention {
  font-size: 1.25vw;
  color: #c50321;
}

.top-op-time_s .top-op-time_s__cont p .sat {
  color: #0103bf;
}

.top-op-time_s .top-op-time_s__cont p .sun {
  color: #c50321;
}

/* top-op-time_s */
@media screen and (max-width:799px) {
  .top-op-time_s {
    display: block;
    width: 100%;
    margin-top: 80px;
    padding: 0 20px;
    text-align: left;
  }

  .top-op-time_s .top-point_s__tit {
    width: 100%;
  }

  .top-op-time_s .top-op-time_s__tit h2 {
    display: block;
    margin: 0.5em auto 1.5em auto;
    padding: 0.5em 1em;
    background: #010321;
    border-radius: 0.9em;
    font-size: 3.85vw;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    line-height: 1.4;
    white-space: nowrap;
    letter-spacing: 0.1em;
  }

  .top-op-time_s .top-op-time_s__cont {
    width: 100%;
  }

  .top-op-time_s .top-op-time_s__cont p {
    margin: 0 0 0.75em 0;
    font-size: 4.2vw;
    font-weight: 700;
    text-align: center;
    line-height: 2.2;
    letter-spacing: 0.08em;
  }

  .top-op-time_s .top-op-time_s__cont p.top-op-time_s__attention {
    font-size: 3.25vw;
    color: #c50321;
  }

  .top-op-time_s .top-op-time_s__cont p .sat {
    color: #0103bf;
  }

  .top-op-time_s .top-op-time_s__cont p .sun {
    color: #c50321;
  }
}

/* Sub-page 2024-07
-------------------------------------------------- */
/* sub-read_s */
.sub-read_s {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: clamp(100px, 15vw, 200px);
  text-align: left;
}

.sub-read_s .sub-read_s__tit h2 {
  margin: 0.5em 0 0 0;
  padding: 0.5em 2.8em;
  background: #010321;
  border-radius: 0.9em;
  font-size: 1.2vw;
  font-weight: 500;
  margin-bottom: 35px;
  color: #ffffff;
  text-align: left;
  line-height: 1.4;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

.sub-read_s .sub-read_s__cont {
  width: 70%;
  margin-left: 6vw;
}

.sub-read_s .sub-read_s__cont p {
  margin: 0 0 0.25em 0;
  padding: 0;
  font-size: 1.9vw;
  font-weight: 900;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.1em;
}

.sub-read_s .sub-read_s__cont p.sub-txt_s {
  text-align: left;
  font-size: 1.45vw;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}

.sub-read_s .sub-read_s__cont p:last-child {
  margin-bottom: 0;
}

/* sub-about_s SP */
@media screen and (max-width:799px) {
    .sub-read_s {
    display: block;
    width: 100%;
    margin: 0;
    padding: 80px 20px 0 20px;
    text-align: center;
  }

  .sub-read_s .sub-read_s__tit h2 {
    display: block;
    margin: 0.5em auto 1.5em auto;
    padding: 0.5em 1em;
    background: #010321;
    border-radius: 0.9em;
    font-size: 3.85vw;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    line-height: 1.4;
    white-space: nowrap;
    letter-spacing: 0.1em;
  }

  .sub-read_s .sub-read_s__cont {
    width: auto;
    margin-left: 0;
  }

  .sub-read_s .sub-read_s__cont p {
    margin: 0 0.5em 0.5em 0.5em;
    padding: 0;
    font-size: 4.25vw;
    font-weight: 900;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }

  .sub-read_s .sub-read_s__cont p.sub-txt_s {
    text-align: left;
    font-size: 3.25vw;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.08em;
  }

  .sub-read_s .sub-read_s__cont p:last-child {
    margin-bottom: 0;
  }
}

/* setsubi 2024-07
-------------------------------------------------- */
.sub-setsubi_s {
  align-self: flex-start;
  display: grid;
  margin: 100px 0 0 0;
  text-align: left;
}

.sub-setsubi_s .sub-setsubi-list_s {
  margin: 0;
  width: auto;
  display: grid;
  grid-template-columns: 2fr 2fr;
  column-gap: 50px;
  row-gap: 50px;
}

.sub-setsubi_s .sub-setsubi-list_s .sub-setsubi-list_s__item {
    text-align: left;
}

.sub-setsubi_s .sub-setsubi-list_s .sub-setsubi-list_s__item img {
  width: 100%;
  height: auto;
}

.sub-setsubi_s .sub-setsubi-list_s .sub-setsubi-list_s__item h3 {
  display: inline-block;
  width: 10em;
  border-radius: 0.8em;
  border: 1px solid #010321;
  margin: 1.25em 0 1.5em 0;
  padding: 0.5em 1em;
  font-size: 1.2vw;
  font-weight: 700;
  color: #010321;
  line-height: 1.2;
  text-align: center;
}

.sub-setsubi_s .sub-setsubi-list_s .sub-setsubi-list_s__item p {
  font-size: 1.15vw;
  font-weight: 700;
  color: #010321;
}

@media screen and (max-width:799px) {
  .sub-setsubi_s {
    align-self: flex-start;
    display: grid;
    margin-top: 80px;
    padding: 0 20px;
    text-align: left;
  }

  .sub-setsubi_s .sub-setsubi-list_s {
    margin: 0;
    width: auto;
    display: grid;
    grid-template-columns: auto;
    column-gap: 15px;
    row-gap: 60px;
  }

  .sub-setsubi_s .sub-setsubi-list_s .sub-setsubi-list_s__item {
      text-align: left;
  }

  .sub-setsubi_s .sub-setsubi-list_s .sub-setsubi-list_s__item img {
    width: 100%;
    height: auto;
  }

  .sub-setsubi_s .sub-setsubi-list_s .sub-setsubi-list_s__item h3 {
    display: grid;
    place-content: center;
    width: 10em;
    border-radius: 0.8em;
    border: 1px solid #010321;
    margin: 1.25em auto 1.25em auto;
    padding: 0.5em 1em;
    font-size: 4.25vw;
    font-weight: 700;
    color: #010321;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .sub-setsubi_s .sub-setsubi-list_s .sub-setsubi-list_s__item p {
    display: grid;
    place-content: center;
    font-size: 3.75vw;
    font-weight: 500;
    color: #010321;
    text-align: left;
    line-height: 1.6;
  }

  .sub-setsubi_s__other-list {
    box-sizing: border-box;
    width: 100%;
    margin: 35px 15px 0 15px;
    padding: 2em 1.5em 1em 1.5em;
  }

  .sub-setsubi_s__other-list ul {
    box-sizing: border-box;
    padding: 2em 1.75em 1.25em 1.75em;
    border-radius: 1em;
    background: #010321;
  }

  .sub-setsubi_s__other-list li {
    margin: 0 0 1em 0;
    padding-left: 1.333em;
    font-size: 3.25vw;
    color: #ffffff;
    line-height: 1.6;
    text-indent: -1.333em;
    letter-spacing: 0.05em;
  }

  .sub-setsubi_s__other-list li span {
    display: block;
    margin-left: 1em;
  }
}

/* setsubi 2024-07
-------------------------------------------------- */
.sub-setsubi_s {
  display: grid;
  text-align: left;
}

.sub-setsubi_s .sub-setsubi-list_s {
  margin: 0;
  width: 92.5%;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 50px;
  row-gap: 50px;
}

.sub-setsubi_s .sub-setsubi-list_s .sub-setsubi-list_s__item {
    text-align: left;
}

.sub-setsubi_s .sub-setsubi-list_s .sub-setsubi-list_s__item img {
  width: 100%;
  height: auto;
}

.sub-setsubi_s .sub-setsubi-list_s .sub-setsubi-list_s__item h3 {
  display: inline-block;
  width: 10em;
  border-radius: 0.8em;
  border: 1px solid #010321;
  margin: 1.25em 0 1.5em 0;
  padding: 0.5em 1em;
  font-size: 1.2vw;
  font-weight: 700;
  color: #010321;
  line-height: 1.2;
  text-align: center;
}

.sub-setsubi_s .sub-setsubi-list_s .sub-setsubi-list_s__item p {
  font-size: 1.15vw;
  font-weight: 700;
  color: #010321;
}

.sub-setsubi_s__other-list {
  align-self: flex-start;
  display: block;
  width: 92.5%;
  margin: 50px 0 0 0;
  padding: 0;
}

.sub-setsubi_s__other-list ul {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 15px 30px;
  padding: 25px 20px 30px 30px;
  border-radius: 1em;
  background: #010321;
}

.sub-setsubi_s__other-list li {
  margin: 0;
  padding-left: 1.333em;
  font-size: 1.25vw;
  color: #ffffff;
  line-height: 1.6;
  text-indent: -1.333em;
  letter-spacing: 0.05em;
}

.sub-setsubi_s__other-list li span {
  display: block;
  font-size: 1vw;
  margin-left: 1em;
}

#fade-image {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

@media screen and (max-width:799px) {
  .sub-setsubi_s {
    align-self: flex-start;
    display: grid;
    margin-top: 80px;
    padding: 0 20px;
    text-align: left;
  }

  .sub-setsubi_s .sub-setsubi-list_s {
    margin: 0 auto;
    width: auto;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 15px;
    row-gap: 60px;
  }

  .sub-setsubi_s .sub-setsubi-list_s .sub-setsubi-list_s__item {
      text-align: left;
  }

  .sub-setsubi_s .sub-setsubi-list_s .sub-setsubi-list_s__item img {
    width: 100%;
    height: auto;
  }

  .sub-setsubi_s .sub-setsubi-list_s .sub-setsubi-list_s__item h3 {
    display: grid;
    place-content: center;
    width: 10em;
    border-radius: 0.8em;
    border: 1px solid #010321;
    margin: 1.25em auto 1.25em auto;
    padding: 0.5em 1em;
    font-size: 4.25vw;
    font-weight: 700;
    color: #010321;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .sub-setsubi_s .sub-setsubi-list_s .sub-setsubi-list_s__item p {
    display: grid;
    place-content: center;
    font-size: 3.75vw;
    font-weight: 500;
    color: #010321;
    text-align: left;
    line-height: 1.6;
  }

  .sub-setsubi_s__other-list {
    box-sizing: border-box;
    width: 100%;
    margin: 35px 0 0 0;
    padding: 2em 1.5em 1em 1.5em;
  }

  .sub-setsubi_s__other-list ul {
    display: block;
    box-sizing: border-box;
    padding: 2.25em 1.75em 1.25em 1.75em;
    border-radius: 1em;
    background: #010321;
  }

  .sub-setsubi_s__other-list li {
    margin: 0 0 1.5em 0;
    padding-left: 1.333em;
    font-size: 3.5vw;
    color: #ffffff;
    line-height: 1.6;
    text-indent: -1.333em;
    letter-spacing: 0.05em;
  }

  .sub-setsubi_s__other-list li span {
    display: block;
    margin-left: 1em;
    font-size: 100%;
  }
}

/* nagare 2024-07
-------------------------------------------------- */

.sub-nagare_s {
  align-self: flex-start;
  margin-top: 80px;
  margin-right: 0;
  margin-bottom: 80px;
  text-align: center;
}

.sub-nagare_s img {
  width: 65%;
  margin-inline: auto;
}

@media screen and (max-width:799px) {
  .sub-nagare_s {
    margin-top: 80px;
  }

  .sub-nagare_s img {
    width: 88%;
    margin-inline: auto;
    margin-left: -2%;
  }
}

/* price 2024-07
-------------------------------------------------- */

.sub-price_s {
  align-self: flex-start;
  margin-top: 80px;
  margin-right: 0;
  text-align: center;
}

.sub-price_s img {
  width: 65%;
  margin-inline: auto;
}

@media screen and (max-width:799px) {
  .sub-price_s img {
    width: 85%;
    margin-inline: auto;
  }
}