@charset "utf-8";
/**
* Template Name: happyspice
* Updated: Aug 07 2024 with Bootstrap v5.3.3
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/

上書きしていく形で作成
--------------------------------------------------------------*/



/************************************************
全体
*************************************************/
h1, h2, h3 {
  font-family: "Noto Serif JP", serif;
  /* font-family: "Noto Sans JP", sans-serif; */
  font-weight: 700;
}

/* for SP */
@media only screen and (max-width: 767px) {
  .pc_only{
    display: none !important;
  }

  
}

/* for PC */
@media only screen and (min-width: 767px) {
  .sp_only{
    display: none !important;
  }
}


/* 画像ベーシック ブロック内100% */
img {
  max-width: 100%;
}

/* for SP */
@media only screen and (max-width: 767px) {
  img{
    width: 100%;
  }
}

/* リンク内の画像を一括指定 */
a img {
  transition: 
    opacity 0.3s ease,
    transform 0.3s ease;
}

a:hover img {
  opacity: 0.85;
  transform: scale(1.02);
}

/* 効かせたくない場合 */
a img.no-hover {
  transition: none;
}

a:hover img.no-hover {
  opacity: 1;
  transform: none;
}


/* 角丸 */
.kadomaru{
  border-radius: 10px;
}

/* 写真説明文字 */
.img-description{
  font-size: 0.8rem;
}

/* フルワイド(子要素を画面いっぱいに) */
.fullwidth {
	background: #FF0080;
	padding: 4px 8px;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

/* 本文が隠れないように */
@media (max-width: 767px){
  body{
    padding-bottom: calc(65px + env(safe-area-inset-bottom));
  }
}

/* ページトップへ↑ボタンを被らないように移動 */
@media (max-width: 767px){
  .scroll-top.active {
      bottom: 100px;
  }
}

.btn_sns{
  border: #a2e2d8 2px solid;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  display: block;
  color: #34b7a7;
  background-color: #ffffff;
  transition: 
    opacity 0.3s ease,
    transform 0.3s ease;
}


.btn_sns:hover{
  background-color: #f9f9f9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  color: #34b7a7;
  transform: scale(1.02);
}

.scrolled .navmenu a:hover{
  color: #34b7a7;
}

.sp-menu-text{
  font-size: 0.75rem;
  display: block;
  text-align: center;
  margin-right: 10px;
  color: #444444;
}


/************************************************/
/* dlテーブル */
/* dlを使用したテーブル */
/************************************************/

.c-dltable,
.c-dltable > dt,
.c-dltable > dd {
    box-sizing: border-box;
}

.c-dltable > dt,
.c-dltable > dd {
    padding: 1em;
    margin: 0px 0px 0px 0px;
}

.c-dltable > dt {
    background-color: #F7F7F7;
    color: #333333;
}

.c-dltable > dd {
    background-color: #FFFFFF;
    color: #333333;
}

dl.c-dltable > dd > ul{
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .c-dltable > dt {
        border: 1px solid #DBDBDB;
        border-bottom: none;
    }
    .c-dltable > dd {
        border: 1px solid #DBDBDB;
        border-top: none;
    }
    .c-dltable > dt,
    .c-dltable > dd {
        text-align: center;
    }
    .c-dltable > dd > ul {
        text-align: left;
    }
}
@media print, (min-width: 768px) {
    .c-dltable {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #DBDBDB;
    }
    .c-dltable > dt,
    .c-dltable > dd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 1px solid #DBDBDB;
    }
    .c-dltable > dt {
        width: 20%;
    }
    .c-dltable > dd {
        width: 80%;
        border-right: 1px solid #FFFFFF;
    }
}

.c-dltable-form{
    margin-bottom: 30px;
}

.c-dltable-company{
  max-width: 860px;   /* 760〜960pxくらいで好みに調整OK */
  margin-left: auto;
  margin-right: auto;
}

/* PC時：ddの長文がある場合の見やすさ（任意） */
@media print, (min-width: 768px){
  .c-dltable-company > dd{
    overflow-wrap: anywhere; /* 住所やURLなどの長い文字列対策 */
  }
}


/************************************************
見出し関連
*************************************************/
h2.section_title{
    background: none;
    border: none;
    border-radius: 0;
    color: inherit;
    letter-spacing: 0.10em;
    padding: 0;
    position: relative;
    text-align: center;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1.4;
    color: #34b7a7;
}

/* for SP */
@media only screen and (max-width: 767px) {
  h2.section_title{
    font-size: 2.0rem;
  }
}

h2.section_title span{
  display: block;
  color: #999999;
  font-size: 1rem;
  font-weight: 500;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

/* 背景が画像の場合 */
.divider-image h2.section_title{
    color: #FFFFFF;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.divider-image h2.section_title span{
  color: #EFEFEF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}



h3{
  border-bottom: 1px solid #CCC;
  font-size: 2rem;
  margin: 0.5rem 0 1rem 0 ;
  padding-bottom: 8px;
  text-align: center;
}

/* for SP */
@media only screen and (max-width: 767px) {
  h3{
    font-size: 1.6rem;
  }
}


.card h3{
  font-size: 1.4rem;
}

h4{
  border-bottom: 1px solid #CCC;
  font-size: 1.4rem;
  margin: 2rem 0 1rem;
}


/* パララックス */
/* ===== 区切り画像：共通設定 ===== */
.divider-image {
  width: 100%;

  /* 高さ：vhベース＋最低保証 */
  height: 60vh;
  min-height: 280px;
  max-height: 520px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  background-attachment: fixed;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 5rem;
  position: relative; /* 疑似要素用 */
  }

/* 画像の上にかぶせるフィルター */
.divider-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

/* タイトルをフィルターより前に */
.divider-image .section_title {
  position: relative;
  z-index: 2;
}

/* モバイル対策（iOS対策） */
@media (max-width: 991.98px) {
  .divider-image {
    background-attachment: scroll;
  }
}

/* ===== 画像差し替え用 ===== */
.divider-img__features {background-image: url("./../img/presentation01.jpg");}
.divider-img__company {background-image: url("./../img/company04.jpg");}
.divider-img__service {background-image: url("./../img/presentation02.jpg");}
.divider-img__stepstouse {background-image: url("./../img/presentation03.jpg");}
.divider-img__inquiry {background-image: url("./../img/presentation08.jpg");}
.divider-img__thanks {background-image: url("./../img/presentation09.jpg");}
.divider-img-06 {background-image: url("./../img/presentation06.jpg");}
.divider-img-07 {background-image: url("./../img/presentation07.jpg");}


@media (min-width: 992px) {
  .divider-img__service { background-position: center 50%; }
}



/************************************************
各コンテンツ
*************************************************/

/*----------------- topページ -------------------*/
#pagetop {
  height: 100vh;
  background-image: url(./../img/cover.jpg);
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;     /* 縦中央 */
  justify-content: center; /* 横中央 */
}

#pagetop .catch {
  text-align: center;
}

#pagetop .catch p{
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  text-align: center;
}

#pagetop .catch p.companyname{
  font-size: 1.5rem;
}

/* for SP */
@media only screen and (max-width: 767px) {
  #pagetop .catch p{
    font-size: 1.8rem;
  }
}

#feature .card-img-top{
  max-width: 300px;
  margin: auto;
}

/* ページ内リンク header被り防止 */
.anchor-target {
  scroll-margin-top: 120px;
}

@media (max-width: 767px) {
  .anchor-target {
    scroll-margin-top: 80px;
  }
}


/************************************************
parts
*************************************************/

footer{
   background-color: #34b7a7;
}

footer ul{
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
}

footer li{
  white-space: nowrap;
  padding: 15px 14px;
}

footer a{
  color: #FFFFFF;
}

.copyright{
  padding: 20px;
}

.copyright p{
  color: #FFFFFF;
  margin-bottom: 0;
}


.footer-company-info{
  background-color: #eeeeee;
  padding: 2rem;
}

@media (max-width: 767px){
  .footer-company-info__logo img{
    width: 100px;
    margin-bottom: 20px;
  }
}

.footer-company-info__name{
  font-size: 1.5rem;
  font-weight: 700;
}

.footer-company-info__address{
  font-size: 1.1rem;
  
}

.footer-company-info__tel{
  font-size: 1.5rem;
  font-weight: 700;
}

.footer-company-info__contact{
  background-color: #eeee00;
}

/* フッターのリンク */
/* ====== SP footer navi (mobile only) ====== */
.sp_footer_navi{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;

  height: 65px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);

  z-index: 9999;
  padding-bottom: env(safe-area-inset-bottom);

  display: flex;
  align-items: center;
}

.sp_footer_navi ul{
  list-style: none;
  margin: 0;
  padding: 0 6px;
  width: 100%;

  display: flex;
  justify-content: space-around;
  align-items: center;
}

.sp_footer_navi li{
  flex: 1;
}

.sp_footer_navi a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 4px 0;
  min-height: 56px;
  text-decoration: none;
}


.sp_footer_navi img{
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.sp_footer_navi span{
  margin-top: 2px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}

.sp_footer_navi a:active{
  opacity: 0.7;
}

/* footerリンク 文字色 */
.sticky-bottom a:hover{
  color: rgba(255, 255, 255, 0.7);
}


/*----------------- サービス -------------------*/
/* サービス一覧枠 */
.service-list {
  list-style: none;
  margin: 10px;
  padding: 1.25rem 1.5rem;

  border: 2px solid rgba(52, 183, 167, 0.35);
  border-radius: 5px;
  background-color: #fff;

  display: grid;
  grid-template-columns: 1fr; /* SP */
  gap: 0;
}

/* PC：2列 */
@media (min-width: 992px) {
  .service-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
}

.service-list li {
  position: relative;
  padding: 0.75rem 0 0.75rem 1.2em;
  line-height: 1.6;
  font-size: 0.95rem;
}

.service-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.45em;
  color: #34b7a7;
}


.service-list li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  border-bottom: 1px dotted rgba(52, 183, 167, 0.35);
}

/* 最後の行は線を消す */
.service-list li:last-child::after {
  display: none;
}

/* PCで2列のとき、右列の最後も線を消す */
@media (min-width: 992px) {
  .service-list li:nth-last-child(-n + 2)::after {
    display: none;
  }
}


.company_message{
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
}

.ceo_signature{
  font-family: "Noto Serif JP", serif;
}


.inpage_links{
  margin-top: -50px;
}


@media (max-width: 767px){
  #feature .card{
    margin-bottom: 50px;
  }
}

.important_notice_box {
  margin: 20px;
  padding: 10px 20px;
  border: 2px solid #EEEEEE;
  border-radius: 10px;
  display: block;
  color: #333333;
  background-color: #ffffff;
  transition: 
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.important_notice_box:hover {
  background-color: #f9f9f9;
  border-color: #cccccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  color: #333333;
}

.important_notice_box .icon{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.important_notice_box h4{
  margin: 0.5rem 0 0.5rem;
}






