@charset "UTF-8";
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 777;
}

.header .header-bar {
  height: 114px;
  padding: 0 12px;
  background: url("../img/header-bg01.webp") no-repeat 50% 0%;
  background-size: cover;
}
@media screen and (max-width: 1050px) {
  .header .header-bar {
    height: 70px;
    padding: 0;
  }
}

.header-block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-block01__left {
  width: 370px;
  padding-top: 33px;
}
@media screen and (max-width: 1050px) {
  .header-block01__left {
    padding-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .header-block01__left {
    width: calc(100% - 80px);
  }
}
.header-block01__left .logo {
  max-width: 360px;
}

.header-block01__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 22px;
}
@media screen and (max-width: 1500px) {
  .header-block01__right {
    flex-direction: column-reverse;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 5px;
  }
}
@media screen and (max-width: 1050px) {
  .header-block01__right {
    display: none;
  }
}

.header-block01 .logo {
  font-size: 26px;
}

.header-block01 .logo-image {
  position: relative !important;
  top: 0;
  height: auto;
}

.header-block01__banners {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 1500px) {
  .header-block01__banners {
    padding-right: 20px;
  }
}

.header-block01__document a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 70px;
  background: url("../img/icon-search.png") no-repeat 13px 13px;
  background-size: 45px auto;
  padding: 13px 24px 14px 77px;
  background-color: #3fbdef;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.36px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1650px) {
  .header-block01__document a {
    width: auto;
    padding: 13px 24px 14px 67px;
    background-size: 40px auto;
  }
}
@media screen and (max-width: 1600px) {
  .header-block01__document a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .header-block01__document a {
    height: 50px;
    padding: 16px 24px 14px 55px;
    background-size: 27px auto;
    background-position: 13px 12px;
  }
}

.header-block01__contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 70px;
  margin-left: 8px;
  background: url("../img/icon-mail.png") no-repeat 23px 20px;
  background-size: 38px auto;
  padding: 13px 24px 14px 77px;
  background-color: #004ca0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.36px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1650px) {
  .header-block01__contact a {
    width: auto;
  }
}
@media screen and (max-width: 1600px) {
  .header-block01__contact a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .header-block01__contact a {
    height: 50px;
    background-size: 28px auto;
    background-position: 23px 16px;
    padding: 16px 24px 14px 67px;
  }
}

/*  Navi Menu PC */
.c-nav {
  padding: 26px 20px 0 0;
}
@media screen and (max-width: 1500px) {
  .c-nav {
    width: 100%;
    padding-top: 12px;
  }
}

.c-nav .menu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0px 0 0;
  padding: 0px 0 0 0px;
}

@media screen and (max-width: 1050px) {
  .c-nav .menu {
    display: none;
  }
}
.c-nav .menu > li {
  position: relative;
  padding: 0 0px 0px 0;
  /* sub menu */
  /* ↑ sub menu */
}

.c-nav .menu > li > a {
  display: block;
  position: relative;
  padding: 10px 15px 10px 15px;
  color: #111;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.36px;
  text-decoration: none;
}
@media screen and (max-width: 1600px) {
  .c-nav .menu > li > a {
    font-size: 16px;
  }
}

.c-nav .menu > li > a:hover {
  opacity: 1;
  color: #cc0000;
}

.c-nav .menu > li > .sub-menu {
  display: none;
  list-style-type: none;
  padding: 10px 0 0px 0;
  position: absolute;
  top: 58px;
  left: 0px;
  width: 240px;
  margin: auto;
  background-color: #fff;
  z-index: 777;
}

.c-nav .menu > li > .sub-menu.is-open {
  display: block;
}

.c-nav .menu > li > .sub-menu > li {
  padding: 5px;
}

.c-nav .menu > li > .sub-menu > li:last-child {
  border-bottom: none;
}

.c-nav .menu > li > .sub-menu > li > a {
  display: block;
  position: relative;
  padding: 0px 10px 10px 10px;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.c-nav .menu > li > .sub-menu > li > a:hover {
  opacity: 1;
  color: #cc0000;
}

.c-nav .menu > li > .sub-menu > li > .sub-menu {
  list-style-type: none;
  padding: 0;
  border-top: 1px solid #dedede;
}

.c-nav .menu > li > .sub-menu > li > .sub-menu > li {
  padding: 0px 20px;
  border-bottom: 2px solid #dedede;
}

.c-nav .menu > li > .sub-menu > li > .sub-menu > li:last-child {
  border-bottom: none;
}

.c-nav .menu > li > .sub-menu > li > .sub-menu > li > a {
  display: inline-block;
  position: relative;
  padding: 10px 20px 5px 0px;
  color: #000;
  text-decoration: none;
  text-align: left;
}

/* Navigation Menu SP */
/* sp ボタン  */
.c-nav-button__wrap {
  display: none;
}

.c-nav-sp {
  display: none;
}

@media screen and (max-width: 1050px) {
  .c-nav-button__wrap {
    display: block;
    position: fixed;
    top: 0;
    right: 10px;
    width: 70px;
    height: 70px;
    z-index: 776;
  }
  .c-nav-button {
    position: absolute;
    top: 21px;
    left: 0;
    right: 1px;
    margin: auto;
    width: 36px;
    height: 19px;
    border: none;
    background: none;
  }
  .c-nav-button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #111;
    transition: 0.3s ease-in;
  }
  .c-nav-button span:nth-child(2) {
    top: 50%;
    width: 100%;
  }
  .c-nav-button span:nth-child(3) {
    top: 100%;
  }
  .c-nav-button.is-close span {
    top: 50%;
    transform: rotate(45deg);
  }
  .c-nav-button.is-close span:nth-child(2) {
    width: 0;
  }
  .c-nav-button.is-close span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .c-nav-button__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    text-align: center;
    font-size: 14px;
  }
  /* sp ナビ */
  .c-nav-sp {
    display: block;
    position: fixed;
    top: 70px;
    right: 0;
    width: 100%;
    height: calc(100% - 70px);
    z-index: 775;
    padding: 20px 0px 20px 0;
    background-color: #fff;
    transform: translateX(110%);
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    text-align: center;
  }
  .c-nav-sp.is-open {
    transform: translateX(0%);
  }
  .c-nav-sp .menu {
    display: block;
    margin: auto;
    padding: 0;
  }
  .c-nav-sp .menu > li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
  .c-nav-sp .menu > li > a {
    display: block;
    padding: 20px 0px 20px 0px;
    color: #111;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .c-nav-sp .menu .menu-item-has-children {
    position: relative;
  }
  .c-nav-sp .menu .menu-item-has-children .sub-menu {
    display: none;
    list-style: none;
  }
  .c-nav-sp .menu .menu-item-has-children .sub-menu li {
    border-top: 1px solid #ddd;
  }
  .c-nav-sp .menu .menu-item-has-children .sub-menu li a {
    display: block;
    padding: 15px 0px 15px 0px;
    color: #111;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #eee;
  }
  .c-nav-sp .menu .sub-menu-sp-btn {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 666;
  }
  .c-nav-sp .menu .sub-menu-sp-btn::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 21px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(135deg);
    transition: 0.3s ease;
  }
  .c-nav-sp .menu .sub-menu-sp-btn.is-open::after {
    transform: rotate(315deg);
  }
}
@media screen and (max-width: 767px) {
  .c-nav-button__wrap {
    width: 70px;
    height: 70px;
    right: 0px;
  }
  .c-nav-button {
    top: 16px;
    left: 0;
    right: 0;
  }
  .c-nav-button__text {
    bottom: 10px;
  }
}
/* footer */
.footer {
  padding-top: 75px;
  background-color: #012c5a;
  color: #fff;
}

.footer-navi {
  margin-bottom: 40px;
}
.footer-navi .menu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer-navi .menu {
    gap: 20px;
  }
}
.footer-navi .menu li a {
  color: #fff;
}

.footer-navi .menu .sub-menu {
  margin: 7px 0 0 7px;
}

.footer-navi .menu .sub-menu li {
  margin-bottom: 5px;
}

.footer-navi .menu .sub-menu li a {
  font-size: 15px;
}

.footer-block01 {
  margin-bottom: 90px;
  text-align: center;
}

.footer_logo {
  margin-bottom: 25px;
}

.footer_address a {
  color: #fff;
}

.footer-block02 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 35px 20px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .footer-block02 {
    gap: 20px;
  }
}
.footer-block02__item {
  width: calc(33.3% - 13.3333333333px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-block02__item {
    width: calc(50% - 10px);
  }
}

.footer-credit {
  margin-bottom: 80px;
  text-align: center;
}

.footer-copyright {
  padding-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    padding-bottom: 100px;
  }
}

.fixed-pc {
  position: fixed;
  top: 20%;
  right: 0px;
  width: 60px;
  z-index: 777;
}
@media screen and (max-width: 1050px) {
  .fixed-pc {
    display: none;
  }
}

.fixed-sp {
  display: none;
}
@media screen and (max-width: 1050px) {
  .fixed-sp {
    display: flex;
    position: fixed;
    bottom: 0%;
    left: 0px;
    width: 100%;
    z-index: 777;
  }
  .fixed-sp__search {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 46%;
    height: 50px;
    background-color: #3fbdef;
    color: #fff;
    font-size: 14px;
  }
  .fixed-sp__contact {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 38%;
    height: 50px;
    background-color: #004ca0;
    font-size: 14px;
    color: #fff;
  }
  .fixed-sp__contact > img {
    position: relative;
    top: 1px;
  }
  .fixed-sp__insta {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16%;
    height: 50px;
    background-color: #f6f7f7;
    color: #fff;
  }
  .fixed-sp__insta > img {
    position: relative;
  }
}

@media screen and (max-width: 1050px) {
  .pagetop {
    bottom: 50px;
  }
}