@charset "UTF-8";

/*　基本色　*/
/*$main_color: #67b2ce;*/
/*　マスターワイズ　*/
/* ボディ設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
html {
  font-size: 62.5%;
  line-height: 1;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  /*　デバイスフォント最適化　*/
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

main {
  display: none;
}

body {
  font-size: 1.5rem;
}

.display_none {
  display: none;
}

.inline-block {
  display: inline-block;
}

/*全てのボディフォントを設定*/
* {
  font-weight: bold;
}

/*　リンク設定　*/
* a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

* a:hover {
  opacity: 0.8;
}

/* ヘッダー */
header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #2ea4a1;
  z-index: 10;
  width: 100%;
  height: 140px;
  top: 0;
  /* ナビゲーション */
}

header #ttl_site {
  text-indent: -9999px;
  margin: 0 20px 0 40px;
}

header #ttl_site a {
  background-image: url(../images/common/rogo_wide.svg);
  background-size: contain;
  background-position: center;
  display: block;
  width: 200px;
  height: 140px;
}

header #search_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 20px 10px;
  /*インプットボックスのスタイリング*/
}

header #search_block a {
  display: block;
  margin-left: 20px;
}

header #search_block p {
  font-size: 3.5rem;
  color: #fff;
}

header #search_block p:hover {
  color: #1b3533;
}

header #search_block form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header #search_block .textbox {
  position: relative;
  font-weight: normal;
  border: none;
  background-color: #e1f0f5;
  width: 300px;
  height: 35px;
  border-radius: 30px 30px;
  padding: 5px 10px 5px 40px;
  /*虫眼鏡マークのスタイリング*/
}

header #search_block .textbox:focus {
  outline: none;
}

header #search_block button {
  position: absolute;
  z-index: 1;
  color: #1b3533;
  font-size: 2.5rem;
  background-color: transparent;
  margin-left: 10px;
}

header #header_right {
  width: 60%;
  margin-right: 40px;
}

header #nav_global {
  width: 100%;
  border-top: 1px solid #fff;
}

header #nav_global #list_global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: right;
  -ms-flex-align: right;
  align-items: right;
  list-style: none;
  color: #fff;
  width: 100%;
  margin: 0 auto;
}

header #nav_global #list_global li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 25%;
}

.acdion-nav__drop {
  width: 100%;
  display: block;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
}


header #nav_global #list_global a {
  text-align: center;
  display: block;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}

header #nav_global #list_global a:hover {
  color: #1b3533;
  opacity: 1;
}

.menu-grnv__drop {
  text-align: center;
  width: 100%;
}

.menu-grnv__drop i {
  display: inline-block;
  margin: 0 0 0 20px;
}

.menu-grnv__drop:hover {
  color: #1b3533;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#nav-child__drop {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  line-height: normal;
  height: auto;
  opacity: 1;
  color: #fff;
  background-color: #2ea4a1;
  text-align: center;
}

.menu-grnv__drop {
  cursor: pointer;
}

header #nav_global #list_global #nav-child__drop a {
  width: 130px;
  border-bottom: none;
  display: block;
  padding: 15px 20px;
}



#nav-child__drop li:first-child a {
  border-top: none;
}


header #nav_global #list_global #nav-child__drop li {
  width: 100%;
}

/* フッター */
footer {
  background-color: #2ea4a1;
  /* ロゴ */
  /* SNSボタン */
  /* コピーライト */
  /* フッターナビゲーション */
}

footer #footer_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 100px;
  width: 85%;
}

footer #footer_2 {
  width: 85%;
  margin: 0 auto;
}

footer #ttl_footer {
  text-indent: -9999px;
}

footer #ttl_footer a {
  display: block;
  background-image: url(../images/common/rogo_wide.svg);
  background-size: contain;
  background-position: center;
  width: 200px;
  height: 60px;
  margin-right: auto;
}

footer #list_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 35px;
  list-style: none;
  color: #fff;
  font-size: 5rem;
}

footer #list_sns li {
  margin: 0 20px;
}

footer #nav_global_footer_2 {
  width: 100%;
  border-top: 2px solid #fff;
}

footer #nav_global_footer_2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  list-style: none;
  color: #fff;
  width: 100%;
  margin: 20px auto 0;
}

footer #nav_global_footer_2 ul li {
  margin: 0 30px 0 0;
}

footer #nav_global_footer_2 ul a {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 100%;
}

footer #nav_global_footer_2 ul a:hover {
  color: #1b3533;
  opacity: 1;
}

footer #txt_copy {
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  padding: 50px;
}

footer #txt_copy img {
  width: 50px;
  margin: 0 5px 0 0;
}

footer #nav_global_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer #nav_global_footer ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  font-size: 1.4rem;
  height: 100px;
  margin: 39px 0 0;
}

footer #nav_global_footer ul li {
  margin: 0;
}

footer #nav_global_footer ul a {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding: 10px 10px;
}

/* 基本ワイズボックス */
.box_cmn_width {
  width: 90%;
  margin: 0 auto;
}

/*アニメーション基本設定*/
/*アニメーション要素のスタイル*/
.animation_01 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.display_pc {
  display: block;
}

.display_sp {
  display: none;
}

header #nav_global #list_global .grnv-sp__header {
  display: none;
}

/*　レスポンシブ対応（ブレークポイント 900px）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (max-width: 850px) {
  header #search_block .textbox {
    width: 150px;
  }

  .display_pc {
    display: none;
  }

  .display_sp {
    display: block;
  }
}

/*　レスポンシブ対応（ブレークポイント 599px）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (max-width: 599px) {
  .display_pc {
    display: none;
  }

  .display_sp {
    display: block;
  }

  .img_sp {
    display: block;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  /* ヘッダー */
  header {
    display: block;
    opacity: 1;
    height: 80px;
    width: 100%;
    margin: 0 auto;
    /* SNSリスト */
    /* ロゴ */
    /* ヘッダーナビゲーション */
    /* ナビゲーション */
  }

  header #nav_global #list_global .acdion-nav__drop {
    display: none;
  }

  header #nav_global #list_global .grnv-sp__header {
    margin: 20px 0 0 20px;
    display: block;
  }

  header #nav_global #list_global .grnv-sp__header p {
    font-weight: normal;
  }

  header #list_sns {
    display: none;
  }

  header #header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  header #ttl_site {
    position: relative;
    z-index: 2;
    width: 40%;
    margin-left: 10px;
  }

  header #ttl_site a {
    display: block;
    width: 180px;
    height: 80px;
  }

  header #nav_header ul {
    display: none;
  }

  header #nav_global {
    position: absolute;
    top: 80px;
    width: 90%;
    margin: 0 auto;
    border-top: none;
  }

  header #nav_global #list_global {
    display: block;
  }

  header #nav_global #list_global li {
    width: 100%;
    margin-left: 20px;
  }

  header #nav_global #list_global a {
    font-size: 1.4rem;
    font-weight: normal;
    text-align: left;
  }

  header #nav_global::before {
    position: absolute;
    z-index: 7;
    content: "";
    display: block;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    top: 0;
  }

  header #search_block {
    position: relative;
    top: 100px;
    display: block;
    width: 100%;
  }

  header #search_block .textbox {
    position: relative;
    z-index: 5;
    color: #000;
    width: 90%;
    height: 35px;
    padding: 5px 50px 5px;
    margin: 0 auto;
  }

  header #search_block button {
    position: absolute;
    z-index: 6;
    margin-left: 40px;
  }

  header .flex_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 10px;
  }

  /*ハンバーガーメニュー設定----------------*/
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #008b8b;
  }

  .menu {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }

  /* アニメーション後のメニューの状態 */
  .menu.is-active {
    pointer-events: auto;
    background-color: #3d8da0;
    opacity: 1;
  }

  .menu.is-active #nav_global::before {
    width: 100%;
    border-radius: 2px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    top: -20px;
    left: -20px;
    z-index: 2;
    width: 40px;
    height: 35px;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 15px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }

  .menu-trigger.is-active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
  }

  /*－－ハンバーガメニューの設定　ここまで－－－－－－－－－－*/
  /* フッター */
  footer {
    padding: 40px 0 0;
    /* フッターナビゲーション */
    /* SNSボタン */
    /* コピーライト */
  }

  footer #footer_1 {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  footer #footer_2 {
    width: 90%;
  }

  footer #footer_2 ul {
    margin: 0;
  }

  footer #nav_global_footer {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  footer #nav_global_footer ul {
    font-size: 1.6rem;
    height: auto;
    text-align: left;
    margin: 0;
  }

  footer #nav_global_footer ul li {
    margin: 0;
  }

  footer #nav_global_footer ul a {
    font-weight: normal;
    display: inline-block;
    width: auto;
  }

  footer #nav_global_footer_2 ul {
    display: block;
    width: 100%;
    text-align: left;
    margin: 30px 0;
  }

  footer #nav_global_footer_2 ul a {
    font-weight: normal;
    display: inline-block;
    text-align: left;
    font-size: 1.6rem;
    padding: 10px 10px;
  }

  footer #list_sns {
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 5rem;
    top: 0;
    margin-bottom: 30px;
  }

  footer #txt_copy {
    font-size: 1.6rem;
    padding: 10px 0 30px;
    margin: 20px 0 5px;
  }

  footer #ttl_footer {
    display: none;
  }

  .detail_block {
    margin: auto 30px;
  }

  .detail_block .column_1 {
    padding: 100px 0;
  }
}

/*　ここまで　*/