@charset "UTF-8";
/*clearfix*/
/*flex*/
/*flex*/
/*header*/
html {
  font-size: 62.5%; }

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  overflow-x: hidden;
  -webkit-text-size-adjust: none; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 13px; } }

a {
  -webkit-transition: all 2.0s;
  transition: all 2.0s; }

a:hover {
  opacity: 0.6; }

img {
  max-width: 100%;
  height: auto;
  width: 100%; }

.btn_index {
  font-family: "adobe-garamond-pro";
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 15px;
  font-size: 20px;
  color: #000;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .btn_index {
      margin-top: 0px;
      font-size: 15px;
      padding: 5px 70px;
      margin-bottom: 50px; } }

.pagetop {
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-color: transparent transparent #565656 #565656;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 0px auto;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .pagetop {
      margin-top: 0px; } }

header {
  width: 100%;
  padding: 30px 0 20px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
  font-family: "adobe-garamond-pro"; }
  @media screen and (max-width: 767px) {
    header {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      top: 0;
      padding: 15px 0 0px;
      height: 65px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 20px;
      z-index: 1; } }
  header .header_in {
    width: 83.33%;
    max-width: 1000px;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      header .header_in {
        width: 87.5%;
        max-width: 1050px;
        position: relative; } }
    header .header_in h1 {
      width: 49.09%; }
      @media screen and (max-width: 767px) {
        header .header_in h1 {
          width: 45%;
          margin-bottom: 0px; } }
      header .header_in h1 a {
        color: #000;
        font-size: 26px;
        line-height: 1.2; }
        @media screen and (max-width: 767px) {
          header .header_in h1 a {
            font-size: 16px; } }
    header .header_in nav {
      width: 45.45%; }
      @media screen and (max-width: 767px) {
        header .header_in nav {
          width: 100%;
          position: fixed;
          left: 0px;
          top: 65px;
          height: calc(100vh - 65px);
          display: none;
          z-index: 100;
          background-color: rgba(255, 255, 255, 0.9); } }
      header .header_in nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media screen and (max-width: 767px) {
          header .header_in nav ul {
            display: block;
            padding-top: 20px; } }
        header .header_in nav ul li {
          width: 24%; }
          @media screen and (max-width: 959px) {
            header .header_in nav ul li {
              width: 48%;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              margin-bottom: 10px; } }
          @media screen and (max-width: 767px) {
            header .header_in nav ul li {
              width: 100%;
              display: block;
              margin-bottom: 0px; } }
          header .header_in nav ul li a {
            color: #000;
            text-align: right; }
            @media screen and (max-width: 767px) {
              header .header_in nav ul li a {
                font-size: 16px;
                line-height: 1;
                padding: 20px 0px;
                text-align: center; } }
    header .header_in .btn_menu_fix {
      display: none; }
      @media screen and (max-width: 767px) {
        header .header_in .btn_menu_fix {
          display: block;
          position: absolute;
          z-index: 1000;
          right: 0px;
          top: 6px; } }
    @media screen and (max-width: 767px) {
      header .header_in .btn_menu_area {
        position: relative;
        -webkit-transition: all 1.0s;
        transition: all 1.0s;
        width: 35px;
        height: 20px; } }
    header .header_in .btn_menu_area span {
      position: absolute;
      left: 0px;
      top: calc(50% - 1px);
      height: 2px;
      width: 100%;
      background-color: #323232;
      -webkit-transition: all 1.0s;
      transition: all 1.0s; }
    header .header_in .btn_menu_area:before {
      position: absolute;
      left: 0px;
      top: 0px;
      height: 2px;
      width: 100%;
      background-color: #323232;
      content: "";
      -webkit-transition: all 1.0s;
      transition: all 1.0s; }
    header .header_in .btn_menu_area:after {
      position: absolute;
      left: 0px;
      bottom: 0px;
      height: 2px;
      width: 100%;
      background-color: #323232;
      content: "";
      -webkit-transition: all 1.0s;
      transition: all 1.0s; }
    header .header_in .btn_menu_area_on span {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
      top: calc(50% - 1px);
      opacity: 0; }
    header .header_in .btn_menu_area_on:before {
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg);
      top: calc(50% - 1px); }
    header .header_in .btn_menu_area_on:after {
      -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
      top: calc(50% - 1px); }

.lang_tab {
  margin-bottom: 40px;
  text-align: center; }
  .lang_tab li {
    margin-right: 10px;
    display: inline-block; }
    .lang_tab li a {
      font-size: 10px;
      padding: 5px 10px;
      line-height: 1;
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
      color: #000; }
    .lang_tab li .cur {
      border-bottom: 1px solid #000; }
  .lang_tab li:nth-last-child(1) {
    margin-right: 0px; }

.txt_box {
  margin-bottom: 150px; }
  @media screen and (max-width: 959px) {
    .txt_box {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media screen and (max-width: 767px) {
    .txt_box {
      margin-bottom: 50px; } }
  .txt_box .txt_eng {
    font-family: "adobe-garamond-pro"; }
  .txt_box p {
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .txt_box p {
        font-size: 13px;
        margin-bottom: 10px; } }
    .txt_box p strong {
      display: block;
      font-weight: bold;
      font-size: 15px; }
      @media screen and (max-width: 767px) {
        .txt_box p strong {
          font-size: 14px; } }

.more_btn_out {
  text-align: center; }

.more_btn {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  color: #000;
  position: relative;
  padding: 5px 10px 5px;
  line-height: 1;
  font-family: "adobe-garamond-pro";
  border: 1px solid #000;
  /*&::before{
    content: "";
    width: 14px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 101%;
    top: 50%;
  }
  &::after{
    content: "";
    width: 14px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 101%;
    top: 50%;
  }*/ }
  @media screen and (max-width: 767px) {
    .more_btn {
      font-size: 13px; } }

.txt_box_in {
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  @media screen and (max-width: 767px) {
    .txt_box_in {
      height: 150px;
      margin-bottom: 10px; } }

.txt_box_on {
  height: auto; }

main {
  width: 83.33%;
  max-width: 1000px;
  margin: 0px auto; }
  @media screen and (max-width: 767px) {
    main {
      width: 83.33%;
      max-width: 1000px; } }

footer {
  padding-top: 0px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    footer {
      padding-top: 50px; } }
  footer .pgi_link {
    width: 40px;
    margin: 0px auto;
    margin-bottom: 0px;
    padding-top: 100px; }
    @media screen and (max-width: 767px) {
      footer .pgi_link {
        width: 30px;
        overflow: hidden;
        padding-top: 40px;
        margin-bottom: 20px; } }
    footer .pgi_link svg {
      max-width: 100%;
      height: auto;
      fill: #959595; }
  footer small {
    font-size: 12px;
    padding: 80px 0 30px; }
    @media screen and (max-width: 767px) {
      footer small {
        padding: 40px 0 15px;
        font-size: 10px; } }

@media screen and (max-width: 767px) {
  .sp {
    display: block; }
  .sp_inline {
    display: inline; }
  .pc {
    display: none; }
  .pc_inline {
    display: none; } }

@media screen and (max-width: 959px) {
  .pc_inline_tab,
  .pc_tab {
    display: none; }
  .tab {
    display: block; } }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

*html.clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.clearfix_none:after {
  display: none; }

.cur_none {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px); }

.list_com {
  width: 83.33%;
  max-width: 1000px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left; }
  .list_com li {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px; }
    @media screen and (max-width: 959px) {
      .list_com li {
        width: 25%; } }
    @media screen and (max-width: 767px) {
      .list_com li {
        width: 31%;
        margin-bottom: 10px; } }
    .list_com li a {
      color: #666;
      font-size: 12px;
      line-height: 1;
      font-family: "adobe-garamond-pro"; }
      @media screen and (max-width: 767px) {
        .list_com li a {
          font-size: 10px; } }

.h3 {
  text-align: left;
  display: none;
  width: 83.33%;
  max-width: 1000px;
  margin: 0px auto;
  margin-bottom: 10px; }

.list_com02 {
  display: none; }

.cur_on {
  opacity: 1 !important;
  -webkit-transform: translate(0px, 0px) !important;
  -ms-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important; }

/*::-webkit-scrollbar {
  height: 10px; }

::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-thumb {
  background-color: #93824e;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); }
*/
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 2.0s;
  transition: all 2.0s; }

.fadein_L {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
  -webkit-transition: all 2.0s;
  transition: all 2.0s; }

.fadein_R {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
  -webkit-transition: all 2.0s;
  transition: all 2.0s; }

.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.pc {
  display: block; }

.pc_inline {
  display: inline; }

.sp {
  display: none; }

.sp_inline {
  display: none; }

.tab {
  display: none; }

.tab_inline {
  display: none; }

.wh100p {
  width: 100%;
  height: auto; }

@media screen and (max-width: 959px) {
  .tab {
    display: block; }
  .tab_inline {
    display: inline; }
  .sp {
    display: none; }
  .sp_inline {
    display: none; } }

@media screen and (max-width: 767px) {
  .sp {
    display: block; }
  .sp_inline {
    display: inline; }
  .pc {
    display: none; }
  .pc_inline {
    display: none; }
  .tab {
    display: none; }
  .tab_inline {
    display: none; }
  .spwh100p {
    width: 100%;
    height: auto; } }
