@charset "UTF-8";

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400..600&family=Noto+Serif+SC:wght@400..600&display=swap);

/* ===================================================================
CSS information

 File Name  : common.css
 Style Info : 見出し、ボタン、表など繰り返し使うパーツのスタイルを定義
=================================================================== */

html {
  overflow-y: scroll;
  line-height: 1;
  font-size: 62.5%;
}
body {
  background: #ECECE8;
  color: #323232;
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.08em;
}
  @media screen and (max-width: 999px) {
    body {
      font-size: 3.46vw;
    }
  }

/*----------------------------------------------------
  link要素
--------------------------------------------------- */
a {
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none;
}
a:link {
  color: #004DA0;
}
a:visited {
  color: #004DA0;
}
a:hover {
  text-decoration: none;
  color: #004DA0;
  opacity: 0.7;
}
a:active {
  color: #004DA0;
}
:focus-ring {
  outline: dotted 1px #F6AB00;
}
:-moz-focusring {
  outline: dotted 1px #F6AB00;
}

/*----------------------------------------------------
  img要素
--------------------------------------------------- */
img {
  line-height: 1;
  /*font-size: 0;*/
  vertical-align: top;
  height: auto;
  max-width: 100%;
  transition: all 0.2s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*----------------------------------------------------
  見出し要素
--------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
  line-height: 1.5;
  font-weight: 500;
}

/*----------------------------------------------------
 フォントファミリー
--------------------------------------------------- */
.ff01 {
  font-family: Songti SC, "Noto Serif SC", "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
}
.ff02 {
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
  font-style: normal;
}

/*----------------------------------------------------
 フォントカラー
--------------------------------------------------- */
.fc01 {
  color: #fff;
}

/*----------------------------------------------------
  スクロールバー
--------------------------------------------------- */

/*スクロールバー全体*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
  @media screen and (max-width: 999px) {
    ::-webkit-scrollbar {
        width: 5px;
    }
    ::-webkit-scrollbar-track {
      border-radius: 10px;
      box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    }
    ::-webkit-scrollbar-thumb {
      background-color: rgba(0,0,0,0.5);
      border-radius: 10px;
      box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
    }
  }

/*----------------------------------------------------
 共通カラム
--------------------------------------------------- */
#page {
  overflow:hidden;
  margin: 0 auto;
}
#contents {
  line-height: 2;
}
#contents a:hover img{
  opacity: 0.70;
}
.wrapper {
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.inner {
  position: relative;
  width: 100%;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
  @media screen and (max-width: 999px) {
    html, body, #page {
      min-width:100%!important;
      max-width:100%!important;
      width:100%!important;
    }
    #contents {
      line-height: 1.8;
    }
    .wrapper, .inner {
      width: 100%;
      max-width: 100%;
      padding-left: 10vw;
      padding-right: 10vw;
    }
  }

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 0 50px;
  transition: all 0.2s ease-in-out 0s;
  background: rgba(0,77,160,0.5);
}
.hd_logo {
  transition: all 0.2s ease-in-out 0s;
}
  @media screen and (max-width: 1299px) {
    #header {
      padding: 0 2%;
    }
    .hd_logo {
      width: 280px;
    }
  }
.hd_wrap {
  position: relative;
  width: 100%;
  height: 85px;
  align-items: center;
}

  @media screen and (max-width: 999px) {
    #header {
      padding: 0 10vw;
    }
    .hd_logo img {
      width: 54vw;
      height: auto;
      display: block;
    }
    .hd_wrap {
      height: 16vw;
    }
    #header.open {
      position: fixed!important;
      z-index: 150;
      background: none!important;
    }
    #header.open .hd_wrap  {
      top: 0!important;
      transition: none!important;
    }
  }

.hd_language li {
  line-height: 1.6;
}
.hd_language li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.hd_language li a span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.hd_language li a span::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  background: url("../img/common/ico/arrow01a.svg") left center no-repeat;
  background-size: 12px auto;
  width: 12px;
  height: 9px;
  transition: all 0.2s ease-in-out 0s;
}
.hd_language li a:hover span::before {
  left: 4px;
}
  @media screen and (max-width: 999px) {
    .hd_language {
      display: none;
    }
  }

.hd_contact {
  position: absolute;
  right: 100px;
  top: calc(50% - 17px);
}
.hd_contact a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #004DA0;
  width: 140px;
  line-height: 34px;
  text-align: center;
}
.hd_contact a:hover {
  background: #fff;
  color: #004DA0;
}
  @media screen and (max-width: 1299px) {
    .hd_contact {
      right: 90px;
    }
    .hd_contact a {
      width: 130px;
    }
  }
  @media screen and (max-width: 1059px) {
    .hd_contact {
      right: 85px;
    }
    .hd_contact a {
      width: 120px;
    }
  }
  @media screen and (max-width: 999px) {
    .hd_contact {
      display: none;
    }
  }

.hd_menu {
  position: absolute;
  right: 200px;
  top: 0;
  height: 100%;
  align-items: center;
  padding: 10px 0;
  transition: all 0.2s ease-in-out 0s;
}
.hd_menu li {
  margin-left: 2.4vw;
}
.hd_menu li a {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 0 20px 4px 20px;
}
.hd_menu li a::before {
  position: absolute;
  left: -5px;
  bottom: -6px;
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.25s ease-in-out 0s;
}
.hd_menu li a:hover::before,
.hd_menu li.current a::before {
  width: calc(100% + 10px);
}
.hd_menu li span {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
  @media screen and (max-width: 1299px) {
    .hd_menu {
      right: 120px;
    }
    .hd_menu li {
      margin-left: 2vw;
    }
    .hd_menu li span {
      font-size: 1.8rem;
    }
  }
  @media screen and (max-width: 999px) {
    .hd_menu {
      display: none;
    }
  }

/*----------------------------------------------------
	パンくずリスト
----------------------------------------------------*/
#crumbs {
  text-align: right;
  color: #fff;
  line-height: 1.4;
}
#crumbs li {
  color: #8093A7;
  display: inline;
  letter-spacing: 0.09em;
}
#crumbs li:last-child {
  color: #fff;
}
#crumbs li br {
  display: none;
}
#crumbs li a {
  text-decoration: none;
  color: #8093A7;
}
#crumbs li a:hover {
  opacity: 0.7;
}
  @media screen and (max-width: 999px) {
    #crumbs li {
      font-size: 2.93vw;
      letter-spacing: 0.05em;
    }
  }

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
  position: relative;
  background: #002750;
  color: #B2BECA;
  padding: 60px 0 70px;
  line-height: 1.8;
}
.ft_wrap {
  position: relative;
}
.ft_info {
  width: 280px;
}
.ft_logo {
  margin-bottom: 60px;
}
.ft_logo a:hover {
  opacity: 1!important;
}
.ft_info h3 {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.ft_address {
  padding-bottom: 30px;
}
.ft_address dl {
  margin-bottom: 16px;
  font-size: 1.2rem;
}
  @media screen and (max-width: 999px) {
    #footer {
      padding: 10vw 0;
    }
    .ft_info {
      width: 100%;
      border-bottom: solid 1px #4C6884;
    }
    .ft_logo {
      margin-bottom: 8vw;
    }
    .ft_logo img {
      width: 64vw;
      height: auto;
    }
    .ft_info h3 {
      font-size: 3.73vw;
      margin-bottom: 6.66vw;
    }
    .ft_address {
      padding-bottom: 10vw;
    }
    .ft_address dl {
      margin-bottom: 4.4vw;
      font-size: 3.2vw;
    }
  }

.ft_menu {
  width: calc(100% - 310px);
  max-width: 815px;
}
.ft_menu > * {
  padding: 18px 0;
  max-width: 700px;
  border-bottom: solid 1px #4C6884;
}
.ft_menu a {
  text-decoration: none;
}
.ft_menu a:hover {
  opacity: 0.7;
}
  @media screen and (max-width: 999px) {
    .ft_menu {
      width: 100%;
      max-width: 100%;
    }
    .ft_menu > * {
      padding: 4.8vw 0;
      max-width: 100%;
    }
  }

.ft_menu02 li {
  margin: 0 30px 0 0;
}
.ft_menu02 li a {
  font-size: 1.6rem;
  color: #fff;
}
  @media screen and (max-width: 999px) {
    .ft_menu02 li {
      margin: 0 5.33vw 0 0;
    }
    .ft_menu02 li a {
      font-size: 3.73vw;
    }
  }

.copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
  @media screen and (max-width: 999px) {
    .copyright {
      position: static;
      display: block;
      margin-top: 9.33vw;
      font-size: 2.93vw;
      letter-spacing: 0.02em
    }
  }

/*----------------------------------------------------
  共通タイトル
--------------------------------------------------- */
#lowerVisual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 450px;
  padding: 85px 20px 0 20px;
  background-size: cover!important;
}
.lv_ttl {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  color: #fff;
}
.lv_ttl > span {
  display: block;
  font-size: 4.3rem;
  letter-spacing: 0.08em
}
  @media screen and (max-width: 999px) {
    #lowerVisual {
      height: 53.33vw;
      padding: 16vw 10vw 0 10vw;
    }
    .lv_ttl > span {
      font-weight: 500;
      font-size: 6.66vw;
      letter-spacing: 0.05em;
    }
  }

.main_english {
  background: url("../img/main/main_english.jpg") center center no-repeat;
}
  @media screen and (max-width: 999px) {
    .main_english {
      background: url("../img/main/main_english_sp.jpg") center center no-repeat;
    }
  }

.main_profile {
  background: url("../img/main/main_profile.jpg") center center no-repeat;
}
  @media screen and (max-width: 999px) {
    .main_profile {
      background: url("../img/main/main_profile_sp.jpg") center center no-repeat;
    }
  }

.main_business {
  background: url("../img/main/main_business.jpg") center center no-repeat;
}
  @media screen and (max-width: 999px) {
    .main_business {
      background: url("../img/main/main_business_sp.jpg") center center no-repeat;
    }
  }

.main_ttl {
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  color: #004DA0;
  padding: 18px 0 18px 35px;
  border-top: solid 1px #004DA0;
  border-bottom: solid 1px #004DA0;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}
.main_ttl::after {
  position: absolute;
  left: 0;
  top: 32px;
  content: "";
  width: 20px;
  height: 20px;
  background: #004DA0;
}
  @media screen and (max-width: 999px) {
    .main_ttl {
      font-size: 5.86vw;
      padding: 2.66vw 0 2.66vw 6.66vw;
      margin-bottom: 8vw;
      line-height: 1.2;
    }
    .main_ttl::after {
      top: 4.4vw;
      width: 4vw;
      height: 4vw;
    }
  }

.sub_ttl01 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #004DA0;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}
  @media screen and (max-width: 999px) {
    .sub_ttl01 {
      font-size: 4.8vw;
      margin-bottom: 5vw;
      letter-spacing: 0.05em;
    }
  }

.sub_ttl02 {
  position: relative;
  font-size: 2.4rem;
  width: 155px;
  text-align: left;
  font-weight: 600;
}
.sub_ttl02::after {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  width: 1px;
  height: 0;
  background: #323232;
  transition: all 0.8s ease-in-out 0.4s;
}
.sub_ttl02.active::after {
  opacity: 1;
  height: 80px;
}
.sub_ttl02 span {
  display: inline-block;
}
  @media screen and (max-width: 999px) {
    .sub_ttl02 {
      font-size: 4.8vw;
      width: 100%;
      padding-bottom: 3vw;
      margin-bottom: 5vw;
    }
    .sub_ttl02::after {
      top: auto;
      right: auto;
      left: 0;
      bottom: 0;
      width: 0;
      height: 1px;
    }
    .sub_ttl02.active::after {
      width: 21.33vw;
      height: 1px;
    }
  }

.sub_ttl03 span {
  display: inline-block;
  background: #F4F4F1;
  padding: 3px 18px 3px 12px;
  border-left: solid 2px #323232;
}
  @media screen and (max-width: 999px) {
    .sub_ttl03 span {
      font-size: 3vw;
      padding: 0.66vw 3vw 0.66vw 1.8vw;
    }
  }

/*----------------------------------------------------
  共通ボタン
--------------------------------------------------- */
.pagetop {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 50;
}
.pagetop a:hover {
  opacity: 0.7;
}
  @media screen and (max-width: 999px) {
    .pagetop {
      right: 6.66vw;
      bottom: 6.66vw;
    }
    .pagetop img {
      width: 10.66vw;
      height: auto;
    }
  }

.btn01 a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  text-decoration: none;
  color: #004DA0;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.btn01 a::after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("../img/common/ico/arrow01b.svg") center center no-repeat;
  background-size: 10px auto;
  background-color: #D9E4F1;
  transition: all 0.4s linear 0.1s;
  z-index: 2;
}
.btn01 a:hover::after {
  background-color: #004DA0;
  background-image: none;
}
.btn01 a::before {
  opacity: 0;
  position: absolute;
  left: -24px;
  top: 4px;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("../img/common/ico/arrow01a.svg") center center no-repeat;
  background-size: 10px auto;
  transition: all 0.4s linear 0.1s;
  z-index: 3;
}
.btn01 a:hover::before {
  opacity: 1;
  left: 0;
}
.btn01 a span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
}
  @media screen and (max-width: 999px) {
    .btn01 a {
      font-size: 3.73vw;
    }
    .btn01 a::after {
      top: 0.33vw;
      width: 4.26vw;
      height: 4.26vw;
      background: url("../img/common/ico/arrow01b.svg") center center no-repeat!important;
      background-size: 2.33vw auto!important;
      background-color: #D9E4F1!important;
    }
    .btn01 a::before {
      display: none;
    }
    .btn01 a span {
      padding-left: 5.8vw;
    }
  }

.btn02 a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  text-decoration: none;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.5;
}
.btn02 a::after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("../img/common/ico/arrow01b.svg") center center no-repeat;
  background-size: 10px auto;
  background-color: #D9E4F1;
  transition: all 0.4s linear 0.1s;
  z-index: 2;
}
.btn02 a:hover::after {
  background-color: #004DA0;
  background-image: none;
}
.btn02 a::before {
  opacity: 0;
  position: absolute;
  left: -24px;
  top: 4px;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("../img/common/ico/arrow01a.svg") center center no-repeat;
  background-size: 10px auto;
  transition: all 0.4s linear 0.1s;
  z-index: 3;
}
.btn02 a:hover::before {
  opacity: 1;
  left: 0;
}
.btn02 a span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
}
  @media screen and (max-width: 999px) {
    .btn02 a {
      font-size: 3.73vw;
    }
    .btn02 a::after {
      top: 0.33vw;
      width: 4.26vw;
      height: 4.26vw;
      background: url("../img/common/ico/arrow01b.svg") center center no-repeat!important;
      background-size: 2.33vw auto!important;
      background-color: #D9E4F1!important;
    }
    .btn02 a::before {
      display: none;
    }
    .btn02 a span {
      padding-left: 5.8vw;
    }
  }

.btn03 a {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  text-decoration: none;
  color: #323232;
  letter-spacing: 0.08em;
  line-height: 1.5;
  min-height: 24px;
}
.btn03 a::after {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("../img/common/ico/arrow01c.svg") center center no-repeat;
  background-size: 10px auto;
  background-color: #D0CEC3;
  transition: all 0.4s linear 0.1s;
  z-index: 2;
}
.btn03 a:hover::after {
  background-color: #323232;
  background-image: none;
}
.btn03 a::before {
  opacity: 0;
  position: absolute;
  left: -10px;
  top: -2px;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("../img/common/ico/arrow01a.svg") center center no-repeat;
  background-size: 10px auto;
  transition: all 0.2s linear 0.1s;
  z-index: 3;
}
.btn03 a:hover::before {
  opacity: 1;
  left: 0;
}
.btn03 a span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
}
  @media screen and (max-width: 999px) {
    .btn03 a {
      font-size: 3.73vw;
    }
    .btn03 a::after {
      top: 0.33vw;
      width: 4.26vw;
      height: 4.26vw;
      background: url("../img/common/ico/arrow01c.svg") center center no-repeat!important;
      background-size: 2.33vw auto!important;
      background-color: #D0CEC3!important;
    }
    .btn03 a::before {
      display: none;
    }
    .btn03 a span {
      padding-left: 5.8vw;
    }
  }

.btn03 i {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  text-decoration: none;
  color: #323232;
  letter-spacing: 0.08em;
  line-height: 1.5;
  min-height: 24px;
  font-style: normal;
  font-size: 1.8rem;
}
.btn03 i::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("../img/common/ico/arrow01c.svg") center center no-repeat;
  background-size: 10px auto;
  background-color: #D0CEC3;
  transition: all 0.4s linear 0.1s;
  z-index: 2;
}
a:hover .btn03 i::after {
  background-color: #323232;
  background-image: none;
}
.btn03 i::before {
  opacity: 0;
  position: absolute;
  left: -10px;
  top: 0;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("../img/common/ico/arrow01a.svg") center center no-repeat;
  background-size: 10px auto;
  transition: all 0.2s linear 0.1s;
  z-index: 3;
}
a:hover .btn03 i::before {
  opacity: 1;
  left: 0;
}
.btn03 i span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
}
  @media screen and (max-width: 999px) {
    .btn03 i {
      font-size: 3.73vw;
    }
    .btn03 i::after {
      top: 0.66vw;
      width: 4.26vw;
      height: 4.26vw;
      background: url("../img/common/ico/arrow01c.svg") center center no-repeat!important;
      background-size: 2.33vw auto!important;
      background-color: #D0CEC3!important;
    }
    .btn03 i::before {
      display: none;
    }
    .btn03 i span {
      padding-left: 5.8vw;
    }
  }


.mail_link01 a {
  display: inline-block;
  line-height: 24px;
  background: url("../img/common/ico/ico_mail01.svg") 0 center no-repeat;
  padding-left: 44px;
  text-decoration: none;
  color: #323232;
}
.mail_link01 a:hover {
  opacity: 0.7;
}
  @media screen and (max-width: 999px) {
    .mail_link01 a {
      background-size: 6.93vw auto;
      line-height: 5.33vw;
      padding-left: 9.33vw;
    }
  }

/*----------------------------------------------------
  共通テーブル
--------------------------------------------------- */
.tbl01 {
  line-height: 1.9;
  font-feature-settings: "palt";
}
.tbl01 th {
  text-align: left;
  width: 220px;
  background: #E2E1DA;
  border-bottom: solid 5px #ECECE8;
  padding: 25px 4%;
  font-weight: 500;
}
.tbl01 td {
  background: #F4F4F1;
  border-bottom: solid 5px #ECECE8;
  padding: 25px 4%;
}
  @media screen and (max-width: 999px) {
    .tbl01 {
      display: block;
      line-height: 1.8;
    }
    .tbl01 tbody,
    .tbl01 tr,
    .tbl01 th,
    .tbl01 td {
      display: block;
      width: 100%;
    }
    .tbl01 th {
      border-bottom: none;
      padding: 2.66vw 5vw;
    }
    .tbl01 td {
      border-bottom: solid 1.33vw #ECECE8;
      padding: 3.73vw 5vw;
    }
  }

.tbl02 {
  max-width: 880px;
  margin: 0 auto;
  line-height: 1.8;
  font-feature-settings: "palt";
}
.tbl02 th {
  text-align: left;
  width: 135px;
  border-bottom: solid 1px #D1D4D4;
  padding: 25px 0;
  font-weight: 600;
}
.tbl02 td {
  border-bottom: solid 1px #D1D4D4;
  padding: 25px 0 25px 20px;;
  font-size: 1.7rem;
}
.tbl02 tr:last-child th,
.tbl02 tr:last-child td {
  border-bottom: none;
}
.tbl02 td small {
  display: block;
  margin-top: 10px;
}
  @media screen and (max-width: 999px) {
    .tbl02 {
      display: block;
      max-width: 100%;
      line-height: 1.7;
    }
    .tbl02 tbody,
    .tbl02 tr,
    .tbl02 th,
    .tbl02 td {
      display: block;
      width: 100%;
    }
    .tbl02 th {
      width: 100%;
      border-bottom: none;
      padding: 5.33vw 0 0 0;
      font-weight: 600;
    }
    .tbl02 td {
      border-bottom: solid 1px #D1D4D4;
      padding: 1.33vw 0 5.33vw 0;
      font-size: 3.46vw;
    }
    .tbl02 td small {
      display: block;
      margin-top: 2.33vw;
    }
  }

/*----------------------------------------------------
  共通リスト
-------------------------------------------------- */
.list_box01 li {
  line-height: 1.9;
  position: relative;
  padding-left: 16px;
}
.list_box01 li::after {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #989898;
}
  @media screen and (max-width: 999px) {
    .list_box01 li {
      line-height: 1.8;
      letter-spacing: 0.05em;
      padding-left: 4vw;
    }
    .list_box01 li::after {
      top: 1.5vw;
      width: 3vw;
      height: 3vw;
    }
  }

/*----------------------------------------------------
  共通メニュー
--------------------------------------------------- */

  /*スマホナビ*/
  @media screen and (max-width: 999px) {
    /*transition*/
    .trs {
      -webkit-transition: all .1s ease;
      -moz-transition: all .1s ease;
      -ms-transition: all .1s ease;
      -o-transition: all .1s ease;
      transition: all .1s ease;
    }
    /*trp*/
    .trp {
      -webkit-transition: opacity .1s ease;
      -moz-transition: opacity .1s ease;
      -ms-transition: opacity .1s ease;
      -o-transition: opacity .1s ease;
      transition: opacity .1s ease;
      opacity: 1;
      filter: alpha(opacity=100);
    }
    .trp:hover {
      opacity: .6;
      filter: alpha(opacity=60);
    }
    /* trs-dr */
    .trs-dr02 {
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
      -o-transition-duration: .2s;
      transition-duration: .2s;
    }
    .trs-dr03 {
      -webkit-transition-duration: .3s;
      -moz-transition-duration: .3s;
      -ms-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s;
    }
    .trs-dr05 {
      -webkit-transition-duration: .5s;
      -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
      -o-transition-duration: .5s;
      transition-duration: .5s;
    }
    .trs-dr06 {
      -webkit-transition-duration: .6s;
      -moz-transition-duration: .6s;
      -ms-transition-duration: .6s;
      -o-transition-duration: .6s;
      transition-duration: .6s;
    }
    .trs-dr08 {
      -webkit-transition-duration: .8s;
      -moz-transition-duration: .8s;
      -ms-transition-duration: .8s;
      -o-transition-duration: .8s;
      transition-duration: .8s;
    }
    .trs-dr12 {
      -webkit-transition-duration: 1.2s;
      -moz-transition-duration: 1.2s;
      -ms-transition-duration: 1.2s;
      -o-transition-duration: 1.2s;
      transition-duration: 1.2s;
    }
    /* trs-tf */
    .trs-tfCb {
      -webkit-transition-timing-function: cubic-bezier(0, .96, .4, .99);
      -moz-transition-timing-function: cubic-bezier(0, .96, .4, .99);
      -ms-transition-timing-function: cubic-bezier(0, .96, .4, .99);
      -o-transition-timing-function: cubic-bezier(0, .96, .4, .99);
      transition-timing-function: cubic-bezier(0, .96, .4, .99);
    }
    .menuTrigger {
      position: absolute;
      z-index: 200;
      top: 4.8vw;
      right: 6.66vw;
      display: block;
      width: 9.33vw;
      height: 5.33vw;
      cursor: pointer;
      transition: .3s;
    }
    .menuIcon_line {
      position: absolute;
      width: 9.33vw;
      height: 2px;
      border-radius: 2px;
      background: #fff;
    }
    .menuIcon_line:nth-of-type(1) {
      top: calc(50% - 16px);
    }
    .menuIcon_line:nth-of-type(2) {
      top: 50%;
    }
    .menuIcon_line:nth-of-type(3) {
      top: calc(50% + 16px);
    }

    /* open */
    .menuTrigger.open .menuIcon_line {
      height: 2px;
    }
    .menuTrigger.open .menuIcon_line:nth-of-type(1) {
      top: 50%;
      -webkit-transform: rotate(35deg);
      -moz-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
      -o-transform: rotate(35deg);
      transform: rotate(35deg);
    }
    .menuTrigger.open .menuIcon_line:nth-of-type(2) {
      opacity: 0;
    }
    .menuTrigger.open .menuIcon_line:nth-of-type(3) {
      top: 50%;
      -webkit-transform: rotate(-35deg);
      -moz-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
      -o-transform: rotate(-35deg);
      transform: rotate(-35deg);
    }
    #hbNav {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 18.26vw 10vw 0 10vw;
      background-color: rgba(0,77,160,0.8);
      z-index: 110;
      overflow-y: visible;
      overflow-x: hidden;
      -webkit-overflow-scrolling: auto;
      overflow-scrolling: auto;
    }
    .hb_inner {
      display: flex;
      flex-direction: column;
      justify-content: center;
      justify-content: space-between;
      width: 100%;
      height: 100%;
      line-height: 1.5;
    }
    .hb_menu {
      padding-bottom: 9.33vw;
      border-top: solid 1px #fff;
      line-height: 1.8;
    }
    .hb_menu > * {
      border-bottom: solid 1px #fff;
      padding: 3.73vw 0;
    }
    .hb_menu a {
      color: #fff;
      text-decoration: none;
    }
    .hb_menu02 li {
      margin-right: 8vw;
    }
    .hb_menu02 li:last-child {
      margin-right: 0;
    }
    .hb_menu02 li a {
      font-size: 4.26vw;
      letter-spacing: 0.12em;
    }
    .hb_menu02 .ff01 li a {
      font-size: 3.73vw;
    }
  }

  @media screen and (max-width: 500px) {
    .menuIcon_line:nth-of-type(1) {
      top: calc(50% - 10px);
    }
    .menuIcon_line:nth-of-type(2) {
      top: 50%;
    }
    .menuIcon_line:nth-of-type(3) {
      top: calc(50% + 10px);
    }
  }