@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 {
  width: 1920px;
  max-width: 100%;
  height: 90px;
  padding: 0 20px;
}
@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: 486px;
}
@media screen and (max-width: 1620px) {
  .header-block01__left {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .header-block01__left {
    width: calc(100% - 80px);
  }
}
.header-block01__left .logo {
  padding-top: 8px;
  max-width: 476px;
  max-height: none;
  overflow: visible;
}
@media screen and (max-width: 1620px) {
  .header-block01__left .logo {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .header-block01__left .logo {
    padding-top: 3px;
  }
  .header-block01__left .logo img {
    max-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .header-block01__left .logo {
    width: 240px;
  }
}

.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;
  gap: 0 20px;
  padding-top: 5px;
}
@media screen and (max-width: 1620px) {
  .header-block01__right {
    gap: 0;
  }
}
@media screen and (max-width: 1500px) {
  .header-block01__right {
    flex-direction: column-reverse;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 1px;
  }
}
@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-end;
}
@media screen and (max-width: 1500px) {
  .header-block01__banners {
    padding-top: 5px;
  }
}

.header-block01__tel a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 245px;
  height: auto;
  background: url(../img/icon-tel.png) no-repeat 0px 5px;
  background-size: 36px auto;
  padding: 13px 10px 14px 48px;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 1500px) {
  .header-block01__tel a {
    width: 210px;
    padding: 13px 10px 8px 42px;
    background-size: 31px auto;
    font-size: 22px;
  }
}

.header-block01__contact a {
  display: inline-block;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  top: -3px;
  width: 183px;
  height: 50px;
  margin: 0 0 0 10px;
  background: url(../img/icon-mail.png) no-repeat 19px 16px;
  background-size: 24px auto;
  padding: 15.5px 5px 12px 56px;
  background-color: #004ca0;
  border-radius: 10px;
  background-color: #03989f;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .header-block01__contact a {
    width: 175px;
    height: 40px;
    background-size: 24px auto;
    background-position: 16px 11.5px;
    padding: 11px 24px 5px 56px;
    font-size: 16px;
  }
}

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

.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::after {
  content: "";
  position: absolute;
  top: 10.5px;
  right: -2px;
  width: 1px;
  height: 16px;
  background-color: #505050;
}
.c-nav .menu > li:last-of-type::after {
  display: none;
}

.c-nav .menu > li > a {
  display: block;
  position: relative;
  padding: 10px 15px 10px 15px;
  color: #505050;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.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;
}
@media screen and (max-width: 1500px) {
  .c-nav .menu > li > .sub-menu {
    top: 36px;
  }
}

.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: 0px 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: 55px;
  background: url("../img/footer-bg01.webp") no-repeat 50% 0%;
  background-size: contain;
}

.footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-bottom: 40px;
}

.footer-navi {
  margin-bottom: 60px;
  padding: 20px 100px;
  background-color: #fff;
}
@media screen and (max-width: 1050px) {
  .footer-navi {
    padding: 20px 100px;
  }
}
@media screen and (max-width: 767px) {
  .footer-navi {
    padding: 20px;
  }
}
.footer-navi .menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1050px) {
  .footer-navi .menu {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-navi .menu {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-navi .menu li {
    width: 100%;
    text-align: center;
  }
}
.footer-navi .menu li a {
  padding: 5px 0;
  color: #111;
}
@media screen and (max-width: 767px) {
  .footer-navi .menu li a {
    font-size: 16px;
  }
}
.footer-navi .sub-menu {
  display: none;
}

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

.footer_logo {
  margin-bottom: 25px;
}
.footer_logo a {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .footer_logo a {
    font-size: 19px;
  }
}

.footer_memo {
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .footer_memo {
    font-size: 14px;
  }
}

.footer-block02 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.footer-block02__item {
  width: 50%;
  padding-right: 30px;
}
@media screen and (max-width: 1050px) {
  .footer-block02__item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 35px auto;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .footer-block02__item {
    max-width: 300px;
  }
}
.footer-block02__address {
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .footer-block02__address {
    font-size: 14px;
  }
}
.footer-block02__list {
  line-height: 2.25;
}
.footer-block02__list-item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-block02__list-item {
    font-size: 14px;
  }
}
.footer-block02__list-item dt {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .footer-block02__list-item dt {
    width: 80px;
  }
}
.footer-block02__list-item dd {
  flex: 1;
}

.footer-copyright {
  padding: 15px 20px;
  text-align: center;
  background-color: #013b87;
}
.footer-copyright small {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-copyright small {
    font-size: 14px;
  }
}

.dp-footer-bar {
  display: none !important;
}

.fixed-pc {
  display: none;
  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;
    display: none;
    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;
  }
}