/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/

*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}a,button{cursor:revert}ol,ul,menu,summary{list-style:none}ol{counter-reset:revert}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable="false"])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable="true"]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}::-webkit-details-marker{display:none}

/* -----------------------------------------------------------
	追記
-------------------------------------------------------------- */
html {
  overflow-x: auto;
  overflow-y: scroll;
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,
p,ul,ol,li,div,dl,dt,dd,
form,img,hr,table,tr,td,
br,em,figure {
  margin: 0px;
  padding: 0px;
  border: none;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 500;
  font-size: 1.6rem;
}

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

@media screen and (max-width: 768px) {
  img {
    height: auto;
    margin: 0 auto;
  }

}

/*body*/
body {
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #333;
	font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Roboto", sans-serif;
	font-weight: 700;
	background: var(--bg-blue);
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	min-width: 1300px;
}

p {
	font-size: 1.6rem;
	line-height: 1.7;
}

#main {
	display: block;
}

@media screen and (max-width: 768px) {
	body {
		min-width: inherit;
	}

	*:focus {
		outline: none !important;
	}

	a.anchor {
		margin-top: -60px;
		padding-top: 60px;
		display: block;
	}

	/* iOSでのデフォルトスタイルをリセット */
	input[type="submit"],
	input[type="button"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}

	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
		display: none;
	}

	input[type="submit"]::focus,
	input[type="button"]::focus {
		outline-offset: -2px;
	}

}

/*link*/
a:link,
a:visited {
	text-decoration: none;
	transition: 0.5s;
}

a 
a:hover {
	transition: 0.5s;
}

a.anchor {
	margin-top: -40px;
	padding-top: 40px;
}

::-moz-selection {
	color: #fff;
	background: #656f72;
}

/* 電話リンク PC:OFF */
a[href^="tel:"] {
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	a:link,
	a:visited {
		transition: 0;
	}
	.press:hover {
		transform:none;
		opacity: 1;
	}

	/* 電話リンク SP:ON */
	a[href^="tel:"] {
		pointer-events: inherit;
	}
}

/*PC・SP表示*/
.display-pc {
	display: block;
}
.display-sp {
	display: none;
}
.br-pc {
	display: block;
}
.br-sp {
	display: none;
 }

  @media screen and (max-width: 768px) {
	.display-pc {
	  display: none;
	}
	.display-sp {
	  display: block;
	}
	.br-pc {
	  display: none;
	}
	.br-sp {
	  display: block;
	}
}

/*fontawefont 表示*/
.font {
  font-size: 1.6rem;
}
.font::before{
/*  必須！  */
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
/* 必須終わり！ */
  padding-right: 5px;
  color: #333;
}
.font.comment::before {
	content:"\f086";
}

/* -----------------------------------------------------------
        root
-------------------------------------------------------------- */
:root {
    --gray: #EBEBEB;
    --red: #FB4943;
    --navy: #758494;
    --blue: #006BE0;
    --light-blue: #CCE9FC;
	--bg-blue:#eff7fc;
}

/* -----------------------------------------------------------
	共通
-------------------------------------------------------------- */
.section-title {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  display: block;
  color: var(--blue);
  padding: 0 0 0 0;
  /*-webkit-text-stroke: 1px #64AEE0;
	text-stroke: 1px #64AEE0;*/
}
.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
a {
  cursor: pointer;
  color: #333;
  transition: .3s;
}
a:hover {
	opacity: .7;
}
p {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  list-style: 1.6;
}
.en {
  font-family: 'Montserrat', sans-serif;
}
.red {
	color: red;
}
.pc-display, .pc-display-b {
	display: block;
}
.sp-display, .sp-display-b {
	display: none;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    width: 100%;
    margin: 0 0;
    padding: 0 20px 0;
  }

}

@media screen and (max-width: 768px) {
	.section-title {
		font-size: 2.2rem;
		width: 100%;
		padding: 0 0 0 0;
	}
	.pc-display, .pc-display-b {
		display: none;
	}
	.sp-display, .sp-display-b {
		display: block;
	}

}


/* -----------------------------------------------------------
        header PC版
-------------------------------------------------------------- */

/*========= 上部固定させるためのCSS ===============*/
#header {
	height: 55px;/*高さ指定*/
	width:100%;/*横幅指定*/
}

#header .pc-header {
	/*以下はレイアウトのためのCSS*/
	background: var(--blue);
	color:#fff;
	text-align: center;
	padding: 20px;
	
}

#header .pc-display .head-flex {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .sp-display {
	display: none;
}

/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed {
	position: fixed;/*fixedを設定して固定*/
  	z-index: 10;/*最前面へ*/
  	top:0;/*位置指定*/
  	left:0;/*位置指定*/
}

/*========= 以下は検証用のレイアウトのためのCSS ===============*/
.logo a {
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
}

nav ul {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 20px;
}

nav ul li a {
  	font-size: 1.8rem;
  	color: #fff;
	padding-bottom: 3px; /* テキストと下線の間隔 */
  	background-image: linear-gradient(#fff, #fff);
  	background-repeat: no-repeat;
  	background-position: bottom left; /* 下線の初期位置 */
  	background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
  	transition: background-size 0.3s;
}

nav ul li a:hover {
	opacity: 1;
	background-position: bottom left; /* 下線のホバー時位置 */
  	background-size: 100% 2px; /* 下線の横幅を100%にする */
}


/* -----------------------------------------------------------
        header SP版
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	#header .pc-header {
		display: none;
	}

	#header .sp-display {
		display: block;
		width: 100%;
		background: var(--blue);
		color: #fff;
		text-align: center;
		padding: 25px 20px;
	}

	#header .sp-display h1.logo.en {
		font-size: 1.6rem;
		text-align: left;
	}
	#header .sp-display p.logo.en.nav {
		position: absolute;
		top: 20px;
		left: 20px;
		font-size: 1.6rem;
	}

	nav ul li a {
		background-image: none;
	}
	
	/*========= ナビゲーションのためのCSS ===============*/

	#g-nav{
		/*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
		position: fixed;
        z-index: 999;
        top: 0;
        right: -120%;
        width: 100%;
        height: 100vh;
		background:var(--blue);
		/*動き*/
		transition: all 0.3s;
	}

	/*アクティブクラスがついたら透過なしにして最前面へ*/
	#g-nav.panelactive{
		opacity: 1;
		z-index:999;
		top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
	}

	/*ナビゲーションの縦スクロール*/
	#g-nav.panelactive #g-nav-list{
		/*ナビの数が増えた場合縦スクロール*/
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100%;/*表示する高さ*/
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	/*ナビゲーション*/
	#g-nav ul {
		display: none;
		/*ナビゲーション天地中央揃え*/
		position: absolute;
		z-index: 999;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
	}

	#g-nav.panelactive ul {
		display: block;
	}

	/*リストのレイアウト設定*/

	#g-nav li{
		list-style: none;
		text-align: center; 
	}

	#g-nav li a{
		color: #fff;
		text-decoration: none;
		padding:10px;
		display: block;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-weight: bold;
		font-size: 2rem;
	}

	/*========= ボタンのためのCSS ===============*/
	.openbtn{
		position:fixed;
		z-index: 9999;/*ボタンを最前面に*/
		top:10px;
		right: 10px;
		cursor: pointer;
		width: 50px;
		height:50px;
	}
		
	/*×に変化*/	
	.openbtn span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background-color: #fff;
		width: 45%;
	}

	.openbtn span:nth-of-type(1) {
		top:15px;	
	}

	.openbtn span:nth-of-type(2) {
		top:23px;
	}

	.openbtn span:nth-of-type(3) {
		top:31px;
	}

	.openbtn.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}

	.openbtn.active span:nth-of-type(2) {
		opacity: 0;
	}

	.openbtn.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
}
	
}


/*------------------------------
footer
--------------------------------*/
.footer {
  padding: 40px 0 40px;
  font-size: 1.8rem;
  color: #333;
  background: #fff;
}
.footer .footer-box {
  display: block;
  color: #333;
  font-weight: bold;
}
.footer .footer-box .footer-flex {
  display: flex;
  justify-content: center;
  color: #333;
  font-weight: bold;
  gap: 0 30px;
  padding: 0 0 20px;
}
.footer .footer-box .footer-flex li {
  padding: 0 0;
  margin: 0 0;
}
.footer .footer-box .footer-flex a {
    color: var(--blue);
}
.footer .footer-box p.copyright {
  font-size: 1.2rem;
  color: #999;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 25px 0;
  }
  .footer .footer-box {
    display: block;
  }
  .footer .footer-box .footer-flex {
    display: flex;
    justify-content: center;
    gap: 0 20px;
  }
  .footer .footer-box .footer-flex a {
   font-size: 1.5rem;
  }
}
/*------------------------------
戻るボタン
--------------------------------*/
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: .3s;
  background: var(--blue);
  border: 2px solid #fff;
  /*   デフォルトは非表示 */
  opacity: 0;
}
.pagetop a {
  color: #fff;
  font-size: 1.6rem;
}
.pagetop:hover {
  background: #fff;
  border: 2px solid var(--blue);
  color:  var(--blue);
}
.pagetop:hover a {
  color:  var(--blue);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}

/*------------------------------
cursor
--------------------------------*/
/*#cursor{
    pointer-events: none;
    position: fixed;
    top: -4px;
    left: -4px;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 1.0);
    transform: translate(-100px,-100px);
    border-radius: 50%;
    z-index: 999;
}
#stalker {
  pointer-events: none;
  position: fixed;
  top: -16px;
  left: -16px;
  width: 32px;
  height: 32px;
  background: rgba(244, 192, 196, 0.8);
  border-radius: 50%;
  transform: translate(-100px, -100px);
  transition: transform 0.2s;
  transition-timing-function: ease-out;
  z-index: 998;
}
#stalker.hov_ {
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
  transition: .15s;
  background: rgba(244, 192, 196, 0.5);
}*/

/*------------------------------
fadeup アニメーション
--------------------------------*/
.fadeup {
  opacity: 0;
}
/*.fadeup.style02.displayed{
  animation-delay: 0.3s;
}
.fadeup.style03.displayed{
  animation-delay: 0.6s;
}*/
.fadeup.displayed {
  animation: fadeUp 1.3s forwards;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  #stalker {
    display: none;
  }
}

/*------------------------------
ボタンアニメーション
--------------------------------*/
/*きらっと光る*/

.btnshine{
    /*キラッと光る基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/	
	display:inline-block;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

/*キラッと光る*/
.btnshine::before {
	content: '';
    /*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -75%;
    /*キラッと光る形状*/
    width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
	animation: shine 0.7s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}
