@charset "utf-8";
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.abswh100 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (SP)
==============================================================*/
.kv {
  height: 724px;
  overflow: hidden;
}
.kv .inner {
  padding-top: 388px;
}
.kv__title__E {
  font-family: 'Albert Sans', 'Noto Sans JP', "游ゴシック体", 'Yu Gothic', "YuGothic", "Noto Sans JP", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-weight: 700;
  font-size: 72px;
}
.kv__title__J {
  font-size: 26px;
}
.faq__common {
  padding-bottom: 160px;
}
.faq__common h2 {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}
.faq__common ul {
  margin-top: 76px;
  border-top: 1px solid #4B4B4B;
}
.faq__common ul li {
  position: relative;
  border-bottom: 1px solid #4B4B4B;
  cursor: pointer;
}
.faq__common ul li:after {
  content: '';
  width: 5.333vw;
  height: 5.333vw;
  background-image: url("../img/faq/icon_open.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 0px;
  top: 48px;
}
.faq__common ul li:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.faq__common ul li dl dt {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
  padding-right: 60px;
  padding-left: 60px;
  padding-top: 48px;
  padding-bottom: 48px;
  transition: all 300ms 0s ease;
}
.faq__common ul li dl dt:before {
  content: 'Q';
  font-family: 'Albert Sans', 'Noto Sans JP', "游ゴシック体", 'Yu Gothic', "YuGothic", "Noto Sans JP", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
  color: #CBC09D;
  position: absolute;
  left: 0;
  top: 40px;
}
.faq__common ul li dl dd {
  display: none;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  padding-right: 120px;
  padding-left: 120px;
  padding-bottom: 112px;
}
.faq__common ul li dl dd a {
  text-decoration: underline;
}
.faq__common ul li.open dt {
  padding-bottom: 80px;
}
.faq__common ul li.open:after {
  width: 5.333vw;
  height: 5.333vw;
  background-image: url("../img/faq/icon_close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.faq__common ul li.open:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
