@charset "UTF-8";
.br_sp {
  display: none;
}

#header {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
}

.header_wrapper {
  z-index: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s ease, opacity 0.7s ease 0.1s;
}

#header_logo {
  height: 100%;
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 3;
}

#header_logo a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
}

#global_menu_pc {
  height: 80px;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 80px;
}

#global_menu_pc > ul {
  position: relative;
  display: flex;
  text-align: center;
}

#global_menu_pc > ul > li {
  display: inline-block;
  position: relative;
  line-height: 1;
  text-align: center;
  font-size: 18px;
}

#global_menu_pc > ul > li > a {
  color: #000;
  text-decoration: none;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

#global_menu_pc > ul > li > a:hover {
  color: #00A6B7;
  transition: 0.4s;
}

.g-menu ul {
  width: 250px;
  position: absolute;
  top: 80px;
  margin: 0;
  padding: 0;
  z-index: 100;
  background: #000;
  color: #fff;
  display: none;
}

.g-menu ul li {
  line-height: 1.5;
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
  padding: 1.2em;
  border-bottom: 1px solid #777;
}

/*  menu-L_1 */
.menu-L_1 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  background: #000;
  display: none;
  position: relative;
  z-index: 5;
}

.menu-L_open {
  display: grid;
}

.menu-L_1_hd {
  padding: 180px 0 0 30px;
}

.menu-L_1_hd .ttl {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}

.menu-L_1_hd .label {
  color: #00A6B7;
  font-size: 14px;
  font-weight: 500;
}

.menu-L_ctg {
  border-left: 1px solid #777;
}

.menu-L_ctg .image_wrap {
  max-width: 500px;
}

.menu-L_ctg .image_wrap .image {
  width: 100%;
}

.menu-L_ctg .title_area {
  font-size: 30px;
  font-weight: 600;
  padding: 50px 0 0 30px;
  color: #fff;
}

.menu-L_ctg .title_area .sub_title {
  color: #00A6B7;
  font-size: 14px;
}

.menu-L_ctg .post_list {
  display: block;
  padding: 30px 0 30px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

a.arrow_link {
  display: block;
  padding-bottom: 24px;
}

.megamenu_b {
  background: #000;
  color: #fff;
  display: grid;
  position: absolute;
  top: 80px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

.megamenu_b .item {
  border-left: 1px solid #ddd;
}

body.megamenu_dark_color .megamenu_a {
  background: #000;
}

/* sub_menu */
#global_menu ul ul {
  background: #fff;
  display: none;
  width: 250px;
  position: absolute;
  top: 80px;
  margin: 0;
  padding: 0;
  z-index: 100;
}

#global_menu ul ul li {
  line-height: 1.5;
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
}

.header {
  padding-top: 100px;
}

.logo_image_mobile {
  display: none;
}

.ham_menu_button {
  display: none;
}

.menu-open {
  display: block;
}

/* footer */
footer {
  border-top: 1px solid #ddd;
}

.footer_inner {
  max-width: inherit;
  padding: 100px;
  margin: 0 auto;
  max-width: 1700px;
}

.footer_address {
  margin-top: 17px;
  font-size: 16px;
  word-wrap: break-word;
  font-weight: 600;
}

.footer_sns {
  margin-top: 15px;
  text-align: left;
  display: flex;
  align-items: center;
}
.footer_sns li {
  margin-left: 24px;
}
.footer_sns .ft_sns_img {
  max-width: 18px;
}
.footer_sns img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer_sns li:nth-child(1) {
  margin-left: 0;
}

.footer_nav {
  padding: 0 60px;
  border-top: 1px solid #ddd;
}

.footer_nav ul {
  display: flex;
  margin-right: 40px;
  font-size: 16px;
}

.footer_nav li {
  font-size: 16px;
  flex: 0 0 auto;
  width: auto;
  margin-right: 40px;
}

.footer_nav li a {
  height: 70px;
  line-height: 70px;
  display: block;
}

.copyright {
  background-color: #00A6B7;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
}
.copyright p {
  max-width: inherit;
  padding: 0 60px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
}

#header_search {
  height: 80px;
  z-index: 1;
  position: relative;
}

#header_searchform {
  position: relative;
  width: 100%;
  height: 100%;
}

#header_search .input_area input {
  border: none;
  background: none;
  height: 40px;
  width: 100%;
  padding: 0 25px;
}

.search_button input {
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  background: none;
  border: none;
}

#header_search .input_area {
  position: absolute;
  top: 20px;
  right: 80px;
  width: 0px;
  height: 40px;
  border: none;
  background: #f3f3f3;
  z-index: 1;
  border-radius: 50px;
  transition: width 0.3s ease;
  overflow: hidden;
}

#header_search .search_button {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
}

#header_search .search_button input {
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
}

#header_search .search_button:before {
  display: block;
  color: #000;
  font-size: 14px;
  content: url(../img/search.png);
  pointer-events: none;
  font-weight: 600;
  left: calc(50% - 2px);
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
  position: absolute;
  transition: color 0.2s ease;
}

.ham_menu {
  display: none;
}

@media screen and (max-width: 1100px) {
  #global_menu_pc {
    display: none;
  }
  .header_wrapper {
    height: 60px;
  }
  .logo_image_mobile {
    display: block;
  }
  .logo_image_pc {
    display: none;
  }
  #header_search {
    display: none;
  }
  .nav_area {
    position: fixed;
    width: 100%;
    z-index: 1;
  }
  .ham_menu_button {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .ham_menu {
    background: #000;
    color: #fff;
    height: 100vh;
    width: 400px;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 100;
    display: block;
    transition: 0.5s;
  }
  .open {
    right: 0;
  }
  .ham_menu_button span {
    width: 22px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    left: 50%;
    transition: all 0.4s ease;
  }
  .ham_menu li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 50px 0 20px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    visibility: visible;
  }
  .ham_menu_button span:nth-child(1) {
    top: 24px;
  }
  .ham_menu_button span:nth-child(2) {
    top: 30px;
  }
  .ham_menu_button span:nth-child(3) {
    top: 36px;
  }
  /*============
     #mask
     =============*/
  .mask {
    display: none;
    transition: all 0.5s;
  }
  .open_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
  }
  #global_menu {
    display: none;
  }
  .ham_menu ul li {
    position: relative;
  }
  .sub-menu_sp {
    display: none;
    background-color: #00A6B7;
  }
  .nav-open {
    display: block;
    position: absolute;
    text-align: center;
    width: 50px;
    height: 50px;
    right: 0px;
    z-index: 9;
    cursor: pointer;
  }
  .nav-open::before {
    content: "＋";
    position: absolute;
    right: 15px;
    top: -36px;
    color: #fff;
    font-weight: 300;
  }
  .nav-open.close::before { /* 開いている時 */
    content: "－";
    position: absolute;
    right: 15px;
    top: -36px;
    color: #fff;
    font-weight: 300;
  }
  .return_area {
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  #return_icon {
    width: 50px;
    height: 60px;
    top: 15px;
    right: 0;
    position: absolute;
  }
  #return_icon::before {
    content: url(../img/return.png);
    position: absolute;
    right: 15px;
    color: #fff;
    height: 50px;
    font-size: 16px;
  }
}
/* swiper_menu */
.menu_swiper_wrap {
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 80px;
  width: 100%;
  display: none;
}

.menu-scroll_open {
  display: block;
}

.menu_swiper_wrap .swiper {
  width: 100%;
  margin: 40px auto;
  padding: 0 100px;
}
.menu_swiper_wrap .swiper-slide {
  height: 100%;
  font-size: 30px;
}
.menu_swiper_wrap li.swiper-slide.menu_blog_slide {
  position: relative;
  width: 385px !important;
}
.menu_swiper_wrap .img_container {
  display: block;
  max-width: 385px;
  margin: 0 50px 30px 0;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 385/260;
}
.menu_swiper_wrap .img_container a {
  margin-bottom: 25px;
}
.menu_swiper_wrap .swiper-scrollbar-horizontal {
  margin-top: 16px;
  position: relative;
  margin-top: 60px !important;
}
.menu_swiper_wrap .swiper-scrollbar-horizontal {
  aspect-ratio: 1/1;
  height: 4px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.menu_swiper_wrap .swiper-scrollbar-drag {
  background-color: rgb(255, 64, 0) !important;
}

.img_container img {
  overflow: hidden;
  width: 100%;
}

.menu_blog_content {
  word-wrap: break-word;
  word-break: break-word;
  margin: 0 50px 30px 0;
}
.menu_blog_content .blog_tab {
  border: 1px solid #00A6B7;
  border-radius: 20px;
  color: #00A6B7;
  font-size: 14px;
  padding: 0 20px;
  font-size: 14px;
  min-width: 100px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
}
.menu_blog_content a {
  display: block;
  max-height: 2.6em;
  overflow: hidden;
  visibility: visible;
  margin-bottom: 20px;
}
.menu_blog_content h4 {
  max-width: 385px;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}

.blog_date {
  position: relative;
  color: #999;
  font-size: 16px;
  margin: 0;
  display: block;
}

.menu-current {
  color: #00A6B7 !important;
}

.hd_overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  display: none;
}

.hd_open {
  display: block;
}

.footer_banner {
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.footer_banner .content {
  z-index: 3;
  vertical-align: baseline;
}
.footer_banner .content .ft_ttl {
  font-weight: 600;
  display: inline-flex;
  font-size: 50px;
  position: relative;
  align-items: center;
}
.footer_banner .content .label {
  margin-right: 20px;
}

@media screen and (min-width: 1720px) {
  .footer_banner a:first-of-type {
    padding-left: calc(50% - 750px);
  }
}
.footer_banner .image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.footer_banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.footer_banner a {
  height: auto;
  aspect-ratio: 725/250;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px;
  position: relative;
  width: 50%;
}
.footer_banner a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.5s ease;
}

/* footer_bnr_hover */
.footer_banner a:hover .ft_ttl {
  color: #fff;
}

.footer_banner a:hover .ttl_p {
  color: #fff;
}

.footer_banner a:hover:after {
  opacity: 0;
}

/* responsive design */
@media screen and (max-width: 801px) {
  .br_sp {
    display: block;
  }
  .arrow_button {
    display: block;
    width: 40px;
    height: 40px;
    background: #00A6B7;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
  }
  .arrow_button::before {
    left: 14px;
    top: 14px;
  }
  .arrow_button::after {
    left: 14px;
    top: 14px;
  }
  .footer_banner {
    display: block;
    line-height: 1;
  }
  .footer_banner a {
    padding: 0 20px !important;
    height: 150px !important;
    width: 100%;
  }
  .footer_banner a:first-child {
    border-bottom: 1px solid #ddd;
  }
  .footer_banner .content {
    line-height: 1;
  }
  .footer_banner .content .ft_ttl {
    font-size: 30px;
    line-height: 1;
  }
  .footer_banner .content .ttl_p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1;
  }
  .footer_inner {
    padding: 40px 20px 35px;
  }
  .footer_nav {
    padding: 0 20px;
  }
  .copyright p {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .ham_menu {
    width: 100%;
    right: -100%;
  }
  .open {
    right: 0 !important;
  }
}/*# sourceMappingURL=header_footer.css.map */