/* CSS Document */

/*reset css--------------------*/

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,
a,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
improve,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  word-break: break-word;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

img {
  width: 100%;
}

/*reset css--------------------*/

/*base--------------------*/

a,
input[type=submit] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.8;
}

img {
  vertical-align: bottom;
}

html {
  -webkit-text-size-adjust: 100%;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit]:hover {
  opacity: 1;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: auto;
  appearance: auto;
}

/*base--------------------*/

/*font--------------------*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  text-align: justify;
}

.c-font-bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

/*font--------------------*/

/*indention--------------------*/

.sp {
  display: none;
}

.pc {
  display: block;
}

/*indention--------------------*/

/*inner--------------------*/

.l-inner {
  width: 90%;
  min-width: 980px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

/*inner--------------------*/

/*aside--------------------*/

.l-aside {
  width: 200px;
}

.l-aside-mark {
  width: 95px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.l-aside-category {
  margin-bottom: 30px;
  font-size: 16px;
}

.l-aside-category__group-list {
  position: relative;
  border-top: 3px solid #BDAD9F;
}

.l-aside-category__group-list:last-of-type {
  border-top: 3px solid #BDAD9F;
}

.l-aside-category__group-span {
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 25px 25px 25px 0;
  color: #000000;
}

.l-aside-category__group-frame {
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  align-items: center;
}

.l-aside-category__group-icon {
  -o-object-fit: contain;
  width: 20px;
  margin-right: 15px;
  object-fit: contain;
}

.l-aside-category__group-arrow {
  -o-object-fit: contain;
  -webkit-transition: all 0.3s;
  width: 12px;
  object-fit: contain;
  transition: all 0.3s;
}

.l-aside-category__group-arrow-right {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.l-aside-category__group .js-arrow00.active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.l-aside-category__group01-span {
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  background: #F6F3F1;
}

.l-aside-category__group01-arrow {
  -o-object-fit: contain;
  -webkit-transition: all 0.3s;
  width: 12px;
  object-fit: contain;
  transition: all 0.3s;
}

.l-aside-category__group01 .js-arrow01.active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.l-aside-category .js-group01 {
  -webkit-transition: none;
  display: none;
  transition: none;
}

.l-aside-category__group02 {
  margin-top: 15px;
}

.l-aside-category__group02-list:not(:last-of-type) {
  margin-bottom: 10px;
}

.l-aside-category__group02-list:last-of-type {
  margin-bottom: 15px;
}

.l-aside-category__group02-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 25px;
  color: #000000;
}

.l-aside-category .js-group02 {
  -webkit-transition: none;
  display: none;
  transition: none;
}

.l-aside-banner__group-list:not(:last-of-type) {
  margin-bottom: 20px;
}

/*aside--------------------*/

/*footer--------------------*/

.l-footer {
  padding: 80px 0;
  background: #AA9482;
  color: #ffffff;
  text-align: center;
}

.l-footer__ttl {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
}

.l-footer__txt:not(:last-of-type) {
  margin-bottom: 5px;
}

.l-footer__txt:last-of-type {
  margin-bottom: 30px;
}

.l-footer__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  background: #414141;
}

.l-footer__btn-link {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 25px 50px;
  color: #ffffff;
}

.l-footer__group {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

.l-footer__group-list:not(:last-of-type) {
  border-right: 1px solid #ffffff;
}

.l-footer__group-link {
  margin: 0 20px;
  color: #ffffff;
}

/*footer--------------------*/

/*header--------------------*/

.l-header__block01 {
  padding: 20px 0;
}

.l-header__block01 .l-inner {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}

.l-header__block02 {
  padding: 25px 0;
  background: #AA9482;
}

.l-header__block03 {
  padding: 20px 0;
}

.l-header__group01 {
  display: -webkit-box;
  display: flex;
}

.l-header__group01-list:not(:last-of-type) {
  margin-right: 20px;
}

.l-header__group01-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #393939;
  font-size: 12px;
}

.l-header__group01-icon {
  -o-object-fit: contain;
  height: 25px;
  margin-bottom: 10px;
  object-fit: contain;
}

.l-header__group01-span {
  font-size: 10px;
}

.l-header__group02 {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

.l-header__group02-list {
  border-left: 1px solid #99816E;
}

.l-header__group02-list:last-of-type {
  border-right: 1px solid #99816E;
}

.l-header__group02-link {
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  color: #ffffff;
  font-size: 14px;
}

.l-header__group02-icon {
  -o-object-fit: contain;
  width: 20px;
  margin-right: 10px;
  object-fit: contain;
}

.l-header__group02-span {
  padding-top: 3px;
}

.l-header__form {
  display: -webkit-box;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.l-header__form::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background-image: url(../images/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-header__form-input {
  padding: 0 135px 0 85px;
  background: #F2F1F1;
}

.l-header__form-submit {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  background: #414141;
  color: #ffffff;
  font-size: 16px;
}

/*header--------------------*/

/*main--------------------*/

.l-main {
  min-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

/*main--------------------*/

/*home--------------------*/

.home .fv {
  position: relative;
  height: 610px;
  background-image: url(../images/fv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000000;
}

.home .fv .l-inner {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .fv__box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.home .fv__box-ttl {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 40px;
}

.home .fv__box-txt {
  font-weight: bold;
  font-size: 24px;
}

.home .about {
  padding: 100px 0;
  text-align: center;
}

.home .about__ttl {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 24px;
	text-align: center;
}

.home .about__ttl strong {
  color: #AB9179;
}

.home .about__span {
  display: block;
  margin-bottom: 100px;
  color: #A39F9F;
  font-size: 20px;
}

.home .about__group {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 95px;
  gap: 0 25px;
}

.home .about__group-list {
  position: relative;
  width: calc(100%/3 - 50px/3);
  padding: 0 0 45px 0;
  background: #EDE7E3;
  color: #59402A;
}

.home .about__group-list::before {
  -webkit-transform: translate(-50%, -30%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 128px;
  height: 128px;
  transform: translate(-50%, -30%);
  border-radius: 50%;
  background: #EDE7E3;
  content: "";
}

.home .about__group-icon {
  -o-object-fit: contain;
  width: 55px;
  height: 55px;
  margin-top: -10px;
  margin-bottom: 20px;
  object-fit: contain;
}

.home .about__group-lead {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 20px;
}
.home h3.about__group-lead {
  text-align: center;
}
.home p.about__group-txt {
  text-align: center;
}

.home .about__group-txt {
  font-size: 16px;
}

.home .about .slider-frame {
  margin-bottom: 105px;
}

.home .about .slick-slide {
  padding: 0 15px;
}

.home .about .slick-dots li button:before {
  font-size: 12px;
}

.home .about .slick-dots li.slick-active button:before {
  color: #AA9482;
}

.home .about__ttl02 {
  margin-bottom: 35px;
  padding: 20px 0;
  background: #EDE7E3;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.home .about__group02 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
}

.home .about__group02-list {
  width: calc(100%/5 - 240px/5);
}

.home .about__group02-icon {
  -o-object-fit: contain;
  width: 144px;
  margin-bottom: 20px;
  object-fit: contain;
}

.home .about__group02-txt {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}

.home .c-item-bg {
  padding: 60px 0 105px 0;
  background: #F6F3F1;
}

.home .c-item__frame {
  padding: 120px 130px 160px 130px;
  background: #ffffff;
}

.home .c-item__ttl {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.home .c-item__ttl span {
  display: block;
  margin-top: 3px;
  margin-bottom: 40px;
  color: #7D7D7D;
  font-weight: bold;
  font-size: 12px;
}

.home .c-item__group {
  margin-bottom: 60px;
}

.home .c-item__group-list:not(:last-of-type) {
  margin-bottom: 30px;
}

.home .c-item__group02 {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
  gap: 0 10px;
}

.home .c-item__group02-list {
  width: 200px;
}

.home .c-item__txt {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #414141;
  text-align: center;
}

.home .c-item__nav {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

.home .c-item__nav-list:not(:last-of-type) {
  margin-right: 50px;
}

.home .c-item__nav-link {
  color: #000000;
}

.home .c-item:not(:last-of-type) {
  margin-bottom: 60px;
}

.home .voice {
  padding: 100px 0;
}

.home .voice__iframe {
  width: 754px;
  margin-right: auto;
  margin-left: auto;
}

.home .ranking {
  padding: 100px 0;
  background: #FCF6F1;
}

.home .ranking__iframe {
  width: 754px;
  margin-right: auto;
  margin-left: auto;
}

/*home--------------------*/

@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .js-group {
    height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
/*# sourceMappingURL=style.css.map */