@charset "UTF-8";
:root {
  --white: #fff;
  --black: #333;
  --black-rgb: 51, 51, 51;
  --shadow: rgba(var(--black-rgb), 0.2);
  --color-primary: #ff6b3e;
  --color-accent01: #FF0000;
}

/* ベース幅 */
.pagetop {
  position: fixed;
  bottom: 12%;
  right: 4%;
  width: 64px;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .pagetop {
    width: 32px;
  }
}

.word {
  display: inline-block;
}

.section_ttl {
  padding-top: 2em;
}
@media only screen and (max-width: 768px) {
  .section_ttl {
    padding-top: 1em;
  }
}

.section_content {
  margin-top: 52px;
  padding-bottom: 92px;
}
@media only screen and (max-width: 768px) {
  .section_content {
    margin-top: 20px;
    padding-bottom: 32px;
  }
}

.module_section_ttl {
  font-family: "Jost", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 300;
  font-size: 5.4rem;
  color: var(--color-primary);
  padding-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .module_section_ttl {
    font-size: 3rem;
  }
}

.module_section_ttl_sub {
  font-family: "MFW-UDShinGoPr6N-Light", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2.1rem;
  color: var(--black);
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .module_section_ttl_sub {
    font-size: 1.4rem;
  }
}

/* ページ全体を最初は非表示（白から透明に） */
.page-wrapper {
  opacity: 0;
  background: white;
  transition: opacity 1.2s ease-out, background 1.2s ease-out;
  min-height: 100vh;
}

/* ロード完了後に表示 */
.page-wrapper.loaded {
  opacity: 1;
  background: transparent;
}

/* ローディング画面（白背景） */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 1s ease-out;
}

.loading-screen.hidden {
  opacity: 0;
  pointer-events: none;
}

/* ローディングアイコン（お好みのアイコンに変更可能） */
.loader {
  width: 60px;
  height: 60px;
  border: 4px solid #e0e0e0;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.fv {
  padding-bottom: 54px;
}
@media only screen and (max-width: 768px) {
  .fv {
    padding-bottom: 0;
  }
}
.fv .fv_content {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  aspect-ratio: 1400/750;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .fv .fv_content {
    aspect-ratio: 390/530;
  }
}
.fv .fv_content .fv_item {
  filter: drop-shadow(4px 4px 12px var(--shadow));
}
.fv .fv_content .fv_item01 {
  position: absolute;
  width: 25.1428571429%;
  height: 66.4%;
  bottom: 0.7142857143%;
  left: -4.2857142857%;
}
@media only screen and (max-width: 768px) {
  .fv .fv_content .fv_item01 {
    width: 47.1794871795%;
    height: 47.5471698113%;
    top: 20.3773584906%;
    left: 0%;
    z-index: 1;
  }
}
.fv .fv_content .fv_item02 {
  position: absolute;
  width: 20.8571428571%;
  height: 45.3333333333%;
  top: 0%;
  left: 25.8571428571%;
}
.fv .fv_content .fv_item03 {
  position: absolute;
  width: 21.2857142857%;
  height: 26.4%;
  bottom: 1.3333333333%;
  left: 41.4285714286%;
  z-index: 1;
}
.fv .fv_content .fv_item03 .fv_text {
  position: absolute;
  bottom: 10px;
  right: -420px;
}
.fv .fv_content .fv_item04 {
  position: absolute;
  width: 48%;
  height: 14.6666666667%;
  top: 14.6666666667%;
  top: calc(110px + 1.5vw);
  right: 0px;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media only screen and (max-width: 768px) {
  .fv .fv_content .fv_item04 {
    width: 62.5641025641%;
    height: 41.5094339623%;
    top: 0;
  }
  .fv .fv_content .fv_item04 img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0;
       object-position: 0;
    overflow: hidden;
    height: 100%;
  }
}
.fv .fv_content .fv_item04 .fv_text {
  position: absolute;
  display: inline-block;
  bottom: -26%;
  left: 32%;
  font-family: "MFW-UDShinGoPr6N-Light", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(12px, 1.3571428571vw, 19px);
}
@media only screen and (max-width: 768px) {
  .fv .fv_content .fv_item04 .fv_text {
    bottom: -140px;
    padding-right: 4%;
    font-size: clamp(12px, 4.1025641026vw, 16px);
  }
}
.fv .fv_content .fv_item05 {
  position: absolute;
  width: 23.5714285714%;
  height: 29.3333333333%;
  bottom: 19.7333333333%;
  left: 24.4285714286%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .fv .fv_content .fv_item05 {
    width: 46.1538461538%;
    height: 23.7735849057%;
    bottom: 1.8867924528%;
    left: 7.6923076923%;
  }
}

.notice {
  color: var(--color-accent01);
  padding-block: 2em;
  font-family: "MFW-UDShinGoPr6N-Medium", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .notice {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .notice {
    font-size: 1.4rem;
  }
}

.content_list + .content_list {
  margin-top: 104px;
}
@media only screen and (max-width: 768px) {
  .content_list + .content_list {
    margin-top: 40px;
  }
}

.content_list {
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .content_list {
    display: block;
  }
}
.content_list .content_list_item.content_list_item_L {
  width: 100%;
  max-width: 400px;
}
@media only screen and (max-width: 768px) {
  .content_list .content_list_item.content_list_item_L {
    width: 80%;
    margin-inline: auto;
  }
}
.content_list .content_list_item.content_list_item_R {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .content_list .content_list_item.content_list_item_R {
    margin-top: 32px;
  }
}
.content_list .content_list_item.content_list_item_R .content_list_item_ttl {
  font-family: "MFW-UDShinGoPr6N-Medium", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2.7rem;
}
@media only screen and (max-width: 768px) {
  .content_list .content_list_item.content_list_item_R .content_list_item_ttl {
    font-size: 1.7rem;
  }
}
.content_list .content_list_item.content_list_item_R .content_list_item_text {
  font-family: "MFW-UDShinGoPr6N-Light", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.7rem;
  padding-top: 48px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .content_list .content_list_item.content_list_item_R .content_list_item_text {
    font-size: 1.4rem;
    padding-top: 20px;
  }
}

.btn_content {
  margin-top: 32px;
}
.btn_content a,
.btn_content button {
  display: inline-block;
  background-color: var(--color-primary);
  padding: 8px 48px 8px 20px;
  width: 100%;
  text-align: center;
  font-family: "MFW-UDShinGoPr6N-Medium", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2.7rem;
  color: var(--white);
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .btn_content a,
  .btn_content button {
    padding: 8px 36px 8px 12px;
    font-size: 1.6rem;
  }
}
.btn_content a .btn_content_text,
.btn_content button .btn_content_text {
  position: relative;
}
.btn_content a .btn_content_text::after,
.btn_content button .btn_content_text::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../images/icon_btn_arrow.svg) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .btn_content a .btn_content_text::after,
  .btn_content button .btn_content_text::after {
    right: -24px;
    width: 16px;
    height: 16px;
  }
}

.btn_content_02 {
  margin-top: 20px;
}
.btn_content_02 a,
.btn_content_02 button {
  display: inline-block;
  text-align: center;
  font-family: "MFW-UDShinGoPr6N-DeBold", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2rem;
  color: var(--color-primary);
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .btn_content_02 a,
  .btn_content_02 button {
    font-size: 1.5rem;
  }
}
.btn_content_02 a .btn_content_text,
.btn_content_02 button .btn_content_text {
  position: relative;
}
.btn_content_02 a .btn_content_text::after,
.btn_content_02 button .btn_content_text::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../images/icon_btn_arrow_color.svg) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .btn_content_02 a .btn_content_text::after,
  .btn_content_02 button .btn_content_text::after {
    right: -24px;
    width: 16px;
    height: 16px;
  }
}

.aboutus {
  position: relative;
  padding-bottom: 60px;
  background: #fff url(../images/bg_tex01.webp) repeat center/1400px;
}
@media only screen and (max-width: 768px) {
  .aboutus {
    padding-bottom: 0;
  }
}
.aboutus::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -316px;
  right: -40px;
  width: 532px;
  height: 537px;
  background: url(../images/kazari.webp) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .aboutus::after {
    display: none;
  }
}
.aboutus .layout_aboutus_wrap {
  background: #fff url(../images/bg_tex02.webp) repeat center/1400px;
}
@media only screen and (max-width: 768px) {
  .aboutus .layout_aboutus_wrap {
    padding-bottom: 32px;
  }
}
.aboutus .about_content {
  margin-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .aboutus .about_content {
    margin-top: 20px;
    padding-bottom: 0;
  }
}
.aboutus .about_list {
  position: relative;
  top: 40px;
}
@media only screen and (max-width: 768px) {
  .aboutus .about_list {
    display: block;
    top: 0;
  }
}
.aboutus .aboutus_list_item_R {
  margin-top: 32px;
}

.marquee {
  overflow: hidden;
  width: 100%;
  margin-top: 52px;
}
@media only screen and (max-width: 768px) {
  .marquee {
    margin-top: 20px;
  }
}

.marquee__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content; /* 重要: 子要素の幅に合わせる */
  animation: marquee 100s linear infinite;
}

.item {
  flex-shrink: 0; /* 縮小を防ぐ */
  width: 2154px; /* 明示的に指定 */
  height: 460px;
}
@media only screen and (max-width: 768px) {
  .item {
    width: auto;
    height: 256px;
  }
}

.item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .item img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); /* 正確に半分 */
  }
}
.service_list_wrap {
  padding-top: 92px;
}
@media only screen and (max-width: 768px) {
  .service_list_wrap {
    padding-top: 32px;
  }
}

.service_list_item01 {
  margin-bottom: 104px;
}
@media only screen and (max-width: 768px) {
  .service_list_item01 {
    margin-bottom: 40px;
  }
}

.company_list_map:first-of-type .company_list_map_wrap {
  border-top: 1px solid var(--black);
}
.company_list_map:last-child .company_list_map_wrap {
  border-bottom: none;
  padding-bottom: 0;
}
.company_list_map .company_list_map_wrap {
  border-bottom: 1px solid var(--black);
  padding-block: 40px;
}
@media only screen and (max-width: 768px) {
  .company_list_map .company_list_map_wrap {
    padding-block: 20px;
  }
}
.company_list_map .company_list_map_wrap .company_list_map_item {
  display: flex;
  justify-content: space-between;
  font-family: "MFW-UDShinGoPr6N-Regular", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2.1rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .company_list_map .company_list_map_wrap .company_list_map_item {
    font-size: 1.4rem;
  }
}
.company_list_map .company_list_map_wrap .company_list_map_item.company_map {
  justify-content: flex-end;
}
.company_list_map .company_list_map_wrap .company_list_map_item.company_map .company_list_map_item_text {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .company_list_map .company_list_map_wrap .company_list_map_item.company_map .company_list_map_item_text {
    width: 100%;
  }
}
.company_list_map .company_list_map_wrap .company_list_map_item .company_list_map_item_text {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .company_list_map .company_list_map_wrap .company_list_map_item .company_list_map_item_text {
    width: 64%;
  }
}
.company_list_map .company_list_map_wrap .company_list_map_item .company_list_map_item_text iframe {
  width: 100%;
  aspect-ratio: 100/50;
  display: block;
  border: 0;
  margin-top: 40px;
}

.company_list {
  position: relative;
  border-collapse: collapse;
  width: 100%;
}
.company_list tr:last-child td {
  border-bottom: none;
}
.company_list td {
  border-bottom: 1px solid var(--black);
  font-family: "MFW-UDShinGoPr6N-Regular", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2.1rem;
  padding-block: 40px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .company_list td {
    font-size: 1.4rem;
    padding-block: 20px;
  }
}
.company_list td:last-of-type {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .company_list td:last-of-type {
    width: 64%;
  }
}
.company_list td iframe {
  width: 100%;
  aspect-ratio: 100/50;
  display: block;
  border: 0;
  margin-top: 40px;
}
.company_list::after {
  content: "";
  display: block;
  position: absolute;
  top: 26%;
  left: -260px;
  width: 532px;
  height: 537px;
  background: url(../images/kazari.webp) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .company_list::after {
    display: none;
  }
}

.info_ttl {
  font-family: "MFW-UDShinGoPr6N-DeBold", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2.5rem;
  color: var(--color-primary);
}
@media only screen and (max-width: 768px) {
  .info_ttl {
    font-size: 1.7rem;
  }
}

.info_text {
  font-family: "MFW-UDShinGoPr6N-Medium", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.7rem;
  padding-top: 1em;
}
@media only screen and (max-width: 768px) {
  .info_text {
    font-size: 1.4rem;
  }
}

.contact_item + .contact_item {
  margin-top: 40px;
}

.contact_item {
  position: relative;
  z-index: 1;
  background-color: var(--white);
  padding: 40px;
  font-family: "MFW-UDShinGoPr6N-DeBold", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact_item {
    padding: 20px;
    font-size: 1.4rem;
  }
}
.contact_item .contact_tell {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "MFW-UDShinGoPr6N-DeBold", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  .contact_item .contact_tell {
    display: block;
  }
}
.contact_item .contact_tell .contact_tell_text {
  display: inline-block;
  font-size: 5.8rem;
  color: var(--color-primary);
  padding-inline: 8px;
}
@media only screen and (max-width: 768px) {
  .contact_item .contact_tell .contact_tell_text {
    font-size: 3.2rem;
  }
}
.contact_item .contact_time {
  font-family: "MFW-UDShinGoPr6N-Medium", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .contact_item .contact_time {
    font-size: 1.4rem;
  }
}
.contact_item .contact_mail {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "MFW-UDShinGoPr6N-DeBold", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  .contact_item .contact_mail {
    display: block;
  }
}
.contact_item .contact_mail .contact_mail_text {
  display: inline-block;
  font-size: 4rem;
  color: var(--color-primary);
  padding-inline: 8px;
}
@media only screen and (max-width: 768px) {
  .contact_item .contact_mail .contact_mail_text {
    font-size: 2.4rem;
  }
}

.contents {
  position: relative;
}
.contents::after {
  content: "";
  display: block;
  position: absolute;
  top: -200px;
  right: -80px;
  width: 532px;
  height: 537px;
  background: url(../images/kazari.webp) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .contents::after {
    display: none;
  }
}

.sns_list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.sns_list .sns_item {
  display: flex;
  height: 100px;
}
.sns_list .sns_item img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer {
  padding-block: 40px;
}

.footer_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.footer_list .footer_list_text {
  font-family: "MFW-UDShinGoPr6N-Regular", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
}
.footer_list .footer_list_text .footer_list_text_name {
  font-size: 1.8rem;
}
.footer_list .footer-nav {
  display: grid;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer_list .footer-nav .footer-nav-list {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  font-family: "Jost", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2.2rem;
  color: var(--color-primary);
}
.footer_list .footer-nav .footer-nav-list > li {
  width: -moz-max-content;
  width: max-content;
}
.footer_list .footer-nav .copylight {
  font-family: "MFW-UDShinGoPr6N-Regular", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.3rem;
  margin-top: auto;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .footer_list .footer-nav .copylight {
    font-size: 1.2rem;
    text-align: left;
  }
}/*# sourceMappingURL=top.css.map */