@charset "UTF-8";

header .header_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
header .header_wrapper .header_wrap {
  width: 100%;
  position: relative;
}
header .header_wrapper .header_wrap .header_main_wrap {
  display: flex;
  align-items: center;
}
header .header_wrapper .logo_img {
  width: 20%;
  padding: 0 3%;
}
header .header_wrapper .header_topbottom {
  width: 80%;
}
header .header_wrapper .header_topbottom .header_top {
  min-height: 50px;
  padding-right: min(20%, 300px);
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, transparent, #dcf0fb 20%);
  position: relative;
}
header .header_wrapper .header_topbottom .header_top::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: calc((100vw - 1200px) / 2);
  background: #dcf0fb;
}
header .header_wrapper .header_topbottom .header_top ul {
  display: flex;
  width: 70%;
  overflow-x: auto;
}
header .header_wrapper .header_topbottom .header_top ul li {
  display: flex;
  align-items: center;
  margin-right: min(0.5%, 8px);
}
header .header_wrapper .header_topbottom .header_top ul li:last-child {
  margin-right: 0;
}
header .header_wrapper .header_topbottom .header_top .whatsapp_ico {
  width: 24%;
  max-width: 286px;
  margin-right: min(0.5%, 8px);
}
header .header_wrapper .header_topbottom .header_top ul li:first-child {
  width: 40%;
  /*max-width: 316px;*/
}
header .header_wrapper .header_topbottom .header_top .japanese_ico a, header .header_wrapper .header_topbottom .header_top .english_ico a {
  display: flex;
  align-items: center;
}
header .header_wrapper .header_topbottom .header_top .japanese_ico a .japanese_ico_txt {
  color: #fff;
  font-size: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
  transform: scale(0.7);
  font-weight: bold;
  background-color: #00497c;
  border-radius: 5px;
  padding: 1px 5px;
  margin-right: 2px;
  white-space: nowrap;
}
header .header_wrapper .header_topbottom .header_top .japanese_ico a .japanese_txt {
  color: #00497c;
  font-size: clamp(1rem, -0.111rem + 2.31vw, 1.625rem);
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}
header .header_wrapper .header_topbottom .header_top .english_ico a .english_ico_txt {
  color: #fff;
  font-size: clamp(0.625rem, 0.446rem + 0.89vw, 0.875rem);
  transform: scale(0.6);
  font-weight: bold;
  background-color: #00497c;
  border-radius: 5px;
  padding: 1px 5px;
  white-space: nowrap;
}
header .header_wrapper .header_topbottom .header_top .english_ico a .english_txt {
  color: #00497c;
  font-size: clamp(0.875rem, -0.014rem + 1.85vw, 1.375rem);
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}
header .header_wrapper .header_topbottom .header_top ul li:nth-child(2) {
  width: 34%;
  /*max-width: 218px;*/
}
header .header_wrapper .header_topbottom .header_top .english_ico a img {
  width: 100%;
}
header .header_wrapper .header_topbottom .header_top ul li:last-child {
  width: 24%;
  /*max-width: 210px;*/
}
header .header_wrapper .header_topbottom .header_top .tel_ico a img {
  width: 100%;
  min-width: 80px;
}
header .header_wrapper .header_topbottom .menu_wrap {
  height: 40px;
  padding-right: min(20%, 300px);
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_wrapper .header_topbottom .menu_wrap li {
  font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
  font-weight: bold;
  margin-right: min(4%, 46px);
}
header .header_wrapper .header_topbottom .menu_wrap li:last-child {
  margin-right: 0;
}
header .header_wrapper .header_topbottom .menu_wrap li .gtranslate_wrapper {
  display: flex;
  gap: 10px;
}
header .header_wrapper .header_topbottom .menu_wrap li .gtranslate_wrapper a + a {
  padding-left: 10px;
  position: relative;
}
header .header_wrapper .header_topbottom .menu_wrap li .gtranslate_wrapper a + a::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #ccc;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;
  cursor: default;
}
header .header_wrapper .header_topbottom .menu_wrap li .gtranslate_wrapper a + a::before:hover {
  opacity: 1;
}
header .header_wrapper .header_topbottom .menu_wrap li a {
  padding: 10px 0;
}
header .header_wrapper .header_sub_wrapper {
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 100%;
  left: 28%;
  z-index: 10;
  pointer-events: none;
}
header .header_wrapper .header_sub_wrapper.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .header_wrapper .header_sub_wrap {
  display: flex;
  width: clamp(31.25rem, 11.25rem + 41.67vw, 42.5rem);
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
header .header_wrapper .header_sub_wrap li {
  width: calc(100% / 3);
}
header .header_wrapper .header_sub_wrap li a {
  color: #fff;
  font-size: clamp(0.625rem, 0.181rem + 0.93vw, 0.875rem);
  font-weight: bold;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  display: inline-block;
}
header .header_wrapper .header_sub_wrap li:first-child a {
  background-color: #295aa9;
}
header .header_wrapper .header_sub_wrap li:nth-child(2) a {
  background-color: #5cc00e;
}
header .header_wrapper .header_sub_wrap li:last-child a {
  background-color: #f35f0c;
}
header .header_wrapper .header_inquiry {
  width: 15%;
  max-width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
header .header_wrapper .header_inquiry a {
  position: relative;
  display: inline-block;
}
header .header_wrapper .header_inquiry a .header_inquiry_txt {
  color: #fff;
  width: 60%;
  font-size: clamp(0.688rem, 0.132rem + 1.16vw, 1rem);
  font-weight: bold;
  line-height: 1.4;
  background-color: #1d2a60;
  text-align: center;
  position: absolute;
  top: min(14 / 768 * 100vw, 14px);
  right: 0;
  left: 0;
  margin: 0 auto;
}


/*追従ヘッダー*/
.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  animation: slideDown 0.3s ease-in-out;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
}
.header--sticky .header_wrapper .header_sub_wrap {
  display: none;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 100;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #00b8ee;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 90;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 28px;
  height: 4px;
  background-color: #00b8ee;
  border-radius: 100px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 0;
}
.toggle_btn span:nth-child(2) {
  top: 12px;
}
.toggle_btn span:nth-child(3) {
  bottom: 0;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  top: 4px;
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  bottom: 2px;
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 80;
  cursor: pointer;
}

/*============
英語版
=============*/
.translated-ltr header .header_wrapper .header_topbottom .header_top .japanese_ico a .japanese_txt {
  font-size: clamp(1rem, 0.111rem + 1.85vw, 1.5rem);
}
.translated-ltr header .header_wrapper .header_topbottom .header_top .english_ico a .english_txt {
  font-size: clamp(0.875rem, 0.208rem + 1.39vw, 1.25rem);
}
.translated-ltr header .header_wrapper .header_topbottom .menu_wrap li {
  margin-right: 2%;
}
.translated-ltr header .header_wrapper .header_topbottom .menu_wrap li a {
  font-size: 12px;
}
.translated-ltr header .header_wrapper .header_sub_wrap li a {
  font-size: 10px;
}


/*     SP
------------------------------*/
@media (max-width: 768px) {
  nav {
    left: -220px;
    width: 220px;
  }
  .main_wrapper .mv_wraper {
    position: relative;
  }
  .main_wrapper .mv_wraper .logo_img {
    width: 44%;
    position: absolute;
    top: min(60 / 1200 * 100vw, 60px);
    left: min(70 / 1200 * 100vw, 60px);
  }
  .gtranslate_wrapper {
    display: flex;
  }
  .gtranslate_wrapper a + a {
    padding-left: 10px;
    position: relative;
  }
  .gtranslate_wrapper a + a::before {
        content: "";
        width: 1px;
        height: 13px;
        background-color: #ccc;
        display: inline-block;
        position: absolute;
        top: 20px;
        left: 0;
        cursor: default;
  }

  header .pc_none {
    display: block;
  }
  header .sp_none {
    display: none;
  }

  /*============
    英語版
  =============*/

}

/*     PC
------------------------------*/
@media (min-width: 769px) {

}