@charset "UTF-8";

/* ---------------------------------------------------------
共通パーツ
----------------------------------------------------------*/

/* foot */
.footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px;
  padding-right: 2.5vw;
  padding-bottom: 25px;
  padding-left: 2.5vw;
  background-color: #000;
}
.footer-inner {
  width: 100%;
  margin: auto;
}
.footer-main {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.footer-main a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer-img .footer-logo {
  max-width: 104px;
  width: 18.35%;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
span.footer-txt {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-size: 3.129074316vw;
  text-align: center;
  vertical-align: middle;
}
.footer-btn {
  width: 30px;
  height: 30px;
  margin-left: auto;
  border-radius: 9999px;
  background-color: #fff;
}
.footer-btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.footer-btn a::after {
  -webkit-transform: rotate(225deg);
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  transform: rotate(225deg);
  border-right: solid 2px #297fb8;
  border-bottom: solid 2px #297fb8;
  content: '';
}
.footer-copy {
  color: #fff;
  font-size: 18px;
  font-size: 2.346805737vw;
  text-align: center;
}

/* head */
.head {
  z-index: 1000;
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #FFFFFF;
}
.head-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.head-main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: auto;
  height: 46px;
}
.head-main a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.7s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #002d71;
  transition: 0.7s;
}
.head-main__txt {
  width: 100%;
  font-size: 22px;
  font-size: 2.868318123vw;
}
.head-main__logo {
  width: 60px;
  min-width: 60px;
  margin-right: 10px;
}
.head-main__logo-link {
  display: block;
  width: 45px;
  font-size: 0;
}
.nav {
  display: none;
}
.nav-list__lang-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-list__item {
  cursor: pointer;
}
.nav-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.nav-list__link a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.nav-tel {
  width: 25px;
  margin-right: 20px;
}
.nav-tel-item a {
  display: block;
  height: 100%;
}
.nav-tel-item a img {
  vertical-align: bottom;
}
.header-wrap-tel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.nav-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-wrap-tel-item {
  display: none;
}
.header-nav-btn {
  display: none;
}
.header-nav-btn-item a::after {
  display: none;
}
.head-sub-hamburger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-sub-hamburger.is-open .-top {
  -webkit-transform: rotate(-45deg);
  top: 11px;
  transform: rotate(-45deg);
}
.head-sub-hamburger.is-open .-middle {
  -webkit-transform: rotate(-45deg);
  top: 11px;
  transform: rotate(-45deg);
}
.head-sub-hamburger.is-open .-bottom {
  -webkit-transform: rotate(45deg);
  top: 11px;
  transform: rotate(45deg);
}
.head-sub-hamburger-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.head-sub-hamburger-list {
  position: relative;
  width: 30px;
  height: 22px;
}
.head-btn__line {
  -webkit-transition: 0.3s ease-in-out;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #002d71;
  transition: 0.3s ease-in-out;
}
.-top {
  top: 0;
}
.-middle {
  top: 8px;
}
.-bottom {
  top: 17px;
}
.head-sub-hamburger-txt {
  color: #000000;
  line-height: 1;
  text-align: center;
}

.draw-box {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100vh - 50px);
  overflow: auto;
}
.draw-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
  height: calc(100vh + 100px);
  background-color: #f5f5f5;
}
.draw-wrap.thin {
  top: 60px;
}
.draw-nav-list__item {
  position: relative;
  border-bottom: 1px solid #cccccc;
  color: #FFFFFF;
  font-size: 20px;
}
.draw-nav-list__item:last-child::after {
  display: none;
}
.draw-nav-list__link {
  color: #FFFFFF;
}
.draw-nav-list__link a {
  display: block;
  position: relative;
  padding: 20px 50px 10px;
}
.draw-nav-list__link a::after {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  bottom: 22px;
  left: 20px;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  transform: rotate(-45deg);
  border-right: solid 2px #002d71;
  border-bottom: solid 2px #002d71;
  content: '';
}
.draw-nav-list__link.draw-nav-link {
  padding: 20px 10px 10px;
}
.draw-nav-list.active .nav-list__link a {
  color: #FFF;
}
.draw-nav-link {
  color: #ffffff;
}
.draw-sub-nav-data__head {
  padding: 15px 0;
}
.draw-nav-list__item-sub {
  padding: 15px 0;
}
.draw-nav-link::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 34px;
  right: 2px;
  width: 20px;
  height: 20px;
  transform: translateX(-50%);
  border-top: 2px solid #ffffff;
  content: "";
}
.draw-nav-link::after {
  -webkit-transform: rotate(90deg);
  position: absolute;
  top: 25px;
  right: 22px;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  border-top: 2px solid #ffffff;
  content: "";
}
.draw-nav-link-sub {
  display: block;
  color: #ffffff;
}
@font-face {
  src: local("Yu Gothic Medium");
  font-family: "YuGothic M";
}
html {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  color: #222222;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "YuGothic M", "メイリオ",Meiryo,Arial,sans-serif;
  font-size: 62.5%;
  font-weight: 400;
}
body {
  line-height: 1.8;
}
img {
  font-size: 0;
}
::-moz-selection {
  background: #cee6f4;
  color: #fff;
}
::selection {
  background: #cee6f4;
  color: #fff;
}
a {
  outline: none;
  color: #333;
  text-decoration: none;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:hover {
  outline: none;
  text-decoration: none;
}
.is---sp {
  display: block !important;
}
.is---pc {
  display: none !important;
}
.is--sp {
  display: block !important;
}
.is--pc {
  display: none !important;
}
.is-sp {
  display: block !important;
}
.is-pc {
  display: none !important;
}
[v-cloak] {
  display: none;
}
article {
  position: relative;
}
.html.active {
  overflow: hidden;
}
.cmn-scroll {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  bottom: -85px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #cccccc;
}
.cmn-scroll a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cmn-scroll a:hover {
  -webkit-transition: 0.7s;
  opacity: .6;
  transition: 0.7s;
}
.cmn-pulldown {
  position: relative;
  background-color: #F5F5F5;
  font-size: 16px;
}
.cmn-pulldown-title {
  padding: 15px 20px;
}
.cmn-pulldown-title::after {
  -webkit-transform: translateX(-50%) rotate(135deg);
  display: block;
  position: absolute;
  top: 22px;
  left: 95px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
}
.cmn-pulldown-title.is-open:after {
  -webkit-transform: translateX(-50%) rotate(315deg);
  transform: translateX(-50%) rotate(315deg);
}
.pulldown-nav-list__item {
  padding: 15px 20px;
}
.pulldown-sub-nav {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #F5F5F5;
}
.pulldown-draw-sub-nav {
  display: none;
}
.pulldown-draw-nav-list__item {
  padding: 15px 0;
  border-top: 1px solid #EEEEEE;
}
.pulldown-draw-nav-list__item a {
  padding: 0 20px;
}
.pulldown-nav-list__link {
  padding-bottom: 15px;
}
.pulldown-nav-list__link.m--function-pulldown {
  position: relative;
}
.pulldown-nav-list__link.m--function-pulldown::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 14px;
  right: -7px;
  width: 20px;
  height: 20px;
  transform: translateX(-50%);
  border-top: 2px solid #222222;
  content: "";
}
.pulldown-nav-list__link.m--function-pulldown::after {
  -webkit-transform: rotate(90deg);
  position: absolute;
  top: 5px;
  right: 13px;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  border-top: 2px solid #222222;
  content: "";
}
.pulldown-nav-list__link.is-open::after {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .footer-inner {
    max-width: 1200px;
  }
  .footer-main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 50px;
  }
  .footer-main a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .footer-main a:hover {
    -webkit-transition: 0.7s;
    opacity: .7;
    transition: 0.7s;
  }
  .footer-img .footer-logo {
    width: 70px;
    margin-right: 10px;
  }
  span.footer-txt {
    font-size: 18px;
  }
  .footer-btn {
    margin-left: auto;
  }
  .footer-copy {
    font-size: 12px;
    text-align: right;
  }
  
/* head */
  .head {
    height: 80px;
  }
  .head-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 0 0 2%;
  }
  .head-main {
    max-width:  500px;
    width: 40%;
  }
  .head-main a:hover {
    -webkit-transition: 0.7s;
    color: rgba(0, 45, 113, 0.7);
    opacity: 0.7;
    transition: 0.7s;
  }
  .head-main__txt {
    font-size: 22px;
    font-size: 1.571428571vw;
  }
  .head-main__logo {
    -webkit-transition: 0.7s;
    width: 17%;
    max-width: 70px;
    min-width: 25px;
    margin-right: 5px;
    transition: 0.7s;
  }
  .head-main__logo-link {
    -webkit-transition: 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .head-sub {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    max-width: 1000px;
    width: 60%;
  }
  .nav {
    display: block;
    min-width: 380px;
    height: 100%;
    margin: 0;
  }
  .nav-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: 3%;
  }
  .nav-list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
  }
  .nav-list__item.active {
    z-index: 100;
  }
  .nav-list__item a {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .nav-list__item a:hover {
    -webkit-transition: 0.7s;
    opacity: 0.7;
    transition: 0.7s;
  }
  .nav-list__last-item {
    width: 100%;
    max-width: 70px;
    margin-right: 10px;
    font-size: 16px;
  }
  .nav-list__item:last-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 0;
  }
  .nav-list__link a {
    -webkit-transition: 600ms cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 13px;
    transition: 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav-tel {
    display: none;
  }
  .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-item-wrap {
    display: none;
  }
  .header-wrap-tel-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .header-wrap-tel-item {
    min-width: 180px;
  }
  .header-tel-data {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: 0.7s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    transition: 0.7s;
  }
  .header-tel-data:hover {
    -webkit-transition: 0.7s;
    color: rgba(0, 45, 113, 0.7);
    opacity: 0.7;
    transition: 0.7s;
  }
  .header-tel-data__head {
    width: 25px;
    margin-right: 5px;
  }
  .header-tel-data__head img {
    vertical-align: bottom;
  }
  .header-tel-data__body {
    font-size: 20px;
  }
  .header-nav-btn {
    -webkit-box-shadow: 0 0 8px #d7dee3;
    display: block;
    max-width:  270px;
    min-width:  180px;
    width: 100%;
    margin: 0 10px 0 auto;
    border: 1px solid #fff;
    border-radius: 8px;
    background: #ff6000;
    box-shadow: 0 0 8px #d7dee3;
    font-size: 13px;
  }
.header-nav-btn-item a {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
   transition: 0.7s;
  -webkit-transition: 0.7s;
}
 .header-nav-btn-item a:hover { 
    opacity: 0.7;
  }
.header-nav-btn-item a::after {
    position: relative;
    display: inline-block;
    top: 0;
    right: -3px;
    bottom: 0;
    vertical-align: middle;
    max-width: 16px;
    width: 16px;
    max-height: 16px;
    height: 16px;
    margin: 0 0 0 5px;
    background: url(../img/top/icn-btn-arrrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: '';
  }
  .nav-link {
    color: #555555 !important;
    font-weight: 600;
  }
  .head-sub-hamburger {
    display: none;
  }
  .draw-wrap {
    display: none !important;
  }
  .draw-nav-list.active {
    z-index: 100;
  }
  .is--sp {
    display: none !important;
  }
  .is--pc {
    display: block !important;
  }
  .cmn-scroll {
    right: 10%;
  }
}
@media print, screen and (min-width: 900px) {
  .is-sp {
    display: none !important;
  }

  .is-pc {
    display: block !important;
  }
}
@media print, screen and (min-width: 1000px) {
  .nav-list__item {
    margin-right: 5%;
  }
}
@media print, screen and (min-width: 1080px) {
  .nav-list__link a {
    -webkit-transition: 600ms cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 16px;
    transition: 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header-nav-btn {
    display: block;
    width: 220px;
    font-size: 14px;
  }
  .header-nav-btn-item a {
    padding: 15px 0;
}
  .header-nav-btn-item a::after {
    right: -10px;
    max-width: 20px;
    width: 20px;
    max-height: 20px;
    height: 20px;
  }
  .header-nav-btn-item {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-nav-btn-item a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .head-sub {
    width: auto;
  }
  .header-wrap-tel-item {
    min-width: 250px;
  }
  .header-tel-data__body {
    display: block;
    font-size: 26px;
  }
  .header-nav-btn {
    -webkit-transition: 0.7s;
    width: 260px;
    transition: 0.7s;
  }
  .header-nav-btn:hover {
    -webkit-transition: 0.7s;
    opacity: .7;
    transition: 0.7s;
  }
  .header-nav-btn-item a {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1400px) {
  .head-main__txt {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 1600px) {
  .is---sp {
    display: none !important;
  }
  .is---pc {
    display: block !important;
  }
}