@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1rem;
}

body {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  color: #333;
}

a:hover {
  text-decoration: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

b {
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  /* ホバーアクション */
  .hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .hover:hover {
    opacity: 0.6 !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*------------------------------------
スマホ　非表示
------------------------------------*/
@media screen and (min-width: 992px) {
  .disp_sp {
    display: none !important;
  }
}

/*------------------------------------
PC　非表示
------------------------------------*/
@media screen and (max-width: 991px) {
  .disp_pc {
    display: none !important;
  }
}

/* フォントサイズ
-------------------------------------------*/
html {
  font-size: 52.5%;
}

@media screen and (min-width: 350px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 72.5%;
  }
}

@media screen and (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

/* body
-------------------------------------------*/
body {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #333;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}

.inner {
  max-width: 1200px;
  padding: 0 50px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .inner {
    padding: 0 5%;
  }
}

.list-caution > li {
  position: relative;
  padding-left: 1.3em;
}

.list-caution > li::before {
  content: '※';
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.list-dot > li {
  position: relative;
  padding-left: 1.3em;
}

.list-dot > li::before {
  content: '・';
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.header .inner {
  max-width: 1200px;
}

@media screen and (max-width: 991px) {
  .header .inner {
    padding: 0 4%;
  }
}

.header-wrap {
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header-wrap {
    height: 60px;
  }
}

@media screen and (max-width: 991px) {
  .header-logo {
    width: 50%;
    max-width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .header-right {
    width: 40%;
    max-width: 150px;
  }
}

.mv {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.mv img {
  min-width: 1920px;
  width: 100%;
  display: block;
}

@media screen and (max-width: 1250px) {
  .mv img {
    min-width: 1500px;
  }
}

@media screen and (max-width: 991px) {
  .mv img {
    width: 100%;
    min-width: inherit;
  }
}

.mv-btn {
  position: absolute;
  bottom: 65px;
  left: calc(50% + 360px);
  display: flex;
  justify-content: center;
  margin: auto;
  width: 200px;
  color: #5d411d;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  background: #fff;
  border: 1px solid #5d411d;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 1250px) and (min-width: 992px) {
  .mv-btn {
    font-size: 1.2rem;
    width: 180px;
    bottom: 60px;
    left: calc(50% + 260px);
  }
}

@media screen and (max-width: 991px) {
  .mv-btn {
    bottom: 3%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.2rem;
  }
}

.mv-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #5d411d;
  border-right: 2px solid #5d411d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mv-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #5d411d;
}

@media screen and (min-width: 992px) {
  .mv-btn {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .mv-btn::before, .mv-btn::after {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .mv-btn:hover {
    background: #5d411d;
    color: #fff;
  }
  .mv-btn:hover::after {
    border-color: #fff;
  }
  .mv-btn:hover::before {
    background: #fff;
  }
}

.mv-btn > span {
  position: relative;
  padding-right: 10px;
}

.ttl {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  padding: 18px 0 22px;
  background-image: linear-gradient(to top, #f29100, #fab800, #fed000);
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .ttl {
    min-height: 95px;
  }
}

@media screen and (max-width: 991px) {
  .ttl {
    font-size: 2.1rem;
    line-height: 1.4;
    padding: 10px 0 13px;
  }
}

.ttl::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 33px 0 33px;
  border-color: #f29400 transparent transparent transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 991px) {
  .ttl::after {
    bottom: -16px;
    border-width: 17px 28px 0 28px;
    border-color: #f29400 transparent transparent transparent;
  }
}

.ttl .t1 {
  font-size: 4.8rem;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .ttl .t1 {
    font-size: 2.6rem;
  }
}

.ttl .t2 {
  font-size: 4rem;
}

@media screen and (max-width: 991px) {
  .ttl .t2 {
    font-size: 2.5rem;
  }
}

.ttl .t3 {
  font-size: 2.6rem;
}

@media screen and (max-width: 991px) {
  .ttl .t3 {
    font-size: 2rem;
  }
}

.ttl .t4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 4rem;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .ttl .t4 {
    font-size: 2.5rem;
  }
}

.footer {
  padding: 50px 0 115px;
  background: #f9f6e5;
  border-top: 4px solid #489d5a;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 30px 0 100px;
  }
}

.footer-flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .footer-flex {
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .footer-item:nth-child(1) {
    border-bottom: 1px solid #d4d1bf;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.footer-logo {
  width: 235px;
  margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
  .footer-logo {
    width: 180px;
    margin: 0 auto 30px;
  }
}

.footer-tel .tellink {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .footer-tel .tellink {
    justify-content: center;
  }
}

.footer-tel .tellink img {
  width: 35px;
  margin-right: 17px;
  margin-top: 3px;
}

@media screen and (max-width: 991px) {
  .footer-tel .tellink img {
    width: 35px;
  }
}

.footer-tel .tellink-no {
  font-size: 2.2rem;
  color: #333;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .footer-tel .tellink-no {
    font-size: 2.5rem;
  }
}

.footer-tel .tellink-time {
  font-size: 1.2rem;
  font-weight: 700;
  padding-top: 5px;
}

@media screen and (max-width: 991px) {
  .footer-tel .tellink-time {
    letter-spacing: 0.01em;
  }
}

.footer-tel .tellink-time span,
.footer-tel .tellink-time b {
  line-height: 1;
}

.footer-tel .tellink-time b {
  padding-left: 5px;
  color: #ff0000;
}

.footer-info {
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .footer-info {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}

.footer-info img {
  width: 113px;
  margin-right: 35px;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .footer-info img {
    margin-right: 15px;
    width: 90px;
  }
}

.footer-info .txt {
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .footer-info .txt {
    display: flex;
    align-items: flex-start;
    letter-spacing: 0.01em;
    font-size: 1.3rem;
  }
}

.footer-info .txt span {
  white-space: nowrap;
  font-size: 1.4rem;
}

.footer-btn a {
  position: relative;
  width: 250px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #009f50;
  color: #009f50;
  padding-left: 20px;
  text-align: left;
  font-weight: bold;
  line-height: 48px;
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .footer-btn a {
    margin: auto;
    text-align: center;
    padding: 0 20px 0 0;
  }
}

.footer-btn a::after {
  content: "";
  border: none;
  background: url(../img/img-lp_noukotsudo/icon_blank.png);
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0.8em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .footer-btn a::after {
    width: 13px;
    height: 13px;
  }
}

.footer-copyright {
  font-size: 1.2rem;
  color: #65856c;
  text-align: right;
  padding-top: 38px;
}

@media screen and (max-width: 991px) {
  .footer-copyright {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    padding-top: 25px;
    text-align: center;
  }
}

.fixcv {
  position: fixed;
  height: 90px;
  background: #dad0b6;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.fixcv.is_active {
  pointer-events: all;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .fixcv {
    background: none;
    height: 105px;
  }
}

.fixcv-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .fixcv-wrap {
    position: relative;
  }
  .fixcv-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #dad0b6;
    height: 80px;
  }
}

.fixcv .inner {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .fixcv .inner {
    padding: 0 5%;
  }
}

.fixcv-flex {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .fixcv-flex {
    flex-wrap: wrap;
    max-width: 390px;
    margin: auto;
  }
}

@media screen and (min-width: 992px) {
  .fixcv-flex .item:nth-child(1) {
    margin-right: 40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1050px) {
  .fixcv-flex .item:nth-child(1) {
    margin-right: 25px;
  }
}

@media screen and (min-width: 992px) {
  .fixcv-flex .item:nth-child(2), .fixcv-flex .item:nth-child(3) {
    width: 380px;
  }
  .fixcv-flex .item:nth-child(2) {
    margin-right: 20px;
    margin-left: 150px;
  }
}

@media screen and (max-width: 991px) {
  .fixcv-flex .item:nth-child(1) {
    width: 100%;
    margin-bottom: 4px;
  }
  .fixcv-flex .item:nth-child(1) img {
    width: 95%;
    display: block;
    margin: auto;
  }
  .fixcv-flex .item:nth-child(2) {
    width: 40%;
    padding-right: 10px;
  }
  .fixcv-flex .item:nth-child(3) {
    width: 60%;
  }
}

.fixcv .telbtn,
.fixcv .mailbtn {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .fixcv .telbtn,
  .fixcv .mailbtn {
    height: 42px;
  }
}

.fixcv .telbtn {
  background: #fff;
  border: 1px solid #8a7b46;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixcv .telbtn-no {
  display: flex;
  align-items: center;
  margin-right: 25px;
}

@media screen and (max-width: 1050px) and (min-width: 992px) {
  .fixcv .telbtn-no {
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .fixcv .telbtn-no {
    margin-right: 0;
  }
}

.fixcv .telbtn-no img {
  margin-right: 10px;
  width: 35px;
}

@media screen and (max-width: 991px) {
  .fixcv .telbtn-no img {
    width: 25px;
  }
}

.fixcv .telbtn-no span {
  font-size: 2rem;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 1050px) and (min-width: 992px) {
  .fixcv .telbtn-no span {
    font-size: 1.905vw;
  }
}

@media screen and (max-width: 991px) {
  .fixcv .telbtn-no span {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 390px) {
  .fixcv .telbtn-no span {
    font-size: 3.59vw;
  }
}

.fixcv .telbtn-time {
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 1050px) and (min-width: 992px) {
  .fixcv .telbtn-time {
    font-size: 1.143vw;
  }
}

.fixcv .telbtn-time span,
.fixcv .telbtn-time b {
  display: block;
  line-height: 1;
}

.fixcv .telbtn-time b {
  padding-top: 5px;
  color: #ff0000;
}

.fixcv .mailbtn {
  background: #489d5a;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixcv .mailbtn img {
  margin-right: 30px;
}

@media screen and (max-width: 991px) {
  .fixcv .mailbtn img {
    width: 22px;
    margin-right: 10px;
  }
}

.fixcv .mailbtn span {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1050px) and (min-width: 992px) {
  .fixcv .mailbtn span {
    font-size: 1.905vw;
  }
}

@media screen and (max-width: 991px) {
  .fixcv .mailbtn span {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 390px) {
  .fixcv .mailbtn span {
    font-size: 3.59vw;
  }
}

.block01 {
  background: #fef5e0;
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .block01 {
    padding-bottom: 40px;
  }
}

.block01 .inner {
  max-width: 1050px;
}

.block01 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block01 .flex .item {
  max-width: 483px;
}

.block01 .flex .item img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 992px) {
  .block01 .flex .item {
    width: 48%;
  }
  .block01 .flex .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .block01 .flex .item {
    width: 100%;
  }
  .block01 .flex .item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.block02 .ttl {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .block02 .ttl {
    margin-bottom: 50px;
  }
}

.block02 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .block02 .flex {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.block02 .flex .item {
  width: 48%;
  background: #fcf9e6;
  padding: 30px 30px 30px 30px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .block02 .flex .item {
    width: 100%;
    padding: 30px 20px 20px 20px;
  }
}

.block02 .flex .item .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  background: #fff;
  border: 1px solid #fcc400;
  border-radius: 50px;
  color: #f29200;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  width: 120px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .block02 .flex .item .icon {
    font-size: 1.8rem;
    width: 140px;
  }
}

.block02 .flex .item .icon b {
  font-size: 2.4rem;
}

@media screen and (max-width: 991px) {
  .block02 .flex .item .icon b {
    font-size: 2rem;
    padding-left: 5px;
  }
}

.block02 .flex .item dl dt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .block02 .flex .item dl dt {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}

.block02 .flex .item dl dt > span {
  display: block;
  text-align: center;
}

.block02 .flex .item dl dt > div {
  color: #5d411d;
  line-height: 1.5;
  position: relative;
  background: linear-gradient(transparent 70%, #fff 70%);
  text-align: center;
  font-size: 3.2rem;
  display: inline;
}

@media screen and (max-width: 991px) {
  .block02 .flex .item dl dt > div {
    font-size: 2.1rem;
  }
}

.block02 .flex .item dl dt .t1 {
  color: #f45101;
  font-weight: 700;
}

.block02 .flex .item dl dt .t2 {
  font-weight: 700;
}

.block02 .flex .item dl dd p {
  margin: 15px auto 0;
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .block02 .flex .item dl dd p {
    font-size: 1.3rem;
  }
}

.block02 .flex .item dl dd p .t1 {
  color: #9c309c;
  font-weight: 700;
}

.block02 .flex .item dl dd .image {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .block02 .flex .item + .item {
    margin-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .block02 .flex .item:last-child {
    width: 100%;
    margin-top: 60px;
  }
  .block02 .flex .item:last-child dd p {
    display: table;
    width: auto;
  }
}

.block02 .movie {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .block02 .movie {
    padding-bottom: 40px;
  }
}

.block02 .movie dt {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
  display: table;
  margin: 0 auto 40px;
  position: relative;
  color: #5e421f;
}

@media screen and (max-width: 991px) {
  .block02 .movie dt {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.block02 .movie dt::before {
  content: '';
  position: absolute;
  top: -30px;
  bottom: 0;
  left: -50px;
  margin: auto;
  background: url(../img/img-lp_noukotsudo/illust_ginkgo01.png) left center no-repeat;
  background-size: contain;
  width: 40px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .block02 .movie dt::before {
    width: 30px;
    top: -20px;
  }
}

.block02 .movie dt::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -80px;
  margin: auto;
  background: url(../img/img-lp_noukotsudo/illust_ginkgo02.png) left center no-repeat;
  background-size: contain;
  width: 57px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .block02 .movie dt::after {
    width: 40px;
    right: -60px;
  }
}

.block02 .movie dd p.t1 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

@media screen and (max-width: 991px) {
  .block02 .movie dd p.t1 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.block02 .movie dd p.t2 {
  text-align: center;
  margin-top: 15px;
  color: #5d411d;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .block02 .movie dd p.t2 {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.block02 .movie dd .list-caution {
  display: table;
  margin: 10px 0 20px auto;
}

.block02 .movie dd .list-caution > li {
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  .block02 .movie dd .list-caution > li {
    font-size: 1.1rem;
    letter-spacing: 0.03em;
  }
}

.block03 .ttl {
  margin-bottom: 0;
}

.block03 .voice {
  padding: 40px 0 100px;
  position: relative;
  background: url(../img/img-lp_noukotsudo/bg_voice.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .block03 .voice {
    padding: 30px 0 40px;
  }
}

.block03 .voice-ttl {
  display: table;
  margin: 0 auto 40px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #5e421f;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .block03 .voice-ttl {
    font-size: 1.7rem;
    padding-left: 115px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.block03 .voice-ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -160px;
  margin: auto;
  background: url(../img/img-lp_noukotsudo/icon_voice.png) left center no-repeat;
  background-size: contain;
  width: 128px;
  height: 123px;
}

@media screen and (max-width: 991px) {
  .block03 .voice-ttl::before {
    width: 100px;
    height: 97px;
    left: 0;
  }
}

.block04 {
  padding: 0 0 80px;
}

@media screen and (max-width: 991px) {
  .block04 {
    padding: 0 0 40px;
  }
}

.block04 .image {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .block04 .image {
    flex-direction: column;
  }
}

.block04 .ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .block04 .ttl {
    margin-bottom: 30px;
  }
}

.block04 .txt {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  color: #5d411d;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .block04 .txt {
    font-size: 2rem;
    padding-top: 20px;
  }
}

.block04 .txt b {
  font-weight: 700;
}

.block04 .txt b.t1 {
  color: #f45101;
}

.block05 {
  padding-bottom: 80px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .block05 {
    padding-bottom: 40px;
  }
}

.block05 .ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .block05 .ttl {
    margin-bottom: 50px;
  }
}

.block05 .img01 {
  display: flex;
  justify-content: center;
  position: relative;
}

.block05 .img01 .bg_pattern01 {
  position: absolute;
  left: -100px;
  top: -30px;
  z-index: 1 !important;
}

@media screen and (max-width: 991px) {
  .block05 .img01 .bg_pattern01 {
    width: 200px;
    top: -25px;
  }
}

@media screen and (max-width: 991px) {
  .block05 .img01 .bg_pattern03 {
    position: absolute;
    right: -70px;
    top: -35px;
    z-index: 1 !important;
    width: 150px;
  }
}

.block05 .img01 img {
  z-index: 2;
  position: relative;
}

.block05 .box01 {
  position: relative;
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .block05 .box01 {
    padding-top: 15px;
  }
}

.block05 .box01 .bg_pattern02 {
  position: absolute;
  left: -40px;
  top: 70px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .block05 .box01 .bg_pattern02 {
    width: 150px;
    left: inherit;
    right: -50px;
    top: inherit;
    bottom: -30px;
  }
}

.block05 .box01 .bg_pattern03 {
  position: absolute;
  right: -54px;
  top: 40px;
}

.block05 .box01 .flex {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .block05 .box01 .flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .block05 .box01 .flex {
    position: relative;
  }
  .block05 .box01 .flex .item {
    width: 220px;
  }
  .block05 .box01 .flex .item + .item {
    margin-left: 33px;
  }
}

@media screen and (max-width: 991px) {
  .block05 .box01 .flex .item {
    width: 48%;
  }
  .block05 .box01 .flex .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

.block05 .box01 dl {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.block05 .box01 dt {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  display: table;
  margin: 0 auto 35px;
}

@media screen and (max-width: 991px) {
  .block05 .box01 dt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.block05 .box01 dt b {
  color: #95368b;
  font-size: 2.6rem;
}

@media screen and (max-width: 991px) {
  .block05 .box01 dt b {
    font-size: 1.7rem;
  }
}

.block05 .box01 dd p {
  width: 75%;
  margin: auto;
  font-weight: 700;
  font-size: 1.8rem;
  color: #5d411d;
}

@media screen and (max-width: 991px) {
  .block05 .box01 dd p {
    font-size: 1.3rem;
    width: 100%;
  }
}

.block05 .box02 {
  max-width: 867px;
  margin: auto;
  position: relative;
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .block05 .box02 {
    padding-top: 40px;
  }
}

.block05 .box02 .bg_pattern03 {
  position: absolute;
  left: -20px;
  top: 110px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .block05 .box02 .bg_pattern03 {
    width: 150px;
    left: -100px;
    top: 30px;
  }
}

.block05 .box02 .bg_pattern04 {
  position: absolute;
  right: -73px;
  top: 135px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .block05 .box02 .bg_pattern04 {
    width: 150px;
    right: -100px;
    top: 100px;
  }
}

.block05 .box02 dl {
  position: relative;
  z-index: 2;
}

.block05 .box02 dl dt {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .block05 .box02 dl dt {
    font-size: 2rem;
    padding-bottom: 35px;
    margin-bottom: 0;
  }
}

.block05 .box02 dl dt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 43px 0 43px;
  border-color: #f7aa00 transparent transparent transparent;
}

@media screen and (max-width: 991px) {
  .block05 .box02 dl dt:after {
    border-width: 17px 33px 0 33px;
    border-color: #f7aa00 transparent transparent transparent;
  }
}

.block05 .box02 dl dt b {
  font-weight: 700;
  color: #f45101;
}

.block05 .box02 .image {
  display: flex;
  justify-content: center;
}

.block05 .box02 .image .js_modal {
  cursor: pointer;
}

.block06 {
  padding-bottom: 150px;
}

@media screen and (max-width: 991px) {
  .block06 {
    padding-bottom: 80px;
  }
}

.block06 .ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .block06 .ttl {
    margin-bottom: 25px;
  }
}

.block06 .leadtxt {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .block06 .leadtxt {
    text-align: left;
    margin-bottom: 20px;
  }
}

.block06 .inner {
  max-width: 1060px;
}

.block06 .opttxt {
  padding: 50px 0 10px;
}

@media screen and (max-width: 991px) {
  .block06 .opttxt {
    padding: 25px 0 10px;
  }
}

.movie_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

@media screen and (min-width: 992px) {
  .movie_wrap.movie_link {
    pointer-events: none;
  }
}

@media screen and (min-width: 992px) {
  .movie_wrap.movie_link iframe {
    pointer-events: all;
  }
}

@media screen and (max-width: 991px) {
  .movie_wrap.movie_link iframe {
    pointer-events: none;
  }
}

.modal-content {
  margin: 0;
  padding: 0;
  position: fixed;
  display: none;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

#modal-youtube.modal-content {
  margin: 0;
  padding: 0;
  position: fixed;
  display: none;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding-bottom: 50.625%;
  height: 0;
  overflow: hidden;
}

#modal-youtube.modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*===================================
  
  モーダル

===================================*/
body.is_locked {
  overflow: hidden;
  position: fixed;
}

.modal {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}

.modal.is_open {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.modal.is_absolute {
  height: 100%;
  position: absolute;
}

.modal.is_absolute .modal_bg {
  height: 100%;
}

.modal.is_absolute .modal_inner {
  max-height: inherit;
  left: 0;
  right: 0;
  margin: auto;
  transform: inherit;
  background: none;
  height: auto;
}

.modal.is_absolute .modal_main {
  height: auto;
  overflow-y: inherit;
  max-height: inherit;
  background: #fff;
}

.modal_bg {
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal_inner {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 100%;
  max-width: 989px;
  max-height: 80%;
}

.modal_main {
  height: 100%;
  max-height: 100%;
  overflow-y: scroll;
  z-index: 99999;
  padding: 35px;
}

.modal_main::-webkit-scrollbar {
  display: none;
}

.modal_close {
  background: #6e522f;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  z-index: 99999;
  cursor: pointer;
}

.modal_close > span::before,
.modal_close > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 19px;
  margin: auto;
  bottom: 0;
  width: 2px;
  height: 18px;
  background: #fff;
}

.modal_close > span::before {
  transform: rotate(-45deg);
}

.modal_close > span::after {
  transform: rotate(45deg);
}

.modal_closetxt {
  display: table;
  margin: 40px auto 0;
  padding-bottom: 30px;
  cursor: pointer;
}

.modal_closetxt span {
  position: relative;
  line-height: 1;
  padding: 0 15px;
  font-weight: bold;
  color: #595959;
  font-size: 1.6rem;
}

.modal_closetxt span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 1.2em;
  background: #b8b8b8;
}

.modal_closetxt span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 1.2em;
  background: #b8b8b8;
}

@media screen and (max-width: 991px) {
  .modal_closetxt span {
    font-size: 1.4rem;
  }
  .modal_inner {
    transform: translate(-50%, -55%);
  }
  .modal_close {
    width: 35px;
    height: 35px;
  }
  .modal_close > span::before, .modal_close > span::after {
    width: 2px;
    height: 18px;
    right: 16px;
  }
  .modal_main {
    padding: 30px 20px 20px 20px;
  }
  .modal_closetxt {
    padding-bottom: 20px;
    margin-top: 30px;
  }
}

/* スライダー */
.slider_l {
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  margin-bottom: 30px;
}

.slider_l a {
  outline: none;
}

.slider_l_item {
  margin: 0 15px;
}

.slider_nav {
  display: flex;
  justify-content: center;
}

.slider_nav_main {
  position: relative;
}

.slider_nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider_nav .slick-prev {
  margin-right: 20px;
}

.slider_nav .slick-next {
  margin-left: 20px;
}

.slider_nav .slick-dots {
  padding: 0;
}

.slider_nav .slick-dots > li {
  display: inline-block;
  margin: 0 10px;
}

.slider_nav .slick-dots button {
  padding: 0;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  border: 2px solid #f29100;
}

.slider_nav .slick-dots .slick-active button {
  background-color: #f29100;
  border-color: #fff;
}

.slider_l.slick-initialized {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .slider_l {
    margin-bottom: 15px;
  }
  .slider_l_item {
    margin: 0 5px;
  }
  .slider_nav .slick-arrow {
    display: none !important;
  }
  .slider_nav .slick-dots > li {
    display: inline-block;
    margin: 0 6px;
  }
  .slider_nav .slick-dots button {
    width: 15px;
    height: 15px;
  }
}

.slick-prev {
  right: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 13px;
  background: url(../img/img-lp_noukotsudo/arrow_left.png) left center no-repeat;
  background-size: contain;
  width: 24px;
  height: 42px;
}

.slick-next {
  left: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-next::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 13px;
  background: url(../img/img-lp_noukotsudo/arrow_right.png) left center no-repeat;
  background-size: contain;
  width: 24px;
  height: 42px;
}

/*===================================
  
  ページトップ

===================================*/
.pagetop {
  position: fixed;
  bottom: 140px;
  right: 30px;
  transition: opacity 1s;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
  width: 45px;
  height: 45px;
}

.pagetop.is_active {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .pagetop {
    width: 35px;
    height: 35px;
    bottom: 95px;
    right: 8px;
  }
}

/*===================================
  
  animation設定

===================================*/
/* 下からふわっと */
.fade_b {
  opacity: 0;
}

.fade_b.started,
.started .fade_b {
  animation: fadeIn_b 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn_b {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 縮小 */
.shrink {
  overflow: hidden;
}

.shrink img,
.shrink .mv-wrap {
  opacity: 0;
}

.shrink.started img,
.shrink.started .mv-wrap,
.started .shrink img {
  animation: Shrink 1.5s ease forwards;
}

@keyframes Shrink {
  0% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}


.address {
  font-size: 1.4rem;
}
.googlemap {
  font-size: 1.3rem;
  text-align: right
}
.googlemap a{
  text-decoration: underline;
}
.googlemap a:hover {
  color: #283278;	
  text-decoration: none;	
}
@media screen and (max-width: 991px) {
.address {
  margin-top: 7px;
  font-size: 1.2rem;
  line-height: 1.2;	
}
.googlemap {
  font-size: 1.1rem;
  text-align: right
}
.googlemap a{
  text-decoration: underline;
}
.googlemap a:hover {
  color: #283278;	
  text-decoration: none;	
}
	}

.bnr_kokubunji {
  margin-bottom: 60px!important;
  display: block;
  margin: 0 auto;
  text-align: center;		
	
}
.bnr_kokubunji a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
.bnr_kokubunji {
  width: 80%;
}
	}


