@charset "UTF-8";
/*
Theme Name: PET-CTがん検診センター MI CLINIC
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 15;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
body {
  color: #645746;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  line-height: 1.4;
  background: #f5f3ef;
  font-size: 16px;
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
}
body a:hover {
  cursor: pointer;
}
body p {
  line-height: 1.8;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body iframe {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  body a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px;
}
@media screen and (max-width: 959px) {
  .container {
    padding: 0 20px;
  }
}

ul.normal-list li {
  line-height: 1.8;
  padding-left: 1.4em;
  position: relative;
}
ul.normal-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.5em;
}

ol.normal-list {
  list-style: decimal;
  padding-left: 2em;
}
ol.normal-list li {
  line-height: 1.8;
}

.logo-text {
  font-size: 36px;
}
.logo-text.white {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .logo-text {
    font-size: 24px;
  }
}

.accent-color {
  color: #B13F70;
  font-weight: 600;
}

.contents-heading {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .contents-heading {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.contents-heading__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.heading .heading-en {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
    font-weight: 600;
}
@media screen and (max-width: 959px) {
  .heading .heading-en {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .heading .heading-en {
    font-size: 18px;
  }
}
.heading .heading-accent {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  color: #63acc4;
}
@media screen and (max-width: 959px) {
  .heading .heading-accent {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .heading .heading-accent {
    font-size: 10px;
  }
}
.heading .heading-sub {
  padding-top: 15px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .heading .heading-sub {
    padding-top: calc(15 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .heading .heading-sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .heading .heading-sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .heading .heading-sub {
    margin-bottom: calc(50 * 2 / 10 * 1vw);
  }
}
.heading .heading-sub:before {
  content: "";
  background: #aaa39a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.heading .heading-sub:after {
  content: "";
  background: #63acc4;
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 1px;
}
.heading .heading-sub span {
  padding-left: 10px;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .heading .heading-sub span {
    padding-left: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .heading .heading-sub span {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .heading .heading-sub span {
    font-size: 14px;
  }
}

.padding-t-0 {
  padding-top: 0 !important;
}

.margin-l-0 {
  margin-left: calc(50% - 50vw);
}

.margin-r-0 {
  margin-right: calc(50% - 50vw);
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.bg-white {
  background-color: #fff !important;
}

.bg-lightGray {
  background-color: #f9f9f9;
}

.border-brown {
  border: 1px solid #645746;
}

.button-basic {
  background-color: #645746;
  color: #fff;
  border-radius: 15px;
  border: 1px solid #645746;
  font-family: "Noto Serif JP", serif;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 220px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  max-height: 55px;
}
@media screen and (max-width: 959px) {
  .button-basic {
    padding-top: calc(30 * 2 / 10 * 1vw);
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .button-basic {
    padding-left: calc(40 * 2 / 10 * 1vw);
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
.button-basic span {
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .button-basic span {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .button-basic span {
    font-size: 10px;
  }
}
@media screen and (max-width: 959px) {
  .button-basic {
    min-width: unset;
    gap: 1em;
    font-size: 14px;  
  }
}
.button-basic::after {
  content: url(//assets/images/icon/arrow-right--white.svg);
  width: 10px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-basic.icon-pdf {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 0;
}
.button-basic.icon-pdf::after {
  content: "" !important;
  display: inline-block;
  width: 48px;
  height: 34px;
  background: url("//assets/images/icon/pdf-arrow--white.svg") no-repeat center/contain;
}
.button-basic:hover {
  background-color: #fff;
  color: #645746;
}
.button-basic:hover::after {
  content: url(//assets/images/icon/arrow-right.svg);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.button-basic.white {
  background-color: #fff;
  color: #645746;
  border: 1px solid #fff;
}
.button-basic.white::after {
  content: url(//assets/images/icon/arrow-right.svg);
}
.button-basic.white:hover {
  background-color: #645746;
  color: #fff;
}
.button-basic.white:hover::after {
  content: url(//assets/images/icon/arrow-right--white.svg);
}
.button-basic.light-blue {
  background-color: #63acc4;
  color: #fff;
  border: 1px solid #63acc4;
}
.button-basic.light-blue::after {
  content: url(//assets/images/icon/arrow-right--white.svg);
}
.button-basic.light-blue:hover {
  background-color: #fff;
  color: #63acc4;
}
.button-basic.light-blue:hover::after {
  content: url(//assets/images/icon/arrow-right--light-blue.svg);
}

.button-basic-pdf {
  background-color: #645746;
  color: #fff;
  border-radius: 15px;
  border: 1px solid #645746;
  font-family: "Noto Serif JP", serif;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 220px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  max-height: 55px;
}
@media screen and (max-width: 959px) {
  .button-basic-pdf {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .button-basic-pdf {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.button-basic-pdf span {
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .button-basic-pdf span {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .button-basic-pdf span {
    font-size: 10px;
  }
}
@media screen and (max-width: 959px) {
  .button-basic-pdf {
    min-width: unset;
    gap: 1em;
  }
}
.button-basic-pdf::after {
  content: url(//assets/images/icon/pdf-arrow--white.svg);
  width: 48px;
  height: 34px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-basic-pdf:hover {
  background-color: #fff;
  color: #645746;
}
.button-basic-pdf:hover::after {
  content: url(//assets/images/icon/pdf-arrow.svg);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.button-simple {
  text-decoration: none;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Noto Sans JP", serif;
  position: relative;
}
.button-simple::after {
  content: url(//assets/images/icon/arrow-right.svg);
  width: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-simple::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #63acc4;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.button-simple:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.button-simple:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.button-text {
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
  display: block;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
}
@media screen and (max-width: 959px) {
  .button-text {
    padding: calc(35 * 2 / 10 * 1vw);
  }
}
.button-text__heading {
  margin-bottom: 20px;
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .button-text__heading {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .button-text__heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .button-text__heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .button-text__heading {
    padding-bottom: calc(8 * 2 / 10 * 1vw);
  }
}
.button-text__heading::after {
  content: url(//assets/images/icon/arrow-right.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-text__heading::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #63acc4;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.button-text__detail {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .button-text__detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .button-text__detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .button-text__detail {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.button-text__detail span {
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .button-text__detail span {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .button-text__detail span {
    font-size: 10px;
  }
}
.button-text p {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .button-text p {
    font-size: 13px;
  }
}

.button-text:hover .button-text__heading::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.button-text:hover .button-text__heading::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.button-accent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #c23754;
  border: 1px solid #c23754;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  color: #fff;
  min-width: 200px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 959px) {
  .button-accent {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .button-accent {
    padding-top: calc(8 * 2 / 10 * 1vw);
    padding-bottom: calc(8 * 2 / 10 * 1vw);
  }
}
.button-accent:after {
  content: url(//assets/images/icon/triangle-right--white-border.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-accent:hover {
  color: #c23754;
  background-color: #fff;
}
.button-accent:hover:after {
  content: url(//assets/images/icon/triangle-right--red-border.svg);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.button-mini {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #645746;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #645746;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .button-mini {
    padding-left: calc(8 * 2 / 10 * 1vw);
    padding-right: calc(8 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .button-mini {
    padding-top: calc(2 * 2 / 10 * 1vw);
    padding-bottom: calc(2 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .button-mini {
    font-size: 10px;
      border-radius: 10px;
  }
}
@media screen and (max-width: 479px) {
  .button-mini {
    font-size: 10px;
  }
}
.button-mini:hover {
  background-color: #fff;
  color: #645746;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  width: 80%;
  margin: 0 auto;
}
.link-block__item {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding: 10px 20px 20px 20px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #645746;
  border-radius: 20px;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 959px) {
  .link-block__item {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .link-block__item {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .link-block__item {
    font-size: 10px;
  }
}
.link-block__item::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #645746;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.link-block__item:hover {
  background-color: #645746;
  color: #fff;
}
.link-block__item:hover::after {
  background-color: #fff;
}

.list-box:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .list-box:not(:first-child) {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.list-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .list-box ul {
    gap: 0.4em;
  }
}
.list-box ul li {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 959px) {
  .list-box ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .list-box ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .list-box ul li {
    padding-top: calc(5 * 2 / 10 * 1vw);
    padding-bottom: calc(5 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .list-box ul li {
    padding-left: calc(10 * 2 / 10 * 1vw);
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}

.hidden {
  opacity: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-top {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

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

.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .mb-20 {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}

.header {
  width: 100%;
  position: relative;
  height: 110px;
}
@media screen and (max-width: 959px) {
  .header {
    background-color: unset;
    height: 60px;
    padding: 6px 0;
  }
}
.header__fixed {
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: fixed;
  z-index: 10;
  background-color: #f5f3ef;
}
.header__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding-left: calc(40 * 2 / 10 * 1vw);
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding-top: calc(14 * 2 / 10 * 1vw);
    padding-bottom: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding-left: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header__wrap {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
.header__logo {
  width: 40%;
  height: auto;
  max-width: 200px;
  z-index: 11;
}
.header__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .header__main {
    display: none;
  }
}
.header__nav {
  font-family: "Noto Serif JP", serif;
}
.header__nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2em;
}
.header__nav .nav-sub {
  font-size: 12px;
  margin-bottom: 14px;
}
.header__nav .nav-main {
  font-size: 14px;
}
.header__nav .nav-main .has-megamenu > a {
  position: relative;
}
.header__nav .nav-main .has-megamenu > a:after {
  position: absolute;
  content: url(//assets/images/icon/triangle-down--brown.svg);
  right: 0;
  left: 0;
  bottom: -18px;
  margin: auto;
  width: 10px;
  height: auto;
}
.header__nav .nav-main .mega-menu {
  visibility: hidden;
  opacity: 0;
  height: auto;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  width: 100vw;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
}
@media screen and (max-width: 959px) {
  .header__nav .nav-main .mega-menu {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.header__nav .nav-main .mega-menu.show {
  visibility: visible;
  opacity: 1;
}
.header__nav .nav-main .mega-menu__inner {
  max-width: 1200px;
  margin: auto;
  height: auto;
  min-height: 200px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .header__nav .nav-main .mega-menu__inner {
    padding-top: calc(60 * 2 / 10 * 1vw);
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
.header__sub {
  text-align: center;
}
.header__button {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2px;
}
.header__button a {
  display: block;
  padding: 6px 30px;
  background-color: #645746;
  border: 1px solid #645746;
  border-radius: 14px;
  font-size: 14px;
}
.header__button:hover a {
  background-color: #fff;
  color: #645746;
}
.header__tel {
  text-align: center;
  line-height: 1.1;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .header__tel {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .header__tel {
    font-size: 12px;
  }
}
.header__tel a {
  font-size: 20px;
}
.header__tel span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .header__tel span {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .header__tel span {
    font-size: 14px;
  }
}
.header__tel img {
  width: 20px;
}
@media screen and (max-width: 959px) {
  .header__tel {
    display: none;
  }
}
.header__item {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .header__item {
    margin-top: -20px;
  }
}
.header .header-item__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.header .header-item__cta {
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__note {
  background-color: #fff8f5;
  margin: auto;
}
.header__note:hover {
  color: #fff8f5;
}
@media screen and (max-width: 959px) {
  .header__note {
    display: none;
  }
}
.header__hamburger {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: 12;
  width: 65px;
  height: 56px;
  border-radius: 0 0 0 20px;
  background-color: #645746;
}
@media screen and (max-width: 959px) {
  .header__hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__hamburger:hover {
  cursor: pointer;
}

.mega-menu__label {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
}
.mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2em;
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  .mega-menu ul {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    gap: 0;
  }
}
.mega-menu li {
  width: calc(25% - 2em);
}
@media screen and (max-width: 959px) {
  .mega-menu li {
    margin-bottom: unset;
    width: calc(50% - 1em);
  }
}

.header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-navi__item {
  margin-left: 30px;
  text-transform: uppercase;
  font-size: 16px;
}

.menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 !important;
  width: 60px;
  position: relative;
  height: 22px;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .menu-trigger {
    width: 35px;
    height: 12px;
  }
}
.menu-trigger span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 959px) {
  .menu-trigger span {
    width: 35px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  top: 14px;
  -webkit-transform: translateY(-10px) rotate(-20deg);
          transform: translateY(-10px) rotate(-20deg);
}
.menu-trigger.active span:nth-of-type(2) {
  top: 14px;
  -webkit-transform: translateY(-10px) rotate(20deg);
          transform: translateY(-10px) rotate(20deg);
}

.sp-navi {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  background: #645746;
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  border-radius: 0 0 0 20px;
  overflow-y: auto;
}
@media screen and (max-width: 959px) {
  .sp-navi {
    width: 90%;
    height: 100vh;
  }
}
.sp-navi.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
}
.sp-navi__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px 40px 30px 40px;
}
.sp-navi .submenu {
  display: none;
}
.sp-navi__links {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.sp-navi__links.active {
  display: block;
  opacity: 1;
}
.sp-navi__link {
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  .sp-navi__link {
    display: block;
  }
  .sp-navi__link .sp-navi-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #fff;
  }
  .sp-navi__link .sp-navi-link::after {
    content: url(//assets/images/icon/arrow-right--white.svg);
  }
}
.sp-navi__link .back-to-main {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
}
.sp-navi__link .back-to-main::before {
  content: url(//assets/images/icon/arrow-left--white.svg);
}
.sp-navi__button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}
.sp-navi__button {
  text-align: center;
  width: 48%;
  border-radius: 20px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-navi__button:first-child {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 18px;
  background-color: #63acc4;
    
}
.sp-navi__button:first-child span {
  font-size: 18px;
}
.sp-navi__button:last-child {
  background-color: #fff;
  color: #645746;
  font-weight: 600;
}
.sp-navi__sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1047px) {
  .sp-navi {
    display: block;
  }
}

.fixed-button {
  position: fixed;
  right: -1px;
  top: 110px;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .fixed-button {
    display: none;
  }
}
.fixed-button a {
  background-color: #63acc4;
  border-radius: 20px 0 0 20px;
  border: 1px solid #63acc4;
  color: #fff;
  padding: 14px 10px;
  display: block;
  text-align: center;
}
.fixed-button__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  margin-bottom: 6px;
}
.fixed-button__heading span {
  font-size: 16px;
}
.fixed-button__text {
  font-size: 12px;
  font-weight: bold;
}
.fixed-button:hover a {
  background-color: #fff;
  color: #63acc4;
}

.fixed-menu {
  display: none;
}
@media screen and (max-width: 959px) {
  .fixed-menu {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    background-color: #645746;
    color: #fff;
    height: 70px;
    width: 100%;
    z-index: 8;
    text-align: center;
  }
}
.fixed-menu__wrap {
  height: 100%;
}
.fixed-menu__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.fixed-menu__item {
  width: 33.3333333333%;
  white-space: nowrap;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #645746;
  font-family: "Noto Serif JP", serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.fixed-menu__item:nth-child(2) {
  background-color: #63acc4;
  text-align: center;
  font-size: 12px;
  font-family: inherit;
}
.fixed-menu__item:nth-child(2) .small {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}
.fixed-menu__item:nth-child(2) .big {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
}
.fixed-menu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 243, 239, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.popup__wrap {
  width: 90%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup__contents {
  background-color: #fff;
  border-radius: 100px;
  width: 100%;
  max-width: 1000px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .popup__contents {
    padding-top: calc(60 * 2 / 10 * 1vw);
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .popup__contents {
    padding-left: calc(60 * 2 / 10 * 1vw);
    padding-right: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .popup__contents {
    padding-left: 20px;
    padding-right: 20px;
    padding: 4em 1em;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .popup__contents {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.popup__heading {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
}
@media screen and (max-width: 959px) {
  .popup__heading {
    margin-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .popup__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .popup__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .popup__heading {
    margin-bottom: 1em;
  }
}
.popup__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .popup__ul {
    display: block;
  }
}
.popup__ul li {
  width: 46%;
  color: #fff;
  font-weight: bold;
  border-radius: 80px;
  list-style: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.popup__ul li:nth-child(1) {
  background-color: #465c64;
  border: 1px solid #465c64;
}
.popup__ul li:nth-child(2) {
  background-color: #645746;
  border: 1px solid #645746;
}
.popup__ul li:nth-child(3) {
  background-color: #87495F;
  border: 1px solid #87495F;
}
.popup__ul li:nth-child(4) {
  background-color: #4a7a65;
  border: 1px solid #4a7a65;
}

.popup__ul li:hover {
  background-color: #fff;
}
.popup__ul li:hover:nth-child(1) {
  color: #465c64;
}
.popup__ul li:hover:nth-child(2) {
  color: #645746;
}
.popup__ul li:hover:nth-child(3) {
  color: #87495F;
}
.popup__ul li:hover:nth-child(4) {
  color: #4a7a65;
}
@media screen and (max-width: 959px) {
  .popup__ul li {
    width: 100%;
  }
  .popup__ul li:not(:last-child) {
    margin-bottom: 1em;
  }
}
.popup__ul li a {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .popup__ul li a {
    padding-top: calc(30 * 2 / 10 * 1vw);
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .popup__ul li a {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
.popup__ul .popup-link__title {
  font-size: 20px;
  line-height: 2;
    margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .popup__ul .popup-link__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .popup__ul .popup-link__title {
    font-size: 18px;
  }
}
.popup__ul .popup-link__title p {
  font-size: 16px;
  font-weight: unset;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .popup__ul .popup-link__title p {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .popup__ul .popup-link__title p {
    font-size: 13px;
  }
}

.main-visual {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .main-visual {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.main-visual__wrap {
  height: 100%;
}
@media screen and (max-width: 959px) {
  .main-visual__wrap {
    padding-top: 0;
  }
}
.main-visual__container {
  width: 94vw;
  height: 100%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 959px) {
  .main-visual__container {
    width: 100%;
  }
}
.main-visual__main {
  position: relative;
}
.main-visual__image {
  width: 74%;
  height: auto;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 959px) {
  .main-visual__image {
    width: 94%;
  }
}
.main-visual__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.main-visual__catch-block {
  position: absolute;
  right: 0;
  top: 40%;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .main-visual__catch-block {
    left: 0;
  }
}
.main-visual__catch {
  font-size: 2vw;
  font-family: "Noto Serif JP", serif;
  text-align: right;
  margin-bottom: 24px;
}
@media screen and (max-width: 959px) {
  .main-visual__catch {
    margin-bottom: calc(24 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .main-visual__catch {
    font-size: 6.6vw;
    margin-bottom: unset;
    text-align: center;
    text-shadow: 2px 2px 5px rgb(255, 255, 255);
  }
}
.main-visual__button {
  margin-bottom: 125px;
}
@media screen and (max-width: 959px) {
  .main-visual__button {
    margin-bottom: calc(125 * 2 / 10 * 1vw);
  }
}
.main-visual__button a {
  margin: 0 0 0 auto;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .main-visual__button a {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .main-visual__button a {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__button {
    display: none;
  }
}
.main-visual__point-block {
  width: 70%;
  max-width: 1000px;
  margin: -6% 0 0 auto;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-visual__point-block {
    width: 94%;
    margin: -8% auto 0 auto;
  }
}
.main-visual__point-block .point-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3em;
}
@media screen and (max-width: 959px) {
  .main-visual__point-block .point-block {
    gap: 1em;
  }
}

.footer {
  background-color: #645746;
  position: relative;
  z-index: 0;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .footer {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer {
    margin-bottom: 70px;
  }
}
.footer__wrap {
  padding-top: 60px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .footer__wrap {
    padding-top: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__wrap {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.footer__button-block {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .footer__button-block {
    margin-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__button-block {
    display: block;
  }
}
.footer__button-box {
  background-color: #fff;
  border-radius: 30px;
  width: 48%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .footer__button-box {
    padding-top: calc(30 * 2 / 10 * 1vw);
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__button-box {
    padding-left: calc(10 * 2 / 10 * 1vw);
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__button-box {
    width: 100%;
  }
  .footer__button-box:not(:last-child) {
    margin-bottom: 1em;
  }
}
.footer__button-box .button-box__heading {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 16px;
    font-weight: 600;
}
@media screen and (max-width: 959px) {
  .footer__button-box .button-box__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .footer__button-box .button-box__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) {
  .footer__button-box .button-box__heading {
    margin-bottom: calc(16 * 2 / 10 * 1vw);
  }
}
.footer__button-box .button-box__text {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .footer__button-box .button-box__text {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.footer__button-box .button-box__info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .footer__button-box .button-box__info-block {
    display: block;
  }
}
.footer__button-box .button-box__tel {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .footer__button-box .button-box__tel {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .footer__button-box .button-box__tel {
    font-size: 20px;
  }
}
.footer__button-box .button-box__tel span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .footer__button-box .button-box__tel span {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .footer__button-box .button-box__tel span {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .footer__button-box .button-box__tel {
    text-align: center;
    margin-top: 0.8em;
  }
}
.footer__button-box .button-box__time {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .footer__button-box .button-box__time {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .footer__button-box .button-box__time {
    font-size: 14px;
  }
}
.footer__button-box .button-box__time span {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .footer__button-box .button-box__time span {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .footer__button-box .button-box__time span {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .footer__button-box .button-box__time {
    text-align: center;
  }
}
.footer__main {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .footer__main {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.footer__main .footer-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .footer__main .footer-main {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .footer__main .footer-main__text-block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .footer__main .footer-main__text-block {
    margin-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
.footer__main .footer-main__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .footer__main .footer-main__link {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__main .footer-main__link {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__main .footer-main__link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
@media screen and (max-width: 959px) {
  .footer__main .footer-main__link ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 959px) {
  .footer__main .footer-main__logo {
    text-align: center;
    margin-bottom: 0.4em;
  }
}
.footer__main .footer-main__address {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .footer__main .footer-main__address {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .footer__main .footer-main__address {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .footer__main .footer-main__address {
    text-align: center;
  }
}
.footer__main .footer-main__button a {
  margin: 0 0 20px auto;
}
@media screen and (max-width: 959px) {
  .footer__main .footer-main__button {
    display: none;
  }
}
.footer__main .footer-main__ul ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1em;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .footer__main .footer-main__ul ul {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .footer__main .footer-main__ul ul {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .footer__main .footer-main__ul ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__main .footer-main__ul li {
  color: #fff;
}
.footer__copyright {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.page {
  padding: 70px 0px 70px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .page {
    padding: 10px 0px 40px;
  }
}
.page__head {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .page__head {
    margin-bottom: 30px;
  }
}

.page-mv {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .page-mv {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-mv {
    margin-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
.page-mv__wrap {
  height: 100%;
}
.page-mv__image img {
  width: 100%;
}
.page-mv__main {
  position: relative;
  margin-top: -60px;
  margin-left: -60px;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .page-mv__main {
    margin-left: unset;
  }
}
.page-mv__main::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 20px 0 0 20px;
  z-index: -1;
}
.page-mv__main-inner {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 959px) {
  .page-mv__main-inner {
    padding-top: calc(50 * 2 / 10 * 1vw);
    padding-bottom: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-mv__main-inner {
    padding-left: calc(60 * 2 / 10 * 1vw);
    padding-right: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-mv__main-inner {
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-mv__main-inner {
    padding-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-mv__main-inner {
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-mv__main-inner {
    padding-left: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-mv__main-inner {
    padding-right: calc(0 * 2 / 10 * 1vw);
  }
}
.page-mv__heading-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .page-mv__heading-block {
    margin-bottom: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-mv__heading-block {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-mv__heading-block {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.page-mv__heading {
  font-family: "Noto Serif JP", serif;
}
.page-mv__heading .heading-ja {
  font-size: 36px;
  margin-bottom: 6px;
}
@media screen and (max-width: 959px) {
  .page-mv__heading .heading-ja {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .page-mv__heading .heading-ja {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .page-mv__heading .heading-ja {
    margin-bottom: calc(6 * 2 / 10 * 1vw);
  }
}
.page-mv__arrow {
  margin-bottom: 10px;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .page-mv__arrow {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-mv__breadcrumb {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-mv__breadcrumb {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.page-mv__link-list .link-list__ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .page-mv__link-list .link-list__ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    margin-right: calc(50% - 50vw);
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    scrollbar-width: none; /* Firefox用 */
    -ms-overflow-style: none; /* Edge用 */
  }
  .page-mv__link-list .link-list__ul::-webkit-scrollbar {
    display: none; /* Chrome,Safari用 */
  }
}
.page-mv__link-list .link-list__li:nth-child(n+6) {
  grid-column: span 1;
}
@media screen and (max-width: 959px) {
  .page-mv__link-list .link-list__li {
    min-width: 130px;
  }
}
.page-mv__link-list .link-list__li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #fff;
  background-color: #645746;
  border-radius: 30px;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 10px;
  text-align: center;
  border: 1px solid #645746;
}
@media screen and (max-width: 959px) {
  .page-mv__link-list .link-list__li a {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .page-mv__link-list .link-list__li a {
    font-size: 10px;
  }
}
@media screen and (max-width: 959px) {
  .page-mv__link-list .link-list__li a {
    padding-top: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-mv__link-list .link-list__li a {
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-mv__link-list .link-list__li a {
    padding: 6px 0 4px 0;
  }
}
.page-mv__link-list .link-list__li a::after {
  content: url(//assets/images/icon/triangle-down--white-border.svg);
  width: 20px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .page-mv__link-list .link-list__li a::after {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.page-mv__link-list .link-list__li:hover a {
  color: #645746;
  background-color: #fff;
}
.page-mv__link-list .link-list__li:hover a::after {
  content: url(//assets/images/icon/triangle-down--border.svg);
}

.contents-block__image > div {
  height: 100%;
}

.template h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
    margin-bottom: 10px;    
    margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .template h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .template h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .template h3 {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.template h3:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #645746;
}
.template .ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
.template .ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
.template .ul li {
  display: block;
 line-height: 1.8;
    font-size: 13px;
    }
  .template .ul li:not(:last-child) {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.template .ul li::before {
  content: "⚫︎";
  color: #63acc4;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .template .ul li::before {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .template .ul li::before {
    font-size: 12px;
  }
}
.template .ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8em;
  counter-increment: list-counter;
}
.template .ol li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .template .ol li:not(:last-child) {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.template .ol li::before {
  content: counter(list-counter) ".";
  color: #63acc4;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .template .ol li::before {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .template .ol li::before {
    font-size: 14px;
  }
}

.text-block p:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  .text-block p:not(:last-child) {
    margin-bottom: calc(15 * 2 / 10 * 1vw);
  }
}
.text-block__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .text-block__flex {
    display: block;
  }
}
.text-block__flex .left {
  width: 70%;
}
@media screen and (max-width: 959px) {
  .text-block__flex .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .text-block__flex .left {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.text-block__flex .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.text-block__box {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .text-block__box {
    margin-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
.text-block__name {
  text-align: right;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .text-block__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .text-block__name {
    font-size: 16px;
  }
}
.text-block__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .text-block__name span {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .text-block__name span {
    font-size: 12px;
  }
}

.block:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .block:not(:last-child) {
    margin-bottom: calc(80 * 2 / 10 * 1vw);
  }
}

.template-01 .contents-block__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4em;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .template-01 .contents-block__main {
    margin-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .template-01 .contents-block__main {
    display: block;
    margin-right: unset;
  }
}
.template-01 .contents-block__text-block {
  width: 40%;
}
@media screen and (max-width: 959px) {
  .template-01 .contents-block__text-block {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .template-01 .contents-block__text-block .text-block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .template-01 .contents-block__text-block .text-block {
    margin-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
.template-01 .contents-block__text-block .text-block__text {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .template-01 .contents-block__text-block .text-block__text {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.template-01 .contents-block__text-block .text-block__text p:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  .template-01 .contents-block__text-block .text-block__text p:not(:last-child) {
    margin-bottom: calc(15 * 2 / 10 * 1vw);
  }
}
.template-01 .contents-block__text-block .text-block__tag {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .template-01 .contents-block__text-block .text-block__tag {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.template-01 .contents-block__text-block .text-block__tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.4em;
}
.template-01 .contents-block__text-block .text-block__tag li {
  background-color: #ebe2d7;
  padding: 10px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .template-01 .contents-block__text-block .text-block__tag li {
    padding: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .template-01 .contents-block__text-block .text-block__tag li {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .template-01 .contents-block__text-block .text-block__tag li {
    font-size: 12px;
  }
}
.template-01 .contents-block__text-block .text-block__button ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .template-01 .contents-block__text-block .text-block__button ul {
      display: block;
    gap: 0.4em;
  }
      .template-01 .contents-block__text-block .text-block__button ul li{
margin: 10px 20px;
  }
}
.template-01 .contents-block__text-block .text-block__button li button {
  width: 100%;
}
.template-01 .contents-block__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.template-02 .contents-block__heading {
  font-size: 30px;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 959px) {
  .template-02 .contents-block__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .template-02 .contents-block__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .template-02 .contents-block__heading {
    margin-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
.template-02 .contents-block__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4em;
}
@media screen and (max-width: 959px) {
  .template-02 .contents-block__container {
    display: block;
  }
}
.template-02 .contents-block__text-block {
  width: 46%;
}
@media screen and (max-width: 959px) {
  .template-02 .contents-block__text-block {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .template-02 .contents-block__text-block .text-block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .template-02 .contents-block__text-block .text-block {
    margin-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
.template-02 .contents-block__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flow {
  position: relative;
}
.flow:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 100%;
  background: #645746;
  z-index: -1;
}
.flow .flow-box {
  border: 1px solid #645746;
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .flow .flow-box {
    margin-bottom: calc(100 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .flow .flow-box {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .flow .flow-box {
    margin-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
.flow .flow-box__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .flow .flow-box__container {
    display: block;
  }
}
.flow .flow-box__heading {
  width: 26%;
  background-color: #645746;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .flow .flow-box__heading {
    padding-top: calc(15 * 2 / 10 * 1vw);
    padding-bottom: calc(15 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .flow .flow-box__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .flow .flow-box__heading {
    font-size: 18px;
  }
}
.flow .flow-box__heading span {
  font-size: 40px;
}
@media screen and (max-width: 959px) {
  .flow .flow-box__heading span {
    font-size: 34px;
  }
}
@media screen and (max-width: 479px) {
  .flow .flow-box__heading span {
    font-size: 34px;
  }
}
@media screen and (max-width: 959px) {
  .flow .flow-box__heading {
    width: 100%;
  }
}
.flow .flow-box__contents {
  background-color: #fff;
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .flow .flow-box__contents {
    padding: calc(30 * 2 / 10 * 1vw);
  }
}
.flow .flow-box__contents p:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .flow .flow-box__contents p:not(:first-child) {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.flow .flow-box__contents .accent-color {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .flow .flow-box__contents .accent-color {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .flow .flow-box__contents .accent-color {
    font-size: 12px;
  }
}
.flow .flow-box__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .flow .flow-box__button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.flow .flow-box__button a {
  margin: unset;
  min-width: 200px;
}
.flow .flow-box__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .flow .flow-box__column {
    display: block;
  }
}
.flow .flow-box__text-block {
  width: 54%;
}
@media screen and (max-width: 959px) {
  .flow .flow-box__text-block {
    width: 100%;
  }
}
.flow .flow-box__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .flow .flow-box__image {
    margin-top: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .flow .flow-box__image {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}

.gallery-free__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.gallery-free__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .gallery-free__item {
    margin-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .gallery-free__item {
    width: 100%;
  }
}
.gallery-free__item img {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .gallery-free__item img {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.gallery-free__item figcaption {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .gallery-free__item figcaption {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .gallery-free__item figcaption {
    font-size: 10px;
  }
}

.gallery-stick__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 3em;
}
@media screen and (max-width: 959px) {
  .gallery-stick__container {
    display: block;
  }
}
.gallery-stick__item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .gallery-stick__item:not(:last-child) {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.gallery-stick__image {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .gallery-stick__image {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.gallery-stick__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .gallery-stick__title {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.gallery-stick__text {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .gallery-stick__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .gallery-stick__text {
    font-size: 12px;
  }
}

.text-button-list {
  display: grid;
  gap: 1.6em;
}
.text-button-list:not(:last-child) {
  margin-bottom: 1.6em;
}
.text-button-list.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 959px) {
  .text-button-list.col-3 {
    grid-template-columns: 1fr;
  }
}
.text-button-list.col-2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 959px) {
  .text-button-list.col-2 {
    grid-template-columns: 1fr;
  }
}

.simple-button-list__item:not(:last-child) {
  margin-bottom: 1.6em;
}
.simple-button-list .col-4 {
  display: grid;
  gap: 0 1.6em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 959px) {
  .simple-button-list .col-4 {
    display: block;
  }
}
.simple-button-list a {
  width: auto;
}

.text-button-box {
  background-color: #e9e8e8;
  padding: 25px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .text-button-box {
    padding: calc(25 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .text-button-box {
    width: 100%;
  }
}
.text-button-box__title {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .text-button-box__title {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.text-button-box__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .text-button-box__container {
    display: block;
  }
}
.text-button-box__table {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .text-button-box__button {
    margin-top: 15px;
  }
}
.text-button-box__table table th {
  width: 30%;
}
.text-button-box__table table td {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .text-button-box__table table td {
    font-size: 14px;
              padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .text-button-box__table table td {
    font-size: 14px;
              padding-left: 10px;
  }
}
.text-button-box__table table td span {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .text-button-box__table table td span {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .text-button-box__table table td span {
    font-size: 20px;
  }
}

.accordion .accordion-box:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .accordion .accordion-box:not(:last-child) {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.accordion details {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .accordion details {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .accordion details {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.accordion details summary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style-type: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accordion details summary::-webkit-details-marker {
  display: none;
}
.accordion details summary:hover {
  cursor: pointer;
}
.accordion details .summary-text {
  width: 100%;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .accordion details .summary-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .accordion details .summary-text {
    font-size: 16px;
  }
}
.accordion details .summary-text:before {
  content: "Q";
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
}
@media screen and (max-width: 959px) {
  .accordion details .summary-text:before {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .accordion details .summary-text:before {
    font-size: 26px;
  }
}
.accordion details .details-text {
  padding-right: 30px;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .accordion details .details-text {
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .accordion details .details-text {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.accordion details .details-text:before {
  content: "A";
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  color: #63acc4;
}
@media screen and (max-width: 959px) {
  .accordion details .details-text:before {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .accordion details .details-text:before {
    font-size: 26px;
  }
}
.accordion details .details-text__container p {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .accordion details .details-text__container p {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.accordion details .arrow-icon {
  width: 1rem;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.accordion summary > :not([hidden]) ~ :not([hidden]) {
  margin-left: 1.5rem;
}
.accordion details[open] .summary-icon .arrow-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.table .ul li {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .table .ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .table .ul li {
    font-size: 12px;
  }
}
.table__scroll {
  text-align: right;
  margin-bottom: 20px;
  font-size: 14px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .table__scroll {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .table__scroll {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .table__scroll {
    font-size: 12px;
  }
}
.table__scroll:after {
  content: "";
  position: absolute;
  background: url(//assets/images/icon/arrow-right-scroll--long.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120%;
  height: 10px;
  left: 0;
  bottom: -30%;
}
@media screen and (max-width: 959px) {
  .table__scroll {
    padding-right: 20px;
  }
  .table__scroll:after {
    width: 100%;
  }
}
.table table {
  border-collapse: collapse;
}
.table table tr:nth-child(even) td {
  background-color: #e8e8e8;
}
.table table tr:nth-child(odd) td {
  background-color: #efefef;
}
.table table tr th,
.table table tr td {
  vertical-align: middle;
  border: 1px solid #f5f3ef;
}
.table table tr th {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  background-color: #d1e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .table table tr th {
    padding-top: calc(16 * 2 / 10 * 1vw);
    padding-bottom: calc(16 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .table table tr th {
    padding-left: calc(10 * 2 / 10 * 1vw);
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .table table tr th {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .table table tr th {
    font-size: 12px;
  }
}
.table table tr th.font-mini {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .table table tr th.font-mini {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .table table tr th.font-mini {
    font-size: 12px;
  }
}
.table table tr td {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .table table tr td {
    padding-top: calc(16 * 2 / 10 * 1vw);
    padding-bottom: calc(16 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .table table tr td {
    padding-left: calc(16 * 2 / 10 * 1vw);
    padding-right: calc(16 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .table table tr td {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .table table tr td {
    font-size: 12px;
  }
}
.table table tr td span {
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .table table tr td span {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .table table tr td span {
    font-size: 10px;
  }
}
.table table .button-mini {
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  .table table .button-mini {
    margin-top: calc(4 * 2 / 10 * 1vw);
  }
}
.table .table-pattern-01 {
  margin-bottom: 20px;
  overflow-x: auto;
  position: relative;
}
@media screen and (max-width: 959px) {
  .table .table-pattern-01 {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .table .table-pattern-01 {
    max-height: 70vh;
  }
}
.table .table-pattern-01 .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.table .table-pattern-01 .sticky-col {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
.table .table-pattern-01 th.sticky-col.sticky-top {
  z-index: 3;
}
.table .table-pattern-01 table tr th,
.table .table-pattern-01 table tr td {
  text-align: center;
}
.table .table-pattern-01 table tr th:nth-child(2) {
  width: 190px;
}
.table .table-pattern-01 table tr th.brown {
  color: #fff;
  background-color: #645746;
  width: 120px;
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  .table .table-pattern-01 table tr th {
    white-space: nowrap;
  }
}
.table .table-pattern-02 .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.4em;
}
.table .table-pattern-02 .tag-list:not(:last-child) {
  margin-bottom: 0.4em;
}
.table .table-pattern-02 .tag-list__item {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
  font-size: 12px;
  background-color: #e1e8e3;
}
@media screen and (max-width: 959px) {
  .table .table-pattern-02 .tag-list__item {
    padding-left: calc(10 * 2 / 10 * 1vw);
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .table .table-pattern-02 .tag-list__item {
    padding-top: calc(6 * 2 / 10 * 1vw);
    padding-bottom: calc(6 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .table .table-pattern-02 .tag-list__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .table .table-pattern-02 .tag-list__item {
    font-size: 12px;
  }
}
.table .table-pattern-02 .tag-list__item.light {
  color: #c4c4c4;
  background-color: #e5eeee;
}
.table .table-pattern-03 {
  overflow-x: auto;
}

.table-simple__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .table-simple__container {
    display: block;
  }
}
.table-simple table {
  width: 48%;
  border-spacing: 0.8em;
}
@media screen and (max-width: 959px) {
  .table-simple table {
    width: 100%;
  }
}
.table-simple table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.table-simple table th,
.table-simple table td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .table-simple table th,
  .table-simple table td {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .table-simple table th,
  .table-simple table td {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .table-simple table th,
  .table-simple table td {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .table-simple table th,
  .table-simple table td {
    display: block;
  }
}
.table-simple table th {
  color: #63acc4;
  border-bottom: 1px solid #63acc4;
  width: 20%;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .table-simple table th {
    text-align: center;
  }
}
.table-simple table td {
  border-bottom: 1px solid #645746;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table-simple .col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

.pink {
  background-color: #f6e6e6 !important;
}

.dark-gray {
  background-color: #dedede !important;
}

.green {
  background-color: #cbe2d3 !important;
}

.light-green {
  background-color: #e1e8e3 !important;
}

.red {
  color: #c23754;
}

.banner .banner-item {
  width: 80%;
  max-width: 650px;
  margin: auto;
  background-color: #fff;
  border: 1px solid #645746;
  border-radius: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .banner .banner-item {
    padding-top: calc(40 * 2 / 10 * 1vw);
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .banner .banner-item {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .banner .banner-item {
    margin-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
.banner .banner-item__heading {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 14px;
  font-size: 24px;
    font-weight: 600;
}
@media screen and (max-width: 959px) {
  .banner .banner-item__heading {
    margin-bottom: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .banner .banner-item__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .banner .banner-item__heading {
    font-size: 18px;
  }
}
.banner .banner-item__text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .banner .banner-item__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .banner .banner-item__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .banner .banner-item__text {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.banner .banner-item__button {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .banner .banner-item__button {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.banner .banner-item__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
  margin-bottom: 14px;
}
@media screen and (max-width: 959px) {
  .banner .banner-item__flex {
    margin-bottom: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .banner .banner-item__flex {
    display: block;
  }
}
.banner .banner-item__link {
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .banner .banner-item__link {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .banner .banner-item__link {
    font-size: 26px;
  }
}
@media screen and (max-width: 959px) {
  .banner .banner-item__link {
    text-align: center;
  }
}
.banner .banner-item__link span {
  font-size: 14px;
  font-weight: inherit;
}
@media screen and (max-width: 959px) {
  .banner .banner-item__link span {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .banner .banner-item__link span {
    font-size: 12px;
  }
}
.banner .banner-item__info {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .banner .banner-item__info {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .banner .banner-item__info {
    font-size: 14px;
  }
}
.banner .banner-item__note {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .banner .banner-item__note {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .banner .banner-item__note {
    font-size: 10px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .breadcrumb {
    font-size: 10px;
  }
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb li::after {
  content: "-";
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 959px) {
  .breadcrumb li::after {
    margin-left: calc(4 * 2 / 10 * 1vw);
    margin-right: calc(4 * 2 / 10 * 1vw);
  }
}
.breadcrumb li:last-child::after {
  display: none;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    overflow-x: scroll;
  }
}

.topics__item {
  width: 100%;
}
.topics .slider .slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  overflow: hidden;
}
.topics .slider .slide:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topics .slider .slick-slide {
  width: 30vw;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media screen and (max-width: 959px) {
  .topics .slider .slick-slide {
    width: 68vw;
    margin-right: -16px !important;
  }
}
.topics .slider .slick-list {
  overflow: visible;
}
.topics .slider .slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.topics .slider .slick-dots {
  bottom: -40px;
}
.topics .slider .slick-dots li button:before {
  font-size: 10px;
}
.topics .topics-item__thumbnail {
  height: 100%;
  width: 100%;
}
.topics .topics-item__thumbnail img {
  width: 100%;
}

.information__block {
  width: 100%;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.information__block a:hover .information-item {
  background-color: #fff;
}
.information__block a:hover .information-item__content {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.information__item:first-child .information-item {
  border-top: 1px solid #e1e1e1;
}
.information__item .information-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .information__item .information-item {
    padding-top: calc(24 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .information__item .information-item {
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .information__item .information-item {
    padding-left: calc(0 * 2 / 10 * 1vw);
    padding-right: calc(0 * 2 / 10 * 1vw);
  }
}
.information__item .information-item:hover .information-item__icon {
  margin-right: -4px;
}
.information__item .information-item__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3em;
}
@media screen and (max-width: 959px) {
  .information__item .information-item__main {
    gap: 1em;
  }
}
.information__item .information-item__content {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .information__item .information-item__content {
    width: 68%;
  }
}
.information__item .information-item__date {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .information__item .information-item__date {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .information__item .information-item__date {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .information__item .information-item__date {
    width: 20%;
  }
}
.information__item .information-item__date span {
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .information__item .information-item__date span {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .information__item .information-item__date span {
    font-size: 10px;
  }
}
.information__item .information-item__title {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .information__item .information-item__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .information__item .information-item__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 959px) {
  .information__item .information-item__title {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.information__item .information-item__text {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .information__item .information-item__text {
    font-size: 12px;
    line-height: 1.3;  
  }
}
@media screen and (max-width: 479px) {
  .information__item .information-item__text {
    font-size: 12px;
    line-height: 1.3;   
  }
}
.information__item .information-item__icon {
  min-width: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 959px) {
  .post-column {
    overflow-x: auto;
    margin-right: calc(50% - 50vw);
    scrollbar-width: none; /* Firefox用 */
    -ms-overflow-style: none; /* Edge用 */
  }
  .post-column::-webkit-scrollbar {
    display: none; /* Chrome,Safari用 */
  }
}
.post-column__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .post-column__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.post-column__box {
  width: calc(33.3333333333% - 1em);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .post-column__box {
    width: 80vw;
    margin-right: 2em;
    margin-bottom: 20px;
  }
}
.post-column__box::after {
  position: absolute;
  content: url(//assets/images/icon/arrow-right.svg);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50px;
  right: 0;
  left: 0;
  bottom: -20px;
  margin: auto;
  text-align: center;
  line-height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-column__box:hover {
  -webkit-box-shadow: 8px 8px 6px rgba(100, 87, 70, 0.1);
          box-shadow: 8px 8px 6px rgba(100, 87, 70, 0.1);
}
.post-column__box-inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .post-column__box-inner {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .post-column__box-inner {
    padding-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .post-column__box-inner {
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.post-column__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .post-column__detail {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.post-column__date {
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .post-column__date {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .post-column__date {
    font-size: 10px;
  }
}
.post-column__label-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.4em;
}
.post-column__label-ul li {
  color: #fff;
  background-color: #645746;
  border-radius: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .post-column__label-ul li {
    padding-top: calc(4 * 2 / 10 * 1vw);
    padding-bottom: calc(4 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .post-column__label-ul li {
    padding-left: calc(10 * 2 / 10 * 1vw);
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .post-column__label-ul li {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .post-column__label-ul li {
    font-size: 10px;
  }
}
.post-column__title {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 14px;
    font-weight: 600;
    border-bottom: 1px solid #63ACC4;
    padding-bottom: 5px;    
}
@media screen and (max-width: 959px) {
  .post-column__title {
    margin-bottom: calc(14 * 2 / 10 * 1vw);
    font-size: 16px;
  }
}
.post-column__text {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .post-column__text {
    font-size: 13px;
    line-height: 1.6;  
  }
}


.about .heading .heading-en {
  text-align: left;
  font-size: 150px;
  color: rgba(100, 87, 70, 0.12);
}
@media screen and (max-width: 959px) {
  .about .heading .heading-en {
    font-size: 110px;
  }
}
@media screen and (max-width: 479px) {
  .about .heading .heading-en {
    font-size: 110px;
  }
}
.about__text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 4em;
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .about__text-block {
    margin-bottom: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .about__text-block {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .about__description {
    margin-bottom: 1em;
  }
}
.about__description .description-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .about__description .description-heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .about__description .description-heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .about__description .description-heading {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .about__button-block {
    display: block;
  }
}
.about__button {
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .about__button:first-child {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .about__button {
    width: 100%;
  }
  .about__button a {
    width: 100%;
  }
}
.about__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.4em;
}
@media screen and (max-width: 959px) {
  .about__link {
    display: block;
  }
}
.about__link .link-box {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: calc(33.3333333333% - 0.4em);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: 440px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .about__link .link-box {
    padding-left: calc(40 * 2 / 10 * 1vw);
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .about__link .link-box {
    padding-top: calc(40 * 2 / 10 * 1vw);
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .about__link .link-box {
    width: 100%;
    min-height: unset;
  }
  .about__link .link-box:not(:last-child) {
    margin-bottom: 1em;
  }
}
.about__link .link-box:nth-child(1) {
  background-image: url(//assets/images/about/about-01.jpg);
}
.about__link .link-box:nth-child(1) .overlay {
  background: rgba(100, 87, 70, 0.65);
}
.about__link .link-box:nth-child(2) {
  background-image: url(//assets/images/about/about-02.jpg);
}
.about__link .link-box:nth-child(2) .overlay {
  background: rgba(88, 100, 70, 0.65);
}
.about__link .link-box:nth-child(3) {
  background-image: url(//assets/images/about/about-03.jpg);
}
.about__link .link-box:nth-child(3) .overlay {
  background: rgba(142, 117, 84, 0.65);
}
.about__link .link-box .overlay {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.about__link .link-box__inner {
  position: relative;
  z-index: 1;
}
.about__link .link-box__heading {
  text-align: center;
  font-size: 26px;
  padding-bottom: 14px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 959px) {
  .about__link .link-box__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .about__link .link-box__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) {
  .about__link .link-box__heading {
    padding-bottom: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .about__link .link-box__heading {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.about__link .link-box__ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .about__link .link-box__ul li:not(:last-child) {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.about__link .link-box__ul li:hover a::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.about__link .link-box__ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__link .link-box__ul li a::after {
  content: url(//assets/images/icon/arrowCircle-right--white.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link-list__contents {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .link-list__contents {
    padding-top: calc(10 * 2 / 10 * 1vw);
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.link-list__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2em 0;
}
@media screen and (max-width: 959px) {
  .link-list__ul {
    display: block;
  }
}
.link-list__box {
  width: calc(33.3333333333% - 1em);
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-height: 150px;
}
@media screen and (max-width: 959px) {
  .link-list__box {
    border-radius: 10px;
    height: 95px;
  }
}
.link-list__box:hover .link-list__title {
  color: #fff !important;
}
.link-list__box:hover .link-list__title::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.link-list__box:hover .link-list__title img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 959px) {
  .link-list__box {
    width: 100%;
  }
  .link-list__box:not(:last-child) {
    margin-bottom: 1em;
  }
}
.link-list__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .link-list__inner {
    gap: 1em;
  }
}
.link-list__image {
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .link-list__image {
    width: 36%;
  }
}
.link-list__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.link-list__title {
  width: 60%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  position: relative;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  font-weight: 600;       
}
@media screen and (max-width: 959px) {
  .link-list__title {
    padding-top: calc(30 * 2 / 10 * 1vw);
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .link-list__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .link-list__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .link-list__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em;
    text-align: left;
  }
  .link-list__title img {
    width: 40px;
  }
}
.link-list__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #645746;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: -1;
}

.examination .contents-block__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .examination .contents-block__main {
    display: block;
  }
}
.examination .contents-block__image {
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .examination .contents-block__image {
    margin-bottom: calc(50 * 2 / 10 * 1vw);
  }
}
.examination .contents-block__text-block {
  width: 46%;
}
@media screen and (max-width: 959px) {
  .examination .contents-block__text-block {
    width: 100%;
    margin-bottom: 1em;
  }
}
.examination .contents-block__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .examination .contents-block__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .examination .contents-block__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .examination .contents-block__heading {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.examination .contents-block__link-box {
  width: 50%;
  margin-top: -120px;
}
@media screen and (max-width: 959px) {
  .examination .contents-block__link-box {
    margin-top: calc(-120 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .examination .contents-block__link-box {
    width: 100%;
    margin-top: unset;
  }
}
.examination .contents-block__link-box .link-box {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: 8px 8px 6px rgba(100, 87, 70, 0.1);
          box-shadow: 8px 8px 6px rgba(100, 87, 70, 0.1);
}
@media screen and (max-width: 959px) {
  .examination .contents-block__link-box .link-box {
    padding-top: calc(30 * 2 / 10 * 1vw);
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .examination .contents-block__link-box .link-box {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
.examination .contents-block__link-box .link-box__heading {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .examination .contents-block__link-box .link-box__heading {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.examination .contents-block__link-box .link-box__heading .heading-en {
  color: #63acc4;
  font-size: 12px;
  margin-bottom: 6px;
}
@media screen and (max-width: 959px) {
  .examination .contents-block__link-box .link-box__heading .heading-en {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .examination .contents-block__link-box .link-box__heading .heading-en {
    font-size: 10px;
  }
}
@media screen and (max-width: 959px) {
  .examination .contents-block__link-box .link-box__heading .heading-en {
    margin-bottom: calc(6 * 2 / 10 * 1vw);
  }
}
.examination .contents-block__link-box .link-box__heading .heading-ja {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .examination .contents-block__link-box .link-box__heading .heading-ja {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .examination .contents-block__link-box .link-box__heading .heading-ja {
    font-size: 18px;
  }
}
.examination .contents-block__link-box .link-box__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.examination .contents-block__link-box .link-box__item {
  width: calc(50% - 1em);
}
@media screen and (max-width: 959px) {
  .examination .contents-block__link-box .link-box__item {
    width: 48%;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  will-change: filter;
}
.fade-in.active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.fade-in .delay-1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fade-in .delay-2 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.fade-in.delay-3 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.fade-in-noActive {
  opacity: 0;
  -webkit-animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  will-change: filter;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.fade-in-noActive.delay-1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.fade-in-noActive.delay-2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.fade-in-noActive.delay-3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.fade-in-noActive.delay-4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.mv-fade-in {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  will-change: transform, filter, opacity;
  -webkit-transition: opacity 1s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 2.7s ease 0.2s;
  transition: opacity 0.7s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 2.7s ease 0.2s;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 2.7s ease 0.2s;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 2.7s ease 0.2s, -webkit-filter 0.7s ease 0.2s, -webkit-transform 2.7s ease 0.2s;
}
.mv-fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.mv-fade-in .delay-1 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.mv-fade-in .delay-2 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.mv-fade-in.delay-3 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.image-animation {
  height: auto;
  -webkit-animation: fadeInScale 3s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
          animation: fadeInScale 3s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
  will-change: transform, opacity;
}
@-webkit-keyframes fadeInScale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  10% {
    opacity: 1;
    z-index: 2;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInScale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  10% {
    opacity: 1;
    z-index: 2;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

html.body-lock,
body.body-lock {
  overflow: hidden;
  height: 100vh;
  -ms-touch-action: none;
      touch-action: none; /* スマホでのスクロール防止 */
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .modal__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .modal__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .modal__heading {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-height: 90%;
  overflow: auto;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .modal__wrap {
    padding: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .modal__wrap {
    max-width: 90%;
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .modal__wrap {
    padding-top: calc(60 * 2 / 10 * 1vw);
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
.modal__wrap.modal-01 {
  max-width: 900px;
}
.modal__wrap.modal-02 {
  max-width: 580px;
}
.modal__wrap.modal-03 {
  max-width: 900px;
}
.modal__wrap.modal-04 {
  max-width: 900px;
}
.modal__block:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .modal__block:not(:first-child) {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.modal__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.4em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  .modal__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .modal__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .modal__title {
    margin-bottom: calc(15 * 2 / 10 * 1vw);
  }
}
.modal__title::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #645746;
}
.modal__text-block {
  padding-left: 20px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .modal__text-block {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .modal__text-block {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .modal__text-block {
    font-size: 14px;
  }
}
.modal__text-block ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .modal__text-block ul li:not(:last-child) {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.modal__text-block ul li .small {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .modal__text-block ul li .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .modal__text-block ul li .small {
    font-size: 12px;
  }
}
.modal__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .modal__flex {
    display: block;
  }
}
.modal__flex-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .modal__flex-left {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .modal__flex-left {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.modal__flex-right {
  width: 36%;
}
@media screen and (max-width: 959px) {
  .modal__flex-right {
    width: 80%;
    margin: auto;
  }
}
.modal p {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .modal p {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .modal p {
    font-size: 14px;
  }
}
.modal .accordion-box {
  border: 1px solid #645746;
}

.modal-close {
  position: fixed;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  font-weight: lighter;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .modal-close {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .modal-close {
    font-size: 24px;
  }
}/*# sourceMappingURL=style.css.map */