@charset "utf-8";

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}[type="radio"]{-webkit-appearance:radio;appearance:radio}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}

:root {
  --ggs: 0.8;
}
@media only screen and (max-width: 896px) {
  :root {
    --ggs: 0.5;
  }
}
.index-section{
  padding: 0;
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
.grecaptcha-badge {
  display: none;
}

html, body {
  font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 2;
  font-weight :600;
  letter-spacing: 0em;
  font-style: normal;
  color: #000;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}


body.lang-jp .lang_jp{
  display: block;
}
body.lang-jp .lang_en{
  display: none;
}
body.lang-en .lang_jp{
  display: none;
}
body.lang-en .lang_en{
  display: block;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body.page {
    padding-top: 0vw;
  }
}

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

::selection {
  background: #333333;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
}


/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #050505;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
 slick
--------------------------------------------------- */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-prev{display:block;position:absolute;top:50%;z-index:10;border:none;text-indent:-9999px;cursor:pointer;-webkit-transition:all 0.5s 0s ease;transition:all 0.5s 0s ease;width:40px;height:40px;left:50%;margin-left:-540px}.slick-next{display:block;position:absolute;top:50%;z-index:10;border:none;text-indent:-9999px;cursor:pointer;-webkit-transition:all 0.5s 0s ease;transition:all 0.5s 0s ease;width:40px;height:40px;left:50%;margin-left:430px}.slide .slick-disabled{opacity:.2}@media only screen and (max-width:896px){.slide .slick-prev:hover{opacity:1}.slide .slick-next:hover{opacity:1}.slick-prev{top:50%;left:15px;margin-top:-15px;background-size:30px auto;width:30px;height:30px;z-index:10}.slick-next{top:50%;right:15px;margin-top:-15px;background-size:30px auto;width:30px;height:30px;z-index:10}.slick-prev:hover,.slick-next:hover{-webkit-transform:scale3d(1,1,1) translate(0,0) rotate(0deg);-moz-transform:scale3d(1,1,1) translate(0,0) rotate(0deg);-ms-transform:scale3d(1,1,1) translate(0,0) rotate(0deg);-o-transform:scale3d(1,1,1) translate(0,0) rotate(0deg);transform:scale3d(1,1,1) translate(0,0) rotate(0deg)}}

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */

.scrollview {
  transition: all 0.8s 0s ease;
  opacity: 0;
  transform: scale(1, 1) translate(-0%, 20px);
}

.scrollview.view {
  opacity: 1;
  transform: scale(1, 1) translate(-0%, 0%);
}


/*----------------------------------------------------
 loading
--------------------------------------------------- */

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  /* background:#FFF url(../img/icon.svg) no-repeat center center; */
  background-size: 100px;
}
#loading.out {
  opacity: 0;
  transition: all 0.6s 0.2s linear;
}
@media only screen and (max-width: 896px) {

}


/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */

.wrapper {
  overflow: hidden;
  position: relative;
  transition: all 1.4s 0s linear;
}
@media only screen and (max-width: 896px) {
  .wrapper {
    overflow: hidden;
    position: relative;
  }
}
/* body.page_scroll .wrapper{
  background: #000;
  color: #FFF;
} */

/*----------------------------------------------------
 block_header
--------------------------------------------------- */
.block_header {
  position: relative;
  padding-top: 28px;
  background-image: url(../img/menu_off.jpg);
  background-repeat: repeat-x;
  border-top: #000000 3px solid;
  margin-bottom: 40px;
}
.block_header .logo{
  width: 236px;
  margin:0 auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 896px) {
  .block_header {
    padding-top: 28px;
    background-image: url(../img/menu_off.jpg);
    margin-bottom: 40px;
  }
  .block_header .logo{
    width: 118px;
    margin:0 auto;
    margin-bottom: 20px;
  }
}
/*----------------------------------------------------
 block_entry
--------------------------------------------------- */
.block_entry {
  position: relative;
  margin-bottom: 120px;
  text-align: center;
}
.block_entry .title{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.block_entry .column{
  width: 100%;
  padding: 0 40px;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: left;
  overflow: hidden;
}
.block_entry .column .c_title{
  margin-bottom: 20px;
}
.block_entry .column .c_title span{
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.block_entry .column .c_title span:after{
  content: "";
  position: absolute;
  top: 50%;
  right: -100vw;
  width: 100vw;
  height: 1px;
  margin-right: -10px;
  background: #000;
}
.block_entry .column p{
  font-size: 14px;
  margin-bottom: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.block_entry .column p a{
  text-decoration: underline;
  font-weight: bold;
  color: #dc64b4;
}
.block_entry .box{
  border: 1px #000 solid;
  width: 100%;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: left;
  overflow: hidden;
}
.block_entry .box .b_title{
  text-align: center;
  font-size: 24px;
}
.block_entry .box p{
  font-size: 14px;
  margin-bottom: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.block_entry .box p strong{
  display: block;
  text-align: center;
  color:#FF0000;
}
.block_entry .box .btn a{
  display: block;
  background: #dc64b4;
  color: #FFF;
  text-align: center;
  padding: 20px;
  font-size: 18px;
}
.block_entry .box .btn a:hover{
  opacity: 0.5;
}
@media only screen and (max-width: 896px) {
  .block_entry {
    margin-bottom: 60px;
  }
  .block_entry .title{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .block_entry .column{
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .block_entry .column .c_title{
    margin-bottom: 10px;
  }
  .block_entry .column .c_title span{
    font-size: 14px;
  }
  .block_entry .column .c_title span:after{
  }
  .block_entry .column p{
    font-size: 14px;
    margin-bottom: 14px;
  }
  .block_entry .column p a{
  }
  .block_entry .box{
    border: 1px #000 solid;
    width:90%;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .block_entry .box .b_title{
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .block_entry .box p{
    font-size: 12px;
    margin-bottom: 14px;
  }
  .block_entry .box p strong{
  }
  .block_entry .box .btn a{
    padding: 20px;
    font-size: 14px;
  }
  .block_entry .box .btn a:hover{
  }
}


/*----------------------------------------------------
 block_footer
--------------------------------------------------- */
.block_footer {
  background: #000;
  padding: 20px 0;
  text-align: center;
  color: #FFF;
  position: relative;
}
.block_footer ul{
  margin-bottom: 20px;
}
.block_footer ul li a{
  color: #FFF;
  font-size: 14px;
}
.block_footer .copyright{
  font-family: 'Open Sans';
  font-size: 11px;
  letter-spacing: 0.05em;
}