/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
/*---------- START BREADCRUMB ----------*/
.c-breadcrumb {
  margin-bottom: 10.5rem;
}
.c-breadcrumb ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.7rem 0;
  margin: 0;
}
.c-breadcrumb ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.3rem;
  margin-right: 1.1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.c-breadcrumb ul li:after {
  position: absolute;
  content: "";
  border: solid black;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.2rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
  top: 1rem;
}
.c-breadcrumb ul li:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0;
}
.c-breadcrumb ul li:last-child:after {
  content: none;
}
.c-breadcrumb ul li:nth-child(2) {
  white-space: nowrap;
}
.c-breadcrumb ul li a {
  line-height: 1.2;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}

/*---------- START TITLE PAGE ----------*/
@media only screen and (min-width: 768px) {
  .c-pagination {
    margin-top: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 5rem;
  }
}
.c-pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .c-pagination .wp-pagenavi {
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination .wp-pagenavi {
    gap: 0.5rem;
  }
}
.c-pagination .wp-pagenavi .page {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  text-decoration: none;
  border: 1px solid #d6c6a8;
  color: #000;
}
.c-pagination .wp-pagenavi .page.line {
  border: none;
  width: 1.5rem;
}
.c-pagination .wp-pagenavi a:hover {
  color: #fff;
  background: #d6c6a8;
}
.c-pagination .wp-pagenavi .current {
  color: #fff;
  background: #d6c6a8;
}
.c-pagination .wp-pagenavi .previouspostslink,
.c-pagination .wp-pagenavi .nextpostslink {
  position: relative;
}
.c-pagination .wp-pagenavi .previouspostslink:hover:before,
.c-pagination .wp-pagenavi .nextpostslink:hover:before {
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
}
.c-pagination .wp-pagenavi .previouspostslink:before,
.c-pagination .wp-pagenavi .nextpostslink:before {
  content: "";
  border: solid #000;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-pagination .wp-pagenavi .previouspostslink:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.c-pagination .wp-pagenavi .nextpostslink:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

#cm-main {
  margin-top: var(--headerH);
}

.cm-banner {
  margin-top: 12rem;
}
@media only screen and (max-width: 767px) {
  .cm-banner {
    margin-top: 5rem;
  }
}

.l-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .l-headline {
    padding: 10rem 0 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-headline {
    padding: 3rem 0;
    margin-bottom: 3rem;
  }
}
.l-headline__title {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .l-headline__title {
    height: 13rem;
    padding: 1.5rem 3.7rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-headline__title {
    padding: 1rem 1.5rem;
  }
}
.l-headline__en {
  color: var(--co-secondry);
  font-family: var(--font-oswald);
  display: block;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .l-headline__en {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-headline__en {
    font-size: 1.4rem;
  }
}
.l-headline__jp {
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .l-headline__jp {
    font-size: 4.5rem;
    margin-top: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-headline__jp {
    font-size: 2rem;
    margin-top: 0.4rem;
  }
}

.cm-title02 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cm-title02 {
    font-size: 4rem;
    padding-bottom: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title02 {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.cm-title02:before {
  content: "";
  height: 0.1rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .cm-title02:before {
    width: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title02:before {
    width: 5rem;
  }
}
.cm-title02:after {
  content: "";
  height: 0.3rem;
  background: #d6c6a8;
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .cm-title02:after {
    width: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title02:after {
    width: 2rem;
  }
}

.p-news .l-headline {
  background: url(../images/news/headline.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-news .s-news__listItem {
    margin-bottom: 8.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news__listItem {
    margin-bottom: 3rem;
  }
}
.p-news .s-news__listItem:last-child {
  margin-bottom: 0;
}
.p-news .s-news__listItemTtl {
  font-weight: 500;
  border-bottom: 1px solid #000;
  letter-spacing: 0.05em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-news .s-news__listItemTtl {
    font-size: 2.4rem;
    margin: 0 0 3.5rem;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news__listItemTtl {
    font-size: 1.8rem;
    margin: 0 0 2rem;
    padding-bottom: 1.5rem;
  }
}
.p-news .s-news__listItemTtl:after {
  content: "";
  height: 0.3rem;
  background: #d6c6a8;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
}
@media only screen and (min-width: 768px) {
  .p-news .s-news__listItemTtl:after {
    width: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news__listItemTtl:after {
    width: 12rem;
  }
}
.p-news .s-news__listItemTtl span {
  display: block;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-news .s-news__listItemTtl span {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news__listItemTtl span {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.p-news .s-news__listItemCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-news .s-news__listItemCt {
    gap: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news__listItemCt {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-news .s-news__listItemCt img {
    width: 53rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news__listItemCt img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news__listItemCt .ct_left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.p-news .s-news__listItemCt .ct_left p {
  margin: 0;
}
.p-news .s-news__listItemCt .ct_left_btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-news .s-news__listItemCt .ct_left_btn {
    margin-top: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news__listItemCt .ct_left_btn {
    margin-top: 2rem;
  }
}
.p-news .s-news__listItemCt .ct_left_btn:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-news .s-news__listItemCt .ct_left_btn .c-btn_more {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news__listItemCt .ct_left_btn .c-btn_more {
    margin: auto;
  }
}
.p-news .s-news_detailTtl {
  font-weight: 500;
  border-bottom: 1px solid #000;
  letter-spacing: 0.05em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-news .s-news_detailTtl {
    font-size: 3.2rem;
    margin: 0 0 6.3rem;
    padding-bottom: 1.8rem;
    line-height: 1.4375;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news_detailTtl {
    font-size: 1.8rem;
    margin: 0 0 3rem;
    padding-bottom: 1.5rem;
  }
}
.p-news .s-news_detailTtl:after {
  content: "";
  height: 0.3rem;
  background: #d6c6a8;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
}
@media only screen and (min-width: 768px) {
  .p-news .s-news_detailTtl:after {
    width: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news_detailTtl:after {
    width: 12rem;
  }
}
.p-news .s-news_detailTtl span {
  display: block;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-news .s-news_detailTtl span {
    font-size: 1.6rem;
    margin-bottom: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news_detailTtl span {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.p-news .s-news_detail figure {
  text-align: center;
  margin: auto;
}
.p-news .s-news_detail figure img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.p-news .s-news_detail h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-news .s-news_detail h3 {
    font-size: 2.4rem;
    margin: 6.4rem 0 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news_detail h3 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
  }
}
.p-news .s-news_detailbtn {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-news .s-news_detailbtn {
    margin-top: 16.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news_detailbtn {
    margin-top: 4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.p-news .s-news_detailbtn .btn-arrow {
  position: relative;
  background: #fff;
  border: 0.1rem solid #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .p-news .s-news_detailbtn .btn-arrow {
    width: 30rem;
    height: 8rem;
  }
  .p-news .s-news_detailbtn .btn-arrow:hover a {
    opacity: 1;
    color: #fff;
  }
  .p-news .s-news_detailbtn .btn-arrow:hover:before {
    width: 100%;
  }
  .p-news .s-news_detailbtn .btn-arrow:before {
    content: "";
    width: 0;
    height: 100%;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
  }
  .p-news .s-news_detailbtn .btn-arrow.prev {
    position: absolute;
    left: 0;
  }
  .p-news .s-news_detailbtn .btn-arrow.next {
    position: absolute;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news_detailbtn .btn-arrow {
    width: 20rem;
    height: 6rem;
  }
}
.p-news .s-news_detailbtn .btn-arrow a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  z-index: 9;
  font-family: var(--font-oswald);
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-news .s-news_detailbtn .btn-arrow a {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news_detailbtn .btn-arrow a {
    font-size: 1.6rem;
  }
}

.p-contact .l-headline {
  background: url(../images/contact/headline.png) no-repeat center center;
  background-size: cover;
}
.p-contact .s-contact01 .text {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 .text {
    margin: 5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 .text {
    margin: 0;
  }
}
.p-contact .s-contact01 .text a {
  color: #d6c6a8;
}
@media only screen and (min-width: 768px) {
  .p-contact #formEnd {
    margin-top: 6.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact #formEnd {
    margin-top: 3rem;
  }
}
.p-contact #formEnd a {
  color: #d6c6a8;
}
@media only screen and (min-width: 768px) {
  .p-contact #formEnd p {
    margin: -0.6rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact #formEnd p {
    margin: 0;
  }
}
.p-contact .contact-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .contact-group-btn {
    margin-top: 4.2rem;
    gap: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .contact-group-btn {
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-contact .contact-group-btn .contact-btn {
  background: #d6c6a8;
  border: 0.2rem solid #d6c6a8;
  background: linear-gradient(
    144deg,
    rgb(214, 198, 168) 33%,
    rgb(214, 198, 168) 100%
  );
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}
.p-contact .contact-group-btn .contact-btn.disabled:hover:before {
  width: 0;
}
.p-contact .contact-group-btn .contact-btn:before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (min-width: 768px) {
  .p-contact .contact-group-btn .contact-btn {
    width: 37.8rem;
    height: 8rem;
    font-size: 2rem;
  }
  .p-contact .contact-group-btn .contact-btn:hover:before {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .contact-group-btn .contact-btn {
    width: 25rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}
.p-contact .contact-group-btn .contact-btn input {
  width: 100%;
  border: none;
  height: 100%;
  position: relative;
  z-index: 9;
}
.p-contact .contact-group-btn .contact-btn__prev {
  background: #dcdcdc;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: none;
  color: #000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  border: 0.2rem solid #dcdcdc;
}
.p-contact .contact-group-btn .contact-btn__prev:before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (min-width: 768px) {
  .p-contact .contact-group-btn .contact-btn__prev:hover:before {
    width: 100%;
  }
  .p-contact .contact-group-btn .contact-btn__prev {
    width: 37.8rem;
    height: 8rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .contact-group-btn .contact-btn__prev {
    width: 25rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}
.p-contact .contact-group-btn .contact-btn__prev span {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact02 {
    margin-top: 11.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact02 {
    margin-top: 3rem;
  }
}
.p-contact .s-contact02 .inner {
  background: #f5f0e8;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact02 .inner {
    padding: 5.4rem 7.7rem 9rem;
    margin-top: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact02 .inner {
    padding: 2rem 1.2rem;
    margin-top: 0;
  }
}
.p-contact .s-contact02 .inner p {
  margin: 0;
  line-height: 1.5;
}
.p-contact .s-contact02 .inner a {
  text-decoration: none;
}
.p-contact .s-contact03 {
  text-align: center;
}
.p-contact .s-contact03 .c-btn_more {
  margin: 4rem auto 0;
}

.form-content {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .form-content {
    border-top: 0.1rem solid #4d4d4d;
    margin-top: 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .form-content {
    border: 0.1rem solid var(--co-primary);
    margin-top: 3rem;
    border-top: none;
  }
}
.form-content__dl {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .form-content__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.4rem 0;
    border-bottom: 0.1rem solid #4d4d4d;
  }
}
@media only screen and (max-width: 767px) {
  .form-content__dl {
    display: block;
    padding: 0;
  }
  .form-content__dl:last-child {
    border-bottom: none;
  }
}
.form-content__dt {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .form-content__dt {
    width: 24.8rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .form-content__dt {
    width: 100%;
    padding: 1rem;
    border-top: 0.1rem solid var(--co-primary);
    border-bottom: 0.1rem solid var(--co-primary);
    font-weight: 600;
    background: #dcdcdc;
  }
}
.form-content__dt span {
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .form-content__dt span {
    top: 0.6rem;
    font-size: 1.6rem;
    width: 5rem;
    height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .form-content__dt span {
    top: 1.2rem;
    right: 1rem;
    font-size: 1.3rem;
    width: 4rem;
    height: 2rem;
  }
}
.form-content__dt .hissu {
  background: #d6c6a8;
  color: #000;
}
.form-content__dt .ninni {
  background: #4d4d4d;
  color: #fff;
}
.form-content dd {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .form-content dd {
    width: calc(100% - 24.8rem);
    padding: 0 11rem 0 11.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .form-content dd {
    width: 100%;
    padding: 1.5rem 1rem;
  }
}
.form-content dd p {
  margin: 0.5rem 0;
}
.form-content dd .list_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-content dd label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.form-content dd input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}
.form-content dd input[type="text"],
.form-content dd input[type="tel"],
.form-content dd input[type="email"],
.form-content dd textarea {
  border: 1px solid #4d4d4d;
  border-radius: 0.2rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form-content dd input[type="text"],
  .form-content dd input[type="tel"],
  .form-content dd input[type="email"],
  .form-content dd textarea {
    padding: 0.2rem 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .form-content dd input[type="text"],
  .form-content dd input[type="tel"],
  .form-content dd input[type="email"],
  .form-content dd textarea {
    padding: 0.5rem 1rem;
  }
}
.form-content dd textarea {
  height: 200px;
}

.p-hr .l-headline {
  background: url(../images/hr/headline.png) no-repeat center center;
  background-size: cover;
}
.p-hr .s-hr01 {
  position: relative;
}
.p-hr .s-hr01:after {
  content: "";
  display: block;
  clear: both;
}
.p-hr .s-hr01_img {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr01_img {
    width: calc(50% + 5rem);
    height: 71.8rem;
    float: right;
  }
  .p-hr .s-hr01_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr01_img {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr01_content {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
  }
  .p-hr .s-hr01_content:after {
    content: "";
    display: block;
    clear: both;
  }
}
.p-hr .s-hr01_inner {
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr01_inner {
    width: 69.8rem;
    margin-top: 9.9rem;
    padding: 7.1rem 3rem 9.1rem 0;
  }
}
.p-hr .s-hr01_inner .ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr01_inner .ttl {
    font-size: 4rem;
    margin: 0 0 4rem;
    line-height: 1.45;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr01_inner .ttl {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.p-hr .s-hr01_inner p {
  margin: 0;
}
.p-hr .s-hr01__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr01__btn {
    gap: 4.6rem;
    margin-top: 6.3rem;
    padding: 0 2rem 0 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr01__btn {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3rem;
  }
}
.p-hr .s-hr01__btn .btn {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr01__btn .btn {
    width: calc(50% - 2.3rem);
    border: 0.1rem solid #000;
  }
  .p-hr .s-hr01__btn .btn:hover:before {
    width: 100%;
  }
  .p-hr .s-hr01__btn .btn:hover a {
    color: #fff;
  }
  .p-hr .s-hr01__btn .btn:hover a .icon:before {
    background: #fff;
  }
  .p-hr .s-hr01__btn .btn:hover a .icon:after {
    content: "";
    border: solid #fff;
    border-width: 0 0.2rem 0.2rem 0;
  }
  .p-hr .s-hr01__btn .btn:before {
    content: "";
    width: 0;
    height: 100%;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr01__btn .btn {
    width: 25rem;
    border: 0.1rem solid #000;
  }
}
.p-hr .s-hr01__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 9;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr01__btn a {
    height: 7.6rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr01__btn a {
    height: 5rem;
    font-size: 1.6rem;
  }
}
.p-hr .s-hr01__btn a .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-hr .s-hr01__btn a .icon:before {
  content: "";
  width: 0.2rem;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr01__btn a .icon:before {
    height: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr01__btn a .icon:before {
    height: 1.2rem;
  }
}
.p-hr .s-hr01__btn a .icon:after {
  content: "";
  border: solid black;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 0.1rem;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr01__btn a .icon:after {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr01__btn a .icon:after {
    padding: 0.3rem;
  }
}
.p-hr .s-reason {
  background: #f5f0e8;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-reason {
    padding: 7.1rem 0 12.6rem;
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-reason {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-hr .s-reason__list {
    margin-top: 7.3rem;
  }
}
.p-hr .s-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-reason__item {
    gap: 3.8rem;
    margin-bottom: 8rem;
  }
  .p-hr .s-reason__item:nth-child(2n) img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-hr .s-reason__item:nth-child(2n) .s-reason__itemCt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-reason__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.p-hr .s-reason__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-reason__item img {
    width: 54.1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-reason__item img {
    width: 100%;
  }
}
.p-hr .s-reason__itemTtl {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-reason__itemTtl {
    font-size: 3rem;
    line-height: 1.2;
    margin: 0.3rem 0 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-reason__itemTtl {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
}
.p-hr .s-reason__itemTtl span {
  display: block;
  font-family: var(--font-oswald);
  color: var(--co-primary);
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-reason__itemTtl span {
    margin-bottom: 1.9rem;
  }
}
.p-hr .s-reason__itemCt p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr02 {
    margin-top: 7.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr02 {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr02 .txt {
    margin: 4.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr02 .txt {
    margin: 0;
  }
}
.p-hr .s-hr02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr02__list {
    gap: 5rem 6.8rem;
    margin-top: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr02__list {
    margin-top: 2rem;
    gap: 2rem;
  }
}
.p-hr .s-hr02__item {
  border: 0.1rem solid #d6c6a8;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr02__item {
    width: calc(50% - 3.4rem);
    padding: 3.2rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr02__item {
    width: 100%;
    padding: 1.5rem;
  }
}
.p-hr .s-hr02__item .ttl {
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr02__item .ttl {
    margin: 0 0 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr02__item .ttl {
    margin: 0 0 1.5rem;
  }
}
.p-hr .s-hr02__item .ttl .ttl_en {
  display: block;
  font-family: var(--font-oswald);
  color: var(--co-secondry);
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr02__item .ttl .ttl_en {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr02__item .ttl .ttl_en {
    font-size: 1.4rem;
  }
}
.p-hr .s-hr02__item .ttl .ttl_jp {
  display: block;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr02__item .ttl .ttl_jp {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr02__item .ttl .ttl_jp {
    font-size: 1.8rem;
  }
}
.p-hr .s-hr02__item img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr02__item p {
    margin: 2.9rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr02__item p {
    margin: 1.5rem 0 0;
  }
}
.p-hr .s-hr03 {
  background: #f5f0e8;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr03 {
    margin-top: 11.5rem;
    padding: 8.1rem 0 10.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr03 {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr03__txt {
    margin: 4.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr03__txt {
    margin: 0;
  }
}
.p-hr .s-hr03__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr03__list {
    margin-top: 9.2rem;
    padding: 0 3rem;
    gap: 4.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr03__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4.5rem;
    margin-top: 4rem;
  }
}
.p-hr .s-hr03__list:after {
  content: "";
  background: #d6c6a8;
  background: linear-gradient(
    144deg,
    rgb(214, 198, 168) 0%,
    rgb(115, 115, 115) 100%
  );
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr03__list:after {
    width: 100%;
    height: 0.7rem;
    top: 50%;
    left: 0;
    margin-top: -0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr03__list:after {
    width: 0.7rem;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-hr .s-hr03__item {
  background: #cec2a8;
  text-align: center;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr03__item {
    width: calc(25% - 3.075rem);
    padding: 3.6rem 0.5rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr03__item {
    width: 100%;
    padding: 2.5rem 2rem 2rem;
  }
}
.p-hr .s-hr03__item span {
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #d6c6a8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-oswald);
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  top: -2.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  color: var(--co-primary);
}
.p-hr .s-hr03__item .ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 0.8rem;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr03__item .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr03__item .ttl {
    font-size: 2rem;
  }
}
.p-hr .s-hr03__item p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr04 {
    padding: 9rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr04 {
    padding: 4rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr04__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5rem 6.8rem;
    margin-top: 6.1rem;
  }
}
.p-hr .s-hr04__item {
  border: 1px solid #d6c6a8;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr04__item {
    width: calc(50% - 3.4rem);
    padding: 2rem 2rem 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr04__item {
    padding: 2rem 1.2rem 1rem;
    margin-bottom: 2rem;
  }
  .p-hr .s-hr04__item:last-child {
    margin-bottom: 0;
  }
}
.p-hr .s-hr04__itemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr04__itemHead {
    gap: 2.6rem;
    margin: 0 0 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr04__itemHead {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 1rem;
  }
}
.p-hr .s-hr04__itemHead .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr04__itemHead .img {
    width: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr04__itemHead .img {
    width: 8rem;
    margin-bottom: 1.5rem;
  }
}
.p-hr .s-hr04__itemHead .ttl {
  margin: 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr04__itemHead .ttl {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr04__itemHead .ttl {
    font-size: 1.8rem;
  }
}
.p-hr .s-hr04__item p {
  margin: 0;
}
.p-hr .s-hr04__item .address {
  border-top: 0.2rem dashed #d6c6a8;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr04__item .address {
    margin-top: 2.9rem;
    padding: 1.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr04__item .address {
    margin-top: 2rem;
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr04 .c-btn_more {
    margin: 8.8rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr04 .c-btn_more {
    margin: 4rem auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr05 {
    margin-top: 12.5rem;
    margin-bottom: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr05 {
    margin-top: 4rem;
  }
}
.p-hr .s-hr05_heading {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr05_heading {
    margin-top: 9.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr05_heading {
    margin-top: 0;
  }
}
.p-hr .s-hr05_headingTxt {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr05_headingTxt {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 2rem;
    line-height: 2;
    padding: 8.9rem 5.8rem 8rem 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr05_headingTxt {
    margin: -4rem 1.2rem 0;
    z-index: 9;
    position: relative;
    padding: 2rem 1.5rem;
  }
}
.p-hr .s-hr05_headingTxt p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr05_headingBg {
    height: 75rem;
    width: 100%;
    position: relative;
  }
  .p-hr .s-hr05_headingBg img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr05_list {
    margin-top: 14.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr05_list {
    margin-top: 2rem;
  }
}
.p-hr .s-hr05__item {
  background: #cec2a8;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr05__item {
    padding: 2.9rem 3.9rem;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr05__item {
    padding: 2rem 1.2rem;
    margin-bottom: 3rem;
  }
}
.p-hr .s-hr05__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr05__itemHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-hr .s-hr05__itemHead .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr05__itemHead .ttl {
    gap: 3rem;
    font-size: 3rem;
    margin: 0 0 0 -0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr05__itemHead .ttl {
    gap: 1.5rem;
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr05__itemHead .ttl img {
    width: 6.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr05__itemHead .ttl img {
    width: 4.5rem;
  }
}
.p-hr .s-hr05__itemHead p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr05__itemHead p {
    width: 42.6rem;
  }
}
.p-hr .s-hr05__itemCt {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr05__itemCt {
    margin-top: 3.3rem;
    padding: 4.4rem 2.2rem 5.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.7rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr05__itemCt {
    padding: 1.5rem;
    margin-top: 2rem;
  }
}
.p-hr .s-hr05__itemCt img {
  width: 50.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-hr .s-hr05__itemCt .ct {
  width: 100%;
}
.p-hr .s-hr05__itemCt .tit {
  margin: 0;
}
.p-hr .s-hr05__itemCt .box01 {
  padding: 0.3rem 0.7rem 0;
}
.p-hr .s-hr05__itemCt .box02 {
  background: #d9d9d9;
  margin: 2.3rem 0 0;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr05__itemCt .box02 {
    padding: 2.1rem 0.7rem 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr05__itemCt .box02 {
    padding: 1.5rem 0.7rem;
  }
}
.p-hr .s-hr05__itemCt ol {
  margin: 0.8rem 0 0;
  padding: 0;
}
.p-hr .s-hr05__itemCt ol li {
  list-style-type: none;
}
.p-hr .s-hr05__itemCt ul {
  margin: 0;
  padding: 0;
}
.p-hr .s-hr05__itemCt ul li {
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .p-hr .s-hr05__itemCt ul li {
    padding-left: 3.6rem;
    background: url(../images/hr/check-box.png) no-repeat left top 0.6rem;
    background-size: 1.8rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-hr .s-hr05__itemCt ul li {
    padding-left: 2rem;
    background: url(../images/hr/check-box.png) no-repeat left top 0.6rem;
    background-size: 1.5rem auto;
  }
}

.cm-title01 {
  font-weight: 500;
  border-bottom: 1px solid #000;
  letter-spacing: 0.05em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm-title01 {
    font-size: 3.6rem;
    margin: 0 0 3.5rem;
    padding-bottom: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01 {
    font-size: 1.8rem;
    margin: 0 0 2rem;
    padding-bottom: 1.5rem;
  }
}
.cm-title01:after {
  content: "";
  height: 0.3rem;
  background: #d6c6a8;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
}
@media only screen and (min-width: 768px) {
  .cm-title01:after {
    width: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01:after {
    width: 12rem;
  }
}

.p-recruit .l-headline {
  background: url(../images/recruit/headline.png) no-repeat center center;
  background-size: cover;
}
.p-recruit .s-recruit01 {
  position: relative;
}
.p-recruit .s-recruit01:after {
  content: "";
  display: block;
  clear: both;
}
.p-recruit .s-recruit01_img {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit01_img {
    width: calc(50% + 3rem);
    height: 66.9rem;
    float: right;
  }
  .p-recruit .s-recruit01_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit01_img {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit01_content {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
  }
  .p-recruit .s-recruit01_content:after {
    content: "";
    display: block;
    clear: both;
  }
}
.p-recruit .s-recruit01_inner {
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit01_inner {
    width: 65.3rem;
    margin-top: 9.6rem;
    padding: 7.1rem 7rem 8.3rem 0;
  }
}
.p-recruit .s-recruit01_inner .ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit01_inner .ttl {
    font-size: 4rem;
    margin: 0 0 3.3rem;
    line-height: 1.45;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit01_inner .ttl {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.p-recruit .s-recruit01_inner p {
  margin: 0;
}
.p-recruit .s-recruit01__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit01__btn {
    gap: 4.6rem;
    margin-top: 6.3rem;
    padding: 0 2rem 0 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit01__btn {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3rem;
  }
}
.p-recruit .s-recruit01__btn .btn {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit01__btn .btn {
    width: calc(50% - 2.3rem);
    border: 0.1rem solid #000;
  }
  .p-recruit .s-recruit01__btn .btn:hover:before {
    width: 100%;
  }
  .p-recruit .s-recruit01__btn .btn:hover a {
    color: #fff;
  }
  .p-recruit .s-recruit01__btn .btn:hover a .icon:before {
    background: #fff;
  }
  .p-recruit .s-recruit01__btn .btn:hover a .icon:after {
    content: "";
    border: solid #fff;
    border-width: 0 0.2rem 0.2rem 0;
  }
  .p-recruit .s-recruit01__btn .btn:before {
    content: "";
    width: 0;
    height: 100%;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit01__btn .btn {
    width: 25rem;
    border: 0.1rem solid #000;
  }
}
.p-recruit .s-recruit01__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 9;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit01__btn a {
    height: 7.6rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit01__btn a {
    height: 5rem;
    font-size: 1.6rem;
  }
}
.p-recruit .s-recruit01__btn a .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-recruit .s-recruit01__btn a .icon:before {
  content: "";
  width: 0.2rem;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit01__btn a .icon:before {
    height: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit01__btn a .icon:before {
    height: 1.2rem;
  }
}
.p-recruit .s-recruit01__btn a .icon:after {
  content: "";
  border: solid black;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 0.1rem;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit01__btn a .icon:after {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit01__btn a .icon:after {
    padding: 0.3rem;
  }
}
.p-recruit .s-recruit02 {
  background: #f5f0e8;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit02 {
    margin-top: 10.3rem;
    padding: 9.6rem 0 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit02 {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit02 img {
    margin-top: 4.5rem;
  }
}
.p-recruit .s-recruit02 .box:after {
  content: "";
  clear: both;
  display: block;
}
.p-recruit .s-recruit02 .box .box_in {
  background: #f5f0e8;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit02 .box .box_in {
    width: 50%;
    float: right;
    margin-top: -27.4rem;
    z-index: 99;
    position: relative;
    padding: 2.6rem 0 3rem 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit02 .box .box_in {
    margin-top: 2rem;
  }
}
.p-recruit .s-recruit02 .box .box_in p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit02 .box .box_in p {
    line-height: 2.5;
  }
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit02 .box .box_in p strong {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit02 .box .box_in p strong {
    font-size: 1.5rem;
  }
}
.p-recruit .s-recruit03 {
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit03 {
    padding: 6.4rem 0 7.3rem;
  }
  .p-recruit .s-recruit03 .cm-title01 {
    margin: 0 0 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit03 {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit03 .name {
    margin-top: 4.6rem;
  }
}
.p-recruit .s-recruit03 .name p {
  margin: 0;
  text-align: right;
}
.p-recruit .s-recruit03 .name p span {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit04 {
    margin-top: 6.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit04 {
    margin-top: 4rem;
  }
}
.p-recruit .s-recruit04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit04_list {
    gap: 3.1rem;
    margin-top: 6.4rem;
    margin-bottom: 9.8rem;
    padding: 0 2rem 0 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit04_list {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5rem;
  }
}
.p-recruit .s-recruit04_list .btn {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit04_list .btn {
    width: 30rem;
    border: 0.2rem solid #000;
  }
  .p-recruit .s-recruit04_list .btn:hover:before {
    width: 100%;
  }
  .p-recruit .s-recruit04_list .btn:hover a {
    color: #fff;
  }
  .p-recruit .s-recruit04_list .btn:hover a .icon:before {
    background: #fff;
  }
  .p-recruit .s-recruit04_list .btn:hover a .icon:after {
    content: "";
    border: solid #fff;
    border-width: 0 0.2rem 0.2rem 0;
  }
  .p-recruit .s-recruit04_list .btn:before {
    content: "";
    width: 0;
    height: 100%;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit04_list .btn {
    width: 25rem;
    border: 0.1rem solid #000;
  }
}
.p-recruit .s-recruit04_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 9;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit04_list a {
    height: 7.6rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit04_list a {
    height: 5rem;
    font-size: 1.6rem;
  }
}
.p-recruit .s-recruit04_list a .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-recruit .s-recruit04_list a .icon:before {
  content: "";
  width: 0.2rem;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit04_list a .icon:before {
    height: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit04_list a .icon:before {
    height: 1.2rem;
  }
}
.p-recruit .s-recruit04_list a .icon:after {
  content: "";
  border: solid black;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 0.1rem;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit04_list a .icon:after {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit04_list a .icon:after {
    padding: 0.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit04_box {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit04_box {
    margin-bottom: 4rem;
  }
}
.p-recruit .s-recruit04_box:last-child {
  margin-bottom: 0;
}
.p-recruit .s-recruit04_box table {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit04_box table {
    margin-top: 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit04_box table {
    display: block;
  }
  .p-recruit .s-recruit04_box table tbody {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit04_box table tr {
    border-bottom: 0.1rem solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit04_box table tr {
    display: block;
  }
}
.p-recruit .s-recruit04_box table th {
  background: var(--co-primary);
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit04_box table th {
    width: 36.1rem;
    padding: 1rem 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit04_box table th {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}
.p-recruit .s-recruit04_box table td {
  background: #ebebeb;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit04_box table td {
    padding: 1rem 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit04_box table td {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}

.p-company .l-headline {
  background: url(../images/company/headline.png) no-repeat center center;
  background-size: cover;
}
.p-company .s-company01 {
  position: relative;
  background: #f5f0e8;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01 {
    padding: 8.1rem 0 11rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01 {
    padding: 4rem 0;
  }
}
.p-company .s-company01:before {
  content: "";
  background: url(../images/company/text.svg) repeat-x top left;
  display: block;
  position: absolute;
  bottom: -5px;
  z-index: 1;
  -webkit-animation: top-greetingEffect01 54s linear both infinite;
  animation: top-greetingEffect01 54s linear both infinite;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01:before {
    height: 24.9rem;
    width: calc(6588px * 2);
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01:before {
    z-index: 99;
    width: 575.4rem;
    height: 12.45rem;
    background-size: auto 100%;
  }
}
.p-company .s-company01__inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.7rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01__inner .img {
    width: 35.3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01__inner .img {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-company .s-company01__inner .ct {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.p-company .s-company01__inner .ct .title {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01__inner .ct .title {
    font-size: 4rem;
    margin: 0 0 4rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01__inner .ct .title {
    margin: 0 0 1rem;
  }
}
.p-company .s-company01__inner .ct p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01__inner .ct p {
    line-height: 2.5;
  }
}
.p-company .s-company01__inner .ct .txt {
  margin-top: 3.9rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.2222222222;
}
.p-company .s-company01__inner .ct .txt img {
  display: block;
  margin-top: 3.9rem;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02 {
    padding: 13.3rem 0 17rem;
    background: url(../images/company/bg1.png) no-repeat bottom center;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02 {
    padding: 4rem 0;
    background: #d3effb url(../images/company/bg1.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
.p-company .s-company02 .title {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02 .title {
    font-size: 3rem;
    margin: 8.4rem 0 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02 .title {
    font-size: 1.6rem;
    margin: 2.5rem 0 1.5rem;
  }
}
.p-company .s-company02 p {
  margin: 0;
}
.p-company .s-company02 p span {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02 p span {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02 p span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02__item {
    margin-bottom: 13.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02__item {
    margin-bottom: 2rem;
  }
}
.p-company .s-company02__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02 .tit {
    font-size: 1.8rem;
    margin: 3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02 .tit {
    font-size: 1.6rem;
    margin: 1rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03 {
    padding-top: 13.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company03 {
    padding-top: 4rem;
  }
}
.p-company .s-company03 table {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03 table {
    margin-top: 5.7rem;
  }
}
.p-company .s-company03 table th {
  background: #d6c6a8;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03 table th {
    padding: 1rem 3.2rem;
    width: 36rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company03 table th {
    padding: 1rem;
    width: 11rem;
  }
}
.p-company .s-company03 table td {
  background: #ebebeb;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03 table td {
    padding: 1rem 4.8rem;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company03 table td {
    padding: 1rem;
  }
}
.p-company .s-company03 table td a {
  color: #7c7363;
}
.p-company .s-company03 table td a[href^="tel:"] {
  color: #000;
}
.p-company .s-company03 table td p {
  margin: 0 0 10px;
}
.p-company .s-company03 table td p:last-child {
  margin-bottom: 0;
}
.p-company .s-company04 {
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 {
    padding: 9.5rem 0 14rem;
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04 {
    margin-top: 4rem;
    padding: 4rem 0;
  }
  .p-company .s-company03 table td p {
    margin: 0 0 10px;
  }
  .p-company .s-company03 table td p:last-child {
    margin-bottom: 0;
  }
}
.p-company .s-company04_inner {
  max-width: 88.8rem;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04_inner {
    margin: 8.1rem auto 0;
    border: 2.2rem solid #d6c6a8;
    padding: 4.3rem 10.4rem 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04_inner {
    border: 0.5rem solid #d6c6a8;
    padding: 2rem 1rem;
  }
}
.p-company .s-company04_inner ul {
  margin: 0;
  padding: 0;
}
.p-company .s-company04_inner ul li {
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04_inner ul li {
    margin-bottom: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04_inner ul li {
    margin-bottom: 1.5rem;
  }
}
.p-company .s-company04_inner ul li:last-child {
  margin-bottom: 0;
}
.p-company .s-company04_inner ul li .ttl {
  font-weight: 700;
  margin: 0 0 0;
  color: #a59679;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04_inner ul li .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04_inner ul li .ttl {
    font-size: 1.5rem;
  }
}
.p-company .s-company04_inner ul li p {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04_inner ul li p {
    font-size: 2rem;
    margin: -1.1rem 0 0 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04_inner ul li p {
    font-size: 1.5rem;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05 {
    padding: 9.6rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05 {
    padding: 4rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8.6rem;
    margin-top: 8.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05_flx {
    text-align: center;
  }
}
.p-company .s-company05_flx img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05_flx img {
    width: 32.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05_flx img {
    width: 20rem;
    margin: auto;
  }
}
.p-company .s-company05_flx .ct {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05_flx .ct {
    text-align: left;
  }
}
.p-company .s-company05_flx .ct .ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05_flx .ct .ttl {
    font-size: 2rem;
    margin: 1.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05_flx .ct .ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-company .s-company05_flx .ct p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05_list {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05_list {
    margin-top: 1rem;
  }
}
.p-company .s-company05_list .ttl {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05_list .ttl {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05_list .ttl {
    margin: 0 0 1rem;
  }
}
.p-company .s-company05_list p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05_list .item {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05_list .item {
    margin-bottom: 1rem;
  }
}
.p-company .s-company05_list .item:last-child {
  margin-bottom: 0;
}
.p-company .s-company06 {
  background: #f5f0e8;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company06 {
    padding-top: 7.1rem;
    padding-bottom: 18.5rem;
    margin-top: 13.5rem;
    margin-bottom: -12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company06 {
    margin-top: 4rem;
    padding: 4rem 0;
    margin-bottom: -5rem;
  }
}
.p-company .s-company06 .txt {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company06 .txt {
    font-size: 2.4rem;
    margin: 7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company06 .txt {
    font-size: 1.6rem;
    margin: 3rem 0 0;
  }
}
.p-company .s-company06__list {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company06__list {
    margin-top: 7.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company06__list {
    margin-top: 3rem;
  }
}
.p-company .s-company06__list::before {
  width: 0.2rem;
  background: #44372e;
  content: "";
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company06__list::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 99%;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company06__list::before {
    left: 1.1rem;
    height: 89%;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company06__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5.8rem;
  }
  .p-company .s-company06__list .item.item2 {
    margin-bottom: 8.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company06__list .item {
    margin-bottom: 4rem;
  }
}
.p-company .s-company06__list .item::last-child {
  margin-bottom: 0;
}
.p-company .s-company06__list .company06__year {
  position: relative;
  color: #db5d2d;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company06__list .company06__year {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 15rem;
    font-size: 4rem;
  }
  .p-company .s-company06__list .company06__year:after {
    content: "";
    height: 0.2rem;
    background: #000;
    position: absolute;
    left: 0;
    top: 1.6rem;
    width: 0%;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company06__list .company06__year {
    width: 100%;
    padding-left: 4rem;
    font-size: 2.5rem;
  }
}
.p-company .s-company06__list .company06__year span {
  display: block;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company06__list .company06__year span {
    margin: -0.9rem 0 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company06__list .company06__year span {
    margin: -0.9rem 0 1.5rem;
  }
}
.p-company .s-company06__list .company06__year p {
  color: #000;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company06__list .company06__year p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company06__list .company06__year p {
    font-size: 1.5rem;
  }
}
.p-company .s-company06__list .company06__year:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -1.7rem;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company06__list .company06__year:before {
    width: 3.4rem;
    height: 3.4rem;
    border: 0.7rem solid #44372e;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company06__list .company06__year:before {
    width: 2.5rem;
    height: 2.5rem;
    border: 0.5rem solid #44372e;
    left: 0;
  }
}
.p-company .s-company06__list .company06__year.fade_on:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.p-company .s-company06__list .company06__year.fade_on:after {
  width: 12.6rem;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company06__list .item_l {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
    padding-top: 6.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company06__list .item_l {
    padding-left: 4rem;
  }
}
.p-company .s-company06__list .item_l .company06_txt {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company06__list .item_l .company06_txt {
    padding-right: 14.7rem;
    margin-bottom: 3.7rem;
  }
  .p-company .s-company06__list .item_l .company06_txt:after {
    content: "";
    height: 0.2rem;
    background: #000;
    position: absolute;
    right: 0;
    top: 1.4rem;
    width: 0%;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company06__list .item_l .company06_txt {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-company .s-company06__list .item_l .company06_txt:before {
  content: "";
  background: #d6c6a8;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company06__list .item_l .company06_txt:before {
    width: 2rem;
    height: 2rem;
    right: -1rem;
    top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company06__list .item_l .company06_txt:before {
    width: 0.5rem;
    height: 0.5rem;
    left: 0;
    top: 1rem;
  }
}
.p-company .s-company06__list .item_l .company06_txt:last-child {
  margin-bottom: 0;
}
.p-company .s-company06__list .item_l .company06_txt p {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company06__list .item_l .company06_txt p {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company06__list .item_l .company06_txt p {
    font-size: 1.4rem;
  }
}
.p-company .s-company06__list .item_l .company06_txt.fade_on:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.p-company .s-company06__list .item_l .company06_txt.fade_on:after {
  width: 12.6rem;
}
.p-company .s-company06__list .item_l p {
  margin: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.fade.fade_on {
  opacity: 1;
}

@-webkit-keyframes top-greetingEffect01 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes top-greetingEffect01 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.p-travel .l-headline {
  background: url(../images/travel/headline.png) no-repeat center center;
  background-size: cover;
}
.p-travel .s-travel01 {
  background: #f5f0e8;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel01 {
    padding: 7.9rem 0 9.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel01 {
    padding: 4rem 0;
  }
}
.p-travel .s-travel01__ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel01__ttl {
    font-size: 4rem;
    line-height: 1.2;
    margin: 0 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel01__ttl {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
}
.p-travel .s-travel01 p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel01 p {
    line-height: 2.5;
  }
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel02 {
    padding: 8rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel02 {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel02__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12.9rem 6.8rem;
    margin-top: 8.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel02__list {
    margin-top: 5rem;
  }
}
.p-travel .s-travel02__item {
  border: 1px solid #d6c6a8;
  background: #f6f6f6;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel02__item {
    width: calc(50% - 3.4rem);
    padding: 6.5rem 2rem 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel02__item {
    width: 100%;
    padding: 4rem 1.5rem 2rem;
    margin-bottom: 5rem;
  }
  .p-travel .s-travel02__item:last-child {
    margin-bottom: 0;
  }
}
.p-travel .s-travel02__item .number {
  border-radius: 50%;
  border: 1px solid #d6c6a8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #d6c6a8;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel02__item .number {
    width: 9.4rem;
    height: 9.4rem;
    top: -4.8rem;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel02__item .number {
    width: 6rem;
    height: 6rem;
    top: -3rem;
    font-size: 3rem;
  }
}
.p-travel .s-travel02__item .ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel02__item .ttl {
    font-size: 2.4rem;
    margin: 0 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel02__item .ttl {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.p-travel .s-travel02__item img {
  width: 100%;
  display: block;
}
.p-travel .s-travel02__item p {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel02__item p {
    margin: 2.8rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel02__item p {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel03 {
    padding: 3.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel03 {
    padding: 0 0 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel03__list {
    margin-top: 7.1rem;
  }
}
.p-travel .s-travel03__item {
  background: #cec2a8;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel03__item {
    padding: 4rem 4rem 7.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel03__item {
    padding: 2rem 1.5rem;
    margin-bottom: 3rem;
  }
}
.p-travel .s-travel03__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel03__item img {
    width: 41.9rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel03__item img {
    width: 100%;
    display: block;
  }
}
.p-travel .s-travel03__item .ct {
  width: 100%;
}
.p-travel .s-travel03__item .ct .title {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel03__item .ct .title {
    margin: 0 0 4.8rem;
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel03__item .ct .title {
    margin: 0 0 1.5rem;
    font-size: 1.8rem;
  }
}
.p-travel .s-travel03__item .ct .inner {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel03__item .ct .inner {
    padding: 2.3rem 1.2rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel03__item .ct .inner {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel03__item .ct .inner .in_box {
    margin-bottom: 0.3rem;
  }
}
.p-travel .s-travel03__item .ct .inner h4 {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel03__item .ct .inner h4 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel03__item .ct .inner h4 {
    font-size: 1.4rem;
  }
}
.p-travel .s-travel03__item .ct .inner h4 span {
  color: #d6c6a8;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel03__item .ct .inner p {
    margin: 0 0 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel03__item .ct .inner p {
    margin: 0 0 1.5rem;
  }
}
.p-travel .s-travel03__item .ct .inner ul {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel03__item .ct .inner ul {
    margin: 0.1rem 0 0 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel03__item .ct .inner ul {
    margin: 0.1rem 0 0 0;
  }
}
.p-travel .s-travel03__item .ct .inner li {
  padding-left: 1.7rem;
  position: relative;
  list-style-type: none;
}
.p-travel .s-travel03__item .ct .inner li:before {
  content: "・";
  color: #d6c6a8;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel04 {
    padding: 8.1rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel04 {
    padding: 4rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel04__list {
    margin-top: 7.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel04__item {
    /* gap: 6rem; */
    padding-left: 51.8rem;
    margin-bottom: 15.1rem;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel04__item {
    margin-bottom: 6rem;
  }
}
.p-travel .s-travel04__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel04__item img {
    width: 45.8rem;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel04__item img {
    width: 100%;
    display: block;
    margin-bottom: 2rem;
  }
}
.p-travel .s-travel04__item .ct {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.p-travel .s-travel04__item .ct p {
  margin: 0;
}
.p-travel .s-travel04__item .ct h4 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
}
.p-travel .s-travel04__item .ct h4 span {
  color: #d6c6a8;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel04__item .ct p {
    margin: 0 0 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel04__item .ct p {
    margin: 0 0 1.5rem;
  }
}
.p-travel .s-travel04__item .ct ul {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel04__item .ct ul {
    margin: 0.1rem 0 0 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel04__item .ct ul {
    margin: 0;
  }
}
.p-travel .s-travel04__item .ct li {
  padding-left: 1.7rem;
  position: relative;
  list-style-type: none;
}
.p-travel .s-travel04__item .ct li:before {
  content: "・";
  color: #d6c6a8;
  position: absolute;
  left: 0;
  top: 0;
}
.p-travel .s-travel04__item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel04__item .title {
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 0 3.6rem;
    gap: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel04__item .title {
    font-size: 1.8rem;
    gap: 1rem;
    margin: 0 0 2rem;
  }
}
.p-travel .s-travel04__item .title img {
  display: block;
  -webkit-box-ordinal-group: inherit;
  -ms-flex-order: inherit;
  order: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  left: auto;
  top: auto;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel04__item .title img {
    width: 4.7rem;
    height: 4.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel04__item .title img {
    width: 3rem;
    height: 3rem;
    margin: 0;
  }
}
.p-travel .s-travel05 {
  background: #f5f0e8;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel05 {
    padding: 8.2rem 0 13rem;
    margin-top: 13.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel05 {
    padding: 4rem 0;
    margin-top: 4rem;
  }
}
.p-travel .s-travel05__inner {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel05__inner {
    padding: 3.2rem 0 5.8rem;
    margin-top: 6.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel05__inner {
    padding: 2rem 1.5rem;
  }
}
.p-travel .s-travel05__inner .ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel05__inner .ttl {
    font-size: 3rem;
    margin: 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel05__inner .ttl {
    font-size: 2rem;
  }
}
.p-travel .s-travel05__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel05__inner ul {
    gap: 4.1rem;
    padding: 0 3rem;
    margin: 5.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel05__inner ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5rem;
    margin: 5rem 0 0;
    padding: 0;
  }
}
.p-travel .s-travel05__inner ul:after {
  content: "";
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel05__inner ul:after {
    width: 100%;
    height: 0.7rem;
    background: #d6c6a8;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgb(214, 198, 168)),
      to(rgb(115, 115, 115))
    );
    background: linear-gradient(
      90deg,
      rgb(214, 198, 168) 0%,
      rgb(115, 115, 115) 100%
    );
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel05__inner ul:after {
    width: 0.5rem;
    height: 100%;
    background: #d6c6a8;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgb(214, 198, 168)),
      to(rgb(115, 115, 115))
    );
    background: linear-gradient(
      180deg,
      rgb(214, 198, 168) 0%,
      rgb(115, 115, 115) 100%
    );
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }
}
.p-travel .s-travel05__inner ul li {
  list-style-type: none;
  background: #cec2a8;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel05__inner ul li {
    width: calc(25% - 3.075rem);
    padding: 3.7rem 0 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel05__inner ul li {
    width: 100%;
    padding: 4rem 1.5rem 2rem;
  }
}
.p-travel .s-travel05__inner ul li img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel05__inner ul li img {
    width: 6.2rem;
    height: 6.2rem;
    top: -3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel05__inner ul li img {
    width: 5rem;
    height: 5rem;
    top: -2.5rem;
  }
}
.p-travel .s-travel05__inner ul li h4 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 1.3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-travel .s-travel05__inner ul li p {
  padding: 0 1.2rem;
  margin: 0;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel06 {
    padding: 8rem 0 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel06 {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel06__list {
    margin-top: 6.3rem;
  }
}
.p-travel .s-travel06__list dl {
  background: #cec2a8;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel06__list dl {
    padding: 0 4rem;
    margin: 0 0 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel06__list dl {
    padding: 0 1rem;
    margin: 0 0 1rem;
  }
}
.p-travel .s-travel06__list dl:last-child {
  margin: 0;
}
.p-travel .s-travel06__list dl.active dd {
  max-height: 30rem;
}
.p-travel .s-travel06__list dl.active dt:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.p-travel .s-travel06__list dl dt {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel06__list dl dt {
    padding: 3.4rem 0 3.4rem 8.3rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel06__list dl dt {
    padding: 2rem 2.5rem 2rem 4rem;
    font-size: 1.6rem;
  }
}
.p-travel .s-travel06__list dl dt:before {
  content: "Q";
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #d6c6a8;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel06__list dl dt:before {
    width: 6.2rem;
    height: 6.2rem;
    font-size: 4rem;
    left: -0.9rem;
    top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel06__list dl dt:before {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    left: 0rem;
    top: 2rem;
  }
}
.p-travel .s-travel06__list dl dt:after {
  content: "";
  border: solid black;
  display: inline-block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel06__list dl dt:after {
    border-width: 0 0.3rem 0.3rem 0;
    padding: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel06__list dl dt:after {
    border-width: 0 0.2rem 0.2rem 0;
    padding: 0.4rem;
  }
}
.p-travel .s-travel06__list dl dd {
  letter-spacing: 0.05em;
  margin: 0;
  -webkit-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
  max-height: 0;
  overflow: hidden;
}
.p-travel .s-travel06__list dl dd .in_dd {
  position: relative;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel06__list dl dd .in_dd {
    padding: 4rem 2.5rem 4.4rem 12.3rem;
    margin: 1.2rem 0 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel06__list dl dd .in_dd {
    padding: 1rem 1rem 1rem 5rem;
    margin: 0 0 1.5rem;
  }
}
.p-travel .s-travel06__list dl dd .in_dd:before {
  content: "A";
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #d6c6a8;
  border: 1px solid #d6c6a8;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel06__list dl dd .in_dd:before {
    width: 6.2rem;
    height: 6.2rem;
    font-size: 4rem;
    left: 2.6rem;
    top: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel06__list dl dd .in_dd:before {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    left: 1rem;
    top: 1rem;
  }
}
.p-travel .s-travel07 {
  background: #f5f0e8;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel07 {
    padding: 8rem 0 9rem;
    margin-bottom: -12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel07 {
    padding: 4rem 0;
    margin-bottom: -5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel07__inner {
    margin-top: 5.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.6rem;
  }
}
.p-travel .s-travel07 .box {
  background: #cec2a8;
  text-decoration: none;
  display: block;
}

@media only screen and (min-width: 768px) {
  .p-travel .s-travel07 .box {
    width: calc(50% - 2.3rem);
    padding: 3.7rem 2rem 5.5rem;
    transition: 0.3s;
  }
  .p-travel .s-travel07 .box:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel07 .box {
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  .p-travel .s-travel07 .box:last-child {
    margin-bottom: 0;
  }
}
.p-travel .s-travel07 .box .ttl {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-travel .s-travel07 .box .ttl {
    font-size: 2rem;
    margin: 0 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-travel .s-travel07 .box .ttl {
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
}
.p-travel .s-travel07 .box p {
  margin: 0;
  letter-spacing: 0.2em;
}

@charset "UTF-8";
/* =============================
       タイムライン外枠
    ============================= */
.history-timeline {
  position: relative;
  margin-top: 7.3rem;
}

/* 中央の縦ライン */
.history-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #000;
  -webkit-transform: scaleY(0) translateX(-50%);
  transform: scaleY(0) translateX(-50%);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition:
    transform 2s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.history-timeline.line-on::before {
  -webkit-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
}

/* =============================
       年度行（左右交互）
    ============================= */
.hy-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0;
  padding-bottom: 72px;
  position: relative;
}
.hy-row:last-child {
  padding-bottom: 0;
}

.hy-month:after {
  content: "、";
}

/* 中央ドット */
.hy-row::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1)
    0.15s;
  transition: -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s;
  transition:
    transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s,
    -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s;
  width: 3.4rem;
  height: 3.4rem;
  border: 0.7rem solid #44372e;
}
@media only screen and (max-width: 767px) {
  .hy-row::before {
    width: 2rem;
    height: 2rem;
    border: 0.5rem solid #44372e;
    top: 0;
    left: 20px;
  }
}

.hy-row.in-view::before {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

/* 左カラム（奇数行：テキスト側） */
.hy-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 2.5rem;
  text-align: right;
}

/* 右カラム（奇数行：年号側） */
.hy-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 0;
  padding-right: 29%;
}

/* ── 偶数行は左右反転 ── */
.hy-row.reverse .hy-left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
  padding-right: 0;
  padding-left: 25px;
}

.hy-row.reverse .hy-right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: right;
  padding-left: 29%;
  padding-right: 0;
}

/* =============================
       年号
    ============================= */
.hy-year-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 500;
  color: #dc5f30;
  line-height: 1;
  display: block;
  letter-spacing: 0.02em;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .hy-year-num {
    font-size: 2.5rem;
    line-height: 20px;
  }
}

/* =============================
       テキストコンテンツ
    ============================= */
.hy-content {
  /* フェードイン初期 */
  opacity: 0;
  -webkit-transition:
    opacity 0.65s ease,
    -webkit-transform 0.65s ease;
  transition:
    opacity 0.65s ease,
    -webkit-transform 0.65s ease;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease,
    -webkit-transform 0.65s ease;
}

/* 奇数行：右から */
.hy-row:not(.reverse) .hy-left .hy-content {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
}

/* 偶数行：左から */
.hy-row.reverse .hy-left .hy-content {
  -webkit-transform: translateX(-24px);
  transform: translateX(-24px);
}

.hy-row.in-view .hy-content {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* 年号側もフェード */
.hy-year-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}

.hy-row.in-view .hy-year-wrap {
  opacity: 1;
}

/* 中央から年号へ伸びる横線 */
.hy-year-wrap::before {
  content: "";
  display: block;
  height: 2px;
  background: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease 0.35s;
  transition: -webkit-transform 0.5s ease 0.35s;
  transition: transform 0.5s ease 0.35s;
  transition:
    transform 0.5s ease 0.35s,
    -webkit-transform 0.5s ease 0.35s;
}

.hy-row.in-view .hy-year-wrap::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* 偶数行（reverse）は右から左へ線が伸びる */
@media only screen and (min-width: 768px) {
  .hy-row.reverse .hy-year-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .hy-row.reverse .hy-year-wrap::before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* 出来事リスト */
.hy-events {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  margin: 8rem 0 0;
}
@media only screen and (max-width: 767px) {
  .hy-events {
    margin: 0 0;
  }
}

.hy-events li {
  font-size: 2rem;
  font-weight: 500;
  color: #2a2a2a;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition:
    opacity 0.4s ease,
    -webkit-transform 0.4s ease;
  transition:
    opacity 0.4s ease,
    -webkit-transform 0.4s ease;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
  padding-right: 14.8rem;
  margin-bottom: 3.5rem;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .hy-events li {
    font-size: 1.4rem;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}

.reverse .hy-events li {
  padding-right: 0;
  padding-left: 14.8rem;
}
@media only screen and (max-width: 767px) {
  .reverse .hy-events li {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .reverse .hy-img-wrap {
    margin: 16px 0 0 16px;
  }
}

.hy-events li:before {
  content: "";
  display: block;
  height: 2px;
  background: #000;
  -webkit-transition: -webkit-transform 0.5s ease 0.35s;
  transition: -webkit-transform 0.5s ease 0.35s;
  transition: transform 0.5s ease 0.35s;
  transition:
    transform 0.5s ease 0.35s,
    -webkit-transform 0.5s ease 0.35s;
  position: absolute;
  top: 13px;
  right: 0;
  width: 12.7rem;
}
@media only screen and (max-width: 767px) {
  .hy-events li:before {
    content: none;
  }
}

.hy-events li:after {
  width: 2rem;
  height: 2rem;
  right: -1rem;
  top: 0.5rem;
  content: "";
  background: #d6c6a8;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .hy-events li:after {
    content: none;
  }
}

.reverse .hy-events li:before {
  content: "";
  display: block;
  height: 2px;
  background: #000;
  -webkit-transition: -webkit-transform 0.5s ease 0.35s;
  transition: -webkit-transform 0.5s ease 0.35s;
  transition: transform 0.5s ease 0.35s;
  transition:
    transform 0.5s ease 0.35s,
    -webkit-transform 0.5s ease 0.35s;
  position: absolute;
  top: 13px;
  left: 0;
  width: 12.7rem;
}
@media only screen and (max-width: 767px) {
  .reverse .hy-events li:before {
    content: none;
  }
}

.reverse .hy-events li:after {
  width: 2rem;
  height: 2rem;
  left: -1rem;
  top: 0.5rem;
  content: "";
  background: #d6c6a8;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .reverse .hy-events li:after {
    content: none;
  }
}

.hy-events li:first-child {
  padding-top: 0;
}

.hy-events li:last-child {
  border-bottom: none;
}

/* 奇数行：右からスライド */
.hy-row:not(.reverse) .hy-events li {
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}

/* 偶数行：左からスライド */
.hy-row.reverse .hy-events li {
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}

.hy-row.in-view .hy-events li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hy-row.in-view .hy-events li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hy-row.in-view .hy-events li:nth-child(2) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.hy-row.in-view .hy-events li:nth-child(3) {
  -webkit-transition-delay: 0.26s;
  transition-delay: 0.26s;
}

.hy-row.in-view .hy-events li:nth-child(4) {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s;
}

.hy-row.in-view .hy-events li:nth-child(5) {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}

.hy-row.in-view .hy-events li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hy-row.in-view .hy-events li:nth-child(7) {
  -webkit-transition-delay: 0.58s;
  transition-delay: 0.58s;
}

/* 月バッジ */
/* =============================
       画像エリア
    ============================= */
.hy-img-wrap {
  margin: 16px 16px 0 0;
  opacity: 0;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
  -webkit-transition:
    opacity 0.6s ease 0.3s,
    -webkit-transform 0.6s ease 0.3s;
  transition:
    opacity 0.6s ease 0.3s,
    -webkit-transform 0.6s ease 0.3s;
  transition:
    opacity 0.6s ease 0.3s,
    transform 0.6s ease 0.3s;
  transition:
    opacity 0.6s ease 0.3s,
    transform 0.6s ease 0.3s,
    -webkit-transform 0.6s ease 0.3s;
}

.hy-row.in-view .hy-img-wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hy-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* 仮画像プレースホルダー */
.hy-placeholder {
  width: 100%;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #ddd4c2 0%, #c9bba5 100%);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  color: #8a7d6c;
}

.hy-placeholder svg {
  width: 32px;
  height: 32px;
  opacity: 0.5;
}

.hy-placeholder span {
  font-size: 11px;
  letter-spacing: 0.12em;
}

/* =============================
       スマホ：縦1カラムに切り替え
    ============================= */
@media (max-width: 640px) {
  .history-timeline::before {
    left: 20px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  .history-timeline.line-on::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .hy-row,
  .hy-row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 2rem;
    padding-bottom: 48px;
  }
  .hy-left,
  .hy-right,
  .hy-row.reverse .hy-left,
  .hy-row.reverse .hy-right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    text-align: left !important;
    padding: 0 !important;
  }
  .hy-right {
    margin-bottom: 12px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .hy-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 1rem !important;
  }
  .hy-row.reverse .hy-right {
    margin-bottom: 12px;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .hy-row.reverse .hy-left {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
}
@media only screen and (max-width: 640px) and (max-width: 767px) {
  .hy-row.reverse .hy-left {
    padding-right: 1rem !important;
  }
}
@media (max-width: 640px) {
  .hy-row:not(.reverse) .hy-content,
  .hy-row.reverse .hy-left .hy-content {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
  }
  .hy-row:not(.reverse) .hy-events li,
  .hy-row.reverse .hy-events li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.p-tokutei .l-headline {
  background: url(../images/tokutei/headline.png) no-repeat center center;
  background-size: cover;
}
.p-tokutei .s-tokutei01 {
  background: #f5f0e8;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei01 {
    padding: 7.9rem 0 9.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei01 {
    padding: 4rem 0;
  }
}
.p-tokutei .s-tokutei01__ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei01__ttl {
    font-size: 4rem;
    line-height: 1.2;
    margin: 0 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei01__ttl {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
}
.p-tokutei .s-tokutei01 p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei01 p {
    line-height: 2.5;
  }
}
.p-tokutei .s-tokutei02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei02 {
    margin-top: 9.4rem;
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei02 {
    margin-top: 4rem;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-tokutei .s-tokutei02 a {
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei02 a {
    width: calc(20% - 0.8rem);
    height: 8rem;
    font-size: 2rem;
    padding-right: 3.4rem;
  }
  .p-tokutei .s-tokutei02 a:hover {
    background: #000;
    color: #fff;
  }
  .p-tokutei .s-tokutei02 a:hover .icon:before {
    background: #fff;
  }
  .p-tokutei .s-tokutei02 a:hover .icon:after {
    content: "";
    border: solid #fff;
    border-width: 0 0.2rem 0.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei02 a {
    width: calc(50% - 1rem);
    height: 5rem;
    font-size: 1.4rem;
    padding-right: 2rem;
  }
}
.p-tokutei .s-tokutei02 a .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei02 a .icon {
    right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei02 a .icon {
    right: 0.2rem;
  }
}
.p-tokutei .s-tokutei02 a .icon:before {
  content: "";
  width: 0.2rem;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei02 a .icon:before {
    height: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei02 a .icon:before {
    height: 1rem;
  }
}
.p-tokutei .s-tokutei02 a .icon:after {
  content: "";
  border: solid black;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 0.1rem;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei02 a .icon:after {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei02 a .icon:after {
    padding: 0.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei03 {
    padding-top: 11.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei03 {
    padding-top: 4rem;
  }
}
.p-tokutei .s-tokutei03 .title {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei03 .title {
    font-size: 3rem;
    line-height: 1.2;
    margin: 5.1rem 0 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei03 .title {
    font-size: 1.8rem;
    margin: 2rem 0 1.5rem;
  }
}
.p-tokutei .s-tokutei03 p {
  margin: 0;
}
.p-tokutei .s-tokutei04 {
  background: #cec2a8;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei04 {
    margin-top: 9.8rem;
    padding: 6.2rem 0 10.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei04 {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}
.p-tokutei .s-tokutei04 .title {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei04 .title {
    font-size: 3rem;
    margin: 0 0 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei04 .title {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
}
.p-tokutei .s-tokutei04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei04_list {
    gap: 3rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei04_list {
    gap: 1rem;
  }
}
.p-tokutei .s-tokutei04_item {
  background: #fff;
}
.p-tokutei .s-tokutei04_item.s-tokutei04_item_end {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei04_item {
    width: calc(25% - 1.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei04_item {
    width: calc(50% - 0.5rem);
  }
}
.p-tokutei .s-tokutei04_item .img {
  width: 100%;
}
.p-tokutei .s-tokutei04_item .img img {
  width: 100%;
  display: block;
}
.p-tokutei .s-tokutei04_item p {
  text-align: center;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei04_item p {
    font-size: 2rem;
    padding: 1.2rem 0 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei04_item p {
    font-size: 1.6rem;
    padding: 1rem 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05 {
    padding-top: 11.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05 {
    padding-top: 4rem;
  }
}
.p-tokutei .s-tokutei05 .title {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05 .title {
    font-size: 3rem;
    margin: 0 0 8.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05 .title {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
}

.p-tokutei .s-tokutei05 .block1 p {
  margin: 0;
}
/* @media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05 .block2 {
    margin-top: 14rem;
  }
  .p-tokutei .s-tokutei05 .block2 .title {
    margin-bottom: 7.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05 .block2 {
    margin-top: 4rem;
  }
} */
.p-tokutei .s-tokutei05 .block2 p {
  margin: 0;
}
.p-tokutei .s-tokutei05__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05__list {
    gap: 3.4rem;
    margin-bottom: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.p-tokutei .s-tokutei05__item {
  background: #cec2a8;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05__item {
    width: calc(50% - 1.7rem);
    padding: 3.2rem 4rem 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05__item {
    width: 100%;
    padding: 2rem;
  }
}
.p-tokutei .s-tokutei05__item .tit {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05__item .tit {
    font-size: 3rem;
    margin: 0 0 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05__item .tit {
    font-size: 1.7rem;
    margin: 0 0 1.5rem;
  }
}
.p-tokutei .s-tokutei05__item .list .item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05__item .list .item {
    padding: 2rem 2.8rem;
    gap: 2.5rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05__item .list .item {
    padding: 1rem 1.5rem;
    gap: 1rem;
    font-size: 1.5rem;
  }
}
.p-tokutei .s-tokutei05__item .list .item:last-child {
  margin-bottom: 0;
}
.p-tokutei .s-tokutei05__item .list .item span {
  border: 1px solid #d6c6a8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05__item .list .item span {
    width: 6.2rem;
    height: 6.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05__item .list .item span {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.p-tokutei .s-tokutei05__item .list .item span img {
  width: 25px;
  height: 25px;
}
.p-tokutei .s-tokutei05__item .list .item span .icon4 {
  width: 24px;
  height: 24px;
}
.p-tokutei .s-tokutei05 .list_support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05 .list_support {
    gap: 4rem 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05 .list_support {
    gap: 2rem;
  }
}
.p-tokutei .s-tokutei05 .list_support .support_item {
  border: 1px solid #d6c6a8;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05 .list_support .support_item {
    width: calc(50% - 4.5rem);
    padding: 5.4rem 3rem 7.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05 .list_support .support_item {
    width: 100%;
    padding: 2rem 1rem;
  }
}
.p-tokutei .s-tokutei05 .list_support .support_item .tit {
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05 .list_support .support_item .tit {
    font-size: 2.4rem;
    margin: 0 0 6.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05 .list_support .support_item .tit {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
}
.p-tokutei .s-tokutei05 .list_support .support_item img {
  width: 100%;
  display: block;
}
.p-tokutei .s-tokutei05 .list_support .support_item p {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05 .list_support .support_item p {
    margin: 3.9rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05 .list_support .support_item p {
    margin: 1em 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05 .block3 {
    margin-top: 12.3rem;
  }
  .p-tokutei .s-tokutei05 .block3 .title {
    margin-bottom: 5.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05 .block3 {
    margin-top: 4rem;
  }
}
.p-tokutei .s-tokutei05 .block3 p {
  margin: 0;
}
.p-tokutei .s-tokutei05 .block3_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05 .block3_list {
    gap: 2.3rem;
    margin: 7.9rem 0 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05 .block3_list {
    margin: 2rem 0;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-tokutei .s-tokutei05 .block3_list .item {
  border: 1px solid #d6c6a8;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05 .block3_list .item {
    width: calc(33.3333333333% - 1.5333333333rem);
    padding: 4.5rem 2rem 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05 .block3_list .item {
    width: 100%;
    padding: 2rem 1rem;
  }
}
.p-tokutei .s-tokutei05 .block3_list .item .tit {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05 .block3_list .item .tit {
    font-size: 2.4rem;
    margin: 0 0 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05 .block3_list .item .tit {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
}
.p-tokutei .s-tokutei05 .block3_list .item .tt {
  text-align: center;
  color: #d6c6a8;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei05 .block3_list .item .tt {
    font-size: 2rem;
    margin: 1.4rem 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei05 .block3_list .item .tt {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}
.p-tokutei .s-tokutei05 .block3_list .item p {
  margin: 0 0 0;
}
.p-tokutei .s-tokutei05 .block3_list .item img {
  width: 100%;
  display: block;
}
.p-tokutei .s-tokutei06 {
  background: #f5f0e8;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei06 {
    padding: 8.2rem 0 13rem;
    margin-top: 12.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei06 {
    padding: 4rem 0;
    margin-top: 4rem;
  }
}
.p-tokutei .s-tokutei06__inner {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei06__inner {
    padding: 3.2rem 0 5.8rem;
    margin-top: 6.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei06__inner {
    padding: 2rem 1.5rem;
  }
}
.p-tokutei .s-tokutei06__inner .ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei06__inner .ttl {
    font-size: 3rem;
    margin: 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei06__inner .ttl {
    font-size: 2rem;
  }
}
.p-tokutei .s-tokutei06__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei06__inner ul {
    gap: 4.1rem;
    padding: 0 3rem;
    margin: 5.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei06__inner ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5rem;
    margin: 5rem 0 0;
    padding: 0;
  }
}
.p-tokutei .s-tokutei06__inner ul:after {
  content: "";
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei06__inner ul:after {
    width: 100%;
    height: 0.7rem;
    background: #d6c6a8;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgb(214, 198, 168)),
      to(rgb(115, 115, 115))
    );
    background: linear-gradient(
      90deg,
      rgb(214, 198, 168) 0%,
      rgb(115, 115, 115) 100%
    );
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei06__inner ul:after {
    width: 0.5rem;
    height: 100%;
    background: #d6c6a8;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgb(214, 198, 168)),
      to(rgb(115, 115, 115))
    );
    background: linear-gradient(
      180deg,
      rgb(214, 198, 168) 0%,
      rgb(115, 115, 115) 100%
    );
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }
}
.p-tokutei .s-tokutei06__inner ul li {
  list-style-type: none;
  background: #cec2a8;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei06__inner ul li {
    width: calc(25% - 3.075rem);
    padding: 4.1rem 0 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei06__inner ul li {
    width: 100%;
    padding: 4rem 1.5rem 2rem;
  }
}
.p-tokutei .s-tokutei06__inner ul li img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei06__inner ul li img {
    width: 6.2rem;
    height: 6.2rem;
    top: -3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei06__inner ul li img {
    width: 5rem;
    height: 5rem;
    top: -2.5rem;
  }
}
.p-tokutei .s-tokutei06__inner ul li h4 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 1.3rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.2;
  min-height: 4.8rem;
}
.p-tokutei .s-tokutei06__inner ul li p {
  padding: 0 1.2rem;
  margin: 0;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei07 {
    padding-top: 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei07 {
    padding-top: 4rem;
  }
}
.p-tokutei .s-tokutei07 .s-tokutei07_ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei07 .s-tokutei07_ttl {
    font-size: 3rem;
    margin: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei07 .s-tokutei07_ttl {
    font-size: 2rem;
  }
}
.p-tokutei .s-tokutei07 .box_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei07 .box_step {
    padding: 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei07 .box_step {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 1.4rem;
  }
}
.p-tokutei .s-tokutei07 .box_step .box {
  border-radius: 1rem;
  background: #fff8eb;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: 1px solid #44372e;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei07 .box_step .box {
    width: 12.4rem;
    height: 9.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei07 .box_step .box {
    width: 100%;
    height: 9.8rem;
  }
}
.p-tokutei .s-tokutei07 .box_step .box.box_w {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei07 .box_step .box.pc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei07 .box_step .box.sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.p-tokutei .s-tokutei07 .box_step .box .step {
  width: 8.2rem;
  height: 4.6rem;
  border-radius: 1rem;
  background: #cec2a8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: absolute;
  top: -3rem;
  left: -1.4rem;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei07 .box_step01 {
    margin-top: 9rem;
    padding-right: 3rem;
    position: relative;
  }
  .p-tokutei .s-tokutei07 .box_step01:after {
    content: "";
    width: 100%;
    height: 4.2rem;
    background: #d6c6a8;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei07 .box_step01 {
    margin: 5rem 0 0;
    position: relative;
  }
  .p-tokutei .s-tokutei07 .box_step01:after {
    width: 3rem;
    height: 100%;
    background: #d6c6a8;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
  }
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei07 .box_step02 {
    margin-top: 6.2rem;
    padding-right: 3rem;
    position: relative;
    width: 60%;
  }
  .p-tokutei .s-tokutei07 .box_step02:after {
    content: "";
    width: 100%;
    height: 4.2rem;
    background: #d6c6a8;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
  .p-tokutei .s-tokutei07 .box_step02:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 4.5rem solid transparent;
    border-bottom: 4.5rem solid transparent;
    border-left: 4.4rem solid #d7c6a8;
    position: absolute;
    right: -2.6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei07 .box_step02 {
    padding-top: 4rem;
    position: relative;
  }
  .p-tokutei .s-tokutei07 .box_step02:after {
    width: 3rem;
    height: 82%;
    background: #d6c6a8;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
  }
  .p-tokutei .s-tokutei07 .box_step02:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 2.5rem solid transparent;
    border-right: 2.5rem solid transparent;
    border-top: 2.5rem solid #d7c6a8;
    position: absolute;
    left: 50%;
    bottom: 10rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
  }
}
.p-tokutei .s-tokutei07_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei07_img {
    gap: 5.9rem;
    margin-top: 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei07_img {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei07_img img {
    width: calc(33.3333333333% - 3.8666666667rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei07_img img {
    width: 100%;
  }
}
/* .p-tokutei .s-tokutei08 {
  background: #f5f0e8;
} */
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei08 {
    padding: 8.2rem 0 0;
    /* margin-top: 14.6rem; */
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei08 {
    padding: 4rem 0;
    /* margin-top: 4rem; */
  }
}
.p-tokutei .s-tokutei08_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei08_list {
    gap: 4rem 2.5rem;
    margin-top: 8.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei08_list {
    gap: 2rem;
  }
}
.p-tokutei .s-tokutei08_list .item {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei08_list .item {
    width: calc(33.3333333333% - 1.6666666667rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei08_list .item {
    width: 100%;
  }
}
.p-tokutei .s-tokutei08_list .item img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei08_list .item .ct {
    padding: 1.9rem 2rem 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei08_list .item .ct {
    padding: 1.5rem;
  }
}
.p-tokutei .s-tokutei08_list .item .ct p {
  margin: 0;
  letter-spacing: 0.2em;
}
.p-tokutei .s-tokutei08_list .item .ct .txt {
  color: #d6c6a8;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei08_list .item .ct .txt {
    font-size: 1.8rem;
    line-height: 1.2222222222;
    margin: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei09 {
    padding: 8rem 0 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei09 {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei09__list {
    margin-top: 6.3rem;
  }
}
.p-tokutei .s-tokutei09__list dl {
  background: #cec2a8;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei09__list dl {
    padding: 0 4rem;
    margin: 0 0 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei09__list dl {
    padding: 0 1rem;
    margin: 0 0 1rem;
  }
}
.p-tokutei .s-tokutei09__list dl:last-child {
  margin: 0;
}
.p-tokutei .s-tokutei09__list dl.active dd {
  max-height: 30rem;
}
.p-tokutei .s-tokutei09__list dl.active dt:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.p-tokutei .s-tokutei09__list dl dt {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei09__list dl dt {
    padding: 3.4rem 0 3.4rem 8.3rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei09__list dl dt {
    padding: 2rem 2.5rem 2rem 4rem;
    font-size: 1.6rem;
  }
}
.p-tokutei .s-tokutei09__list dl dt:before {
  content: "Q";
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #d6c6a8;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei09__list dl dt:before {
    width: 6.2rem;
    height: 6.2rem;
    font-size: 4rem;
    left: -0.9rem;
    top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei09__list dl dt:before {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    left: 0rem;
    top: 2rem;
  }
}
.p-tokutei .s-tokutei09__list dl dt:after {
  content: "";
  border: solid black;
  display: inline-block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei09__list dl dt:after {
    border-width: 0 0.3rem 0.3rem 0;
    padding: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei09__list dl dt:after {
    border-width: 0 0.2rem 0.2rem 0;
    padding: 0.4rem;
  }
}
.p-tokutei .s-tokutei09__list dl dd {
  letter-spacing: 0.05em;
  margin: 0;
  -webkit-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
  max-height: 0;
  overflow: hidden;
}
.p-tokutei .s-tokutei09__list dl dd .in_dd {
  position: relative;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei09__list dl dd .in_dd {
    padding: 2.2rem 2.5rem 2.2rem 12.3rem;
    margin: 1.2rem 0 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei09__list dl dd .in_dd {
    padding: 1rem 1rem 1rem 5rem;
    margin: 0 0 1.5rem;
  }
}
.p-tokutei .s-tokutei09__list dl dd .in_dd:before {
  content: "A";
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #d6c6a8;
  border: 1px solid #d6c6a8;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei09__list dl dd .in_dd:before {
    width: 6.2rem;
    height: 6.2rem;
    font-size: 4rem;
    left: 2.6rem;
    top: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei09__list dl dd .in_dd:before {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    left: 1rem;
    top: 1rem;
  }
}
.p-tokutei .s-tokutei10 {
  background: #f5f0e8;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei10 {
    padding: 8.2rem 0 8.9rem;
    margin-bottom: -12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei10 {
    padding: 4rem 0;
    margin-bottom: -5rem;
  }
}
.p-tokutei .s-tokutei10_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei10_list {
    gap: 4.6rem;
    margin-top: 5.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei10_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-tokutei .s-tokutei10 .item {
  background: #cec2a8;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei10 .item {
    width: calc(50% - 2.3rem);
    padding: 3.7rem 1.9rem 5.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei10 .item {
    width: 100%;
    padding: 2rem;
  }
}
.p-tokutei .s-tokutei10 .item .title {
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei10 .item .title {
    font-size: 2rem;
    margin: 0 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-tokutei .s-tokutei10 .item .title {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-tokutei .s-tokutei10 .item p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-tokutei .s-tokutei10 .item p {
    letter-spacing: 0.2em;
  }
}
