@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #243A2E;
}
.en {
  font-size: 1.6rem;
}
b, .strong, .bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.serif {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}
/*-----------------------------------------------------
bootstrap reset
------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
/* 576px- sm */
/*@media screen and (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}*/
/* 768px- md  */
@media screen and (min-width: 768px) {
 body {
  font-size: 1.6rem;
 }
  .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
 .container {
  width: 100%;
  padding-right: 56px;
  padding-left: 56px;
  margin-right: auto;
  margin-left: auto;
}
 }
@media screen and (min-width: 1046px) {
  .container {
    max-width: 1094px;
  }
}
@media screen and (min-width: 1920px) {
 body {
  max-width: 1920px;
  margin: 0 auto;
 }
}
/*-----------------------------------------------------
header
------------------------------------------------------*/
.logo img {
  width: 56px;
}
header .link_popup {
 position: absolute;
 bottom: 24px;
 right: 24px;
 line-height: 1;
}
header .link_popup a {
 color: #fff;
 text-decoration: none;
 display: flex;
}
.link_popup img {
 margin-left: 4px;
}
/* Key Visual
------------------------------------------------------*/
.visual {
  position: absolute;
  width: 100%;
 height: 95vh;
}
.movie {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%,-50%);
}
#index #gHeader {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
 height: 95vh;
}
.v_inner {
  display: flex;
 flex-direction: row;
 justify-content: space-between;
 padding: 24px 24px 0;
 width: 100%;
}
@media screen and (max-width: 866px) {
.movie video {
  height: 100%;
 }
}
@media screen and (min-width: 867px) {
 .visual {
 height: 95vh !important;
  max-width: 1920px;
 }
#index #gHeader {
 height: 95vh !important;
 }
}
@media screen and (min-width: 768px) {
  .logo img {
    width: 326px;
  }
}
@media screen and (min-width: 1024px) {
.v_inner {
 padding: 24px 32px 0;
 } 
header .link_popup {
 right: 32px;
 } 
}
@media screen and (min-width: 1366px) {
.v_inner {
 padding: 32px 40px 0;
 } 
header .link_popup {
 right: 40px;
 bottom: 32px;
 }  
}
/*-----------------------------------------------------
menu 
------------------------------------------------------*/
.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(36, 58, 46, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
main {
  height: 100%;
  min-height: 100vh;
  /*padding: 0 50px;*/
  transition: all .5s;
 /* display: flex;
  flex-direction: column;
  justify-content: center;*/
}
main.open {
  transform: translateX(-93%);
}
.menu-trigger {
  display: inline-block;
  width: 24px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #243A2E;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
.menu-trigger {
  transform: translateX(0);
}
.menu-trigger.active {
  transform: translateX(0px);
}
nav {
  width: 93%;
  height: 100%;
  padding-top: 160px;
 padding-left: 40px;
 padding-right: 40px;
  background-color: rgb(36, 58, 46, 1);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  transform: translate(100%);
  transition: all .5s;
 overflow: scroll;
}
nav.open {
  transform: translateZ(0);
}
nav li {
  color: #fff;
}
nav a {
 color: #fff;
}
nav a:hover {
 color: #fff;
}
.menu_logo {
 margin-bottom: 64px;
}
.menu_list {
 font-size: 1.6rem;
}
.menu_list li {
  margin-bottom: 52px;
}
.menu_list a {
 display: flex;
 justify-content: space-between;
}
.menu_list img {
 width: 40px;
}
.language {
 padding-top: 40px;
}
.language li {
 display: inline;
 margin-right: 8px;
}
.language a {
 text-decoration: none;
}
.language .active {
 font-weight: 800;
}
@media screen and (min-width: 768px) {
main.open {
  transform: translateX(-40%);
}
 nav {
  width: 40%;
  padding-right: 64px;
  padding-left: 64px;
 }
.menu_logo {
  margin-bottom: 90px;
}
.menu_list li {
  margin-bottom: 52px;
}
 .language {
  padding-top: 53px;
}
}
/*-----------------------------------------------------
footer
------------------------------------------------------*/
footer {
  padding: 110px 0 32px;
  background: url("../images/footer.jpg") center center no-repeat;
 background-size: cover;
  color: #fff;
  position: relative;
 overflow: hidden;
}
footer a {
  color: #fff;
}
.en footer a {
 letter-spacing: 0.06em;
}
footer a:hover {
  color: #fff;
}
.footer_info {
display: flex;
 flex-direction: column;
}
#footer_title {
 font-size: 2.2rem;
 line-height: 1.5;
 letter-spacing: 0.03em;
}
.en #footer_title {
 letter-spacing: 0.08em;
}
#footer_logo {
 margin: 12px 0 28px;
}
.en #footer_logo {
 margin: 14px 0 28px;
}
.information {
  font-size: 1.4rem;
 line-height: 1.8;
}
.en .information {
  font-size: 1.6rem;
 letter-spacing: 0.06em;
}
.bannar img {
 width: 100%;
}
.copyright {
  font-size: 1.2rem;
 letter-spacing: 0.12em;
}
.bannar_wrap {
 margin-top: 50px;
 margin-bottom: 50px;
}
.bannar {
 margin-bottom: 7px;
}
.footer_fog {
 position: absolute;
 top: 0;
 left: 70%;
}
.footer_fog img {
 height: 28px;
 display: block;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 144px 0 32px;
  }
.bannar_wrap {
 margin-top: 72px;
 margin-bottom: 72px;
}
.footer_fog {
 position: absolute;
 top: 0;
 left: 80%;
}
.footer_fog img {
 height: 40px;
}
#footer_title {
 letter-spacing: 0.05em;
}
.en #footer_title {
 letter-spacing: 0.1em;
}
}
@media screen and (max-width: 1023px) {
 .bannar_wrap {
 margin-right: -3.5px;
 margin-left: -3.5px;
}
 .bannar_wrap .col-6 {
 padding-right: 3.5px;
padding-left: 3.5px;
 }
}
@media screen and (min-width: 1024px) {
.footer_info {
display: flex;
 flex-direction: row;
 align-items: end;
 justify-content: space-between;
}
#footer_title {
 font-size: 2.4rem;
}
.bannar {
 margin-bottom: 20px;
}
}
/*-----------------------------------------------------
images
------------------------------------------------------*/
.img_cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.img_contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.rectangle {
  width: 100%;
  height: 0;
  padding-bottom: 72%;
}
.square {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.vertical {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
}
/*-----------------------------------------------------
text / link
------------------------------------------------------*/
a {
 color: #243A2E;
}
a.text_link {
 border-bottom: 1px solid #243A2E;
 padding-bottom: 0.2em;
}
a.underline {
  text-decoration: underline;
}
a.normal_link {
 color: #243A2E;
}
a:hover {
  text-decoration: none;
 color: #243A2E;
}
.no_link {
  color: #ccc;
}
.red {
  color: #B70000;
}
.strong {
  font-weight: 700;
}
.font_s {
  font-size: 1.6rem;
  line-height: 1.4;
}
.font_l {
  font-size: 1.8rem;
}
.an_link {
  margin-top: -80px;
  padding-top: 80px;
  transform: translate(0, 50px) !important;
}
.text_shadow {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.marker {
  background: linear-gradient(transparent 50%, #ffb5c1 50%);
  font-weight: bold;
  padding-bottom: 1px;
}
.link_btn {
 border: 1px solid #fff;
 border-radius: 100px;
 width: fit-content;
 color: #fff;
 margin-top: 34px;
}
.link_btn a {
 text-decoration: none;
 display: flex;
 padding: 16px 24px;
}
.link_icon {
 padding-right: 10px;
}
@media screen and (max-width: 767px) {
.link_btn {
 width: 100%;
}
.link_btn a {
 justify-content: center;
}
}
@media screen and (min-width: 992px) {
  a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
   transition: 1.0s ;
  }
  .font_l {
    font-size: 2.2rem;
  }
  .an_link {
    margin-top: -100px;
    padding-top: 100px;
    transform: translate(0, 70px) !important;
  }
}
/*-----------------------------------------------------
layout
------------------------------------------------------*/
.clear {
  clear: both;
}
article {
  padding: 70px 0 160px;
  background: #fff;
  line-height: 1.8;
  position: relative;
}
.content {
  margin-bottom: 80px;
 position: relative;
}
.content p {
 margin-bottom: 2.4rem;
}
.flo-l {
  float: left;
  margin: 0 20px 20px 0;
}
.flo-r {
  float: right;
  margin: 0 0 20px 20px;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.center_block {
  margin: 0 auto;
}
.w25 {
  width: 25%;
}
.w33 {
  width: 33.33%;
}
.w50 {
  width: 50%;
}
@media screen and (min-width: 768px) {
   article {
    padding: 100px 0 180px;
  }
}
@media screen and (min-width: 1024px) {
  article {
    padding: 160px 0 240px;
  }
  .content {
    margin-bottom: 120px;
  }
.content p {
 margin-bottom: 3.2rem;
} 
}
@media screen and (min-width: 1366px) {
  article {
    padding: 160px 0 320px;
  } 
}
/*-----------------------------------------------------
ul / dl / table
------------------------------------------------------*/
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
.li_style1 li {
  list-style-type: disc;
}
article li {
  margin-bottom: 8px;
}
ul.disc li {
  list-style: disc inside !important;
  padding-left: 1em;
  text-indent: -1em;
}
/*dl {
  margin-bottom: 15px;
}
dt {
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C7BFBB;
}
dd {
  margin-bottom: 15px;
}*/
.dl_style2 dt {
  border-bottom: none;
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
table {
  line-height: 1.8;
}
.table_block {
  width: 100%;
}
.table_block a {
  display: block;
}
.table_style1 {
  width: 100%;
}
.table_style1 th {
  padding: 20px 0 0;
  font-weight: normal;
}
.table_style1 td {
  padding: 10px 0 20px;
}
.table_style2 {
  width: 100%;
  margin-bottom: 40px;
}
.table_style2 th {
  border-bottom: 1px solid #ccc;
  padding: 12px 20px;
}
.bg_gray1 {
  background: #808080;
  color: #fff;
}
.bg_gray2 {
  background: #F3F3F3;
}
.table_style2 td {
  border-bottom: 1px solid #ccc;
  padding: 14px 20px;
}
.box_double {
  background-color: #FAF6F4;
  padding: 10px;
  margin-bottom: 20px;
}
.box_double_in {
  padding: 25px 25px 10px;
  border: 4px double #D9D1CD;
}
.box_dashed {
  padding: 20px 25px 5px;
  border: 1px dashed #D9D1CD;
}
@media screen and (max-width: 767px) {
  .table_block th {
    width: 100%;
    display: block;
    border-bottom: none;
  }
  .table_block td {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .table_style1 th {
    padding: 20px 20px 20px;
    width: 22%;
  }
  .table_style1 td {
    padding: 0px 0 20px;
  }
}
@media screen and (min-width: 992px) {
  dl {
    margin-bottom: 20px;
  }
  /*  .table_style1 {
    width: 960px;
    margin: 0 auto;
  }*/
}
/*-----------------------------------------------------
tab
------------------------------------------------------*/
.tab-area {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  margin-left: -4px;
  margin-right: -4px;
}
.tab {
  text-align: center;
  color: #808080;
  /*border-bottom: 1px solid #ccc;*/
  padding: 8px 0;
  margin: 0 4px;
  width: 100%;
}
.tab.active {
  background-color: #f3f3f3;
}
.content-change {
  display: none;
}
.show {
  margin-top: 50px;
  display: block;
}
@media screen and (max-width: 991px) {
  .tab-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .tab {
    flex: 0 0 23%;
    max-width: 23%;
  }
  .tab2 .tab {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .tab-area {
    justify-content: space-around;
  }
  .tab {
    width: 100%;
  }
}
/*-----------------------------------------------------
form
------------------------------------------------------*/
input {
  border: 1px solid #666;
  width: 100%;
}
textarea {
  border: 1px solid #666;
  width: 100% !important;
}
button.btn {
  display: block;
  background: #BD1E32;
  color: #fff;
  padding: 10px 34px;
  border: none;
  letter-spacing: 0.3rem;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
p.btn {
  background: #BD1E32;
  color: #fff;
  border: none;
  letter-spacing: 0.3rem;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
  display: block;
}
p.btn a {
  color: #fff;
  display: block;
  padding: 10px 34px;
}
.btn:hover {
  color: #fff;
}
label {
  margin-right: 8px;
  font-weight: normal;
}
textarea.form-control {
  width: 100%;
}
.table-contact th .label-require {
  background-color: #e46a6a;
  font-weight: normal;
}
.table-contact td .radio {
  margin-right: 10px;
  padding: 10px 0;
  display: inline-block;
}
.table-contact td .radio label {
  background: #fff;
  background-color: rgb(255, 255, 255);
  border: 1px solid #ddd;
  padding: 10px;
}
.table-contact td input.form-control {
  background-color: #fff;
  margin-right: 20px;
  width: 280px;
}
.table-contact td .form-control.input-sm {
  border-radius: 4px;
  height: 26px;
}
.table-contact td label .form-control {
  margin-left: 10px;
  width: 120px;
}
.table-contact td .row input {
  width: 100%;
}
.table-contact td .row .pseudo-hyphen::before {
  content: '-';
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: -0.3em;
}
form .checkbox-agree {
  margin: 0 auto;
  text-align: center;
}
form .checkbox-agree .checkbox {
  border: 1px solid #ddd;
  padding: 10px 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  select, textarea, input {
    font-size: 16px;
  }
  .table-contact td label .form-control {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
/*-----------------------------------------------------
pagenation
------------------------------------------------------*/
.wp-pagenavi {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
 margin-top: 24px;
}
.wp-pagenavi a, .wp-pagenavi .current {
  padding: 5px 15px;
  margin: 0 5px;
  text-decoration: none;
  color: #656867;
  display: inline-block;
  font-weight: 400;
}
.wp-pagenavi .current {
  background: #3C745E;
 color: #fff;
}
.pagenavi-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .wp-pagenavi {
 margin-top: 40px;
}
}
/*-----------------------------------------------------
アニメーション
------------------------------------------------------*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*-----------------------------------------------------
other
------------------------------------------------------*/
#cookie-notice .cn-button {
  color: #FFF;
  text-decoration: underline;
}
#cookie-notice .cn-button:hover {
  text-decoration: none;
}