@charset "UTF-8";
/* HEADER FOOTER CSS*/
/* -----------------------------------------------
 HEADER
-------------------------------------------------- */
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 200;
  font-size: 17px;
  background-color: white;
  transition: .3s;
}
#header a {
  text-decoration: none;
  font-size: 17px
}
/* ロゴ*/
#h_logo {
  position: fixed;
  z-index: 100;
  left: 3%;
  top: 12px;
}
#h_logo a {
  display: block;
  background-image: url("../images/h_logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 350px;
  height: 46px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 15px;
}
/*--- 1024以上pcのみ適応 --- */
@media screen and (min-width: 1024px) {
  /* メニュー */
  .global-nav {
    position: relative;
    top: 0px;
    right: 2%;
    width: 100%;
    z-index: 1
  }
  /* 親メニュー*/
  .global-nav .nav-list {
    position: relative;
    top: 28px;
    right: 380px;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .global-nav .nav-list li {
    padding: 0 0.8em;
  }
  .global-nav .nav-list li a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: black;
    font-size: 17px;
    height: 40px;
    cursor: pointer;
  }
  .global-nav .nav-list li a:hover {
    opacity: 1;
  }
  .global-nav .nav-list li a:after {
      background-image: linear-gradient(90deg, rgba(0, 218, 207, 1), rgba(115, 224, 143, 1) 25%, rgba(255, 207, 135, 1) 50%, rgba(255, 156, 186, 1) 75%, rgba(205, 193, 231, 1));
    left: -4px;
    bottom: -2px;
    content: "";
    height: 1px;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    width: 110%; /* 要素の幅 */
  }
.entry a{
    position: absolute;
    top: 20px;
    right: 225px;
    background-color: #a3d860;
    color: white;
    padding: 14px 20px;
}
.entry a::before {
    content: "";
    width: 20px;
    height:20px;
    background-image: url("../images/entry.svg");
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 0 0 0 25px;
    margin-right: 5px;
}
.entry_a a{
    position: absolute;
    top: 20px;
    right: 2%;
    background-color: #00b5ac;
    color: white;
    padding: 14px 20px;
}
.entry_a a::before {
    content: "";
    width: 20px;
    height:20px;
    background-image: url("../images/entry_a.svg");
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 0 0 0 20px;
    margin-right: 5px;
}
  /* リンクにホバーした際の下線の表示 */
  .global-nav .nav-list li a:hover::after {
    transform: scale(1, 1);
  }
  .global-nav-icon { /* spボタン */
    display: none;
  }
  .disp { /* PC以外で表示メニュー*/
    display: block
  }
}
@media screen and (max-width: 1200px){
#h_logo {
  left: 1%;
}
#h_logo a {
  width: 300px;
  height: 39px;
  margin-top: 20px;
}
  .global-nav {
    right: 1%;
  }
  /* 親メニュー*/
  .global-nav .nav-list {
    right: 315px;
  }
  .global-nav .nav-list li {
    padding: 0 0.4em;
  }

.entry a{
    top: 25px;
    right: 175px;
    padding: 10px 15px;
}

.entry_a a{
    top: 25px;
    right: 0;
    padding: 10px 15px;
}

  }
/*Tablet以下*/
@media screen and (max-width: 1024px) {
  /* header */
  header {
    height: 60px;
  }
  /* ロゴ*/
  #h_logo {
    top: 10px;
  }
  #h_logo a {
    width: 250px;
    margin-top: 0;
  }
  /* メニュー */
  .global-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    text-align: left;
    align-items: center;
    font-size: 18px;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /*慣性スクロールを追加*/
    padding-bottom: 2em;
    background-color: rgba(0, 181, 172, .9);
    box-shadow: var(--shadow);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  }
  .global-nav .nav-list {
    position: relative;
    width: 100%;
    height: auto; /*必須*/
    display: block;
    margin: 0 auto;
    list-style: none;
    align-items: center;
    padding-right: 0;
    padding-top: 80px;
    right: 0;
  }
  .global-nav .nav-list li a { /*表示されているメニュー*/
    position: relative;
    width: auto;
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    height: auto;
    padding: 1em;
    color: white;
    letter-spacing: 3px
  }
.entry a{
    position: absolute;
    top: 380px;
    left:50%;
    transform: translateX(-50%);
    background-color: transparent;
    color: white;
    padding: 0;
    text-align: center;
    width: 100%;
    font-size: 20px;
}
.entry a::before {
    content: "";
    width: 20px;
    height:20px;
    background-image: url("../images/entry.svg");
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 0 0 0 25px;
    margin-right: 5px;
}
.entry_a a{
    position: absolute;
    top: 440px;
    left:50%;
    transform: translateX(-50%);
    background-color: transparent;
    color: white;
    padding: 0;
    text-align: center;
    font-size: 20px;
}
.entry_a ::before {
    content: "";
    width: 20px;
    height:20px;
    background-image: url("../images/entry_a.svg");
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 0 0 0 20px;
    margin-right: 5px;
}
  /* open*/
  .open .global-nav {
    transform: translateX(0);
  }
  /* open*/
  .open {
    overflow: hidden;
  }
  .open .global-nav {
    visibility: visible;
    opacity: 1;
  }
  /*=============================
ハンバーガボタン
=============================*/
  .btn-trigger {
    position: fixed;
    top: 18px;
    right: 3%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 200;
    display: flex;
  }
  .btn-trigger span {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #00b5ac;
  }
  .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .btn-trigger span:nth-of-type(3) {
    top: 20px;
  }
  /*=============================
#btn01
=============================*/
  #btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    background-color: white;
  }
  #btn01.active span:nth-of-type(2) {
    opacity: 0;
  }
  #btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    background-color: white;
  }
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media (max-width: 576px) {}
/* ----- /heaerここまで ------- */
/* -----------------------------------------------
 FOOTER
-------------------------------------------------- */

footer {
  width: 100%;
  margin: 0;
  padding: 5% 0 3%;
  position: relative;
  clear: both;
  float: none;
  background-color: #00b5ac;
  color: white;
  z-index: 1;
}
.footer_bg{
  background-image: url("../images/footer_bg.svg");
  background-repeat: no-repeat;
  background-size: 510px;
  background-position: 1%;
}
footer p {
  margin-bottom: 0 !important;
  line-height: 1.8;
  font-size: 17px
}
.cp-name {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  line-height: 1.2!important;
}
.cp-name span{
  font-size: 20px;
  font-weight: 300;
}
.f-address {
    padding-left: 120px;
	text-align: left;
    line-height: 1.3!important;
    font-weight: 300;
}
.f-address span{
    padding-bottom: 2px;
   border-bottom: 1px solid #fff;
}

/* ページTOPに戻る */
.pagetop {
  position: absolute;
  top: 25px;
  right: 7%;
  width: 110px;
  height: 200px;
  z-index: 100
}
@media screen and (max-width: 1300px) {
/* ページTOPに戻る */
.pagetop {
  top: 25px;
  right: 1%;
  width: 100px;
}
  }
@media screen and (max-width: 1024px) {
  footer {
    padding: 20px 0 0 0;
  }
  footer p {
    text-align: center !important
  }
}
@media screen and (max-width: 992px) {
.cp-name {
	text-align: center!important;
}
.f-address {
    padding-left: 0;
	text-align: center;
}
}
@media screen and (max-width: 768px) {
.footer_bg{
  background-image: none;
}
.cp-name {
  font-size: 23px!important;
}
.cp-name span{
  font-size: 16px;
}
.pagetop {
  top: -30px;
  width: 90px;
}
}
@media (max-width: 576px) {
.pagetop {
  width: 75px;
  top: -60px;}
}
