@charset "UTF-8";
@import "subpage.css";
html {
  font-family: "Noto Sans JP";
}

@font-face {
  font-family: "TSTAR-W00-Bold";
  src: url(/font/TSTAR-W00-Bold.ttf);
}
p {
  font-family: "Noto Sans JP";
  margin-bottom: 10px;
  color: #222;
  line-height: 25px;
  font-size: 15px;
}

h2,
h3,
h4,
h5,
span,
ol,
ul,
li {
  color: #222;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #222 !important;
}
a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

#wpadminbar a,
#wpadminbar .display-name,
#wpadminbar .menupop.with-avatar {
  color: #fff !important;
}

.btn {
  font-size: 15px;
  padding: 20px 30px;
  display: block;
  border: 1px solid #222;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
}
.btn:hover {
  transition: 0.5s;
  background-color: #222;
  color: #fff !important;
  opacity: 1;
}
@media (max-width: 1000px) {
  .btn {
    color: #222 !important;
  }
  .btn:hover {
    background-color: #ffffff;
    color: #222 !important;
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .btn {
    font-size: 12px;
    padding: 15px 20px;
  }
}

h2 {
  font-size: clamp(40px, 3.3333333333vw, 64px);
  margin-bottom: 50px;
  font-family: "TSTAR-W00-Bold";
  font-weight: normal;
}

@media (max-width: 600px) {
  h2 {
    font-size: 35px; /* 最小フォントサイズを設定 */
  }
}
@media (min-width: 1920px) {
  h2 {
    font-size: 64px; /* 最大フォントサイズを設定 */
  }
}
.main_wrap {
  max-width: 1182px;
  margin: auto;
  padding: 0px 10px;
  width: 100%;
}

.top_btn {
  margin: auto;
  z-index: 1;
  position: relative;
  outline: solid 9px #fff;
}
.top_btn::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #dfdfdf;
}
.top_btn .btn {
  margin: auto;
  z-index: 1;
  position: relative;
  outline: solid #fff 7px;
}

.main_visual_wrap img {
  width: 100%;
}

.top_feature {
  padding-top: 90px;
}
.top_feature h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  font-size: 35px;
}
.top_feature .title_wrap .title .color {
  display: block;
  color: #c24040;
  font-size: 20px;
  font-weight: 700;
}
.top_feature .description_wrap {
  padding: 40px;
  background: #f9f7f3;
}
.top_feature .description_wrap .title {
  font-size: 18px;
  font-weight: bold;
}
.top_feature .description_wrap .text + .title {
  padding-top: 15px;
}
.top_feature .address_wrap dl div {
  display: flex;
  gap: 10px;
  margin-bottom: 7px;
}
.top_feature .address_wrap dl div dt {
  width: 180px;
}
.top_feature .address_wrap dl div dd {
  width: calc(100% - 190px);
}
.top_feature .address_wrap dl div dd .tell {
  font-size: 20px;
  font-weight: bold;
  color: #c04343;
}
.top_feature .address_wrap dl div dd img {
  width: 100%;
}

.top_intro {
  padding: 150px 0;
}
.top_intro img {
  width: 100%;
}
.top_intro .main_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 5px;
}
.top_intro .main_wrap .text {
  grid-area: 1/1/2/2;
  margin: auto 0;
}
.top_intro .main_wrap .text p {
  font-family: "TSTAR-W00-Bold";
  font-size: clamp(45px, 3.3333333333vw, 64px);
  line-height: normal;
}
@media (max-width: 700px) {
  .top_intro .main_wrap .text p {
    font-size: 35px;
  }
}
@media (min-width: 1920px) {
  .top_intro .main_wrap .text p {
    font-size: 64px; /* 最大フォントサイズを設定 */
  }
}
.top_intro .main_wrap .image_ver {
  grid-area: 2/1/3/2;
  margin-top: auto;
}
.top_intro .main_wrap .image_hor {
  grid-area: 1/2/3/3;
}
@media (max-width: 600px) {
  .top_intro .main_wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .top_intro .text {
    grid-area: 1/1/2/2;
  }
  .top_intro .image_ver {
    grid-area: 2/1/2/3 !important;
    margin-top: 0 !important;
  }
  .top_intro .image_hor {
    grid-area: 1/2/2/3 !important;
  }
}
.top_intro .btn_wrap {
  max-width: 1182px;
  margin: auto;
  padding: 60px 10px 0;
  width: 100%;
}

.top_service {
  padding-top: 100px;
  position: relative;
}
.top_service::after {
  content: "";
  width: 100%;
  display: block;
  height: 350px;
  background-size: contain;
  position: absolute;
  z-index: -1;
  background-color: #f9f7f3;
  top: 0px;
}
.top_service .swiper {
  margin-bottom: 30px;
}
.top_service .btn_wrap.main_wrap {
  margin-bottom: 150px;
}

.top_price {
  background: #f9f7f3;
  padding: 90px 0;
}
.top_price img {
  width: 100%;
}
.top_price .price_wrap {
  display: flex;
  gap: 30px;
  background-color: #fff;
  padding: 60px;
  margin-bottom: 60px;
}
.top_price .price_wrap .price_content,
.top_price .price_wrap .text {
  width: 50%;
}
.top_price .price_wrap .text {
  position: relative;
}
.top_price .price_wrap .text .btn {
  position: absolute;
  right: 0;
}
.top_price .price_wrap .text .title {
  font-size: 20px;
  font-weight: bold;
}
.top_price .price_wrap .text .title span {
  padding-left: 10px;
  font-size: 16px;
}
.top_price .price_wrap .text .small {
  font-size: 15px;
}
.top_price .price_wrap .price_content {
  background: #7f7f80;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
}
.top_price .price_wrap .price_content .price {
  font-size: 50px;
  font-family: "TSTAR-W00-Bold";
  color: #fff;
}
.top_price .price_wrap .price_content .yen {
  font-size: 30px;
  color: #fff;
}
.top_price .price_wrap .common_tag,
.top_price .price_wrap .original_list {
  display: flex;
  gap: 10px;
}
.top_price .price_wrap .common_tag li,
.top_price .price_wrap .original_list li {
  background-color: #f1f1f1;
  padding: 6px 14px;
}
.top_price .usage_fee_wrap h2 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 25px;
}
.top_price .usage_fee_wrap dl div {
  display: flex;
}

.top_wave {
  padding: 100px 0;
}

.top_blog {
  background-color: #f9f7f3;
  padding: 150px 0;
}
.top_blog .main_wrap {
  display: flex;
  gap: 30px;
}
.top_blog .main_wrap .blog_image {
  width: 50%;
  position: relative;
}
.top_blog .main_wrap .blog_image .image1 {
  position: relative;
  left: -100px;
  width: calc(100% + 100px);
}
.top_blog .main_wrap .blog_image img {
  width: 100%;
}
.top_blog .main_wrap .content {
  width: 50%;
}
.top_blog .main_wrap .content .title_wrap {
  display: flex;
  justify-content: space-between;
}
.top_blog .main_wrap .content .title_wrap .btn {
  height: 60px;
}

.blog_wrap li {
  padding-bottom: 30px;
}
.blog_wrap li .cate {
  font-size: 12px;
  color: #ffffff;
  background: #222;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  margin-bottom: 10px;
  line-height: normal;
}
.blog_wrap li .title {
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.top_gallery {
  padding: 150px 0;
}
.top_gallery .btn_wrap {
  padding-top: 60px !important;
}

.g_wrap {
  width: 90%;
  margin: 0 auto;
}

.g_01 {
  margin: 0 auto;
}

.js-item {
  width: 298px; /* デフォルト幅 */
}

@media (max-width: 700px) {
  .js-item {
    width: 48%; /* 600px以下では2列になるよう幅を調整 */
  }
}
.item img {
  width: 100%;
}

.cat_wrap {
  display: flex;
  gap: 10px;
}
.cat_wrap time {
  color: #aaaaaa;
}
.cat_wrap .cate {
  padding: 4px 10px;
  font-size: 12px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
}

.cate-staff {
  background-color: #030922 !important;
}

.cate-blog {
  background-color: #4657b2 !important;
}

.cate-school {
  background-color: #42508d !important;
}

.hamburger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.logo {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.logo img {
  padding: 20px 0 1px;
  width: 100px;
  position: relative;
  top: -7px;
}

.hamburger .btn-gNav {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms;
}
.hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 10px;
  transition: all 400ms;
}
.hamburger .btn-gNav span:nth-child(1) {
  top: 0;
}
.hamburger .btn-gNav span:nth-child(2) {
  top: 10px;
}
.hamburger .btn-gNav span:nth-child(3) {
  top: 20px;
}
.hamburger .btn-gNav.open span:nth-child(1) {
  background: #ffffff;
  top: 6px;
  transform: rotate(-45deg);
}
.hamburger .btn-gNav.open span:nth-child(2), .hamburger .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #ffffff;
  transform: rotate(45deg);
}

.btn-gNav {
  display: none;
}

.gNav .gNav-menu {
  display: flex;
  justify-content: space-between;
  width: 570px;
  margin: auto;
}
.gNav .gNav-menu li {
  margin: 0 auto;
  padding: 0 5px;
}
.gNav .gNav-menu li a {
  color: #fff !important;
  padding: 10px;
  display: inline-block;
}

.gNav {
  background-color: #222;
  font-family: "TSTAR-W00-Bold";
}

.header {
  background-color: #efeae3;
  width: 100%;
  z-index: 3;
}

#fixed-header {
  /* 画面上部に固定表示するプロパティ */
  position: fixed;
  top: 0;
  left: 0;
  /* 非表示（透明）にするプロパティ */
  opacity: 0;
  /* ヘッダーを上から表示させるために要素を少し上に配置しておくプロパティ */
  transform: translateY(-100%);
  /* フワッと表示させるためのプロパティ */
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.hidden {
  display: none;
}

#main-header .logo_m {
  position: relative;
  z-index: 1;
}
#main-header .logo_m img {
  width: 230px;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%, -50%);
  background-color: #000;
}

.top_head .top_menu {
  position: relative;
}
.top_head .top_menu .Nav_top {
  display: flex;
  gap: 20px;
  position: absolute;
  z-index: 2;
  left: 50px;
  top: 30px;
}
.top_head .top_menu .Nav_top li {
  padding: 10px;
}
.top_head .top_menu .Nav_top a {
  color: #ffffff !important;
}

@media screen and (max-width: 600px) {
  .btn-gNav {
    display: block;
  }
  .gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #222;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 3;
    padding-top: 50px;
    transition: 0.3s;
  }
  .gNav.open {
    right: 0;
  }
  .gNav .gNav-menu {
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: column;
    text-align: center;
    /*justify-content: center;*/
  }
  .gNav .gNav-menu li {
    width: 86%;
    padding: 15px;
    border-bottom: #525252 1px solid;
  }
  .gNav .gNav-menu li a {
    color: #fff;
  }
  .open2.btn-gNav span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  .open2.btn-gNav span:nth-child(2) {
    background: #ffffff;
    top: 6px;
    opacity: 0; /* 第2スパンを非表示にする */
  }
  .open2.btn-gNav span:nth-child(3) {
    background: #ffffff;
    top: 20px;
    transform: rotate(45deg) translate(-5px, -5px);
  }
}
#youtube-area {
  position: relative;
  z-index: 1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  height: 90vh;
}
@media (max-width: 600px) {
  #youtube-area {
    position: relative;
  }
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 257.777778vh;
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 110%;
  min-width: 100%;
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask {
  position: absolute;
  z-index: 2; /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4901960784);
}

/*youtube 上のロゴ */
.m_v_text {
  position: absolute;
  z-index: 2;
  top: 43%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 15px #666;
  max-width: 510px !important;
  padding: 70px;
}

.scroll-btn {
  position: absolute;
  left: calc(50% - 16px);
  bottom: 140px;
  cursor: pointer;
  z-index: 1;
  animation: scroll-btn 3s ease-in-out alternate infinite;
}
.scroll-btn svg {
  fill: #f8f7f2;
  height: 50px;
  width: 32px;
  margin-bottom: 10px;
}
.scroll-btn svg .animated {
  animation: scroll-down 2s infinite linear;
}
.scroll-btn svg .ball {
  animation: ball-move 1s infinite ease-in-out alternate;
}

@keyframes scroll-down {
  0% {
    stroke-dasharray: 0, 180px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.8;
    stroke-dasharray: 215.7737px, 363.607px;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-move {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(16px);
    opacity: 0;
  }
}
.swiper {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  padding-left: 120px;
}
@media (max-width: 801px) {
  .swiper {
    padding-left: 0px;
  }
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 50px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  width: 220px;
}
@media (max-width: 600px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 63px;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-scrollbar {
  max-width: 1182px;
  transform: translateX(50%);
  position: absolute;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 769px) {
  .swiper-slide:first-child {
    transition: transform 100ms;
  }
  .swiper-slide:first-child img {
    transition: box-shadow 500ms;
  }
  .swiper-slide.swiper-slide-active:first-child {
    z-index: 2;
  }
  .swiper-slide:nth-child(2) {
    transition: transform 100ms;
  }
  .swiper-slide.swiper-slide-next:nth-child(2) {
    z-index: 1;
  }
}
.top_slide_item {
  position: relative;
}
.top_slide_item p {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: clamp(25px, 3.3333333333vw, 35px);
  color: #fff;
  font-family: "TSTAR-W00-Bold";
  line-height: normal !important;
}

.bottom_contact {
  padding: 150px 0;
  background-image: url("/image/bottom_c.jpg");
  background-position: center;
  background-size: cover;
}
.bottom_contact .bc_wrap {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
.bottom_contact .contact_wrap,
.bottom_contact .main_contact_wrap {
  width: 50%;
}
.bottom_contact .contact_item:first-child {
  margin-bottom: 50px;
}
.bottom_contact .text {
  color: #f9f7f3;
  margin-bottom: 40px;
}
.bottom_contact .title {
  color: #f9f7f3;
  font-size: clamp(40px, 3.3333333333vw, 64px);
  margin-bottom: 50px;
  font-family: "TSTAR-W00-Bold";
  line-height: normal !important;
}
@media (min-width: 1920px) {
  .bottom_contact .title .title {
    font-size: 64px; /* 最大フォントサイズを設定 */
  }
}

footer {
  padding: 150px 0;
  background-color: #222;
}
footer p {
  color: #fff;
}
footer .main_wrap {
  text-align: center;
  max-width: 100%;
  padding: 0px;
}
footer .main_wrap .footer_logo {
  padding-bottom: 30px;
}
footer .main_wrap .footer_logo img {
  max-width: 270px;
  width: 100%;
  padding: 0 40px;
}
footer .main_wrap .footer_wrap {
  display: flex;
  max-width: 650px;
  margin: auto;
  justify-content: space-around;
}
footer .main_wrap .footer_wrap .map iframe {
  width: 300px;
  height: 260px;
}
footer .main_wrap .footer_wrap .address {
  margin: auto 0;
  text-align: left;
}
footer .main_wrap .footer_menu {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px;
  font-size: 13px;
}
footer .main_wrap .footer_menu a {
  color: #fff !important;
}

.edit_wrap img {
  width: 100%;
}

@media (max-width: 600px) {
  h2 {
    margin-bottom: 30px;
  }
  .top_head .top_menu .Nav_top {
    display: none;
  }
  .top_service {
    padding-top: 70px;
  }
  .top_service .btn_wrap.main_wrap {
    margin-bottom: 80px;
  }
  .top_intro {
    padding: 90px 0 0px;
  }
  .top_intro .btn_wrap {
    margin-bottom: 70px;
    padding: 0px 10px 0;
  }
  .top_blog {
    padding: 0 0 80px;
  }
  .top_blog .main_wrap {
    flex-direction: column;
  }
  .top_blog .main_wrap .blog_image,
  .top_blog .main_wrap .content {
    width: 100%;
  }
  .top_blog .main_wrap .title_wrap .btn {
    height: 50px !important;
  }
  .top_slide_item p {
    font-size: 35px !important;
  }
  .bottom_contact .contact_wrap,
  .bottom_contact .main_contact_wrap {
    width: 100%;
  }
  .bottom_contact,
  footer {
    padding: 80px 0;
  }
  .top_feature h2 {
    margin-bottom: 30px;
  }
  .top_feature .address_wrap dl div {
    flex-direction: column;
    gap: 0px;
  }
  .top_feature .address_wrap dl div dt,
  .top_feature .address_wrap dl div dd {
    width: 100%;
  }
  .top_price {
    padding: 60px 0;
  }
  .top_wave {
    padding: 60px 0;
  }
}/*# sourceMappingURL=style.css.map */