@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  color: #333; /* RGB */
  font-family: noto-sans-cjk-jp,"Noto Sans JP", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: 1.8em;
  line-height: 2.4rem;
  text-align: center;
  font-synthesis: none;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.7;
}
.about a,.example a,.contact a,.footer a:hover{
  opacity: 1.0;
}
p{
  text-align:justify;
}
.none{
  display:none;
}
.TextTyping span {
	display: none;
}

.header{
  position:sticky;
  inset:0;
  z-index:9999;
}
.h-title img{
  float:left;
  width:40px;
  margin:8px 0 0 20px;
}
.h-title h1{
  font-family: kigelia-lgc, sans-serif;
  font-style: normal;
  float:left;
  margin:10px 10px 10px 5px;
  font-size:1.8rem;
  font-weight:500;
  color:#1b4453;
  }
.h-menu{
  display:none;
}
.h-phone{
  display:none;
}

.header-container {
  position: relative;
  margin: 0 !important;
}

.header__navi {
  z-index: 1;
  position: absolute;
  top: 0%;
  left: 0%;
  background-color:rgb(0,0,0,0.6);;
  width: 100%;
  transform: translateY(-120%);
  transition: all 0.6s;
}

.header__navi.active {
  transform: translateY(0%);
}

.header__navi img {
 width:60px;
 margin-top:30px;
}
.header__navi ul {
  padding: 70px 0 40px;
  text-align: center;
}

.header__navi li {
  color:#FFF;
  font-size:1.4rem;
  font-weight:400;
  list-style: none;
  margin-bottom: 24px;
}

.header__navi li a {
  color: #FFF;
  text-decoration: none;
}

/* メニューボタン */
.sp-menu-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  top:0px;
  right: 10px;
  width: 60px;
  height: 40px;
  cursor: pointer;
  z-index: 1000;
}

.sp-menu-btn .line {
  display: block;
  position: absolute;
  height: 2px;
  right: 15px;
  background:#1b4453;
  transition: 0.3s ease-in-out;
}

.sp-menu-btn span:nth-child(1) {
  top: 16px;
  width: 25px;
}

.sp-menu-btn span:nth-child(2) {
  top: 24px;
  width: 25px;
}
.sp-menu-btn span:nth-child(3) {
  top: 32px;
  width: 25px;
}

/* メニューが開いているときのボタン */
.sp-menu-btn.active span:nth-child(1) {
  top: 24px;
  background: #FFF;
  transform: rotate(-45deg);
}

.sp-menu-btn.active span:nth-child(2) {
  display:none;
}
.sp-menu-btn.active span:nth-child(3) {
  top: 24px;
  background: #FFF;
  transform: rotate(45deg);
}
.header-back{
  padding:25px;
  background-color:rgb(240,240,240,0.8);
}
@media(min-width:1024px) {
  .header-container{
    display:none;
  }
.header{
  background-color:rgb(240,240,240,0.8);
  padding:10px 50px 10px 50px;
}
.h-title img{
  float:left;
  width:75px;
}
.h-title h1{
  float:left;
  margin:20px 30px 20px 15px;
  font-size:4.5rem;
  font-weight:500;
  color:#1b4453;
  }
.h-menu{
  display:block;
  padding:30px 30px 20px;
}
.h-menu p{
  font-size:1.6rem;
  font-weight:300;
  text-align:center;
}
  .h-menu p a{
    color:#333;
    text-decoration:none;
  }
.h-phone{
  display:block;
  float:right;
  text-align:left;
}
.tel{
  font-size:1.6rem;
}
.number{
  font-size:4.0rem;
  font-weight:600;
  color:#31758f;
}
  .number a{
  color:#31758f;
  text-decoration:none;
  }
  .header-back{
  display:none;
}
}

.contact-back{
  padding:40px 20px 65px;
  background:linear-gradient(180deg,#71bfbc,#226484);
}
.contact-back h3{
  margin:20px 0;
  color:#f0ff00;
  font-size:2.4rem;
  font-weight:600;
}
.contact-contents{
  margin-top:60px;
  display:inline-block;
}
.contact-back p{
  color:#FFF;
  font-size:1.4rem;
  line-height:2.2rem;
  font-weight:400;
  text-align:center;
}
.break::after{
  content:"\A";
  white-space:pre;
}
.contact-tel,.contact-mail{
  margin-bottom:35px;
  background-color:#FFF;
  width:220px;
  padding:30px 20px;
  border-radius:30px;
  position:relative;
}
.contact-tel img{
  width:65px;
  position:absolute;
  transform: translate(-240%, -80%);
}
.contact-tel h4,.contact-mail h4{
  color:#31758f;
  font-size:2.0rem;
  font-weight:500;
}
.contact-tel a{
  text-decoration:none;
  color:#31758f;
}
.contact-tel a:hover{
  opacity: 0.7;
}
.contact-tel p{
  margin:15px 0;
  color:#31758f;
  font-size:3.0rem;
  font-weight:600;
}
.contact-tel-time{
  color:#333;
  font-size:1.2rem;
  font-weight:400;
  line-height:1.4rem;
}
.contact-mail img{
  width:65px;
  position:absolute;
  transform: translate(-240%, -80%);
}
.contact-mail p{
  margin:15px 0;
  color:#333;
  font-size:1.2rem;
  font-weight:400;
}
.button2{
  max-width:200px;
  padding:10px 20px;
  color:#FFF;
  font-size:1.6rem;
  font-weight:400;
  background-color:#31758f;
  border:solid 2px #275f74;
  border-radius:35px;
  display:inline-block;
  box-shadow: 0px 5px 0px #275f74;
  transition: .3s;
}
.button2:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

@media(min-width:1024px){
.contact-back{
  padding:50px 50px 80px;
}
.contact-back h3{
  margin:20px 0 50px;
  font-size:4.3rem;
}
.contact-contents{
  margin-top:80px;
  display:flex;
  justify-content: center;
}
.contact-back p{
  font-size:2.0rem;
  line-height:3.5rem;
}
.contact-tel,.contact-mail{
  width:450px;
  margin:0 50px;
  padding:50px 50px 40px 50px;
}
.contact-tel img{
  width:130px;
}
.contact-tel h4,.contact-mail h4{
  font-size:3.0rem;
}
.contact-tel p{
  margin:40px 0;
  font-size:5.0rem;
}
.contact-tel-time{
  font-size:1.6rem;
  line-height:2.6rem;
}
.contact-mail img{
  width:130px;
}
.contact-mail p{
  margin:30px 0;
  font-size:1.8rem;
}
.button2{
  max-width:350px;
  padding:15px 35px;
  font-size:2.0rem;
}
.break:after{
  white-space: nowrap;
}
}

.footer{
  color:#FFF;
  padding:140px 20px 80px;
  background-image:url("../images/photo/footerimage.jpeg");
  background-size:cover;
  background-position:top 25% left 40%;
  background-repeat:no-repeat;
  background-color: rgba(0,0,0,0.6);
  background-blend-mode: overlay;
  object-fit:cover;
}
.footer h6{
  font-family: kigelia-lgc, sans-serif;
  font-style: normal;
  font-size:3.6rem;
  font-weight:500;
}
.footer img{
  margin:10px;
}
.address{
  margin:50px;
}
.address p{
  font-size:1.4rem;
  font-weight:400;
  line-height:2.4rem;
  text-align:center;
}
.break:after{
  content:"\A";
  white-space:pre;
}
.copyright{
  margin-top:100px;
}
.copyright p{
  font-size:1.1rem;
  font-weight:300;
  text-align:center;
  }
.up_btn img{
  width:90px;
  z-index:1000;
  transition: transform 0.3s ease;
}
.up_btn img:hover {
  transform: scale(1.1,1.1);
}

@media(min-width:1024px){
.footer{
  padding:170px 50px 50px;
  background-size:120%;
  background-position:75% 30%;
}
.footer h6{
  font-size:5.0rem;
}
.address{
  margin:50px;
}
.address p{
  font-size:1.6rem;
  line-height:3.0rem;
}
.copyright{
  margin-top:100px;
}
.copyright p{
  font-size:1.4rem;
  }
  .break:after{
    white-space:nowrap;
  }
  .up_btn img{
  width:130px;
}
}

#always {
  bottom: 20px;
  padding: 5px;
  position: fixed;
  right: 10px;
}
#always a{
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
}
#always a::before{
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 100;
  left: 0;
  margin: auto;
  text-align: center;
}
@media(min-width:1040px){
#always {
  bottom: 30px;
  padding: 5px;
  right: 30px;
}
  #always a{
  width: 50px;
  height: 50px;
}
  #always a::before{
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 100;
  left: 0;
}
}