@charset "UTF-8";

.font_Montserrat {
  font-family: "Montserrat", sans-serif;
}
.wrap {
  position: relative;
}
sup {
  top: 0.3em;
}
@media screen and (max-width: 767px) {
  body p {
    line-height: 2;
  }
}
.is-sp {
  display: none;
}
.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}

/**************************************************************/
/*                            hy_header                          */
/**************************************************************/
#hy_header {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  max-width: 100%;
  position: fixed;
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
}
#hy_header .hy_header_nav_list .hy_inquiry_btn a {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 1000px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
}
#hy_header .hy_header_pc_br {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #hy_header_hamburger {
    position: fixed;
    top: 6px;
    right: 10px;
    z-index: 9999;
  }
  #hy_header {
    right: 0;
    box-sizing: border-box;
    z-index: 999;
  }
  #hy_header .hy_header_logo_wrap .hy_header_logo {
    width: 166px;
    margin-right: 34px;
    line-height: 0;
  }
  #hy_header .hy_header_logo_wrap .hy_header_logo_txt {
    background-image: linear-gradient(to right, #0a96dd, #004199);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    padding: 0px 4px 4px 2px;
  }
  #hy_header .hy_header_logo_wrap a:hover,
  #hy_header .hy_header_nav_list .hy_header_nav_txt a:hover,
  #hy_header .hy_header_nav_list .hy_header_nav_box_inquiry a:hover {
    opacity: 0.6;
  }
  #hy_header .hy_header_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1620px;
    align-items: center;
    height: 90px;
    margin: auto;
    padding: 0 50px;
  }
  #hy_header .hy_header_nav_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    padding-left: 50px;
  }
  #hy_header .hy_header_nav_list .hy_header_nav_txt a {
    display: block;
    padding: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
  }
  #hy_header.is_fixed .hy_header_logo_wrap {
    padding: 10px 0;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  #hy_header.is_fixed .hy_header_logo_wrap a:hover,
  #hy_header.is_fixed .hy_header_nav_list .hy_header_nav_txt a:hover {
    opacity: 0.6;
  }
  #hy_header.is_fixed .hy_header_logo_wrap .hy_header_logo {
    width: 166px;
    margin-right: 34px;
    line-height: 0;
  }
  #hy_header.is_fixed .hy_header_logo_wrap .hy_header_logo_txt {
    color: #fff;
    font-weight: bold;
  }
  #hy_header.is_fixed .hy_header_nav_wrap {
    width: 75%;
  }
  #hy_header.is_fixed .hy_header_nav_list {
    display: block;
  }
  #hy_header .hy_header_nav_list .hy_inquiry_btn {
    width: 100%;
    min-width: 166px;
  }
  #hy_header.is_fixed .hy_header_nav_list .hy_inquiry_btn {
    width: 100%;
    min-width: 166px;
  }
  #hy_header.is_fixed .hy_header_nav_list .hy_inquiry_btn a:hover {
    opacity: 0.6;
  }
  #hy_header.is_fixed .hy_header_nav_list .hy_header_nav_box:last-of-type {
    margin-right: 0;
  }
  #hy_header_hamburger a {
    display: block;
    width: 60px;
    padding: 16px 9px 15px;
    text-decoration: none;
    box-sizing: border-box;
    transition: none;
  }
  #hy_header_hamburger .hy_header_hamburger_box span {
    display: block;
    height: 2px;
    width: 24px;
    margin: 0 auto 5px;
    border-radius: 1000px;
    background-color: #222222;
    border-radius: 1000px;
    transition: all 0.2s;
  }
  #hy_header_hamburger .hy_header_hamburger03 {
    margin-bottom: 5px;
  }
  #hy_header_hamburger a .hy_header_hamburger_ttl {
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
  }
  body.sp_nav_open #hy_header_hamburger {
    mix-blend-mode: normal;
    top: 0;
    left: 0;
  }
  body.sp_nav_open #hy_header_hamburger a {
    background-color: #c4c9cd;
    padding: 23px 19px;
    width: 65px;
  }
  #hy_header.is_fixed .hy_header_nav_wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 580px;
    height: 100%;
    padding: 10% 80px 0;
    background-color: #fff;
    z-index: 10;
    box-sizing: border-box;
    transform: translateX(100%);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    overflow-y: auto;
  }
  #hy_header.is_fixed .hy_header_nav_wrap .hy_header_logo_wrap {
    margin-bottom: 50px;
  }
  #hy_header.is_fixed .hy_header_nav_box {
    margin-bottom: 30px;
  }
  #hy_header.is_fixed .hy_header_nav_list {
    padding: 0;
  }
  #hy_header.is_fixed .open .hy_header_nav_txt a {
    display: block;
    color: #222222;
    font-size: 22px !important;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    padding: 10px 0;
  }
  #hy_header.is_fixed .hy_header_nav_txt a:hover {
    opacity: 0.6;
  }
  #hy_header.is_fixed .hy_header_nav_box_inquiry {
    margin-top: 70px;
  }
  #hy_header.is_fixed .open .hy_header_nav_list .hy_inquiry_btn a {
    padding: 17px 20px 18px;
    font-size: 20px;
    background: linear-gradient(
      90deg,
      rgba(139, 234, 236, 1) 0%,
      rgba(87, 201, 240, 1) 30%,
      rgba(63, 178, 243, 1) 70%,
      rgba(35, 119, 200, 1) 100%
    );
  }
  #hy_header .hy_header_nav_wrap.open {
    align-items: baseline;
  }
  #hy_header .hy_header_logo_wrap {
    height: 44px;
    display: flex;
    align-items: end;
    text-decoration: none;
  }
  #hy_header .hy_header_nav_wrap {
    justify-content: right;
    align-items: center;
    height: 100%;
    width: 63%;
    margin-top: 0;
  }
  #hy_header .hy_header_nav_wrap .hy_header_logo_wrap {
    display: none;
  }
  #hy_header .hy_header_nav_wrap .select_language {
    display: inline-block;
    color: #fff;
    float: right;
    margin-right: 34px;
  }
  
  #hy_header .hy_header_nav_wrap.open {
    transition: transform 0.3s;
    transform: translateX(0);
  }
  #hy_header.is_fixed .hy_header_nav_wrap.close {
    transition: transform 0.3s;
  }
  #header_over_bg.active,
  #header_over_bg.active_hSearch {
    opacity: 1;
    visibility: visible;
  }
  /* is_fixed */
  #hy_header_hamburger {
    top: 25px;
    right: 35px;
    width: 60px;
    height: 60px;
    border-radius: 10000px;
    background-color: #0c40a0;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16) inset;
    display: none;
  }
  #hy_header_hamburger.is_fixed {
    display: block;
  }
  #hy_header_hamburger .hy_header_hamburger_box span {
    background-color: #fff;
  }
  #hy_header_hamburger a {
    width: 60px;
    height: 60px;
    padding: 22px 9px 15px;
  }
  /* active */
  #hy_header_hamburger.is_fixed.active {
    top: 25px;
    right: 35px;
    background-color: transparent;
    box-shadow: none;
  }
  #hy_header_hamburger.is_fixed.active a {
    padding: 16px 9px 15px;
  }
  #hy_header_hamburger.is_fixed.active .hy_header_hamburger_box span {
    background-color: #222222;
  }
  #hy_header_hamburger.is_fixed.active .hy_header_hamburger01 {
    transform: translateY(6px) rotate(-45deg);
  }
  #hy_header_hamburger.is_fixed.active .hy_header_hamburger02 {
    opacity: 0;
  }
  #hy_header_hamburger.is_fixed.active .hy_header_hamburger03 {
    transform: translateY(-4px) rotate(45deg);
  }
  #hy_header_hamburger.is_fixed.active .hy_header_hamburger01 {
    transform: translateY(14px) rotate(-45deg);
  }
  #hy_header_hamburger.is_fixed.active .hy_header_hamburger02 {
    opacity: 0;
  }
  #hy_header_hamburger.is_fixed.active .hy_header_hamburger03 {
    transform: translateY(0px) rotate(45deg);
  }
}

@media print, screen and (max-width: 1550px) and (min-width: 768px) {
  #hy_header .hy_header_pc_br {
    display: block;
  }
  #hy_header.is_fixed .hy_header_pc_br {
    display: none;
  }
  #hy_header .hy_header_logo_wrap .hy_header_logo_txt {
    font-size: 16px;
    padding: 2px 4px 4px 2px;
  }
  /* #hy_header .hy_header_nav_list .hy_header_nav_txt a {
    font-size: 14px;
  } */
  #hy_header .hy_header_nav_wrap {
    width: 60%;
  }
}
@media print, screen and (max-width: 1300px) and (min-width: 768px) {
  #hy_header .hy_header_nav_wrap {
    width: 85%;
  }
  #hy_header .hy_header_logo_wrap {
    width: 90px;
    flex-direction: column;
  }
  #hy_header .hy_header_logo_wrap .hy_header_logo {
    width: 90px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #hy_header .hy_header_logo_wrap .hy_header_logo_txt {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 1250px) and (min-width: 768px) {
  #hy_header .hy_header_logo_wrap {
    padding: 23px 0;
    width: 90px;
    flex-direction: column;
  }
  #hy_header .hy_header_logo_wrap .hy_header_logo {
    width: 90px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #hy_header .hy_header_logo_wrap .hy_header_logo_txt {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 1000px) and (min-width: 768px) {
  #hy_header.is_fixed .hy_header_nav_list .hy_header_nav_txt a {
    font-size: 10px;
  }
  #hy_header.is_fixed .hy_header_nav_wrap {
    width: 84%;
  }
  #hy_header.is_fixed .hy_header_nav_list .hy_inquiry_btn {
    min-width: 95px;
  }
  #hy_header.is_fixed .hy_header_nav_list .hy_inquiry_btn a {
    padding: 10px 0px 11px;
  }
}

@media screen and (max-width: 767px) {
  #hy_header_hamburger {
    position: fixed;
    top: 6px;
    right: 10px;
    z-index: 9999;
  }
  #hy_header_hamburger a {
    display: block;
    width: 60px;
    padding: 16px 9px 15px;
    text-decoration: none;
    box-sizing: border-box;
    transition: none;
  }
  #hy_header_hamburger .hy_header_hamburger_box span {
    display: block;
    height: 2px;
    width: 24px;
    margin: 0 auto 5px;
    border-radius: 1000px;
    background-color: #fff;
    border-radius: 1000px;
    transition: all 0.2s;
  }
  #hy_header_hamburger .hy_header_hamburger03 {
    margin-bottom: 5px;
  }
  #hy_header_hamburger a .hy_header_hamburger_ttl {
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
  }
  body.sp_nav_open #hy_header_hamburger {
    mix-blend-mode: normal;
    top: 0;
    left: 0;
  }
  body.sp_nav_open #hy_header_hamburger a {
    background-color: #c4c9cd;
    padding: 23px 19px;
    width: 65px;
  }
  #hy_header {
    position: fixed;
    right: 0;
    padding: 20px 30px 20px 20px;
    box-sizing: border-box;
    z-index: 999;
  }
  #hy_header .head_hy_inquiry_btn {
    display: none;
  }
  #hy_header .hy_header_nav_wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0 0 90px;
    background-color: #215bba;
    z-index: 10;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: all 0.3s;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
  }
  #hy_header .hy_header_nav_wrap .hy_header_logo_wrap {
    width: 100%;
    background: #fff;
    padding: 23px 0 16px 20px;
  }
  .hy_header_nav_box:nth-child(1) {
    border-top: 1px solid #fff;
  }
  .hy_header_nav_list {
    padding: 0;
  }
  .hy_header_nav_txt a {
    display: block;
    padding: 10px 0;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .hy_header_nav_box_inquiry {
    margin-top: 30px;
  }
  #hy_header .hy_header_nav_list .hy_inquiry_btn a {
    width: 210px;
    margin: auto;
    background-color: #fff;
  }
  #hy_header .hy_header_logo_wrap {
    height: 27px;
    display: flex;
    align-items: end;
    text-decoration: none;
  }
  #hy_header .hy_header_logo_wrap .hy_header_logo {
    width: 107px;
    margin-right: 24px;
    line-height: 0;
  }
  #hy_header .hy_header_logo_wrap .hy_header_logo_txt {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(to right, #0a96dd, #004199);
    padding: 1px 2px 2px;
    line-height: 1;
  }
  #hy_header .hy_header_nav_wrap.open {
    transform: translateX(0);
  }
  #header_over_bg.active,
  #header_over_bg.active_hSearch {
    opacity: 1;
    visibility: visible;
  }
  /* is_fixed */
  #hy_header_hamburger.is_fixed {
    top: 6px;
    right: 10px;
    width: 60px;
    height: 61px;
    border-radius: 10000px;
    background-color: #0c40a0;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16) inset;
  }
  #hy_header_hamburger.is_fixed .hy_header_hamburger_box span {
    background-color: #fff;
  }
  #hy_header_hamburger.active.is_fixed {
    background-color: #215bba;
    border-radius: 0;
  }
  #hy_header_hamburger.is_fixed a {
    width: 60px;
    height: 60px;
  }
  /* active */
  #hy_header_hamburger.active {
    top: 0;
    right: 0;
    background-color: #215bba;
    box-shadow: none;
  }
  #hy_header_hamburger.active a {
    padding: 22px 9px 18px;
  }
  #hy_header_hamburger.is_fixed a {
    padding: 22px 9px 19px;
  }
  #hy_header_hamburger.active .hy_header_hamburger_box span {
    background-color: #fff;
  }
  #hy_header_hamburger.active .hy_header_hamburger01 {
    transform: translateY(6px) rotate(-45deg);
  }
  #hy_header_hamburger.active .hy_header_hamburger02 {
    opacity: 0;
  }
  #hy_header_hamburger.active .hy_header_hamburger03 {
    transform: translateY(-4px) rotate(45deg);
  }
  #hy_header_hamburger.active .hy_header_hamburger01 {
    transform: translateY(6px) rotate(-45deg);
  }
  #hy_header_hamburger.active .hy_header_hamburger02 {
    opacity: 0;
  }
  #hy_header_hamburger.active .hy_header_hamburger03 {
    transform: translateY(-8px) rotate(45deg);
  }
}

/**************************************************************/
/*                            hy_footer                          */
/**************************************************************/
#hy_footer .hy_footer_wrap {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
#hy_footer .hy_footer_nav_txt a {
  font-size: 16px;
  color: #fff;
}
#hy_footer .hy_footer_link_list li {
  display: inline-block;
}
#hy_footer .hy_footer_link_list a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}
#hy_footer .hy_footer_link_list li:not(:last-child) a::after {
  content: "｜";
  padding: 0 17px;
}
#hy_footer .hy_footer_logo_wrap {
  width: 244px;
}
#hy_footer .hy_footer_sns_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 285px;
  height: 44px;
  margin: 30px 0 0;
}
#hy_footer .hy_footer_sns_box {
  width: 44px;
}
#hy_footer .hy_footer_sns_box._facebook {
  width: 44px;
}
#hy_footer .hy_footer_sns_btn {
  width: 94px;
  overflow: hidden;
}
#hy_footer .hy_footer_sns_btn a {
  display: block;
  padding: 5px 0;
  border: 1px solid #c0bfc7;
  border-radius: 10000px;
  text-align: center;
  color: #fff;
}
/* #hy_footer .hy_footer_inquiry:nth-child(1) {
  margin-right: 17px;
} */
/* #hy_footer .hy_footer_inquiry:nth-child(1) a {
  background-image: linear-gradient(to right, #0c93db, #205ebc);
} */
#hy_footer .hy_footer_inquiry:nth-child(1) a {
  background-image: linear-gradient(to right, #c7c7c7, #9b9b9b);
}
#hy_footer .hy_footer_inquiry a {
  position: relative;
  display: block;
  width: 220px;
  padding: 33px 0;
  border-radius: 22px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
#hy_footer .hy_footer_inquiry a:hover {
  transform: translateY(3px);
}
#hy_footer .hy_footer_menu_wrap .hy_footer_menu_block {
  display: flex;
  justify-content: flex-end;
  margin-right: 5%;
}
#hy_footer .hy_footer_menu_wrap .hy_footer_menu_block:last-of-type {
  margin: 30px 0 0;
}
@media print, screen and (min-width: 768px) {
  #hy_footer {
    position: relative;
    background: #333;
  }
  #hy_footer .hy_footer_wrap {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #hy_footer .hy_footer_inner {
    max-width: 1620px;
    padding: 0 25px 0 15px;
    margin: 0 auto;
  }
  #hy_footer .hy_footer_flex {
    display: flex;
    justify-content: space-between;
  }
  #hy_footer .hy_footer_logo_wrap a:hover,
  #hy_footer .hy_footer_link_list a:hover {
    opacity: 0.6;
  }
  #hy_footer .hy_footer_nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #hy_footer .hy_footer_nav_list li:not(:last-child) {
    margin-right: 50px;
  }
  #hy_footer .hy_footer_menu_block .hy_footer_menu_box {
    margin-bottom: 30px;
  }
  #hy_footer .hy_footer_menu_block .hy_footer_menu_box:last-of-type {
    margin-bottom: 0;
  }
  #hy_footer .hy_footer_menu_ttl {
    margin-bottom: 10px;
  }
  #hy_footer .hy_footer_menu_ttl a {
    color: #fff;
    text-decoration: none;
  }
  #hy_footer .hy_footer_menu_ttl a:hover {
    opacity: 0.6;
  }
  #hy_footer .hy_footer_menu_link {
    margin-bottom: 10px;
  }
  #hy_footer .hy_footer_menu_link a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
  #hy_footer .hy_footer_menu_link a:hover {
    opacity: 0.6;
  }
  #hy_footer .hy_footer_menu_link a:after {
    position: absolute;
    top: 0.75em;
    left: 0;
    margin: auto 0;
    content: "";
    width: 8px;
    height: 1px;
    background-color: #fff;
  }
  #footer_copyright {
    position: relative;
    padding: 0;
    max-width: 1300px;
    margin: -40px auto 0;
    padding: 0 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  #hy_footer .hy_footer_main_wrap {
    width: 30%;
    margin-bottom: 45px;
    padding: 0 25px 0 10px;
    box-sizing: border-box;
  }
  #hy_footer .hy_footer_sns_btn a {
    position: relative;
    z-index: 0;
    transition: all 0.2s;
    overflow: hidden;
  }
  #hy_footer .hy_footer_sns_btn a:hover {
    text-decoration: none;
    color: #fff;
  }
  #hy_footer .hy_footer_sns_btn a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #205ebc;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    z-index: -2;
  }
  #hy_footer .hy_footer_sns_btn a:hover:after {
    transform: scale(1, 1);
    transform-origin: left top;
    visibility: visible;
  }
  #hy_footer .hy_mf_finder_searchBox_items {
    padding: 0;
  }
  #hy_footer .hy_footer_link_list_wrap {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 60px auto 10px;
  }
}
@media print, screen and (max-width: 1550px) and (min-width: 768px) {
  #hy_footer .hy_footer_inquiry a {
    font-size: 14px;
    width: 150px;
    padding: 23px 0;
  }
  #hy_footer .hy_footer_main_wrap {
    margin-bottom: 25px;
  }
  #hy_footer .hy_footer_link_list a {
    font-size: 13px;
  }
  #hy_footer .hy_footer_menu_wrap .hy_footer_menu_block:last-of-type {
    margin: 15px 0 0;
  }
  #footer_copyright {
    font-size: 12px;
  }
  #hy_footer .hy_footer_link_list_wrap {
    margin: 0 auto 10px;
  }
}
@media print, screen and (max-width: 1350px) and (min-width: 768px) {
  #hy_footer .hy_footer_menu_wrap .hy_footer_menu_block {
    margin-right: 2.8%;
  }
}
@media print, screen and (max-width: 1200px) and (min-width: 768px) {
  #hy_footer .hy_footer_menu_wrap .hy_footer_menu_block {
    margin-right: 3%;
  }
  #hy_footer .hy_footer_menu_ttl a {
    font-size: 14px;
  }
  #hy_footer .hy_footer_nav_list li:not(:last-child) {
    margin-left: 20px;
    margin-right: 0;
  }
  #hy_footer .hy_footer_menu_link a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #hy_footer {
    position: relative;
    background: #333;
  }
  #hy_footer .hy_footer_wrap {
    padding: 6.667vw 5.333vw 7.667vw;
  }
  #hy_footer .hy_footer_main_wrap {
    margin-bottom: 20px;
  }
  #hy_footer .hy_footer_search_cnt {
    margin-bottom: 20px;
  }
  #hy_footer .hy_footer_logo_wrap img {
    width: 123px;
  }
  #hy_footer .hy_footer_sns_wrap {
    width: 194px;
    margin: 8px 0 0;
  }
  #hy_footer .hy_footer_sns_btn {
    width: 75px;
  }
  #hy_footer .hy_footer_sns_btn a {
    font-size: 13px;
  }
  #hy_footer .hy_footer_sns_box._facebook,
  #hy_footer .hy_footer_sns_box._instagram {
    width: 25px;
  }
  #hy_footer .hy_footer_sns_box._youtube {
    width: 35px;
  }
  #hy_footer .hy_footer_menu_wrap .hy_footer_menu_block {
    justify-content: center;
  }
  #hy_footer .hy_footer_menu_wrap .hy_footer_menu_block:last-of-type {
    margin: 18px 0;
  }
  #hy_footer .hy_footer_block .hy_footer_nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 285px;
  }
  #hy_footer .hy_footer_block .hy_footer_nav_list .hy_footer_nav_box {
    width: calc(100% / 3);
  }
  #hy_footer
    .hy_footer_block
    .hy_footer_nav_list
    .hy_footer_nav_box:nth-child(2) {
    text-align: center;
  }
  #hy_footer .hy_footer_nav_txt a {
    font-size: 13px;
    text-decoration: underline;
  }
  #hy_footer .hy_footer_inquiry a {
    width: 43.2vw;
    font-size: 13px;
    padding: 19px 0;
    border-radius: 2.933vw;
  }
  #hy_footer .hy_footer_inquiry:nth-child(1) {
    margin-right: 0;
  }
  #hy_footer .hy_footer_link_list li {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
  #hy_footer .hy_footer_link_list a {
    font-size: 11px;
    text-decoration: underline;
  }
  #hy_footer .hy_footer_link_list li:not(:last-child) a::after {
    display: none;
  }
  #footer_copyright {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    color: #fff;
    padding: 0 30px;
  }
  #footer_copyright {
    font-size: 9px;
  }
}

/**************************************************************/
/*                            page_top                          */
/**************************************************************/
#page_top {
  opacity: 1;
  background: url(/jpn/consumer/hydrogen/common/images/icon_page_top.svg)
    no-repeat;
  background-size: 100%;
  width: 125px;
  height: 125px;
}
#page_top a:before {
  display: none;
}
@media screen and (max-width: 767px) {
  #page_top {
    width: 75px;
    height: 75px;
    right: 0;
  }
}

/*  COMMON_LINK_AREA
**************************************************************/
.link_area {
  position: relative;
  background-color: #ebebeb;
}
.link_area .sec_inner {
  position: relative;
}
.link_area .sec_inner:before {
  position: absolute;
  background-image: url("/jpn/hydrogenfuelcellship/images/btn_link.png");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.link_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.link_col li {
  max-width: 450px;
}
.link_col a {
  display: block;
  text-decoration: none;
}
.link_col a img {
  width: 100%;
}
.link_col a .txt_box {
  background: #fff;
  text-align: center;
}
.link_col a .txt_box .link_txt span {
  display: inline;
  position: relative;
  margin-right: 25px;
  color: #215bba;
  font-weight: 600;
  line-height: 1;
}
.link_col a .txt_box .link_txt span:after {
  position: absolute;
  top: 50%;
  background-image: url("/jpn/hydrogenfuelcellship/images/icon_arrow_box.png");
  content: "";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media print, screen and (min-width: 768px) {
  .link_area {
    padding: 112px 0;
  }
  .link_area .sec_inner:before {
    top: -140px;
    left: 0;
    width: 120px;
    height: 120px;
  }
  .link_col a .txt_box .link_txt span {
    margin-right: 25px;
    font-size: 28px;
  }
  .link_col a .txt_box {
    padding: 26px;
  }
  .link_col a .txt_box .link_txt span:after {
    right: -50px;
    width: 31px;
    height: 30px;
    background-image: url("/jpn/hydrogenfuelcellship/images/icon_arrow_box.png");
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1620px) {
  .link_area .sec_inner:before {
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .link_area {
    padding: 16.667vw 0 10.667vw;
  }
  .link_area .sec_inner {
    padding: 0 10.27vw
  }
  .link_area .sec_inner:before {
    top: -27.533vw;
    left: 50%;
    width: 24vw;
    height: 24vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .link_col a .txt_box .link_txt span {
    margin-right: 7.333vw;
    font-size: 3.733vw;
  }
  .link_col a .txt_box {
    padding: 3.467vw;
  }
  .link_col a .txt_box .link_txt span:after {
    right: -8.333vw;
    width: 6.4vw;
    height: 5.867vw;
    background-image: url("/jpn/hydrogenfuelcellship/images/icon_arrow_box.png");
    background-size: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1620px) {
  .link_area .sec_inner:before {
    left: 4%;
  }
}

/* 230704 edit */
@media screen and (min-width: 768px) and (max-width: 980px) {
  #hy_footer .hy_footer_logo_wrap {
    width: auto;
  }
  #hy_footer .hy_footer_nav_txt a {
    font-size: 12px;
  }
  #hy_footer .hy_footer_nav_list li:not(:first-child) {
    margin-left: 20px !important;
  }

  #hy_header .hy_header_nav_list .hy_header_nav_txt a {
    font-size: 12px;
  }
  #hy_header .hy_header_nav_list .hy_inquiry_btn a {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  #hy_header .hy_header_wrap {
    max-width: 1300px;
  }
  #hy_footer .hy_footer_inner {
    max-width: 1308px;
    padding: 0 50px 0 42px;
  }
  #hy_header .hy_header_nav_list {
    padding-left: 20px;
    margin-top: 29px;
  }
}
@media print, screen and (max-width: 1024px) and (min-width: 768px) {
  #hy_header .hy_header_logo_wrap {
    align-items: center;
  }
  #hy_header .hy_header_nav_wrap {
    width: 84%;
  }
  #hy_footer .hy_footer_main_wrap {
    width: 28%;
  }
  #hy_footer .hy_footer_nav_list li:first-child {
    margin-left: 0 !important;
  }
}

/* 230705 edit */
@media print, screen and (max-width: 1250px) and (min-width: 768px) {
  #hy_header .hy_header_logo_wrap {
    width: 95px;
  }
}

@media print, screen and (max-width: 1250px) and (min-width: 768px) {
  .tab_only {display: block;}
}
@media print, screen and (min-width: 1250px) {
  .tab_only {display: none;}
}
@media print, screen and (max-width: 767px) {
  .tab_only {display: none;}
}

/* 230706 edit */

/* common header */
@media screen and (max-width: 374px) {
  #hy_header {
    padding: 19px 15px 20px 15px;
  }
  #hy_header .hy_header_logo_wrap .hy_header_logo {
    width: 37%;
  }
  #hy_header .hy_header_logo_wrap .hy_header_logo_txt {
    font-size: 10px;
  }
  #hy_header .hy_header_logo_wrap .hy_header_logo_txt .tab_only {
    display: block;
  }
  
  #hy_header .hy_header_nav_wrap.open .hy_header_logo_wrap {
    padding: 19px 15px 19px 15px;
  }
  #hy_header .hy_header_nav_wrap.open .hy_header_logo_wrap .hy_header_logo {
    width: 33%;
  }
  .hy_header_nav_txt a {
    padding: 8px 0;
    font-size: 18px;
  }
}

/* common footer */
@media screen and (max-width: 374px) {
  #hy_footer  {
    padding-bottom: 10vw;
  }
  #hy_footer #hy_footer_inner  {
    margin-bottom: 10vw;
  }
  #hy_footer .hy_footer_block .hy_footer_nav_list {
    width: 250px;
  }
  #hy_footer .hy_footer_nav_txt a {
    font-size: 10px;
  }
}

@media screen and (max-width:767px) {
  #hy_footer .hy_footer_menu_wrap .hy_footer_menu_block p {
    width: calc(50% - 5px);
  }
  #hy_footer .hy_footer_inquiry a {
    width: 100%;
  }
}
@media screen and (max-width:280px) {
  #hy_header .hy_header_logo_wrap .hy_header_logo {
    margin-right: 8px;
  }
  #hy_header .hy_header_logo_wrap .hy_header_logo_txt {
    font-size: 9px;
  }
}