@charset "utf-8";
/* CSS Document */
/*----- reset css -----*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  /*display: block;*/
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* common */
:root {
	--color-gr: #5F8D87;
    --color-gr-rgb: 95,141,135;
    --color-or: #EA714C;
    --color-or-rgb: 234,113,76;
    --color-wh: #FFFFFF; 
    --color-wh-rgb: 255,255,255;
    --color-gy: #3A3A3A;
    --font-min:'Zen Old Mincho',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    --font-en: 'Jost',Arial, Helvetica, "sans-serif";
}
body{
	background: #FFFFFF;
	font-family: 'Zen Kaku Gothic New', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	color: #3A3A3A;
	/*letter-spacing: 0.1em;*/
}
#wrapper{overflow: hidden;}
img {height: auto;}
a{
	text-decoration: none;
	color: #3B4043;
	transition: all 0.5s 0s ease;
  /*display: block;*/
}
a:hover,a:active{
	color: rgb(59 64 67 / 80%);
}
li a{text-decoration: none;}/*2023.03.08追加*/
dt{margin: 0;}
section{padding-bottom: 100px;}
button{border: none;background: none;}
ul{margin: 0;padding: 0;}
li{list-style: none;}
h2,h3,h4,h5{letter-spacing: 0.1rem;}
h2{
    font-family: var(--font-en);
    font-weight: 200;
    font-size: 2.5rem;
	padding: 0;
	line-height: 3rem;
    margin-bottom: 10px;
    color: var(--colo-gr);
}
.h3_en{
    font-family: var(--font-en);
    font-size: 1.3rem;
}
h3{
    font-size: 1.5rem;
    line-height: 1.8em;
}
h4{font-size: 1rem;}
h5{font-size: 1rem;}

.font-r{font-family: 'Raleway Dots', cursive;}
.font-en{
    font-family: var(--font-en);
    font-weight: 300;
}
.font-75{font-size: 0.75em;}
.font-120{font-size: 1.2em;}
.font-150{font-size: 1.5em;}
.gr{color: var(--color-gr);}
.or{color: var(--color-or);}
.wh{color: #fff;}
.red{color: #FF0000;}
.bg-gr{background: var(--color-gr);}
.bg-or{background: var(--color-or);}
.br::before{
        content: "\A" ;
        white-space: pre ;
}
@media (max-width: 576px) {
    h2{font-size: 1.8rem;}
    h3{font-size: 1.5rem;}
}
@media (max-width: 768px) {
	.br::before{content: inherit;}
}
i{
    vertical-align: middle;
    margin: 0;
    padding-bottom: 3px;
}

.contact_box .btn a{

}

a.btn_contact {
    color: var(--color-gr);
    border: 2px solid var(--color-gr);
    border-radius: 26px;
    font-weight: bold;
    padding: 10px 2rem;
    font-size: 18px;
}
a.btn_contact:hover{
    background: var(--color-gr);
    color: #fff;
}

@media (max-width: 576px) {
    .contact_box .telno,.contact_box .telno i{font-size: 2rem;}
}

/* header */
#head_wrap {
	  /*top: -100px;*/
	  position: relative;
	  width: 100%;
	  margin: 0px auto 0;
	  line-height: 1;
	  z-index: 999;
	  height: 90px;
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid #7a71633b;
}

h1.logo{
	position: absolute;
	left: 20px;
	top: 10px;
	transition:0.5s;
	width: 70px;
}
h1.logo:hover{opacity: .8;}
#head_wrap #global-nav a {
  text-decoration: none;
	/*color: #303030;
	background:linear-gradient(currentColor 0 0) bottom /var(--d, 0) 1px no-repeat;*/
	transition:0.5s;
	padding: 5px 0.5rem;
}

/*#head_wrap #global-nav a:hover{
	--d: 100%;
}*/
#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
	float: left;
}

#global-nav {
	position: absolute;
	right: 0px;
	top: 20px;
	/*padding: 0 1rem;*/
}

#global-nav ul:not(.submenu) {
  list-style: none;
  font-size: 1.1rem;
    letter-spacing: 0.1rem;
  margin-right: 10px;
  display: inline-flex;
}

#global-nav ul li {
  padding: 16px 0.5rem;
}

#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  /*transition: all .6s ease 0s;*/
  box-sizing: border-box;
}
#global-nav ul li ul {
    position: absolute;
    width: auto;
    top: 80px;
    height: 0;
    overflow: hidden;
    box-shadow: 0 0px 8px #ccc;
    background-color: rgba(255,255,255,0.90);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
#global-nav ul li ul li:not(:last-child){
    border-bottom: 1px dotted #ccc;
}
#global-nav ul li:hover ul{
    top: 46px;
    visibility: visible;
    opacity: 1;
    height: auto;
}
#global-nav ul li:hover ul li:hover{
    background: #ECF7F8;
}
#head_wrap #global-nav ul li.menu_contact a{
    border: 2px solid #4AABB7;
    border-radius: 20px;
    color: #4AABB7;
}
#head_wrap #global-nav ul li.menu_contact a:hover{
    background: #4AABB7;
    color: #fff;
}
/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 3px 10px;
    border-right: 1px solid #3B4043;
    border-bottom: 1px solid #3B4043;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 90px;
  transition: top 1s ease-in;
  -webkit-transition: top 1s ease-in;
  -moz-transition: top 1s ease-in;
  z-index: 9999;
}


/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 30px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}
@media (max-width: 992px) {
    h1.logo{
		width: 60px;
	}
}
@media (max-width: 768px) {
    .init-bottom:after {display: none;}
	#head_wrap a{background: none;}
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
	  height: 68px;
	  border-bottom: none;
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap.fixed {
    padding-top: 0;
    background: transparent;
	  height: 68px;
  }
	/*#head_wrap #global-nav a,#head_wrap.fixed #global-nav ul li a {color: #FFF;}*/
  #mobile-head {
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 80px;
    z-index: 999;
    position: relative;	  
	/*border-bottom: 1px solid #7a71633b;*/
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 20px;
    top: 13px;
  }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -550px;
    background: rgb(236 247 248 / 90%);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
      
    font-family: var(--font-en);
    font-weight: 300;
  }
  #global-nav ul:not(.submenu) {
          display: block;
    margin-right: 0px;
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    /*font-size: 14px;*/
    /*margin-top: 20px;*/
  }
  #global-nav ul:not(.submenu) li {
    float: none;
    position: static;
	  color: #fff;
  }
    #global-nav ul li ul{display: none;}
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--color-gr);
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(618px);
    -webkit-transform: translateY(618px);
    transform: translateY(618px);
  }
}
/* footer */
footer{
	background-color: var(--color-gr);
	text-align: center;
	padding: 30px 0px 10px;
	color: #FFF;
    font-family: var(--font-en);
    font-weight: 300;
}
footer a{
	color: #fff;
	padding: 0;	
	transition: all .5s;
}
footer a:hover{
	text-decoration: underline;
	color: #fff;
}
footer .footer_menu_outer{
    display: flex;
    justify-content: flex-end;
}
footer li{
	display: inline-block;
	padding: 0px 1rem;
    letter-spacing: 0.1rem;
}

footer img{
    width: 80%;
    max-width: 150px;
    margin: 0 auto 20px;
}

footer .footer_menu02 li:first-child{
  margin-top: 0;
}
@media screen and (max-width: 576px) {
    footer{
      text-align: center;
    }
    footer .footer_menu_outer{display: inherit;}
    footer li{display: block;}
}

/*フェードインアニメーション*/
.anime {
  /* 最初は非表示 */
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.2s, opacity 1s, visibility 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}


/*----- 共通 -----*/

#page-top {
    position: fixed;
    bottom: 40px;
    right: 0px;
}
#page-top a {
	display: block;

}
#page-top a:hover {
    opacity: 0.7;
}

.yazirusi {
  display: inline-flex;
  transform: rotate(-90deg);
    z-index: 2;
} 
.yazirusi::after {
  content: '';
  width: 68px;
  height: 15px;
  border-bottom: solid 1px rgba(125, 117, 109, 0.8);
  border-right: solid 2px rgba(125, 117, 109, 0.8);
  transform: skew(45deg);
}

@media (max-width: 576px) {
  #page-top{bottom: 80px;}
}
/* HTML: <div class="loader"></div> */
.loading{
    position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100vh;
  background-color: #5F8D87;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
  trasition: opacity 0.5s;
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  height: 28px;
  --_g: no-repeat radial-gradient(farthest-side,#fff 94%,#5F8D87);
  background:
    var(--_g) 50%  0,
    var(--_g) 100% 0;
  background-size: 12px 12px;
  position: relative;
  animation: l23-0 1.5s linear infinite;
}
.loader:before {
  content: "";
  position: absolute;
  height: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffffff;
  left:0;
  top:0;
  animation: 
    l23-1 1.5s linear infinite,
    l23-2 0.5s cubic-bezier(0,200,.8,200) infinite;
}
@keyframes l23-0 {
  0%,31%  {background-position: 50% 0   ,100% 0}
  33%     {background-position: 50% 100%,100% 0}
  43%,64% {background-position: 50% 0   ,100% 0}
  66%     {background-position: 50% 0   ,100% 100%}
  79%     {background-position: 50% 0   ,100% 0}
  100%    {transform:translateX(calc(-100%/3))}
}
@keyframes l23-1 {
  100% {left:calc(100% + 7px)}
}
@keyframes l23-2 {
  100% {top:-0.1px}
}