@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

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%;
  vertical-align: baseline;
  background: transparent;
}

/* 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;
}

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

body {
  overflow-x: hidden;
  background-image: url(../images/main-bg.jpg);
  background-position: center;
  background-repeat: repeat-y;
  font-family: "ten-mincho", serif;
  letter-spacing: 0.05em;
  font-feature-settings: "ss02";
  font-feature-settings: "palt";
}

html,
body {
  height: 100%;
}

input,
textarea {
  -webkit-appearance: none;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

input[type=submit],
input[type=button] {
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@font-face {
  font-family: "mkpop";
  src: url("../font/mkPOP.ttf");
}
@font-face {
  font-family: "concetta";
  src: url("../font/Concetta_Kalvani.ttf");
}
.article .article-item a {
  transition: opacity 0.2s ease-in-out;
}
.article .article-item a:hover {
  opacity: 0.8;
}
.article._big {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .article._big {
    max-width: 1000px;
  }
}
.article._big .article-item {
  border: 1px solid #adadad;
  background-color: #ffffff;
}
.article._big .article-item + .article-item {
  margin-top: 25px;
}
.article._big .article-item a {
  display: inline-block;
  padding: 25px;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .article._big .article-item a {
    display: flex;
  }
}
.article._big .article-item .article-thum {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .article._big .article-item .article-thum {
    width: 100%;
    max-width: 400px;
    max-height: 250px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.article._big .article-item .article-thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article._big .article-item .article-txt {
  position: relative;
}
.article._big .article-item .article-txt::before {
  position: absolute;
  right: 0;
  bottom: 103px;
  content: "";
  width: 57px;
  height: 57px;
  background: url(../images/article-txt-i.svg);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .article._big .article-item .article-txt::before {
    bottom: 90px;
  }
}
.article._big .article-item .article-title {
  margin-bottom: 10px;
  color: #1f1101;
  font-size: 18px;
  line-height: 1.5;
}
.article._big .article-item .article-desc {
  margin-bottom: 20px;
  color: #797979;
  font-size: 14px;
  line-height: 1.75;
}
.article._big .article-item .article-more {
  position: relative;
  width: 150px;
  margin-left: auto;
  padding: 12px 0;
  border-radius: 100px;
  background-color: #bf8080;
  color: #ffffff;
  text-align: center;
}
.article._big .article-item .article-more::before, .article._big .article-item .article-more::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
}
.article._big .article-item .article-more::before {
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
}
.article._big .article-item .article-more::after {
  right: 15px;
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
}
.article._top .article-txt {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.article._small {
  display: grid;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
@media screen and (min-width: 992px) {
  .article._small {
    max-width: 1000px;
  }
}
.article._small .article-item {
  border: 1px solid #adadad;
  background-color: #ffffff;
}
.article._small .article-item + .article-item {
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .article._small .article-item + .article-item {
    margin-top: 0;
  }
}
.article._small .article-item a {
  display: inline-block;
  padding: 25px;
  text-decoration: none;
}
.article._small .article-item .article-thum {
  height: 200px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .article._small .article-item .article-thum {
    width: 100%;
  }
}
.article._small .article-item .article-thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.article._small .article-item .article-title {
  margin-bottom: 25px;
  color: #1f1101;
  font-size: 18px;
  line-height: 1.5;
}
.article._small .article-item .article-desc {
  margin-bottom: 20px;
  color: #797979;
  font-size: 14px;
  line-height: 1.75;
}
.article._small .article-item .article-more {
  position: relative;
  width: 150px;
  margin-left: auto;
  padding: 12px 0;
  border-radius: 100px;
  background-color: #bf8080;
  color: #ffffff;
  text-align: center;
}
.article._small .article-item .article-more::before, .article._small .article-item .article-more::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
}
.article._small .article-item .article-more::before {
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
}
.article._small .article-item .article-more::after {
  right: 15px;
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
}
.article._news {
  padding: 25px;
  background-color: #ffffff;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .article._news {
    max-width: 900px;
    padding: 25px 50px;
  }
}
.article._news a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 25px 0;
  padding-right: 60px;
  color: #000000;
  text-decoration: none;
}
.article._news a:not(:first-child) {
  border-top: 1px solid #c9c9c9;
}
.article._news a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #676767;
  content: "";
}
.article._news a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 2px;
  border-top: 1px dashed #676767;
  content: "";
}
.article._news .article-title {
  display: none;
}
@media screen and (min-width: 992px) {
  .article._news .article-title {
    display: inline;
    position: relative;
    width: 220px;
  }
  .article._news .article-title::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    width: 45px;
    height: 1px;
    border-top: 1px solid #e2cc82;
    content: "";
  }
}
.article._news .article-desc {
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .article._news .article-desc {
    display: inline;
    margin-left: 10px;
  }
}
.article._news._top {
  display: none;
}
@media screen and (min-width: 992px) {
  .article._news._top {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    bottom: -40px;
    width: 40vw;
    max-width: 700px;
    margin-bottom: 0;
    padding: 5px 30px;
  }
}
.article._single {
  padding: 25px;
  background-color: #ffffff;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .article._single {
    max-width: 900px;
    padding: 25px 50px;
  }
}
.article._single .article-time {
  margin-bottom: 35px;
  color: #959595;
}
.article._single .article-time::before {
  margin-right: 5px;
  content: url(../images/calendar-i.svg);
}
.article._single h2 {
  margin-bottom: 35px;
  padding: 15px 10px;
  border-left: 5px solid #f6dc85;
  background-color: #f7f7f7;
  font-size: 20px;
  line-height: 1.15;
}
.article._single h3 {
  margin-bottom: 35px;
  padding-left: 10px;
  border-left: 5px solid #f6dc85;
  font-size: 20px;
  line-height: 1.15;
}
.article._single h4 {
  position: relative;
  margin-bottom: 35px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.5;
}
.article._single h4::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 5px solid #f6dc85;
  border-radius: 100%;
  content: "";
}
.article._single h5 {
  position: relative;
  margin-bottom: 35px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.5;
}
.article._single h5::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 5px solid #dadada;
  border-radius: 100%;
  content: "";
}
.article._single h6 {
  position: relative;
  margin-bottom: 35px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.5;
}
.article._single h6::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 5px solid #dadada;
  border-radius: 100%;
  content: "";
}
.article._single ul {
  list-style: disc;
  margin-bottom: 35px;
  padding-left: 20px;
}
.article._single ul li {
  line-height: 1.75;
}
.article._single ol {
  margin-bottom: 35px;
  padding-left: 20px;
}
.article._single ol li {
  line-height: 1.75;
}
.article._single p {
  margin-bottom: 50px;
  line-height: 1.75;
}

.point {
  margin-bottom: 15px;
}
.point .point-title {
  margin-top: 60px;
  margin-bottom: 15px;
  color: #1f1101;
}
.point .point-list {
  display: flex;
  flex-wrap: wrap;
  color: #1f1101;
}
.point .point-list li {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 10px;
  border-radius: 100px;
  background-color: #e8e8e8;
}
.point .point-list li + li {
  margin-left: 15px;
}
.point._archive .point-title {
  margin-top: 10px;
}

.article-link {
  margin-bottom: 100px;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .article-link {
    display: grid;
    max-width: 900px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 0;
  }
}
.article-link li {
  background-color: #ffffff;
}
.article-link li + li {
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .article-link li + li {
    margin-top: 0;
  }
}
.article-link li p:nth-child(1) {
  margin-bottom: 25px;
  line-height: 1.5;
}
.article-link li p:nth-child(2) {
  position: relative;
  color: #7e7e7e;
  line-height: 1.5;
}
.article-link li p:nth-child(2)._next {
  padding-right: 65px;
  text-align: right;
}
.article-link li p:nth-child(2)._next::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #676767;
  content: "";
}
.article-link li p:nth-child(2)._next::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  border-top: 1px dashed #707070;
  content: "";
}
.article-link li p:nth-child(2)._prev {
  padding-left: 65px;
}
.article-link li p:nth-child(2)._prev::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #676767;
  content: "";
}
.article-link li p:nth-child(2)._prev::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  border-top: 1px dashed #707070;
  content: "";
}
.article-link li p:nth-child(2) span {
  margin-right: 7px;
  color: #000000;
  font-size: 20px;
}
.article-link a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 25px;
  color: #000000;
  text-decoration: none;
}

.bn {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .bn {
    width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .bn .bn-list {
    display: flex;
  }
}
.bn .bn-item {
  position: relative;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .bn .bn-item {
    width: 48%;
  }
}
.bn .bn-item:hover {
  opacity: 0.8;
}
.bn .bn-item:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .bn .bn-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.bn .bn-item a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  color: #4a3f33;
  font-size: 18px;
  text-decoration: none;
}
.bn .bn-item::before {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #4a3f33;
}
@media screen and (min-width: 992px) {
  .bn .bn-item::before {
    font-size: 14px;
  }
}
.bn .bn-item._raiten {
  background-color: #aaad76;
}
.bn .bn-item._raiten a::before {
  margin-right: 10px;
  content: "";
  width: 38px;
  height: 35px;
  background: url(../images/raiten-i.svg);
  background-position: center;
  background-size: cover;
}
.bn .bn-item._soudan {
  background-color: #e2cc82;
}
.bn .bn-item._soudan a::before {
  margin-right: 10px;
  content: "";
  width: 48px;
  height: 32px;
  background: url(../images/soudan-i.svg);
  background-position: center;
  background-size: cover;
}
.bn._fukidashi {
  margin-bottom: 60px;
}
.bn._fukidashi .bn-item a {
  padding: 25px 0;
}
.bn._fukidashi .bn-item:not(:last-child) {
  margin-bottom: 75px;
}
@media screen and (min-width: 992px) {
  .bn._fukidashi .bn-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.bn._fukidashi .bn-item._raiten::before {
  content: "＼　i-sumuROOMで自然素材を体験　／";
}
.bn._fukidashi .bn-item._soudan::before {
  content: "＼　ちょっとした質問でもOK！　／";
}
.bn._footer {
  width: auto;
}
@media screen and (min-width: 992px) {
  .bn._footer .bn-item {
    width: auto;
    margin: 0;
  }
  .bn._footer .bn-item:not(:last-child) {
    margin-right: 15px;
  }
  .bn._footer .bn-item a {
    padding: 5px;
    font-size: 16px;
  }
  .bn._footer .bn-item._raiten a::before {
    width: 22px;
    height: 20px;
    background: url(../images/raiten-i.svg);
    background-position: center;
    background-size: cover;
  }
  .bn._footer .bn-item._soudan a::before {
    content: "";
    width: 28px;
    height: 18px;
    background: url(../images/soudan-i.svg);
    background-position: center;
    background-size: cover;
  }
}

.breadcrumb {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin: 20px auto;
}
@media screen and (min-width: 992px) {
  .breadcrumb {
    max-width: 1000px;
  }
}
.breadcrumb span a {
  color: #7c7c7c;
}

.card-grid {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .card-grid {
    display: grid;
    max-width: 1000px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0;
  }
}
.card-grid .card:nth-child(1) {
  grid-area: 1/1/2/2;
}
.card-grid .card:nth-child(2) {
  grid-area: 1/2/2/3;
}
@media screen and (min-width: 992px) {
  .card-grid._mgb150 {
    margin-bottom: 150px;
  }
}

._rere {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(7, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media screen and (min-width: 992px) {
  ._rere {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}
._rere._about {
  grid-template-rows: repeat(2, 1fr);
}
._rere .card .card-title {
  margin-bottom: 0;
}

.card {
  position: relative;
  margin-bottom: 50px;
  padding: 40px 0 60px;
  border-radius: 10px;
  box-shadow: 1px 1px 15px -5px #bababa;
  background-position: center;
  background-size: cover;
  transition: transform 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .card {
    margin-bottom: 0;
    padding: 80px 0;
  }
}
.card:hover {
  transform: Scale(1.03);
}
.card:last-child {
  margin-bottom: 0;
}
.card .card-wrap {
  padding: 25px 10px;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 10%, white 50%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.3) 100%);
  text-align: center;
}
.card .card-title {
  margin-bottom: 10px;
  color: #3b331e;
  font-size: 24px;
  line-height: 1.5;
}
.card .card-title._only {
  margin-bottom: 0;
}
.card .card-cate {
  color: #747474;
  font-size: 12px;
  line-height: 1.5;
}
.card a {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card._bigReform {
  background-image: url(../images/card_bigReform.jpg);
  grid-area: 1/1/2/4;
}
.card._partsReform {
  background-image: url(../images/card_partsReform.jpg);
  grid-area: 1/4/2/7;
}
.card._isumuStrengths {
  background-image: url(../images/card_isumuStrengths.jpg);
  grid-area: 2/1/3/3;
}
.card._showRoom {
  background-image: url(../images/card_showRoom.jpg);
  grid-area: 2/3/3/7;
}
.card._Reform {
  background-image: url(../images/card_Reform.jpg);
}
@media screen and (min-width: 992px) {
  .card._Reform {
    grid-area: 1/1/2/4;
  }
}
.card._company {
  background-image: url(../images/card_company.jpg);
}
@media screen and (min-width: 992px) {
  .card._company {
    grid-area: 1/1/2/4;
  }
}
.card._renobe {
  background-image: url(../images/card_renobe.jpg);
}
@media screen and (min-width: 992px) {
  .card._renobe {
    grid-area: 1/4/2/7;
  }
}
.card._reason {
  background-image: url(../images/card_reason.jpg);
}
@media screen and (min-width: 992px) {
  .card._reason {
    grid-area: 1/4/2/7;
  }
}
.card._flow {
  background-image: url(../images/card_flow.jpg);
}
@media screen and (min-width: 992px) {
  .card._flow {
    grid-area: 2/1/3/3;
  }
}
.card._staff {
  background-image: url(../images/card_staff.jpg);
}
@media screen and (min-width: 992px) {
  .card._staff {
    grid-area: 2/1/4/7;
  }
}
.card._showRoom_sm {
  background-image: url(../images/card_showRoom_sm.jpg);
}
@media screen and (min-width: 992px) {
  .card._showRoom_sm {
    grid-area: 2/3/3/5;
  }
}
.card._after {
  background-image: url(../images/card_after.jpg);
}
@media screen and (min-width: 992px) {
  .card._after {
    grid-area: 2/5/3/7;
  }
}
.card._bigReform_re {
  background-image: url(../images/card_bigReform.jpg);
}
@media screen and (min-width: 992px) {
  .card._bigReform_re {
    grid-area: 3/1/4/4;
  }
}
.card._partsReform_re {
  background-image: url(../images/card_partsReform.jpg);
}
@media screen and (min-width: 992px) {
  .card._partsReform_re {
    grid-area: 3/4/4/7;
  }
}

.company {
  margin-top: 50px;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .company {
    max-width: 1000px;
  }
}
.company .company-title {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .company .company-title {
    margin-bottom: 35px;
  }
}
.company .company-info {
  margin-bottom: 75px;
  padding: 10px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .company .company-info dl {
    display: flex;
  }
  .company .company-info dl:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
  }
}
.company .company-info dl dt {
  padding: 10px 20px;
  background-color: #f4f4f4;
}
@media screen and (min-width: 992px) {
  .company .company-info dl dt {
    display: flex;
    align-items: center;
    width: 150px;
  }
}
.company .company-info dl dd {
  padding: 20px;
  line-height: 1.75;
}

.representative {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .representative {
    position: relative;
    max-width: 1000px;
    margin-bottom: 100px;
  }
}
.representative .representative-name {
  width: 200px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .representative .representative-name {
    width: 300px;
    margin-right: 0;
  }
}
.representative .representative-name img {
  width: 100%;
}
.representative .representative-thum {
  width: 100%;
  margin-left: auto;
  border: 5px solid #ffffff;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .representative .representative-thum {
    max-width: 400px;
    border: 10px solid #ffffff;
    margin-bottom: 0;
  }
}
.representative .representative-thum img {
  width: 100%;
}
.representative .representative-wrap {
  display: flex;
  flex-flow: column-reverse;
}
@media screen and (min-width: 992px) {
  .representative .representative-wrap {
    flex-flow: row;
    align-items: flex-end;
    margin-bottom: 25px;
  }
}
.representative .representative-copy {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 2.15;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .representative .representative-copy {
    font-size: 24px;
    text-align: right;
  }
}
.representative .representative-copy._pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .representative .representative-copy._pc {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .representative .representative-copy._sp {
    display: none;
  }
}
.representative .representative-copy span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 10px;
  background-color: #ffffff;
}
.representative .representative-txt {
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  .representative .representative-txt {
    font-size: 16px;
  }
}
.representative .representative-txt p + p {
  margin-top: 25px;
}
.representative .representative-txt + .representative-txt {
  margin-top: 25px;
}
.representative .representative-image {
  margin: 25px 0;
}
@media screen and (min-width: 992px) {
  .representative .representative-image._01 {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .representative .representative-image._02 {
    display: none;
  }
}
.representative .representative-image img {
  width: 100%;
}

.info {
  background-image: url(../images/info-bg.jpg);
  background-position: right;
  background-size: cover;
  padding: 50px 0;
  color: #fff;
  position: relative;
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  margin-bottom: 75px;
}
@media screen and (min-width: 992px) {
  .info {
    padding: 75px 0;
    border-bottom: 10px solid #fff;
    border-top: 10px solid #fff;
  }
}
.info::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.info .info-copy {
  font-family: "mkpop", cursive;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .info .info-copy {
    font-size: 36px;
  }
}
.info .info-tel {
  position: relative;
  z-index: 1;
  text-align: center;
}
.info .info-tel a {
  color: #fff;
  text-decoration: none;
  font-size: 36px;
  display: inline-flex;
  margin-top: 20px;
}
.info .info-tel a::before {
  content: "";
  width: 60px;
  height: 39px;
  background-image: url(../images/free-dial.svg);
  background-position: center;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.info .info-time {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .info .info-time {
    margin-top: 30px;
  }
}

.footer {
  background-color: #2a414b;
  color: #fff;
  padding: 1px 0;
}
@media screen and (min-width: 992px) {
  .footer {
    padding-top: 0;
  }
}
.footer .footer-nav {
  background-color: #c2dce6;
  padding: 50px 25px;
  display: none;
}
@media screen and (min-width: 992px) {
  .footer .footer-nav {
    display: block;
  }
}
.footer .footer-nav .footer-nav-wrap {
  display: flex;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.footer .footer-nav .col-4 {
  display: flex;
  width: 25%;
  padding: 12.5px;
  flex-flow: column;
}
.footer .footer-nav .col-4 ul + ul {
  margin-top: 25px;
}
.footer .footer-nav .col-4 ul li {
  line-height: 1.5;
  font-size: 18px;
}
.footer .footer-nav .col-4 ul a {
  text-decoration: none;
  color: #2a414b;
  transition: opacity 0.2s ease-in-out;
}
.footer .footer-nav .col-4 ul a:hover {
  opacity: 0.6;
}
.footer .footer-nav .col-4 ul ul {
  margin-top: 15px;
  border-left: 1px solid #2a414b;
  padding-left: 25px;
}
.footer .footer-nav .col-4 ul ul li {
  font-size: 16px;
}
.footer .footer-nav .col-4 ul ul li + li {
  margin-top: 15px;
}
.footer .footer-inner {
  border: 1px solid #fff;
  padding: 25px;
  margin: 25px;
}
@media screen and (min-width: 992px) {
  .footer .footer-inner {
    padding: 50px 25px 25px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.footer ._footer-column.c01 {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer ._footer-column.c01 {
    grid-area: 1/1/2/2;
  }
}
.footer ._footer-column.c01 .footer-logo {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .footer ._footer-column.c01 .footer-logo {
    height: auto;
  }
}
.footer ._footer-column.c01 .c01-p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.footer ._footer-column.c02 {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer ._footer-column.c02 {
    grid-area: 1/2/2/4;
    text-align: left;
  }
}
.footer ._footer-column.c02 .c02-p {
  line-height: 1.75;
}
.footer ._footer-column.c02 .footer-adress {
  margin-bottom: 25px;
}
.footer ._footer-column.c02 .footer-adress a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  display: inline-flex;
  margin-top: 20px;
}
.footer ._footer-column.c02 .footer-adress a::before {
  content: "";
  width: 40px;
  height: 25px;
  background-image: url(../images/free-dial.svg);
  background-position: center;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.footer .footer-copy {
  font-size: 12px;
  text-align: center;
  margin-top: 25px;
}

.sns {
  margin-bottom: 25px;
}
.sns .sns-list {
  display: flex;
  justify-content: center;
}
.sns .sns-list li:not(:last-child) {
  margin-right: 25px;
}

.header {
  display: flex;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 992px) {
  .header {
    height: 70px;
    background-color: #ffffff;
  }
}
.header .header-logo {
  width: 50px;
  height: auto;
  margin-top: 18px;
  margin-left: 18px;
}
@media screen and (min-width: 992px) {
  .header .header-logo {
    width: 140px;
    margin-left: 25px;
  }
}
.header .header-logo img {
  width: 100%;
}
.header .header-nav {
  display: none;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .header .header-nav {
    display: block;
  }
}
.header .header-list._nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header-list._nav .header-item {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0 25px;
  transition: opacity 0.2s ease-in-out;
}
.header .header-list._nav .header-item:not(:last-child)::before {
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  content: url(../images/header-i.svg);
}
.header .header-list._nav .header-item:hover ul {
  opacity: 1;
  top: 70px !important;
  left: 50% !important;
}
.header .header-list._nav .header-item a {
  color: #4a3f33;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.header .header-list._nav .header-item a:hover {
  opacity: 0.6;
}
.header .header-list._nav .header-item ul {
  opacity: 0;
  position: absolute;
  top: 80px;
  left: 3000px;
  transform: translateX(-50%);
  width: 330px;
  padding: 15px 25px;
  border: 5px solid #c2dce6;
  border-radius: 10px;
  background-color: #2a414b;
  transition: top 0.2s ease, opacity 0.5s ease;
}
.header .header-list._nav .header-item ul::before {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../images/fukidasi-top.svg);
}
.header .header-list._nav .header-item ul li {
  transition: opacity 0.2s ease;
}
.header .header-list._nav .header-item ul li:not(:last-child) {
  border-bottom: 1px solid #c2dce6;
}
.header .header-list._nav .header-item ul li a {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  color: #ffffff;
  text-align: center;
}
.header .header-list._nav .header-item ul li:hover {
  opacity: 0.6;
}
.header .header-list._contact {
  display: none;
}
@media screen and (min-width: 992px) {
  .header .header-list._contact {
    display: flex;
  }
}
.header .header-list._contact .header-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100px;
  height: 100px;
}
.header .header-list._contact .header-item._raiten {
  background-color: #aaad76;
  transition: opacity 0.2s ease-in-out;
}
.header .header-list._contact .header-item._raiten:hover {
  opacity: 0.8;
}
.header .header-list._contact .header-item._raiten::before {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../images/raiten-i.svg);
}
.header .header-list._contact .header-item._soudan {
  background-color: #e2cc82;
  transition: opacity 0.2s ease-in-out;
}
.header .header-list._contact .header-item._soudan:hover {
  opacity: 0.8;
}
.header .header-list._contact .header-item._soudan::before {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../images/soudan-i.svg);
}
.header .header-list._contact .header-item a {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 65px;
  color: #4a3f33;
  text-decoration: none;
  text-align: center;
}
.header .header-hum {
  position: relative;
  z-index: 1;
  width: 43px;
  height: 2px;
  margin: 0;
  margin-top: 40px;
  margin-right: 25px;
  margin-left: auto;
  padding: 15px 0;
  border: none;
  border-top: 2px solid #000000;
  box-sizing: border-box;
  background: transparent;
  outline: none;
  transition: transform 0.2s ease;
}
@media screen and (min-width: 992px) {
  .header .header-hum {
    display: none;
  }
}
.header .header-hum::before {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 19px;
  width: 24px;
  height: 2px;
  background: #000000;
  content: "";
  transition: transform 0.2s ease;
}
.header .header-hum span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.header .header-hum._open {
  transform: rotate(-26deg) translate(10px, 7px);
  border-top: 2px solid #ffffff;
}
.header .header-hum._open::before {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  transform: rotate(53deg);
  width: 42px;
  height: 2px;
  background: #ffffff;
  content: "";
}
.header .spNav {
  opacity: 0;
  position: fixed;
  left: 100%;
  width: 100%;
  height: calc(100vh - 80px);
  margin-top: 80px;
  overflow-y: scroll;
  background-color: #2a414b;
  transition: opacity 0.2s ease;
}
.header .spNav .spNav-list li {
  border-top: 1px solid #6e858e;
}
.header .spNav .spNav-list li:last-child {
  border-bottom: 1px solid #6e858e;
}
.header .spNav .spNav-list li a,
.header .spNav .spNav-list li p {
  display: inline-block;
  width: 100%;
  padding: 20px 25px;
  color: #ffffff;
  text-decoration: none;
}
.header .spNav .spNav-list li p {
  position: relative;
}
.header .spNav .spNav-list li p::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  border: 1px solid #ffffff;
  border-radius: 100px;
  content: "";
}
.header .spNav .spNav-list li p::after {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  content: "＋";
}
.header .spNav .spNav-list li p._open::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  content: "−";
}
.header .spNav .spNav-list li a {
  position: relative;
}
.header .spNav .spNav-list li a::before {
  position: absolute;
  top: 50%;
  right: 31px;
  transform: rotate(45deg) translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid #2a414b;
  border-right: 2px solid #2a414b;
  content: "";
}
.header .spNav .spNav-list li a._blue::before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}
.header .spNav .spNav-list li ul {
  display: none;
}
.header .spNav .spNav-list li li {
  background-color: #d5e0e5;
}
.header .spNav .spNav-list li li a {
  padding-left: 50px;
  color: #2a414b;
}
.header .spNav._open {
  opacity: 1;
  left: 0;
}
.header .address {
  margin: 20px;
  padding: 30px 15px 0 15px;
  border: 1px solid #ffffff;
}
.header .address .address-txt {
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}
.header .address .address-tel {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  text-align: center;
}
.header .address .address-tel a {
  display: inline-flex;
  margin-top: 20px;
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
}
.header .address .address-tel a::before {
  display: inline-block;
  width: 40px;
  height: 27px;
  margin-right: 10px;
  background-image: url(../images/free-dial.svg);
  background-position: center;
  background-size: cover;
  content: "";
}
.header._hum {
  background-color: #2a414b;
}
.header._hum .header-logo {
  display: none;
}

.jirei._big {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .jirei._big {
    max-width: 900px;
  }
}
.jirei._small {
  margin-top: 50px;
}

.jirei-title {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 15px;
  font-size: 18px;
  text-align: center;
}
.jirei-title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  border-top: 1px dashed #000000;
  content: "";
}

.jirei-photo {
  margin-bottom: 75px;
}
.jirei-photo .jirei-photo-list {
  display: none;
}
.jirei-photo .jirei-photo-list li {
  list-style: none;
}
.jirei-photo .jirei-photo-list.slick-initialized {
  display: block;
}

.property {
  margin-bottom: 25px;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .property .col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}
.property .col-2:not(:first-child) {
  margin-top: -1px;
}
.property .property-def {
  display: grid;
  border: 1px solid #c4c4c4;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.property .property-def:not(:last-of-type) {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .property .property-def:not(:last-of-type) {
    margin-right: -1px;
    border-bottom: 1px solid #c4c4c4;
  }
}
.property .property-def dt {
  padding: 10px 15px;
  border-right: 1px solid #c4c4c4;
  background-color: #f7f7f7;
  grid-area: 1/1/2/2;
}
.property .property-def dd {
  padding: 10px 20px;
  grid-area: 1/2/2/4;
}

.trigger {
  padding: 15px;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .trigger {
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .trigger .trigger-def {
    display: flex;
  }
}
.trigger .trigger-def dt {
  display: inline-block;
  height: min-content;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #e8e8e8;
}
@media screen and (min-width: 992px) {
  .trigger .trigger-def dt {
    display: table;
    margin-right: 25px;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
.trigger .trigger-def dd {
  padding: 4px;
  line-height: 1.75;
}

.concept {
  margin-bottom: 75px;
}
.concept .concept-title {
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-top: 50px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .concept .concept-title {
    font-size: 24px;
  }
}
.concept .concept-title::before {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../images/title-deco.png);
}
.concept .concept-title::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-top: 1px dashed #000000;
  content: "";
}
.concept .concept-subTitle {
  margin-bottom: 35px;
  padding: 5px 5px 5px 10px;
  border-left: 5px solid #f6dc85;
  font-size: 18px;
}
.concept .concept-bgbox {
  padding: 35px;
  border-radius: 5px;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .concept .concept-bgbox {
    padding: 50px;
  }
}
.concept .concept-txt {
  padding: 25px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.concept .concept-txt > p {
  margin-bottom: 25px;
  color: #4a3f33;
  line-height: 1.75;
}
.concept .concept-txt > p:last-child {
  margin-bottom: 0;
}
.concept .concept-txt + .concept-subTitle {
  margin-top: 75px;
}

.ba {
  max-width: 720px;
  margin: 0 auto 100px;
}
.ba .ba-title {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .ba .ba-title {
    font-size: 24px;
  }
}
.ba .ba-title::before {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../images/title-deco.png);
}
.ba .ba-title::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-top: 1px dashed #000000;
  content: "";
}
.ba .ba-img img {
  width: 100%;
  height: auto;
}
.ba .ba-img p {
  padding: 10px;
  background-color: #ffffff;
}
.ba .ba-box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  grid-row-gap: 25px;
}
@media screen and (min-width: 992px) {
  .ba .ba-box {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 35px;
    grid-row-gap: 0;
  }
}
.ba .ba-box:not(:nth-of-type(1)) {
  border-top: 1px dashed #4a3f33;
}
.ba .ba-box + .ba-box {
  margin-top: 25px;
  padding-top: 25px;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
  margin-right: -5px;
  margin-left: -5px;
}
.slick-dots li {
  display: inline-block;
  list-style: none;
  width: 100%;
  max-width: 60px;
  height: 60px;
  margin: 5px;
}
.slick-dots li img {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .slick-dots li img {
    max-height: 70px;
  }
}
.slick-dots li.slick-active img {
  opacity: 1;
}

.slick-slide img {
  height: 55vw;
  max-height: 250px;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 992px) {
  .slick-slide img {
    max-height: 500px;
  }
}

.jireiParts._mgb175 {
  margin-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .jireiParts._mgb175 {
    margin-bottom: 175px;
  }
}
.jireiParts .jireiParts-title {
  position: relative;
  padding-top: 75px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  .jireiParts .jireiParts-title {
    margin-top: 50px;
    font-size: 24px;
  }
}
.jireiParts .jireiParts-title::before {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../images/title-deco.png);
}
.jireiParts .jireiParts-title::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-top: 1px dashed #000000;
  content: "";
}

.link {
  transition: transform 0.2s ease-in-out;
}
.link:hover {
  transform: Scale(1.03) translateX(-50%) !important;
}
.link._01 {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 10px 35px;
  border: 1px solid #ffffff;
  border-radius: 100px;
  background-color: rgba(44, 21, 11, 0.4);
  color: #ffffff;
}
.link._01._catch {
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.link._01._catch a {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 10px 35px;
  color: #ffffff;
  text-decoration: none;
}
.link._01::before, .link._01::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
}
.link._01::before {
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
}
.link._01::after {
  right: 15px;
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
}

.template-main-contents {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 35px 25px;
  border-radius: 10px;
  background-color: #ffffff;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .template-main-contents {
    max-width: 900px;
  }
}
.template-main-contents h2 {
  margin: 35px 0 15px;
  font-size: 18px;
  line-height: 1.75;
}
.template-main-contents p {
  font-size: 16px;
  line-height: 1.75;
}
.template-main-contents p + p {
  margin-top: 15px;
}
.template-main-contents ul,
.template-main-contents ol {
  margin-left: 25px;
  line-height: 1.75;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 40px 0;
  font-size: 13px;
}

.pagination span,
.pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 10px 14px;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-align: center;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
  border-color: #c9c9c9;
  background-color: #a9ac78;
  color: #ffffff;
}

/* 前へ */
.pagination a.prev {
  margin-right: 16px;
}

/* 次へ */
.pagination a.next {
  margin-left: 16px;
}

/* 最初へ */
/* 最後へ */
/* Page x / y */
.pagination span.page_num {
  display: none;
}

.sec .sec-title {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 35px;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .sec .sec-title {
    font-size: 24px;
  }
}
.sec .sec-title::before {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../images/title-deco.png);
}
.sec .sec-title::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-top: 1px dashed #000000;
  content: "";
}
.sec .sec-desc {
  color: #555149;
  font-size: 14px;
  line-height: 1.75;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .sec .sec-desc {
    max-width: 600px;
  }
}

.afterservice {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .afterservice {
    max-width: 1000px;
  }
}
.afterservice .afterservice-title {
  position: relative;
  padding-top: 75px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  .afterservice .afterservice-title {
    margin-bottom: 60px;
    font-size: 24px;
  }
}
.afterservice .afterservice-title::before {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../images/title-deco.png);
}
.afterservice .afterservice-title::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-top: 1px dashed #000000;
  content: "";
}
.afterservice .afterservice-subTitle {
  position: relative;
  margin-bottom: 35px;
  padding-top: 75px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .afterservice .afterservice-subTitle {
    margin-bottom: 60px;
    font-size: 24px;
  }
}
.afterservice .afterservice-subTitle::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-top: 1px dashed #000000;
  content: "";
}
.afterservice .afterservice-desc {
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  .afterservice .afterservice-desc {
    text-align: center;
  }
}
.afterservice .afterservice-list {
  margin-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .afterservice .afterservice-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
}
.afterservice .afterservice-list li {
  padding: 20px 0;
  border: 1px solid #bebebe;
  background-color: #ffffff;
  text-align: center;
}
.afterservice .afterservice-list li:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .afterservice .afterservice-list li:not(:first-child) {
    margin-top: 0;
  }
}

.under-mv {
  height: 240px;
  padding-top: 70px;
  background-image: url(../images/under-mv.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .under-mv {
    height: 300px;
  }
}
.under-mv .under-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .under-mv .under-inner {
    margin-top: 30px;
  }
}
.under-mv .under-mv-title {
  display: inline-block;
  position: relative;
  margin: 50px 25px 0;
  padding: 5px 15px;
  background-color: #ffffff;
  line-height: 1.5;
  text-align: center;
}
.under-mv .under-mv-title::before {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 36px;
  font-family: "mkpop", cursive;
  white-space: nowrap;
  content: attr(data-title);
}
.under-mv .under-mv-title::after {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 88px;
  height: 57px;
  background: url(../images/under-title-i.png);
  background-position: center;
  background-size: cover;
}

.contact {
  margin-top: 50px;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .contact {
    max-width: 800px;
  }
}
.contact .contact-head {
  margin-bottom: 35px;
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  .contact .contact-head {
    text-align: center;
  }
}
.contact .contact-inner {
  margin-bottom: 100px;
  padding: 50px 25px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .contact .contact-inner {
    padding: 50px;
  }
}
.contact .contact-row + div {
  margin-top: 40px;
}
.contact .contact-row .kome {
  margin-top: 10px;
  color: #888888;
  font-size: 14px;
  line-height: 1.5;
}
.contact .contact-title {
  margin-bottom: 25px;
}
.contact .contact-title span.hissu {
  margin-left: 7px;
  padding: 0 3px;
  border: 1px solid #d96969;
  color: #d96969;
  font-size: 14px;
}
.contact .contact-title span.nini {
  margin-left: 7px;
  padding: 0 3px;
  border: 1px solid #b1b1b1;
  color: #b1b1b1;
  font-size: 14px;
}
.contact .contact-input a {
  color: #005784;
}
.contact .contact-input input[type=text],
.contact .contact-input input[type=tel],
.contact .contact-input input[type=email],
.contact .contact-input textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #acacac;
  border-radius: 5px;
  outline: none;
}
@media screen and (min-width: 992px) {
  .contact .contact-input input[type=text].w3,
.contact .contact-input input[type=tel].w3,
.contact .contact-input input[type=email].w3,
.contact .contact-input textarea.w3 {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .contact .contact-input input[type=text].w5,
.contact .contact-input input[type=tel].w5,
.contact .contact-input input[type=email].w5,
.contact .contact-input textarea.w5 {
    width: 500px;
  }
}
.contact .contact-input input[type=submit] {
  display: block;
  width: 100%;
  padding: 20px 0;
  border: none;
  font-size: 18px;
  font-family: "ten-mincho", serif;
  cursor: pointer;
}
.contact .contact-input input[type=submit]:disabled {
  cursor: not-allowed;
}
.contact .contact-input input[type=submit]._yellow {
  background-color: #e2cc82;
}
.contact .contact-input input[type=submit]._green {
  background-color: #aaad76;
}
.contact .contact-input .submit {
  display: block;
  position: relative;
  width: 300px;
  margin: 0 auto;
}
.contact .contact-input .submit::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: url(../images/send-i.svg);
}
.contact .contact-input._pp {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .contact .contact-input._pp {
    text-align: center;
  }
}
.contact .contact-date + div {
  margin-top: 25px;
}
.contact .contact-date p {
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 5px solid #aaad76;
  font-size: 18px;
}
.contact .contact-date input[type=date] {
  padding: 10px;
  border: 1px solid #acacac;
  border-radius: 5px;
  outline: none;
}
.contact .contact-date select {
  padding: 5px 10px;
  border: 1px solid #acacac;
  border-radius: 5px;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .contact .contact-date div {
    display: flex;
    align-items: baseline;
  }
}
.contact .contact-date div div:nth-child(2) {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .contact .contact-date div div:nth-child(2) {
    margin-top: 0;
    margin-left: 15px;
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}
.wpcf7-list-item {
  display: block !important;
  margin: 16px 0 !important;
}
.wpcf7-list-item input[type=radio],
.wpcf7-list-item input[type=checkbox] {
  display: none;
}
.wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  border-color: #337ab7;
  animation: ripple 0.2s linear forwards;
}
.wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  transform: scale(1);
}
.wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  min-height: 20px;
  margin-bottom: 0;
  padding: 0 30px;
  vertical-align: bottom;
  cursor: pointer;
}
.wpcf7-list-item .wpcf7-list-item-label:before, .wpcf7-list-item .wpcf7-list-item-label:after {
  position: absolute;
  border-radius: 50%;
  content: "";
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
.wpcf7-list-item .wpcf7-list-item-label:before {
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}
.wpcf7-list-item .wpcf7-list-item-label:after {
  top: 4px;
  left: 5px;
  transform: scale(0);
  width: 10px;
  height: 10px;
  background: #337ab7;
}

.ajax-loader {
  position: absolute !important;
  bottom: -30px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 20px;
  border: 1px solid #c4e5cc;
  background: #d5edda;
  color: #185626;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 20px;
  border: 1px solid #f4c6cb !important;
  background: #f7d7da;
  color: #711d26;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.map {
  width: 100%;
  height: 250px;
  border-top: 5px solid #ffffff;
}
@media screen and (min-width: 992px) {
  .map {
    height: 350px;
    border-top: 10px solid #ffffff;
  }
}

.date-1-1,
.date-1-2,
.date-1-3,
.date-2-1,
.date-2-2,
.date-2-3,
.date-3-1,
.date-3-2,
.date-3-3 {
  margin-right: 5px;
}

.date-1-2,
.date-2-2,
.date-3-2 {
  margin-left: 5px;
}

.inspe {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .inspe {
    max-width: 1000px;
  }
}
.inspe .inspe-title {
  position: relative;
  margin-bottom: 35px;
  padding-top: 75px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .inspe .inspe-title {
    margin-bottom: 60px;
    font-size: 24px;
  }
}
.inspe .inspe-title::before {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../images/title-deco.png);
}
.inspe .inspe-title::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-top: 1px dashed #000000;
  content: "";
}
.inspe .inspe-subTitle {
  position: relative;
  margin-bottom: 35px;
  padding-top: 75px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .inspe .inspe-subTitle {
    margin-bottom: 60px;
    font-size: 24px;
  }
}
.inspe .inspe-subTitle::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-top: 1px dashed #000000;
  content: "";
}
.inspe .inspe-subTitle_02 {
  position: relative;
  margin-bottom: 25px;
  padding-top: 75px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .inspe .inspe-subTitle_02 {
    margin-bottom: 60px;
    font-size: 24px;
  }
}
.inspe .inspe-desc {
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  .inspe .inspe-desc {
    text-align: center;
  }
}
.inspe .inspe-point-img {
  display: inline-block;
  margin-bottom: 75px;
}
@media screen and (min-width: 992px) {
  .inspe .inspe-point-img {
    margin-bottom: 135px;
  }
}
.inspe .inspe-point-img img {
  width: 100%;
}
.inspe .inspe-thum {
  margin-bottom: 25px;
}
.inspe .inspe-thum img {
  width: 100%;
  border: 5px solid #ffffff;
}
.inspe .inspe-txt {
  margin-bottom: 35px;
  padding: 25px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .inspe .inspe-txt._02 {
    max-width: 800px;
    margin: 0 auto 50px;
  }
}
.inspe .inspe-txt ul {
  list-style: disc;
  padding-left: 25px;
  line-height: 2.15;
}
.inspe .inspe-txt p {
  line-height: 1.75;
}
.inspe .inspe-txt p + p {
  margin-top: 25px;
}
.inspe .inspe-box-head {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}
.inspe .inspe-box-image img {
  width: 100%;
}
.inspe .inspe-box-image_02 {
  margin-bottom: 50px;
}
.inspe .inspe-box-image_02 video {
  width: 100%;
}
.inspe .inspe-box-image_02 div:nth-child(2) {
  margin-top: 25px;
}
.inspe .inspe-def {
  padding: 25px;
}
.inspe .inspe-def dt {
  position: relative;
  padding-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
.inspe .inspe-def dt:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 2px;
  border-top: 2px dashed #c0c2c4;
  content: "";
}
.inspe .inspe-def dd {
  margin-top: 15px;
  color: #818181;
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  .inspe .inspe-box-01 {
    display: grid;
    margin-bottom: 25px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0;
  }
  .inspe .inspe-box-01 .inspe-thum {
    grid-area: 1/1/2/2;
  }
  .inspe .inspe-box-01 .inspe-txt {
    grid-area: 1/2/2/4;
  }
  .inspe .inspe-box-01 .inspe-txt li {
    float: left;
    width: 50%;
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .inspe .inspe-box-02 {
    display: flex;
    margin-bottom: 100px;
  }
  .inspe .inspe-box-02 .inspe-box-col {
    width: calc(50% - 25px);
  }
  .inspe .inspe-box-02 .inspe-box-col:last-child {
    margin-left: auto;
  }
  .inspe .inspe-box-02 .inspe-box-image_02 {
    display: flex;
  }
  .inspe .inspe-box-02 .inspe-box-image_02 div {
    width: calc(50% - 7.5px);
  }
  .inspe .inspe-box-02 .inspe-box-image_02 div:last-child {
    margin-top: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 992px) {
  .flex-wrap {
    position: relative;
  }
  .flex-wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    border-left: double 7px #adadad;
    content: "";
  }
  .flex-wrap::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    border-left: double 7px #adadad;
    content: "";
  }
}

.flex._inspe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.flex._inspe .flex_col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .flex._inspe .flex_col:not(:first-child) {
    margin-left: 25px;
  }
  .flex._inspe .flex_col:nth-child(4) {
    margin-left: 0;
  }
}
.flex._inspe .flex_col:not(:last-child) {
  margin-bottom: 25px;
}

.notfound {
  margin-top: 50px;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .notfound {
    max-width: 1000px;
  }
}
.notfound .notfound-desc {
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  .notfound .notfound-desc {
    text-align: center;
  }
}

.reason {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .reason {
    max-width: 1000px;
  }
}
.reason .reason-title {
  position: relative;
  padding-top: 75px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  .reason .reason-title {
    font-size: 24px;
  }
}
.reason .reason-title::before {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../images/title-deco.png);
}
.reason .reason-title::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-top: 1px dashed #000000;
  content: "";
}
.reason .reason-nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .reason .reason-nav {
    display: block;
    margin-bottom: 125px;
  }
  .reason .reason-nav .reason-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .reason .reason-nav .reason-list li {
    width: 30%;
    margin-top: 25px;
    box-shadow: 0 0 18px -5px #bababa;
    background-position: center;
    background-size: cover;
    transition: transform 0.2s ease-in-out;
  }
  .reason .reason-nav .reason-list li:hover {
    transform: scale(1.03);
  }
  .reason .reason-nav .reason-list li:not(:last-child) {
    margin-right: 25px;
  }
  .reason .reason-nav .reason-list li._inspe {
    background-image: url(../images/reason-thum_01.jpg);
  }
  .reason .reason-nav .reason-list li._staff {
    background-image: url(../images/reason-thum_02.jpg);
  }
  .reason .reason-nav .reason-list li._room {
    background-image: url(../images/reason-thum_03.jpg);
  }
  .reason .reason-nav .reason-list li._soudan {
    background-image: url(../images/reason-thum_04.jpg);
  }
  .reason .reason-nav .reason-list li._reform {
    background-image: url(../images/reason-thum_05.jpg);
  }
  .reason .reason-nav .reason-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 35px 0;
    color: #3b331e;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: none;
  }
  .reason .reason-nav .reason-list li a div {
    padding: 25px 10px;
    background: white;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 10%, white 50%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.3) 100%);
    text-align: center;
  }
}
.reason .reason-box {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .reason .reason-box {
    margin-bottom: 200px;
  }
}
.reason .reason-box:nth-of-type(2) {
  margin-top: 75px;
}
.reason .reason-thum {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .reason .reason-thum {
    width: 70%;
  }
}
.reason .reason-thum img {
  width: 100%;
  height: auto;
  border: 5px solid #ffffff;
}
.reason .reason-thum._01 {
  margin-left: auto;
}
.reason .reason-thum._01::before {
  content: "No.1";
}
.reason .reason-thum._02::before {
  content: "No.2";
}
@media screen and (min-width: 992px) {
  .reason .reason-thum._02::before {
    right: -300px !important;
    left: initial !important;
  }
}
.reason .reason-thum._03 {
  margin-left: auto;
}
.reason .reason-thum._03::before {
  content: "No.3";
}
.reason .reason-thum._04::before {
  content: "No.4";
}
@media screen and (min-width: 992px) {
  .reason .reason-thum._04::before {
    right: -300px !important;
    left: initial !important;
  }
}
.reason .reason-thum._05 {
  margin-left: auto;
}
.reason .reason-thum._05::before {
  content: "No.5";
}
.reason .reason-thum::before {
  position: absolute;
  top: -10px;
  left: -15px;
  font-size: 30px;
  font-family: "concetta", serif;
}
@media screen and (min-width: 992px) {
  .reason .reason-thum::before {
    top: 200px;
    left: -300px;
    font-size: 40px;
  }
}
.reason .reason-subTitle {
  margin-bottom: 25px;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .reason .reason-subTitle {
    position: absolute;
    top: 300px;
    width: 100%;
    font-size: 36px;
  }
  .reason .reason-subTitle._right {
    text-align: right;
  }
}
.reason .reason-subTitle span {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
}
.reason .reason-subTitle span:first-child {
  margin-bottom: 10px;
}
.reason .reason-txt {
  margin-bottom: 35px;
  padding: 20px;
  background-color: #ffffff;
  line-height: 1.75;
  text-align: justify;
}
@media screen and (min-width: 992px) {
  .reason .reason-txt {
    line-height: 2;
  }
}
.reason .reason-txt p + p {
  margin-top: 25px;
}
.reason .reason-txt ul {
  list-style: disc;
  margin: 15px 0;
  padding-left: 15px;
}

.voice._border {
  margin-bottom: 35px;
  border-bottom: 1px solid #adadad;
}
.voice .voice-title {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 18px;
}
.voice .voice-img {
  margin-bottom: 25px;
}
.voice .voice-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .voice .voice-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
  }
  .voice .voice-box .voice-col2:nth-child(1) {
    grid-area: 1/1/2/3;
  }
  .voice .voice-box .voice-col2:nth-child(2) {
    grid-area: 1/3/2/6;
  }
}
.voice .voice-def dt {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
}
.voice .voice-def dd {
  margin-bottom: 35px;
  padding: 20px;
  background-color: #ffffff;
  line-height: 1.75;
  text-align: justify;
}

.contest {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (min-width: 992px) {
  .contest {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0;
  }
}
.contest .contest-img {
  border: 5px solid #ffffff;
}
@media screen and (min-width: 992px) {
  .contest .contest-img {
    border: none;
  }
}
.contest .contest-img img {
  width: 100%;
  height: auto;
}
.contest .contest-img._01 {
  grid-area: 1/1/1/2;
}
@media screen and (min-width: 992px) {
  .contest .contest-img._01 {
    grid-area: 1/1/2/2;
  }
}
.contest .contest-img._02 {
  grid-area: 1/2/1/3;
}
@media screen and (min-width: 992px) {
  .contest .contest-img._02 {
    grid-area: 1/2/2/3;
  }
}
.contest .contest-txt {
  margin-bottom: 35px;
  padding: 20px;
  background-color: #ffffff;
  line-height: 1.75;
  text-align: justify;
  grid-area: 2/1/3/3;
}
@media screen and (min-width: 992px) {
  .contest .contest-txt {
    grid-area: 1/3/2/5;
  }
}
.contest .contest-txt p + p {
  margin-top: 25px;
}
.contest .contest-txt ul {
  list-style: disc;
  margin: 15px 0;
  padding-left: 15px;
}

.mark {
  display: inline;
  background: linear-gradient(transparent 60%, #eacb64 60%);
  font-weight: bold;
}

.btn {
  transition: opacity 0.2s ease;
}
.btn:hover {
  opacity: 0.8;
}
.btn._brown {
  position: relative;
  width: fit-content;
  margin-left: auto;
  border: 1px solid #533f13;
  border-radius: 100px;
  text-align: center;
}
.btn._brown::before, .btn._brown::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
  transition: right 0.2s ease;
}
.btn._brown::before {
  width: 12px;
  height: 12px;
  border: 1px solid #533f13;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
}
.btn._brown::after {
  right: 15px;
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #533f13;
  border-right: 1px solid #533f13;
  -webkit-transform: rotate(45deg);
}
.btn._brown:hover::before {
  right: 8px;
}
.btn._brown:hover::after {
  right: 13px;
}
.btn._under {
  position: relative;
  margin-top: 25px;
  text-align: right;
}
.btn._under::before, .btn._under::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
  transition: right 0.2s ease;
}
.btn._under::before {
  width: 12px;
  height: 12px;
  border: 1px solid #533f13;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
}
.btn._under::after {
  right: 15px;
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #533f13;
  border-right: 1px solid #533f13;
  -webkit-transform: rotate(45deg);
}
.btn._under:hover::before {
  right: 8px;
}
.btn._under:hover::after {
  right: 13px;
}
.btn._under a {
  border-bottom: 1px solid #3b331e;
}
.btn a {
  display: inline-block;
  padding: 15px 40px;
  color: #533f13;
  text-decoration: none;
}

.reform-title {
  position: relative;
  margin-bottom: 35px;
  padding-top: 75px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .reform-title {
    margin-bottom: 60px;
    font-size: 24px;
  }
}
.reform-title::before {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../images/title-deco.png);
}
.reform-title::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-top: 1px dashed #000000;
  content: "";
}

.reform {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .reform {
    max-width: 1000px;
  }
}
.reform .reform-desc {
  margin-bottom: 50px;
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  .reform .reform-desc {
    text-align: center;
  }
}
.reform .reform-subTitle {
  position: relative;
  margin-bottom: 35px;
  padding-top: 75px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .reform .reform-subTitle {
    margin-bottom: 60px;
    font-size: 24px;
  }
}
.reform .reform-subTitle::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-top: 1px dashed #000000;
  content: "";
}
@media screen and (min-width: 992px) {
  .reform .endPoint-box .endPoint-thum img {
    width: 200px;
  }
}

.externalLink {
  margin-bottom: 100px;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .externalLink {
    width: 900px;
    margin: 100px auto;
  }
}
.externalLink a {
  display: inline-block;
  color: #7b7676;
  text-align: none;
}
@media screen and (min-width: 992px) {
  .externalLink a {
    display: block;
  }
}
.externalLink a::after {
  padding-left: 10px;
  content: url(../images/external.svg);
}
.externalLink a:not(:last-child) {
  margin-bottom: 25px;
}

.room .room-title {
  position: relative;
  padding-top: 75px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  .room .room-title {
    margin-bottom: 60px;
    font-size: 24px;
  }
}
.room .room-title::before {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../images/title-deco.png);
}
.room .room-title::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-top: 1px dashed #000000;
  content: "";
}
.room .room-img {
  border: 5px solid #ffffff;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .room .room-img {
    max-width: 800px;
  }
}
.room .room-img img {
  width: 100%;
  height: auto;
}
.room .room-txt {
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  line-height: 1.75;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .room .room-txt {
    max-width: 800px;
  }
}
.room .room-txt::before {
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "I-sumuRoom";
}
@media screen and (min-width: 992px) {
  .room .room-txt::before {
    top: -40px;
    font-size: 36px;
  }
}
.room .room-txt._charm::before {
  content: "Charm";
}
.room .room-txt p + p {
  margin-top: 20px;
}

.endPoint {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .endPoint {
    position: relative;
    max-width: 800px;
  }
  .endPoint::before {
    position: absolute;
    top: 0;
    left: -70px;
    width: 10px;
    height: 105%;
    border-left: double 7px #adadad;
    content: "";
  }
  .endPoint::after {
    position: absolute;
    top: 0;
    right: -70px;
    width: 5px;
    height: 105%;
    border-left: double 7px #adadad;
    content: "";
  }
}
.endPoint .endPoint-title {
  position: relative;
  margin-bottom: 50px;
  padding-top: 75px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .endPoint .endPoint-title {
    margin-bottom: 70px;
    font-size: 24px;
  }
}
.endPoint .endPoint-title::before {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../images/title-deco.png);
}
.endPoint .endPoint-title::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-top: 1px dashed #000000;
  content: "";
}
.endPoint .endPoint-head {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .endPoint .endPoint-head {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0;
  }
}
.endPoint .endPoint-head._02 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media screen and (min-width: 992px) {
  .endPoint .endPoint-head._02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 35px;
  }
}
.endPoint .endPoint-head._02 .endPoint-box + .endPoint-box {
  margin-top: 0;
}
.endPoint .endPoint-box {
  text-align: center;
}
.endPoint .endPoint-box + .endPoint-box {
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .endPoint .endPoint-box + .endPoint-box {
    margin-top: 0;
  }
}
.endPoint .endPoint-thum {
  width: 300px;
  margin: 0 auto 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .endPoint .endPoint-thum {
    width: 100%;
    margin: auto auto 15px;
  }
}
.endPoint .endPoint-thum img {
  width: 100%;
  border: 5px solid #ffffff;
  border-radius: 100%;
}
.endPoint .endPoint-name {
  font-size: 18px;
  line-height: 1.5;
}
.endPoint .endPoint-name._02 {
  margin-bottom: 15px;
  font-size: 24px;
}
.endPoint .endPoint-desc {
  margin-bottom: 50px;
}
.endPoint .endPoint-txt {
  margin-bottom: 100px;
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  line-height: 1.75;
}
.endPoint .endPoint-txt p + p {
  margin-top: 20px;
}

.endLink {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .endLink {
    max-width: 800px;
  }
}
.endLink .endLink-txt {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .endLink .endLink-txt {
    text-align: center;
  }
}
.endLink .endLink-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 25px 0;
  box-shadow: 0 0 13px -7px #777777;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s ease;
}
.endLink .endLink-btn:hover {
  opacity: 0.8;
}
.endLink .endLink-btn::before, .endLink .endLink-btn::after {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
  transition: right 0.2s ease;
}
.endLink .endLink-btn::before {
  width: 17px;
  height: 17px;
  border: 1px solid #533f13;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
}
.endLink .endLink-btn::after {
  right: 25px;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #533f13;
  border-right: 1px solid #533f13;
  -webkit-transform: rotate(45deg);
}
.endLink .endLink-btn:hover::before {
  right: 13px;
}
.endLink .endLink-btn:hover::after {
  right: 20px;
}

.staff .staff-title {
  position: relative;
  padding-top: 75px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  .staff .staff-title {
    margin-bottom: 100px;
    font-size: 24px;
  }
}
.staff .staff-title::before {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../images/title-deco.png);
}
.staff .staff-title::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-top: 1px dashed #000000;
  content: "";
}
.staff .staff-img {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 75px;
}
@media screen and (min-width: 992px) {
  .staff .staff-img {
    max-width: 1000px;
  }
}
.staff .staff-img img {
  width: 100%;
  height: auto;
  border: 5px solid #ffffff;
}

.col2-thum {
  position: relative;
  margin-bottom: 15px;
}
.col2-thum img {
  width: 100%;
  height: auto;
  border: 5px solid #ffffff;
}

.col2-def dt {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.75;
}
.col2-def dd {
  margin-top: 20px;
  padding: 20px;
  background-color: #ffffff;
  line-height: 1.75;
}
.col2-def dd p + p {
  margin-top: 20px;
}

.col2-boxs {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .col2-boxs {
    max-width: 1000px;
  }
}

@media screen and (min-width: 992px) {
  .col2-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0;
  }
  .col2-box:nth-child(even) .col2-thum {
    order: 2;
  }
  .col2-box:nth-child(even) .col2-txt {
    order: 1;
  }
}
.col2-box + .col2-box {
  margin-top: 70px;
}
.col2-box:last-child {
  margin-bottom: 100px;
}
.col2-box:last-child._afterservice {
  margin-bottom: 50px;
}

.col2-thum._ya::before {
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "Y.t";
}
@media screen and (min-width: 992px) {
  .col2-thum._ya::before {
    font-size: 36px;
  }
}
.col2-thum._ho::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "H.m";
}
@media screen and (min-width: 992px) {
  .col2-thum._ho::before {
    font-size: 36px;
  }
}
.col2-thum._hi::before {
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "H.m";
}
@media screen and (min-width: 992px) {
  .col2-thum._hi::before {
    font-size: 36px;
  }
}
.col2-thum._fu::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "F.a";
}
@media screen and (min-width: 992px) {
  .col2-thum._fu::before {
    font-size: 36px;
  }
}
.col2-thum._floor::before {
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "Main floor";
}
@media screen and (min-width: 992px) {
  .col2-thum._floor::before {
    font-size: 36px;
  }
}
.col2-thum._botanical::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "Botanical space";
}
@media screen and (min-width: 992px) {
  .col2-thum._botanical::before {
    font-size: 36px;
  }
}
.col2-thum._kitchen::before {
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "Kitchen";
}
@media screen and (min-width: 992px) {
  .col2-thum._kitchen::before {
    font-size: 36px;
  }
}
.col2-thum._pantry::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "Pantry";
}
@media screen and (min-width: 992px) {
  .col2-thum._pantry::before {
    font-size: 36px;
  }
}
.col2-thum._natural::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "Natural";
}
@media screen and (min-width: 992px) {
  .col2-thum._natural::before {
    font-size: 36px;
  }
}
.col2-thum._design::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "Design";
}
@media screen and (min-width: 992px) {
  .col2-thum._design::before {
    font-size: 36px;
  }
}
.col2-thum._original::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "Original";
}
@media screen and (min-width: 992px) {
  .col2-thum._original::before {
    font-size: 36px;
  }
}
.col2-thum._step01::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "Step.01";
}
@media screen and (min-width: 992px) {
  .col2-thum._step01::before {
    font-size: 36px;
  }
}
.col2-thum._step02::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "Step.02";
}
@media screen and (min-width: 992px) {
  .col2-thum._step02::before {
    font-size: 36px;
  }
}
.col2-thum._step03::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "Step.03";
}
@media screen and (min-width: 992px) {
  .col2-thum._step03::before {
    font-size: 36px;
  }
}
.col2-thum._step04::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "Step.04";
}
@media screen and (min-width: 992px) {
  .col2-thum._step04::before {
    font-size: 36px;
  }
}
.col2-thum._step05::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "Step.05";
}
@media screen and (min-width: 992px) {
  .col2-thum._step05::before {
    font-size: 36px;
  }
}
.col2-thum._step06::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "Step.06";
}
@media screen and (min-width: 992px) {
  .col2-thum._step06::before {
    font-size: 36px;
  }
}
.col2-thum._step07::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "Step.07";
}
@media screen and (min-width: 992px) {
  .col2-thum._step07::before {
    font-size: 36px;
  }
}
.col2-thum._step08::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "Step.08";
}
@media screen and (min-width: 992px) {
  .col2-thum._step08::before {
    font-size: 36px;
  }
}
.col2-thum._no1::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "No.1";
}
@media screen and (min-width: 992px) {
  .col2-thum._no1::before {
    font-size: 36px;
  }
}
.col2-thum._no2::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "No.2";
}
@media screen and (min-width: 992px) {
  .col2-thum._no2::before {
    font-size: 36px;
  }
}
.col2-thum._no3::before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  font-family: "concetta", serif;
  content: "No.3";
}
@media screen and (min-width: 992px) {
  .col2-thum._no3::before {
    font-size: 36px;
  }
}

.col2-imgbox {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px dashed #000000;
}
@media screen and (min-width: 992px) {
  .col2-imgbox {
    display: grid;
    margin-bottom: 75px;
    padding-bottom: 75px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
.col2-imgbox img {
  width: 100%;
  margin-top: 25px;
  border: 5px solid #ffffff;
}

.mainvisual {
  position: relative;
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  background-image: url(../images/mainvisual-bg-sp.jpg);
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .mainvisual {
    min-height: 90vh;
    /* Fallback */
    min-height: calc(var(--vh, 1vh) * 90);
    background-image: url(../images/mainvisual-bg.jpg);
  }
}
.mainvisual .mainvisual-txt {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .mainvisual .mainvisual-txt {
    top: inherit;
    bottom: 100px;
    left: 50px;
    transform: translateY(0) translateX(0);
  }
}
.mainvisual .mainvisual-logo {
  margin-left: 35px;
}
.mainvisual .mainvisual-logo img {
  width: 50px;
  height: 51px;
}
@media screen and (min-width: 992px) {
  .mainvisual .mainvisual-logo img {
    width: 135px;
    height: 136px;
  }
}
.mainvisual .mainvisual-copy-en {
  margin-top: 10px;
  color: #ffffff;
  line-height: 12vw;
  font-family: "mkpop", cursive;
  font-size: 35px;
  font-size: 9.3333333333vw;
}
@media screen and (min-width: 992px) {
  .mainvisual .mainvisual-copy-en {
    margin-top: 30px;
    font-size: 56px;
    line-height: 1.15;
  }
}
.mainvisual .mainvisual-copy-en span:nth-child(2) {
  margin-left: 30px;
}
@media screen and (min-width: 992px) {
  .mainvisual .mainvisual-copy-en span:nth-child(2) {
    margin-left: 50px;
  }
}
.mainvisual .mainvisual-copy-en span:nth-child(3) {
  margin-left: 25px;
  padding: 5px 10px;
  border: 2px solid #ffffff;
}
.mainvisual .mainvisual-copy {
  margin-top: 15px;
  margin-left: 35px;
  line-height: 10vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 992px) {
  .mainvisual .mainvisual-copy {
    margin-top: 35px;
    font-size: 34px;
    line-height: 2.15;
  }
}
.mainvisual .mainvisual-copy span {
  padding: 5px 10px;
  background-color: #ffffff;
}
.mainvisual .mainvisual-sumai {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 75px;
  height: 75px;
}
@media screen and (min-width: 992px) {
  .mainvisual .mainvisual-sumai {
    bottom: 85px;
    width: 100px;
    height: 100px;
  }
}
.mainvisual .mainvisual-sumai img {
  width: 100%;
  height: auto;
}
.mainvisual .mainvisual-scroll {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.mainvisual .mainvisual-scroll::before {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  border: 1px solid #ffffff;
  content: "";
  animation: scroll 3s ease infinite;
}

@keyframes scroll {
  0% {
    height: 50px;
  }
  33% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
.about._top {
  margin-bottom: 75px;
  padding-top: 65px;
}
.about._top .about-inner {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .about._top .about-inner {
    display: grid;
    width: 100%;
    max-width: 1000px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
}

.catch {
  position: relative;
  padding: 50px 0 35px;
  border-top: 5px solid #ffffff;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .catch {
    padding: 75px 0;
    border-top: 10px solid #ffffff;
  }
}
.catch::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.catch .catch-copy {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5;
  font-family: "mkpop", cursive;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .catch .catch-copy {
    font-size: 36px;
  }
}
.catch .catch-title {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.catch._renobe {
  background-image: url(../images/catch_renobe.jpg);
}
.catch._reform {
  background-image: url(../images/catch_reform.jpg);
}
.catch._follow {
  border-bottom: 5px solid #ffffff;
  background-image: url(../images/catch_follow.jpg);
}
@media screen and (min-width: 992px) {
  .catch._follow {
    border-bottom: 10px solid #ffffff;
  }
}

.top-news {
  position: relative;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*# sourceMappingURL=style.css.map */
