@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 {
  min-width: 1200px;
  width: 100%;
  position: relative;
  letter-spacing: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

#wrapper {
  width: 100%;
}

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

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

.sp {
  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 26px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
}
.btn01::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
.btn01::before {
  right: 10px;
  border-left: 9px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #979797;
  padding: 0em 26px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  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: 10px;
  border-left: 9px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.btn-more:hover {
  color: #fff;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
menu
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
hx
-----------------------------------------------------------------*/
.hx01 {
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.hx01:before, .hx01:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  left: 0px;
}
.hx01:before {
  background-color: #006db9;
  top: 5px;
}
.hx01:after {
  background-color: #d10000;
  top: 17px;
}

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

/**
header
*/
header .inner {
  width: 1080px;
  margin: 0 auto;
}
header #header-top {
  position: relative;
}
header #header-top h1 {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1000;
}
header #header-middle .inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
header #header-middle .inner .logo {
  width: 400px;
}
header #header-middle .inner .boxes {
  display: flex;
}
header #header-middle .inner #header-contact {
  width: 276px;
  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: 10px;
}
header #header-middle .inner #header-banners .banners {
  display: flex;
}
header #header-middle .inner #header-banners .banners .banner {
  width: 170px;
}
header #header-middle .inner #header-banners .banners .banner + .banner {
  margin-left: 10px;
}
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 33px;
}
header nav.active .inner {
  position: absolute;
  display: flex;
}
header nav .btns {
  position: absolute;
  z-index: 1001;
  top: 0px;
  right: 0px;
  width: 180px;
  display: flex;
}
header nav .btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  width: 90px;
  height: 90px;
  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 20px no-repeat;
  background-size: auto 23px;
  background-color: #b3aa82;
}
header nav .btns .btn-contact:hover {
  opacity: 1;
  background-color: #000;
}
header nav .btns .btn-menu {
  background: url(../img/common/icon-menu.png) center 18px no-repeat;
  background-size: auto 30px;
  background-color: #9a7d4f;
}
header nav .btns .btn-menu:hover {
  opacity: 1;
  background-color: #000;
}
header nav .inner {
  background-color: #f3f1e8;
  z-index: 1000;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(0%); /* 初期状態で右にスライド */
  justify-content: center;
  flex-direction: column;
  width: 720px;
  height: 100vh;
  padding: 0px 0 0 60px;
  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 .sns {
  margin-top: 30px;
  border-top: 1px solid #9a7d4f;
  padding-top: 40px;
}
header nav .inner .sns .contents {
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}
header nav .inner .sns .contents img {
  width: auto;
  height: 26px;
}
header nav .inner .logo {
  width: 277px;
  margin: 0 auto;
  padding-top: 35px;
}
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: 24px;
  padding-top: 130px;
  width: 1080px;
  margin: 0 auto;
  border-bottom: 1px solid #bbbbbb;
}
#main-image.privacy h2::after {
  letter-spacing: -0.04em;
}
#main-image.contracts h2::after {
  letter-spacing: -0.04em;
  transform: scaleX(0.8);
}
#main-image h2 {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
#main-image h2 span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
  font-size: 2.8rem;
  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: 18rem;
  line-height: 0.7666666667;
  font-family: "Oswald", serif;
  font-weight: 500;
  height: 150px;
  z-index: -1;
}

#breadcrumbs {
  position: relative;
}
#breadcrumbs ul {
  display: flex;
  align-items: center;
  width: 1080px;
  margin: 0 auto 0;
  padding: 12px 0;
}
#breadcrumbs ul li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#breadcrumbs ul li:first-child a span {
  padding-left: 0;
}
#breadcrumbs ul li:last-child {
  white-space: nowrap;
  width: 400px;
  padding-right: 0;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#breadcrumbs ul li:last-child span {
  border-bottom: 1px solid #333333;
  padding: 0 2px 3px;
  margin-left: 8px;
  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 {
  padding-top: 70px;
}
#sidebar .boxes .box + .box {
  margin-top: 20px;
}
#sidebar h3 {
  padding: 17px 16px;
  background-color: #9a7d4f;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
}
#sidebar .widget + .widget {
  margin-top: 40px;
}
#sidebar .widget ul li {
  border-bottom: 1px solid #bbb;
}
#sidebar .widget ul li a {
  padding: 13px 14px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.5;
}
#sidebar .widget ul li a::before {
  content: "・";
}
#sidebar .widget ul li .children {
  margin-left: 20px;
  margin-top: -10px;
}
#sidebar .widget ul li .children li a {
  padding: 16px 22px;
}

/**
footer
*/
#pagetop {
  z-index: 1000;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 70px;
  height: 70px;
}
#pagetop a {
  display: block;
  background-color: #9a7d4f;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  position: relative;
}
#pagetop a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
}

footer {
  position: relative;
  width: 100%;
  margin-top: 70px;
}
footer #footer {
  background-color: #f3f1e8;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer #footer #footer-bottom .inner {
  padding: 0 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer #footer #footer-bottom .inner .company {
  display: flex;
}
footer #footer #footer-bottom .inner .company .detail {
  width: 310px;
  color: #9a7d4f;
}
footer #footer #footer-bottom .inner .company .detail .info {
  margin-top: 20px;
}
footer #footer #footer-bottom .inner .company .detail .info .title {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: bold;
  text-align: left;
}
footer #footer #footer-bottom .inner .company .detail .info .text {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 7px;
}
footer #footer #footer-bottom .inner .company .detail .copyright {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
}
footer #footer #footer-bottom .inner .company .detail .sns {
  margin-top: 30px;
}
footer #footer #footer-bottom .inner .company .detail .sns .contents {
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}
footer #footer #footer-bottom .inner .company .detail .sns .contents img {
  width: auto;
  height: 26px;
}
footer #footer #footer-bottom .inner .sitemap {
  padding-top: 15px;
}
footer #footer #footer-bottom .inner .sitemap > ul {
  margin-left: 29px;
}
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: 24px;
  margin-left: -25px;
}
footer #footer #footer-bottom .inner .sitemap > ul > li:last-of-type ul li {
  font-size: 1.2rem;
  line-height: 2.3333333333;
}
footer #footer #footer-bottom .inner .sitemap > ul > li:last-of-type ul li:last-of-type {
  line-height: 1.4;
  display: flex;
  text-align: right;
}

.sitemap {
  display: flex;
}
.sitemap > ul {
  color: #9a7d4f;
}
.sitemap > ul > li {
  display: flex;
  position: relative;
  padding-left: 1.25em;
}
.sitemap > ul > li:before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background: #9a7d4f;
  position: absolute;
  top: 14px;
  left: 0;
  transform: translateY(-50%);
}
.sitemap > ul > li + li {
  margin-top: 20px;
}
.sitemap > ul > li:last-of-type ul li {
  font-size: 1.2rem;
  line-height: 2.3333333333;
}
.sitemap > ul > li:last-of-type ul li:last-of-type {
  line-height: 1.4;
  display: flex;
  text-align: right;
}
.sitemap > ul > li > a {
  width: 210px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  color: #9a7d4f;
  font-weight: bold;
  text-decoration: none;
}
.sitemap > ul > li > a::after {
  content: attr(data-ruby);
  white-space: pre;
  display: block;
  font-size: 1.2rem;
  line-height: 2.3333333333;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.sitemap > ul > li > a:hover {
  color: #000;
  opacity: 1;
}
.sitemap > ul > li ul {
  width: 215px;
}
.sitemap > ul > li ul li {
  position: relative;
  padding-left: 1.25em;
  font-size: 1.4rem;
  line-height: 2;
  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;
}
.sitemap > ul > li ul li a:hover {
  color: #000;
  opacity: 1;
  border-bottom: 1px solid #000;
}

.box-animation-dom {
  /* ボーダーが緩やかにつく */
}
@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% - 20px);
    opacity: 1;
  }
}
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% - 20px);
    opacity: 1;
  }
}
.box-animation-dom a {
  display: block;
  position: relative;
}
.box-animation-dom a::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1000;
}
.box-animation-dom a .border {
  content: "";
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 9999;
}
.box-animation-dom a .border.top, .box-animation-dom a .border.bottom {
  width: calc(100% - 20px);
  transform: scaleX(0); /* 初期状態 */
}
.box-animation-dom a .border.top {
  transform-origin: right; /* 左側を基準にスケールする */
  border-top: 5px solid #bec7cc;
  right: 0;
  top: 0;
}
.box-animation-dom a .border.bottom {
  transform-origin: left; /* 左側を基準にスケールする */
  border-bottom: 5px solid #bec7cc;
  left: 0;
  bottom: 0;
}
.box-animation-dom a .border.right, .box-animation-dom a .border.left {
  height: calc(100% - 20px);
  transform: scaleY(0); /* 初期状態 */
}
.box-animation-dom a .border.right {
  transform-origin: top;
  border-right: 5px solid #bec7cc;
  right: 0;
  top: 0;
}
.box-animation-dom a .border.left {
  transform-origin: bottom;
  border-left: 5px solid #bec7cc;
  left: 0;
  bottom: 0;
}
.box-animation-dom a:hover {
  opacity: 1;
}
.box-animation-dom a:hover::before {
  opacity: 1;
}
.box-animation-dom a:hover .border {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.box-animation-dom a:hover .border.top, .box-animation-dom a:hover .border.bottom {
  transform: scaleX(1); /* 最終状態 */
}
.box-animation-dom a:hover .border.right, .box-animation-dom a:hover .border.left {
  transform: scaleY(1); /* 最終状態 */
}

.grecaptcha-badge {
  bottom: 124px !important;
}
