/* font-color */
/*--------------------
  Breakpoints
--------------------*/
/*--------------------
Z-index
--------------------*/
.is-ie {
  position: static;
  overflow: auto;
}

.l-inner {
  width: 90%;
  max-width: 0 auto;
}
@media screen and (min-width: 800px) {
  .l-inner {
    width: 95%;
    margin: 0 auto 0 0;
  }
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 800px) {
  .l-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 800px) {
  .l-main-wrapper {
    display: grid;
    grid-template-columns: 345px calc(100% - 345px);
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 800px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 800px) {
  .sp {
    display: none;
  }
}

.l-inner {
  width: 90%;
  margin: 0 auto;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 800px) {
  .l-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-form textarea {
  width: 100%;
  height: 180px;
}
.l-form input[type=text] {
  width: 100%;
}
.l-form input[type=email] {
  width: 100%;
}
.l-form input[type=tel] {
  width: 100%;
}
.l-form td:first-child {
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-form td:last-child {
  padding-bottom: 20px;
}
.l-form td label {
  padding-top: 10px;
}
@media screen and (max-width: 799px) {
  .l-form tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .l-form td {
    font-size: 14px;
  }
}

@media screen and (max-width: 799px) {
  form .caption {
    font-size: 13px;
  }
}
input[type=submit].l-form__submit {
  border: 1px solid #ccc;
  padding: 5px;
  min-width: 160px;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
input[type=submit].l-form__submit:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.breadcrumb {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 8px;
  margin-top: 10px;
  width: 90%;
  margin: 10px auto 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 799px) {
  .breadcrumb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 800px) {
  .breadcrumb {
    width: calc(100% - 345px);
    margin-right: 0;
  }
}
.breadcrumb span, .breadcrumb a {
  color: #333333;
  font-size: 14px;
}
.breadcrumb br {
  display: none;
}

aside {
  padding-top: 0;
  padding-left: 60px;
  padding-right: 30px;
}
@media screen and (max-width: 799px) {
  aside {
    background: #F9F9F9;
    padding: 20px 30px;
    width: 90%;
    max-width: 1200px;
    margin: 40px auto 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
aside h4 {
  font-size: 11px;
  color: #C4B89F;
  margin-bottom: 10px;
}
aside ul li {
  line-height: 2;
  letter-spacing: 0.2px;
  position: relative;
}
aside ul li br {
  display: none !important;
}
aside ul li a {
  color: #131313;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  aside ul li a {
    font-size: 16px;
  }
}
aside ul li.-current:before {
  content: "";
  display: block;
  position: relative;
  width: 3.4px;
  height: 6.7px;
  background: url(../img/common/arrow-right.svg);
  width: 4.4px;
  height: 7.7px;
  background: url(../img/common/arrow-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  left: -12.64px;
  top: 4px;
  bottom: 0;
  margin: auto;
}

.c-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  position: relative;
  height: 260px;
}
@media screen and (max-width: 799px) {
  .c-page-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 800px) {
  .c-page-title--small h1 {
    font-size: 4rem;
  }
  .c-page-title--middle h1 {
    font-size: 5rem;
  }
  .c-page-title--large h1 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 800px) {
  .c-page-title {
    height: 440px;
  }
}
.c-page-title__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 82px;
  background: #333333;
}
@media screen and (min-width: 800px) {
  .c-page-title__text {
    min-width: 345px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.c-page-title__text__inner {
  padding: 10px 0 0 21px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 800px) {
  .c-page-title__text__inner {
    padding: 49px 0 41px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.c-page-title__text span {
  font-family: Cormorant Garamond, serif;
  font-size: 14px;
  letter-spacing: 0;
  color: #A49371;
}
@media screen and (min-width: 800px) {
  .c-page-title__text span {
    font-size: 18px;
  }
}
.c-page-title__image {
  width: 100%;
}
@media screen and (max-width: 799px) {
  .c-page-title__image {
    height: 208px;
  }
}
.c-page-title h1 {
  color: #fff;
  margin-right: 16px;
  font-size: 23px;
  letter-spacing: 1.92px;
  font-weight: 500;
  margin-top: 0;
}
@media screen and (min-width: 800px) {
  .c-page-title h1 {
    font-size: 48px;
  }
}
.c-page-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-category-selector {
  margin: 0 0 50px;
}
@media screen and (min-width: 800px) {
  .c-category-selector {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2%;
  }
}
.c-category-selector__box {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 800px) {
  .c-category-selector__box {
    margin-bottom: 0;
  }
}
.c-category-selector__index {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  color: #333333;
  background: #E3D5BA;
  font-weight: 600;
}
.c-category-selector__index span, .c-category-selector__index a {
  padding: 20px;
  font-size: 18px;
  font-size: 18px;
  line-height: 1.4;
  width: 100%;
}
.c-category-selector__index:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.c-category-selector .toggle-icon {
  width: 16px;
  height: 16px;
  position: relative;
  will-change: transform;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-category-selector .toggle-icon::before, .c-category-selector .toggle-icon::after {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #333333;
}
.c-category-selector .toggle-icon::after {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 2px;
  height: 16px;
  bottom: 50%;
  left: 7px;
}
.c-category-selector .toggle-icon::before {
  width: 16px;
  height: 2px;
  bottom: calc(50% - 1px);
  left: 0;
}
.c-category-selector ul {
  position: absolute;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
  background: #F9F9F9;
}
.c-category-selector ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  background-color: #F9F9F9;
  font-weight: 600;
  position: relative;
  padding: 20px;
}
.c-category-selector ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 20px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-category-selector ul li:hover {
  background: #E3D5BA;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.c-category-selector ul li span, .c-category-selector ul li a {
  padding: 20px;
  width: 100%;
  font-size: 18px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
}
.c-category-selector .-active ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.c-category-selector .-active .toggle-icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.c-pagenation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
.c-pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.c-pagenation li a {
  width: 48px;
  height: 48px;
  color: #A49371;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 50%;
}
.c-pagenation li a:hover {
  background: #A49371;
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.c-pagenation .num a {
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #A49371;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagenation .current a {
  background-color: #A49371;
  color: #fff;
}

.post-password-form {
  width: 90%;
  margin: 0 auto 50px;
}
.post-password-form p {
  word-break: break-all;
  line-height: 2;
  letter-spacing: 0.04px;
  font-size: 13px;
}
@media screen and (min-width: 800px) {
  .post-password-form p {
    font-size: 17px;
  }
}
.post-password-form input[type=submit] {
  margin: 20px auto 140px;
  width: 90%;
  display: block;
  padding: 5px;
}
@media screen and (min-width: 800px) {
  .post-password-form input[type=submit] {
    min-width: 320px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 799px) {
  .google-maps iframe {
    width: 100%;
  }
}

.contents-set {
  margin-top: 0;
}

.main.mod-3rd {
  font-size: clamp(16px, 2.2rem, 18px);
}
.main.mod-3rd .js-scroll {
  -webkit-transition: -webkit-transform 0.68s cubic-bezier(0.2, 1, 0.24, 1);
  transition: -webkit-transform 0.68s cubic-bezier(0.2, 1, 0.24, 1);
  transition: transform 0.68s cubic-bezier(0.2, 1, 0.24, 1);
  transition: transform 0.68s cubic-bezier(0.2, 1, 0.24, 1), -webkit-transform 0.68s cubic-bezier(0.2, 1, 0.24, 1);
}
@media screen and (min-width: 800px) {
  .main.mod-3rd {
    font-size: clamp(15px, 3rem, 16px);
  }
}

.mod-kv img {
  width: 100%;
}
.mod-kv__pc {
  display: none;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .mod-kv__pc {
    display: block;
  }
}
.mod-kv__sp {
  display: block;
  width: 100%;
  height: 100vh;
}
.mod-kv__sp img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 800px) {
  .mod-kv__sp {
    display: none;
  }
}

.img-caption {
  color: #333333;
  font-size: 13px;
  padding-top: 3px;
}

.mod-a {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 9px 27px 9px;
  overflow: hidden;
  background: #F9F9F9;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
@media screen and (min-width: 800px) {
  .mod-a {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 800px) {
  .mod-a:not(:first-child) {
    padding-top: 60px;
  }
}
@media screen and (max-width: 799px) {
  .mod-a {
    font-size: 22px;
    padding: 9px 15px;
  }
}
.wrapper > .mod-a:not(:first-child) {
  padding-top: 80px;
}
.mod-a h2 {
  color: #333333;
  font-size: clamp(20px, 3.6rem, 25px);
  font-weight: 600;
}
@media screen and (min-width: 800px) {
  .mod-a h2 {
    font-size: clamp(30px, 2.9rem, 35px);
  }
}
@media screen and (min-width: 800px) {
  .mod-a--middle h2 {
    font-size: 38px;
  }
  .mod-a--large h2 {
    font-size: 42px;
  }
}

.mod-b {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #A49371;
}
@media screen and (min-width: 800px) {
  .mod-b {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.mod-b:not(:first-child) {
  padding-top: 50px;
}
@media screen and (min-width: 800px) {
  .mod-b:not(:first-child) {
    padding-top: 80px;
  }
}
.mod-b h3 {
  position: relative;
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #333333;
  margin-bottom: 2px;
}
@media screen and (min-width: 800px) {
  .mod-b h3 {
    font-size: clamp(18px, 3.4rem, 22px);
    padding: 0 0 20px 0;
    margin-bottom: 4px;
  }
}
.mod-b h3::before {
  width: 5rem;
  height: 8px;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
}
@media screen and (min-width: 800px) {
  .mod-b h3 {
    font-size: clamp(26px, 2.5rem, 30px);
  }
}

.mod-c {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 8px solid #b8b8b8;
  padding: 5px 12px;
  padding: 3px 10px;
  position: relative;
  font-weight: bold;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 12px;
  border-left: 3px solid #333333;
}
@media screen and (min-width: 800px) {
  .mod-c {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 800px) {
  .mod-c {
    padding: 5px 12px;
  }
}
.mod-c:not(:first-child) {
  padding-top: 40px;
}
@media screen and (min-width: 800px) {
  .mod-c:not(:first-child) {
    padding-top: 50px;
  }
}
.mod-c h4 {
  color: #333333;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  .mod-c h4 {
    font-size: clamp(20px, 2.2rem, 22px);
  }
}

.mod-text {
  text-align: justify;
  word-break: break-all;
  line-height: 2;
  letter-spacing: 0.04px;
  font-size: 13px;
}
@media screen and (min-width: 800px) {
  .mod-text {
    font-size: 17px;
  }
}
.mod-text:not(:first-child) {
  padding-top: 20px;
}
.mod-text p {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.04px;
}
@media screen and (min-width: 800px) {
  .mod-text p {
    font-size: 16px;
  }
}
@media screen and (min-width: 800px) {
  .mod-text:not(:first-child) {
    padding-top: 30px;
  }
}

.mod-d {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .mod-d {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.mod-d:not(:first-child) {
  padding-top: 30px;
}
@media screen and (min-width: 800px) {
  .mod-d:not(:first-child) {
    padding-top: 40px;
  }
}
@media screen and (min-width: 800px) {
  .mod-d--middle .mod-text {
    font-size: 18px;
  }
  .mod-d--large .mod-text {
    font-size: 20px;
  }
}
.mod-d--padding .mod-text {
  padding: 15px;
}

.mod-list-cir:not(:first-child), .mod-list-num:not(:first-child) {
  padding-top: 30px;
}
.mod-list-num {
  counter-reset: li;
}
.mod-list-cir-item, .mod-list-num-item {
  font-size: 13px;
}
.mod-list-cir-item:not(:first-child), .mod-list-num-item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 800px) {
  .mod-list-cir-item:not(:first-child), .mod-list-num-item:not(:first-child) {
    margin-top: 26px;
  }
}
@media screen and (min-width: 800px) {
  .mod-list-cir-item, .mod-list-num-item {
    font-size: 17px;
  }
}
.mod-list-cir-item {
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 800px) {
  .mod-list-cir-item {
    padding-left: 18px;
  }
}
.mod-list-cir-item::before {
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #A49371;
  content: "";
  top: 9px;
  margin: auto;
  left: 0;
}
@media screen and (min-width: 800px) {
  .mod-list-cir-item::before {
    left: 4px;
    top: 15px;
  }
}
.mod-list-num-item {
  position: relative;
  text-indent: -14px;
  padding-left: 14px;
}
@media screen and (min-width: 800px) {
  .mod-list-num-item {
    text-indent: -18px;
    padding-left: 18px;
  }
}
.mod-list-num-item::before {
  padding-right: 0px;
  content: counter(li) ".";
  counter-increment: li;
  color: #A49371;
  font-weight: 500;
}
@media screen and (min-width: 800px) {
  .mod-list-num-item::before {
    padding-right: 6px;
  }
}

.mod-e {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .mod-e {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.mod-e:not(:first-child) {
  padding-top: 30px;
}
@media screen and (min-width: 800px) {
  .mod-e:not(:first-child) {
    padding-top: 30px;
  }
}
.mod-e .mod-link[target=_blank]:after {
  content: "";
  background-image: url(../img/common/external-black.svg);
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.mod-06 {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .mod-06 {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.mod-06:not(:first-child) {
  padding-top: 30px;
}
@media screen and (min-width: 800px) {
  .mod-06:not(:first-child) {
    padding-top: 30px;
  }
}

.mod-f {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (min-width: 800px) {
  .mod-f {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.mod-f:not(:first-child) {
  padding-top: 30px;
}
@media screen and (min-width: 800px) {
  .mod-f:not(:first-child) {
    padding-top: 30px;
  }
}
@media screen and (min-width: 800px) {
  .mod-f {
    gap: 56px;
  }
  .mod-f::after {
    display: block;
    clear: both;
    content: "";
  }
  .mod-f.mod-f--ratio1 .mod-f-text {
    width: calc(50% - 28px);
  }
  .mod-f.mod-f--ratio1 .mod-f-img {
    width: calc(50% - 28px);
  }
  .mod-f.mod-f--ratio2 .mod-f-text {
    width: calc(67% - 28px);
  }
  .mod-f.mod-f--ratio2 .mod-f-img {
    width: calc(33% - 28px);
  }
  .mod-f.mod-f--ratio3 .mod-f-text {
    width: calc(75% - 28px);
  }
  .mod-f.mod-f--ratio3 .mod-f-img {
    width: calc(25% - 28px);
  }
}
.mod-f--right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 800px) {
  .mod-f--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.mod-f--left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 800px) {
  .mod-f--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mod-f-img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mod-f-img img.full {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  -o-object-fit: unset;
     object-fit: unset;
  width: auto;
  height: auto;
}
.mod-f-img.trim {
  aspect-ratio: 4/3;
}
@media screen and (max-width: 799px) {
  .mod-f-img.trim {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 800px) {
  .mod-f-img.trim {
    height: 400px;
  }
}
.mod-f-img.trim a {
  height: 100%;
}
.mod-f-img.trim img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod-f-img .mod-img {
  height: 35rem;
}
@media screen and (min-width: 800px) {
  .mod-f-img .mod-img {
    height: 40rem;
  }
}
.mod-f-text {
  padding-top: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 800px) {
  .mod-f-text {
    padding-top: 0;
  }
  .mod-f-text.left, .mod-f-text.right {
    width: calc(100% - 50% - 50px);
  }
  .mod-f-text.left {
    float: left;
  }
  .mod-f-text.right {
    float: right;
  }
  .mod-f-text.mod-a:not(:first-child), .mod-f-text.mod-b:not(:first-child), .mod-f-text.mod-c:not(:first-child), .mod-f-text.mod-text:not(:first-child), .mod-f-text.mod-o:not(:first-child), .mod-f-text.mod-18:not(:first-child) {
    padding-top: 30px;
  }
  .mod-f-text.mod-h-block {
    margin: 0 auto 0 0;
  }
}
.mod-f-text.mod-h-03:first-child, .mod-f-text.mod-text:first-child {
  padding-top: 30px;
}
.mod-f .mod-c {
  max-width: 100%;
  width: 100%;
}
.mod-f .mod-09,
.mod-f .mod-o {
  margin: 30px auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 800px) {
  .mod-f .mod-09,
  .mod-f .mod-o {
    margin: 40px 0 0;
  }
}
.mod-f .mod-o td:first-child {
  background: #EDE5D4;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
.mod-f .mod-h {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
}

.mod-link {
  color: rgb(69, 110, 78);
}
a.mod-link {
  display: inline;
}

.mod-link:visited {
  color: rgb(69, 110, 78);
}

.mod-g {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .mod-g {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.mod-g-img.trim a {
  height: 100%;
}
.mod-g-img.trim .mod-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod-g-img.full img {
  max-width: 100%;
  -o-object-fit: unset;
     object-fit: unset;
  width: auto;
}

.mod-h {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
}
@media screen and (min-width: 800px) {
  .mod-h {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 800px) {
  .mod-h {
    margin-top: 40px;
  }
}
.mod-h-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 16.5px 72px 16.5px 31px;
  position: relative;
  background-color: #A49371;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  border-radius: 50px;
}
.mod-h-block:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
.mod-h .--small {
  width: 50%;
}
@media screen and (min-width: 800px) {
  .mod-h .--small {
    width: 300px;
    margin: 0 auto;
  }
}
.mod-h .--middle {
  width: 75%;
}
@media screen and (min-width: 800px) {
  .mod-h .--middle {
    width: 50%;
    margin: 0 auto;
  }
}
.mod-h .--full {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .mod-h .--full {
    margin: 0 auto;
  }
}
.mod-h-wrapper {
  font-size: 14px;
}
.mod-h-wrapper::after {
  top: 50%;
  right: 30px;
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a:not([target=_blank]) .mod-h-block .mod-h-wrapper::after,
a.mod-h-block:not([target=_blank]) .mod-h-wrapper::after,
a.mod-k-block:not([target=_blank])::after,
a.mod-09-block:not([target=_blank]) .mod-h-wrapper::after,
a.mod-h-block:not([target=_blank]) .mod-09-wrapper::after,
a.mod-09-block:not([target=_blank]) .mod-09-wrapper::after {
  background: url("../img/mod-3rd/arrow.svg");
  background-size: 21px 13px;
  background-repeat: no-repeat;
  width: 21px;
  height: 13px;
  background-position: right 0 center;
}

a[target=_blank] .mod-h-block .mod-h-wrapper::after,
a.mod-h-block[target=_blank] .mod-h-wrapper::after,
a.mod-k-block[target=_blank]::after,
a.mod-09-block[target=_blank] .mod-h-wrapper::after,
a.mod-h-block[target=_blank] .mod-09-wrapper::after,
a.mod-09-block[target=_blank] .mod-09-wrapper::after {
  background-image: url(../img/common/external.svg);
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 16px;
  background-position: right 0 center;
}

.mod-i {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}
@media screen and (min-width: 800px) {
  .mod-i {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.mod-i:not(:first-child) {
  padding-top: 50px;
}
@media screen and (min-width: 800px) {
  .mod-i {
    padding: 30px 0;
  }
  .mod-i:not(:first-child) {
    padding-top: 80px;
  }
}
.mod-i-block {
  position: relative;
  display: block;
}
.mod-i-block:not(:first-child) {
  padding-top: 30px;
}
.mod-i-block:nth-of-type(odd) .mod-i-text::after {
  right: 0;
}
.mod-i-block:nth-of-type(even) .mod-i-text::after {
  left: 0;
}
@media screen and (min-width: 800px) {
  .mod-i-block:not(:first-child) {
    padding-top: 30px;
  }
  .mod-i-block.left .mod-i-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mod-i-block.left .mod-i-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mod-i-block.left .mod-i-text .mod-h-02::before {
    top: 1rem;
    left: -80px;
  }
  .mod-i-block.right .mod-i-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mod-i-block.right .mod-i-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mod-i-block.right .mod-i-text .mod-h-02::before {
    top: 1rem;
    right: -80px;
  }
}
.mod-i-img {
  overflow: hidden;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .mod-i-img {
    width: 65%;
    position: relative;
  }
}
.mod-i-img .mod-img {
  height: 35rem;
}
@media screen and (min-width: 800px) {
  .mod-i-img .mod-img {
    height: 45rem;
  }
}
.mod-i-text {
  background-color: #fff;
  color: #333333;
  position: relative;
  z-index: 2;
  padding: 40px 0;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .mod-i-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 500px;
    width: 45%;
    padding: 90px 0 90px 90px;
    margin: -300px 0 0 auto;
  }
}
.mod-i-text .mod-c {
  margin-left: 0;
}
.mod-i-text .mod-c::before {
  position: absolute;
  background-color: #fff;
  content: "";
  z-index: 3;
}
.mod-i-text .mod-c::before {
  width: 8px;
  height: 100%;
  top: 0;
  left: -30px;
}
@media screen and (min-width: 800px) {
  .mod-i-text .mod-c::before {
    width: 60px;
    height: 8px;
  }
}

.mod-j {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-gap: 25px;
}
@media screen and (min-width: 800px) {
  .mod-j {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.mod-j:not(:first-child) {
  padding-top: 50px;
}
@media screen and (max-width: 799px) {
  .mod-j {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (min-width: 800px) {
  .mod-j {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .mod-j:not(:first-child) {
    padding-top: 60px;
  }
}
.mod-j-block {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.mod-j-block.mod-text-box::after {
  top: auto;
  bottom: 0;
}
.mod-j-block--noimage {
  height: 100%;
  background: #F9F9F9;
  padding: 40px 40px 60px;
}
.mod-j-block--noimage .mod-j-text {
  padding: 0;
}
.mod-j-block a {
  height: 100%;
  display: block;
}
.mod-j-block a:hover .mod-j-img:after {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.mod-j-block a .mod-j-img:after {
  content: "";
  width: 58px;
  height: 58px;
  background-color: #A49371;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 25px 0 0 0;
  display: block;
  right: 0;
  bottom: 0;
  position: absolute;
}
.mod-j-block a[target=_blank] .mod-j-img:after {
  background-image: url(../img/common/external.svg);
  background-size: 16px;
  background-position: center;
}
.mod-j-block a:not([target=_blank]) .mod-j-img:after {
  background-image: url(../img/mod-3rd/arrow.svg);
  background-position: 21px center;
}
.mod-j-block--noimage a:after {
  content: "";
  width: 58px;
  height: 58px;
  background-color: #A49371;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 25px 0 0 0;
  display: block;
  right: 0;
  bottom: 0;
  position: absolute;
}
.mod-j-block--noimage a:hover:after {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.mod-j-block--noimage a[target=_blank]:after {
  background-image: url(../img/common/external.svg);
  background-position: center;
  background-size: 16px;
}
.mod-j-block--noimage a:not([target=_blank]):after {
  background-image: url(../img/mod-3rd/arrow.svg);
  background-position: 21px center;
}
.mod-j-img {
  position: relative;
}
.mod-j-img img {
  aspect-ratio: 4/3;
  -o-object-position: top;
     object-position: top;
}
.mod-j-text {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
  color: #333333;
  padding: 40px 0;
}
.mod-j-text h4 {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (min-width: 800px) {
  .mod-j-text h4 {
    font-size: 22px;
  }
}
.mod-j .mod-h {
  width: 100%;
  max-width: 100%;
  margin: 40px auto 0;
}
@media screen and (min-width: 800px) {
  .mod-j .mod-h {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.mod-link {
  color: rgb(69, 110, 78);
}
.mod-link:visited {
  color: #333333;
}

.mod-k {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-gap: 25px;
}
.mod-k--bg {
  background-color: #fff;
}
@media screen and (min-width: 800px) {
  .mod-k--3col {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .mod-k--2col {
    grid-template-columns: 1fr 1fr;
  }
  .mod-k--1col {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 800px) {
  .mod-k {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.mod-k-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 15.5px 72px 15.5px 31px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  border-radius: 50px;
  border: 1px solid #A49371;
  font-size: 14px;
}
.mod-k-block.gold {
  background-color: #A49371;
  color: #fff;
}
.mod-k-block.white {
  background-color: #fff;
  color: #A49371;
}
.mod-k-block.white[href^=http]:after {
  background-image: url(../img/common/external-gold.svg);
}
.mod-k-block.white:not([href^=http]):after {
  background-image: url(../img/mod-3rd/arrow-gold.svg);
}
.mod-k-block:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
.mod-k-block:after {
  top: 50%;
  right: 30px;
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mod-k-text {
  position: relative;
  z-index: 2;
}
.mod-k.is-anchor .mod-k-block {
  background-color: #A49371;
  border-color: #A49371;
  color: #fff;
}
.mod-k.is-anchor .mod-k-block:after {
  content: "";
  background-image: none;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mod-k-plus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
@media screen and (min-width: 800px) {
  .mod-k-plus.mod-k--2col {
    grid-template-columns: 1fr 1fr;
  }
  .mod-k-plus.mod-k--3col {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .mod-k-plus.mod-k--4col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .mod-k-plus.mod-k--5col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

/*
** mod-img
*/
.mod-img {
  width: 100%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  opacity: 1;
}
.mod-l {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .mod-l {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.mod-l:not(:first-child) {
  padding-top: 50px;
}
@media screen and (min-width: 800px) {
  .mod-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mod-l:not(:first-child) {
    padding-top: 60px;
  }
}
.mod-l h4 {
  font-size: 14px;
  padding-top: 20px;
}
@media screen and (min-width: 800px) {
  .mod-l h4 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 40px;
  }
}
@media screen and (min-width: 800px) {
  .mod-l--two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
  }
}
@media screen and (min-width: 800px) {
  .mod-l--three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
  }
}
.mod-l-block {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
}
@media screen and (max-width: 799px) {
  .mod-l-block:not(:first-child) {
    padding-top: 30px;
  }
}
.mod-l a.mod-l-block:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.mod-col-img {
  position: relative;
  width: 100%;
}
.mod-col-img.full img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}
.mod-col-img.trim {
  aspect-ratio: 4/3;
}
@media screen and (max-width: 799px) {
  .mod-col-img.trim {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 800px) {
  .mod-col-img.trim {
    height: 400px;
  }
}
.mod-col-img.trim a {
  height: 100%;
}
.mod-col-img.trim img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mod-col-title.mod-c {
  margin-top: 17px;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 10px 25px;
}

.mod-col-text {
  position: relative;
  z-index: 1;
  color: #333333;
  -webkit-transition: background-color 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: background-color 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: background-color;
  padding-top: 15px;
}
@media screen and (min-width: 800px) {
  .mod-col-text {
    padding-top: 15px;
  }
}
.mod-col-text .mod-h-03 {
  padding-top: 30px;
}

.mod-o {
  overflow-x: auto;
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .mod-o {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.mod-o__wrapper {
  position: relative;
}
.mod-o table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 667px;
  background-color: #fff;
}
@media screen and (min-width: 800px) {
  .mod-o table {
    width: 100%;
  }
}
.mod-o table td {
  border: 1px solid #ccc;
  padding: 6px;
}
@media screen and (max-width: 799px) {
  .mod-o table td {
    font-size: 13px;
    padding: 17px 10px;
  }
}
.mod-o__table-wrapper {
  width: 100%;
}
.mod-o.--top table tr:first-child td {
  background: #F8F5EE;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
.mod-o.--top.--large table tr:first-child td {
  height: 80px !important;
}
.mod-o.--top.--medium table tr:first-child td {
  height: 50px !important;
}
.mod-o.--top.--small table tr:first-child td {
  height: auto !important;
}
.mod-o.--left table tr td:first-child {
  background: #EDE5D4;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
.mod-o.--left.--large table tr td:first-child {
  width: 300px !important;
}
.mod-o.--left.--medium table tr td:first-child {
  width: 200px !important;
}
.mod-o.--left.--small table tr td:first-child {
  width: 150px !important;
}
.mod-o.--lefttop table tr:first-child td:not(td:first-child) {
  background: #F8F5EE;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
.mod-o.--lefttop.--large tr:first-child td:not(td:first-child) {
  height: 80px !important;
}
.mod-o.--lefttop.--large tr td:first-child {
  width: 300px !important;
}
.mod-o.--lefttop.--medium tr:first-child td:not(td:first-child) {
  height: 50px !important;
}
.mod-o.--lefttop.--medium tr td:first-child {
  width: 200px !important;
}
.mod-o.--lefttop.--small tr:first-child td:not(td:first-child) {
  height: auto !important;
}
.mod-o.--lefttop.--small tr td:first-child {
  width: 150px !important;
}
.mod-o.--lefttop tr td:first-child {
  background: #EDE5D4;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 800px) {
  main > .wrapper > .mod-o {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.mod-p {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0px;
  background: #666;
  border: none;
}
@media screen and (min-width: 800px) {
  .mod-p {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.mod-p:not(:first-child) {
  padding-top: 40px;
}
@media screen and (min-width: 800px) {
  .mod-p:not(:first-child) {
    padding-top: 60px;
  }
}

.mod-q {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .mod-q {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.mod-q:not(:first-child) {
  padding-top: 30px;
}
@media screen and (min-width: 800px) {
  .mod-q:not(:first-child) {
    padding-top: 60px;
  }
}

.mod-q-block {
  position: relative;
}
.mod-q-block:not(:first-child) {
  padding-top: 50px;
}

.mod-q-title {
  padding: 20px 60px 20px 27px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #A49371;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 799px) {
  .mod-q-title {
    font-size: 14px;
  }
}
.mod-q-title:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.7;
}
.mod-q-title::before, .mod-q-title::after {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  content: "";
  will-change: transform;
}
.mod-q-title::after {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 2px;
  height: 18px;
  bottom: 50%;
  right: 28px;
}
.mod-q-title::before {
  width: 18px;
  height: 2px;
  bottom: calc(50% - 1px);
  right: 20px;
}
.mod-q-block.is-open .mod-q-title::after {
  -webkit-transform: translateY(50%) rotate(0) rotate(90deg);
          transform: translateY(50%) rotate(0) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.mod-q-block.is-open .mod-q-title::before {
  opacity: 0;
  -webkit-transform: translateY(50%) rotate(0) rotate(90deg);
          transform: translateY(50%) rotate(0) rotate(90deg);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.mod-q-content {
  position: relative;
  display: none;
  background-color: #F9F9F9;
}
.mod-q-content::after {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.mod-q-content__inner.--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15px;
}
@media screen and (max-width: 799px) {
  .mod-q-content__inner.--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mod-q-content__inner.--right img {
  margin: 30px 0 auto;
}
@media screen and (max-width: 799px) {
  .mod-q-content__inner.--right img {
    margin: 30px auto auto;
    width: 100% !important;
  }
}
.mod-q-content .mod-text {
  padding: 20px;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: opacity;
}
.mod-q-content .mod-text:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.7;
}
.mod-q-content img {
  width: auto;
  max-width: 90%;
  margin: 0 auto;
  display: block;
  padding-bottom: 50px;
}
.mod-q-block.is-open .mod-q-content::after {
  opacity: 1;
}
.mod-q-block.is-open .mod-q-content .mod-text {
  opacity: 1;
}

.mod-r {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .mod-r {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.mod-r:not(:first-child) {
  padding-top: 40px;
}
@media screen and (min-width: 800px) {
  .mod-r {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .mod-r:not(:first-child) {
    padding-top: 60px;
  }
  .mod-r--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.mod-r-block {
  padding: 20px;
  overflow: hidden;
  border-top: 2px solid #A49371;
  padding-bottom: 25px;
  background: #FCFBFB;
}
.mod-r-block h4 {
  color: #A49371;
}
@media screen and (min-width: 800px) {
  .mod-r-block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.mod-r--a .mod-r-block {
  border-color: #2a2a2a;
  background-color: #fff;
}
.mod-r--b .mod-r-block {
  border-color: #678cc4;
  background-color: #000071;
  color: #fff;
}

.mod-youtube {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 800px) {
  .mod-youtube {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.mod-youtube:not(:first-child) {
  padding-top: 60px;
}
@media screen and (max-width: 799px) {
  .mod-youtube {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mod-youtube--multi .mod-youtube__videoview__wrapper {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .mod-youtube--multi .mod-youtube__videoview__wrapper {
    width: 75%;
  }
}
.mod-youtube__videoview__wrapper {
  position: relative;
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 16/9;
}
.mod-youtube__videoview__wrapper img {
  width: 100%;
  height: auto;
}
.mod-youtube__videoview__wrapper:hover {
  cursor: pointer;
}
.mod-youtube__videoview__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod-youtube__videoview {
  height: 100%;
  position: relative;
}
@media all and (max-width: 1080px) {
  .mod-youtube__videoview {
    height: auto;
  }
}
.mod-youtube__videoview:after {
  content: "";
  background-image: url(../img/mod-3rd/youtube-icon.svg);
  background-position: center;
  background-size: 100px 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 799px) {
  .mod-youtube__videoview:after {
    background-size: 48px 48px;
  }
}
.mod-youtube__videoview:after:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.mod-youtube__videoview.--play:after {
  display: none;
}
.mod-youtube__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 800px) {
  .mod-youtube__list {
    padding-left: 20px;
    width: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 799px) {
  .mod-youtube__list {
    width: 100%;
    margin-top: 20px;
  }
  .mod-youtube__list .mod-youtube__link {
    font-size: 1.2rem;
  }
}
.mod-youtube__list__item {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
  aspect-ratio: 16/9;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 799px) {
  .mod-youtube__list__item {
    width: calc((100% - 40px) / 3);
  }
}
.mod-youtube__list__item h5 {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  line-height: 1;
}
.mod-youtube__list__item h6 {
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  line-height: 1.2;
}
@media screen and (min-width: 800px) {
  .mod-youtube__list__item h6 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 150px;
  }
}
@media screen and (max-width: 799px) {
  .mod-youtube__list__item h6 {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 800px) {
  .mod-youtube__list__item {
    height: calc((100% - 40px) / 3);
  }
}
.mod-youtube__list__item:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
.mod-youtube__link {
  background-color: #A49371;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  height: 33.333333%;
}
@media screen and (max-width: 799px) {
  .mod-youtube__link {
    width: calc((100% - 40px) / 3);
    aspect-ratio: 16/9;
  }
}
.mod-youtube__link:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
.mod-youtube__link a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.mod-youtube__link p {
  font-size: 14px;
}
.mod-youtube__link p:after {
  content: url("../img/common/arrow.svg");
}
.mod-youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.mod-youtube__videobox_item {
  background-color: #fff;
  padding: 20px;
}

.mod-youtube--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mod-youtube--2col .mod-youtube__videoview__wrapper {
  width: 47%;
}
@media screen and (max-width: 799px) {
  .mod-youtube--2col .mod-youtube__videoview__wrapper {
    width: 100%;
    padding-bottom: 15px;
  }
}

.mod-news__contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.mod-news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
}
.mod-news__tab span {
  background-color: #fff;
  color: #2fac6f;
  font-size: 1.125em;
  padding: 15px 0;
  display: block;
  width: 25%;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 799px) {
  .mod-news__tab span {
    font-size: 14px;
    padding: 12px 0;
  }
}
.mod-news__tab span.-active {
  background-color: #2fac6f;
  color: #fff;
}
.mod-news__tab span:hover {
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  color: #fff;
  background-color: #2fac6f;
}
.mod-news__list ul {
  display: none;
  padding-top: 10px;
  background-color: #fff;
  padding: 0 40px;
}
@media screen and (max-width: 799px) {
  .mod-news__list ul {
    padding: 0 15px;
  }
}
.mod-news__list ul.-active {
  display: block;
}
.mod-news__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px;
  border-bottom: 2px solid #d1f0d3;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.mod-news__list li a:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 799px) {
  .mod-news__list li a {
    padding: 15px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4rem;
  }
}
.mod-news__list li a span.date {
  padding: 10px 0;
  color: #000;
}
@media screen and (max-width: 799px) {
  .mod-news__list li a span.date {
    padding: 3px;
  }
}
.mod-news__list li a span.cat {
  background-color: #af9c33;
  margin: 0 45px;
  padding: 1px;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0px;
  text-align: center;
}
.mod-news__list li a span.cat.--cat1 {
  background-color: #4884EA;
}
.mod-news__list li a span.cat.--cat2 {
  background-color: #D5BE45;
}
.mod-news__list li a span.cat.--cat3 {
  background-color: #FC7382;
}
.mod-news__list li a span.cat.--cat4 {
  background-color: #fc73da;
}
@media screen and (max-width: 799px) {
  .mod-news__list li a span.cat {
    margin: 0 15px;
    padding: 5px 10px;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
  }
}
.mod-news__list li a span.title {
  color: #000;
  padding: 10px 0;
  overflow: hidden;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 799px) {
  .mod-news__list li a span.title {
    width: 100%;
  }
}

.mod-t {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .mod-t {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.mod-t .swiper-container {
  position: relative;
}
.mod-t__view {
  aspect-ratio: 9/4;
}
.mod-t__view img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mod-t__view .swiper-button-next:after, .mod-t__view .swiper-button-prev:after {
  text-rendering: initial;
}
.mod-t__thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 20px;
}
.mod-t__thumbnail-list img {
  width: 100%;
  aspect-ratio: 1.6/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 800px) {
  .mod-t__thumbnail-list .swiper-wrapper {
    gap: 20px;
    margin-left: -20px;
  }
}
.mod-t__thumbnail-list .swiper-wrapper div:not(.swiper-slide-thumb-active) {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.mod-html {
  width: 100%;
}
.mod-html__wrapper {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .mod-html__wrapper {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.p-archive-information .content {
  margin-top: 100px;
  min-height: 70vh;
}
.p-archive-information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-archive-information__list__box {
  width: 100%;
  width: 100%;
  margin-bottom: 27px;
  padding-bottom: 27px;
  border-bottom: 1px solid #EBEBEB;
}
.p-archive-information__list__box:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.7;
}
.p-archive-information__list__box a[target=_blank] span.title:after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 17px;
  height: 17px;
  background: url(../img/common/external-gold.svg);
  background-size: cover;
  margin-left: 4px;
}
.p-archive-information__list__box__text {
  margin-top: 10px;
}
.p-archive-information__list__box__text .date {
  color: #333333;
  font-family: "Cormorant Infant", serif;
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 800px) {
  .p-archive-information__list__box__text .date {
    font-size: 16px;
  }
}
.p-archive-information__list__box__text .badge {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  padding: 2px 6px;
  color: #A49371;
  border: 1px solid #A49371;
  background-color: #fff;
  letter-spacing: 0;
  vertical-align: middle;
}
.p-archive-information__list__box__text .title {
  color: #333333;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 800px) {
  .p-archive-information__list__box__text .title {
    padding-top: 10px;
  }
}
.p-archive-information__list .dummy {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 400px) {
  .p-archive-information__list .dummy {
    width: 47%;
  }
}
@media screen and (min-width: 800px) {
  .p-archive-information__list .dummy {
    width: 32%;
  }
}

.home .news .news-item a[target=_blank] span.news-title:after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 17px;
  height: 17px;
  background: url(../img/common/external-gold.svg);
  background-size: cover;
  margin-left: 4px;
}

.grecaptcha-badge {
  bottom: 0 !important;
  z-index: 99;
  left: 0px !important;
  width: 70px !important;
  -webkit-transition-duration: 0.3s !important;
          transition-duration: 0.3s !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
  -webkit-transition-duration: 0.3s !important;
          transition-duration: 0.3s !important;
}

#wpforo {
  max-width: 95%;
  margin: 0 auto 50px;
}
@media screen and (min-width: 800px) {
  #wpforo {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
    min-height: 800px;
  }
}
#wpforo #wpforo-wrap .wpf-admincp {
  display: none !important;
}
#wpforo .wpf-reaction-wrap {
  display: none;
}
#wpforo .wpforo-solved {
  display: none !important;
}
#wpforo .wpforo-sticky {
  display: none !important;
}
#wpforo .wpforo-close {
  display: none !important;
}
#wpforo .wpf-field-name-email {
  display: none !important;
}
#wpforo #wpforo-wrap .wpfw-2 {
  width: 100% !important;
}
#wpforo .wpforo-topic-head .head-stat-posts {
  display: none;
}
#wpforo .wpforo-topic-stat-posts {
  display: none;
}
#wpforo .wpforo-topic-start-info .topictoggle {
  display: none !important;
}

#wpforo #wpforo-wrap .wpfl-1 .head-stat-views {
  display: none;
}

#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-stat-views {
  display: none;
}

#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat {
  display: none !important;
}

#wpforo .wpforo-post-content-top .wpforo-action-buttons-wrap {
  display: none !important;
}

#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-avatar {
  display: none !important;
}

#wpforo .wpforo-forum-description {
  display: none;
}

#wpforo .cat-stat-posts {
  display: none;
}

#wpforo .cat-stat-topics {
  display: none;
}

#wpforo .wpforo-forum-stat-posts {
  display: none;
}
#wpforo .wpforo-forum-stat-topics {
  display: none;
}
#wpforo .wpforo-last-topics-2 {
  display: block !important;
}
#wpforo .wpforo-forum-footer {
  display: none;
}
#wpforo #wpforo-wrap .wpforo-last-topics-list {
  width: 100% !important;
}
#wpforo .wpforo-last-topics-tab {
  display: none;
}
#wpforo .wpf-author-nicename {
  display: none;
}
#wpforo .wpf-member-title {
  display: none;
}
#wpforo .author-title {
  display: none !important;
}
#wpforo .wpforo-membertoggle {
  display: none;
}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left {
  padding: 20px 1px 40px !important;
}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-posts-list {
  margin-left: 0 !important;
}
#wpforo .wpforo-topic-footer {
  display: none;
}
#wpforo .author-joined {
  display: none;
}
#wpforo .author-posts {
  display: none;
}/*# sourceMappingURL=sub.css.map */