@charset "UTF-8";

html {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: .08em;
  scroll-behavior: smooth;
  color: #1e1e1e;

  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* header -------------------------------------------------*/
header {
  position: relative;
}

.mv {
  background: no-repeat url(../img/mv.jpg) right top / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.headerWrap {
  width: 100%;
  position: relative;
  z-index: 2;
}

.headerContainer {  
  box-shadow: 51px 0px 87px 4rem #f6f6f6;
  background-color: #f6f6f6;
  width: 50rem;
  padding-left: 10%;
}

.logo {
  margin: 0 auto;
  padding: 8% 0 0;
}

.logo img {
  width: clamp(12.5rem, -8.5rem + 35vw, 23rem); /* 200-368 */
  height: 100%;
}

.mainContainer {
  margin: 0 auto;
  padding: 20% 0 20% 5%;
}

.mainContainer > p {
  font-size: clamp(1.125rem, 0.625rem + 0.83vw, 1.375rem); /* 18-22 */
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1);
  line-height: 2em;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.mainContainer h1 {
  font-size: clamp(2.5rem, 1.395rem + 2.27vw, 3.438rem); /* 40-55 */
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1);
  line-height: 1.2em;
  margin-bottom: 50px;
  letter-spacing: 0.15em;
  font-weight: 500;
  white-space: nowrap;
}

.mainContainerMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 500px;
}

.mainContainerMenu li {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 49%; */
  height: 75px;
  background: #ffffff;
  border: 1px solid #000000;
  font-size: clamp(1rem, 0.75rem + 0.42vw, 1.125rem); /* 16-18 */
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
}

 .mainContainerMenu li:nth-child(odd) {
    width: 43%;
  }

  .mainContainerMenu li:nth-child(even) {
    width: 55%;
  }

.mainContainerMenu li:nth-child(2n+1)  {
  margin-right: 2%;
}

.mainContainerMenu li:nth-child(-n+2) {
  margin-bottom: 2%;
}

@media screen and (max-width: 1439px) {
  .headerContainer { 
    width: 40rem;
    padding-left: 5%;
  }
}

@media screen and (max-width: 959px) {
  .headerContainer {  
    box-shadow: 51px 0px 87px 4rem #f6f6f6;
    background-color: #f6f6f6;
    width: 30rem;
  }

  .mainContainer {
    margin: 0 auto;
    padding: 15% 0 15% 5%;
  }
}

@media screen and (max-width: 779px) {
  .mainContainer h1 {
    font-size: clamp(1.875rem, 1.526rem + 1.74vw, 2.375rem); /* 30-38 */
  }

  .mainContainerMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 500px;
  }

  .mainContainerMenu li {
    font-size: clamp(0.875rem, 0.721rem + 0.57vw, 1rem); /* 14-16 */
    padding: 3% 5%;
  }
}

@media screen and (max-width: 629px) {
  header {
    background-color: #f6f6f6;
  }

  .headerContainer {
    box-shadow: none;
    background: none;
    padding: 0 30px;
    padding-bottom: 5%;
    width: 100%;
  }
    
  .mv {
    background: no-repeat url(../img/mv-m.jpg) right top / cover;
    background-position: -20% 0;
    height: 70%;
  }

  .logo {
    padding: 5% 0 0;
  }

  .mainContainer {
    margin: 0 auto;
    padding: 10% 0 0 0;
  }

  .mainContainer > p {
    line-height: 1.7em;
  }

  .mainContainer h1 {
    font-size: clamp(1.875rem, 1.105rem + 2.87vw, 2.5rem); /* 30-40 */
    margin-bottom: 5%;
  }

  .mainContainerMenu {
    max-width: 100%;
  }

  /* .mainContainerMenu li:nth-child(odd) {
    width: 43%;
  }

  .mainContainerMenu li:nth-child(even) {
    width: 55%;
  } */

  .mainContainerMenu li {
    font-size: clamp(0.625rem, -0.022rem + 3.24vw, 1.25rem); /* 14-20 */
    height: 100%;
    padding: 5% 3%;
  }
}

@media screen and (max-width: 429px) {
  .headerContainer {
    padding: 0 20px;
    padding-bottom: 5%;
    width: 100%;
  }
    
  .mv {
    background-position: -60% 0;
    height: 60%;
  }

  .mainContainer > p {
    font-size: clamp(0.938rem, 0.511rem + 1.88vw, 1.25rem); /* 15-20 */
  }
}

/* common -------------------------------------------------*/
.wrap {
  width: 100%;
  margin: 0 auto;

  position: relative;
  z-index: 2;
}

article:not(:last-child) {
  margin: 0 auto 10%;
}

article:first-child {
  margin: 0 auto;
}

.contentsAll {
  width: 100%;
  margin: 0 auto;
}

.contents1120 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.bgYellow {
  background: #f9f6ed;
}

p.contentsRead {
  font-size: clamp(1.125rem, 0.875rem + 0.42vw, 1.25rem); /* 18-20 */
  line-height: 1.5em;
  text-align: center;
  margin: 0 auto;
}

p.contentsRead:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 1079px) {
  article:not(:last-child) {
    margin: 0 auto 10%;
  }

  article:first-child {
    margin: 0 auto;
  }
}

/* contents => device -------------------------------------------------*/
.device {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 5% 8%;
}

.deviceTitle {
  margin: 0 auto 3%;
  font-size: clamp(1.5rem, 0.75rem + 1.25vw, 1.875rem); /* 26-30 */
  font-weight: 500;
  padding: 1% 15%;
  border: solid 1px #000000;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

p.deviceCap {
  font-size: clamp(1rem, 0.25rem + 1.25vw, 1.375rem); /* 16-22 */
  line-height: 1.8em;
  margin-bottom: 3%;
  text-align: center;
}

.deviceTelnum {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 25px;
  margin-bottom: 25px;
  width: 100%;
}

.openTime {
  font-size: clamp(1.125rem, 0.375rem + 1.25vw, 1.5rem); /* 18-24 */
  display: flex;
  flex-direction: column;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-right: 10px;
  line-height: 1em;
  white-space: nowrap;
}

.openTime span {
  font-size: 80%;
  margin-bottom: clamp(0.125rem, -0.051rem + 0.75vw, 0.625rem);
}

.telNum {
  /* height: 96px; */
  font-size: clamp(3.75rem, -0.375rem + 6.88vw, 5.813rem); /* 60-93 */
  font-family: "Geist";
  font-weight: bold;
  line-height: 1em;
  white-space: nowrap;
}

.deviceForm {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  margin: 0 auto;
  width: 100%;
}

.deviceForm a {
  max-width: 500px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-size: clamp(1.5rem, 0.75rem + 1.25vw, 1.875rem); /* 26-30 */
  letter-spacing: 0.08em;
  font-weight: 500;
  border-radius: 8px;
  position: relative;
}

.deviceForm div a:hover {
  transform: translateY(3px);
}

.deviceForm div.mailForm a::before {
  font-family: "Font Awesome 6 Free";
  line-height: 1;
  position: absolute;
  top: auto;
  left: 5%;
  margin: 0;
  content: '\f15c';
  font-size: clamp(2.25rem, 0.75rem + 2.5vw, 3rem); /* 36-48 */
  font-weight: 900;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  padding-right: 5%;
}

.deviceForm div.mailForm a {
  padding-left: 10%;
  background-color: #42697f;
  border-bottom: solid 5px #244960;
}

.deviceForm div.mailForm a:hover {
  border-bottom: solid 2px #244960;
}

.telButton {
  display: none;
}

@media screen and (max-width: 959px) {
  .deviceTelnum {
    margin-bottom: 0;
  }

  .openTime {
    font-size: clamp(0.938rem, 0.785rem + 0.57vw, 1.125rem); /* 15-18 */
  }

  .telNum {
    font-size: clamp(2.5rem, 1.486rem + 3.77vw, 3.75rem); /* 40-60 */
  }

  .deviceForm a {
   font-size: clamp(1.625rem, 1.321rem + 1.13vw, 2rem); /* 26-32 */
  }

  .deviceForm div.mailForm a {
    padding-left: 15%;
  }

  .deviceForm div.mailForm a::before {
    left: 8%;
  }
}

@media screen and (max-width: 779px) {
  p.deviceCap {
    padding: 0 5%;
  }
}

@media screen and (max-width: 629px) {
  .deviceTitle {
    font-size: clamp(1.5rem, 1.084rem + 1.69vw, 1.75rem); /* 24-28 */
    padding: 2% 10%;
  }


  p.deviceCap br {
    display: none;
  }

  .deviceTelnum {
    display: none;
  }

  .deviceForm div.telButton {
    display: block;
    padding-top: 25px;
    margin-top: 25px;
    background-image: radial-gradient(circle, #000000 1.5px, transparent 1.5px);
    background-size: 10px 3px;
    background-position: left top;
    background-repeat: repeat-x;
  }

  .deviceForm div.telButton a::before {
    font-family: "Font Awesome 6 Free";
    line-height: 1;
    position: absolute;
    top: auto;
    left: 6%;
    margin: 0;
    content: '\f095';
    font-size: clamp(2.25rem, 0.75rem + 2.5vw, 3rem); /* 36-48 */
    font-weight: 900;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    padding-right: 5%;
  }
  
  .deviceForm div.telButton a {
    padding-left: 10%;
    background-color: #5fae4f;
    border-bottom: solid 5px #3f7939;

    display: flex;
    flex-direction: column;
  }

  .deviceForm div.telButton a span {
    display: block;
    font-size: 50%;
    font-weight: 500;
    margin-top: 1%;
  }
    
  .deviceForm div.telButton a:hover {
    border-bottom: solid 2px #3f7939;
  }
}

@media screen and (max-width: 629px) {
  p.deviceCap {
    padding: 0;
  }
}

/* contents => message -------------------------------------------------*/
.message {
  margin: 0 auto;
  padding: 15% 20px 13%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt";
  
  background-image: url(../img/images01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  font-weight: 500;
}

.message p.messageRead {
  font-size: clamp(1.25rem, 0.984rem + 0.99vw, 1.875rem); /* 20-30 */
  line-height: 1em;
  margin-bottom: 2.5%;
  letter-spacing: 0.15em;
}

.message h2 {
  font-size: clamp(2.813rem, 0.313rem + 4.17vw, 4.063rem); /* 45-65 */
  line-height: 1em;
  margin-bottom: 3%;
}

.message p.messageCap {
  font-size: clamp(1rem, 0.25rem + 1.25vw, 1.375rem); /* 16-22 */
  line-height: 1.5em;
  text-align: center;
}

@media screen and (max-width: 629px) {
  .message {
    height: 100%;
  }
}

@media screen and (max-width: 529px) {
  .message {
    padding: 10% 20px 8%;
  }

  .message p.messageRead {
    margin-bottom: 5%;
  }

  .mainContainer > p {
    margin-bottom: 5%;
  }

  .message h2 {
    font-size: clamp(2.5rem, 0.575rem + 7.16vw, 4.063rem); /* 30-65 */
    line-height: 1em;
    margin-bottom: 5%;
  }

  .message p.messageCap {
    font-size: clamp(1rem, 0.25rem + 1.25vw, 1.375rem); /* 16-22 */
  }

  .message p.messageCap br {
    display: none;
  }
}

/* contents => aboutMonument -------------------------------------------------*/
.aboutMonument {
  margin: -8% auto 0px;
}

.aboutMonumentTitle {
  margin: 0 auto 5%;
  padding: 12% 15px 0;
  background-image: url(../img/CI_m.svg);
  background-repeat: no-repeat;
  background-position: right 30px;
  background-size: 40%;
}

.aboutMonumentTitle h3 {
  margin: 0 auto 5%;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt";
  font-size: clamp(2.25rem, 0.75rem + 2.5vw, 3rem); /* 36-48 */
  font-weight: 600;
  text-align: center;
  letter-spacing: -.08em;
  color: #4e7389;
}

p.aboutMonumentCap {
  margin: 0 auto;
  padding: 0 16%;
  font-size: clamp(1rem, 0.25rem + 1.25vw, 1.375rem); /* 16-22 */
  line-height: 1.8em;
  text-align: justify;
}

ul.aboutMonumentList {
  margin: 0 auto 10%;
}

li.aboutMonumentListBox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

li.aboutMonumentListBox .aboutMonumentCap {
  max-width: 495px;
  padding: 5% 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;

  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt";
  font-size: clamp(1.625rem, -0.125rem + 2.92vw, 2.5rem); /* 26-40 */
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;

  background-color: #ffffff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: 1px solid #dcdcdc;

  position: relative;
  left: 20px;
  z-index: 2;
}

.aboutMonumentImg {
  max-width: 645px;

  position: relative;
  left: -20px;
  z-index: 1;
}

.aboutMonumentImg img {
  width: 100%;
}

li.aboutMonumentListBox.rev .aboutMonumentCap {
  left: -20px;
}

li.aboutMonumentListBox.rev .aboutMonumentImg {
  left: 20px;
}

li.aboutMonumentListBox:not(:last-child) {
  margin-bottom: 12%
}

.aboutMonumentZoom p.deviceCap {
  font-size: clamp(1.125rem, 0.375rem + 1.25vw, 1.5rem); /* 18-24 */
  line-height: 1.8em;
  margin-bottom: 5%;

  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt";
}

.aboutMonumentZoom .deviceForm {
  max-width: 820px;
  padding: 5%;
}

.aboutMonumentZoom .deviceForm a {
  max-width: 500px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #FFF;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.08em;
  font-weight: 500;
  border-radius: 8px;
  position: relative;
}

.aboutMonumentZoom .deviceForm div a:hover {
  transform: translateY(3px);
}

.aboutMonumentZoom div.zoomForm a::before {
  position: absolute;
  top: auto;
  left: 5%;
  margin: 0;
  content: '';
  background: url(../img/icon_zoom.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  
  border-right: 1px solid #ffffff;
  padding-right: 15%;
}

.aboutMonumentZoom div.zoomForm a {
  padding-left: 10%;
  background-color: #0074f2;
  border-bottom: solid 5px #004cd7;
}

.aboutMonumentZoom div.zoomForm a:hover {
  border-bottom: solid 2px #004cd7;
}

@media screen and (max-width: 959px) {
  li.aboutMonumentListBox .aboutMonumentCap {
    padding: 5% 6%;
    font-size: clamp(1.25rem, 0.743rem + 1.89vw, 1.875rem); /* 20-30 */
  }
}

@media screen and (max-width: 629px) {
  p.aboutMonumentCap {
    padding: 0 8%;
  }

  li.aboutMonumentListBox .aboutMonumentCap {
    max-width: 300px;
    padding: 4% 3%;
    font-size: clamp(1.25rem, 1.096rem + 0.57vw, 1.375rem); /* 20-22 */
  }

  li.aboutMonumentListBox:not(:last-child) {
    margin-bottom: 8%;
  }

  .aboutMonumentZoom p.deviceCap {
    font-size: clamp(1rem, 0.846rem + 0.57vw, 1.125rem); /* 18-16 */
  }

  .aboutMonumentZoom div.zoomForm a::before {
    padding-right: 18%;
  }

  .aboutMonumentZoom div.zoomForm a {
    padding-left: 18%
  } 
}

@media screen and (max-width: 429px) {
  li.aboutMonumentListBox .aboutMonumentCap {
    font-size: clamp(0.875rem, 0.616rem + 1.29vw, 1.125rem); /* 14-18 */
    left: 10px;
  }
  .aboutMonumentImg {
    left: -10px;
  }

  li.aboutMonumentListBox.rev .aboutMonumentCap {
    left: -10px;
  }

  li.aboutMonumentListBox.rev .aboutMonumentImg {
    left: 10px;
  }

  .aboutMonumentZoom div.zoomForm a::before {
    padding-right: 22%;
  }

  .aboutMonumentZoom div.zoomForm a {
    padding-left: 25%
  } 
}

/* contents => service -------------------------------------------------*/
.service {
  margin: 0 auto;
}

.serviceTitle {
  margin: 0 auto 7%;
  padding: 5%;
  background-color: #4e7389;

  color: #ffffff;
  font-size: clamp(2.25rem, 0.75rem + 2.5vw, 3rem); /* 36-48 */
  line-height: 1.5em;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt";
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.02em;

  display: flex;
  align-items: center;
  justify-content: center;
}

ul.serviceContainer {
  max-width: 1050px;
  padding: 0 20px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

li.serviceList {
  width: 46%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
  border-radius: 15px;

  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt";
  text-align: center;
}

li.serviceList span {
  content: '';
  border-top: #4e7389 solid 25px;
  border-radius: 15px 15px 0 0;
}

li.serviceList:nth-child(-n+4) {
  margin-bottom: 7%;
}

.serviceListNum {
  padding: 8% 10% 5%;
  font-size: clamp(1.875rem, 0.625rem + 2.08vw, 2.5rem); /* 26-40 */
  font-weight: 600;
  color: #4e7389;
}

.serviceListName {
  padding: 0 20px;
  font-size: clamp(1.5rem, 0.75rem + 1.25vw, 1.875rem); /* 26-30 */
  line-height: 1.3em;
  letter-spacing: 0.02em;
}

.serviceListImg {
  padding: 7%;
}

.serviceListImg img {
  width: 100%;
}

@media screen and (max-width: 1079px) {
  li.serviceList {
    width: 47%;
  }
}

@media screen and (max-width: 959px) {
  li.serviceList {
    width: 48%;
  }

  li.serviceList:nth-child(-n+4) {
    margin-bottom: 5%;
  }

  .serviceListName {
    font-size: clamp(1.125rem, 0.719rem + 1.51vw, 1.625rem); /* 20-26 */
  }
}

@media screen and (max-width: 629px) {
  .serviceTitle {
    font-size: clamp(1.375rem, -0.082rem + 5.93vw, 2.25rem); /* 28-36 */
  }

  ul.serviceContainer {
    padding: 0;
  }
  
  li.serviceList {
    width: 100%;
  }

  li.serviceList div.serviceListBox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
  }

  li.serviceList div.serviceListBox div:nth-child(1) {
    width: 100%;
    margin-right: 5%;
  }

  .serviceListNum {
    line-height: 1em;
    padding: 0% 10% 10%;
  }

  .serviceListName {
    padding: 0;
  }

  .serviceListName br {
    display: none;
  }

  .serviceListImg {
    width: 95%;
    padding: 0;
  }

  .serviceListImg img {
    width: 100%;
  }
}

@media screen and (max-width: 429px) {
  li.serviceList div.serviceListBox {
    flex-direction: column;
  }

  li.serviceList div.serviceListBox {
    padding: 0;
  }

  li.serviceList div.serviceListBox div:nth-child(1) {
    width: 100%;
    margin-right: 0
  }

  .serviceListNum {
    padding: 8% 10% 5%;
    font-size: clamp(1.875rem, 0.625rem + 2.08vw, 2.5rem); /* 26-40 */
    font-weight: 600;
    color: #4e7389;
  }

  .serviceListName {
    padding: 0 20px;
    font-size: clamp(1.5rem, 0.75rem + 1.25vw, 1.875rem); /* 26-30 */
    line-height: 1.3em;
    letter-spacing: 0.02em;
  }

  .serviceListName br {
    display: block;
  }

  .serviceListImg {
    width: 100%;
    padding: 7%;
  }
}

/* contents => originalMonument -------------------------------------------------*/
.originalMonument {
  max-width: 1120px;
  padding: 10% 20px;
  margin: 0 auto;
}

.originalMonumentTitle {
  /* margin: 0 auto 10%; */
  margin: 0 auto 5%;
  font-size: clamp(2.25rem, 0.75rem + 2.5vw, 3rem); /* 36-48 */
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt";
  text-align: center;
}

.originalMonumentMap {
  margin: 0 auto 5%;
  width: 100%;
}

.originalMonumentMap img {
  width: 100%;
}

.originalMonumentTitle span {
  color: #cf7e5b;
}

.originalMonumentContainer {
  margin: 0 auto;
}

.originalMonumentList {
  border-radius: 20px;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
}

.originalMonumentList:not(:last-child) {
  margin-bottom: 8%
}

.originalMonumentListName {
  background-color: #626262;
  border-radius: 20px 20px 0 0;
  max-height: 105px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 5% 0 5% 12%;

  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt";
  color: #ffffff;
  font-size: clamp(1.625rem, -0.125rem + 2.92vw, 2.5rem); /* 26-40 */
  line-height: 1em;
  position: relative;
}

.originalMonumentListName::before {
  position: absolute;
  top: auto;
  left: 5%;
  margin: 0;
  content: '';
  background: url(../img/icon_monument.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 62px;
  height: 45px;
}

.originalMonumentListBox {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 5%;
  position: relative;
}

.originalMonumentListInfo {
  width: 100%;
  margin-right: 5%;

  display: flex;
  flex-direction: column;
}

.originalMonumentListInfo p {
  font-size: clamp(1.125rem, 0.625rem + 0.83vw, 1.375rem); /* 18-22 */
  line-height: 1.6em;
  text-align: justify;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.originalMonumentListImg {
  max-width: 490px;
}

.originalMonumentListImg img {
  width: 100%;
}

ul.originalMonumentListIcon {
  display: flex;
  margin-top: auto;
}

ul.originalMonumentListIcon li {
  padding: 2% 6%;
  background: #cccccc;
  border-radius: 5px;
  font-size: clamp(1rem, 0.25rem + 1.25vw, 1.375rem); /* 16-22 */
  line-height: 1em;
  color: #ffffff;
  white-space: nowrap;
}

ul.originalMonumentListIcon li:not(:last-child) {
  margin-right: 2%;
}

ul.originalMonumentListIcon li.originalMonumentListIcon-1 {
 background-color: #5fae4f;
}

ul.originalMonumentListIcon li.originalMonumentListIcon-2 {
 background-color: #767eda;
}

ul.originalMonumentListIcon li.originalMonumentListIcon-3 {
 background-color: #cf7e5b;
}

.originalMonumentResult {
  margin: 110px auto 0;
  width: 100%;
}

.ResultButton a {
  /* max-width: 755px;
  height: 135px; */
  max-width: 500px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #FFF;
  transition: 0.3s ease-in-out;
  /* font-size: 45px; */
  font-size: clamp(1.5rem, 0.75rem + 1.25vw, 1.875rem); /* 26-30 */
  letter-spacing: 0.08em;
  font-weight: 500;
  border-radius: 8px;

  background-color: #5fae4f;
  border-bottom: solid 6px #3f7939;
}

.ResultButton a:hover {
  transform: translateY(3px);
  border-bottom: solid 3px #3f7939;
  margin-bottom: 3px;
}

@media screen and (max-width: 1079px) {
  .originalMonumentListName {
    padding: 3% 0 3% 12%;
  }

  .originalMonumentListName::before {
    left: 5%;
    height: 30px;
  }
  
  .originalMonumentListImg {
    max-width: 400px;
  }
}

@media screen and (max-width: 959px) {
  .originalMonumentListBox {
    padding: 4%
  }

  .originalMonumentResult {
    margin: 8% auto 0;
  }
}

@media screen and (max-width: 779px) {
  .originalMonument {
    padding: 8% 20px;
  }

  .originalMonumentTitle {
    margin: 0 auto 8%;
  }

  .originalMonumentListInfo p {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 629px) {
  .originalMonumentListBox {
    padding: 6%
  }
  
  .originalMonumentTitle {
    font-size: clamp(1.75rem, 1.134rem + 2.29vw, 2.25rem); /* 28-36 */
  }

  .originalMonumentListName {
    padding: 4% 0 4% 12%;
  }

  .originalMonumentListName::before {
    height: 25px;
  }

  .originalMonumentListBox {
    flex-direction: column;
  }

  .originalMonumentListImg {
    order: 1;
    max-width: 100%;
    margin-bottom: 3%;
  }

  .originalMonumentListImg img {
    width: 100%;
  }

  .originalMonumentListInfo {
    order: 2;
    width: 100%;
  }

  .originalMonumentListInfo p {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 529px) {
  .originalMonumentListName {
    padding: 5% 0 5% 14%;
    font-size: clamp(1.375rem, 0.759rem + 2.29vw, 1.875rem); /* 28-40 */
  }
}

@media screen and (max-width: 429px) {
  .originalMonumentListName {
    padding: 5% 0 5% 16%;
  }
}

/* contents => voice -------------------------------------------------*/
.fukidashiTitle{
  width: 100%;
  position: relative;
  text-align: center;
  padding: 30px;
  border: solid 2px #b6976b;

  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt";
  font-size: clamp(1.625rem, -0.125rem + 2.92vw, 2.5rem); /* 26-40 */
  font-weight: 500;
  line-height: 1em;
  margin: 0 auto 10%
}

.fukidashiTitle::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -50px;
  border: 50px solid transparent;
  border-top-color: #b6976b;
  content: '';
}

ul.voiceContainer {
  margin: 0 auto;
  padding: 0 40px;
}

li.voiceList {
  font-size: clamp(1.5rem, 0.75rem + 1.25vw, 1.875rem); /* 26-30 */
  line-height: 1.2em;
  position: relative;
  padding-left: 8%;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

li.voiceList:not(:last-child) {
  margin: 0 auto 1.5em;
}

li.voiceList:nth-child(odd)::before {
  position: absolute;
  top: auto;
  left: 0%;
  margin: 0;
  content: '';
  background: url(../img/fukidashi01.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 57px;
  height: 45px;
}

li.voiceList:nth-child(even)::before {
  position: absolute;
  top: auto;
  left: 0%;
  margin: 0;
  content: '';
  background: url(../img/fukidashi02.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 57px;
  height: 45px;
}

@media screen and (max-width: 959px) {
  .fukidashiTitle {
    padding: 25px;
    margin: 0 auto 10%
  }

  .fukidashiTitle::after {
    margin: 0 0 0 -30px;
    border: 30px solid transparent;
    border-top-color: #b6976b;
  }

  li.voiceList {
    padding-left: 10%;
  }
}

@media screen and (max-width: 779px) {
  ul.voiceContainer {
    padding: 0 20px;
  }

  li.voiceList {
    padding-left: 8%;
  }

  li.voiceList:nth-child(odd)::before {
    width: 45px;
  }

  li.voiceList:nth-child(even)::before {
    width: 45px;
  }
}

@media screen and (max-width: 529px) {
  ul.voiceContainer {
    padding: 0;
  }

  li.voiceList {
    padding-left: 8%;
  }

  li.voiceList:nth-child(odd)::before {
    margin-top: 4%;
    width: 30px;
  }

  li.voiceList:nth-child(even)::before {
    margin-top: 4%;
    width: 30px;
  }

  li.voiceList {
    font-size: clamp(1.25rem, 0.942rem + 1.15vw, 1.5rem); /* 20-24 */
    line-height: 1.2em;
    position: relative;
    padding-left: 8%;

    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  li.voiceList:not(:last-child) {
    margin: 0 auto 1em;
  }
}

@media screen and (max-width: 529px) {
  .fukidashiTitle {
    line-height: 1.3em;
    padding: 4%;
  }

  li.voiceList {
    padding-left: 11%;
  }
}

/* contents => qa -------------------------------------------------*/
.qa {
  margin: 0 auto;
}

.qa .accordion_title {
  display: flex;
  align-items: center;
  height: 90px;
  padding-right: 75px;
  background: #f9f6ed;

  font-size: clamp(1.25rem, 0.75rem + 0.83vw, 1.5rem); /* 20-24 */
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt";
  letter-spacing: -.008em;
}

.qa .accordion_title span {
  font-family: "Geist";
  font-size: clamp(1.5rem, 0.75rem + 1.25vw, 1.875rem); /* 26-30 */
  margin-right: 2%;
}

.qa summary {
  display: block;
  font-weight: bold;
  padding: 0 30px;
  cursor: pointer;
  background: #f9f6ed;
  color: #000000;
}

.qa .accordion-content {
  padding: 0 15px 20px;
  overflow: hidden;
  background: #f9f6ed;
}

.qa .accordion-content p {
  padding: 20px 15px 0;
  font-size: clamp(1.125rem, 0.375rem + 1.25vw, 1.5rem); /* 18-24 */
  line-height: 1.5em;
  text-align: justify;
  border-top: 1px solid #000000;
}

.qa .accordion-content p::before {
  content: 'A.';
  margin-right: 10px;
  font-size: clamp(1.5rem, 0.75rem + 1.25vw, 1.875rem); /* 26-30 */
  font-weight: 500;
  color: #4e7389;
}

details summary {
  position: relative;
  cursor: pointer;
}

details summary::after {
  font-family: "Font Awesome 6 Free";
  line-height: 1;
  position: absolute;
  top: calc(50% - .5rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f138';
  font-weight: 900;
  transform: rotate(0);
  transition: 0.1s;
  color: #42697f;
}

details[open] summary {
  background-color: #f9f6ed;
}

details[open] summary::after {
  font-family: "Font Awesome 6 Free";
  line-height: 1;
  position: absolute;
  top: calc(50% - .5rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f138';
  font-weight: 900;
  transform: rotate(90deg);
  transition: 0.1s;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display:none;
}

details:not(:last-child) {
  margin-bottom: 2%
}

@media screen and (max-width: 529px) {
  .qa .accordion_title span {
    margin-right: 5%;
  }

  .qa summary {
    padding: 0 0 0 20px;
  }
}

/* contents => qa -------------------------------------------------*/
.movieTitle {
  margin: 0 auto 3%;
  font-size: clamp(1.625rem, -0.125rem + 2.92vw, 2.5rem); /* 26-40 */
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt";
  white-space: nowrap;

  display: flex;
  align-items: center;
  justify-content: center;
}

.movieTitle span {
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.movieTitle span img {
  height: 100%;
  margin: 0 1%;
}

.movieCap {
  font-size: clamp(1rem, 0.25rem + 1.25vw, 1.375rem); /* 16-22 */
  line-height: 1em;
  margin-bottom: 5%;
  text-align: center;
}

.movieLinker {
  margin: 0 auto;
  max-width: 960px;
}

.movieLinker img {
  width: 100%;
}

.movieLinker a {
  transition: opacity 0.4s ease;
}

.movieLinker a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 959px) {
  .movieTitle {
    font-size: clamp(1.125rem, 0.517rem + 2.26vw, 1.875rem); /* 18-30 */
  }
  
  .movieTitle span img {
    height: 60%;
  }
}

@media screen and (max-width: 629px) {
  .movieTitle {
    font-size: clamp(1.75rem, 0.826rem + 3.44vw, 2.5rem); /* 28-40 */
    flex-direction: column;
    letter-spacing: -0.001em;
    margin-bottom: 5%;
  }

  .movieTitle span {
    margin-top: 1%;
  }
}

/* contents => media -------------------------------------------------*/
.media {
  padding: 10% 20px;
}

.mediaTitle {
  margin: 0 auto 8%;
  font-size: clamp(1.875rem, 0.625rem + 2.08vw, 2.5rem); /* 30-40 */
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}

.mediaContainer {
  max-width: 1050px;
  margin: 0 auto;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

li.mediaContainerList {
  width: 46%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

li.mediaContainerList:nth-child(-n+4) {
  margin-bottom: 7%;
}

.mediaContainerListDate {
  max-width: 170px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  text-align: center;
  font-size: clamp(1.25rem, 1rem + 0.42vw, 1.375rem); /* 20-22 */
  white-space: nowrap;
  color: #ffffff;

  background-color: #4e7389;
}

.mediaContainerListCap {
  padding: 30px;
}

p.mediaContainerName {
  margin: 0 auto .5em;
  font-size: clamp(1.375rem, 1.125rem + 0.42vw, 1.5rem); /* 22-24 */
  font-weight: 600;
  color: #4e7389;
}

.mediaContainerBox > p:nth-child(2) {
  margin: 0 auto .5em;
  font-size: clamp(1.125rem, 0.625rem + 0.83vw, 1.375rem); /* 18-22 */
  letter-spacing: -0.008em;
  line-height: 1.5em;
  text-align: justify;
}

.mediaContainerImg img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: 0 0;
}

@media screen and (max-width: 1079px) {
  li.mediaContainerList {
    width: 47%;
  }
}

@media screen and (max-width: 959px) {
  .media {
    padding: 8% 20px;
  }

  .mediaContainerListCap {
    padding: 5%;
  }

  li.mediaContainerList {
    width: 48%;
  }

  li.mediaContainerList:nth-child(-n+4) {
    margin-bottom: 5%;
  }

  .mediaContainerImg img {
    height: 100%;
  }
}

@media screen and (max-width: 529px) {
  .mediaTitle {
    margin: 0 auto 8%;
    font-size: clamp(1.75rem, -0.417rem + 8.82vw, 2.5rem); /* 28-40 */
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: center;
  }

  li.mediaContainerList {
    width: 100%;
  }
  
  .mediaContainerImg img {
    width: 100%;
    height: 240px;
  }

  li.mediaContainerList:nth-child(-n+4) {
    margin-bottom: 0%;
  }

  li.mediaContainerList:not(:last-child) {
    margin-bottom: 7%;
  }
}

/* contents => corporate -------------------------------------------------*/
.corporate {
  margin: 10% auto 0;
  padding: 0 30px;
}

.corporateContainer {
  margin: 0 auto;
  max-width: 1150px;
  border: 1px solid #767eda;
}

.corporate a {
  transition: opacity 0.4s ease;
}

.corporate a:hover {
  opacity: 0.7;
}

.corporateBox {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.corporateCap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 470px;
}

.corporateCap p:nth-child(1) {
  font-size: clamp(1rem, 0.25rem + 1.25vw, 1.375rem); /* 16-22 */
  margin-bottom: 1em;
  font-weight: 500;
}

.corporateCap p:nth-child(2) {
  font-size: clamp(1.25rem, 0.25rem + 1.67vw, 1.75rem); /* 20-28 */
  line-height: 1.5em;
  text-align: center;
  font-weight: 500;
}

.corporateImg {
  max-width: 680px;
  height: 230px;
  display: flex;
}

.corporateImgBox {
  width: 100%;
  position: relative;
}

.corporateImgBox img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.corporateImgBox p {
  width: 100%;
  padding: 2% 4%;
  font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.938rem); /* 12-15 */
  font-weight: 500;
  text-align: center;
  background-color:#ffffff90;
  position: absolute;
  bottom: 0;
  z-index: 2;
  letter-spacing: 0.05em;
}

.corporate .nextPage {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background: #767eda;
  border: 1px solid #767eda;
  font-size: clamp(1.625rem, 0.875rem + 1.25vw, 2rem); /* 26-32 */
  color: #ffffff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 779px) {
  .corporateBox {
    height: 200px;
  }

  .corporateCap {
    width: 100%;
  }

  .corporateCap p:nth-child(1) {
    font-size: clamp(0.875rem, 0.721rem + 0.57vw, 1rem); /* 16-18 */
  }

  .corporateCap p:nth-child(2) {
    font-size: clamp(1rem, 0.846rem + 0.57vw, 1.125rem); /* 16-18 */
  }

  .corporateImg {
    height: 150px;
  }

  .corporateImgBox img {
    width: 200px;
    height: 150px;
  }
}

@media screen and (max-width: 779px) {
  .corporate {
    margin: 10% auto 0;
  }

  .corporateBox {
    flex-direction: column;
    height: 100%;
    padding: 5%;
  }

  .corporateCap {
    width: 100%;
    margin-bottom: 5%;
  }

  .corporateCap p:nth-child(1) {
    font-size: clamp(1rem, 0.25rem + 1.25vw, 1.375rem); /* 16-22 */
  }

  .corporateCap p:nth-child(2) {
    font-size: clamp(1.25rem, 0.25rem + 1.67vw, 1.75rem); /* 20-28 */
  }

  .corporateImg {
    max-width: 100%;
    height: 180px;
    display: flex;
  }

  .corporateImgBox {
    width: 100%;
    position: relative;
  }

  .corporateImgBox img {
    width: 100%;
    height: 180px;
  }
}

@media screen and (max-width: 629px) {
  .corporateCap p:nth-child(2) {
    font-size: clamp(1.125rem, 0.917rem + 0.85vw, 1.25rem); /* 18-20 */
  }

  .corporateImg {
    max-width: 100%;
    height: 120px;
    display: flex;
  }

  .corporateImgBox img {
    width: 100%;
    height: 120px;
  }

  .corporate .nextPage {
    height: 60px;
    font-size: clamp(1.375rem, 0.126rem + 5.08vw, 2.125rem); /* 22-34 */
  }
}

/* contents => fTrDevice -------------------------------------------------*/
.fTrDevice {
  margin: 8% auto 0;
  padding: 0 30px;
}

.fTrDeviceContainer {
  margin: 0 auto;
  max-width: 1150px;
  padding: 5%;
  border: #000000 solid 1px;
  background-color: #f9f6ed;
}

.fTrDeviceContainer .deviceTitle {
  max-width: 580px;
  height: 68px;
  background-color: #5fae4f;
  border: none;
  white-space: nowrap;
  color: #ffffff;
}

.fTrDeviceContainer .deviceTelnum {
  padding: 0;
  margin: 0;
}

.fTrDeviceContainer .telNum {
  color: #5fae4f;
  margin-right: 15px;
  font-size: clamp(4.375rem, 1.5rem + 4.79vw, 5.813rem); /* 70-93 */
}

.fTrDeviceContainer .telImg img {
  width: 125px;
  height: 125px;
  object-fit: cover;
  border-radius: 50%;
}

@media screen and (max-width: 959px) {
  .fTrDeviceContainer .telImg img {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 779px) {
  .fTrDeviceContainer .telNum {
    font-size: clamp(2rem, -0.156rem + 8.02vw, 3.75rem); /* 32-60 */
  }
  
  .fTrDeviceContainer .telImg img {
    display: none;
  }
}

@media screen and (max-width: 629px) {
  .fTrDeviceContainer   .deviceTitle {
    font-size: clamp(1.5rem, 1.084rem + 1.69vw, 1.75rem); /* 24-28 */
    padding: 2% 10%;
  }

  .fTrDevice .deviceTelnum {
    display: block;
  }

  .fTrDevice .openTime, .fTrDevice .telNum, .fTrDevice .telImg  {
    display: none;
  }

  .fTrDevice a {
    max-width: 500px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-size: clamp(1.5rem, 0.75rem + 1.25vw, 1.875rem); /* 26-30 */
    letter-spacing: 0.08em;
    font-weight: 500;
    border-radius: 8px;
    position: relative;
  }

  .fTrDevice div a:hover {
    transform: translateY(3px);
  }

  .fTrDevice div.telButton {
    display: block;
    padding-top: 25px;
    margin-top: 25px;
    background-image: radial-gradient(circle, #000000 1.5px, transparent 1.5px);
    background-size: 10px 3px;
    background-position: left top;
    background-repeat: repeat-x;
  }

  .fTrDevice div.telButton a::before {
    font-family: "Font Awesome 6 Free";
    line-height: 1;
    position: absolute;
    top: auto;
    left: 6%;
    margin: 0;
    content: '\f095';
    font-size: clamp(2.25rem, 0.75rem + 2.5vw, 3rem); /* 36-48 */
    font-weight: 900;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    padding-right: 5%;
  }
  
  .fTrDevice div.telButton a {
    padding-left: 10%;
    background-color: #5fae4f;
    border-bottom: solid 5px #3f7939;

    display: flex;
    flex-direction: column;
  }

  .fTrDevice div.telButton a span {
    display: block;
    font-size: 50%;
    font-weight: 500;
    margin-top: 1%;
  }
    
  .fTrDevice div.telButton a:hover {
    border-bottom: solid 2px #3f7939;
  }
}

@media screen and (max-width: 429px) {
  .fTrDevice div.telButton a {
    padding-left: 25%
  }
}

/* footer -------------------------------------------------*/
.footer {
  margin: 8% auto 0;
  border-top: 1px solid #000000;
  padding: 0 20px;
}

.footerContainer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footerCap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footerCap li:first-child {
  margin-right: 25px;
}

.footerCap li a::after{
  font-family: "Font Awesome 6 Free";
  content: '\f08e';
  font-size: clamp(0.625rem, 0.125rem + 0.83vw, 0.875rem); /* 10-14 */
  font-weight: 900;
  margin-left: 2px;
}

.copyright {
  font-size: clamp(0.625rem, 0.125rem + 0.83vw, 0.875rem); /* 10-14 */
}

@media screen and (max-width: 629px) {
  .footerContainer {
    flex-direction: column;
  }

  .footerCap {
    margin-bottom: 4%;
  }
}

/* sub -------------------------------------------------*/
.subContainer {
  background-color: #f9f6ed;
}

.sub .footer {
  margin: 10% auto 0;
}

.sub .corporate {
  margin: 10% auto 0;
}

.sub .fTrDevice {
  margin: 10% auto 0;
}

.subContainer.bgWhite {
  background-color: #ffffff;
}

.sub .logo {
  padding: 30px 15px;
  margin: 0 auto;
  max-width: 1350px;
  position: relative;
  z-index: 2;
}

.breadcrumbList {
  margin: 0 auto 15%;
}

.breadcrumbList ul {
  display: flex;
}

.breadcrumbList ul li:not(:last-child) {
  margin-right: 10px;
}

.breadcrumbList ul li:not(:last-child)::after {
  font-family: "Font Awesome 6 Free";
  content: '\f105';
  font-size: clamp(0.625rem, 0.125rem + 0.83vw, 0.875rem); /* 10-14 */
  font-weight: 900;
  margin-left: 10px;
}

.breadcrumbList ul li a {
  text-decoration: underline;
}

.contactTitle h5 {
  margin: 0 auto;
  font-size: clamp(1.75rem, 0.875rem + 1.46vw, 2.188rem); /* 28-35 */
  letter-spacing: .3em;
  margin-bottom: 8%;
  text-align: center;
}

.contactTitle h5::after {
  content: '・・・・';
  max-width: 100px;
  font-size: clamp(1.5rem, 0.75rem + 1.25vw, 1.875rem); /* 24-30 */
  color: #4e7389;
  letter-spacing: .1em;
  display: block;
  margin: 15px auto 0;
}

@media screen and (max-width: 1079px) {
  .contactTitle h5 {
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 779px) {
  .contactTitle h5 {
    letter-spacing: .1em;
  }
}

/* sub => message -------------------------------------------------*/
.sub .messageContainer {
  margin-bottom: 8%;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt";
}

.messageContainer h6 {
  margin-bottom: 3%;
  text-align: center;
  font-size: clamp(1.125rem, 0.875rem + 0.42vw, 1.25rem); /* 18-20 */
  font-weight: 600;
}

.sub .messageContainerCap {
  padding: 0 10%;
  font-size: clamp(0.938rem, 0.563rem + 0.63vw, 1.125rem); /* 15-18 */
  text-align: justify;
}

.sub .messageContainerCap {
  line-height: 1.8em;
}

.sub .messageContainerCap:not(:last-child) {
  margin-bottom: 1.8em;
}

.sub .messageContainerCap:nth-last-child(2) {
  margin-bottom: 2.6em;
}


.sub .messageContainerCap:last-child {
  text-align: right;
}

.corporateTable{
  padding: 0 5%;
}

.corporateTable table {
  border-top: 1px solid #b5b5b5;
}

.corporateTable table p {
  line-height: 1.5em;
}

.corporateTable table p a {
  text-decoration: underline;
}

.corporateTable th {
  width: 30%;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #b5b5b5;
  background-color: #f9f6ed;
  padding: 4%;
}

.corporateTable td {
  width: 70%;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #b5b5b5;
  padding: 4%;
}

div.td-2col {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.corporateTable td div.td-2col:nth-child(1) {
  /* width: 95%; */
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #b5b5b5;
  padding-bottom: 30px;
}

.corporateTable td div.td-2col:nth-child(2) {
  /* width: 95%; */
  border: none;
  padding-top: 30px;
  padding-bottom: 0;
}

.corporateTable td div.td-2col:last-child {
  /* width: 95%; */
  border: none;
  padding-top: 30px;
  padding-bottom: 0;
}

.td-2col p:nth-child(1) {
  margin-right: 20px;
  width: 70%;
}

.td-2col p:nth-child(2) {
  width: 450px;
}

.td-2col p:nth-child(2) img {
  width: 100%;
}

.corporateTable .sn {
  display: none;
}

@media screen and (max-width: 779px) {
  .corporateTable th {
    display: block;
    width: 100%;
    border-style: solid;
    border-width: 0 0 1px;
    padding: 20px 0 20px 10px;
  }

  .corporateTable td {
    display: block;
    width: 100%;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #b5b5b5;
  }

  .td-2col p:nth-child(2) img {
    width: 100%;
  }
}

@media screen and (max-width: 629px) {
  .sub .messageContainerCap {
   padding: 0;
  }

  .corporateTable {
    padding: 0;
  }
}

@media screen and (max-width: 529px) {
  div.td-2col {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .td-2col p:nth-child(1) {
    margin-right: 0;
    width: 100%;
    -webkit-order: 2;
    order: 2;
  }

  .td-2col p:nth-child(2) {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    -webkit-order: 1;
    order: 1;
  }

  .td-2col p:nth-child(2) img {
    width: 100%;
  }
}

/* sub => privacy -------------------------------------------------*/
.privacyWrap {
  padding: 5% 20px;
}

.privacyTitle {
  margin-bottom: 10px;
  padding: 0 10%;
  font-size: clamp(1.125rem, 0.375rem + 1.25vw, 1.5rem); /* 18-24 */
  font-weight: 600;
}

.sub .privacyRead {
  padding: 0 10%;
  font-size: clamp(1.125rem, 0.875rem + 0.42vw, 1.25rem); /* 18-20 */
  text-align: justify;
  line-height: 1.8em;
}

.sub .privacyRead ul {
  margin: 15px 0;
  padding: 0 5%;
}

.sub .privacyRead ul li {
  font-style: italic;
  list-style: disc;
}

.sub .privacyRead ul li:not(:last-child) {
  margin-bottom: 1%;
}

.sub .privacyRead:not(:last-child) {
  margin-bottom: 6%;
}

@media screen and (max-width: 629px) {
  .privacyTitle {
    padding: 0 5%;
  }

  .sub .privacyRead {
    padding: 0 5%;
    font-size: clamp(1rem, 0.829rem + 0.75vw, 1.125rem); /* 18-20 */
  }

  .sub .privacyRead ul {
    padding: 0 10%;
  }
}


/* sub => thanks -------------------------------------------------*/
.thanksWrap {
  padding: 5% 20px;
}

.thanksTitle {
  margin-bottom: 10px;
  padding: 0 10%;
  font-size: clamp(1.125rem, 0.375rem + 1.25vw, 1.5rem); /* 18-24 */
  font-weight: 600;
}

.thanksWrap > div > .thanksRead {
  padding: 0 10%;
  font-size: clamp(1.125rem, 0.875rem + 0.42vw, 1.25rem); /* 18-20 */
  text-align: justify;
  line-height: 1.8em;
}

.thanksWrap > div > .thanksRead:not(:last-child) {
  margin-bottom: 1.2em;
}

.thanksWrap > .originalMonumentResult {
  padding: 0 10%;
  margin-bottom: 10%;
}

@media screen and (max-width: 629px) {
  .thanksTitle {
    padding: 0 5%;
  }

  .thanksWrap > div > .thanksRead {
    padding: 0 5%;
    font-size: clamp(1rem, 0.829rem + 0.75vw, 1.125rem); /* 18-20 */
  }

  .thanksWrap > div > .thanksRead br {
    display: none;
  }
}