@charset "UTF-8";
img {
  max-width: 100%;
}

.position {
  position: relative;
}

.contents {
  width: 100%;
  overflow: hidden;
  font-weight: 400;
  font-family: "hiragino-kaku-gothic-pron", "Noto Sans JP", "AXIS Std", "メイリオ", Meiryo, Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrap {
  width: 90%;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.wrap2 {
  width: 90%;
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.wrap3 {
  width: 90%;
  position: relative;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.fade__Up,
.fade__Up__Load {
  opacity: 0;
  transform: translate(0%, 70px);
  transition: all 0.8s ease-out;
}

.fade__left,
.fade__left__Load {
  opacity: 0;
  transform: translate(-70px, 0px);
  transition: all 0.8s ease-out;
}

.fade__right,
.fade__right__Load {
  opacity: 0;
  transform: translate(90px, 0px);
  transition: all 0.15s ease-out;
  /*transition-delay: 0.4s;*/
}

.fade__in,
.fade__in__Load {
  opacity: 0;
  transform: translate(0%, 0px);
  transition: all 1s ease-out;
}

.fadeUp__on,
.fadeUpLoad__on {
  opacity: 1;
  transform: translate(0%, 0px);
}

header {
  background: #d3d4d3;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0;
  left: 0;
}
header .wrap {
  width: 93%;
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrap .head-logo {
  width: 166px;
}
header .wrap .head-logo img {
  display: block;
}
header .wrap .head-nav {
  max-width: 700px;
  width: calc(100% - 166px);
}
header .wrap .head-nav .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrap .head-nav .flex .page-link {
  width: calc(100% - 220px);
  text-align: left;
  font-size: 0;
}
header .wrap .head-nav .flex .page-link li {
  display: inline-block;
  margin-right: 34px;
  padding-right: 12px;
  position: relative;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
header .wrap .head-nav .flex .page-link li:last-child {
  margin-right: 0;
}
header .wrap .head-nav .flex .page-link li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 5px;
  background: url(../images/common/shitayajirushi.svg) no-repeat center center/contain;
}
header .wrap .head-nav .flex .page-link li:last-child {
  margin-right: 0;
}
header .wrap .head-nav .flex .page-link li a {
  display: block;
  width: 100%;
}
header .wrap .head-nav .flex .sns-list {
  width: 62px;
  text-align: right;
  font-size: 0;
}
header .wrap .head-nav .flex .sns-list li {
  display: inline-block;
  width: 25px;
  margin-right: 10px;
  vertical-align: middle;
}
header .wrap .head-nav .flex .sns-list li a {
  display: block;
  width: 100%;
}
header .wrap .head-nav .flex .sns-list li:last-child {
  margin-right: 0;
}
header .wrap .head-nav .flex .con-btn {
  width: 110px;
}
header .wrap .head-nav .flex .con-btn a {
  display: block;
  text-align: center;
  padding: 14px 0;
  border-radius: 50px;
  background: #1d68ab;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

/* ================================
   Password Protected Form Styles
   ================================ */
.post-password-form {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 30px 28px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  text-align: center;
  box-sizing: border-box;
}
.post-password-form p {
  font-size: 14px;
  line-height: 1.9;
  color: #231815;
  margin-bottom: 16px;
}
.post-password-form label {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #231815;
}
.post-password-form input[type=password] {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #d3d4d3;
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.post-password-form input[type=password]:focus {
  border-color: #1d68ab;
  box-shadow: 0 0 0 3px rgba(29, 104, 171, 0.12);
}
.post-password-form input[type=submit] {
  display: inline-block;
  margin-top: 16px;
  height: 44px;
  padding: 0 22px;
  border: 0;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  line-height: 44px;
  cursor: pointer;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.02s ease;
}
.post-password-form input[type=submit]:hover {
  opacity: 0.9;
}
.post-password-form input[type=submit]:active {
  transform: translateY(1px);
}

@media (max-width: 900px) {
  .post-password-form {
    width: 86%;
    margin-top: 18vw;
    margin-bottom: 18vw;
    padding: 6vw;
  }
  .post-password-form p {
    font-size: 3.3vw;
    line-height: 1.9;
    margin-bottom: 3.3vw;
  }
  .post-password-form label {
    font-size: 3.3vw;
    margin-bottom: 2.6vw;
  }
  .post-password-form input[type=password] {
    max-width: none;
    width: 100%;
    height: 11.6vw;
    font-size: 3.6vw;
    padding: 0 3vw;
  }
  .post-password-form input[type=submit] {
    height: 11.6vw;
    line-height: 11.6vw;
    padding: 0 6vw;
    font-size: 3.6vw;
    margin-top: 3.3vw;
  }
}
footer {
  padding-top: 110px;
  padding-bottom: 28px;
  color: #fff;
  background: #000000;
  text-align: center;
}
footer .logo {
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 345px;
}
footer .logo img {
  width: 100%;
}
footer .foot-name {
  font-size: 15px;
  line-height: 1.46;
}
footer .foot-address {
  font-size: 12px;
  line-height: 1.41;
  margin-bottom: 20px;
}
footer .foot-tel {
  line-height: 1.41;
  margin-bottom: 10px;
  font-size: 14px;
}
footer .foot-tel span {
  font-weight: 700;
  font-size: 20.1px;
}
footer .foot-tel a {
  color: #fff;
  text-decoration: none;
}
footer .foot-time {
  font-size: 12px;
  line-height: 1.41;
  margin-bottom: 10px;
}
footer .foot-address2 {
  font-size: 12px;
  line-height: 1.41;
  margin-bottom: 34px;
}
footer .sns-list {
  margin-bottom: 100px;
  text-align: center;
}
footer .sns-list li {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  width: 25px;
}
footer .sns-list li:last-child {
  margin-right: 0;
}
footer .link-list {
  padding-bottom: 15px;
}
footer .link-list li {
  display: inline-block;
  margin-right: 38px;
  vertical-align: middle;
  line-height: 1;
}
footer .link-list li:last-child {
  margin-right: 0;
}
footer .link-list li a {
  color: #fff;
  font-size: 12px;
}
footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #fff;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1;
  border-top: 1px solid #fff;
}

.en-ttl {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.ja-minittl {
  font-size: 20px;
  text-align: center;
  line-height: 1.65;
  font-weight: 700;
}

.ja-ttl {
  font-size: 35px;
  text-align: center;
  margin-top: 45px;
  font-weight: 700;
}

.sub-copy {
  font-size: 18px;
  line-height: 1.94;
  text-align: center;
  margin-top: 45px;
}

.link-text {
  text-align: center;
  margin-top: 65px;
}
.link-text a {
  display: inline-block;
  color: #1d68ab;
  font-size: 13px;
  line-height: 1;
  padding-bottom: 8px;
  font-weight: 600;
  border-bottom: 2px solid #1d68ab;
}
.link-text a span {
  width: 6px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 2px;
}
.link-text a span img {
  width: 100%;
}

.head-box {
  padding-top: 100px;
  padding-bottom: 95px;
  background: #000;
  color: #fff;
}
.head-box.top {
  padding-bottom: 0;
}
.head-box .bottom-entext {
  width: 100%;
  margin-top: 84px;
  text-align: center;
}
.head-box .bottom-entext img {
  vertical-align: bottom;
}

@media (max-width: 900px) {
  header {
    padding-top: 2.9vw;
    padding-bottom: 2.9vw;
    transition: all 0.3s ease;
  }
  header.on {
    background: #000000;
    color: #fff;
  }
  header.on img {
    filter: brightness(0) invert(1);
  }
  header .wrap {
    width: 93%;
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .wrap .head-logo {
    width: 33vw;
  }
  header .wrap .head-nav {
    max-width: none;
    width: calc(100% - 33vw);
  }
  header .wrap .head-nav .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  header .wrap .head-nav .flex .sns-list {
    width: 16.8vw;
    text-align: right;
    font-size: 0;
    margin-right: 9.8vw;
  }
  header .wrap .head-nav .flex .sns-list li {
    display: inline-block;
    margin-right: 3.3vw;
    width: 6.6vw;
    vertical-align: middle;
  }
  header .wrap .head-nav .flex .sns-list li:last-child {
    margin-right: 0;
  }
  header .wrap .head-nav .flex .sns-list li a {
    display: block;
    width: 100%;
  }
  header .wrap .head-nav .flex .sns-list li:last-child {
    margin-right: 0;
  }
  header .wrap .head-nav .flex .con-btn {
    width: 26.6vw;
    margin-right: 9.8vw;
  }
  header .wrap .head-nav .flex .con-btn a {
    display: block;
    text-align: center;
    padding: 2.6vw 0;
    border-radius: 10vw;
    font-size: 3.3vw;
    line-height: 1;
  }
  footer {
    padding-top: 18vw;
    padding-bottom: 4vw;
    text-align: center;
  }
  footer .logo {
    margin-bottom: 6.6vw;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 70vw;
  }
  footer .logo img {
    width: 100%;
  }
  footer .foot-name {
    font-size: 3.3vw;
    line-height: 1.46;
  }
  footer .foot-address {
    font-size: 2.6vw;
    line-height: 1.41;
    margin-bottom: 3.3vw;
  }
  footer .foot-tel {
    line-height: 1.41;
    margin-bottom: 2.4vw;
    font-size: 2.8vw;
  }
  footer .foot-tel span {
    font-weight: 700;
    font-size: 4.6vw;
  }
  footer .foot-time {
    font-size: 2.6vw;
    line-height: 1.41;
    margin-bottom: 1.3vw;
  }
  footer .foot-address2 {
    font-size: 2.6vw;
    line-height: 1.41;
    margin-bottom: 6vw;
  }
  footer .sns-list {
    margin-bottom: 15vw;
    text-align: center;
  }
  footer .sns-list li {
    display: inline-block;
    margin-right: 7.4vw;
    vertical-align: middle;
    width: 6.6vw;
  }
  footer .sns-list li:last-child {
    margin-right: 0;
  }
  footer .link-list {
    padding-bottom: 2.6vw;
  }
  footer .link-list li {
    display: inline-block;
    margin-right: 6vw;
    vertical-align: middle;
    line-height: 1;
  }
  footer .link-list li:last-child {
    margin-right: 0;
  }
  footer .link-list li a {
    color: #fff;
    font-size: 2.6vw;
  }
  footer .copyright {
    text-align: center;
    padding-top: 4.3vw;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.6vw;
  }
  .en-ttl {
    font-size: 4vw;
    text-align: center;
  }
  .ja-minittl {
    font-size: 4.6vw;
    text-align: center;
  }
  .ja-ttl {
    font-size: 6.6vw;
    text-align: center;
    margin-top: 7vw;
  }
  .sub-copy {
    font-size: 3.5vw;
    line-height: 1.94;
    text-align: center;
    margin-top: 8vw;
  }
  .link-text {
    text-align: center;
    margin-top: 65px;
    font-weight: 600;
  }
  .link-text a {
    display: inline-block;
    color: #1d68ab;
    font-size: 3.3vw;
    line-height: 1;
    padding-bottom: 1.6vw;
    border-bottom: 2px solid #1d68ab;
  }
  .link-text a span {
    width: 6px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0.8vw;
  }
  .link-text a span img {
    width: 100%;
  }
  .head-box {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .head-box.top {
    padding-bottom: 0;
  }
  .head-box .bottom-entext {
    width: 100%;
    margin-top: 9.3vw;
    text-align: center;
  }
  .menu-btn {
    cursor: pointer;
    position: absolute;
    top: 6.8vw;
    right: 5.3vw;
    z-index: 99999;
    display: block;
    height: 3.3vw;
    text-align: center;
  }
  .menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
  }
  .menu-trigger {
    position: relative;
    height: 3.3vw;
    width: 5.3vw;
    z-index: 9998;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    height: 0.5vw;
    width: 100%;
    background-color: #231815;
    border-radius: 0px;
    display: inline-block;
    box-sizing: border-box;
  }
  /*.menu-trigger.active span {
    background-color:#fff;
  }
  .menu-trigger.ex span {
    background:#fff;
  }*/
  .menu-trigger span:nth-of-type(1) {
    top: 0px;
    width: 5.3vw;
    height: 0.5vw;
  }
  .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 1.6vw;
    width: 5.3vw;
    height: 0.5vw;
  }
  .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 0.5s forwards;
    animation: menu-bar01 0.5s forwards;
  }
  .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 0.5s forwards;
    animation: menu-bar01 0.5s forwards;
  }
  .menu-texbox .menu-tex {
    display: block;
  }
  .menu-texbox .menu-tex2 {
    display: none;
  }
  .menu-texbox.close .menu-tex {
    display: none;
  }
  .menu-texbox.close .menu-tex2 {
    display: block;
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(0.5vw) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(0.5vw) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(0.5vw) rotate(45deg);
    }
    50% {
      transform: translateY(10px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .menu-trigger span:nth-of-type(2) {
    transition: all 0.25s 0.25s;
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 0.5s forwards;
    animation: menu-bar02 0.5s forwards;
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-0.5vw) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-0.5vw) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-0.5vw) rotate(-45deg);
    }
    50% {
      transform: translateY(-0.5vw) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 0.5s forwards;
    animation: active-menu-bar01 0.5s forwards;
    background: #fff;
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(0.5vw) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0.5vw) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(0.5vw) rotate(0);
    }
    100% {
      transform: translateY(0.5vw) rotate(45deg);
    }
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 0.5s forwards;
    animation: active-menu-bar03 0.5s forwards;
    background: #fff;
    top: 1.1vw;
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-0.5vw) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-0.5vw) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-0.5vw) rotate(0);
    }
    100% {
      transform: translateY(-0.5vw) rotate(-45deg);
    }
  }
  .sp-menu {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    display: none;
    position: fixed;
    transition: all 0.3s ease;
    top: 14.2vw;
    z-index: 10000;
    right: 0%;
    padding-bottom: 10%;
    overflow-y: scroll;
    padding-top: 30vw;
  }
  .sp-menu .sns-list-ex {
    margin-top: 13.3vw;
    text-align: center;
  }
  .sp-menu .sns-list-ex li {
    display: inline-block;
    margin-right: 4vw;
    width: 8vw;
    vertical-align: middle;
  }
  .sp-menu .page-link li {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10.6vw;
    font-size: 16px;
    line-height: 1;
  }
  .sp-menu .page-link li a {
    color: #fff;
    display: block;
    width: 100%;
    position: relative;
    font-size: 4vw;
  }
  .sp-menu .page-link li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8vw;
    height: 4vw;
    background: url(../images/common/sp-yajirushi.png) no-repeat center center/contain;
  }
  /*.sp-menu li:nth-child(2),.sp-menu li:nth-child(6){
    margin-bottom: 5%;
  }
  .sp-menu li:nth-child(n+3):nth-child(-n+4){
      margin-bottom: 9%;
      vertical-align: bottom;
  }
  .sp-menu li:nth-child(n+7):nth-child(-n+8){
    margin-bottom: 9%;
    vertical-align: bottom;
  }*/
  .sp-menu li:last-child {
    margin-bottom: 0;
  }
}
.link-area {
  margin-top: -40px;
  padding-top: 40px;
}

.contents {
  padding-top: 74px;
}

@media (max-width: 900px) {
  .contents {
    width: 100%;
    overflow: hidden;
    padding-top: 14vw;
  }
  .contents img {
    max-width: 100%;
  }
  .wrap {
    width: 86%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap2 {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .link-area {
    margin-top: -12vw;
    padding-top: 12vw;
  }
}
.main-img {
  height: 784px;
  position: relative;
}
.main-img .main-textbox {
  position: absolute;
  bottom: 46px;
  width: 100%;
  text-align: center;
}
.main-img .main-textbox .main-ttl {
  text-align: center;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
}
.main-img .main-textbox .main-imgtext img {
  width: auto;
  height: 68px;
}

.mini-logo {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.mini-logo img {
  width: 100%;
}

@media (max-width: 900px) {
  .main-img {
    height: 133vw;
    position: relative;
  }
  .main-img .main-textbox {
    position: absolute;
    bottom: 6.6vw;
    width: 100%;
    text-align: center;
  }
  .main-img .main-textbox .main-ttl {
    margin-bottom: 2.6vw;
    font-size: 3.8vw;
  }
  .main-img .main-textbox .main-imgtext img {
    width: auto;
    height: 13vw;
  }
  .mini-logo {
    width: 33.8vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw img;
    margin-bottom-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */