@charset "UTF-8";
/*color*/
/* ブランシエラカラー */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
main {
  overflow-x: hidden;
}

.p-con__mv {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .p-con__mv {
    height: auto;
    aspect-ratio: 6/5;
  }
}
.p-con__mv__cap {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.1rem;
  width: 80%;
  margin-inline: auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .p-con__mv__cap {
    bottom: 0;
    width: 94%;
  }
}
.p-con__intBox01 {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  margin-bottom: 4rem;
}
.p-con__intBox01Img {
  display: block;
  width: 80%;
}
.p-con__intBox01 p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 10%;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .p-con__intBox01 p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__intBox01 p {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__intBox01 p {
    margin-left: -20%;
  }
}
.p-con__intBox01 p._02 {
  transform: translateX(3em);
}
.p-con__intBox02 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  width: 100%;
  margin-bottom: 4rem;
}
.p-con__intBox02Img {
  display: block;
  width: 80%;
  margin-left: 0%;
}
@media only screen and (max-width: 767px) {
  .p-con__intBox02Img {
    margin-left: -30%;
  }
}
.p-con__intBox02 p {
  width: 70%;
  transform: translateX(50%);
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-con__intBox02 p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__intBox02 p {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__intBox02 p {
    transform: translateX(0%);
    margin-left: 1rem;
  }
}
.p-con__int__end {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: 10rem;
  margin-bottom: 6rem;
  font-weight: 600;
  letter-spacing: 0.05;
  white-space: nowrap;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-con__int__end {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__int__end {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__int__end {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}
.p-con__int__end em {
  font-size: 1.3em;
  line-height: 1;
}
.p-con__int__end b {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1;
}
.p-con__int__endImg {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5rem;
  margin-bottom: 5rem;
}
.p-con__int__logos {
  display: grid;
  grid-template-columns: 1fr min-content 1fr;
  align-items: center;
  gap: 1.5rem;
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-con__int__logos {
    margin-bottom: 5rem;
  }
}
.p-con__int__logos__item img {
  width: 100%;
  height: auto;
}
.p-con__int__logos__x {
  width: 100%;
  height: 50%;
  aspect-ratio: 1/1;
}
.p-con__int__logos__x img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-con__loc__view {
  max-width: 1800px;
  margin-inline: auto;
}
.p-con__loc__view img {
  width: 100%;
}
.p-con__loc__map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-con__loc__map {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.p-con__loc__map__ttl {
  text-align: center;
  background: #9C8D69;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 767px) {
  .p-con__loc__map__ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__loc__map__ttl {
    font-size: 1.6rem;
  }
}
.p-con__loc__map__txt {
  display: grid;
  place-content: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .p-con__loc__map__txt i {
    display: contents;
  }
}
.p-con__loc__machi__ttl {
  text-align: center;
  background: #eeeeef;
  color: #001d50;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-con__loc__machi__ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__loc__machi__ttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__loc__machi__ttl {
    margin-bottom: 0;
  }
}
.p-con__loc__machi__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-con__loc__machi__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-con__loc__machi__list__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  grid-template-areas: "img " "ttl " "btn";
  container-type: inline-size;
}
@media only screen and (max-width: 767px) {
  .p-con__loc__machi__list__item {
    grid-template-columns: 55% 1fr;
    grid-template-rows: 1fr min-content;
    grid-template-areas: "img ttl" "img btn";
  }
}
.p-con__loc__machi__list__img {
  grid-area: img;
  container-type: inline-size;
}
.p-con__loc__machi__list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-con__loc__machi__list__img .mod-machi__cap {
  font-size: 3cqi;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .p-con__loc__machi__list__img .mod-machi__cap {
    font-size: 4.2cqi;
  }
}
.p-con__loc__machi__list__ttl {
  grid-area: ttl;
  background: #001d50;
  color: #fff;
  text-align: center;
  font-size: 5.5cqi;
  line-height: 1.5;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-con__loc__machi__list__ttl {
    font-size: 4.5cqi;
  }
}
.p-con__loc__machi__list__btn {
  grid-area: btn;
  background: linear-gradient(90deg, #e1daca 0%, #b4a379 60%, #978762 100%);
  color: #fff;
  font-family: "EB Garamond", "Noto Serif", serif;
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  .p-con__loc__machi__list__btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__loc__machi__list__btn {
    font-size: 1.6rem;
  }
}
.p-con__loc .machi-modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.p-con__loc .machi-modal.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.p-con__loc .machi-modal__content {
  color: #fff;
  background: #fff;
  width: 95%;
  max-width: 600px;
  position: relative;
  border-radius: 8px;
  border: solid #001d50 2px;
  overflow: hidden;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}
.machi-modal.is-visible .p-con__loc .machi-modal__content {
  transform: translateY(0);
}
.p-con__loc .machi-modal__content__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0.5em 1em;
  background: #001d50;
}
@media only screen and (max-width: 767px) {
  .p-con__loc .machi-modal__content__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__loc .machi-modal__content__ttl {
    font-size: 1.8rem;
  }
}
.p-con__loc .machi-modal__content__txtwrap {
  padding: 1rem 2rem;
  color: #231815;
}
.p-con__loc .machi-modal__close {
  position: absolute;
  aspect-ratio: 1/1;
  top: 2rem;
  right: 0rem;
  transform: translate(-50%, -50%);
  background: #9C8D69;
  border: #fff solid 2px;
  color: #fff;
  font-size: 2.4rem;
  width: 1.25em;
  height: 1.25em;
  cursor: pointer;
  z-index: 1;
}
.p-con__des {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-con__des {
    margin-bottom: 5rem;
  }
}
.p-con__des__ttl {
  text-align: center;
  background: #9C8D69;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 767px) {
  .p-con__des__ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__des__ttl {
    font-size: 1.6rem;
  }
}
.p-con__des__int__imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-con__des__int__imgs li {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px) {
  .p-con__des__int__imgs li {
    aspect-ratio: 1/1;
  }
}
.p-con__des__int__imgs li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-con__des__int__btm__lead {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-con__des__int__btm__lead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__des__int__btm__lead {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__des__int__btm__lead {
    margin-bottom: 1.5rem;
  }
}
.p-con__des__int__btm__img {
  max-width: 15rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-con__des__int__btm__img {
    max-width: 10rem;
    margin-bottom: 1.5rem;
  }
}
.p-con__des__int__btm__txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-con__des__int__btm__txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__des__int__btm__txt {
    font-size: 1.6rem;
  }
}
.p-con__des__pro {
  container-type: inline-size;
  /* モーダル */
}
.p-con__des__pro__ttl {
  background: #f0ede4;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 2rem 0 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-con__des__pro__ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__des__pro__ttl {
    font-size: 2rem;
  }
}
.p-con__des__pro__ttl__sm {
  background: #f7f6f2;
  font-size: 0.8em;
  display: block;
  position: relative;
  z-index: 1;
}
.p-con__des__pro__ttl__sm:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  opacity: 0.5;
  z-index: -1;
}
.p-con__des__pro__ttl__sm em {
  font-size: 1.7em;
  color: #001d50;
  line-height: 1;
}
.p-con__des__pro__ttl__b {
  font-size: 1em;
  display: block;
}
.p-con__des__pro__ttl__b em {
  line-height: 1.5;
  font-size: 1.7em;
  color: #982529;
}
.p-con__des__pro__inner {
  display: grid;
  grid-template-columns: 84cqi 1fr;
  grid-template-rows: min-content;
  align-items: center;
  gap: 1vw;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-con__des__pro__inner {
    margin-bottom: 1.5rem;
    grid-template-columns: 1fr;
  }
}
.p-con__des__pro__map {
  width: 100%;
  height: 100%;
  aspect-ratio: 1200/695;
}
.p-con__des__pro__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.p-con__des__pro__point {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-con__des__pro__point {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.25rem;
  }
}
.p-con__des__pro__point__item {
  display: grid;
  container-type: inline-size;
  justify-items: center;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
  padding: 2rem 0;
  color: #fff;
  background: #caba68;
  position: relative;
  z-index: 0;
  font-size: 1.2cqi;
  cursor: pointer;
  transition: 0.3s;
}
.p-con__des__pro__point__item:first-of-type {
  background: #81ae8d;
}
.p-con__des__pro__point__item:last-of-type {
  background: #8a9cbe;
}
@media only screen and (max-width: 767px) {
  .p-con__des__pro__point__item {
    padding: 1rem 0;
    font-size: 3.5cqi;
    gap: 0.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-con__des__pro__point__item:hover {
    opacity: 0.8;
  }
}
.p-con__des__pro__point__item__btn {
  display: block;
  width: 10cqi;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 10rem;
  position: relative;
  box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.5), 0px 0px 4px rgba(51, 51, 51, 0.5), 0px 0px 8px rgba(51, 51, 51, 0.5);
  mix-blend-mode: hard-light;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-con__des__pro__point__item__btn {
    width: 20cqi;
  }
}
.p-con__des__pro__point__item__btn::before, .p-con__des__pro__point__item__btn::after {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 2px;
  background: #595757;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-con__des__pro__point__item__btn::before, .p-con__des__pro__point__item__btn::after {
    width: 1.5em;
  }
}
.p-con__des__pro__point__item__btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-con__des__pro__point__item__ttl {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 1em;
  padding-block: 0.2em;
  mix-blend-mode: luminosity !important;
}
.p-con__des__pro__point__item__ttl em {
  font-size: 2em;
  line-height: 1;
}
.p-con__des__pro__point__item__ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2f2f2f;
  opacity: 0.5;
  z-index: -1;
}
.p-con__des__pro__point__item__txt {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-con__des__pro .modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.p-con__des__pro .modal.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.p-con__des__pro .modal__content {
  width: 95%;
  color: #fff;
  background: #fff;
  max-width: 500px;
  position: relative;
  border-radius: 8px;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}
.modal.is-visible .p-con__des__pro .modal__content {
  transform: translateY(0);
}
.p-con__des__pro .modal__content._01 {
  border: solid #81ae8d 2px;
}
.p-con__des__pro .modal__content._02 {
  border: solid #caba68 2px;
}
.p-con__des__pro .modal__content._03 {
  border: solid #8a9cbe 2px;
}
.p-con__des__pro .modal__content__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  padding-inline: 1em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .p-con__des__pro .modal__content__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__des__pro .modal__content__ttl {
    font-size: 1.8rem;
  }
}
.p-con__des__pro .modal__content__ttl em {
  font-size: 1.3em;
  margin-right: 0.5em;
}
.p-con__des__pro .modal__content__ttl._01 {
  background: #81ae8d;
}
.p-con__des__pro .modal__content__ttl._02 {
  background: #caba68;
}
.p-con__des__pro .modal__content__ttl._03 {
  background: #8a9cbe;
}
.p-con__des__pro .modal__content__txt {
  color: #231815;
  padding: 2rem;
}
.p-con__des__pro .modal__close {
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 2rem;
  right: 0rem;
  transform: translate(-50%, -50%);
  color: #231815 !important;
  background: #fff;
  text-box: trim-both cap alphabetic;
  border: none;
  font-size: 2.4rem;
  width: 1.25em;
  height: 1.25em;
  cursor: pointer;
  mix-blend-mode: lighten;
}
@media only screen and (max-width: 767px) {
  .p-con__des__pro .modal__close {
    padding-bottom: 0.1em;
  }
}
.p-con__des__pro__link {
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  padding: 2rem;
  margin-inline: auto;
  background: linear-gradient(90deg, #bca98f 0%, #937b5c 60%, #937b5c 100%);
  color: #fff;
  outline: solid 1px #f7f6f2;
  outline-offset: -5px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-con__des__pro__link {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__des__pro__link {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__des__pro__link {
    padding: 1rem;
  }
}
.p-con__des__pro__link__btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 300px;
  margin-top: 1rem;
  margin-inline: auto;
  color: #9C8D69;
  font-family: "EB Garamond", "Noto Serif", serif;
  transition: 0.3s;
  background: #f7f6f2;
  padding-inline: 1rem;
}
.p-con__des__pro__link__btn__arw {
  background-color: #9C8D69 !important;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-con__des__pro__link:hover {
    opacity: 0.8;
    outline: solid 1px #f7f6f2;
  }
  .p-con__des__pro__link:hover .p-con__des__pro__link__a__btn__arw {
    transform: translateX(0.25em);
  }
}
.p-con__his__mv {
  width: 100%;
  height: 100%;
  max-height: 400px;
  background: #001d50;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  z-index: 2;
  aspect-ratio: 16/9;
}
.p-con__his__mv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 37, 65, 0.8) 0%, rgba(0, 81, 120, 0) 100%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-con__his__mv {
    aspect-ratio: 1/1;
  }
}
.p-con__his__mv__img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.p-con__his__mv__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.p-con__his__mv__ttl {
  color: #fff;
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-con__his__mv__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__his__mv__ttl {
    font-size: 1.8rem;
  }
}
.p-con__his__mv__ttlLine {
  position: relative;
}
.p-con__his__mv__ttlLine::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 200%;
  height: 1px;
  background: #fff;
}
.p-con__his__mv__txt {
  color: #fff;
  text-align: left;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-con__his__mv__txt {
    margin-bottom: 1.5rem;
  }
}
.p-con__his__load {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-con__his__load {
    grid-template-columns: 2.5rem 1fr;
    gap: 0.8rem;
  }
}
.p-con__his__load__left {
  writing-mode: vertical-rl;
  height: 100%;
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  grid-template-rows: 1fr;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-con__his__load__left {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__his__load__left {
    font-size: 2.5rem;
  }
}
.p-con__his__load__left__txt {
  font-size: 1em;
  white-space: nowrap;
  line-height: 1;
  font-family: "EB Garamond", "Noto Serif", serif;
  color: #B4A379;
}
.p-con__his__load__left__line {
  width: 1em;
  height: 100%;
  white-space: nowrap;
  line-height: 1;
  background: linear-gradient(0deg, #978762 0%, #e1daca 100%);
}
.p-con__his__load__right__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  color: #001d50;
}
@media only screen and (max-width: 767px) {
  .p-con__his__load__right__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__his__load__right__ttl {
    font-size: 1.8rem;
  }
}
.p-con__his__load__right__ttl-end {
  color: #001d50;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-con__his__load__right__ttl-end {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__his__load__right__ttl-end {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-con__his__load__right__ttl-end {
    letter-spacing: 0;
  }
}
.p-con__his__load__right__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 3rem;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-con__his__load__right__item {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }
}
.p-con__his__load__right__imgwrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.p-con__his__end {
  width: 100%;
  height: 100%;
  margin-bottom: 5rem;
}
.p-con__his__end img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
/*# sourceMappingURL=../../map/concept/style.css.map */