@charset "UTF-8";
/* CSS Document */
body {
  font-family: helvetica, arial, Meiryo, メイリオ, 'ms pgothic', sans-serif;
  font-weight: 500;
  color: #666; }

a {
  text-decoration: none;
  color: #025fa0; }

a:hover {
  opacity: 0.75; }

img {
  vertical-align: top; }

ul, li {
  list-style-type: none; }

.btn a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease; }

.btn a:hover {
  border-radius: 80px;
  opacity: 1.0; }

.sp_parts {
  display: none; }

/*===========================================
loading
===========================================*/
.loading {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.loading.is-active {
  animation: slideout 2.4s forwards; }

.loading__img {
  width: 200px;
  height: auto;
  animation: fadein 5s forwards; }

.loading__img.is-active {
  animation: fadeout 2s forwards; }

.loading__img img {
  width: 100%;
  height: 100%; }

@keyframes slideout {
  0% {
    width: 100%; }
  80% {
    width: 100%; }
  100% {
    width: 0%; } }
@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    opacity: 1; } }
/*===========================================
header
===========================================*/
/*add*/
.header {
  width: 100%;
  height: 5.625em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  position: fixed;
  z-index: 10000; }
  @media screen and (max-width: 1024px) {
    .header {
      height: 5em; } }

.header__logo {
  height: inherit;
  padding-left: 1.25%;
  max-width: 45%; }
  @media screen and (max-width: 599px) {
    .header__logo {
      width: 25%; } }

.header__logo .txt01 {
  font-size: 75%;
  font-weight: 400;
  margin-top: 0.5em; }
  @media screen and (max-width: 1024px) {
    .header__logo .txt01 {
      font-size: 1.08vw; } }
  @media screen and (max-width: 599px) {
    .header__logo .txt01 {
      font-size: 1.5vw; } }

.header__logo__link {
  display: flex;
  align-items: center;
  margin-top: 0.25em; }
  @media screen and (max-width: 1024px) {
    .header__logo__link {
      height: 50%; } }
  @media screen and (max-width: 599px) {
    .header__logo__link {
      padding-left: 0; } }
  .header__logo__link img {
    width: 120px;
    height: auto; }
    @media screen and (max-width: 1024px) {
      .header__logo__link img {
        width: 9vw; } }
    @media screen and (max-width: 599px) {
      .header__logo__link img {
        width: 20vw; } }

header .lang, .modal-top .lang {
  width: 30%; }
  @media screen and (max-width: 1024px) {
    header .lang, .modal-top .lang {
      width: 15%; } }

header .lang ul, .modal-top .lang ul {
  display: flex;
  border: 1px solid #025fa0;
  border-radius: 0.35em; }
  @media screen and (max-width: 1024px) {
    header .lang ul, .modal-top .lang ul {
      display: block; } }
  header .lang ul li, .modal-top .lang ul li {
    width: 33.33%; }
    @media screen and (max-width: 1024px) {
      header .lang ul li, .modal-top .lang ul li {
        width: 100%; } }
    header .lang ul li a, .modal-top .lang ul li a {
      display: block;
      padding: 0.65em 0.75em 0.6em;
      background: #025fa0;
      color: #fff;
      font-size: 112.5%;
      text-align: center;
      font-family: din-condensed, sans-serif; }
      @media screen and (max-width: 1500px) {
        header .lang ul li a, .modal-top .lang ul li a {
          font-size: 1.08vw; } }
      @media screen and (max-width: 1024px) {
        header .lang ul li a, .modal-top .lang ul li a {
          padding: 0.25em 0; } }
      @media screen and (max-width: 599px) {
        header .lang ul li a, .modal-top .lang ul li a {
          padding: 0.5em 0;
          font-size: 2.5vw; } }

header .lang ul li.off a, .modal-top .lang ul li.off a {
  pointer-events: none;
  background: transparent;
  color: #025fa0; }

@media screen and (max-width: 599px) {
  .modal-top .topNav .lang {
    width: 100%;
    background: #fff;
    padding: 0.5em;
    margin-bottom: 2em; }
    .modal-top .topNav .lang ul {
      display: flex;
      border: none; }
      .modal-top .topNav .lang ul li a {
        font-size: 4.5vw;
        padding: 1em 0; } }
.header__navWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 55%;
  height: inherit;
  position: relative; }
  @media screen and (max-width: 599px) {
    .header__navWrap {
      width: 72%; } }

.header__nav {
  height: inherit; }

.header__nav__items {
  height: inherit;
  display: flex;
  align-items: center; }

.header__nav__item {
  height: inherit;
  padding: 0 20px; }

.header__nav__link {
  height: inherit;
  display: flex;
  align-items: center;
  opacity: 1; }

.header__nav__link:hover {
  opacity: 0.7; }

.header__contact {
  height: inherit;
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: 2%;
  width: 50%; }
  @media screen and (max-width: 1024px) {
    .header__contact {
      width: 65%; } }
  @media screen and (max-width: 599px) {
    .header__contact {
      width: 75%; } }

.header__tel {
  width: 50%;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a48b78;
  color: #fff;
  white-space: nowrap; }
  @media screen and (max-width: 599px) {
    .header__tel {
      flex-wrap: wrap; } }
  .header__tel img {
    width: 1.5em;
    height: auto;
    margin-top: -1.5em; }
    @media screen and (max-width: 599px) {
      .header__tel img {
        display: block;
        margin: 0 auto; } }

.header__tel__body {
  margin-left: 4px; }
  @media screen and (max-width: 599px) {
    .header__tel__body {
      width: 100%;
      text-align: center;
      margin-left: 0; } }

.header__tel__number {
  font-size: 2.25em;
  font-family: din-condensed, sans-serif;
  line-height: 1; }
  @media screen and (max-width: 1500px) {
    .header__tel__number {
      font-size: 2.375vw; } }
  @media screen and (max-width: 599px) {
    .header__tel__number {
      font-size: 1.05em;
      white-space: nowrap;
      margin-left: 4px;
      margin: 0.2em 0 -0.2em; } }
  .header__tel__number a {
    color: #fff; }

.header__tel__time {
  font-size: 0.875em;
  line-height: 1.2;
  margin-top: 0.25em;
  opacity: 0.8;
  text-indent: -1em;
  margin-left: 1em;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .header__tel__time {
      font-size: 10px; } }

.header__mail {
  width: 50%;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #075b97; }
  @media screen and (max-width: 599px) {
    .header__mail {
      flex-wrap: wrap; } }
  .header__mail img {
    width: 3.5em;
    height: auto; }
    @media screen and (max-width: 1024px) {
      .header__mail img {
        width: 2.5em; } }
    @media screen and (max-width: 599px) {
      .header__mail img {
        margin: 0 auto;
        display: block; } }

.header__mail__body {
  margin-left: 0.5em;
  color: #fff;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1;
  font-family: din-condensed, sans-serif; }
  @media screen and (max-width: 1500px) {
    .header__mail__body {
      font-size: 1.5vw; } }
  @media screen and (max-width: 1024px) {
    .header__mail__body {
      font-size: 1.875vw; } }
  @media screen and (max-width: 599px) {
    .header__mail__body {
      margin-top: -0.5em;
      margin-left: 0;
      width: 100%;
      text-align: center;
      font-size: 3.25vw; } }

.header__mail__subTitle {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  opacity: 0.8;
  margin-top: 8px;
  font-family: din-condensed, sans-serif; }
  @media screen and (max-width: 1024px) {
    .header__mail__subTitle {
      font-size: 11px; } }
  @media screen and (max-width: 599px) {
    .header__mail__subTitle {
      font-size: 8px;
      margin-top: 7px;
      white-space: nowrap; } }

.c-hamburger {
  height: inherit;
  aspect-ratio: 1/1;
  display: none;
  background: #fff;
  position: relative; }
  @media screen and (max-width: 599px) {
    .c-hamburger {
      display: block; } }

.c-hamburger p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #036eb8; }
  @media screen and (max-width: 599px) {
    .c-hamburger p {
      font-size: 14px; } }

.c-hamburger span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 60%;
  height: 2px;
  background: #036eb8;
  transition: transform 0.3s, opacity 0.3s; }

.c-hamburger span:nth-child(1) {
  top: 20%; }

.c-hamburger span:nth-child(2) {
  top: 40%; }

.c-hamburger span:nth-child(3) {
  top: 60%; }

.c-hamburger.is-active span:nth-child(1) {
  top: 40%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.c-hamburger.is-active span:nth-child(2) {
  opacity: 0; }

.c-hamburger.is-active span:nth-child(3) {
  top: 40%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg); }

/* TOP トグルメニュー*/
.c-hamburger-top {
  height: inherit;
  aspect-ratio: 1/1;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s, opacity 0.3s; }
  .c-hamburger-top:hover {
    opacity: 0.7; }
  .c-hamburger-top p {
    position: absolute;
    bottom: 0.25em;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-family: din-condensed, sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #036eb8; }
    @media screen and (max-width: 599px) {
      .c-hamburger-top p {
        font-size: 14px; } }
  .c-hamburger-top span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 60%;
    height: 2px;
    background: #036eb8;
    transition: transform 0.3s, opacity 0.3s; }
    .c-hamburger-top span:nth-child(1) {
      top: 20%; }
    .c-hamburger-top span:nth-child(2) {
      top: 40%; }
    .c-hamburger-top span:nth-child(3) {
      top: 60%; }
  .c-hamburger-top.is-active span:nth-child(1) {
    top: 40%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .c-hamburger-top.is-active span:nth-child(2) {
    opacity: 0; }
  .c-hamburger-top.is-active span:nth-child(3) {
    top: 40%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg); }

.modal-top {
  display: none;
  position: relative;
  position: fixed;
  top: 90px;
  bottom: 0;
  right: 0;
  width: 50%;
  background: #036eb8;
  z-index: 9999;
  /*overflow-y: scroll;*/ }
  @media screen and (max-width: 1024px) {
    .modal-top {
      top: 5em; } }
  @media screen and (max-width: 599px) {
    .modal-top {
      width: 100%; } }
  .modal-top .topNav {
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    padding-left: 10%;
    font-family: din-condensed, sans-serif; }
    @media screen and (max-width: 599px) {
      .modal-top .topNav {
        display: block;
        padding: 4em 7.5% 0; } }
    .modal-top .topNav ul {
      max-width: 100%; }
      .modal-top .topNav ul li {
        font-size: 200%;
        margin: 0.75em 0; }
        @media screen and (max-width: 599px) {
          .modal-top .topNav ul li {
            margin: 0; } }
        .modal-top .topNav ul li a {
          display: block;
          color: #fff; }
          @media screen and (max-width: 599px) {
            .modal-top .topNav ul li a {
              padding: 0.5em 0;
              text-align: center; } }

.modal {
  visibility: hidden; }

.modal.is-active {
  visibility: visible; }

.menu__second-level {
  position: absolute;
  top: 100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  padding: 2em 5%;
  background: rgba(232, 236, 238, 0.97);
  z-index: 5; }
  @media screen and (max-width: 599px) {
    .menu__second-level {
      position: static; } }

li.menu__mega:hover div.menu__second-level {
  top: 100%;
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-wrap: wrap; }

li.menu__mega div.menu__second-level > li {
  width: 49%; }

li.menu__mega div.menu__second-level > li:nth-child(2n+1) {
  margin: 0 2% 0 0; }

.menu__second-level .subTitle {
  color: #036eb8;
  border-bottom: 1px solid #036eb8;
  padding-bottom: 0.5em;
  margin-bottom: 1em; }

.menu__second-level .subTitle p {
  font-weight: 900;
  font-size: 112.5%; }

.menu__second-level .subTitle p span {
  font-size: 87.5%;
  margin-left: 1em;
  font-family: din-condensed, sans-serif;
  font-weight: 300; }

.menu__second-level ul {
  display: flex;
  flex-wrap: wrap; }

.menu__second-level ul li {
  width: 228px;
  margin-bottom: 10px;
  margin-right: 10px; }
  .menu__second-level ul li a {
    display: block;
    padding: 10px;
    background-color: #fff;
    text-align: center; }

.menu__second-level ul li:nth-child(5) {
  margin-right: 0; }

.menu__second-level ul li a:hover {
  opacity: 0.5; }

.menu__second-level ul li .innerTitle {
  font-weight: 900;
  border-bottom: 1px solid #036eb8;
  text-align: left;
  margin-bottom: 1em; }

.menu__second-level ul li img {
  height: 3em;
  margin-bottom: 0.5em; }

.menu__second-level ul li .eng {
  font-size: 87.5%;
  font-family: din-condensed, sans-serif; }

.menu__second-level.officeNav li {
  width: 18em;
  padding: 0; }

.spNav .spNav__items .spNav__item .menu__second-level.officeNav ul li.noimage01 a {
  display: block; }
  .spNav .spNav__items .spNav__item .menu__second-level.officeNav ul li.noimage01 a .innerTitle {
    width: auto;
    padding: 0;
    margin-bottom: 0.5em;
    margin: 0 0 0.5em; }
  .spNav .spNav__items .spNav__item .menu__second-level.officeNav ul li.noimage01 a .eng {
    margin: 0; }

.menu__second-level.officeNav li:last-child {
  margin-right: 0; }

.menu__second-level.officeNav li a {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.menu__second-level.officeNav li p {
  width: 100%;
  margin: 0.5em; }

.menu__second-level.officeNav li p span {
  font-size: 87.5%;
  font-family: din-condensed, sans-serif;
  font-weight: 300; }

.menu__second-level.officeNav li img {
  width: 6.875em;
  height: 9.375em;
  margin-bottom: 0; }

/*===========================================
footer
===========================================*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  cursor: pointer; }

#pageTop img {
  width: 100%; }

footer #footerContact {
  background: -moz-linear-gradient(left, #025fa0, #036eb8);
  background: -webkit-linear-gradient(left, #025fa0, #036eb8);
  background: linear-gradient(to right, #025fa0, #036eb8);
  text-align: center;
  padding: 4.5rem 0 5.5rem;
  color: #fff; }

footer #footerContact .inner {
  display: flex;
  justify-content: center; }

footer #footerContact dl {
  padding: 0 1.75%; }

footer #footerContact dl dt {
  font-family: din-condensed, sans-serif;
  font-size: 1.75rem;
  margin-bottom: 1.2em;
  line-height: 1.2; }

footer #footerContact dd br {
  display: none; }

footer #footerContact dl dd .tel {
  font-size: 1.125rem;
  color: #ccc; }

footer #footerContact dl dd .tel a {
  display: block;
  margin-top: 0.2em;
  font-size: 2.75rem;
  font-family: din-condensed, sans-serif;
  color: #fff; }

footer #footerContact .btn {
  margin: 2.75rem auto 0;
  width: 40rem;
  max-width: 90%; }

footer #footerContact .btn a {
  font-size: 1.125rem;
  display: block;
  background: #a48b78;
  color: #fff;
  padding: 1em 0;
  font-weight: bold; }

footer #footerContact .btn a:hover {
  background: #fff;
  color: #a48b78; }

footer .link01 {
  background: #075b97;
  padding: 1.5em;
  letter-spacing: -.4em;
  text-align: center; }

footer .link01 li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 1.5em; }

footer .link01 li a {
  color: #fff; }

footer #copyrights {
  margin: 1.5rem 0 3rem;
  font-size: 0.8rem;
  color: #999;
  text-align: center; }

/*===========================================
IE
===========================================*/
/*===========================================
underlayer
===========================================*/
#main {
  padding-top: 5.625em; }
  @media screen and (max-width: 1024px) {
    #main {
      padding-top: 5em; } }

#main #underlayerTitle {
  background: #f8f8f8;
  padding: 2.5em 0; }

#main #underlayerTitle div {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  display: table; }

#main #underlayerTitle h1 {
  font-size: 2.5em;
  color: #000;
  display: table-cell;
  width: 80%;
  vertical-align: middle;
  font-family: din-condensed, sans-serif;
  font-weight: 500; }

#main #underlayerTitle .breadcrumb {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  letter-spacing: -.4em;
  text-align: right; }

#main #underlayerTitle .breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  font-size: 0.9rem;
  margin: 0 0.2em; }

#main #underlayerTitle .breadcrumb li span {
  margin: 0 0.2em 0 0; }

#main .contents {
  word-break: break-word;
  margin-top: 1rem;
  width: 1180px;
  max-width: 100%;
  margin: 1.5rem auto 3rem;
  overflow: hidden;
  line-height: 1.5; }

#main .contents h2 {
  font-size: 2.25rem;
  font-family: din-condensed, sans-serif;
  color: #025fa0;
  margin: 1em 0 0.5em;
  font-weight: 500; }

#main .contents .titleFirst {
  margin-top: 0; }

#main .contents h3 {
  font-size: 1rem;
  color: #000;
  margin: 1em 0 0.5em; }

#main .contents .section:not(:last-child) {
  margin-bottom: 1.5rem; }

#main table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-bottom: 1.5rem; }

#main table caption {
  text-align: left;
  margin-bottom: 0.25rem; }

#main table th,
#main table td {
  border-bottom: 1px solid #ccc;
  padding: 0.5rem;
  text-align: left; }

#main table th {
  background: #075b97;
  width: 33%;
  color: #fff; }

#main table td {
  background: #f8f8f8; }

#main table th.cel01,
#main table td.cel01 {
  border-right: 1px solid #ccc; }

/*===========================================
display
===========================================*/
@media all and (max-width: 1024px) {
  html {
    font-size: 14px; }

  #main #underlayerTitle {
    padding: 2.5em 3%; }

  #main #underlayerTitle div {
    width: 100%; }

  #main .contents {
    width: auto;
    padding: 0 3%; }

  footer #footerContact dl dt {
    font-size: 3vw;
    margin-bottom: 0.75em; }

  footer #footerContact dl br {
    display: block; }

  footer #footerContact dl dd .tel a {
    font-size: 2.5vw; } }
@media all and (max-width: 599px) {
  .pc_parts {
    display: none; }

  a:hover {
    opacity: 1; }

  header.fixed {
    position: fixed;
    top: 0;
    z-index: 900;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }

  .sp_parts {
    display: block; }

  footer #footerContact {
    padding: 2rem 0 3rem; }

  footer #footerContact .inner {
    display: block; }

  footer #footerContact dl {
    padding: 0 0 3rem; }

  footer #footerContact dl dt {
    font-size: 6vw;
    margin-bottom: 0.75em; }

  footer #footerContact dl dd .tel a {
    font-size: 2.4rem; }

  footer #footerContact .btn {
    margin: 0 auto; }

  footer #footerContact .btn a {
    font-size: 1rem; }

  footer .link01 {
    padding: 1.5em 0; }

  footer .link01 li {
    margin: 0 0.75em;
    font-size: 3.75vw; }

  #pageTop {
    bottom: 10px;
    right: 10px;
    width: 50px; }

  #main #underlayerTitle {
    padding: 1.5em 3% 1em; }

  #main #underlayerTitle h1 {
    display: block;
    width: auto;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.4em;
    padding-bottom: 0.6em;
    text-align: center; }

  #main #underlayerTitle .breadcrumb {
    display: block;
    width: auto; }

  #main .contents h2 {
    font-size: 1.8rem;
    margin: 1.5em 0 0.5em; }

  #main .contents h3 {
    font-size: 1.2rem; } }
#main .contents h2#contact2 {
  padding-top: 80px;
  margin-top: -50px; }
