@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,900&display=swap');

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size:1.6rem;/* 16px*/
  line-height: 2;
  color: #333;
  text-align: left;
  background: #0c0b0c url(../images/bg.jpg);
  background-size: contain;
  background-position: center;
  position: relative;
}
@media screen and (max-width:639px) {
  body {
    font-size: 1.2rem;
  }
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

p{
  margin: 0;
}

img{
  vertical-align: bottom;
  box-sizing: border-box;
}

a{
  color: #C0AE72;
}
a:hover{
  color: #897227;
  text-decoration: none;
}

input:focus{
  outline: none;
}

/*======================================================
共通要素
======================================================*/
.container{
  margin: 0 auto;
}
img{
  max-width: 100%;
}
.heading{
  background: #6a7984;
  color: #fff;
  padding: 10px;
  margin: 0;
  margin-bottom: 40px;
}
h2{
  text-align: center;
  font-size: 2em;
  font-weight: 900;
  letter-spacing: 0.3em;
  margin-bottom: 0;
}
.description{
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.1em;
}
.btn{
  display: block;
  font-size: 1em;
  text-align: center;
}
.btn a{
  display: block;
  max-width: 600px;
  margin: 10px auto 0;
  padding: 10px 20px;
  border: 0;
  background: #6A7984;
  color: #fff;
  border-radius: 20px;
  transition: .3s;
}
.btn a:hover{
  background: #475259;
}
@media screen and (max-width:639px) {
  .container{
    width: 100%;
    padding: 0 20px;
  }
  h2{
    font-size: 1.7em;
  }
  .description{
    text-align: left;
  }
}

/*======================================================
header
======================================================*/
.header{
  background: #fff;
  padding: 10px 0;
}
.header .row{
  align-items: center;
  justify-content: space-between;
}
.h_logo{
}
.h_logo img{
  max-height: 30px;
  vertical-align: middle;
}
.h_tel{
  text-align: right;
}
.h_tel img{
  max-height: 30px;
  vertical-align: middle;
}

@media screen and (max-width:639px) {
  .h_tel{
    display: none;
  }
}
/*======================================================
cta
======================================================*/
.kv-cta{
  margin-top: -90px;
  display: block;
  width: 100%;
  transition: .3s;
}
.kv-cta a,
.fixed-cta a{
  display: block;
  background: rgba(106,121,132,0.6);
  text-align: center;
  font-size: 1.7em;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #fff;
  position: relative;
  transition: .3s;
}
.kv-cta a:hover,
.fixed-cta a:hover{
  background: rgba(106,121,132,0.8);
}
.kv-cta a:after,
.fixed-cta a:after{
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  right: 1.3em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  font-size: 0.8em;
}
.kv-movie{
  margin: 50px auto 0;
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.kv-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:639px) {
  .kv-cta a:after{
    content: "";
  }
  .kv-cta{
    margin-top: -250px;
  }
}
.fixed-cta a:after{
  right: 0.8em;
}
.fixed-cta{
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  transition: 1s;
}
.fixed-cta.is-fixed{
  display: block;
}
/*======================================================
kv
======================================================*/
.kv{
  margin-top: 100px;
}
.kv img{
  max-width: 100%;
  margin: auto;
}
.kv-rows{
  position: relative;
  padding-top: 100px;
}
.kv-left,
.kv-right{
  text-align: center;
}
.kv-left img{
  width: 600px;
}
.kv-right img{
  width: 250px;
  position: relative;
  display: block;
}
.kv-right-shadow{
  margin-top: -20px !important;
}
.kv-point{
  margin-top: 50px;
  text-align: center;  
}
.kv-point img{
  max-width: 250px;
}
.lang-th .kv-point img{
  max-width: 320px;
}
@media screen and (max-width:639px) {
  .kv{
    margin-top: 30px;
  }
  .kv-left{
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .kv-point img{
    width: 100%;
  }
  .kv-right img{
    width: 150px;
  }
  .kv-point .col:nth-of-type(n+3){
    margin-top: 20px;
  }
  .kv-cta{
    margin-top: -20px;
  }
}
@media only screen and (min-width:640px) and (max-width:1023px) {
  .kv-right img{
    width: 200px;
  }
  .kv-point img{
    width: 100%;
  }
  .kv-point .col:nth-of-type(n+4){
    margin-top: 20px;
  }
}
@media screen and (min-width:1024px) {
  .kv-point .col:nth-of-type(n+4){
    margin-top: 20px;
  }
}

/*======================================================
sc01
======================================================*/
.sc01{
  margin-top: 100px;
}
.sc01-point{
}
.sc01-point{
  text-align: center;
}
.sc01-point img{
  max-width: 250px;
}
@media screen and (max-width:639px) {
  .sc01-point img{
    max-width: 60%;
  }
  .sc01-point .col{
    margin-bottom: 20px;
  }
}
@media only screen and (min-width:640px) and (max-width:1023px) {
  .sc01-point img{
    max-width: 100%;
  }
}
/*======================================================
sc02,03
======================================================*/
.sc02,
.sc03{
  margin-top: 100px;
}
/*======================================================
sc04
======================================================*/
.sc04{
  margin-top: 150px;
  position: relative;
}
.sc04-point{
  margin-top: -120px;
  position: relative;
}
@media screen and (max-width:639px) {
  .sc04{
    margin-top: 50px;
  }
  .sc04-point{
    margin-top: 0px;
  }
}
@media only screen and (min-width:640px) and (max-width:1023px) {
  .sc04-point{
    margin-top: -70px;
  }
}
/*======================================================
form
======================================================*/
.form{
  margin-top: 100px;
}
.form .container{
}
.form-group{
  border: 2px solid #808080;
  background: #fff;
  padding: 20px;
}
.label-group{
  margin-bottom: 20px;
}
.label-group:last-of-type{
  margin-bottom: 0;
}
.label-group input,
.label-group textarea{
  width: 100%;
  padding: 0.3em 0.6em;
  border: 1px solid #6a7984;
  background: #fff;
}
.label-group select{
  padding: 0.3em 0.6em;
  display: block;
}
.label-group select option{
  font-size: 0.9em;
}
.label-group label{
  font-size: 0.9em;
}
.label-group label span{
  font-size: 0.9em;
  margin-left: 10px;
}
.required{
  color: #ff6400;
  font-weight: 700;
}
.form-check{
  font-size: 0.9em;
}
.form-btn{
  margin-top: 20px;
  text-align: center;
}
.form-btn button,
.form-btn input[type="button"],
.form-btn input[type="submit"]{
  display: block;
  width: 100%;
  border: 0;
  background: #6A7984;
  color: #fff;
  border-radius: 20px;
  transition: .3s;
  max-width: 600px;
  margin: 0 auto 20px;
}
.form-btn button:hover,
.form-btn input[type="button"]:hover,
.form-btn input[type="submit"]:hover{
  background: #475259;
}
.form-btn input[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}


/*--------mail form-----------*/
.contact-form{
  width: 100%;
}
.contact-form-item{
  width: 100%;
  margin: 0;
  padding: 20px 0 15px;
  border-bottom: #e2e2e2 1px solid;
  max-width: 100vw;
}
.contact-form-item--email{
  border-bottom: 0;
  padding-bottom: 0;
}
.contact-form-item--email-confirm{
  padding-top: 10px;
}
.contact-form-item__label{
  padding: 0 16px 0 4px;
  text-align: left;
}
.contact-form-item__label label{
  margin: 0 !important;
}
.contact-form-item__label .not-required{
  box-sizing: border-box;
  display: inline-block !important;
  padding: 2px 5px;
  background-color: #777;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  width: calc(2.5em + 10px);
}
.contact-form-item__label .required{
  box-sizing: border-box;
  display: inline-block !important;
  padding: 2px 5px;
  background-color: #ce052c;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  width: calc(2.5em + 10px);
}
.contact-form-item__content{
  padding: 0 5px;
  text-align: left;
}
.contact-form-item--address .contact-form-item__content > div + div{
  margin-top: 15px;
}
@media(min-width:769px) {
  .contact-form-item--address .contact-form-item__content > div{
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .contact-form-item--address .contact-form-item__content > div > label{
    flex-basis: 9em;
    flex-shrink: 0;
  }
}
.contact-form-item__content input,
.contact-form-item__content select,
.contact-form-item__content textarea,
.contact-form-item__content button{
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  font-size: 14px;
}
.contact-form-item__content input,
.contact-form-item__content textarea,
.contact-form-item__content button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-form-item__content input[type="text"],
.contact-form-item__content input[type="email"],
.contact-form-item__content input[type="tel"]{
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  border: 1px solid #bebebe;
  background: #f5f5f5;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all .2s ease;
}
.contact-form-item__content select{
  width: 50%;
  padding: 8px 24px 8px 8px;
  border: 1px solid #bebebe;
  border-radius: 0;
  background-color: #f5f5f5;
  transition: all .2s ease;
}
@media(max-width:768px) {
  .contact-form-item__content select{
    width: 100%;
  }
}
.contact-form-item__content select:not([multiple]){
  height: 38px;
}
.contact-form-item__content textarea{
  width: 100% !important;
  padding: 8px;
  border: 1px solid #bebebe;
  background: #f5f5f5;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.contact-form-item__content input:focus{
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.contact-form-item__content input:hover{
  border: 1px solid #329bd2;
  background-color: rgba(0, 0, 0, 0.2);
}
.contact-form-item__accept{
  position: relative;
}
.contact-form-item__accept:hover{
  background: rgba(0, 0, 0, 0.1);
}
.contact-form-item__accept input[type="checkbox"]{
  display: none;
}
.contact-form-item__accept span{
  position: relative;
  padding-left: 20px;
}
.contact-form-item__accept span::before{
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  background-color: #fff;
  content: '';
}
.contact-form-item__accept input[type="checkbox"]:checked + span::after{
  display: block;
  position: absolute;
  content: '';
  top: 7px;
  left: 5px;
  width: 5px;
  height: 9px;
  transform: rotate(40deg);
  border-right: 2px solid #329bd2;
  border-bottom: 2px solid #329bd2;
}
.contact-form-item__subtext{
  margin-top: 5px;
  margin-bottom: 0;
  color: #666;
  font-size: 90%;
}
.contact-form-item__subtext a{
  padding: 0 2px;
  color: #329bd2;
}
@media(min-width:769px) {
  .contact-form-item{
    display: grid;
    grid-template-columns: 260px 1fr;
  }
}
.btn-box{
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.btn-box .btn{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 240px;
  margin-right: 5px;
  padding: 16px 48px;
  border: none;
  border-radius: 4px;
  background-color: #329bd2;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all .2s ease;
}
.btn-box .btn:hover{
  cursor: pointer;
  outline: none;
  background-color: #2886b9;
}
.btn-box .btn--gray{
  background-color: #999;
}
.btn-box .btn--gray:hover{
  background-color: #888;
}
@media(max-width:768px) {
  .btn-box{
    flex-direction: column;
  }
}
/*======================================================
thanks
======================================================*/
.thanks{
  margin: 100px 0;
}
.thanks .container{
  border: 2px solid #808080;
  background: #fff;
  padding: 20px;
}
.thanks p{
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width:639px) {
  .thanks{
    margin: 30px;
  }
}
.thanks table{
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  border-collapse: collapse;
}
.thanks th,
.thanks td{
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 0.9em;
}
.thanks th{
  background: #eee;
  width: 25%;
}
/*======================================================
footer
======================================================*/
.footer{
  margin-top: 50px;
  padding-bottom: 50px;
}
.f_logo{
  max-width: 100px;
  margin: 0 auto;
  text-align: center;
}


/*======================================================
言語切替
======================================================*/
.fixed-language{
  position: fixed;
  display: flex;
  right: 0;
  top: 70px;
  max-width: 80px;
}
.fixed-language ul{
  margin: 0;
  padding: 0;
}
.fixed-language li{
  list-style: none;
}
.fixed-language li a{
  display: block;
  width: 60px;
  background: #fff;
  text-align: center;
  font-size: 1.2rem;
  color: #333;
  transition: .3s;
}
.fixed-language li a:hover{
  background: #6a7984;
  color: #fff;
}
.fixed-language li.active a{
  text-decoration: underline;
  background: #6a7984;
  color: #fff;
}
.fixed-language li:first-of-type a{
  border-radius: 5px 0 0 0;
}
.fixed-language li:last-of-type a{
  border-radius: 0 0 0 5px;
}


/*======================================================
動画モーダル
======================================================*/
#modal-content{
width:80%;
margin:0;
padding:0;
background:#fff;
position:fixed;
display:none ;
z-index:99999;
}

#modal-content .inner{
position:relative;
}

#modal-content .inner{
position:relative;
width:100%;
padding-top:56.25%;
overflow:hidden;
}

#modal-content .inner #player{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

#modal-overlay{
z-index:9999;
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:120%;
background-color:rgba( 0,0,0, 0.75 );
}
/*======================================================
スマホ
======================================================*/
@media screen and (max-width:639px) {
/*スマホ用のcssを記述*/
}
   
@media only screen and (min-width:640px) and (max-width:1023px) {
/*tablet用のcssを記述*/
}
  
@media screen and (min-width:1024px) {
/*pc用のcssを記述*/
}

.privacy-accept{
  margin-top: 30px;
  text-align: center;
}
