@charset "utf-8";
/*-------------------------------------------------------------
▼基本設定
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  word-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  left: 0;
  letter-spacing: 0.1em;
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.image.fit {
  width: 100%;
  box-sizing: content-box;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
iframe {
  width: 100%;
  height: 300px;
  border: none;
}
.entry-no-title{
  display: none;
}
a {
  color: var(--black);
  background: transparent;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a, a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-word-wrap: break-word;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  word-wrap: break-word;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: justify;
}
dd {
  margin: 0;
}
ol, ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
h1 {
  display: none;
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  line-height: 1.4em;
  font-weight: 700;
  margin: 0;
}
h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
@media print, screen and (min-width: 768px) {
.sp-left {
  text-align: center;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
}

/*-------------------------------------------------------------
▼カラー基本設定
--------------------------------------------------------------*/
:root {
  --red: #ff0000;
  --white: #fff;
  --gray01: #ccc;
  --gray02: #666;
  --gray03: #f2f2f2;
}
.white {
  color: var(--white);
}
.red {
  color: var(--red);
}

/* 個別設定 */
.area-wide {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.documents.lg-h {
  margin-top: 40px;
}
.documents-under.lg-h {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 576px) {
.area-wide {
  max-width: 576px;
}
}
@media print, screen and (min-width: 768px) {
.area-wide {
  max-width: 768px;
}
.documents.lg-h {
  margin-top: 80px;
}
.documents-under.lg-h {
  margin-bottom: 80px;
}
.documents.mg-h {
  margin-top: 40px;
}
.documents-under.mg-h {
  margin-bottom: 40px;
}
}
@media print, screen and (min-width: 992px) {
.area-wide {
  max-width: 992px;
}
.documents.lg-h {
  margin-top: 100px;
}
.documents-under.lg-h {
  margin-bottom: 100px;
}
}
@media print, screen and (min-width: 1200px) {
.area-wide {
  max-width: 1535px;
}
.documents.lg-h {
  margin-top: 120px;
}
.documents-under.lg-h {
  margin-bottom: 120px;
}
.documents.mg-h {
  margin-top: 80px;
}
.documents-under.mg-h {
  margin-bottom: 80px;
}
}
/*-------------------------------------------------------------
▼フォント設定
--------------------------------------------------------------*/
body,
button,
input[type="submit"] {
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
}
/*-------------------------------------------------------------
▼カラー設定
--------------------------------------------------------------*/
:root {
  --main: #595147;
  --sub: #cdb66f;
  --key: #57c438;
  --black: #000;
  --gray04: #f2f5f6;
}
.main-color {
  color: var(--main);
}
.main-color-bg {
  background-color: var(--main);
}
.sub-color {
  color: var(--sub);
}
.sub-color-bg {
  background-color: var(--sub);
}
.gray-color-bg {
  background-color: var(--gray04);
}
body {
  background-color: var(--black);
}

/*--------------------------------------------------------------------
▼ヘッドライン設定(全ページ共通で使用するタイトル)
---------------------------------------------------------------------*/
h2, .h2 {
  font-size: 1.6em;
}
h3, .h3 {
  font-size: 1.4em;
}
h4, .h4 {
  font-size: 1.2em;
}
h5, .h5 {
  font-size: 1em;
  text-transform: uppercase;/*大文字*/
}

/*--------------------------------------------------------------------
▼ボタン設定(全ページ共通で使用するボタン)
---------------------------------------------------------------------*/
.main-btn {
  display: inline-block;
  text-align: center;
  color: var(--white);
  background-color: var(--key);
  padding: 10px 50px;
  border-radius: 26px;
  position: relative;
  font-weight: bold;
}
.main-btn::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 7px 5px;
  border-color: transparent transparent transparent var(--white);
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------------
▼ブロック、コンテンツ設定
---------------------------------------------------------------------*/
.block-bgi {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-bgi.bgi-01 {
  background-image: url(../images/contents/block02-img.jpg);
}
.block-bgi.bgi-02 {
  background-image: url(../images/contents/block11-img.jpg);
}
.movie-top-block {
  margin-top: -20px;
}
#faq-panel dt, #faq-panel dd {
  background-color: var(--white);
}
dl#faq-panel dt {
  position: relative;
  font-family: YuMincho, 'Yu Mincho', Hiragino Mincho ProN, 'ヒラギノ明朝 ProN', serif;
  font-weight: 600;
  color: var(--main);
}
dl#faq-panel dt p:first-child {
  background: var(--white);
  padding: 20px 40px 20px 40px;
  font-size: 1.2em;
  line-height: 1.4em;
  position: relative;
  cursor: pointer;
}

dl#faq-panel dt p:first-child::before {
  content: "";
  background-image: url(../images/svg/q.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 10px;
  display: inline-block;
  width: 25px;
  height: 30px;
}
dl#faq-panel dt .toggle-icon {
  margin: 0;
}
dl#faq-panel dt .toggle-icon span {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  margin-top: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
dl#faq-panel dt .toggle-icon span:nth-of-type(1)::after, dl#faq-panel dt .toggle-icon span:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: var(--main);
  -webkit-transition: all .3s;
  transition: all .3s;
}
dl#faq-panel dt .toggle-icon span:nth-of-type(1)::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
dl#faq-panel dt .toggle-icon span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
dl#faq-panel dt.open .toggle-icon span:nth-of-type(1)::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
dl#faq-panel dt.open .toggle-icon span:nth-of-type(2)::after {
  display: none;
}
dl#faq-panel dd {
  background: var(--white);
  padding: 0px 20px 20px 40px;
  position: relative;
}
dl#faq-panel dd::before {
  content: "";
  background-image: url(../images/svg/a.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 10px;
  display: inline-block;
  width: 25px;
  height: 30px;
}
dl#faq-panel dd + dt {
  margin-top: 20px;
}
.contact-block {
  padding-top: 120px;
}
.box-shadow {
  box-shadow: 3px 10px 20px rgba(0, 0, 0, .6);
}
.copyright {
  font-size: 12px;
  line-height: 1.2;
}
@media print, screen and (min-width: 576px) {
iframe {
  height: 445px;
}
.contact-block {
  padding-top: 200px;
}
}
@media print, screen and (min-width: 768px) {
iframe {
  height: 550px;
}
.movie-top-block {
  margin-top: -45px;
}
dl#faq-panel dt p:first-child {
  padding: 20px 60px 20px 100px;
  font-size: 1.8em;
}
dl#faq-panel dt p:first-child::before {
  top: 20px;
  left: 30px;
  width: 38px;
  height: 40px;
}
dl#faq-panel dt .toggle-icon {
  width: 60px;
}
dl#faq-panel dt .toggle-icon span:nth-of-type(1)::after, dl#faq-panel dt .toggle-icon span:nth-of-type(2)::after {
  right: 15px;
}
dl#faq-panel dd {
  padding: 20px 30px 20px 100px;
}
dl#faq-panel dd::before {
  top: 20px;
  left: 30px;
  width: 38px;
  height: 40px;
}
.contact-block {
  padding-top: 280px;
}
}
@media print, screen and (min-width: 992px) {
iframe {
  height: 670px;
}
.movie-top-block {
  margin-top: -60px;
}
.contact-block {
  padding-top: 360px;
}
}
@media print, screen and (min-width: 1200px) {
.movie-top-block {
  margin-top: -80px;
}
.contact-block {
  padding-top: 500px;
}
}