@charset "UTF-8";
/*
------------------------------------------------------------
------------------------------------------------------------
common
------------------------------------------------------------
------------------------------------------------------------*/
/*
------------------------------------------------------------
------------------------------------------------------------
navigation（PC用）
------------------------------------------------------------
------------------------------------------------------------*/
.nav-wrap {
  padding-right: 70px;
  display: flex; }
  @media (max-width: 768px) {
    .nav-wrap {
      padding-right: 50px; } }

.menu-wrap {
  width: 100%;
  height: 100px;
  margin-left: 10px;
  position: relative;
  font-weight: bold; }

/* ヘッダーbtn */
.header-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 70px;
  height: 100px;
  padding-bottom: 23px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: #2a456b;
  color: #fff;
  font-size: 12px;
  line-height: 1.2em;
  border-right: solid 1px #c2c2c2; }
  @media (max-width: 768px) {
    .header-btn {
      width: 50px;
      height: 50px;
      padding-bottom: 0;
      font-size: 10px;
      line-height: 1.4em;
      justify-content: center; } }
  .header-btn img {
    width: 27px;
    height: auto;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .header-btn img {
        width: 19px;
        margin-bottom: 0; } }
  .header-btn:hover {
    background-color: #72a9c9; }
  .header-btn .condensed {
    transform: scale(1, 1); }
    @media (max-width: 768px) {
      .header-btn .condensed {
        transform: scale(0.9, 1); } }

/*　メニュー-第1階層　*/
.menu {
  *zoom: 1;
  display: flex;
  justify-content: flex-end;
  line-height: 1.2em; }
  .menu > li {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center; }
    .menu > li > a {
      height: 100px;
      padding: 0 5px;
      margin: 0 10px;
      font-size: 14px;
      position: relative;
      display: flex;
      align-items: center;
      color: #333;
      white-space: nowrap;
      font-feature-settings: "palt"; }
      @media (max-width: 1200px) {
        .menu > li > a {
          padding: 0;
          font-size: 13px; } }
      .menu > li > a .condensed {
        transform: scale(1, 1); }
        @media (max-width: 1020px) {
          .menu > li > a .condensed {
            transform: scale(0.9, 1); } }
  @media (max-width: 1020px) {
    .menu .menu__single.hidden {
      display: none; } }
  .menu .menu__single.menu-language {
    margin-left: 10px;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    @media (max-width: 1200px) {
      .menu .menu__single.menu-language {
        margin-left: 5px; } }
    .menu .menu__single.menu-language:before {
      position: absolute;
      content: "";
      left: 0;
      top: 15%;
      width: 1px;
      height: 70%;
      background: #c2c2c2; }
    .menu .menu__single.menu-language a {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-style: normal;
      height: auto;
      padding: 5px;
      font-size: 12px;
      color: #2a456b; }
      @media (max-width: 1200px) {
        .menu .menu__single.menu-language a {
          padding: 5px 0; } }
      .menu .menu__single.menu-language a:hover {
        opacity: 0.6; }
  .menu .menu__single .header-btn {
    margin: 0;
    padding-bottom: 23px;
    color: #fff;
    font-size: 12px; }
  .menu .menu__single:hover .menu__second-level {
    visibility: visible;
    opacity: 1; }
  .menu .menu__single:hover > a {
    color: #2a456b; }
    .menu .menu__single:hover > a::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: calc(50% - 10px);
      border-right: 10px solid transparent;
      border-bottom: 10px solid #2a456b;
      border-left: 10px solid transparent; }
  .menu .menu__single:hover .header-btn {
    background-color: #72a9c9;
    color: #fff; }
    .menu .menu__single:hover .header-btn::before {
      display: none; }
  .menu .menu__single.menu-language:hover > a::before {
    display: none; }

/*　メニュー展開部分-第2階層　*/
.menu__second-level {
  /*width: 100%;*/
  visibility: hidden;
  position: absolute;
  top: 100px;
  left: 0;
  opacity: 0;
  z-index: 1000;
  background-color: #2a456b;
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .menu__second-level .menu-group {
    width: 100%;
    min-width: 300px;
    text-align: left; }
    .menu__second-level .menu-group ul {
      width: 100%;
      padding: 15px 0; }
      .menu__second-level .menu-group ul li {
        padding: 12px 20px 12px 40px;
        list-style: none; }
        .menu__second-level .menu-group ul li a {
          position: relative;
          color: #fff;
          font-size: 14px; }
          .menu__second-level .menu-group ul li a::before {
            content: "";
            display: inline-block;
            width: 16px;
            height: 1px;
            background-color: #fff;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -20px; }
          .menu__second-level .menu-group ul li a:hover {
            opacity: 0.6; }
  .menu__second-level.menu-search {
    background-color: #72a9c9; }
    .menu__second-level.menu-search .menu-group {
      min-width: 180px; }
      .menu__second-level.menu-search .menu-group ul li {
        padding: 15px 40px 15px 20px; }
        .menu__second-level.menu-search .menu-group ul li a {
          font-size: 16px; }
          .menu__second-level.menu-search .menu-group ul li a::before {
            display: none; }
          .menu__second-level.menu-search .menu-group ul li a::after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -20px;
            content: '';
            display: inline-block;
            width: 9px;
            height: 17px;
            background-image: url("../images/common/icon_arrow_next_white.svg");
            background-size: contain;
            background-repeat: no-repeat; }

/*
------------------------------------------------------------
------------------------------------------------------------
navigation（PC＆スマホ・サイトマップ用）
------------------------------------------------------------
------------------------------------------------------------*/
/* バーガーbtn */
.nav-btn {
  width: 70px;
  height: 100px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media (max-width: 768px) {
    .nav-btn {
      width: 50px;
      height: 50px; } }
  .nav-btn img {
    width: 30px;
    height: auto; }
    @media (max-width: 768px) {
      .nav-btn img {
        width: 20px;
        height: auto; } }

.sp-nav-wrap {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  overflow: scroll;
  left: 0;
  top: 0;
  background: #d6dade;
  z-index: 530000;
  transform: translate(100%, 0);
  transition-duration: 0.4s; }
  .sp-nav-wrap.active {
    transform: translate(0, 0); }

/* クローズbtn */
.close-btn {
  width: 100px;
  height: 100px;
  background-color: #333;
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media (max-width: 768px) {
    .close-btn {
      width: 50px;
      height: 50px; } }
  .close-btn img {
    width: 32px;
    height: 32px; }
    @media (max-width: 768px) {
      .close-btn img {
        width: 20px;
        height: auto; } }

/* logo */
.sp-nav-logo {
  width: 50px;
  margin: 40px auto 5px auto; }
  @media (max-width: 500px) {
    .sp-nav-logo {
      display: none; } }

.sp-nav-logo-f {
  display: none; }
  @media (max-width: 500px) {
    .sp-nav-logo-f {
      width: 90%;
      margin: 0 auto;
      padding: 20px 0;
      display: block; }
      .sp-nav-logo-f img {
        width: 50px;
        height: auto;
        margin: 0 auto; } }

/* 言語切り替えデザイン */
.sp-nav-language {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  border-bottom: solid 1px #c5c5c5; }
  @media (max-width: 500px) {
    .sp-nav-language {
      width: 90%;
      margin: 50px auto 0 auto;
      border-bottom: none;
      justify-content: flex-start; } }
  .sp-nav-language li a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-right: 30px;
    padding-left: 18px;
    position: relative; }
    .sp-nav-language li a::before {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 8px;
      height: 8px;
      content: '';
      border-radius: 100%;
      background: #2a456b; }
    .sp-nav-language li a:hover {
      opacity: 0.6; }

/* 検索デザイン */
.sp-nav-search-wrap {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 0 50px 0;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .sp-nav-search-wrap {
      padding: 30px 0; } }
  @media (max-width: 500px) {
    .sp-nav-search-wrap {
      padding: 0;
      flex-wrap: wrap; } }
  @media (max-width: 500px) {
    .sp-nav-search-wrap p {
      /*width: 48%;*/
      width: 65.5%; } }

.sp-nav-search {
  width: 100%;
  height: 80px;
  padding: 10px;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  line-height: 1.4em; }
  @media (max-width: 500px) {
    .sp-nav-search {
      padding: 0;
      background-color: transparent; } }
  .sp-nav-search div {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 0 20px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #2a456b;
    border-right: solid 1px #d6dade; }
    @media (max-width: 1020px) {
      .sp-nav-search div {
        padding: 0 10px 0 0; } }
    @media (max-width: 500px) {
      .sp-nav-search div {
        display: none; } }
    .sp-nav-search div img {
      width: 30px;
      height: auto;
      margin-bottom: 3px; }
  .sp-nav-search ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 500px) {
      .sp-nav-search ul {
        justify-content: space-between; } }
    @media (max-width: 500px) {
      .sp-nav-search ul li {
        width: 31%; } }
    .sp-nav-search ul a {
      width: 100%;
      padding: 0 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #2a456b;
      font-weight: bold;
      font-size: 16px; }
      @media (max-width: 1020px) {
        .sp-nav-search ul a {
          padding: 0 10px;
          font-size: 15px; } }
      @media (max-width: 500px) {
        .sp-nav-search ul a {
          height: 42px;
          padding: 0;
          font-size: 13px;
          color: #fff;
          background-color: #2a456b;
          border-radius: 5px; } }
      .sp-nav-search ul a img {
        width: 9px;
        height: auto;
        margin-left: 5px; }
        @media (max-width: 500px) {
          .sp-nav-search ul a img {
            display: none; } }
      .sp-nav-search ul a:hover {
        opacity: 0.6; }

/* サイトマップbtn */
.sitemap-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100px;
  height: 80px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: #2a456b;
  color: #fff;
  border-right: solid 1px #c2c2c2;
  border-radius: 10px;
  line-height: 1.4em; }
  @media (max-width: 768px) {
    .sitemap-btn {
      margin-left: 10px; } }
  @media (max-width: 500px) {
    .sitemap-btn {
      width: 100%;
      /*height: 56px;*/
      height: 42px;
      margin: 0 0 15px 0;
      border-radius: 5px;
      flex-direction: row; } }
  .sitemap-btn img {
    width: 28px;
    height: auto;
    margin-bottom: 3px; }
    @media (max-width: 500px) {
      .sitemap-btn img {
        width: 22px;
        margin-bottom: 1px;
        margin-right: 10px; } }
  .sitemap-btn:hover {
    background-color: #72a9c9; }
  .sitemap-btn.long-text {
    font-size: 15px;
    line-height: 1.2em; }
    @media (max-width: 500px) {
      .sitemap-btn.long-text {
        font-size: 14px; } }

/* サイトマップ
------------------------------------------------------------*/
.sp-nav-wrap nav {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/* PC、タブレット */
.pc-nav-list {
  width: 48%;
  margin-bottom: 30px;
  line-height: 1.4em; }
  @media (max-width: 500px) {
    .pc-nav-list {
      width: 100%;
      margin: 30px 0 0 0; } }
  .pc-nav-list .sitemap-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    padding-top: 10px;
    display: inline-block;
    border-bottom: solid 1px #333;
    font-size: 20px; }
  .pc-nav-list .sitemap-subtitle {
    padding-left: 10px;
    font-size: 11px;
    color: #666; }
  .pc-nav-list ul {
    padding: 20px 20px 30px 20px; }
    .pc-nav-list ul li {
      padding: 5px 0;
      font-size: 15px; }
      @media (max-width: 500px) {
        .pc-nav-list ul li {
          padding: 10px 0; } }
  .pc-nav-list a:hover {
    opacity: 0.6; }

/* スマホ（第2階層-開閉機能あり） */
.sp-nav-list {
  width: 100%;
  margin: 0 auto;
  font-weight: bold; }
  .sp-nav-list > li {
    border-bottom: 1px solid #333;
    padding: 15px 0; }
    .sp-nav-list > li a {
      width: 100%;
      display: block;
      color: #333; }
    .sp-nav-list > li ul {
      display: none; }
      .sp-nav-list > li ul > li {
        padding-top: 15px;
        font-weight: normal;
        line-height: 1.4em; }
        .sp-nav-list > li ul > li > a {
          padding: 5px 0 5px 10px; }
    .sp-nav-list > li .sitemap-title {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-style: normal; }
    .sp-nav-list > li .sitemap-subtitle {
      padding-left: 5px;
      font-size: 11px;
      font-weight: normal;
      color: #666; }
    .sp-nav-list > li > span {
      width: 100%;
      display: block;
      color: #333;
      position: relative; }
      .sp-nav-list > li > span > span::before {
        position: absolute;
        content: "";
        display: block;
        width: 15px;
        height: 1px;
        background: #555;
        right: 12.5px;
        top: 0;
        bottom: 0;
        margin: auto;
        transition-duration: 0.5s; }
      .sp-nav-list > li > span > span::after {
        position: absolute;
        content: "";
        display: block;
        width: 15px;
        height: 1px;
        background: #555;
        right: 12.5px;
        top: 0;
        bottom: 0;
        margin: auto;
        transition-duration: 0.5s;
        transform: rotateZ(90deg); }
    .sp-nav-list > li > span.active > span::after {
      transform: rotateZ(360deg); }
    .sp-nav-list > li img {
      width: 24px;
      height: 24px;
      padding-right: 5px;
      display: inline;
      vertical-align: middle; }

/*
------------------------------------------------------------
------------------------------------------------------------
スクロールでheaderデザイン変更
------------------------------------------------------------
------------------------------------------------------------*/
#header.scroll-header {
  /* ヘッダーbtn */
  /*　メニュー-第1階層　*/
  /*　メニュー展開部分-第2階層　*/
  /* バーガーbtn */
  /* クローズbtn */ }
  #header.scroll-header .menu-wrap {
    height: 70px; }
  #header.scroll-header .header-btn {
    height: 70px;
    padding-bottom: 0;
    justify-content: center; }
    @media (max-width: 768px) {
      #header.scroll-header .header-btn {
        height: 50px; } }
    #header.scroll-header .header-btn img {
      margin-bottom: 5px; }
      @media (max-width: 768px) {
        #header.scroll-header .header-btn img {
          margin-bottom: 0; } }
  #header.scroll-header .menu > li > a {
    height: 70px; }
  #header.scroll-header .menu .menu__single.menu-language a {
    height: auto; }
  #header.scroll-header .menu .menu__single .header-btn {
    padding-bottom: 0; }
  #header.scroll-header .menu .menu__single:hover .menu__second-level {
    visibility: visible;
    opacity: 1; }
  #header.scroll-header .menu__second-level {
    top: 70px; }
  #header.scroll-header .nav-btn {
    height: 70px; }
    @media (max-width: 768px) {
      #header.scroll-header .nav-btn {
        width: 50px;
        height: 50px; } }
  #header.scroll-header .close-btn {
    width: 70px;
    height: 70px; }
    @media (max-width: 768px) {
      #header.scroll-header .close-btn {
        width: 50px;
        height: 50px; } }
    #header.scroll-header .close-btn img {
      width: 30px;
      height: 30px; }
      @media (max-width: 768px) {
        #header.scroll-header .close-btn img {
          width: 20px;
          height: auto; } }
