@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;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  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;
}

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

html {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  width: 100%;
  color: #000;
  height: 100%;
  letter-spacing: -0.025em;
}

html,
body {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
font
-----------------------------------------------------------------*/
.font-base {
  font-family: "Noto Sans JP", sans-serif;
}

.font-min {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
body {
  width: 100%;
  position: relative;
  letter-spacing: 0;
  font-size: 3.2vw;
  font-weight: 400;
}

#wrapper {
  width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc {
  display: none !important;
}

/*-----------------------------------------------------------------

-----------------------------------------------------------------*/
.icon.icon-home {
  background: url(../img/common/icon-home.png) center center no-repeat;
}

/*-----------------------------------------------------------------
btn
-----------------------------------------------------------------*/
.btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #979797;
  padding: 0em 3.4666666667vw 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 3.2vw;
}
.btn01::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
.btn01::before {
  right: 2.1333333333vw;
  border-left: 1.7333333333vw solid #fff;
  border-top: 1vw solid transparent;
  border-bottom: 1vw solid transparent;
}

.btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #979797;
  padding: 0em 3.4666666667vw 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 3.2vw;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  text-indent: 0;
}
.btn-more::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
.btn-more::before {
  right: 2.1333333333vw;
  border-left: 1.7333333333vw solid #fff;
  border-top: 1vw solid transparent;
  border-bottom: 1vw solid transparent;
}
.btn-more:hover {
  color: #fff;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
menu
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
hx
-----------------------------------------------------------------*/
.hx01 {
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  font-size: 4.2666666667vw;
  line-height: 1.625;
  font-weight: bold;
  border-bottom: 0.2666666667vw solid #ccc;
  padding-bottom: 1.0666666667vw;
  position: relative;
  padding-left: 3.3333333333vw;
}
.hx01:before, .hx01:after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 0.8vw;
  position: absolute;
  left: 0px;
}
.hx01:before {
  background-color: #006db9;
  top: 1.3333333333vw;
}
.hx01:after {
  background-color: #d10000;
  top: 3.7333333333vw;
}

/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
a {
  color: #333;
  transition: all 0.2s ease;
  transition-property: opacity, color, background-color;
}
a:hover {
  opacity: 0.5;
}

/**
header
*/
header .inner {
  width: 100%;
  margin: 0 auto;
}
header #header-top {
  position: relative;
  background-color: #fff;
  height: 16vw;
  display: flex;
  align-items: center;
  padding-left: 2.6666666667vw;
}
header #header-top h1 {
  position: relative;
  z-index: 2000;
  width: 50.6666666667vw;
  height: 9.3333333333vw;
}
header #header-middle .inner {
  display: flex;
  justify-content: space-between;
  padding: 1.3333333333vw 0;
}
header #header-middle .inner .logo {
  width: 53.3333333333vw;
}
header #header-middle .inner .boxes {
  display: flex;
}
header #header-middle .inner #header-contact {
  width: 36.8vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header #header-middle .inner #header-contact img {
  display: block;
}
header #header-middle .inner #header-banners {
  margin-left: 1.3333333333vw;
}
header #header-middle .inner #header-banners .banners {
  display: flex;
}
header #header-middle .inner #header-banners .banners .banner {
  width: 22.6666666667vw;
}
header #header-middle .inner #header-banners .banners .banner + .banner {
  margin-left: 1.3333333333vw;
}
header #header-bottom {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
header nav {
  width: 100%;
}
header nav.active .btns .btn-menu {
  background-image: url(../img/common/icon-close.png);
  background-size: auto 4.4vw;
}
header nav.active .inner {
  position: absolute;
  display: flex;
}
header nav .btns {
  position: absolute;
  z-index: 1001;
  top: 0vw;
  right: 0vw;
  width: 32vw;
  display: flex;
}
header nav .btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8vw;
  width: 16vw;
  height: 16vw;
  text-decoration: none;
}
header nav .btns .btn span {
  color: #fff;
  font-family: "Oswald", serif;
}
header nav .btns .btn-contact {
  background: url(../img/common/icon-mail.png) center 4vw no-repeat;
  background-size: auto 3.4666666667vw;
  background-color: #b3aa82;
}
header nav .btns .btn-menu {
  background: url(../img/common/icon-menu.png) center 2.8vw no-repeat;
  background-size: auto 5.3333333333vw;
  background-color: #9a7d4f;
}
header nav .inner {
  background-color: #f3f1e8;
  z-index: 1000;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(0%); /* 初期状態で右にスライド */
  justify-content: flex-start;
  flex-direction: column;
  width: 100vw;
  height: auto;
  padding: 22.6666666667vw 0 8vw 8vw;
  transition: right 0.3s ease-out;
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header nav .inner .sitemap > ul {
  color: #9a7d4f;
}
header nav .inner .sitemap > ul > li:last-of-type ul {
  width: 50vw;
  margin-top: 3.2vw;
  margin-left: -3.3333333333vw;
}
header nav .inner .sns {
  margin-top: 4vw;
  padding-top: 5.3333333333vw;
}
header nav .inner .sns .contents {
  width: 64vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5.3333333333vw;
}
header nav .inner .sns .contents img {
  width: auto;
  height: 4.9333333333vw;
}
header nav .inner .logo {
  width: 36.9333333333vw;
  margin: 0 auto;
  padding-top: 4.6666666667vw;
}
header nav .inner .logo a {
  display: block;
}
header nav .inner .logo img {
  display: block;
}
/**
main
*/
#main-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #333333;
  font-size: 3.2vw;
  padding-top: 9.8666666667vw;
  width: 92vw;
  margin: 0 auto;
  border-bottom: 0.2666666667vw solid #bbbbbb;
}
#main-image.privacy h2::after {
  letter-spacing: -0.04em;
}
#main-image.contracts h2::after {
  letter-spacing: -0.04em;
  transform: scaleX(0.76);
}
#main-image h2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#main-image h2 span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1;
  width: 100%;
  text-align: center;
}
#main-image h2::after {
  content: attr(data-en);
  white-space: pre;
  display: block;
  color: #ddd0ab;
  opacity: 0.5;
  font-size: 16vw;
  line-height: 0.75;
  font-family: "Oswald", serif;
  font-weight: 500;
  height: 13.0666666667vw;
  z-index: -1;
}

#breadcrumbs {
  display: none;
  position: relative;
  background-color: #ddd;
}
#breadcrumbs ul {
  display: flex;
  align-items: center;
  width: 144vw;
  margin: 0 auto 0;
  padding: 1.0666666667vw 0;
}
#breadcrumbs ul li {
  display: flex;
  align-items: center;
  font-size: 1.8666666667vw;
  line-height: 1;
  font-weight: 500;
}
#breadcrumbs ul li:first-child a span {
  padding-left: 0;
}
#breadcrumbs ul li:last-child {
  white-space: nowrap;
  width: 400px;
  padding-right: 0;
  overflow: hidden;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#breadcrumbs ul li:last-child span {
  padding-right: 0;
}
#breadcrumbs ul li a {
  text-decoration: none;
}
#breadcrumbs ul li a:hover {
  opacity: 0.5;
  transition: none;
}
#breadcrumbs ul li span {
  padding: 0 0.8em;
}

#sidebar {
  margin: 16vw auto 0;
  width: 92vw;
}
#sidebar .boxes .box + .box {
  margin-top: 2.6666666667vw;
}
#sidebar h3 {
  padding: 2.8vw 2.1333333333vw;
  background-color: #9a7d4f;
  position: relative;
  font-size: 3.7333333333vw;
  line-height: 1;
  color: #fff;
}
#sidebar .widget + .widget {
  margin-top: 8vw;
}
#sidebar .widget ul li {
  border-bottom: 0.1333333333vw solid #bbb;
}
#sidebar .widget ul li a {
  padding: 3.3333333333vw 2.6666666667vw;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 3.7333333333vw;
  line-height: 1;
}
#sidebar .widget ul li a::before {
  content: "・";
}
#sidebar .widget ul li .children {
  margin-left: 2.6666666667vw;
  margin-top: -1.3333333333vw;
}
#sidebar .widget ul li .children li a {
  padding: 2.1333333333vw 2.9333333333vw;
}

/**
footer
*/
#pagetop {
  z-index: 1000;
  position: fixed;
  right: 2vw;
  bottom: 4vw;
  width: 12vw;
  height: 12vw;
}
#pagetop a {
  display: block;
  background-color: #9a7d4f;
  width: 12vw;
  height: 12vw;
  border-radius: 6vw;
  position: relative;
}
#pagetop a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 2.5333333333vw;
}

footer {
  position: relative;
  width: 100%;
  margin-top: 9.3333333333vw;
}
footer #footer {
  background-color: #f3f1e8;
  padding-top: 8vw;
  padding-bottom: 8vw;
}
footer #footer #footer-bottom .inner {
  padding: 0 4.6666666667vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer #footer #footer-bottom .inner .company {
  width: 100%;
}
footer #footer #footer-bottom .inner .company .detail {
  width: 100%;
  color: #9a7d4f;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
footer #footer #footer-bottom .inner .company .detail .logo {
  width: 57.3333333333vw;
}
footer #footer #footer-bottom .inner .company .detail .info {
  margin-top: 2.6666666667vw;
}
footer #footer #footer-bottom .inner .company .detail .info .title {
  font-size: 3.2vw;
  line-height: 1.1666666667;
  font-weight: bold;
  text-align: center;
}
footer #footer #footer-bottom .inner .company .detail .info .text {
  font-size: 3.2vw;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 2.6666666667vw;
  text-align: center;
}
footer #footer #footer-bottom .inner .company .detail .copyright {
  margin-top: 2.9333333333vw;
  font-size: 3.2vw;
  line-height: 1.25;
  font-weight: 400;
}
footer #footer #footer-bottom .inner .company .detail .sns {
  margin-top: 4vw;
}
footer #footer #footer-bottom .inner .company .detail .sns .contents {
  width: 64vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.7333333333vw;
}
footer #footer #footer-bottom .inner .company .detail .sns .contents img {
  width: auto;
  height: 5.0666666667vw;
}
footer #footer #footer-bottom .inner .sitemap {
  padding-top: 12vw;
}
footer #footer #footer-bottom .inner .sitemap > ul {
  margin-left: 3.8666666667vw;
}
footer #footer #footer-bottom .inner .sitemap > ul > li:last-of-type {
  display: block;
}
footer #footer #footer-bottom .inner .sitemap > ul > li:last-of-type ul {
  margin-top: 3.2vw;
  margin-left: -3.3333333333vw;
}
footer #footer #footer-bottom .inner .sitemap > ul > li:last-of-type ul li {
  font-size: 2.9333333333vw;
  line-height: 1.3636363636;
}

.sitemap {
  display: flex;
}
.sitemap > ul {
  color: #9a7d4f;
}
.sitemap > ul > li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 1.25em;
}
.sitemap > ul > li:before {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 0.8vw;
  background: #9a7d4f;
  position: absolute;
  top: 1.8666666667vw;
  left: 0;
  transform: translateY(-50%);
}
.sitemap > ul > li + li {
  margin-top: 3.3333333333vw;
}
.sitemap > ul > li > a {
  width: 100%;
  font-size: 3.7333333333vw;
  line-height: 1;
  color: #9a7d4f;
  font-weight: bold;
  text-decoration: none;
}
.sitemap > ul > li > a::after {
  content: attr(data-ruby);
  white-space: pre;
  display: block;
  font-size: 2.4vw;
  line-height: 1.5555555556;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-top: 0.5333333333vw;
}
.sitemap > ul > li ul {
  width: 41.3333333333vw;
  margin-top: 1.3333333333vw;
}
.sitemap > ul > li ul li {
  position: relative;
  padding-left: 1.25em;
  font-size: 3.2vw;
  line-height: 1.75;
  font-weight: 400;
  color: #9a7d4f;
}
.sitemap > ul > li ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.sitemap > ul > li ul li a {
  text-decoration: none;
  color: #9a7d4f;
}

.grecaptcha-badge {
  bottom: 20vw !important;
}
