@charset "UTF-8";
@import url("reset.css");
@import url("anm.css");
@import url("add.css");
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;300;500;700&display=swap');
/*basic*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 960px) {
  .pc-s {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .sp-s {
    display: none !important;
    -webkit-text-size-adjust: 100%;
  }
}

body {
  font-family: 'Jost',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic,"Yu Gothic","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","sans-serif";
  color: black;
  font-weight: 300;
  line-height: 1.73333;
  font-size: 15px;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 15px;
    line-height: 1.73333;
  }
}

a {
  color: #000;
  text-decoration: underline;
}

@media screen and (min-width: 961px) {
  a {
    box-shadow: 0 0 1px transparent;
    transition-duration: 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
  a img {
    -webkit-transition: 0.3s;
  }
}

/*
h1,h2,h3,h4,h5,h5,p{
font-feature-settings: "palt";
}
*/
::selection {
  background: black;
  color: white;
}

::-moz-selection {
  background: black;
  color: white;
}

.mln {
  margin-left: -0.5em;
}

.txt-site-color {
  color: #000;
}

.fntb {
  font-weight: bold;
}

#menu, .sp-menu-btn, .slicknav_menu {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp-menu-btn, .slicknav_menu {
    display: block;
    order: 1;
  }
}

.main {
  overflow: hidden;
  width: 100vw;
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: transparent;
  transition: 1s;
}

@media screen and (max-width: 1024px) {
  header {
    height: 70px;
  }
}
/*
@media screen and (orientation: landscape) {
  header {
    overflow: hidden;
  }
}
*/

header .inner {
  max-width: 1240px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 25px 0;
  transition: .5s;
  position: relative;
}

@media screen and (max-width: 1024px) {
  header .inner {
    padding: 15px 20px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    transition: inherit;
  }
}


header .inner .bogo-language-switcher{
  position: absolute;
  right: 30px;
  top: 25px;
  display: flex;
  justify-content:flex-end;
  width: 70px;
  overflow: hidden;
  height: 2em;
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 1024px) {
.slicknav_menu + .bogo-language-switcher{
	display: none !important;
	}

}

header .inner .bogo-language-switcher li.en{
	order: 1;
}
header .inner .bogo-language-switcher li.jp{
	order: 0;
}
header .inner .bogo-language-switcher li{
	width: 18px;
	margin-left: 12px;
}
header .inner .bogo-language-switcher li a{
/*   	text-indent:100%; */
  	white-space:nowrap;
  	overflow:hidden;
  	text-decoration: none;
  	font-size: 14px;
}
header .inner .bogo-language-switcher li a.current{
	font-weight: 500;
}
.page-id-22 header .inner .bogo-language-switcher li.en-US .bogo-language-name,.page-id-25 header .inner .bogo-language-switcher li.en-US .bogo-language-name{
	 white-space:nowrap;
  	overflow:hidden;
  	text-decoration: none;
  	font-size: 14px;

}
.page-id-22 header .inner .bogo-language-switcher li.en-US .bogo-language-name:before,.page-id-25 header .inner .bogo-language-switcher li.en-US .bogo-language-name:before{
	content: "EN";
	display: block;
	text-decoration: none;
	margin-right: 3px;
}
header .inner .bogo-language-switcher li.en-US a:before{
	content: "EN";
	display: block;
	text-decoration: none;
	margin-right: 3px;
}
header .inner .bogo-language-switcher li.ja a:before{
	content: "JP";
	display: block;
	text-decoration: none;
}
header .inner .bogo-language-switcher li a.current:before{
	font-weight: 500;
}
header .inner .bogo-language-switcher li a:before{
	transition: .6s;
}
header .inner .bogo-language-switcher li a:hover:before{
	opacity: .4;
}

/* Bogo PCだけ */
@media screen and (min-width: 1025px) {
	header.scroll .bogo-language-switcher{
		position: fixed;
		right: 40px;
		top: 25px;
	  -webkit-animation-name: fadeInDown;
	  animation-name: fadeInDown;
	}
header.scroll .bogo-language-switcher li a{
	color: white;
	}
}

/* スマホ用 */
header .inner .sp-bogo .bogo-language-switcher{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	position: inherit;
	right: inherit;
    top: inherit;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}
.slicknav_nav .sp-nav + .sp-bogo .bogo-language-switcher{
	opacity: 0;
}
.slicknav_open + .slicknav_nav .sp-nav + .sp-bogo .bogo-language-switcher{
	opacity: 1;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

header .inner .sp-bogo .bogo-language-switcher li{
	width: 24px;
    margin: 0 10px;
}
header .inner .sp-bogo .bogo-language-switcher li a{
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
}
header .inner .sp-bogo .bogo-language-switcher li a.current{
	font-weight: 500;
}

@media screen and (max-width: 1024px) {
  header .inner .site-logo {
    order: 0;
  }
}

header .inner .site-logo a {
  display: block;
  width: 134px;
  height: 23px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

header .inner .site-logo a:after {
  background-image: url(../img/common/logo-w.svg);
  background-repeat: no-repeat;
  background-size: 134px 23px;
  width: 134px;
  height: 23px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1024px) {
  header .inner .site-logo a:after {
    background-image: url(../img/common/logo-b.svg);
  }
}

header .inner .gnav {
  display: flex;
  border-left: 1px solid white;
/*   margin-left: 80px; */
}
@media screen and (max-width: 1400px) {
  header.scroll .inner .gnav {
    margin-right: 90px;
  }
}

@media screen and (max-width: 1024px) {
  header .inner .gnav {
    display: none;
  }
}
header .inner .gnav li{
	position: relative;
}
header .inner .gnav a {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 125px; */
  padding: 0 35px;
  height: 26px;
  color: white;
  font-size: 10px;
  text-decoration: none;
  border-right: 1px solid white;
  font-weight: 500;
}
@media (max-width: 1140px) {
header .inner .gnav a {
  padding: 0 20px;
	}
}


.en-US header .inner .gnav a,.fr-FR header .inner .gnav a{
	  padding: 0 35px;
}

@media (max-width: 1140px) {
.fr-FR header .inner .gnav a{
	padding: 0 20px;
}
  
}
@media (max-width: 1045px) {
  .en-US header .inner .gnav a{
	padding: 0 20px;	  
  }
  
}

@media (max-width: 991px) {
  header .inner .gnav a {
    padding: 0 20px;
  }
  .en-US header .inner .gnav a,.fr-FR header .inner .gnav a{
	padding: 0 20px;	  
  }
  
}

header .inner .gnav a.contact {
/*
  padding: 0;
  width: 69px;
  display: block;
*/
/*
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
*/
/*
  background-image: url(../img/common/mail-w.svg);
  background-size: 29px 20px;
  background-repeat: no-repeat;
  background-position: center;
*/
}

header.scroll {
  background: #999;
}

header.scroll .inner {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  header.scroll .inner {
    padding-top: 15px;
    padding-bottom: 0;
  }
  header.scroll .inner .site-logo a::after {
    background-image: url(../img/common/logo-w.svg);
  }
}

header.scroll .inner .slicknav_menu .slicknav_icon em {
  background: white;
}

header.scroll .inner .slicknav_menu .slicknav_icon em::before {
  background: white;
}

header.scroll .inner .slicknav_menu .slicknav_icon em::after {
  background: white;
}

header.scroll .inner .slicknav_menu .slicknav_open .slicknav_icon em::before {
  background: black;
}

header.scroll .inner .slicknav_menu .slicknav_open .slicknav_icon em::after {
  background: black;
}

@media screen and (max-width: 960px) {
  header.scroll.black .inner .site-logo a:after {
    background-image: url(../img/common/logo-w.svg);
  }
}

.black header .inner .site-logo a:after {
  background-image: url(../img/common/logo-b.svg);
}

.black header .inner .gnav {
  border-left: 1px solid black;
}

.black header .inner .gnav a {
  color: black;
  border-right: 1px solid black;
}

/* .black header .inner .gnav a.contact {
  background-image: url(../img/common/mail-b.svg);
} */
header .inner .gnav li ul{
	width: auto;
    margin: 0;
    list-style-type: none;
    position: absolute;
    left: 50%;
    padding-top: 1em;
    transform: translate(-50%);
    -webkit-transform: translateX(-50%);	
    transition: .2s;	        
}
header .inner .gnav li ul li{
	height: 0;
    overflow: hidden;
    position: relative;
}
header .inner .gnav li ul li a{
	border-right:0 !important; 
	white-space: nowrap;
}
header .inner .gnav li:hover ul li{
	overflow: visible;
	height: 2em;
    transition: .5s;	
}
header .inner .gnav li:hover ul li + li{
	margin-top: 1em;
}
header .inner .gnav li:hover ul li a{
	font-size: 12px;
}
header.scroll .inner .gnav li:hover ul{
	background: #999;
	padding: 2em 1em 1em;
}

@media screen and (max-width: 1024px) {
  .slicknav_menu {
    order: 1;
  }
  .slicknav_menu .sp-menu-wrapper{
	max-height: 95vh;
	overflow: auto;  
  }
  .slicknav_menu .slicknav_nav h2 {
    text-align: center;
    padding-top: 23px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .slicknav_menu .slicknav_nav .sp-nav {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-top: 40px;
  }
  .slicknav_menu .slicknav_nav .sp-nav a {
    color: #333;
    font-weight: 300;
    font-size: 18px;
  }
.slicknav_menu .slicknav_nav .sp-nav li .slicknav_row::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #999 transparent transparent transparent;
	display: inline-block;
	position: relative;
	top: -1px;
}
.slicknav_menu .slicknav_nav .sp-nav li.slicknav_open{
	background: #eee;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding-bottom: 15px;
}
.slicknav_menu .slicknav_nav .sp-nav li.slicknav_open .slicknav_row{
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}
.slicknav_menu .slicknav_nav .sp-nav li.slicknav_open .slicknav_row::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #999 transparent;	
	display: inline-block;
	position: relative;
	top: -1px;
}
.slicknav_menu .slicknav_nav .sp-nav li ul li{
    padding: 0 10px;
}
.slicknav_menu .slicknav_nav .sp-nav li ul li a {
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
    padding: 10px 0;
  }  
}

.slicknav_open + .slicknav_nav h2, .slicknav_open + .slicknav_nav .sp-nav {
  opacity: 1;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.footer {
  background: #999999;
  padding: 85px 0 45px;
  margin-top: 120px;
}

@media screen and (max-width: 960px) {
  .footer {
    padding: 50px 0;
    margin-top: 80px;
  }
}

.footer .inner {
  max-width: 1000px;
  margin: 0 auto;
  color: white;
  position: relative;
}

@media screen and (max-width: 960px) {
  .footer .inner {
    padding: 0 25px;
  }
}

.footer .inner .f-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 85px;
}

@media screen and (max-width: 960px) {
  .footer .inner .f-nav {
    margin-bottom: 20px;
    justify-content: space-between;
  }
}

.footer .inner .f-nav .list {
  margin-right: 90px;
}

@media screen and (max-width: 960px) {
  .footer .inner .f-nav .list {
    margin-right: 0;
  }
}

.footer .inner .f-nav a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
  .footer .inner .f-nav a {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .footer .inner .f-nav a {
    font-size: 12px;
  }
}

.footer .inner .f-nav a::after {
  content: "";
  display: inline-block;
  margin: 0 25px;
  line-height: 1;
  width: 1px;
  height: 1em;
  background: white;
}

@media screen and (max-width: 960px) {
  .footer .inner .f-nav a::after {
    margin: 0 10px;
  }
}

.footer .inner .f-nav a:last-child::after {
  content: none;
}

.footer .inner .sns-area {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 137px;
}

@media screen and (max-width: 960px) {
  .footer .inner .sns-area {
    position: inherit;
    right: inherit;
    top: inherit;
    margin: 0 auto 40px;
  }
}

.footer .inner .sns-area a {
  display: block;
  margin: 0;
}

.footer .inner .logo-area {
  position: absolute;
  right: 0;
  top: 50px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .footer .inner .logo-area {
    position: inherit;
    top: inherit;
    right: inherit;
    justify-content: center;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 960px) {
  .footer .inner .logo-area div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.footer .inner .logo-area h3 {
  margin-bottom: 25px;
  margin-top: 10px;
  width: 118px;
}

@media screen and (max-width: 960px) {
  .footer .inner .logo-area h3 {
    margin: 0 15px;
  }
}

.footer .inner .logo-area h3 small {
  display: block;
  text-align: center;
  font-size: 9px;
  margin-top: 5px;
}

@media screen and (max-width: 960px) {
  .footer .inner .logo-area h3 small {
    margin-top: 2px;
  }
}

@media screen and (max-width: 960px) {
  .footer .inner .logo-area h4 {
    margin: 0 15px;
  }
}

.footer .inner .copy {
  text-align: center;
  font-size: 10px;
}

article.main-v {
  width: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  article.main-v {
    margin-top: 70px;
  }
}

article.main-v .main-swiper-container {
  width: 100%;
  position: relative;
}

article.main-v .main-swiper-container .swiper-slide {
  width: 100%;
  z-index: 9;
}

article.main-v .main-swiper-container .swiper-slide img {
  width: 100%;
}

article.main-v .scroll-nav {
  position: absolute;
  top: 90vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 10;
}

@media screen and (max-width: 960px) {
  article.main-v .scroll-nav {
    top: inherit;
    bottom: 10%;
  }
  article.main-v .scroll-nav img {
    width: 33px;
    height: 41px;
  }
}

.small-en {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","sans-serif";
  margin-bottom: 50px;
  font-size: 9px;
  display: block;
}

@media screen and (max-width: 960px) {
  .small-en {
    margin-bottom: 30px;
  }
}

.top #sec1 {
  margin-top: -137px;
  padding-top: 137px;
}

@media screen and (max-width: 960px) {
  .top #sec1 {
    margin-top: -71px;
    padding-top: 71px;
  }
}

.top .sec1 {
  margin: 185px auto 150px;
  max-width: 1000px;
}

@media screen and (max-width: 960px) {
  .top .sec1 {
    margin: 90px auto 75px;
    padding: 0 20px;
  }
}

.top .sec1 h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .top .sec1 h2 {
    margin-bottom: 40px;
  }
  .top .sec1 h2 img {
    width: 177px;
    height: auto;
  }
}

.top .sec1 h3 {
  text-align: center;
  line-height: 1;
  font-size: 25px;
  margin-bottom: 15px;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
}

@media screen and (max-width: 960px) {
  .top .sec1 h3 {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}

.top .sec1 h3 + small {
  display: block;
  text-align: center;
  font-size: 9px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","sans-serif";
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .top .sec1 h3 + small {
    margin-bottom: 30px;
  }
}

.top .sec1 p.txt {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .top .sec1 p.txt {
    font-size: 13px;
    text-align: left;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top .sec1 .flow {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .top .sec1 .flow {
    margin-top: 30px;
  }
}

.top .sec1 .movie-area {
  margin-top: 120px;
}

@media screen and (max-width: 960px) {
  .top .sec1 .movie-area {
    margin-top: 60px;
  }
}

.top .sec1 .movie-area video {
  width: 100%;
  height: auto;
}

.top .sec .s-ttl {
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

.top .sec .s-ttl + small {
  text-align: center;
  display: block;
  margin: 10px 0 20px;
}

.top .sec2 {
  margin-bottom: 150px;
}

.top .sec2 .movie {
  max-width: 885px;
  margin: auto;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 35.25%;
}

.top .sec2 .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top .sec3 {
  margin-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .top .sec3 {
    margin-bottom: 50px;
    padding: 0 20px;
  }
}

.top .sec3 h2 {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .top .sec3 h2 {
    margin-bottom: 30px;
  }
}

.top .sec3 h3 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
  .top .sec3 h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.top .sec3 p {
  text-align: center;
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .top .sec3 p {
    text-align: left;
    font-size: 13px;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  .ja .top .sec3 p{
    font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
  }
}

.top .sec3 p.top-txt {
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .top .sec3 p.top-txt {
    margin-bottom: 30px;
  }
}

.top .sec3 p.mb {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .top .sec3 p.mb {
    margin-bottom: 15px;
  }
}

.top .sec3 p.mb2 {
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .top .sec3 p.mb2 {
    margin-bottom: 30px;
  }
}

.top .sec3 .illust {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 140px;
}

@media screen and (max-width: 960px) {
  .top .sec3 .illust {
    margin-top: 40px;
    margin-bottom: 70px;
  }
}

.top .sec3 .illust img {
  max-width: 100%;
  height: auto;
}

.top .sec3 .illust img.sp {
  display: none;
}

@media (max-width: 640px) {
  .top .sec3 .illust img.sp {
    display: inline-block;
  }
  .top .sec3 .illust img.pc {
    display: none;
  }
}

.top .sec3 .thumb {
  text-align: center;
}

@media screen and (max-width: 960px) {
  .top .sec3 .thumb img {
    width: 100%;
  }
}

.top .sec4 {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .top .sec4 {
    padding: 0 20px;
  }
}

.top .sec4 .list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .top .sec4 .list {
    justify-content: space-between;
  }
}

.top .sec4 .list li {
  padding: 0 25px 30px;
  border-right: 1px solid #b4b4b4;
  width: 332px;
}

@media screen and (max-width: 960px) {
  .top .sec4 .list li {
    padding: 0 1% 15px;
    border: 0;
    width: 48%;
    margin-bottom: 40px;
  }
  .top .sec4 .list li:nth-child(even) {
    border: 0;
  }
}

@media (max-width: 640px) {
  .top .sec4 .list li {
    width: 100%;
    margin-bottom: 0;
  }
  .top .sec4 .list li + li{
	  margin-top: 40px;
  }
}

.top .sec4 .list li:nth-child(3n) {
  border: 0;
}

.top .sec4 .list li .thumb {
  margin-bottom: 35px;
}

@media screen and (max-width: 960px) {
  .top .sec4 .list li .thumb {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .top .sec4 .list li .thumb {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 25px;
  }
}
  .top .sec4 .list li .thumb img {
    width: 100%;
  }

@media (max-width: 640px) {
  .top .sec4 .list li .thumb {
    padding: 0 40px;
  }
}

.top .sec4 .list li h3 {
  text-align: center;
  margin-bottom: 10px;
/*   font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif; */
  font-size: 22px;
}

.top .sec4 .list li h3 small {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}

.top .sec4 .list li .txt {
  font-size: 13px;
  line-height: 2;
  text-align: center;
  margin-bottom: 10px;
}

.top .sec4 .list li .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin:40px auto 0;
  width: 160px;
  height: 34px;
  border-radius: 3px;
  background: #999;
  color: white;
  letter-spacing: 2px;
  font-size: 14px;
/*
  -webkit-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
*/
  line-height: 1;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
.top .sec4 .list li .btn {
  letter-spacing: 1px;
	}
}

.product1 .sec1 {
  margin: 150px auto 100px;
  max-width: 1000px;
}

@media screen and (max-width: 960px) {
  .product1 .sec1 {
    margin: 70px auto 100px;
    padding: 0 20px;
  }
}

.product1 .sec1 h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 45px;
  font-size: 36px;
  letter-spacing: 3px;
}

@media screen and (max-width: 960px) {
  .product1 .sec1 h2 {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 1.4;
  }
}

.product1 .sec1 h2 span {
  margin-right: 0.5em;
}

@media screen and (max-width: 960px) {
  .product1 .sec1 h2 span {
    margin-right: 0;
    display: block;
  }
}

.product1 .sec1 h2 + p {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .product1 .sec1 h2 + p {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .product1 .sec1 h2 + p {
    text-align: left;
  }
}

.product1 .sec1 .illust {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .product1 .sec1 .illust {
    margin-top: 30px;
  }
  .product1 .sec1 .illust img {
    max-width: 100%;
  }
}

.product1 .sec1 .movie {
  max-width: 885px;
  margin: 40px auto 0;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 55.25%;
}

.product1 .sec1 .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.product1 .sec1 .movie-t {
  text-align: center;
  font-size: 15px;
  padding: 0 20px;
  line-height: 2;
  max-width: 885px;
  margin: 40px auto 0;
}

.product1 .sec2 .s-ttl {
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .product1 .sec2 .s-ttl {
    font-size: 17px;
  }
}

.product1 .sec2 .s-ttl + small {
  text-align: center;
  display: block;
  margin: 15px 0 30px;
}

.product .sec-color {
  max-width: 930px;
  margin:120px auto 0;
}

@media screen and (max-width: 960px) {
  .product .sec-color {
    padding: 0 20px;
    margin-top: 80px;
  }
}

.product .sec-color .s-ttl {
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .product .sec-color .s-ttl {
    font-size: 17px;
  }
}

.en-US .product .sec-color .s-ttl{
	font-size: 20px;
}
@media screen and (max-width: 960px) {
.en-US .product .sec-color .s-ttl{
	font-size: 18px;
	}
}

.product .sec-color .s-ttl + small {
  text-align: center;
  display: block;
  margin: 15px 0 20px;
}

.product .sec-color .list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .product .sec-color .list {
    justify-content: space-between;
    padding: 0 3%;
  }
}

.product .sec-color .list li {
  width: 277px;
  margin: 0 48px 60px 0;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .product .sec-color .list li {
    width: 47%;
    margin: 0 0 30px;
  }
}



@media screen and (min-width: 961px) {
.product .sec-color .list li:nth-child(3n) {
  margin-right: 0;
	}
}


.product .sec-color .list li img {
  width: 100%;
}

.product .sec-color .list li figcaption {
  text-align: center;
  margin-top: 10px;
  /* font-family :YuMincho,'Yu Mincho',serif; */
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  .product .sec-color .list li figcaption {
    font-size: 13px;
  }
}

.product .sec-limited {
  max-width: 930px;
  margin: 115px auto 200px;
}

@media screen and (max-width: 960px) {
  .product .sec-limited {
    padding: 0 20px;
    margin: 60px auto 100px;
  }
}

.product .sec-limited .s-ttl {
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .product .sec-limited .s-ttl {
    font-size: 17px;
  }
}

.product .sec-limited .s-ttl + small {
  text-align: center;
  display: block;
  margin: 15px 0 20px;
}

.product .sec-limited .row {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid black;
  padding-top: 105px;
}

@media screen and (max-width: 960px) {
  .product .sec-limited .row {
    flex-wrap: wrap;
    padding-top: 50px;
  }
}

.product .sec-limited .row .txt {
  width: 270px;
}

@media screen and (max-width: 960px) {
  .product .sec-limited .row .txt {
    width: 100%;
    font-size: 13px;
    order: 1;
  }
}

.product .sec-limited .row .thumb {
  width: 568px;
  flex-shrink: 1;
}

@media screen and (max-width: 960px) {
  .product .sec-limited .row .thumb {
    width: 100%;
    max-width: 570px;
    margin: 0 auto 20px;
    order: 0;
  }
}

.product .sec-limited .row .thumb img {
  width: 100%;
  height: auto;
}

.product .material-list {
  max-width: 926px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .product .material-list {
    padding: 0 20px;
  }
}

@media (max-width: 640px) {
  .product .material-list {
    display: block;
  }
}

.product .material-list li {
  width: 438px;
  padding-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .product .material-list li {
    width: 45%;
    max-width: 430px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .product .material-list li {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .product .material-list li {
    width: 100%;
  }
}

.product .material-list li .thumb {
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
  .product .material-list li .thumb {
    max-width: 430px;
    margin: 0 auto 15px;
  }
  .product .material-list li .thumb img {
    width: 100%;
  }
}

.product .material-list li h3 {
  font-size: 24px;
  /* font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,serif; */
}

@media screen and (max-width: 960px) {
  .product .material-list li h3 {
    font-size: 18px;
  }
}

.product .material-list li h3 + p {
  font-size: 15px;
  line-height: 2;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
}
.en-US .product .material-list li h3 + p{
	text-align: left;
}

@media screen and (max-width: 960px) {
  .product .material-list li h3 + p {
    font-size: 13px;
  }
}

.product .material-list li .btn-grey {
  margin: 30px 20px 0;
}

.product .material-list li .btn-grey a {
  display: block;
  border-radius: 3px;
  background: #999;
  padding: 20px 0;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  font-size: 16px;
/*
  -webkit-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
*/
  line-height: 1;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .product .material-list li .btn-grey a {
    padding: 15px 0;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.3;
  }
}

.product2 .sec1 {
  margin: 150px auto 100px;
  max-width: 1000px;
}

@media screen and (max-width: 960px) {
  .product2 .sec1 {
    margin: 70px 0 100px;
    padding: 0 20px;
  }
}

.product2 .sec1 h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 45px;
  font-size: 36px;
  letter-spacing: 3px;
}

@media screen and (max-width: 960px) {
  .product2 .sec1 h2 {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 1.4;
  }
}

.product2 .sec1 h2 + p {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .product2 .sec1 h2 + p {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .product2 .sec1 h2 + p {
    text-align: left;
  }
}

.product2 .sec1 .txt {
  text-align: center;
  margin-top: 55px;
}

@media screen and (max-width: 960px) {
  .product2 .sec1 .txt {
    font-size: 13px;
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .product2 .sec1 .txt {
    text-align: left;
  }
}

.product2 .sec1 .illust {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .product2 .sec1 .illust {
    margin-top: 30px;
  }
  .product2 .sec1 .illust img {
    max-width: 100%;
  }
}

.product2 .sec2 .s-ttl {
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .product2 .sec2 .s-ttl {
    font-size: 17px;
    font-feature-settings: "palt";
  }
}

.product2 .sec2 .s-ttl + small {
  text-align: center;
  display: block;
  margin: 15px 0 30px;
}

.product2 .sec3 {
  margin-bottom: 120px;
}

.product2 .sec3 .s-ttl {
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .product2 .sec3 .s-ttl {
    font-size: 17px;
    font-feature-settings: "palt";
  }
}

.product2 .sec3 .s-ttl + small {
  text-align: center;
  display: block;
  margin: 10px 0 20px;
}

.product2 .sec3 .draw {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .product2 .sec3 .draw {
    margin-top: 30px;
  }
}

.product3 .sec1 {
  margin: 150px auto 100px;
  max-width: 1000px;
}

@media screen and (max-width: 960px) {
  .product3 .sec1 {
    margin: 70px auto 100px;
    padding: 0 20px;
  }
}

.product3 .sec1 h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 45px;
  font-size: 36px;
  letter-spacing: 3px;
}

@media screen and (max-width: 960px) {
  .product3 .sec1 h2 {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 1.4;
  }
  .product3 .sec1 h2 img {
    max-width: 100%;
  }
}

.product3 .sec1 h2 span {
  margin-right: 0.5em;
}

@media screen and (max-width: 960px) {
  .product3 .sec1 h2 span {
    margin-right: 0;
    display: block;
  }
}

.product3 .sec1 h2 + p {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .product3 .sec1 h2 + p {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .product3 .sec1 h2 + p {
    text-align: left;
  }
}

.product3 .sec1 .illust {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .product3 .sec1 .illust {
    margin-top: 30px;
  }
  .product3 .sec1 .illust img {
    max-width: 100%;
  }
}

.product3 .sec1 .txt {
  text-align: center;
  margin-top: 55px;
}

.product3 .sec1 h3 {
  text-align: center;
  margin: 85px 0 45px;
}

.product3 .sec1 .thumb {
  text-align: center;
  margin-top: 100px;
}

@media screen and (max-width: 960px) {
  .product3 .sec1 .thumb {
    margin-top: 30px;
  }
}

.product3 .sec1 .thumb img {
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .product3 .sec1 .thumb img {
    margin-bottom: 25px;
    width: 100%;
  }
  .product3 .sec1 .thumb img:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 960px) {
  .product3 .sec2 {
    margin-bottom: 70px;
  }
}

.product3 .sec2 .s-ttl {
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .product3 .sec2 .s-ttl {
    font-size: 17px;
    line-height: 1.4;
  }
}

.product3 .sec2 .s-ttl + small {
  text-align: center;
  display: block;
  margin: 15px 0 30px;
}

/*
.about .main-area{
background-image:url(../img/about/main.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;

	section{
	max-width: 1000px;
	margin: auto;
	padding: 205px 0 115px;

		h2{
		margin-bottom: 30px;
		line-height: 1;

			& + p{
			font-size: 16px;
			line-height:2.2;
			font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,serif;
			color: white;
			width: 455px;
			font-feature-settings: "palt";
			text-align: justify;
			text-justify: inter-ideograph;
			}

		}

	}

}
*/
.about .aboutus-area {
  max-width: 800px;
  margin: 245px auto 0;
}

@media screen and (max-width: 960px) {
  .about .aboutus-area {
    margin: 150px auto 0;
    padding: 0 20px;
  }
}

.about .aboutus-area .s-ttl {
  text-align: center;
/*   font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif; */
  font-size: 32px;
  margin-bottom: 120px;
  letter-spacing: 3px;
}

@media screen and (max-width: 960px) {
  .about .aboutus-area .s-ttl {
    font-size: 26px;
    margin-bottom: 60px;
  }
}

.about .aboutus-area .s-ttl + h3 {
  font-size: 18px;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .about .aboutus-area .s-ttl + h3 {
    font-size: 16px;
    margin-bottom: 35px;
  }
}

.about .aboutus-area .txt {
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .about .aboutus-area .txt {
    font-size: 13px;
  }
}

.about .aboutus-area .sign {
  text-align: right;
}

@media screen and (max-width: 960px) {
  .about .aboutus-area .sign {
    font-size: 11px;
  }
}

.about .photo-img {
  width: 100%;
  text-align: center;
  margin: 75px 0 100px;
}

.about .photo-img img {
  max-width: 1005;
}

.about .photo-slide {
  margin: 70px 0 100px;
  height: 270px;
  background-image: url(../img/about/aboutus-img.jpg);
  background-size: cover;
}

@media (max-width: 640px) {
  .about .photo-slide {
    height: 220px;
  }
}

.about .company-area {
  max-width: 800px;
  margin: 110px auto 150px;
}

@media screen and (max-width: 960px) {
  .about .company-area {
    margin: 70px auto 50px;
    padding: 0 20px;
  }
}

.about .company-area .s-ttl {
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .about .company-area .s-ttl {
    font-size: 17px;
  }
}

.about .company-area .s-ttl + small {
  text-align: center;
  display: block;
  margin: 10px 0 60px;
}

@media screen and (max-width: 960px) {
  .about .company-area .s-ttl + small {
    margin: 10px 0 40px;
  }
}

.about .company-area .detail-area {
  width: 100%;
}

.about .company-area .detail-area table {
  width: 100%;
  border-collapse: collapse;
}

.about .company-area .detail-area table th {
  width: 120px;
  padding-bottom: 18px;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
}

@media screen and (max-width: 960px) {
  .about .company-area .detail-area table th {
    font-size: 13px;
    width: 100px;
    padding-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .about .company-area .detail-area table th {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    line-height: 1.2;
  }
}

.about .company-area .detail-area table td {
  padding-bottom: 18px;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 960px) {
  .about .company-area .detail-area table td {
    font-size: 13px;
    padding-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .about .company-area .detail-area table td {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #999;
  }
}

.about .company-area .detail-area table td small{
	font-size: 90%;
	
}

.contact .contact-area {
  margin: 225px auto 150px;
  max-width: 900px;
}

@media screen and (max-width: 960px) {
  .contact .contact-area {
    margin: 150px auto 100px;
    padding: 0 20px;
    max-width: 700px;
  }
}

.contact .contact-area h2 {
  text-align: center;
  margin-bottom: 40px;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
  font-size: 32px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .contact .contact-area h2 {
    margin-bottom: 30px;
    font-size: 26px;
  }
}

.contact .contact-area h2::after {
  content: "";
  display: block;
  width: 96px;
  height: 1px;
  margin: 30px auto 0;
  background: #b3b3b3;
}

.contact .contact-area .form-tbl .tbl {
  width: 100%;
  border-collapse: collapse;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
}

.contact .contact-area .form-tbl .tbl tr.sample {
  display: none;
}

.contact .contact-area .form-tbl .tbl th {
  font-size: 16px;
  padding: 20px 15px;
  border: 1px solid #bebebe;
  border-right: 0;
  box-sizing: border-box;
  width: 185px;
  font-weight: normal;
}

.fr-FR .contact .contact-area .form-tbl .tbl th{
	width: 205px;
}
@media screen and (max-width: 960px) {
  .contact .contact-area .form-tbl .tbl th,.fr-FR .contact .contact-area .form-tbl .tbl th {
    width: 100%;
    display: block;
    padding: 0 0 10px;
    border: 0;
    font-size: 13px;
  }
}

.contact .contact-area .form-tbl .tbl td {
  font-size: 16px;
  padding: 20px 15px;
  border: 1px solid #bebebe;
  border-left: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .contact .contact-area .form-tbl .tbl td {
    width: 100%;
    display: block;
    padding: 0 0 25px;
    margin-bottom: 25px;
    border: 0;
    border-bottom: 1px dotted #999;
    font-size: 13px;
  }
}

.contact .contact-area .form-tbl .tbl td a{
	display: block;
	color: #666;
	margin-top: 10px;
}
@media screen and (max-width: 960px) {
.contact .contact-area .form-tbl .tbl td a{
	margin-top: 0;
	}
.contact .contact-area .form-tbl .tbl td select + a{
	margin-top: 10px;
	}	
}

.contact .contact-area .form-tbl .tbl td .require {
  font-size: 85%;
  color: red;
  margin-top: 15px;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

.contact .contact-area .form-tbl .tbl td input, .contact .contact-area .form-tbl .tbl td textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact .contact-area .form-tbl .tbl td input[type="text"], .contact .contact-area .form-tbl .tbl td input[type="email"] {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .contact .contact-area .form-tbl .tbl td input[type="text"], .contact .contact-area .form-tbl .tbl td input[type="email"] {
    border: 1px solid #ccc;
    padding: 10px;
  }
}

.contact .contact-area .form-tbl .tbl td input[type="radio"] {
  display: none;
}

.contact .contact-area .form-tbl .tbl td input[type="radio"] + label {
  margin-right: 15px;
  position: relative;
  padding-left: 20px;
  color: #666;
}

@media screen and (max-width: 960px) {
  .contact .contact-area .form-tbl .tbl td input[type="radio"] + label {
    margin-bottom: 10px;
    white-space: nowrap;
    display: inline-block;
  }
}

.contact .contact-area .form-tbl .tbl td input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

@media screen and (max-width: 960px) {
  .contact .contact-area .form-tbl .tbl td input[type="radio"] + label::before {
    top: 3px;
  }
}

.contact .contact-area .form-tbl .tbl td input[type="radio"]:checked + label {
  color: #000;
}

.contact .contact-area .form-tbl .tbl td input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #999;
  border-radius: 50%;
}

@media screen and (max-width: 960px) {
  .contact .contact-area .form-tbl .tbl td input[type="radio"]:checked + label::after {
    top: 5px;
  }
}

.contact .contact-area .form-tbl .tbl td textarea {
  padding: 10px;
  width: 100%;
  height: 300px;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .contact .contact-area .form-tbl .tbl td textarea {
    height: 200px;
    border: 1px solid #ccc;
  }
}


.contact .contact-area .form-tbl .tbl td input.required-style,
.contact .contact-area .form-tbl .tbl td select.required-style,
.contact .contact-area .form-tbl .tbl td textarea.required-style{
border: 1px solid red;	
}


.contact .contact-area .form-tbl .tbl tr:last-child td {
  border-left: 1px solid #bebebe;
}

@media screen and (max-width: 960px) {
  .contact .contact-area .form-tbl .tbl tr:last-child td {
    border: 0;
    margin-bottom: 0;
  }
}

.contact .contact-area .form-tbl .bottom-txt {
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .contact .contact-area .form-tbl .bottom-txt {
    font-size: 13px;
    margin-top: 0;
  }
}

.contact .contact-area .form-tbl .submit-btn {
  width: 480px;
  height: 100px;
  margin: 60px auto 0;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .contact .contact-area .form-tbl .submit-btn {
    max-width: 350px;
    width: 90%;
    height: 60px;
    margin: 40px auto 0;
  }
}

.contact .contact-area .form-tbl .submit-btn input,
.contact .contact-area .form-tbl .submit-btn button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 18px;
  -webkit-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  transition: .5s;
}

@media screen and (max-width: 960px) {
  .contact .contact-area .form-tbl .submit-btn input,
  .contact .contact-area .form-tbl .submit-btn button {
    font-size: 13px;
  }
}

.contact .contact-area .form-tbl .submit-btn input:disabled,
.contact .contact-area .form-tbl .submit-btn button:disabled{
	opacity: .4;
}

.contact .g-recaptcha{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.contact .contact-area .form-tbl .submit-btn input:hover,
.contact .contact-area .form-tbl .submit-btn button:hover {
  box-shadow: none;
}

.contact .contact-area .form-tbl .submit-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 35%;
}

@media screen and (max-width: 960px) {
  .contact .contact-area .form-tbl .submit-btn::after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    right: 35%;
  }
}

.contact .contact-area .form-tbl .policy-link {
  margin-top: 80px;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
}

.contact .contact-area .form-tbl .policy-link a {
  text-decoration: underline;
}


.contact .contact-area .form-tbl .anq-txt{
	margin-bottom: 25px;
}
@media (max-width: 767px) {
.contact .contact-area .form-tbl .anq-txt{
	margin-bottom: 15px;
	}
}
.contact .contact-area .form-tbl .anq-txt small{
	font-size: 90%;
}
@media (max-width: 767px) {
.contact .contact-area .form-tbl .anq-txt small{
	display: block;
	margin-top: 5px;
	}
}

.contact .contact-area .form-tbl .anq-txt2{
	color: #666;
	margin-bottom: 10px;
	font-feature-settings: "palt";
}
.contact .contact-area .form-tbl .checklist{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.contact .contact-area .form-tbl .checklist label{
	width: 50%;
	margin-bottom: 5px;
	color: #666;
}
.contact .contact-area .form-tbl .checklist label small{
	font-size: 70%;
}
.contact .contact-area .form-tbl .checklist label input{
	display: none;
}
.contact .contact-area .form-tbl .checklist label .checkbox-parts{
  padding-left: 20px;
  position:relative;
  display: inline-block;
}
.contact .contact-area .form-tbl .checklist label .checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}
@media (max-width: 767px) {
.contact .contact-area .form-tbl .checklist label .checkbox-parts::before{
  top: 3px;
	}
}

.contact .contact-area .form-tbl .checklist label .checkbox-input:checked + .checkbox-parts{
  color: #000;
}
.contact .contact-area .form-tbl .checklist label .checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 6px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}
.contact .contact-area .form-tbl .tbl td .fr-note-itly{
	font-style: italic;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 40px;
}
@media (max-width: 960px) {
.contact .contact-area .form-tbl .tbl td .fr-note-itly{
	padding-right: 0;
	margin: -20px 0 20px;
	}
}

.contact .contact-area .form-tbl .tbl td textarea.ques-txtarea{
	border: 1px solid #bebebe;
	height: 6em;
	width: 90%;
}

@media (max-width: 767px) {
.contact .contact-area .form-tbl .tbl td textarea.ques-txtarea{
	width: 100%;
	}
}

.contact .thanks-area {
  text-align: center;
  margin: 225px auto 150px;
  max-width: 900px;
}

@media screen and (max-width: 960px) {
  .contact .thanks-area {
    margin: 100px auto;
    padding: 0 20px;
  }
}

.contact .thanks-area h2 {
/*   font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,serif; */
  font-size: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .contact .thanks-area h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.contact .thanks-area h2 + p {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .contact .thanks-area h2 + p {
    font-size: 13px;
  }
}

.contact .thanks-area .back-btn {
  background: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin: 50px auto 0;
  color: white;
  font-size: 16px;
  -webkit-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  transition: .5s;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 960px) {
  .contact .thanks-area .back-btn {
    width: 90%;
    max-width: 280px;
    margin: 40px auto 0;
    font-size: 13px;
  }
}

.contact .thanks-area .back-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50px;
}

@media screen and (max-width: 960px) {
  .contact .thanks-area .back-btn::after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}

#formWrap {
  margin: 225px auto 150px;
  max-width: 700px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #formWrap {
    margin: 100px auto 70px;
    padding: 0 20px;
  }
}

#formWrap h3 {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,serif;
  font-size: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #formWrap h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

#formWrap h3 + P {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #formWrap h3 + P {
    font-size: 13px;
  }
}

#formWrap .form-error {
  font-size: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  #formWrap .form-error {
    font-size: 13px;
  }
}

#formWrap .error_messe {
  color: red;
  margin-bottom: 10px;
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  #formWrap .error_messe {
    font-size: 14px;
  }
}

#formWrap .formTable {
  width: 100%;
  border-collapse: collapse;
}

#formWrap .formTable th {
  border: 1px solid #bebebe;
  padding: 15px;
  font-weight: normal;
  font-size: 14px;
  width: 180px;
}

@media screen and (max-width: 960px) {
  #formWrap .formTable th {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 0 0 5px;
    border: 0;
  }
}

#formWrap .formTable td {
  border: 1px solid #bebebe;
  padding: 15px;
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 960px) {
  #formWrap .formTable td {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px dotted #999;
  }
}

#formWrap .submit-btn input[type="submit"] {
  background: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin: 50px auto 0;
  color: white;
  font-size: 16px;
  -webkit-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  transition: .5s;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 960px) {
  #formWrap .submit-btn input[type="submit"] {
    font-size: 13px;
    width: 90%;
    max-width: 280px;
    margin: 40px auto 0;
  }
}

#formWrap .submit-btn input[type="submit"]:hover {
  box-shadow: none;
}

#formWrap .back-btn input {
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin: 50px auto 0;
  color: white;
  font-size: 16px;
  transition: .5s;
  text-decoration: none;
  position: relative;
  color: black;
}

@media screen and (max-width: 960px) {
  #formWrap .back-btn input {
    font-size: 13px;
    width: 80%;
    max-width: 280px;
    margin: 40px auto 0;
  }
}

.bottom-btn-area {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 50px auto;
}

@media screen and (max-width: 960px) {
  .bottom-btn-area {
    padding: 0 20px;
    flex-wrap: wrap;
  }
}

.bottom-btn-area a {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin:40px 0 20px;
	  width: 440px;
	  height: 70px;
	  border-radius: 3px;
	  background: #999;
	  color: white;
	  letter-spacing: 2px;
	  font-size: 20px;
/*
	  -webkit-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
	  -moz-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
	  box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
*/
	  line-height: 1;
	  text-decoration: none;
	  font-feature-settings: "palt";
}

@media screen and (max-width: 960px) {
  .bottom-btn-area a {
    margin: 0 auto 20px;
    max-width: 370px;
    height: 70px;
    font-size: 18px;
  }
   .bottom-btn-area a:last-child{
	   margin-bottom: 0;
   }
  .bottom-btn-area a img {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .bottom-btn-area a {
    width: 100%;
	letter-spacing: 1px;
	height: 50px;
	font-size: 16px;
  }
}

.fr-FR .bottom-btn-area a {
	  font-size: 18px;
}
@media (max-width: 640px) {
  .fr-FR .bottom-btn-area a {
	font-size: 16px;
  }
}

.remodal {
  max-width: 1300px;
  padding: 0;
}

.remodal .inner {
  padding: 75px 65px;
}

@media screen and (max-width: 960px) {
  .remodal .inner {
    padding: 30px 20px;
  }
}

.remodal .inner h2 {
  text-align: center;
  font-size: 25px;
  border-bottom: 1px solid black;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .remodal .inner h2 {
    font-size: 17px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.remodal .inner h3 {
  font-size: 24px;
  text-align: left;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
}

@media screen and (max-width: 960px) {
  .remodal .inner h3 {
    font-size: 16px;
  }
}

.remodal .inner h3 + p {
  text-align: left;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
}

@media screen and (max-width: 960px) {
  .remodal .inner h3 + p {
    font-size: 13px;
  }
}

.remodal .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}

@media (max-width: 640px) {
  .remodal .inner .list {
    margin-top: 50px;
    display: block;
  }
}

.remodal .inner .list li {
  margin-bottom: 50px;
  text-align: left;
}

@media (max-width: 640px) {
  .remodal .inner .list li {
    margin-top: 30px;
    text-align: center;
  }
}

.remodal .inner .list li.col6 {
  width: calc(50% - 9px);
}

@media (max-width: 640px) {
  .remodal .inner .list li.col6 {
    width: 100%;
  }
}

.remodal .inner .list li.col3 {
  width: calc(33.3% - 12px);
}

@media (max-width: 640px) {
  .remodal .inner .list li.col3 {
    width: 100%;
  }
}

.remodal .inner .list li img {
  width: 100%;
}

@media (max-width: 640px) {
  .remodal .inner .list li img {
    width: auto;
    height: 150px;
  }
}

.remodal .inner .list li .name {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .remodal .inner .list li .name {
    font-size: 13px;
  }
}

.remodal .inner .list2 {
  max-width: 800px;
  margin: 70px auto 120px;
}

@media screen and (max-width: 960px) {
  .remodal .inner .list2 {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}

.remodal .inner .list2 li {
  margin-bottom: 10px;
  text-align: left;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 2;
}
.fr-FR .remodal .inner .list2 li,.en-US .remodal .inner .list2 li {
	text-align: left;
	word-break: inherit;
}
@media screen and (max-width: 960px) {
  .remodal .inner .list2 li {
    font-size: 13px;
  }
}
.fr-FR .remodal .inner .list2 li.noindent,.en-US .remodal .inner .list2 li.noindent{
	padding-left: 0;
	text-indent: 0;
}

@media (max-width: 768px) {
  .remodal .inner .list2 li {
    text-align: left;
    margin-bottom: 15px;
  }
}

.remodal .inner .list2 li:last-child {
  margin-bottom: 0;
}

.remodal .inner .list2.indent0 li {
  padding-left: 0;
  text-indent: 0;
}
.remodal .inner .list2 li .performance-list {
  margin-top: 30px;
  padding-left: 1.5em;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1.5em);
}

@media (max-width: 480px) {
  .remodal .inner .list2 li .performance-list {
    margin-top: 20px;
  }
}

.remodal .inner .list2 li .performance-list .num {
  width: 50%;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .remodal .inner .list2 li .performance-list .num {
    width: 100%;
    margin-bottom: 20px;
  }
}

.remodal .inner .list2 li .performance-list .num img {
  width: 100%;
  height: auto;
}

.remodal .inner .list2 li .performance-list .num p {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .remodal .inner .list2 li .performance-list .num p {
    font-size: 13px;
    margin-top: 5px;
  }
}

.remodal .inner .norm-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .remodal .inner .norm-list {
    display: block;
  }
}

.remodal .inner .norm-list li {
  width: 33.3%;
  max-width: 334px;
  margin: 0 20px;
}

@media (max-width: 767px) {
  .remodal .inner .norm-list li {
    width: 90%;
    margin: 0 auto 30px;
  }
}

.remodal .inner .norm-list li .thumb {
  max-width: 334px;
  width: 100%;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .remodal .inner .norm-list li .thumb {
    margin-bottom: 30px;
  }
}

.remodal .inner .norm-list li .thumb img {
  width: 100%;
  height: auto;
}

.remodal .inner .norm-list li h3 {
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .remodal .inner .norm-list li h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.remodal .inner .norm-list li p {
  font-size: 18px;
  text-align: center;
}

@media (max-width: 767px) {
  .remodal .inner .norm-list li p {
    font-size: 13px;
  }
}

.remodal .inner .remodal-cancel {
  width: 395px;
  height: 55px;
  margin: 60px auto 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #999;
  padding: 20px 0;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  font-size: 14px;
/*
  -webkit-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
*/
  line-height: 1;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .remodal .inner .remodal-cancel {
    width: 60%;
    font-size: 13px;
  }
}

.recruit .cont-area {
  max-width: 895px;
  margin: 230px auto 0;
}

@media screen and (max-width: 960px) {
  .recruit .cont-area {
    margin: 150px auto 0;
    padding: 0 20px;
  }
}

.recruit .cont-area .s-ttl {
  margin-bottom: 55px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
  font-size: 32px;
  letter-spacing: 3px;
}

@media screen and (max-width: 960px) {
  .recruit .cont-area .s-ttl {
    margin-bottom: 35px;
    font-size: 26px;
  }
}

.recruit .cont-area .top-txt {
  text-align: center;
  font-size: 14px;
  line-height: 2.57143;
  margin-bottom: 95px;
}

@media screen and (max-width: 960px) {
  .recruit .cont-area .top-txt {
    font-size: 13px;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .recruit .cont-area .top-txt {
    text-align: left;
  }
}

.recruit .cont-area h3 {
  text-align: center;
  font-size: 18px;
  padding-bottom: 50px;
  border-bottom: 1px solid black;
  margin-bottom: 105px;
}

@media screen and (max-width: 960px) {
  .recruit .cont-area h3 {
    padding-bottom: 25px;
    margin-bottom: 0;
  }
}

.recruit .cont-area .tbl {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #cdcdcd;
}

@media screen and (max-width: 960px) {
  .recruit .cont-area .tbl {
    border-top: 0;
  }
}

.recruit .cont-area .tbl tr {
  border-bottom: 1px solid #cdcdcd;
}

@media screen and (max-width: 960px) {
  .recruit .cont-area .tbl tr {
    display: block;
  }
}

.recruit .cont-area .tbl tr th {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
  padding: 25px 0 25px 30px;
  vertical-align: top;
  box-sizing: border-box;
  width: 250px;
  font-feature-settings: "palt";
  word-break: break-all;
}

@media screen and (max-width: 960px) {
  .recruit .cont-area .tbl tr th {
    font-size: 14px;
    padding: 0;
    width: 100%;
    display: block;
    padding-top: 30px;
    margin-bottom: 10px;
  }
}

.recruit .cont-area .tbl tr td {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
  padding: 25px 40px;
}

@media screen and (max-width: 960px) {
  .recruit .cont-area .tbl tr td {
    font-size: 14px;
    padding: 0;
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 960px) {
  .recruit .cont-area .tbl tr.blank {
    display: none;
  }
}

.recruit .att-area {
  padding: 100px 0 0 40px;
}

.recruit .att-area h4 {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
  margin-bottom: 2em;
}

.recruit .att-area ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 4em;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
}

.recruit .btn {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .recruit .btn {
    margin-top: 70px;
  }
}

.policy .cont-area {
  max-width: 895px;
  margin: 230px auto 120px;
}

@media screen and (max-width: 960px) {
  .policy .cont-area {
    margin: 150px auto 50px;
    padding: 0 20px;
  }
}

.policy .cont-area .s-ttl {
  margin-bottom: 55px;
  text-align: center;
  font-size: 32px;
  letter-spacing: 3px;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
}

@media screen and (max-width: 960px) {
  .policy .cont-area .s-ttl {
    margin-bottom: 35px;
    font-size: 26px;
  }
}

.policy .cont-area .top-txt {
  text-align: center;
  font-size: 14px;
  line-height: 2.57143;
  margin-bottom: 95px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 960px) {
  .policy .cont-area .top-txt {
    font-size: 13px;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .policy .cont-area .top-txt {
    text-align: left;
  }
}

.policy .cont-area h3 {
  text-align: center;
  font-size: 18px;
  padding-bottom: 50px;
  border-bottom: 1px solid black;
}

@media screen and (max-width: 960px) {
  .policy .cont-area h3 {
    padding-bottom: 25px;
  }
}

.policy .cont-area .tbl {
  width: 100%;
  border-collapse: collapse;
}

.policy .cont-area .tbl tr {
  border-bottom: 1px solid #cdcdcd;
}

@media screen and (max-width: 960px) {
  .policy .cont-area .tbl tr {
    display: block;
  }
}

.policy .cont-area .tbl tr th {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
  padding: 50px 20px 50px 0;
  vertical-align: top;
  box-sizing: border-box;
  width: 270px;
  line-height: 2.25;
  font-weight: normal;
  font-feature-settings: "palt";
}

@media screen and (max-width: 960px) {
  .policy .cont-area .tbl tr th {
    font-size: 14px;
    padding: 30px 0 0;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    line-height: 1.7;
  }
}

.policy .cont-area .tbl tr td {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic", sans-serif;
  padding: 50px 0;
  line-height: 2.25;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 960px) {
  .policy .cont-area .tbl tr td {
    font-size: 14px;
    padding: 0;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    font-weight: 300;
    text-align: left;
  }
}

.en-US .policy .cont-area .tbl tr td,.fr-FR .policy .cont-area .tbl tr td,.en-US .policy .cont-area .tbl tr th,.fr-FR .policy .cont-area .tbl tr th{
	font-family: 'Jost',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic,"Yu Gothic","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","sans-serif";;
}

.policy .cont-area .tbl tr:last-child {
  border: 0;
}

.collaboration .main-v {
  margin: 230px auto 130px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .collaboration .main-v {
    margin: 70px auto 80px;
  }
}

.collaboration .main-v img {
  max-width: 100%;
}

.collaboration .top-illust {
  text-align: center;
  margin: 75px auto 170px;
}

@media screen and (max-width: 960px) {
  .collaboration .top-illust {
    margin: 35px auto 80px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .collaboration .top-illust {
    padding: 0 20px;
  }
}

.collaboration .top-illust img {
  max-width: 100%;
  height: auto;
}

.collaboration .top-illust figcaption {
  font-size: 14px;
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .collaboration .top-illust figcaption {
    font-size: 13px;
    margin-top: 30px;
  }
}

.collaboration .product-img {
  padding: 0 50px;
  text-align: center;
  margin: 0 0 170px;
}

@media screen and (max-width: 960px) {
  .collaboration .product-img {
    padding: 0 20px;
    margin-bottom: 50px;
  }
}

.collaboration .product-img img {
  max-width: 100%;
  height: auto;
}

.collaboration .cont-area {
  max-width: 895px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .collaboration .cont-area {
    padding: 0 20px;
  }
}

.collaboration .cont-area .s-ttl {
  margin-bottom: 65px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .collaboration .cont-area .s-ttl {
    margin-bottom: 35px;
  }
}

.collaboration .cont-area .top-txt {
  text-align: center;
  font-size: 14px;
  line-height: 2.57143;
  margin-bottom: 95px;
}

@media screen and (max-width: 960px) {
  .collaboration .cont-area .top-txt {
    font-size: 13px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
 .fr-FR .collaboration .cont-area .top-txt,.en-US .collaboration .cont-area .top-txt {
  text-align: left;
  }
}

.collaboration .sec1 {
  margin-bottom: 160px;
}

@media screen and (max-width: 960px) {
  .collaboration .sec1 {
    padding-top: 30px;
    margin-bottom: 80px;
  }
}

.collaboration .sec1 h2 {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 90px;
  /* border-bottom: 1px dotted #000; */
  background-image: linear-gradient(to right, black 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 11px 1px;
  background-repeat: repeat-x;
}

@media screen and (max-width: 960px) {
  .collaboration .sec1 h2 {
    margin-bottom: 40px;
    font-size: 17px;
  }
}

.collaboration .sec1 figure {
  text-align: center;
}

.collaboration .sec1 figure img {
  max-width: 100%;
  height: auto;
}

.collaboration.bottom-area {
  display: flex;
  justify-content: center;
  margin: 115px auto 50px;
  max-width: 1000px;
}

@media screen and (max-width: 960px) {
  .collaboration.bottom-area {
    display: block;
    margin-top: 60px;
    padding: 0 20px;
  }
}

.collaboration.bottom-area a {
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    width: 440px;
    height: 70px;
    border-radius: 3px;
    background: #999;
    color: white;
    letter-spacing: 2px;
    font-size: 20px;
/*
    -webkit-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
    box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
*/
    line-height: 1;
    text-decoration: none;
    font-feature-settings: "palt";
  }

@media screen and (max-width: 960px) {
  .collaboration.bottom-area a {
    margin: 0 auto 20px;
    max-width: 370px;
    width: 100%;
    letter-spacing: 1px;
    font-size: 18px;
    height: 70px;
  }
 }
  @media screen and (max-width: 640px) {
  .collaboration.bottom-area a {
    font-size: 16px;
    height: 70px;
  }
  .collaboration.bottom-area a:last-child{
	  margin-bottom: 0;
  }
  .collaboration.bottom-area a img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=main.css.map */
/* 20200707 Okuda追加 */
.flexed{
  display: -webkit-flex;
  display: flex;
}
.top .btn-grey,
.news-archive .btn-grey {
  max-width: 350px;
  margin: 30px auto 0;
}
.top .btn-grey a,
.news-archive .btn-grey a {
  display: block;
  border-radius: 3px;
  background: #999;
  padding: 20px 0;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  font-size: 16px;
/*
  -webkit-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
*/
  line-height: 1;
  text-decoration: none;
}
.taxonomy_label{
  margin-top: 15px;
  flex-wrap: wrap;
}
.taxonomy_label li{
  font-size: 12px;
  height: 25px;
  border-radius: 25px;
  border:1px solid #000;
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 15px;
}
.taxonomy_label li:not(:last-child){
  margin-right: 15px;
}
.top .news{
  max-width: 1200px;
  margin: 60px auto 0;
}
@media (max-width: 1200px) {
.top .news{
  padding: 0 40px;
	}
}
@media (max-width: 960px) {
.top .news{
  padding: 0;
	}
}

.product .news{
  max-width: 930px;
  margin: 60px auto 0;
}
.top .news h3,
.product .news h3{
  text-align: center;
  font-size: 25px;
  margin-bottom: 25px;
    letter-spacing: 5px;
}
.top .news .news-item,
.product .news .news-item{
  width: 25%;
  margin: 0 50px 0 0;
}

.top .news .news-item:last-child,
.product .news .news-item:last-child{
  margin-right: 0;
}


/*
@media (max-width: 960px) {
.product .news .news-item:last-child{
  margin-right: auto;
	}
}
*/

.top .news .news-item a,
.product .news .news-item a{
  text-decoration: none;
}
.top .news .news-item img,
.product .news .news-item img{
  width: 100%;
  height: auto;
}
.top .news .news-item h4,
.product .news .news-item h4{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}

@media (max-width: 767px) {
.top .news .btn-grey{
margin-top: -30px;	
	}
}

#news-header{
  margin: 230px auto 60px;
}
.news h2{
  text-align: center;
  line-height: 1;
  margin-bottom: 45px;
  font-size: 36px;
  letter-spacing: 3px;
}
.news h2 img{
  height: auto;
}
@media (max-width: 960px) {
.news h2 img{
width: 400px;
	}	
}
@media (max-width:767px) {
.news h2{
	padding: 0 40px;
}
.news h2 img{
max-width: 100%;
	}	
}

#news-nav{
  margin: 60px auto;
  max-width: 1200px;
  padding: 0 20px;
}
@media (max-width: 960px) {
#news-nav{
  margin: 30px auto;
	}
}


#news-nav ul{
  display: flex;
  flex-wrap: wrap;
}
#news-nav h3{
	margin: 25px 0 15px;
	font-size: 18px;
	border-left:1px solid black;
	padding-left: 1.5em; 
	line-height: 1.3;	
}
@media (max-width: 960px) {
#news-nav h3{
	margin: 20px 0 10px;
	font-size: 16px;
	padding-left: .8em; 	
	}
}

#news-nav ul li{
/*   border-right: 1px solid #000; */
  text-align: center;
  padding: 5px 27px;
  margin:0 5px 15px 0;
  line-height: 1;
  background: #999;
  border-radius:4px;   
}
@media (max-width: 960px) {
#news-nav ul li{
  padding: 6px 15px 4px;
  margin:0 5px 12px 0;
  width: auto;
	}
}

#news-nav ul li:first-child{
/*   border-left: 1px solid #000; */
}
#news-nav ul li a{
  text-decoration: none;
  font-size: 14px;
  display: block;
  color: white;
}
@media (max-width: 960px) {
#news-nav ul li a{
  font-size: 11px;
	}
}

#news-list{
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1200px) {
#news-list{
  padding: 0 40px;
	}
}

#news-list .title-area h3{
	text-align: center;
	font-size: 28px;
	letter-spacing: 3px;
	margin-bottom: 60px;
}
@media (max-width: 960px) {
#news-list .title-area h3{
	font-size: 22px;
	letter-spacing: 2px;
	margin-bottom: 40px;
	}
}
.news-archive h2{
  text-align: center;
  line-height: 1;
  margin-bottom: 45px;
  font-size: 36px;
  letter-spacing: 3px;
}
@media (max-width: 960px) {
.news-archive h2{
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 2px;
	}
}

#news-list .flexed{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news-list .news-item{
/*   width: calc(50% - 25px); */
  width: 32%;
  margin-bottom: 2%;
  position: relative;
}

#news-list .news-item img{
  width: 100%;
  height: auto;
}
#news-list .news-item .hover-content{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
#news-list .news-item .hover-content h3{
	padding: 0 15px;
}
@media (max-width: 960px) {
#news-list .news-item .hover-content h3{
	padding: 0 5px;
	}
}

#news-list .news-item .hover-content .news_taxonomy_label{
	font-size: 14px;
	padding: 0 15px;
}
#news-list .news-item:hover .hover-content{
  opacity: 1;
}
#news-list .hover-inner{
  line-height: 2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 9;
  width: 95%;
}
#news-list .news-item a:hover{
    opacity: 1 !important;
}

#news-post{
  max-width: 1200px;
  margin: auto;
}
#news-post .news-post-header{
    text-align: center;
}
#news-post .news-post-title{
  max-width: 1000px;
  margin:60px auto 0;
}
#news-post .news-post-title .post-title{
  font-size: 22px;
  margin-bottom: 15px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 960px){
#news-post .news-post-title .post-title{
  font-size: 18px;
	}
}

#news-post .taxonomy_label{
  margin: 0;
}
#news-post .taxonomy_label li{
  border: 0;
  font-size: 15px;
  padding: 0;
}
#news-post .news-post-content{
  max-width: 1000px;
  margin: 120px auto;
}

#news-post .news-swiper{
  max-width: 1000px;
  position: relative;
  margin: auto;
}
#news-post .news-swiper-container {
  width: 100%;
  overflow: hidden;
}
#news-post .news-swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
#news-post .swiper-button-prev,#news-post .swiper-container-rtl .swiper-button-next{
  left: -40px;
}
#news-post .swiper-button-next, #news-post .swiper-container-rtl .swiper-button-prev{
  right: -40px;
}
.slide-counter{
  text-align: center;
  margin-top: 40px;
}
.product .news{
  margin: 40px auto;
}
.collaboration #news-list{
  margin: 60px auto;
}
.btn-transparent{
  font-size: 14px;
  margin-top: 20px;
}
.btn-transparent a{
  font-size: 15px;
  border-radius: 25px;
  border:1px solid #000;
  display: inline-block;
  padding: 3px 80px;
  text-decoration: none;
}
.news-post-info{
  margin-top: 20px;
}
.news-post-info span{
  margin: 0 10px;
  position: relative;
}
.news-post-info span:first-child{
  margin-left: 0;
}
.news-post-info span:not(:last-child)::after{
  content: '|';
  right: -13px;
  position: absolute;
}
.prev-next-link{
  max-width: 1000px;
  margin: 40px auto;
  justify-content: space-between;
}
.prev-link,
.next-link{
  width: 48%;
}
.prev-link a,
.next-link a{
  text-decoration: none;
}
.prev-link .left,
.prev-link .right,
.next-link .left,
.next-link .right{
  width: calc(50% - 11px);
  display: inline-block;
  vertical-align: top;
}
.prev-link .left,
.next-link .left{
    margin-right: 16px;
}
.prev-link .left img,
.next-link .left img{
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  #news-post{
    padding: 0 40px;
  }
  #news-post .swiper-button-prev, #news-post .swiper-container-rtl .swiper-button-next{
    left: -30px;
  }
  #news-post .swiper-button-next, #news-post .swiper-container-rtl .swiper-button-prev{
    right: -30px;
  }
}

@media screen and (max-width: 960px) {
  .top .news,
  .product .news{
    padding: 0 20px;
  }
  .top .news .flexed,
  .product .news .flexed{
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 926px;
    margin: auto;
    padding: 0 3%;
  }
  .top .news .news-item,
  .product .news .news-item{
      width: 47%;
      margin: 0 0 40px;
    }
  .taxonomy_label li:not(:last-child){
    margin-bottom: 10px;
  }
  .taxonomy_label li:not(:first-child) {
    margin-left: 0;
  }
  #news-header{
    margin: 150px auto 60px;
  }
  #news-nav ul{
    flex-wrap: wrap;
  }
/*
  #news-nav ul li{
    margin: 4px 0;
    width: 100%;
    border: 0 !important;
  }
*/
  #news-post{
    padding: 0 20px;
  }
  #news-post .news-post-header img{
    width: 100%;
    height: auto;
  }
  #news-post .news-post-content{
    margin: 90px auto;
  }
  @media (max-width: 960px) {
    #news-post .news-post-content{
    margin: 50px auto ;
  	}
  }
  
  #news-post .news-swiper{
    padding: 0px 25px;
  }
  #news-post .swiper-button-prev, #news-post .swiper-container-rtl .swiper-button-next{
    left: -10px;
  }
  #news-post .swiper-button-next, #news-post .swiper-container-rtl .swiper-button-prev{
    right: -10px;
  }

  .news-post-info span{
    display: block;
    margin: 0;
  }
  .news-post-info span:not(:last-child)::after{
    content: '';
  }
  .prev-next-link,
  .prev-link, .next-link{
    width: 100%;
  }
  .prev-link{
    margin-bottom: 20px;
  }
  #news-list {
    padding: 0 20px;
  }
  #news-list .news-item{
      width: calc(50% - 10px);
      margin-bottom: 20px;
  }
  #news-list .news-item:nth-child(odd){
      margin-right: 20px;
  }

}
@media (max-width: 767px) {
 #news-post .news-post-content table td,#news-post .news-post-content table th{
	 display: block;
	 width: 100% !important;
	 height: auto !important;
 	} 
 #news-post .news-post-content table tr td:last-child{
	 margin-top: 10px;
 }
#news-post .news-post-content table tr{
	margin-bottom:20px; 
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	display: block;
	width: 100% !important;
	height: auto !important;
	}
#news-post .news-post-content table tr:last-child{
	margin-bottom: 0;
	}	
}
/* 20210610 okuda add */
.pager {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1200px){
  .pager {
    padding: 0 40px;
  }
}
@media screen and (max-width: 960px){
  .pager {
    padding: 0 20px;
  }
}
.pager ul li:not(:last-child){
  margin-right: 20px;
}
@media screen and (max-width: 960px){
  .pager ul li:not(:last-child){
    margin-right: 10px;
  }
}
.pager ul li span,
.pager ul li a{
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.pager ul li:not(.prev):not(.next) span{
  background-color: #999;
  color: #fff;
}
.pager ul li.prev span,
.pager ul li.next span,
.pager ul li a{
  color: #999;
  text-decoration: none;
}
#news-post .btn-grey {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px){
  #news-post .btn-grey {
    flex-wrap: wrap;
  }
}
#news-post .btn-grey a {
  width: 100%;
  max-width: 350px;
  display: block;
  border-radius: 3px;
  background: #999;
  padding: 20px 0;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  font-size: 16px;
/*
  -webkit-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
  box-shadow: 9px 8px 30px -6px rgba(0, 0, 0, 0.22);
*/
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 960px) {
#news-post .btn-grey a {
  width: 100%;
  max-width: 500px;
}

}

#news-post .btn-grey a:nth-child(2){
  margin-left: 10%;
}
@media screen and (max-width: 960px){
  #news-post .btn-grey a:nth-child(2){
    margin-top: 30px;
    margin-left: 0;
  }
}
.contact .contact-area .form-tbl .tbl td select{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
	padding: 10px;
	border: 1px solid #bebebe;
	background: #fff url(../img/contact/arrow.svg) no-repeat right 10px center / 20px auto;
}
@media (max-width: 960px) {
.contact .contact-area .form-tbl .tbl td select{
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  background: #fff url(../img/contact/arrow.svg) no-repeat right 10px center / 15px auto;
  color: black;
	}
}

.grecaptcha-badge { visibility: hidden; }

.sup{
	font-size: 0.8em;
	position: relative;
	top: -4px;
}

.site-base-btn{
margin: 40px auto 0;	
max-width: 440px;
}
@media (max-width: 640px) {
.site-base-btn{
margin: 10px auto 0;	
	}
}

.site-base-btn a{
display: block;
    border-radius: 3px;
    background: #999;
    padding: 20px 0;
    text-align: center;
    color: white;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;	
}
@media (max-width: 640px) {
.site-base-btn a{
    width: 100%;
    letter-spacing: 1px;
    height: 50px;
    font-size: 16px;
	}
}

.catalog .cont-area {
  max-width: 850px;
  margin: 245px auto 0;
}

@media (max-width: 960px) {
  .catalog .cont-area {
    padding: 0 20px;
    margin: 150px auto 0;
  }
}

.catalog .cont-area .s-ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 120px;
  letter-spacing: 3px;
}

@media (max-width: 960px) {
  .catalog .cont-area .s-ttl {
    font-size: 26px;
    margin-bottom: 60px;
  }
}

.catalog .cont-area .sec-catalog {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .catalog .cont-area .sec-catalog {
    display: block;
  }
}

.catalog .cont-area .sec-catalog .file-area {
  width: 48%;
}

@media (max-width: 767px) {
  .catalog .cont-area .sec-catalog .file-area {
    width: 60%;
    margin: 0 auto 8%;
  }
}

.catalog .cont-area .sec-catalog .file-area img {
  width: 100%;
  height: auto;
}

.catalog .cont-area .sec-catalog .ex-area {
  width: 48%;
}

@media (max-width: 767px) {
  .catalog .cont-area .sec-catalog .ex-area {
    width: 100%;
  }
}

.catalog .cont-area .sec-catalog .ex-area .block {
  margin-top: 3em;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

@media (max-width: 767px) {
  .catalog .cont-area .sec-catalog .ex-area .block {
    margin-top: 1.5em;
    padding-top: 10px;
  }
}

.catalog .cont-area .sec-catalog .ex-area .block p {
  font-size: 14px;
}

.catalog .cont-area .sec-catalog .ex-area p + p {
  margin-top: 1.5em;
}

.catalog .cont-area .sec-catalog .ex-area p.current {
  font-size: 80%;
  color: #666;
  margin-top: .5em;
}

.catalog .cont-area .sec-catalog .ex-area .contact-link {
  display: block;
}

/*
.home .top-news-block-wrapper{
	display: flex;
	max-width: 1040px;
	padding: 0 20px;
	margin: auto;
}
*/
.home .top-news-block-wrapper .top-news-block{
/*
width: 235px;	
margin-right: 20px;
*/
	display: flex;
	justify-content: space-between;
	max-width: 1040px;
	padding: 0 20px;
	margin: auto;

}
@media (max-width: 960px) {
.home .top-news-block-wrapper .top-news-block{
	flex-wrap: wrap;
	padding: 0;
	}
}

.home .top-news-block-wrapper .top-news-block .news-article{
	width: 235px;
}
@media (max-width: 1120px) {
.home .top-news-block-wrapper .top-news-block .news-article{
	width: 23.5%;
	}
}
@media (max-width: 960px) {
.home .top-news-block-wrapper .top-news-block .news-article{
	width: 48%;
	margin-bottom: 40px;
	}
}

.home .top-news-block-wrapper .top-news-block .news-article:nth-child(5){
	display: none;
}
.home .top-news-block-wrapper .top-news-block .news-article .thumb{
	width: 100%;
}
.home .top-news-block-wrapper .top-news-block .news-article .thumb img{
	width: 235px;
	height: 235px;
	object-fit: cover;
}
@media (max-width: 1120px) {
.home .top-news-block-wrapper .top-news-block .news-article .thumb img{
	width: 100%;
	height: 23.5%;	
	}
}
@media (max-width: 960px) {
.home .top-news-block-wrapper .top-news-block .news-article .thumb img{
	height: 48%;
	}
}
.home .top-news-block-wrapper .top-news-block .news-article .thumb a{
	text-decoration: none;
}
.home .top-news-block-wrapper .top-news-block .news-article .thumb h4{
	text-align: left;
	text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;	
}