@charset "utf-8";

/* リセットCSS */
*{margin:0;padding:0;min-height: 0;min-width: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {height:100%;scroll-behavior: smooth;}
ul li ,ol li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;margin: 0;}
p{margin: 0;}
strong{font-weight: inherit;}
a:focus, *:focus{ outline:none; }
article, header, footer, aside, figure, figcaption, nav, section,main{ 
  display:block;
}
body{
	/* font-family: '游ゴシック', 'Yu Gothic', sans-serif; */
	font-weight: 400;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.1em;
	width:100%;
	color: var(--BLACK);
	position:relative;
	z-index: 0;
	overflow-x: hidden;
}
a{
	text-decoration: none;
	outline: none;
	word-wrap: break-word;
	color: #000;
}
a img,a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s;
}
img{
	height: auto;
	max-width: 100%;
	box-sizing: unset;
	vertical-align: bottom;
}
iframe{
	vertical-align: bottom;
}

/* imgリセット */
.imgauto{
	height: auto;
	width: 100%;
	box-sizing: unset;
	line-height: 1rem;
	display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* CSS関数設定 */
:root {
	/* カラーパレット */
	--WHITE: #fff;
	--BLACK: #303030;
	--GRAY: #F4F4F4;
	--MAINCOLOR: #35B597;
	--ACCENTCOLOR: #005BAC;
  --SUBCOLOR: #333333;

	/* テキストベースカラー */
	--TXT_COLOR: var(--BLACK);

	/* 共通角丸 */
	--COMMON_BDRS: 5px;

	/* ベースフォント */
	--FF_BASE: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;

	/* タイトルフォント */
	/* --FF_NSRF: "Noto Serif JP", sans-serif; */

	/* インナー幅 */
	--INNER_WIDTH: 90%;
	--INNER_WIDTH_L: 92.5%;
	--MAX_WIDTH_L: 1440px;
	--MAX_WIDTH_M: 1200px;

	/* フォントサイズ */
  --FZ_80: clamp(50px, 8vw, 80px);
  --FZ_65: clamp(21px, 4.5vw, 65px);
  --FZ_60: clamp(30px, 4vw, 60px);
	--FZ_50: clamp(28px, 3.5vw, 50px);
	--FZ_40: clamp(28px, 3vw, 40px);
  --FZ_38: clamp(22px, 2.8vw, 38px);
  --FZ_32: clamp(21px, 4vw, 32px);
	--FZ_30: clamp(22px, 2.6vw, 30px);
	--FZ_24: clamp(18px, 2.2vw, 24px);
	--FZ_22: clamp(16px, 2vw, 20px);
	--FZ_20: clamp(14px, 1.8vw, 18px);
	--FZ_18: clamp(14px, 1.7vw, 17px);
	--FZ_16: clamp(14px, 1.5vw, 16px);
	--FZ_BASE: clamp(14px, 1.5vw, 15px);
	--FZ_15: clamp(13px, 1.5vw, 15px);
	--FZ_14: clamp(12px, 1.4vw, 14px);
  --FZ_12_CONST: 12px;
	--FZ_10_CONST: 10px;

	/* 間隔 */
	--FOOTER_SPACE_TOP: clamp(1.875rem, -1.426rem + 14.08vw, 11.25rem);
  --SPACE_900: clamp(850px, 40vw, 900px);
  --SPACE_700: clamp(650px, 49vw, 750px);
  --SPACE_500: clamp(300px, 30vw, 500px);
  --SPACE_450: clamp(280px, 29vw, 450px);
  --SPACE_400: clamp(250px, 28vw, 400px);
  --SPACE_350: clamp(230px, 27vw, 350px);
  --SPACE_300: clamp(200px, 26vw, 300px);
  --SPACE_280: clamp(150px, 25vw, 280px);
	--SPACE_260: clamp(100px, 24vw, 240px);
  --SPACE_200: clamp(72px, 20vw, 200px);
	--SPACE_150: clamp(72px, 15vw, 150px);
	--SPACE_130: clamp(64px, 13vw, 130px);
	--SPACE_100: clamp(40px, 8vw, 100px);
	--SPACE_80: clamp(32px, 6vw, 80px);
	--SPACE_75: clamp(30px, 5vw, 75px);
	--SPACE_70: clamp(20px, 5vw, 70px);
	--SPACE_60: clamp(40px, 6vw, 60px);
  --SPACE_60S: clamp(18px, 3.5vw, 60px);
	--SPACE_50: clamp(30px, 5vw, 50px);
	--SPACE_50_SPL: clamp(40px, 5vw, 50px);
	--SPACE_50_SPS: clamp(10px, 3vw, 50px);
	--SPACE_40: clamp(20px, 2.5vw, 40px);
	--SPACE_35: clamp(18px, 2.5vw, 35px);
	--SPACE_30: clamp(10px, 2.2vw, 26px);
	--SPACE_20: clamp(10px, 1.4vw, 20px);
	--SPACE_20_SPL: clamp(15px, 1.4vw, 20px);
	--SPACE_16: clamp(8px, 1vw, 16px);
	--SPACE_10: 10px;

	/* 影 */
	--BTN_SHADOW: 0px 2px 2px rgba(0, 0, 0, 0.25);
	--CONTAINER_SHADOW: 0px 0 6px 0px rgba(0, 0, 0, 0.15);

	--GENERALSEC: var(--SPACE_60);
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■共通■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
body p{
  line-height: 1.6;
  letter-spacing: 0.08em;
}
/* インナー */
.inner--l{
  width: 90%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}
.inner--m{
  width: 90%;
  max-width: 1352px;
  margin-left: auto;
  margin-right: auto;
}
.inner--s{
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.inner--ss{
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* 改行 */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
/* フォントサイズ */
@media screen and (max-width: 768px){
  html{
  font-size: var(--FZ_16);
  }
}
/* タイトル */
.g-title .g-title__main,
.g-title .g-title__sub{
  display: block;
}
.g-title .g-title__main{
  font-size: var(--FZ_50);
  font-weight: bold;
}
.g-title .g-title__sub{
  font-style: var(--FZ_22);
  font-weight: 900;
  color: var(--MAINCOLOR);
  padding-top: 10px;
}
.g-title .g-title__lineG{
  display: inline-block;
  width: 6%;
  max-width: 40px;
  height: 3px;
  background-color: var(--MAINCOLOR);
  margin: 8px 7px 0 0;
}
.g-title .g-title__lineB{
  display: inline-block;
  width: 20%;
  max-width: 130px;
  height: 3px;
  background-color: var(--BLACK);
}
@media screen and (max-width: 768px){
  .g-title .g-title__main{
    font-size: var(--FZ_40);
    line-height: 1;
  }
  .g-title .g-title__sub{
    font-style: var(--FZ_22);
    font-weight: bold;
    padding-top: 5px;
  }
  .g-title .g-title__lineG{
    max-width: 20px;
    height: 2px;
    margin: 8px 5px 0 0;
  }
  .g-title .g-title__lineB{
    max-width: 60px;
    height: 2px;
    margin-top: 0;
  }
}
/* .g-title--small */
.g-title--small .g-title__main,
.g-title--small .g-title__sub{
  display: block;
}
.g-title--small .g-title__main{
  font-size: var(--FZ_24);
  font-weight: bold;
  color: #000;
}
.g-title--small .g-title__sub{
  font-size: var(--FZ_18);
  font-weight: bold;
  color: var(--MAINCOLOR);
  padding-top: 5px;
}
.g-title--small .g-title__lineG{
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: var(--MAINCOLOR);
  margin: 5px 3px 0 0;
}
.g-title--small .g-title__lineB{
  display: inline-block;
  width: 70px;
  height: 3px;
  background-color: var(--BLACK);
}
@media screen and (max-width: 768px){
  .g-title--small .g-title__main{
    font-size: var(--FZ_24);
  }
  .g-title--small .g-title__sub{
    font-size: var(--FZ_20);
  }
  .g-title--small .g-title__lineG{
    width: 20px;
    height: 2px;
  }
  .g-title--small .g-title__lineB{
    width: 70px;
    height: 2px;
  }
}
/* .g-title--white */
.g-title--white{
  color: var(--WHITE);
  line-height: 1;
}
/* ボタン t-btn */
.t-btn{
  text-align: center;
  max-width: 300px;
  margin-left: 0;
  position: relative;
}
.t-btn a{
  display: block;
  background-color: var(--BLACK);
  padding: 20px 0;
  color: var(--WHITE);
  font-size: var(--FZ_20);
  font-weight: bold;
}
.t-btn a::before{
  content: "";
  position: absolute;
  background-color: var(--MAINCOLOR);
  transition: 0.3s;
  height: 1px;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  bottom: 31px;
  right: 20px;
}
.t-btn a::after {
  content: "";
  position: absolute;
  background-color: var(--MAINCOLOR);
  transition: 0.3s;
  height: 1px;
  transform: translateY(-50%);
  width: 30px;
  bottom: 30px;
  right: 20px;
}
.t-btn a:hover{
  opacity: 0.8;
}
.t-btn a:hover::before {
  width: 12px;
  bottom: 31px;
  right: -18px;
}
.t-btn a:hover::after {
  width: 80px;
  bottom: 30px;
  right: -18px;
}

@media screen and (max-width: 768px){
  .t-btn{
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }
  .t-btn a{
    display: block;
    background-color: var(--BLACK);
    padding: 15px 0;
    color: var(--WHITE);
    font-size: 16px;
  }
}
/* タッチデバイスではホバーを無効にする */
@media (max-width: 768px) {
  .t-btn a:hover {
      opacity: 1; /* デフォルトの不透明度に戻す */
  }
  .t-btn a:hover::before{
    width: 12px;
  bottom: 31px;
  right: 20px;
  }
  .t-btn a:hover::after {
    width: 30px;
    bottom: 30px;
    right: 20px;
  }
}
body{
  background-color: #F4F4F4;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ヘッダー■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
header{
  background-color: var(--WHITE);
  
}
.hd-wrap{
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  gap: var(--SPACE_20);
}
.hd-logo{
  max-width: 300px;
  padding: var(--SPACE_10) 0 var(--SPACE_10) var(--SPACE_50);
  margin: auto 0;
}
.hd-navWrap{
  margin-left: auto;
  padding: 20px 0;
}
.hd-navWrap__nav{
  display: flex;
  justify-content: flex-end;
  gap: var(--SPACE_60);
  font-size: var(--FZ_16);
  font-weight: bold;
  padding-right: var(--SPACE_30);
}
.hd-navWrap__nav a{
  position: relative;
}
.hd-navWrap__nav a::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 3px;
  background-color: var(--MAINCOLOR);
  transition: width 0.3s ease-in-out;
}
.hd-navWrap__nav a:hover::after{
  width: 100%;
}
.hd-navWrap__tel{
  text-align: right;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  color: #333333;
}
.hd-navWrap__tel span{
  font-size: 30px;
}
.hd-contactIcon a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: var(--MAINCOLOR);
  padding: 0 5px;
}
.hd-contactIcon__contents{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto 0;
}
.hd-contactIcon__img{
  padding-top: 10px;
  margin-bottom: 10px;
  max-width: 40px;
}
.hd-contactIcon__text{
  font-size: var(--FZ_14);
  font-weight: bold;
  color: var(--WHITE);
  padding: 0 10px;
}
@media screen and (max-width: 860px){
  .hd-navWrap__nav{
    gap: var(--SPACE_40);
    font-size: var(--FZ_16);
  }
  .hd-navWrap__tel{
    font-size: 30px;
  }
}
@media screen and (max-width: 768px){
  .hd-wrap{
    display: flex;
    justify-content: space-evenly;
    gap: var(--SPACE_10);
  }
  .hd-logo{
    max-width: 170px;
    padding: var(--SPACE_10) 0 var(--SPACE_10) var(--SPACE_30);
    margin-right: auto;
  }
  .hd-navWrap,.hd-contactIcon{
    display: none;
  }
  .hd-contactIcon__img{
    margin-bottom: 5px;
  }
  header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  body {
    padding-top: 64.2px;
  }
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■フッター■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■access■■■■■■■■■■■■■■■■■■■■■ */
.ft-access__wrap{
  margin: 80px auto;
  display: grid;
  grid-template-columns: 3fr 7fr;
  align-items: center;
}
.ft-access__text{
  font-size: var(--FZ_20);
  color: #000;
}
.ft-access__map{
  filter: grayscale(100%);
  width: 100%;
}
@media screen and (max-width: 768px){
  .ft-access__wrap{
    margin: 50px auto;
    display: block;
  }
  .ft-access__text{
    padding-top: var(--SPACE_40);
  }
  .ft-access__map{
    height: 30vh;
  }
}
/* ■■■■■■■■■■■■■■■■■■■■■contact■■■■■■■■■■■■■■■■■■■■■ */
.ft-contact{
  position: relative;
  z-index: 1;
  background: url(../images/common/contact.jpg) no-repeat center / cover;
}
.ft-contact__wrap{
  text-align: center;
}
.ft-contact__tel{
  color: var(--WHITE);
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 60px;
}
.ft-contact__tel a{
  color:#fff;
  }
.ft-contact__tel span{
  font-size: 25px;
}
.t-btn--contact{
  max-width: 450px;
  margin: 0 auto 15px auto;

}
.t-btn--contact a{
  background-color: rgba(53, 181, 151, 0.92);
  font-size: 25px;
  font-family: var(--FF_BASE);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--SPACE_20);
}
.t-btn--contact a:hover{
  background-color: rgb(66, 213, 181);
}
.t-btn--contact a::before{
  display: none;
}
.t-btn--contact a::after{
  display: none;
}
.t-btn--contactIcon{
  display: block;
  max-width: 40px;
}
.ft-contact .g-title{
  padding-top: 150px;
  margin-bottom: 50px;
}
.ft-contact .g-title .g-title__sub{
  padding-top: 5px;
}
@media screen and (max-width: 768px){
  .ft-contact{
    background: url(../images/common/contact-sp.jpg) no-repeat center / cover;
  }
  .ft-contact__tel{
    color: var(--WHITE);
    font-size: 25px;
    padding-bottom: 50px;
  }
  .ft-contact__tel span{
    font-size: 18px;
  }
  .ft-contact .t-btn--contact{
    max-width: 260px;
    margin: 0 auto 15px auto;
  }
  .t-btn--contact a {
    font-size: 16px;
  }
  .t-btn--contactIcon{
    max-width: 25px;
  }
  .ft-contact .g-title{
    padding-top: 80px;
    margin-bottom: 30px;
  }
  .ft-contact .g-title .g-title__sub{
    padding-top: 10px;
  }
}
/* スマホ表示（画面幅768px以下）でホバー効果を無効化 */
@media (max-width: 768px) {
  .t-btn--contact a:hover {
      background-color: rgba(53, 181, 151, 0.92);;
  }
}
/* ■■■■■■■■■■■■■■■■■■■■■link■■■■■■■■■■■■■■■■■■■■■ */
.ft-link{
  background-color: #EAEAEA;
}
.ft-link__logo{
  margin: 0 auto;
  padding: 20px 0;
  max-width: 300px;
}
.ft-link__line{
  display: block;
  width: 80%;
  height: 1px;
  background-color: var(--BLACK);
  margin: 0 auto;
}
.ft-link__nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--SPACE_60);
  font-weight: bold;
  margin: 30px 0;
  color: #000;
}
.ft-link__nav a{
  position: relative;
}
.ft-link__nav a::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 3px;
  background-color: var(--MAINCOLOR);
  transition: width 0.3s ease-in-out;
}
.ft-link__nav a:hover::after{
  width: 100%;
}
.ft-link__copy{
  text-align: center;
  background-color: var(--BLACK);
  color: var(--WHITE);
  font-size: var(--FZ_15);
  padding: 10px 0;
}
@media screen and (max-width: 768px){
  .ft-link__logo{
    margin: 0 auto;
    max-width: 200px;
  }
  .ft-link__nav{
    font-size: 12px;
    gap: var(--SPACE_40);
    margin: 20px 0;
  }
  .ft-link__copy{
    font-size: 11px;
    padding: 10px 0;
  }
}
/* スマホ表示（画面幅768px以下）でホバー効果を無効化 */
@media (max-width: 768px) {
  .ft-link__nav a:hover::after {
    width: 0; /* ホバー時の幅を0に戻して下線が表示されないように */
  }
}