@charset "UTF-8";
.banner-page {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.banner-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2A433A;
  background: linear-gradient(180deg, rgba(42, 67, 58, 0.8) 0%, rgba(33, 42, 69, 0) 100%);
}
.banner-page img {
  width: 100%;
  height: 55rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 999px) {
  .banner-page img {
    height: 35rem;
  }
}
.banner-page .banner-page-title {
  padding: 0.6rem 3rem;
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  background-color: #f77958;
  letter-spacing: 0.4rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  max-width: 50rem;
  width: -moz-max-content;
  width: max-content;
  font-family: "Zen Old Mincho", serif;
}

.brecum-page-ul {
  font-size: max(1.4rem, 12px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  color: #C65C40;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.brecum-page-ul .icon {
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #3B2C33;
  border-right: 1px solid #3B2C33;
  transform: rotate(45deg);
}
.brecum-page-ul a {
  color: #3B2C33;
  transition: all 0.3s ease-in-out;
}
.brecum-page-ul a:hover {
  color: #C65C40;
}

.cont-1200 {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.under-list-ul {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  border: max(0.2rem, 1px) solid #C65C40;
  border-radius: 1rem;
  padding: 1.8rem 4rem 3.8rem;
  background-color: #fff;
  line-height: 1.4;
}
.under-list-ul a {
  padding-left: 0.3rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-right: 3.5rem;
  min-height: 5.6rem;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #cec9c6;
  transition: all 0.3s ease-in-out;
}
.under-list-ul a:before {
  content: "";
  position: absolute;
  width: max(1rem, 8px);
  height: max(1rem, 8px);
  background: #C65C40;
  -webkit-mask: url("../img/common/icon_arrow.svg") center/100% no-repeat;
          mask: url("../img/common/icon_arrow.svg") center/100% no-repeat;
  top: 50%;
  right: 0.7rem;
  transform: translateY(-50%);
}
.under-list-ul a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.5s ease-in-out;
  background-color: #C65C40;
}
@media screen and (min-width: 768px) {
  .under-list-ul a:hover {
    color: #C65C40;
    padding-left: 0.7rem;
  }
  .under-list-ul a:hover:after {
    width: 100%;
  }
  .under-list-ul a:hover:before {
    animation: arrowMove 0.6s ease 0s 1 both;
  }
}

.setting-title h3, .setting-title h4, .setting-title h5, .setting-title h6 {
  font-family: "Zen Old Mincho", serif;
}

.setting-title h3 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
  margin-bottom: 6.6rem;
  position: relative;
  background-image: url(../img/common/bdr_hdg3.svg);
  background-size: auto max(1.2rem, 10px);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 2rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.setting-title h3:before, .setting-title h3:after {
  content: "";
  width: 3rem;
  height: 4rem;
  background-color: #C65C40;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .setting-title h3:before, .setting-title h3:after {
    width: 2rem;
    height: 3rem;
  }
}
.setting-title h3:before {
  left: 0;
  clip-path: polygon(76% 0, 0 24%, 77% 100%);
}
.setting-title h3:after {
  right: 0;
  clip-path: polygon(100% 23%, 24% 0, 23% 100%);
}

.setting-title h2 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .setting-title h2 {
    font-size: 3rem;
    margin-bottom: 3.3rem;
  }
}

.setting-title h4 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  margin-top: 5rem;
  background-color: #f77958;
  color: #fff;
  padding: 1rem 1.5rem;
  border-bottom: max(0.4rem, 2px) solid #ffc6b6;
}
@media screen and (max-width: 767px) {
  .setting-title h4 {
    font-size: 2rem;
    margin-bottom: 2.2rem;
    margin-top: 3.7rem;
    letter-spacing: 0.1rem;
  }
}

.setting-title h6 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 2.2rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.setting-title h6:before {
  content: "";
  display: block;
  width: 2rem;
  height: max(0.4rem, 2px);
  background-color: #C65C40;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .setting-title h6 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.pt {
  padding-top: 7.6rem;
}

.pb {
  padding-bottom: 10rem;
}

.default-txt {
  font-size: 1.7rem;
  line-height: 2;
}
.default-txt a {
  text-decoration: underline;
  color: #C65C40;
}
@media screen and (min-width: 768px) {
  .default-txt a:hover {
    text-decoration: none;
  }
}

.endoscopy {
  display: grid;
  grid-template-columns: 58.5% 38.2%;
  justify-content: space-between;
  align-items: flex-start;
}
.endoscopy .endoscopy__image img {
  border-radius: 1.5rem;
}

.endoscopy.endoscopy-row-reque {
  grid-template-columns: 38.2% 58.5%;
  grid-template-areas: "right left";
}

.endoscopy.endoscopy-row-reque .endoscopy__text {
  grid-area: left;
}

.endoscopy.endoscopy-row-reque .endoscopy__image {
  grid-area: right;
}

.setting-title h5 {
  font-size: 2.2rem;
  padding: 1.5rem 1rem;
  margin-bottom: 2.2rem;
  margin-top: 4rem;
  position: relative;
  line-height: 1.45;
  letter-spacing: 0.3rem;
  color: #C65C40;
  padding-top: 0;
}
.setting-title h5:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  content: "";
  background-image: linear-gradient(to right, #E95513 0%, #0DAC67 100%);
}

.m_kakomi__checklist {
  font-size: 1.7rem;
  letter-spacing: 0.15rem;
  line-height: 2;
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.4rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .m_kakomi__checklist {
    font-size: 1.6rem;
  }
}
.m_kakomi__checklist li {
  padding-left: 3.4rem;
  background-image: url(../img/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: top 0.8rem left 0.1rem;
}
.m_kakomi__checklist li a {
  text-decoration: underline;
  color: #C65C40;
}
@media screen and (min-width: 768px) {
  .m_kakomi__checklist li a:hover {
    text-decoration: none;
  }
}

.m_kakomi {
  background: rgba(66, 62, 62, 0.08);
  border-radius: 1rem;
  padding: 6rem 5rem;
}

.m_kakomi__alltext--pt {
  margin-top: 1.7rem;
}
.m_kakomi__alltext--pt li + li {
  margin-top: 1.7rem;
}

.m_kakomi__checklist--3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.m_kakomi__checklist--1col {
  grid-template-columns: 1fr;
}

.setting-mgt0 {
  margin-top: 0 !important;
}

.m_kakomi02 {
  padding: 3rem 3rem 4rem;
  margin-top: 3rem;
  background-color: rgba(66, 62, 62, 0.08);
  border-radius: 1rem;
}

.m_kakomi02_box-stiker {
  font-size: 1.7rem;
  padding: 0.3em 0.5em 0.3em;
  margin-bottom: 1.9rem;
  background-color: #C65C40;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.2rem;
  line-height: 1.45;
}

.default-txt-mini {
  font-size: max(1.4rem, 10px);
  line-height: 2;
}

.m_kakomi02-img {
  padding-top: 1.4rem;
}

.m_kakomi02-img img {
  border-radius: 2rem;
  width: 100%;
}

.m_kakomi02-txt-vs-img {
  display: grid;
  grid-template-columns: 1fr 36.36%;
  -moz-column-gap: 5.8%;
       column-gap: 5.8%;
}

.m_kakomi02_box_list li + li {
  margin-top: 2.9rem;
  padding-top: 3rem;
  border-top: 1px dashed #cec9c6;
}

.import-youtube iframe {
  width: 100%;
  height: 49.7rem;
}

.m_flow {
  padding-left: 2rem;
  margin-top: 6.5rem;
}
.m_flow h2, .m_flow h3, .m_flow h4, .m_flow h5, .m_flow h6 {
  margin-top: 0 !important;
}
.m_flow li {
  border-radius: 2rem;
  padding: 3.9rem 6rem 6rem;
  border: 2px solid #cec9c6;
  position: relative;
}
.m_flow li + li {
  margin-top: 6.5rem;
}
.m_flow li + li:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1.5rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #3B2C33;
  left: 50%;
  transform: translateX(-50%);
  top: -4rem;
}

.tlt-style-line {
  font-size: 2.2rem;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #3B2C33;
  margin-bottom: 3.2rem;
  line-height: 1.45;
  letter-spacing: 0.15rem;
}

.m_flow_step {
  width: 8rem;
  height: 8rem;
  top: -3.7rem;
  left: -2.2rem;
  padding-top: 1rem;
  font-size: 1.4rem;
  position: absolute;
  text-align: center;
  border-radius: 100rem;
  background-color: #C65C40;
  color: #fff;
  letter-spacing: 0.2rem;
}
.m_flow_step span {
  font-size: 3rem;
  line-height: 1;
}

.m_flow-img {
  padding-top: 1.4rem;
}

.m_flow-img img {
  width: 100%;
  border-radius: 2rem;
}

.m_flow-txt-vs-img {
  display: grid;
  grid-template-columns: 1fr 39.7%;
  -moz-column-gap: 6.1%;
       column-gap: 6.1%;
}

@keyframes arrowMove {
  0% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(120%, -50%);
  }
  64% {
    opacity: 0;
    transform: translate(-120%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 767px) {
  .banner-page img {
    height: 25rem;
    -o-object-position: left center;
       object-position: left center;
  }
  .banner-page .banner-page-title {
    padding: 0.6rem 1.5rem;
    font-size: 1.9rem;
    max-width: 30rem;
    top: 61%;
  }
  .brecum-page-ul {
    font-size: 1.2rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .under-list-ul {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    display: block;
    border: 0.1rem solid #C65C40;
    padding-left: 1.8rem;
    padding-top: 1.3rem;
    padding-bottom: 2.5rem;
    padding-right: 1.8rem;
  }
  .under-list-ul a {
    min-height: 4.4rem;
    padding-left: 0.5rem;
    padding-top: 0.7rem;
    padding-right: 3rem;
    padding-bottom: 0.7rem;
    border-bottom: 0.1rem solid #cec9c6;
  }
  .under-list-ul a:before {
    width: 0.8rem;
    height: 0.8rem;
    right: 0.6rem;
  }
  .under-list-ul a:after {
    bottom: -0.1rem;
    height: 0.1rem;
  }
  .setting-title h3 {
    font-size: 2.2rem;
    margin-bottom: 3.3rem;
    letter-spacing: 0.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pt {
    padding-top: 3.7rem;
  }
  .pb {
    padding-bottom: 4.5rem;
  }
  .default-txt {
    font-size: 1.5rem;
  }
  .endoscopy {
    display: flex;
    flex-direction: column-reverse;
  }
  .endoscopy .endoscopy__image {
    margin-bottom: 1.8rem;
  }
  .setting-title h5 {
    font-size: 2rem;
    margin-bottom: 2.2rem;
    margin-top: 3.7rem;
  }
  .m_kakomi {
    padding: 2.25rem 1.5rem;
  }
  .m_kakomi__checklist {
    display: block;
  }
  .m_kakomi__checklist li {
    padding-left: 2.7rem;
    background-image: url(../img/common/icon_check.svg);
    background-repeat: no-repeat;
    background-size: 1.8rem auto;
    background-position: top 0.5rem left 0.1rem;
  }
  .m_kakomi__checklist li + li {
    margin-top: 1.1rem;
  }
  .m_kakomi__alltext--pt {
    margin-top: 1.3rem;
  }
  .m_kakomi__alltext--pt li + li {
    margin-top: 1.3rem;
  }
  .m_kakomi02 {
    padding: 3rem 2.25rem;
    margin-top: 1.8rem;
  }
  .m_kakomi02_box-stiker {
    font-size: 1.45rem;
    padding-top: 0.29rem;
    padding-bottom: 0.43rem;
    padding-left: 1.45rem;
    padding-right: 1.45rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.15rem;
  }
  .m_kakomi02_box_list li + li {
    margin-top: 3rem;
    border-top: 0.1rem dashed #C65C40;
  }
  .m_kakomi02-txt-vs-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .m_kakomi02-img {
    padding-top: 0;
    margin-bottom: 1.3rem;
  }
  .default-txt-mini {
    font-size: 1rem;
  }
  .import-youtube iframe {
    height: 50rem;
  }
  .m_flow {
    padding-left: 0;
    margin-top: 4.5rem;
  }
  .m_flow li {
    padding: 2.25rem;
    padding-top: 3rem;
    border: 0.2rem solid #cec9c6;
  }
  .m_flow li + li {
    margin-top: 6.7rem;
  }
  .m_flow_step {
    width: 5.2rem;
    height: 5.2rem;
    top: -2.6rem;
    left: -1rem;
    padding-top: 0.7rem;
    font-size: 0.9rem;
  }
  .m_flow_step span {
    font-size: 2rem;
  }
  .tlt-style-line {
    font-size: 1.8rem;
    padding-bottom: 1.1rem;
    border-bottom: 0.2rem solid #423e3e;
    margin-bottom: 2.2rem;
  }
  .m_flow-txt-vs-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .m_flow-img {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}
.m_page_links-item {
  font-size: 1.4rem;
  line-height: 1.4;
  background-color: #fff;
  padding: 1.2rem 1.8rem;
  border: max(1px, 0.1rem) solid #C65C40 !important;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.3rem;
  transition: all 0.3s ease-in-out;
}
.m_page_links-item:hover, .m_page_links-item.is-active {
  background-color: #C65C40;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .m_page_links-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem;
    height: 100%;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}

.m_page_links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .m_page_links {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .m_page_links {
    gap: 1rem;
    justify-content: flex-start;
  }
  .m_page_links li {
    width: calc((100% - 1rem) / 2);
  }
}

.under-list-style2-ul-item {
  display: flex;
  align-items: center;
  background-color: #C65C40;
  padding: 0.9rem 4rem 1rem 2rem;
  border-radius: 0.5rem;
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  position: relative;
  letter-spacing: 0.3rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .under-list-style2-ul-item {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.under-list-style2-ul-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: max(0.8rem, 5px);
  height: max(0.8rem, 5px);
  border-right: max(1px, 0.2rem) solid #fff;
  border-bottom: max(1px, 0.2rem) solid #fff;
  transform: translateY(-75%) rotate(45deg);
}

.under-list-style2-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .under-list-style2-ul {
    display: block;
  }
  .under-list-style2-ul li + li {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .under-list-style2.col1 .under-list-style2-ul {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .under-list-style2.col2 .under-list-style2-ul {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  .under-list-style2.col2 .under-list-style2-ul li {
    width: calc((100% - 1rem) / 2);
  }
  .under-list-style2.col3 .under-list-style2-ul li {
    width: calc((100% - 2rem) / 3);
  }
  .under-list-style2.col4 .under-list-style2-ul li {
    width: calc((100% - 3rem) / 4);
  }
}

.qa_box-gr .qa_box_item .q_box-tlt {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.7;
  color: #C65C40;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .q_box-tlt {
    font-size: 1.8rem;
  }
}
.qa_box-gr .qa_box_item .q_box-tlt:before {
  content: "Q.";
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.7;
  color: #C65C40;
  display: inline-block;
  transform: translateY(-0.3rem);
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .q_box-tlt:before {
    font-size: 2.5rem;
  }
}
.qa_box-gr .qa_box_item .a_box-tlt {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .a_box-tlt {
    font-size: 1.5rem;
  }
}
.qa_box-gr .qa_box_item .a_box-tlt:before {
  content: "A.";
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.7;
  display: inline-block;
  transform: translateY(-1rem);
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .a_box-tlt:before {
    font-size: 2.5rem;
  }
}
.qa_box-gr .qa_box_item .a_box {
  padding-top: 1.5rem;
}
.qa_box-gr .qa_box_item + .qa_box_item {
  border-top: max(1px, 0.1rem) solid #C65C40;
  padding-top: 2rem;
  margin-top: 2rem;
}

.archive-post-list {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .archive-post-list {
    font-size: 1.5rem;
  }
}
.archive-post-list li {
  display: grid;
  grid-template-columns: 14rem 1fr;
  padding: 2rem 2rem;
  border-bottom: max(1px, 0.1rem) solid #333333;
}
@media screen and (max-width: 767px) {
  .archive-post-list li {
    display: block;
    padding: 1.5rem;
  }
}

.archive-post {
  display: grid;
  grid-template-columns: 1fr 25rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .archive-post {
    display: block;
  }
}

.archive-main {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .archive-main {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .archive-post-right {
    padding-top: 3rem;
  }
}

.title-category {
  font-size: 2.2rem;
  color: #fff;
  background-color: #C65C40;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.archive-post-category {
  font-size: 1.8rem;
  color: #C65C40;
  font-weight: 500;
  border: max(1px, 0.1rem) solid #C65C40;
}
.archive-post-category li {
  padding: 0 2rem;
}
.archive-post-category li a {
  display: block;
  padding: 1rem 1rem;
}

.wrap-pagi .wp-pagenavi {
  padding-top: 5rem;
}
.wrap-pagi .wp-pagenavi a, .wrap-pagi .wp-pagenavi span {
  padding: 1rem;
  font-size: 1.5rem;
  border-color: #C65C40;
}
.wrap-pagi .wp-pagenavi a:hover, .wrap-pagi .wp-pagenavi span.current {
  background-color: #C65C40;
  color: #fff;
  border-color: #C65C40;
}

.single-post1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .single-post1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.single-post-tlt {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single-post-tlt {
    font-size: 2rem;
  }
}

.single-post-date {
  font-size: 1.6rem;
  font-weight: 500;
}

.single-content-post {
  font-size: 1.6rem;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .single-content-post {
    font-size: 1.5rem;
  }
}

.parent-pre-list-next {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.parent-pre-list-next span.link-arline-page {
  opacity: 0.5;
  background-color: #C65C40 !important;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .parent-pre-list-next {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
  .parent-pre-list-next .link-arline-page {
    width: 30%;
  }
}

header {
  position: relative;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.header-main {
  max-width: 186.4rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2em;
}
.header-main .header-logo {
  padding-left: 1.8em;
}
@media screen and (max-width: 1500px) {
  .header-main .header-logo {
    padding-left: 0;
  }
}
.header-main .header-logo .logo-hd {
  width: 50em;
}
@media screen and (max-width: 767px) {
  .header-main .header-logo .logo-hd {
    width: 26em;
  }
}
@media screen and (min-width: 1000px) {
  .header-main .header-logo.is-active {
    position: fixed;
    z-index: 1000;
    top: 2.5em;
  }
  .header-main .header-logo.is-active img {
    width: 40em;
  }
}
.header-main .header-right-calender-img {
  width: 28.7em;
}
.header-main .header-right-tel {
  background-color: #C65C40;
  color: #fff;
  padding-left: 1.3em;
  padding-right: 1.3em;
  text-align: center;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 999px) {
  .header-main .header-right-tel {
    display: none;
  }
}
.header-main .header-right-tel-txt span {
  font-size: 1.6em;
}
.header-main .header-right-contact {
  margin-top: 0.6em;
  width: 26.7em;
}
.header-main .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.2em;
       column-gap: 1.2em;
}
@media screen and (max-width: 999px) {
  .header-main .header-right-calender {
    display: none;
  }
}

.header-right-tel-number {
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1;
  align-items: center;
  letter-spacing: 0.2em;
  -moz-column-gap: 0.6em;
       column-gap: 0.6em;
}
.header-right-tel-number:before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.5em;
  height: 2.3em;
}
.header-right-tel-number span {
  font-size: 3.2em;
}

.header-right-contact {
  color: #C65C40;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.9em;
       column-gap: 1.9em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border-radius: 100rem;
}
.header-right-contact:before {
  content: "";
  display: inline-block;
  width: 1.7em;
  height: 1.3em;
  background-image: url(../img/common/icon-contact.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-right-contact span {
  font-size: 1.2em;
}

.header-menu-style1 {
  font-size: 10px;
}
.header-menu-style1 .header-main--gmail {
  display: none;
}
.header-menu-style1.is-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #C65C40;
  transition: all 0.3s ease-in-out;
}
.header-menu-style1.is-active .header-main--gmail {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding-top: 0;
  margin-right: 0;
  position: absolute;
  top: 1em;
  right: 0;
}
.header-menu-style1.is-active .header-menu-style1-ul {
  padding-bottom: 4em;
  padding-left: 14em;
}
.header-menu-style1.is-active .header-dropmenu-child-3column {
  top: 53%;
}
@media screen and (max-width: 1400px) {
  .header-menu-style1.is-active .header-dropmenu-child.header-dropmenu-child-1column {
    left: 27%;
  }
}
@media screen and (max-width: 999px) {
  .header-menu-style1 {
    display: none;
  }
}

.header-menu-style1-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  position: relative;
}
.header-menu-style1-ul > li {
  padding-left: 3.5em;
  padding-right: 3.5em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  position: relative;
}
.header-menu-style1-ul > li.li-dropmenu-child-3column {
  position: static;
}
@media screen and (max-width: 1400px) {
  .header-menu-style1-ul > li {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.header-menu-style1-ul > li + li {
  border-left: max(1px, 0.1em) solid rgba(255, 255, 255, 0.7);
}
.header-menu-style1-ul .header-menu-style1-link {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  text-shadow: 0 0 2em rgba(0, 0, 0, 0.8);
  letter-spacing: 0.2em;
  position: relative;
}
.header-menu-style1-ul .header-menu-style1-link:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.6em;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.header-menu-style1-ul .header-menu-style1-link span {
  font-size: 1.9em;
}
.header-menu-style1-ul .header-menu-style1-link:hover:before, .header-menu-style1-ul .header-menu-style1-link.is-active:before {
  opacity: 1;
}
.header-menu-style1-ul .header-menu-style1-link:hover ~ .header-dropmenu-child {
  display: block;
}

@media screen and (max-width: 1300px) {
  .header-main, .header-menu-style1 {
    font-size: 0.77vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 999px) {
  .header-main, .header-menu-style1 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1750px) {
  .header-main, .header-menu-style1 {
    font-size: 0.57vw;
  }
}
@media screen and (max-width: 1750px) and (max-width: 999px) {
  .header-main, .header-menu-style1 {
    font-size: 1rem;
  }
}
.header-hamberger {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 11rem;
  height: 11rem;
  background-color: #C65C40;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .header-hamberger {
    width: 8rem;
    height: 8rem;
    padding-top: 1rem;
  }
}
.header-hamberger .header-hamberger-open {
  width: 6rem;
  height: 5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-hamberger .header-hamberger-open {
    width: 5rem;
    height: 4.6rem;
  }
}
.header-hamberger .header-hamberger-open:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  right: 0;
  bottom: 0.6rem;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header-hamberger .header-hamberger-open:before {
    top: 1rem;
    bottom: 1rem;
    border-top: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
  }
}
.header-hamberger .header-hamberger-open:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header-hamberger .header-hamberger-open:after {
    height: 0.2rem;
    top: 0.5rem;
    right: 0.9rem;
  }
}
.header-hamberger .header-hamberger-open .header-hamberger-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header-hamberger .header-hamberger-open .header-hamberger-close {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 4.8rem;
    height: 4.8rem;
    transform: translate(-50%, -50%);
  }
}
.header-hamberger .header-hamberger-open .header-hamberger-close:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  transform-origin: top left;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .header-hamberger .header-hamberger-open .header-hamberger-close:before {
    height: 0.2rem;
    top: 0.6rem;
    left: 0.8rem;
  }
}
.header-hamberger .header-hamberger-open .header-hamberger-close:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  transform-origin: top right;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .header-hamberger .header-hamberger-open .header-hamberger-close:after {
    height: 0.2rem;
    top: 0.6rem;
    right: 0.8rem;
  }
}
.header-hamberger.is-active .header-hamberger-close {
  opacity: 1;
}
.header-hamberger.is-active .header-hamberger-open:before {
  opacity: 0;
}
.header-hamberger.is-active .header-hamberger-open:after {
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .header-hamberger {
    display: flex;
  }
}
.header-hamberger .header-hamberger-sub-txt {
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .header-hamberger .header-hamberger-sub-txt {
    font-size: 1.6rem;
    padding-top: 0;
  }
}

.header-dropmenu-child {
  position: absolute;
  top: 67%;
  padding-top: 3em;
  display: none;
}
.header-dropmenu-child.header-dropmenu-child-1column {
  left: 50%;
  transform: translateX(-50%);
  width: 27.8rem;
}
.header-dropmenu-child.header-dropmenu-child-1column .header-dropmenu-child-ul li {
  border-bottom: max(1px, 0.1rem) solid #fff;
}
.header-dropmenu-child.header-dropmenu-child-3column {
  width: 100%;
  left: 0;
  top: 78%;
}
.header-dropmenu-child.header-dropmenu-child-3column .header-dropmenu-child-ul {
  padding: 5em 10em;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.5%;
       column-gap: 3.5%;
}
@media screen and (max-width: 1500px) {
  .header-dropmenu-child.header-dropmenu-child-3column .header-dropmenu-child-ul {
    padding: 5em 5em;
  }
}
.header-dropmenu-child.header-dropmenu-child-3column .header-dropmenu-child-ul li {
  width: 31%;
  border-bottom: max(1px, 0.1rem) solid #fff;
}
.header-dropmenu-child:hover {
  display: block;
}
.header-dropmenu-child .header-dropmenu-child-ul {
  background-color: rgba(198, 92, 64, 0.8);
}
.header-dropmenu-child .header-menu-style1-link-child {
  color: #fff;
  display: block;
  padding: 1em 2em;
  padding-left: 2.5em;
  transition: all 0.3s ease-in-out;
  background-image: url(../img/common/vettor16.svg);
  background-size: 0.7em auto;
  background-repeat: no-repeat;
  background-position: left 1em center;
}
.header-dropmenu-child .header-menu-style1-link-child span {
  font-size: 1.5em;
}
.header-dropmenu-child .header-menu-style1-link-child:hover {
  opacity: 0.7;
}

.menu-fixed-sp {
  position: fixed;
  z-index: 51;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: none;
}

.menu-fixed-main {
  background-color: #F4EFE6;
  padding: 3rem 1.5rem;
  padding-top: 0;
  overflow: auto;
  height: 100%;
}

.menu-fixed-main-box {
  padding: 3rem 0;
  padding-top: 2rem;
  padding-bottom: 0;
  height: -moz-max-content;
  height: max-content;
}

.dr-logo {
  padding-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .dr-logo img {
    width: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .dr-logo img {
    width: 26rem;
  }
}

.menu-fixed-main-list {
  margin-bottom: 2rem;
}

.menu-tlt-header {
  font-size: 2rem;
  font-family: "Cardo", serif;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.menu-tlt-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1px;
  width: 10rem;
  clip-path: polygon(0 0, 66% 0, 100% 100%, 0% 100%);
}
.menu-tlt-header.orange {
  background-color: #C65C40;
}
.menu-tlt-header.orange:before {
  background-color: #eb9e8a;
}
.menu-tlt-header.green {
  background-color: #0DAC67;
}
.menu-tlt-header.green:before {
  background-color: #30cd89;
}

.menu-fixed-main-gr {
  background-color: #fff;
  padding: 2rem 1.5rem;
}

.menu-fixed-main-ul-item {
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 500;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.menu-fixed-main-ul-item:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #C65C40;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.menu-fixed-main-ul-item:hover, .menu-fixed-main-ul-item.is-active {
  color: #C65C40;
}

.menu-fixed-main-ul li + li {
  margin-top: 0.5rem;
}

.menu-fixed-main-list-mgt {
  margin-top: 3rem;
}

.menu-fixed-main-ul--green .menu-fixed-main-ul-item:before {
  background-color: #0DAC67;
}
.menu-fixed-main-ul--green .menu-fixed-main-ul-item:hover, .menu-fixed-main-ul--green .menu-fixed-main-ul-item.is-active {
  color: #0DAC67;
}

.menu-fixed-tel {
  font-size: 1rem;
  text-align: center;
  margin-top: 3rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.menu-fixed-tel .header-right-tel {
  background-color: #C65C40;
  color: #fff;
  padding: 1.5rem 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .menu-fixed-tel .header-right-tel {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.menu-fixed-tel .header-right-tel-txt span {
  font-size: 1.8rem;
  font-weight: 500;
}
.menu-fixed-tel .header-right-tel-number {
  justify-content: center;
  margin-top: 0.5rem;
}
.menu-fixed-tel .header-right-tel-number span {
  font-size: 2.5em;
}
.menu-fixed-tel .header-right-contact {
  height: 4.6em;
  margin-top: 1rem;
  font-weight: 500;
}
.menu-fixed-tel .header-right-contact span {
  font-size: 1.7rem;
}
.menu-fixed-tel .header-right-contact:before {
  width: 2.4em;
  height: 2em;
}

.menu-fixed-calender {
  background-color: #0DAC67;
  padding-left: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 3rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.menu-fixed-calender img {
  width: 100%;
}

.sec2-top {
  background-size: cover;
  background-position: center center;
  margin-top: -6rem;
  padding-top: 23rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec2-top {
    background-image: url(../img/top/image03.jpg);
  }
}
@media screen and (max-width: 767px) {
  .sec2-top {
    background-color: #fff;
    margin-top: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.sec2-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  clip-path: polygon(0 0, 37% 0, 100% 50%, 100% 100%, 40% 100%, 0 60%);
}
@media screen and (max-width: 767px) {
  .sec2-top:before {
    content: none;
  }
}

.sec2-top-main {
  max-width: 142.8rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  position: relative;
  z-index: 2;
}
.sec2-top-main:before {
  content: "";
  width: 32.8rem;
  height: 18rem;
  background-image: url(../img/top/image05.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -12rem;
  right: 18rem;
}
@media screen and (max-width: 999px) {
  .sec2-top-main:before {
    right: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-main:before {
    content: none;
  }
}

.sec2-top-content {
  max-width: 131.5rem;
  margin-left: auto;
}

.setting-h3-top {
  color: #666666;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.setting-h3-top h1, .setting-h3-top h2, .setting-h3-top h3, .setting-h3-top h4, .setting-h3-top h5, .setting-h3-top h6 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  .setting-h3-top h1, .setting-h3-top h2, .setting-h3-top h3, .setting-h3-top h4, .setting-h3-top h5, .setting-h3-top h6 {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}
.setting-h3-top .setting-h3-top-jpn {
  font-size: 2rem;
  letter-spacing: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2.7rem;
       column-gap: 2.7rem;
}
.setting-h3-top .setting-h3-top-jpn:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 2.6rem;
  background-image: url(../img/common/icon-tlt.svg);
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .setting-h3-top .setting-h3-top-jpn:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .setting-h3-top .setting-h3-top-jpn {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}

.sec2-top-content-txt-left1 {
  font-family: "Zen Old Mincho", serif;
  font-size: 4.2rem;
  line-height: 1;
  color: #2A433A;
}
@media screen and (min-width: 768px) {
  .sec2-top-content-txt-left1 {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-content-txt-left1 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .sec2-top-content-txt-left1.sec2-top-content-txt-left2 {
    font-size: 3.2rem;
    letter-spacing: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .sec2-top-content-txt-left1 .tate-nums {
    text-combine-upright: all;
    padding-bottom: 2rem;
  }
}

.sec2-top-content-txt-left-gr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  letter-spacing: 0.7rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec2-top-content-txt-left-gr {
    flex-direction: column-reverse;
  }
}

.txt-fs15 {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .txt-fs15 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .sec2-top-content-txt-right {
    margin-top: 3rem;
  }
}
.sec2-top-content-txt-right .txt-fs15 {
  line-height: 2.7;
  max-width: 76rem;
  position: relative;
  z-index: 3;
}

.sec2-top-member {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  display: inline-flex;
  align-items: flex-start;
  line-height: 1;
  -moz-column-gap: 2.6rem;
       column-gap: 2.6rem;
  margin-top: 2rem;
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 767px) {
  .sec2-top-member {
    font-size: 1.8rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.sec2-top-member span {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.6rem;
  font-weight: 400;
  transform: translateY(-0.5rem);
}
@media screen and (max-width: 767px) {
  .sec2-top-member span {
    font-size: 2.8rem;
  }
}

.link-staystus {
  display: flex;
  width: 57rem;
  height: 11.4rem;
  background-color: #C65C40;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: max(1px, 0.1rem) solid #C65C40 !important;
  background-image: url(../img/common/image01.svg);
  background-size: 3.2rem auto;
  background-repeat: no-repeat;
  background-position: right 3rem center;
  z-index: 3;
}
@media screen and (max-width: 999px) {
  .link-staystus {
    width: 46rem;
  }
}
@media screen and (max-width: 767px) {
  .link-staystus {
    width: 100%;
    height: 8rem;
    font-size: 1.8rem;
    background-position: right 1.5rem center;
    background-size: 2.8rem auto;
  }
}
.link-staystus:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.5rem;
  border-top: max(1px, 0.1rem) solid #fff;
  background-color: #C65C40;
}
.link-staystus:hover {
  background-color: #fff;
  color: #C65C40;
}

.sec2-top-content-txt {
  max-width: 125rem;
  margin-left: auto;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 8.4rem;
       column-gap: 8.4rem;
  margin-top: 4.7rem;
}
@media screen and (max-width: 999px) {
  .sec2-top-content-txt {
    -moz-column-gap: 4.4rem;
         column-gap: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-content-txt {
    display: block;
    margin-top: 2rem;
  }
}

.sec2-top-content-txt-right-img {
  position: relative;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 999px) {
  .sec2-top-content-txt-right-img {
    padding-bottom: 17.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-content-txt-right-img {
    padding-bottom: 3rem;
  }
}
.sec2-top-content-txt-right-img .sec2-top-content-txt-right-img-main {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.sec2-top-content-txt-right-img .sec2-top-content-txt-right-img-main img {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .sec2-top-content-txt-right-img .sec2-top-content-txt-right-img-main {
    position: static;
  }
}

.sec1-top {
  position: relative;
  z-index: 3;
}
.sec1-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2A433A;
  background: linear-gradient(180deg, rgba(42, 67, 58, 0.6) 0%, rgba(33, 42, 69, 0) 100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec1-top {
    background-color: #F5F5F5;
  }
}

.sec0-top {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sec0-top {
    padding-top: 5rem;
    background-color: #F5F5F5;
    padding-bottom: 5rem;
  }
}

.sec0-top-main {
  position: absolute;
  bottom: -8rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec0-top-main {
    position: relative;
    bottom: 0;
  }
}

.sec0-top-cont {
  max-width: 173rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec0-top-box {
  width: 48rem;
  padding-bottom: 4rem;
  background-color: #fff;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec0-top-box {
    width: 100%;
    padding: 2.5rem 1.5rem;
  }
}

.sec0-top-box-content {
  display: flex;
  flex-wrap: wrap;
  padding-left: 3.7rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec0-top-box-content {
    padding-left: 0;
    display: block;
  }
}

.sec0-top-box-content-left .setting-tlt-access-eng {
  text-align: center;
}
.sec0-top-box-content-left .setting-tlt-access {
  text-align: center;
}

.sec0-top-link {
  font-size: 1.9rem;
  color: #313D65;
  border-bottom: max(1px, 0.1rem) solid #313D65;
  line-height: 1.1;
  letter-spacing: 0.1rem;
}

.sec0-top-box-content-item {
  font-size: max(13px, 1.5rem);
  line-height: 1.3;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
  padding-top: 1rem;
  letter-spacing: 0.1rem;
}
.sec0-top-box-content-item:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #C65C40;
  margin-top: 0.2rem;
}

.sec0-top-box-content-right-gr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.sec0-top-box-content-right {
  padding-left: 2rem;
  margin-left: 2rem;
  border-left: max(1px, 0.1rem) solid #666666;
}
@media screen and (max-width: 767px) {
  .sec0-top-box-content-right {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
  }
}

.sec0-top-link-btn {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec0-top-link-btn {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .sec0-top-link-btn-grlink {
    position: absolute;
    top: 0;
    width: -moz-max-content;
    width: max-content;
    left: 50%;
    transform: translateX(-50%) translateY(40%);
  }
}

.sec0-top-link-btnhref {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 4.4rem;
  background-color: #2A433A;
  color: #fff;
  border-radius: 2rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.sec0-top-link-btnhref:after {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 9rem;
  background-image: url(../img/common/vector1.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 0.3rem;
  transition: all 0.3s ease-in-out;
}
.sec0-top-link-btnhref:hover:after {
  transform: translateX(1rem);
}
@media screen and (max-width: 767px) {
  .sec0-top-link-btnhref {
    margin-left: auto;
    margin-right: auto;
  }
}

.setting-tlt-access h1, .setting-tlt-access h2, .setting-tlt-access h3, .setting-tlt-access h4, .setting-tlt-access h5, .setting-tlt-access h6 {
  font-size: 2rem;
  color: #2A433A;
  line-height: 1.3;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .setting-tlt-access h1, .setting-tlt-access h2, .setting-tlt-access h3, .setting-tlt-access h4, .setting-tlt-access h5, .setting-tlt-access h6 {
    font-size: 2.6rem;
  }
}
.setting-tlt-access .setting-tlt-access-eng {
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  color: #666666;
  letter-spacing: 0.2rem;
  padding-top: 0.3rem;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .setting-tlt-access .setting-tlt-access-eng {
    font-size: 1.8rem;
    padding-top: 0.7rem;
  }
}
.setting-tlt-access.icon h1:before, .setting-tlt-access.icon h2:before, .setting-tlt-access.icon h3:before, .setting-tlt-access.icon h4:before, .setting-tlt-access.icon h5:before, .setting-tlt-access.icon h6:before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 3rem;
  background-image: url(../img/common/vector2.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 1.2rem;
  transform: translateY(0.5rem);
}

.sec1-top-tlt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-family: "Zen Old Mincho", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 12%;
}
.sec1-top-tlt h1, .sec1-top-tlt h2, .sec1-top-tlt h3, .sec1-top-tlt h4, .sec1-top-tlt h5, .sec1-top-tlt h6 {
  font-size: 4rem;
  line-height: 1.7;
  color: #fff;
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  text-align: center;
  letter-spacing: 0.6rem;
}
@media screen and (max-width: 1400px) {
  .sec1-top-tlt h1, .sec1-top-tlt h2, .sec1-top-tlt h3, .sec1-top-tlt h4, .sec1-top-tlt h5, .sec1-top-tlt h6 {
    font-size: 3.7rem;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-tlt h1, .sec1-top-tlt h2, .sec1-top-tlt h3, .sec1-top-tlt h4, .sec1-top-tlt h5, .sec1-top-tlt h6 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-tlt h1, .sec1-top-tlt h2, .sec1-top-tlt h3, .sec1-top-tlt h4, .sec1-top-tlt h5, .sec1-top-tlt h6 {
    font-size: 2rem;
    letter-spacing: 0;
    text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-tlt {
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-tlt {
    padding-bottom: 5rem;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  #image-slider .splide__slide img {
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.sec3-top {
  background-color: #FFFDF9;
  padding-top: 9.4rem;
  padding-bottom: 9.4rem;
}
@media screen and (max-width: 767px) {
  .sec3-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.cont-1500 {
  max-width: 150rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
}

.sec3-top-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5.3%;
       column-gap: 5.3%;
}
@media screen and (max-width: 1300px) {
  .sec3-top-main {
    -moz-column-gap: 3.3%;
         column-gap: 3.3%;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-main {
    display: block;
  }
  .sec3-top-main .sec3-top-item + .sec3-top-item {
    margin-top: 4rem;
  }
}

.sec3-top-item {
  background-color: #fff;
  box-shadow: 0.3rem 0.3rem 1.6rem rgba(0, 0, 0, 0.3);
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-item {
    padding: 3rem 1.5rem;
  }
}
.sec3-top-item h1, .sec3-top-item h2, .sec3-top-item h3, .sec3-top-item h4, .sec3-top-item h5, .sec3-top-item h6 {
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.4rem;
  color: #2A433A;
}
@media screen and (max-width: 767px) {
  .sec3-top-item h1, .sec3-top-item h2, .sec3-top-item h3, .sec3-top-item h4, .sec3-top-item h5, .sec3-top-item h6 {
    font-size: 3rem;
  }
}
.sec3-top-item .sec3-top-list-new {
  max-width: 57rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.8rem;
}

.sec3-top-list-new .sec3-top-list-new-date {
  font-size: 1.6rem;
  color: #222222;
  display: inline-block;
  background-color: #F4EFE6;
  width: 14rem;
  text-align: center;
  line-height: 1.7;
}
.sec3-top-list-new .sec3-top-list-new-link {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #0E1C29;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec3-top-list-new .sec3-top-list-new-link {
    font-size: 1.6rem;
  }
}
.sec3-top-list-new li {
  border-bottom: max(1px, 0.1rem) dashed #DFDDDF;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-list-new li {
    padding-bottom: 1rem;
  }
}
.sec3-top-list-new li + li {
  padding-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-list-new li + li {
    padding-top: 1rem;
  }
}

.setting-calender-marval {
  font-size: 10px;
  max-width: 53em;
  margin-left: auto;
  margin-right: auto;
  background-color: #F4EFE6;
  width: 100%;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 2.5em;
  padding-bottom: 2.8em;
  margin-top: 2.7rem;
}
@media screen and (max-width: 999px) {
  .setting-calender-marval {
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }
}

.setting-calender-marval-table {
  width: 100%;
  line-height: 1;
}
.setting-calender-marval-table tr:first-child {
  color: #222222;
}
.setting-calender-marval-table tr:first-child p {
  font-size: 1.8em;
}
.setting-calender-marval-table tr:first-child td {
  border-bottom: max(1px, 0.1rem) solid #222222;
  padding-bottom: 2em;
  padding-top: 0;
}
.setting-calender-marval-table tr td:first-child {
  width: 14em;
}
.setting-calender-marval-table tr td:first-child p {
  font-size: 1.8em;
}
.setting-calender-marval-table tr td {
  width: calc((100% - 14em) / 8);
  text-align: center;
  padding-top: 1.7em;
  vertical-align: middle;
}
.setting-calender-marval-table .td-crilcer {
  font-size: 1.4em;
  color: #C65C40;
}
.setting-calender-marval-table .td-crilcer-line {
  font-size: 1.4em;
  color: #222222;
}
.setting-calender-marval-table .td-crilcer-sao img {
  width: 1.6em;
}

.sec3-top-item-txt1 {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #222222;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-txt1 {
    font-size: 1.6rem;
  }
}

.sec3-top-item-txt2 {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #222222;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-txt2 {
    font-size: 1.6rem;
  }
}

.sec3-top-item-gr-tell {
  max-width: 59rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1.2em;
       column-gap: 1.2em;
}
@media screen and (max-width: 999px) {
  .sec3-top-item-gr-tell {
    display: block;
  }
}
.sec3-top-item-gr-tell .sec3-top-item-gr-tell-item {
  color: #fff;
  text-align: center;
}
.sec3-top-item-gr-tell .sec3-top-item-gr-tell-item:first-child {
  background-color: #2A433A;
  padding-top: 1.7em;
  padding-bottom: 1.3em;
}
.sec3-top-item-gr-tell .sec3-top-item-gr-tell-item:last-child {
  background-color: #C65C40;
  background-image: url(../img/common/vector5.svg);
  background-size: 1.2em auto;
  background-position: bottom 0.5em right 0.5em;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .sec3-top-item-gr-tell .sec3-top-item-gr-tell-item:last-child {
    margin-top: 2em;
    height: 9rem;
  }
}
.sec3-top-item-gr-tell .sec3-top-item-gr-tell-item:last-child .sec3-top-item-gr-pro-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sec3-top-item-gr-tell .sec3-top-item-gr-tell-item:last-child:hover {
  opacity: 0.7;
}

.sec3-top-item-gr-tell-item-tlt {
  font-family: "Zen Old Mincho", serif;
  border-bottom: max(1px, 0.2em) solid #fff;
  letter-spacing: 0.2em;
  max-width: 26em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.6em;
}
.sec3-top-item-gr-tell-item-tlt span {
  font-size: 1.6em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-gr-tell-item-tlt span {
    font-size: 1.8em;
  }
}

.sec3-top-item-gr-tell-item-tlt2 {
  color: #C65C40;
  background-color: #fff;
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.2em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.sec3-top-item-gr-tell-item-tlt2 span {
  font-size: 1.6em;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-gr-tell-item-tlt2 span {
    font-size: 1.8em;
  }
}

.sec3-top-item-gr-tell-item-tlt3 {
  letter-spacing: 0.2em;
}
.sec3-top-item-gr-tell-item-tlt3 span {
  font-size: 2.2em;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}

.sec3-top-item-gr-tell-href {
  padding-top: 1.2em;
}
.sec3-top-item-gr-tell-href a {
  line-height: 1;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.8em;
       column-gap: 0.8em;
  letter-spacing: 0.2em;
}
.sec3-top-item-gr-tell-href a:before {
  content: "";
  display: block;
  width: 2.8em;
  height: 2.8em;
  background-image: url(../img/common/vector4.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.sec3-top-item-gr-tell-href a span {
  font-size: 2.8em;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 1300px) {
  .setting-calender-marval, .sec3-top-item-gr-tell {
    font-size: 0.77vw;
  }
}
@media screen and (max-width: 999px) {
  .setting-calender-marval, .sec3-top-item-gr-tell {
    font-size: 1.04vw;
  }
}
@media screen and (max-width: 767px) {
  .setting-calender-marval, .sec3-top-item-gr-tell {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .setting-calender-marval {
    font-size: 2.13vw;
  }
}

.sec4-top {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .sec4-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fff;
  }
}
.sec4-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -3;
  background-image: url(../img/top/image09.jpg);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .sec4-top:before {
    content: none;
  }
}

.sec4-top-settlt {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  color: #222222;
}
.sec4-top-settlt h1, .sec4-top-settlt h2, .sec4-top-settlt h3, .sec4-top-settlt h4, .sec4-top-settlt h5, .sec4-top-settlt h6 {
  font-size: 10rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.5rem;
}
@media screen and (max-width: 999px) {
  .sec4-top-settlt h1, .sec4-top-settlt h2, .sec4-top-settlt h3, .sec4-top-settlt h4, .sec4-top-settlt h5, .sec4-top-settlt h6 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-settlt h1, .sec4-top-settlt h2, .sec4-top-settlt h3, .sec4-top-settlt h4, .sec4-top-settlt h5, .sec4-top-settlt h6 {
    font-size: 4.5rem;
    letter-spacing: 0.3rem;
  }
}
.sec4-top-settlt .sec4-top-settlt-sub {
  font-size: 4rem;
  line-height: 1.7;
  letter-spacing: 0.6rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-settlt .sec4-top-settlt-sub {
    font-size: 2.6rem;
    padding-top: 1rem;
    letter-spacing: 0.2rem;
  }
}

.sec4-top-main-calender {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
  margin-top: 6.5rem;
}
.sec4-top-main-calender .sec4-top-main-calender-item iframe {
  width: 100%;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .sec4-top-main-calender {
    display: block;
    margin-top: 3rem;
  }
  .sec4-top-main-calender .sec4-top-main-calender-item + .sec4-top-main-calender-item {
    margin-top: 2.5rem;
  }
}

.sec5-top {
  background-image: url(../img/top/image10.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 7.8rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .sec5-top {
    padding-top: 5rem;
    padding-bottom: 9rem;
  }
}

.sec5-toptlt h1, .sec5-toptlt h2, .sec5-toptlt h3, .sec5-toptlt h4, .sec5-toptlt h5, .sec5-toptlt h6 {
  font-size: 3.5rem;
  letter-spacing: 1rem;
  font-family: "Zen Old Mincho", serif;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec5-toptlt h1, .sec5-toptlt h2, .sec5-toptlt h3, .sec5-toptlt h4, .sec5-toptlt h5, .sec5-toptlt h6 {
    font-size: 1.7rem;
    letter-spacing: 0.3rem;
  }
}
.sec5-toptlt span {
  font-size: 4.8rem;
  color: #EDFF84;
}
@media screen and (max-width: 767px) {
  .sec5-toptlt span {
    font-size: 2.4rem;
  }
}

.sec5-top-txt-search {
  font-size: 2.1rem;
  letter-spacing: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  margin-top: 2.1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec5-top-txt-search {
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    margin-top: 1.5rem;
  }
}
.sec5-top-txt-search:before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4.7rem;
  background-image: url(../img/common/vector6.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .sec5-top-txt-search:before {
    transform: scale(0.7) translateY(0.4rem);
  }
}

.sec5-top-box {
  max-width: 100rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.sec5-top-box:before, .sec5-top-box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -3.7rem;
  border-left: max(1px, 0.1rem) dashed #fff;
}
.sec5-top-box:before {
  left: 0;
  transform-origin: top left;
  transform: rotate(-29deg);
}
@media screen and (max-width: 767px) {
  .sec5-top-box:before {
    transform: rotate(-10deg);
  }
}
.sec5-top-box:after {
  right: 0;
  transform-origin: top right;
  transform: rotate(29deg);
}
@media screen and (max-width: 767px) {
  .sec5-top-box:after {
    transform: rotate(10deg);
  }
}

.sec6-top-img {
  display: grid;
  grid-template-columns: 1fr 36% 1fr;
  align-items: flex-end;
  position: relative;
}
.sec6-top-img:before {
  content: "";
  position: absolute;
  width: 20.5rem;
  height: 16.8rem;
  background-image: url(../img/top/image14.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: -11.5rem;
  left: 1rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-img:before {
    width: 10.5rem;
    height: 8.8rem;
    top: -6.5rem;
  }
}
.sec6-top-img:after {
  width: 21rem;
  height: 13.5rem;
  content: "";
  position: absolute;
  right: 3.5rem;
  top: 0;
  background-image: url(../img/top/image15.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: -6.7rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-img:after {
    width: 11rem;
    height: 7.5rem;
    top: -5.7rem;
    right: 1rem;
  }
}

.sec6-top {
  margin-top: -10.7rem;
}
@media screen and (max-width: 767px) {
  .sec6-top {
    margin-top: -3rem;
    width: 100%;
  }
}

.sec6-top-list-link {
  position: relative;
  max-width: 129em;
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3em);
}
@media screen and (max-width: 1400px) {
  .sec6-top-list-link {
    font-size: 0.71vw;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-list-link {
    font-size: 0.86vw;
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-list-link {
    padding-bottom: 0;
    font-size: 1.79vw;
  }
}

.sec6-top-list-link-gr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 5em;
}
@media screen and (max-width: 999px) {
  .sec6-top-list-link-gr {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-list-link-gr {
    position: static;
  }
}

.sec6-top-item-link {
  display: flex;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  background-color: #fff;
  width: 16em;
  height: 16em;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  background-image: url(../img/common/vector7.svg);
  background-size: 2.4em auto;
  background-repeat: no-repeat;
  background-position: bottom 1.8em center;
  padding-bottom: 4.5em;
  padding-top: 2.5em;
  color: #343131;
  transition: all 0.3s ease-in-out;
}
.sec6-top-item-link span {
  font-size: 1.8em;
}
.sec6-top-item-link:hover {
  background-color: #969696;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec6-top-item-link {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  }
}

.sec6-top-list-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sec6-top-list-ul.sec6-top-list-ul2 {
  max-width: 106em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 999px) {
  .sec6-top-list-ul.sec6-top-list-ul2 {
    max-width: 93em;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-list-ul {
    row-gap: 2rem;
    justify-content: flex-start;
    -moz-column-gap: 2.3em;
         column-gap: 2.3em;
  }
}

.sec7-top {
  padding-top: 3rem;
  padding-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec7-top {
    padding-bottom: 5rem;
  }
}
.sec7-top:before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/top/image27.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec7-top:before {
    top: 6rem;
  }
}

.sec7-top-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 5rem;
  padding-top: 6.7rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-main {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-main {
    display: block;
    padding-top: 4rem;
  }
  .sec7-top-main .sec7-top-item + .sec7-top-item {
    margin-top: 3rem;
  }
}

.sec7-top-item-content-tlt {
  font-size: 2.6rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec7-top-item-content-tlt {
    font-size: 2.2rem;
  }
}
.sec7-top-item-content-tlt span {
  font-size: 1.9rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  .sec7-top-item-content-tlt span {
    font-size: 1.7rem;
  }
}

.sec7-top-item-content-eng {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.35rem;
  padding-top: 0.8rem;
}
@media screen and (max-width: 1400px) {
  .sec7-top-item-content-eng {
    letter-spacing: 0.2rem;
  }
}

.sec7-top-item-content {
  padding-top: 2.4rem;
  background-color: #2A433A;
  color: #fff;
  height: 14rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-item-content {
    height: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-item-content {
    height: auto;
    padding-bottom: 2rem;
  }
}
.sec7-top-item-content.sec7-top-item-content2 {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .sec7-top-item-content.sec7-top-item-content2 {
    height: auto;
  }
}

.sec7-top-item {
  position: relative;
}
.sec7-top-item:before {
  content: "";
  position: absolute;
  width: 6.2rem;
  height: 1.3rem;
  background-image: url(../img/common/vector8.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: 2rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .sec7-top-item:before {
    bottom: 1.5rem;
    right: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  .sec7-top-itemhvo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2A433A;
    overflow: auto;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .sec7-top-itemhvo:hover {
    opacity: 1;
  }
  .sec7-top-itemhvo .sec7-top-item-link {
    position: relative;
    background-color: transparent;
    opacity: 1;
    display: block;
    height: auto;
    padding-bottom: 4.3rem;
    min-height: 100%;
  }
}

.sec7-top-item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #2A433A;
  z-index: 2;
  font-size: 1.7rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  color: #fff;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 2.3rem;
  letter-spacing: 0.3rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .sec7-top-item-link {
    position: relative;
    opacity: 1;
    height: auto;
    display: block;
    padding-top: 0;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-item-link {
    font-size: 1.6rem;
  }
}
.sec7-top-item-link:before {
  content: "";
  position: absolute;
  width: 6.2rem;
  height: 1.3rem;
  background-image: url(../img/common/vector8.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: 2rem;
  right: 2rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec7-top-item-link:before {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.sec7-top-item-link:hover {
  opacity: 1;
}

.sec7-top-item-img {
  position: relative;
  overflow: hidden;
}
.sec7-top-item-img:before {
  position: absolute;
  bottom: -1px;
  left: -5px;
  right: -1px;
  height: 3rem;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #2A433A;
  content: "";
}

.sec8-top-cont {
  max-width: 137.6rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  font-size: 10px;
  display: grid;
  grid-template-columns: max-content 1fr 54em;
}
@media screen and (max-width: 1450px) {
  .sec8-top-cont {
    font-size: 0.69vw;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-cont {
    display: block;
    font-size: 1rem;
  }
}

.sec8-top-left-tlt1.sec8-top-left-tlt11 {
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec8-top-left-tlt1.sec8-top-left-tlt11 {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec8-top-left-tlt1 {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.sec8-top-left-tlt1 .sec8-top-left-tlttxt {
  font-family: "Zen Old Mincho", serif;
  font-size: 4.5em;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .sec8-top-left-tlt1 .sec8-top-left-tlttxt {
    font-size: 3em;
  }
}
.sec8-top-left-tlt1 .sec8-top-left-number {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  width: 6.5em;
  height: 6.5em;
  border-radius: 100em;
  background-color: #C65C40;
  display: inline-flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec8-top-left-tlt1 .sec8-top-left-number {
    width: 5em;
    height: 5em;
    margin-right: 0.5em;
  }
}
.sec8-top-left-tlt1 .sec8-top-left-number strong {
  font-size: 4.5em;
}
@media screen and (max-width: 767px) {
  .sec8-top-left-tlt1 .sec8-top-left-number strong {
    font-size: 3em;
  }
}

.sec8-top-mid-h {
  letter-spacing: 1.4em;
  display: inline-block;
  border-bottom: max(1px, 0.2em) solid #2A433A;
  padding-bottom: 4.2em;
  padding-left: 2em;
}
@media screen and (max-width: 999px) {
  .sec8-top-mid-h {
    letter-spacing: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-mid-h {
    padding-left: 0;
    padding-bottom: 2.5em;
    letter-spacing: 0.2em;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec8-top-mid-h h1, .sec8-top-mid-h h2, .sec8-top-mid-h h3, .sec8-top-mid-h h4, .sec8-top-mid-h h5, .sec8-top-mid-h h6 {
  font-size: 10.1em;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  line-height: 1;
  color: #2A433A;
}
@media screen and (max-width: 999px) {
  .sec8-top-mid-h h1, .sec8-top-mid-h h2, .sec8-top-mid-h h3, .sec8-top-mid-h h4, .sec8-top-mid-h h5, .sec8-top-mid-h h6 {
    font-size: 11em;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-mid-h h1, .sec8-top-mid-h h2, .sec8-top-mid-h h3, .sec8-top-mid-h h4, .sec8-top-mid-h h5, .sec8-top-mid-h h6 {
    font-size: 4.5em;
  }
}

.sec8-top-mid2 {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.5em;
  color: #C65C40;
  padding-top: 1.5em;
}
@media screen and (max-width: 999px) {
  .sec8-top-mid2 {
    letter-spacing: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-mid2 {
    letter-spacing: 0.1em;
  }
}
.sec8-top-mid2 span {
  font-size: 2.3em;
}
@media screen and (max-width: 999px) {
  .sec8-top-mid2 span {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-mid2 span {
    font-size: 1.8em;
  }
}

.sec8-top-mid3 {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.5em;
  color: #2A433A;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .sec8-top-mid3 {
    letter-spacing: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-mid3 {
    padding-top: 1em;
  }
}
.sec8-top-mid3 span {
  font-size: 3.5em;
}
@media screen and (max-width: 999px) {
  .sec8-top-mid3 span {
    font-size: 3.9em;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-mid3 span {
    font-size: 2.2em;
  }
}

.sec8-top-mid4 {
  letter-spacing: 0.2em;
  color: #222222;
  line-height: 2;
  padding-top: 2.1em;
}
.sec8-top-mid4 span {
  font-size: 1.7em;
}
@media screen and (max-width: 1200px) {
  .sec8-top-mid4 span {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top-mid4 span {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-mid4 span {
    font-size: 1.6em;
  }
}

.sec8-top-mid {
  padding-left: 2.5em;
  padding-right: 3em;
  padding-top: 0.5em;
}
@media screen and (max-width: 999px) {
  .sec8-top-mid {
    padding-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-mid {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2em;
  }
}

.sec8-top-left-tlt {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec8-top-left-tlt {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
  }
}

.sec8-top {
  background-image: url(../img/top/image29.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 7.5rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .sec8-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec8-top-right {
  padding-top: 2.5em;
}

.sec8-top-right-img {
  position: relative;
}

.sec8-top-right-img-number {
  width: 26.5em;
  height: 21.7em;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.sec8-top-right-img-number .sec8-top-number-big {
  transform: translateY(-0.1em) translateX(0.05em);
}
@media screen and (max-width: 767px) {
  .sec8-top-right-img-number .sec8-top-number-big {
    transform: translateY(0em) translateX(0.1em);
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-right-img-number {
    width: 13em;
    height: 13em;
  }
}

.sec8-top-number-big {
  font-size: 12rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  color: #C65C40;
}
@media screen and (max-width: 1450px) {
  .sec8-top-number-big {
    font-size: 8.28vw;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-number-big {
    font-size: 6rem;
  }
}
.sec8-top-number-big:first-letter {
  color: #2A433A;
}

.sec9-top1 {
  max-width: 152rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 68em 1fr;
  -moz-column-gap: 7em;
       column-gap: 7em;
  font-size: 10px;
}
@media screen and (max-width: 1450px) {
  .sec9-top1 {
    font-size: 0.69vw;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top1 {
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top1 {
    font-size: 1rem;
    display: block;
  }
}

.sec8-top-mid5 {
  letter-spacing: 0.18em;
  color: #222222;
}
.sec8-top-mid5 span {
  font-size: 1.8em;
  line-height: 2;
}
@media screen and (max-width: 999px) {
  .sec8-top-mid5 span {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-mid5 span {
    font-size: 1.5em;
  }
}

.sec9-top1-right .sec8-top-mid5 {
  margin-top: 2em;
}

.sec9-top1-right-top {
  border-top: max(1px, 0.1rem) solid #222222;
  border-bottom: max(1px, 0.1rem) solid #222222;
  padding-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .sec9-top1-right-top {
    padding-bottom: 1.5em;
    border-top: 0;
  }
}

.link-arow-mordent {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  display: flex;
  width: 30rem;
  height: 6rem;
  color: #fff;
  background-color: #C65C40;
  align-items: center;
  padding-left: 5rem;
  line-height: 1;
  background-image: url(../img/common/vector9.svg);
  background-size: 6.2rem auto;
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  transition: all 0.3s ease-in-out;
}
.link-arow-mordent:hover {
  background-position: right 0.5rem center;
}
@media screen and (max-width: 767px) {
  .link-arow-mordent {
    width: 27rem;
    padding-left: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec9-top1-right {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .sec9-top1-right {
    row-gap: 3rem;
  }
}

.sec9-top1-right-bottom {
  margin-top: auto;
}

.sec9-top {
  padding-top: 10rem;
  padding-bottom: 8rem;
  position: relative;
}
.sec9-top:after {
  content: "";
  width: 48.1rem;
  height: 79rem;
  background-image: url(../img/top/image33.png);
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-size: 100% auto;
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec9-top:after {
    width: 100%;
    height: 100%;
    background-size: contain;
    top: 20rem;
  }
}
.sec9-top:before {
  content: "";
  width: 48.1rem;
  height: 79rem;
  background-image: url(../img/top/image34.png);
  position: absolute;
  z-index: -1;
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  bottom: 31rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec9-top:before {
    width: 100%;
    height: 100%;
    background-size: contain;
    bottom: 31rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
  }
}

.sec9-top2 {
  font-size: 10px;
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10rem;
}
@media screen and (max-width: 1450px) {
  .sec9-top2 {
    font-size: 0.69vw;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top2 {
    font-size: 1rem;
    display: block;
    padding-top: 5rem;
  }
  .sec9-top2 .sec9-top2-item + .sec9-top2-item {
    margin-top: 3rem;
  }
}

.sec9-top2-item {
  width: 65em;
  position: relative;
  padding-bottom: 3.5em;
}
.sec9-top2-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 58em;
  height: max(1px, 0.1em);
  background-color: #222222;
}
@media screen and (max-width: 1200px) {
  .sec9-top2-item {
    width: 68em;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top2-item {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 3rem;
  }
}

.sec9-top2-item-content {
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5em;
  text-align: center;
  margin-top: 4em;
}
.sec9-top2-item-content .sec8-top-mid5 {
  text-align: left;
  margin-top: 1.3em;
}
.sec9-top2-item-content .sec8-top-mid3 {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .sec9-top2-item-content .sec8-top-mid3 {
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top2-item-content {
    max-width: 64em;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top2-item-content {
    padding-top: 0;
    margin-top: 0;
  }
}

.sec9-top2-item-number {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  align-items: center;
  -moz-column-gap: 2.5em;
       column-gap: 2.5em;
}
.sec9-top2-item-number:before, .sec9-top2-item-number:after {
  content: "";
  display: block;
  height: max(1px, 0.1em);
  background-color: #222222;
  margin-top: 1em;
}

.sec9-top2-item-numbers {
  font-size: 9.6rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  color: #C65C40;
}
@media screen and (max-width: 1450px) {
  .sec9-top2-item-numbers {
    font-size: 6.62vw;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top2-item-numbers {
    font-size: 6rem;
  }
}
.sec9-top2-item-numbers:first-letter {
  color: #2A433A;
}

.sec10-top {
  background-color: #F4EFE6;
  padding-top: 4rem;
  padding-bottom: 4.6rem;
  position: relative;
}
.sec10-top .sec10-top-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.sec10-top .sec10-top-left img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .sec10-top .sec10-top-left img {
    width: 33.33vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.sec10-top .sec10-top-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.sec10-top .sec10-top-right img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .sec10-top .sec10-top-right img {
    width: 33.33vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
@media screen and (max-width: 1450px) {
  .sec10-top {
    padding-top: 2.76vw;
    padding-bottom: 3.17vw;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec10-top-cont {
  max-width: 87em;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3em);
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 10px;
}
.sec10-top-cont .sec8-top-mid3 {
  letter-spacing: 0.2em;
}
.sec10-top-cont .sec8-top-mid5 {
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .sec10-top-cont .sec8-top-mid5 {
    text-align: left;
  }
}
@media screen and (max-width: 1450px) {
  .sec10-top-cont {
    font-size: 0.69vw;
  }
}
@media screen and (max-width: 999px) {
  .sec10-top-cont {
    max-width: 95em;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-cont {
    font-size: 1rem;
  }
}

.sec10-top-gr-image {
  padding-top: 3rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.sec10-top-gr-image img {
  width: 100%;
  height: 32rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.sec10-top-gr-image .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.sec10-top-gr-image .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.sec10-top-gr-image .scroll-infinity__item {
  width: 50vw;
}
.sec10-top-gr-image .scroll-infinity__list--right {
  animation: infinity-scroll-right 10s infinite linear 0.5s both;
}

.sec11-top {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .sec11-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.sec11-top .sec5-business-right-slider-image2 {
  padding-top: 2.6vw;
}
@media screen and (max-width: 999px) {
  .sec11-top .sec5-business-right-slider-image2 {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec11-top .sec5-business-right-slider-image2 {
    padding-top: 1.5rem;
  }
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.sec12-top-cont {
  max-width: 121rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  font-size: 1rem;
  display: grid;
  grid-template-columns: 1fr 45em;
  -moz-column-gap: 4.8em;
       column-gap: 4.8em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .sec12-top-cont {
    font-size: 0.78vw;
    -moz-column-gap: 1.8em;
         column-gap: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-cont {
    font-size: 1rem;
    display: block;
  }
}

.sec12-top-tlt {
  letter-spacing: 0.3em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: 4em;
       column-gap: 4em;
  border-bottom: max(1px, 0.1em) solid #A4ACB3;
  padding-bottom: 3.2em;
}
@media screen and (max-width: 767px) {
  .sec12-top-tlt {
    display: block;
    padding-bottom: 2em;
  }
}
.sec12-top-tlt h1, .sec12-top-tlt h2, .sec12-top-tlt h3, .sec12-top-tlt h4, .sec12-top-tlt h5, .sec12-top-tlt h6 {
  line-height: 1;
  font-size: 6.7em;
  font-family: "Zen Old Mincho", serif;
  color: #2A433A;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sec12-top-tlt h1, .sec12-top-tlt h2, .sec12-top-tlt h3, .sec12-top-tlt h4, .sec12-top-tlt h5, .sec12-top-tlt h6 {
    font-size: 4.5rem;
  }
}

.sec12-top-tlt-sub span {
  font-size: 1.9em;
  display: inline-block;
  color: #C65C40;
  letter-spacing: 0.5em;
}
.sec12-top-tlt-sub span:before {
  content: "[";
  display: inline-block;
}
.sec12-top-tlt-sub span:after {
  content: "]";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec12-top-tlt-sub span {
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-tlt-sub {
    padding-top: 0.5rem;
  }
}

.sec12-top-left-txt1 {
  letter-spacing: 0.3em;
  margin-top: 2.3em;
  margin-bottom: 2.1em;
}
@media screen and (max-width: 767px) {
  .sec12-top-left-txt1 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
.sec12-top-left-txt1 span {
  font-family: "Zen Old Mincho", serif;
  color: #222222;
  line-height: 1.5;
  font-size: 2.8em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec12-top-left-txt1 span {
    font-size: 2.4em;
  }
}

.sec12-top-left-txt2 {
  padding-right: 1.5em;
  letter-spacing: 0.05em;
}
.sec12-top-left-txt2 span {
  font-size: 1.7em;
  line-height: 1.9;
  color: #3F3F3F;
}
@media screen and (max-width: 999px) {
  .sec12-top-left-txt2 span {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-left-txt2 span {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-left-txt2 {
    padding-right: 0;
  }
}

.sec12-top-right-img1 img {
  width: 38em;
  border-radius: 1em;
}

.sec12-top {
  background-color: #F4EFE6;
  padding-top: 14rem;
  background-image: url(../img/top/image53.png);
  background-size: auto 37rem;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .sec12-top {
    padding-top: 5rem;
    background-size: auto 18rem;
    padding-bottom: 5rem;
  }
}

.sec12-top-right-img21 {
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec12-top-right-img21 {
    letter-spacing: 0.1em;
  }
}
.sec12-top-right-img21 span {
  font-size: 1.6em;
  font-weight: 500;
  color: #C65C40;
}
@media screen and (max-width: 767px) {
  .sec12-top-right-img21 span {
    font-size: 1.5em;
  }
}

.sec12-top-right-img22 {
  letter-spacing: 0.7em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec12-top-right-img22 {
    letter-spacing: 0.2em;
  }
}
.sec12-top-right-img22 span {
  font-size: 2.9em;
  font-weight: 500;
  color: #2A433A;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec12-top-right-img22 span {
    font-size: 2.2em;
  }
}

.sec12-top-right-img23 span {
  font-size: 1.6em;
  color: #B4BABE;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .sec12-top-right-img23 span {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-right-img23 span {
    font-size: 1.6em;
  }
}

.sec12-top-right-img3img {
  width: 23em;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec12-top-right-img3img img {
  border-radius: 1em;
}
@media screen and (max-width: 767px) {
  .sec12-top-right-img3img {
    width: 17em;
  }
}

.sec12-top-right-img3 {
  position: relative;
  padding-bottom: 4.3em;
}
@media screen and (max-width: 767px) {
  .sec12-top-right-img3 {
    padding-bottom: 2.3em;
  }
}

.sec12-top-right-img2 {
  padding-top: 3.2em;
}
@media screen and (max-width: 767px) {
  .sec12-top-right-img2 {
    padding-top: 1.5em;
  }
}

.sec12-top-left-link {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
  padding-top: 4.5em;
}
@media screen and (max-width: 767px) {
  .sec12-top-left-link {
    display: block;
    padding-top: 2.5rem;
  }
  .sec12-top-left-link .sec12-top-left-link-item + .sec12-top-left-link-item {
    margin-top: 2rem;
  }
}

.sec12-top-left-link-itema {
  font-weight: 500;
  color: #fff;
  display: flex;
  width: 29em;
  height: 6em;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 2.2em auto;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .sec12-top-left-link-itema {
    height: 7em;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-left-link-itema {
    width: 100%;
    height: 8rem;
  }
}
.sec12-top-left-link-itema span {
  font-size: 1.6em;
}
@media screen and (max-width: 999px) {
  .sec12-top-left-link-itema span {
    font-size: 1.9em;
  }
}
.sec12-top-left-link-itema.normal {
  background-image: url(../img/common/image01.svg);
  background-color: #C65C40;
  border: max(1px, 0.1em) solid #C65C40 !important;
}
.sec12-top-left-link-itema.normal:hover {
  background-color: #fff;
  color: #C65C40;
}
.sec12-top-left-link-itema.normal:before {
  background-color: #C65C40;
}
.sec12-top-left-link-itema.green {
  background-image: url(../img/common/vector10.svg);
  background-color: #2A433A;
  border: max(1px, 0.1em) solid #2A433A !important;
}
.sec12-top-left-link-itema.green:hover {
  background-color: #fff;
  color: #2A433A;
}
.sec12-top-left-link-itema.green:before {
  background-color: #2A433A;
}
.sec12-top-left-link-itema:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(0.5em, 3px);
  border-top: max(1px, 0.1em) solid #fff;
}

.sec12-top-cont2 {
  position: relative;
  max-width: 161rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .sec12-top-cont2 {
    padding-bottom: 0;
  }
}
.sec12-top-cont2 .sec12-top-cont2-img {
  width: 30rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec12-top-cont2 .sec12-top-cont2-img img {
  border-radius: 1rem;
}
@media screen and (max-width: 1400px) {
  .sec12-top-cont2 .sec12-top-cont2-img img {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-cont2 .sec12-top-cont2-img img {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-cont2 .sec12-top-cont2-img {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .sec12-top-right {
    padding-top: 3rem;
  }
}

.sec13-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .sec13-top {
    display: block;
  }
}

.sec13-top-left {
  padding: 0 1.5rem;
  padding-top: 8rem;
}
.sec13-top-left .sec13-top-left-img {
  max-width: 74.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .sec13-top-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-left {
    display: block;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec13-top-left-link-href {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #C65C40;
  width: 46rem;
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  background-image: url(../img/common/vector11.svg);
  background-size: 6.2rem auto;
  background-position: right 3.7rem center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.sec13-top-left-link-href:hover {
  background-position: right 1.7rem center;
}
@media screen and (max-width: 999px) {
  .sec13-top-left-link-href {
    width: 36rem;
    height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-left-link-href {
    width: 100%;
    transform: none;
    margin-top: 3rem;
    font-size: 2rem;
    height: 7rem;
  }
}

.sec13-top-right-cont {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.sec13-top-right {
  background-color: #F1F0E9;
  padding-top: 7rem;
  padding-bottom: 6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 1300px) {
  .sec13-top-right {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-right {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec13-top-right-tlt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4rem;
}
.sec13-top-right-tlt h1, .sec13-top-right-tlt h2, .sec13-top-right-tlt h3, .sec13-top-right-tlt h4, .sec13-top-right-tlt h5, .sec13-top-right-tlt h6 {
  font-size: 3.4rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  color: #222222;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  .sec13-top-right-tlt h1, .sec13-top-right-tlt h2, .sec13-top-right-tlt h3, .sec13-top-right-tlt h4, .sec13-top-right-tlt h5, .sec13-top-right-tlt h6 {
    font-size: 3rem;
  }
}

.sec13-top-right-tlt-link {
  font-size: 1.3rem;
  display: flex;
  line-height: 1;
  color: #fff;
  background-color: #C65C40;
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: 4rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.3rem;
  position: relative;
  border: max(1px, 0.1rem) solid #C65C40 !important;
  transition: all 0.3s ease-in-out;
}
.sec13-top-right-tlt-link:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: max(1px, 0.1rem) solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1rem;
  border-left: 0;
  border-bottom: 0;
}
.sec13-top-right-tlt-link:hover {
  background-color: #fff;
  color: #C65C40;
}
.sec13-top-right-tlt-link:hover:before {
  border-color: #C65C40;
}

.list-column-post li {
  padding: 1.5rem;
  border-top: max(2px, 0.3rem) dotted #222222;
}
.list-column-post li:last-child {
  border-bottom: max(2px, 0.3rem) dotted #222222;
}
@media screen and (max-width: 767px) {
  .list-column-post li {
    padding: 1.5rem 0;
  }
}

.list-column-post-item {
  display: grid;
  grid-template-columns: 15rem 1fr;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .list-column-post-item {
    grid-template-columns: 11.54vw 1fr;
    -moz-column-gap: 1.5vw;
         column-gap: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .list-column-post-item {
    display: block;
  }
}

.list-column-post-item-date {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  font-family: "Zen Old Mincho", serif;
  color: #624935;
}

.list-column-post-item-tlt {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  line-height: 1.4;
  color: #EF9651;
  letter-spacing: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 34rem;
}
@media screen and (max-width: 999px) {
  .list-column-post-item-tlt {
    width: 29rem;
  }
}
@media screen and (max-width: 767px) {
  .list-column-post-item-tlt {
    width: 33rem;
    font-size: 1.8rem;
  }
}

.list-column-post-item-txt {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #343131;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .list-column-post-item-txt {
    font-size: 1.6rem;
  }
}

.link-more-dect {
  font-size: 1.6rem;
  color: #B4533C;
  letter-spacing: 0.2rem;
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
  border-bottom: max(1px, 0.1rem) solid #B4533C !important;
}
.link-more-dect:before {
  content: "…";
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .list-column-post-item-content {
    padding-top: 1.5rem;
  }
}

.sec14-top-googlemap iframe {
  width: 100%;
  height: 43.7rem;
}
@media screen and (max-width: 767px) {
  .sec14-top-googlemap iframe {
    height: 30rem;
  }
}

.sec14-top {
  background-color: #F5F5F5;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

.sec15-top-cont {
  max-width: 117rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
}

.sec15-top {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #F4EFE6;
}
@media screen and (max-width: 767px) {
  .sec15-top {
    padding-bottom: 4rem;
  }
}

.sec15-top-tlt {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec15-top-tlt {
    padding-bottom: 3rem;
  }
}
.sec15-top-tlt h1, .sec15-top-tlt h2, .sec15-top-tlt h3, .sec15-top-tlt h4, .sec15-top-tlt h5, .sec15-top-tlt h6 {
  font-size: 4.8rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  letter-spacing: 1rem;
  color: #222222;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .sec15-top-tlt h1, .sec15-top-tlt h2, .sec15-top-tlt h3, .sec15-top-tlt h4, .sec15-top-tlt h5, .sec15-top-tlt h6 {
    font-size: 3.8rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec15-top-tlt h1, .sec15-top-tlt h2, .sec15-top-tlt h3, .sec15-top-tlt h4, .sec15-top-tlt h5, .sec15-top-tlt h6 {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
}

footer {
  position: relative;
  padding-top: 9.2rem;
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/common/image01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 5rem;
  }
}

.footer1-txt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  padding-top: 5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .footer1-txt {
    font-size: 1.6rem;
    text-align: center;
    padding-top: 3rem;
  }
}

.google-map-link {
  font-size: 1.8rem;
  font-weight: 500;
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 26rem;
  height: 6.6rem;
  border-radius: 100rem;
  background-color: #fff;
  -moz-column-gap: 2.3rem;
       column-gap: 2.3rem;
  transition: all 0.3s ease-in-out;
}
.google-map-link:before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/vector13.svg);
  width: 2.4rem;
  height: 2.4rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}
.google-map-link:hover {
  color: #fff;
  background-color: #C65C40;
}
.google-map-link:hover:before {
  background-image: url(../img/common/vector14.svg);
}
@media screen and (max-width: 767px) {
  .google-map-link {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 51.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .footer2 {
    width: 45.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .footer2 {
    width: 36%;
  }
}
@media screen and (max-width: 999px) {
  .footer2 {
    width: 46.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer2 {
    width: 100%;
    display: block;
    padding-top: 3rem;
  }
  .footer2 .footer2-item + .footer2-item {
    margin-top: 2rem;
  }
}

.footer2-tlt {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .footer2-tlt {
    font-size: 2.6rem;
  }
}

.footer-list-link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 2.3;
}
@media screen and (max-width: 1400px) {
  .footer-list-link {
    font-size: 1.5rem;
  }
}
.footer-list-link a {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
}
.footer-list-link a:before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: max(1px, 0.2rem);
  background-color: #fff;
  line-height: 1;
}

.footer {
  max-width: 168rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: max(1px, 0.1rem) solid rgba(255, 255, 255, 0.7);
  padding-bottom: 4.3rem;
}

.ft-privacy {
  max-width: 168rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .ft-privacy {
    padding-top: 2.5rem;
    padding-bottom: 9.5rem;
  }
}

.footer3 {
  width: 53rem;
  padding-top: 4.8rem;
}
.footer3.footer3--sp {
  display: none;
}
@media screen and (max-width: 1500px) {
  .footer3 {
    width: 46rem;
  }
}
@media screen and (max-width: 1400px) {
  .footer3 {
    width: 31%;
  }
}
@media screen and (max-width: 999px) {
  .footer3.footer3--pc {
    display: none;
  }
  .footer3.footer3--sp {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}
.footer3 .setting-calender-marval {
  background-color: #fff;
}
.footer3 .setting-calender-marval-table .td-crilcer {
  color: #2A433A;
}
.footer3 .setting-calender-marval-table .td-crilcer-line {
  color: #2A433A;
}
.footer3 .setting-calender-marval-table tr:first-child td {
  font-weight: 500;
}

.footer1 {
  width: 40rem;
}
@media screen and (max-width: 1500px) {
  .footer1 {
    width: 37rem;
  }
}
@media screen and (max-width: 1400px) {
  .footer1 {
    width: 28%;
  }
}
@media screen and (max-width: 999px) {
  .footer1 {
    width: 46rem;
  }
}
@media screen and (max-width: 767px) {
  .footer1 {
    width: 100%;
  }
}

.footer3-sub-txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.7;
  color: #fff;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .footer3-sub-txt {
    font-size: 1.6rem;
  }
}

.ft-privacy .ft-privacy-img {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .ft-privacy .ft-privacy-img {
    width: 17rem;
  }
}
.ft-privacy .ft-privacy-txt {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}

.ft-privacy-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ft-privacy-main .ft-privacy-main-link {
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: max(1px, 0.1rem) solid #fff;
}

.btn-page-top {
  width: 6rem;
  height: 6rem;
  background-image: url(../img/common/vector16.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100rem;
  border: max(1px, 0.1rem) solid #C65C40;
  position: fixed;
  right: 1.5rem;
  bottom: 6rem;
  z-index: 20;
  cursor: pointer;
}

@keyframes fade-top {
  to {
    opacity: 1;
    transform: none;
  }
}
.fade-top {
  opacity: 0;
  transform: translate(0, 35px);
  animation: fade-top 0.5s ease forwards;
  animation-delay: 0.6s;
}

.table-normal-style {
  width: 100%;
}
.table-normal-style tr td:first-child {
  width: 15rem;
  background-color: #8B3E28;
  color: #fff;
  font-weight: 500;
  padding-left: 1.5rem;
  border-bottom-color: #fff;
}
.table-normal-style tr:last-child td:first-child {
  border-bottom-color: #8B3E28;
}
.table-normal-style tr td:last-child {
  width: calc(100% - 15rem);
  padding-left: 1.5rem;
  padding-right: 1rem;
}
.table-normal-style tr td {
  border: max(1px, 0.1rem) solid #8B3E28;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .table-normal-style tr td {
    width: 100% !important;
    float: left;
    border: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-normal-style2 tr td:first-child {
    width: 35rem;
  }
  .table-normal-style.table-normal-style2 tr td:last-child {
    width: calc(100% - 35rem);
  }
}

.table-calender-style {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .table-calender-style {
    font-size: 1.4rem;
  }
}
.table-calender-style tr td:first-child {
  width: 35rem;
  text-align: left;
  background-color: #8B3E28;
  color: #fff;
  padding-left: 2rem;
}
@media screen and (max-width: 999px) {
  .table-calender-style tr td:first-child {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .table-calender-style tr td:first-child {
    width: 11rem;
    padding-left: 1rem;
  }
}
.table-calender-style tr td {
  width: calc((100% - 35rem) / 8);
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 999px) {
  .table-calender-style tr td {
    width: calc((100% - 30rem) / 8);
  }
}
@media screen and (max-width: 767px) {
  .table-calender-style tr td {
    width: calc((100% - 11rem) / 8);
  }
}
.table-calender-style tr:first-child td {
  background-color: #8B3E28;
  color: #fff;
}
.table-calender-style tr:first-child td:last-child {
  border-right: max(1px, 0.1rem) solid #8B3E28;
}
.table-calender-style tr:first-child td + td {
  border-left: max(1px, 0.1rem) solid #fff;
}
.table-calender-style tr + tr td:first-child {
  border-top: max(1px, 0.1rem) solid #fff;
}
.table-calender-style tr:not(:first-child) td:not(:first-child) {
  border-left: max(1px, 0.1rem) solid #8B3E28;
  border-bottom: max(1px, 0.1rem) solid #8B3E28;
}
.table-calender-style tr:not(:first-child) td:not(:first-child):last-child {
  border-right: max(1px, 0.1rem) solid #8B3E28;
}

.google-map-clinic iframe {
  width: 100%;
  height: 35rem;
}
@media screen and (max-width: 767px) {
  .google-map-clinic iframe {
    height: 30rem;
  }
}

.layout-amagerzin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 5rem;
}
@media screen and (min-width: 1000px) {
  .layout-amagerzin.layout-amagerzin--3col {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-amagerzin {
    display: block;
  }
  .layout-amagerzin .layout-amagerzin-item + .layout-amagerzin-item {
    margin-top: 3rem;
  }
}

.layout-amagerzin-item {
  background-color: #fff;
  padding-bottom: 3rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 2rem rgba(101, 132, 192, 0.3);
}
.layout-amagerzin-item .layout-amagerzin-item-tlt {
  font-size: 2rem;
  text-align: center;
  background-color: #8B3E28;
  padding: 1rem 1.5rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .layout-amagerzin-item .layout-amagerzin-item-tlt {
    font-size: 1.9rem;
    padding: 1rem;
  }
}
.layout-amagerzin-item .default-txt {
  margin-top: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .layout-amagerzin-item .default-txt {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.txt-clor-primary {
  color: #C65C40;
}

.layout-amagerzin-item--img img {
  width: 100%;
}

.footer-mgt-page {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .footer-mgt-page {
    margin-top: 5rem;
  }
}

#toc_container {
  border: 0 !important;
  position: relative;
  color: #fff;
  width: 66rem !important;
  margin-bottom: 0 !important;
  padding: 2rem 1.5rem !important;
  background-color: #f77958 !important;
}
@media screen and (max-width: 767px) {
  #toc_container {
    width: 100% !important;
  }
}
#toc_container .toc_title {
  text-align: left !important;
  background-color: #fff;
  color: #C65C40;
  padding: 0.5rem 1.5rem !important;
  margin-bottom: 1.5rem !important;
  width: 100% !important;
}
#toc_container .toc_list {
  font-size: 1.6rem;
  font-weight: 500;
  text-underline-offset: 0.5rem;
}

.scrool-link-parent {
  position: relative;
}
.scrool-link-parent .scrool-link-child {
  position: absolute;
  top: -15rem;
  left: 0;
}
@media screen and (max-width: 999px) {
  .scrool-link-parent .scrool-link-child {
    top: -12rem;
  }
}
@media screen and (max-width: 767px) {
  .scrool-link-parent .scrool-link-child {
    top: -10rem;
  }
}

.image-thedoctor {
  position: relative;
}
.image-thedoctor .image-thedoctor-ck {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  font-family: 500;
}
@media screen and (max-width: 767px) {
  .image-thedoctor .image-thedoctor-ck {
    position: static;
    text-align: right;
    padding-top: 1.5rem;
    font-size: 2.2rem;
  }
}

.mgt3 {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .mgt3 {
    margin-top: 2rem;
  }
}

.alower-secmer {
  border: max(1rem, 5px) solid #FFC6B6;
  padding: 3rem 3rem;
  background-color: #FCF8EF;
}
@media screen and (max-width: 767px) {
  .alower-secmer {
    padding: 2rem 1.5rem;
    border: max(0.5rem, 1px) solid #FFC6B6;
  }
}
.alower-secmer h1, .alower-secmer h2, .alower-secmer h3, .alower-secmer h4, .alower-secmer h5, .alower-secmer h6 {
  font-size: 3.2rem;
  color: #C65C40;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 1rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .alower-secmer h1, .alower-secmer h2, .alower-secmer h3, .alower-secmer h4, .alower-secmer h5, .alower-secmer h6 {
    font-size: 2.2rem;
  }
}

body {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .txt-center-pc {
    text-align: center;
  }
}

.mgt5 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .mgt5 {
    margin-top: 3.5rem;
  }
}

.setting-mgt0-tlt h1, .setting-mgt0-tlt h2, .setting-mgt0-tlt h3, .setting-mgt0-tlt h4, .setting-mgt0-tlt h5, .setting-mgt0-tlt h6 {
  margin-top: 0 !important;
}

.list-column-post-item-img img {
  width: 100%;
}

.link-arline-page {
  width: 22rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  font-size: 1.8rem;
  border: max(1px, 0.1rem) solid #C65C40 !important;
  border-radius: 10rem;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #C65C40;
}
.link-arline-page:hover {
  background-color: #fff;
  color: #C65C40;
}
@media screen and (max-width: 767px) {
  .link-arline-page {
    font-size: 1.6rem;
  }
}

.iamge-post0thumnail-single {
  padding-top: 3rem;
}

.parent-pre-list-next {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.parent-pre-list-next span.link-arline-page {
  opacity: 0.5;
  background-color: #C65C40 !important;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .parent-pre-list-next {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
  .parent-pre-list-next .link-arline-page {
    width: 30%;
  }
}

.archive-post--column {
  display: block;
}

.archive-post-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
}
.archive-post-column li {
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
}
.archive-post-column li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .archive-post-column {
    display: block;
  }
  .archive-post-column li + li {
    margin-top: 3rem;
  }
}

.content-box-sub-column {
  padding: 2rem 1rem;
}

.list-post-topics-txt-date {
  font-size: 1.7rem;
  color: #C65C40;
  line-height: 1;
}

.list-post-topics-txt-tlt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-tlt {
    font-size: 1.8rem;
  }
}

.list-post-topics-txt-dect {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-dect {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
.list-post-topics-txt-dect a {
  display: inline-block;
  color: #C65C40;
  border-bottom: max(1px, 0.1rem) solid #C65C40;
  line-height: 1.2;
}

.footer-list-link--sitemap {
  color: #C65C40;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: rgba(66, 62, 62, 0.08);
  border-radius: 2rem;
  padding: 5rem 6rem;
}
@media screen and (max-width: 767px) {
  .footer-list-link--sitemap {
    display: block;
    padding: 3rem 3rem;
  }
}
.footer-list-link--sitemap a:before {
  background-color: #C65C40;
}

@media screen and (min-width: 768px) {
  .sec1-top-tlt-bigmap {
    font-size: 1.5em;
    display: inline-block;
    padding-bottom: 0.45em;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .sec1-top-tlt-bigmap {
    font-size: 1.2em;
  }
}
.footer-list-link-green {
  color: #0DAC67;
}
.footer-list-link-green a:before {
  background-color: #0DAC67;
}

.sec2-top-member-grlink {
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 999px) {
  .sec2-top-member-grlink {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-member-grlink {
    font-size: 1rem;
  }
}

.sec3-top-item-morenews {
  max-width: 57rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
}
.sec3-top-item-morenews .sec13-top-right-tlt-link {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-morenews .sec13-top-right-tlt-link {
    margin-right: auto;
  }
}

.sec8-top-link {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: center;
}
.sec8-top-link .link-arow-mordent {
  width: 34rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .sec8-top-link {
    flex-direction: column;
    row-gap: 1.5rem;
  }
}

.link-arow-mordent--green {
  background-color: #2A433A !important;
}

.sec9-top2-item-link {
  width: 65em;
  display: flex;
  justify-content: center;
  padding-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .sec9-top2-item-link {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.alower-secmer-grid {
  display: grid;
  grid-template-columns: 63% 35%;
  justify-content: space-between;
  align-items: flex-start;
}
.alower-secmer-grid .alower-secmer-img img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .alower-secmer-grid {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
}

.gr-tel-map-footer {
  position: fixed;
  bottom: 0;
  z-index: 20;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 41% 41% 18%;
}
.gr-tel-map-footer .gr-tel-map-footer-item {
  height: 6.8rem;
  background-color: #C65C40;
  position: relative;
}
.gr-tel-map-footer .gr-tel-map-footer-item .gr-tel-map-footer-item-tell {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/common/icon_tel.svg);
  background-size: auto 40%;
  background-position: top 0.6rem center;
  background-repeat: no-repeat;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.gr-tel-map-footer .gr-tel-map-footer-item-map {
  background-color: #2A443B;
  border-left: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
}
.gr-tel-map-footer .gr-tel-map-footer-item-map .gr-tel-map-footer-item-tell {
  background-image: url(../img/common/vettor17.svg) !important;
}
.gr-tel-map-footer .gr-tel-map-footer-item-scrolltop {
  background-color: #fff;
  background-image: url(../img/common/vector16.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.list-category-table {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}
.list-category-table li {
  display: inline-block;
  background-color: #C65C40;
  border-radius: 3rem;
  padding: 0 1.5rem;
  color: #fff;
}

.link-hreftel {
  display: flex;
  font-size: 2.6rem;
  font-weight: 500;
  width: 30rem;
  height: 6.6rem;
  background-color: #C65C40;
  color: #fff !important;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  text-decoration: none !important;
  line-height: 1;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-top: 1rem;
}
.link-hreftel:before {
  content: "";
  background-image: url(../img/common/icon_tel.svg);
  width: 1.5rem;
  height: 2.3rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.3);
}
@media screen and (max-width: 767px) {
  .link-hreftel:before {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .link-hreftel {
    width: 25rem;
    height: 5.6rem;
    font-size: 2.2rem;
  }
}

.sec3-top-item-sub-nonefam {
  text-align: center;
}
.sec3-top-item-sub-nonefam span {
  font-size: 1.5em;
}

.list-select-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .list-select-table {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 3rem;
  }
}

.list-select-table-btn {
  width: 30rem;
  height: 6rem;
  background-color: #C65C40;
  border: max(1px, 0.1rem) solid #C65C40;
  font-size: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .list-select-table-btn {
    font-size: 1.7rem;
    width: 32%;
    height: 5rem;
  }
}
.list-select-table-btn:hover, .list-select-table-btn.is-active {
  background-color: #fff;
  color: #C65C40;
}

.informetab {
  display: none;
}

#tab1 {
  display: block;
}/*# sourceMappingURL=style.css.map */