.wrap{
    width: auto;
    max-width: none !important;
}
#main{
    padding: 0 !important;
}
.otera-page {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./image/otera/bg.webp);
}
.otera-page .main-section {
  background-image: url(./image/otera/kv.webp);
  background-size: cover;
  height: clamp(550px, 50vw, 650px);
  position: relative;
  background-position: center;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .otera-page .main-section {
    aspect-ratio: auto;
    min-height: 130vw;
  }
}
.main-in{
    position: absolute;
    left: 10vw;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    @media screen and (max-width: 760px) {
     width: 60vw;
        left: 5vw;
    }
    p{
        font-size:20px;
        padding-top: 1em;
        color: #FFF;
        font-weight: bold;
        @media screen and (max-width: 760px) {
            font-size: 14px;
            br{display: none;}
            width: 60vw;
        }
    }
}

.otera-page .main-divider {
  display: block;
  height: 1px;
  width: calc(100% + 10vw);
  margin: 20px 0 24px -10vw;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
}
.otera-page {
  /* ---------- common section parts ---------- */
}
.otera-page .section-in {
  max-width: 1120px;
  margin: 0 auto;
  padding: 90px 1% 100px;
}
@media screen and (max-width: 760px) {
  .otera-page .section-in {
    padding: 60px 6% 70px;
  }
}
.otera-page .section-head {
  text-align: center;
  margin-bottom: 50px;
}
.otera-page .section-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  color: #222;
  margin: 0;
}
@media screen and (max-width: 760px) {
  .otera-page .section-title {
    font-size: 28px;
  }
}
.otera-page .section-title-line {
  display: block;
  width: 159px;
  height: 3px;
  margin: 18px auto 0;
  background-color: #c5bd81;
}
.otera-page .about-section .section-title-line {
  width: 237px;
}
.otera-page .blog-section .section-title-line {
  width: 118px;
}
.otera-page .greet-section{
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    background-color: #FFF;
}
.otera-page .service-section,
.otera-page .contact-section {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background-color: rgba(244, 242, 230, 0.7);
}
.otera-page {
  /* ---------- about-section ---------- */
}
.otera-page .about-lead {
  max-width: 1085px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color: #333;
  @media screen and (max-width: 760px) {
    font-size: 14px;
    text-align: left;
  }
}
.otera-page {
  /* ---------- service-section ---------- */
}
.otera-page .service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media screen and (max-width: 760px) {
  .otera-page .service-grid {
    grid-template-columns: 1fr;
  }
}
.otera-page .service-card {
  background: #fff;
  border: 1px solid #f0e9b7;
  border-radius: 10px;
  padding: 30px 35px;
}
.otera-page .service-card-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 22px;
  color: #222;
  margin: 0 0 12px;
}
.otera-page .service-card-text {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  margin: 0;
}
.otera-page {
  /* ---------- blog-section ---------- */
}
.otera-page .blog-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.otera-page .blog-item {
  border-bottom: 1px solid #ddd;
}
.otera-page .blog-item a {
  display: block;
  padding: 24px 4px;
  text-decoration: none;
  color: inherit;
}
.otera-page .blog-item-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 18px;
  color: #765220;
  margin: 0 0 10px;
}
.otera-page .blog-item-arrow {
  font-size: 22px;
  color: #c5bd81;
}
.otera-page .blog-item-excerpt {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin: 0;
}
.otera-page {
  /* ---------- greet-section ---------- */
}
.otera-page .greet-body {
  display: flex;
  align-items: flex-start;
  gap: 55px;
}
@media screen and (max-width: 760px) {
  .otera-page .greet-body {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.otera-page .greet-photo {
  flex: none;
  width: 295px;
  border-radius: 18px;
  overflow: hidden;
}
.otera-page .greet-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.otera-page .greet-text {
  flex: 1;
  min-width: 0;
}
.otera-page .greet-name {
  font-family:  serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 33px;
  color: #222;
  margin: 0 0 8px;
}
.otera-page .greet-role {
  font-family: serif;
  font-weight: bold;
  font-size: 18px;
  color: #555;
  margin: 0 0 20px;
}
.otera-page .greet-message {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin: 0;
}
.otera-page {
  /* ---------- member-section ---------- */
}
.otera-page .member-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media screen and (max-width: 600px) {
  .otera-page .member-grid {
    grid-template-columns: 1fr;
  }
}
.otera-page .member-card {
  display: flex;
  gap: 20px;
  background: #fff;
  border: 1px solid #f0e9b7;
  border-radius: 10px;
  padding: 26px;
}
.otera-page .member-avatar {
  flex: none;
  width: 90px;
  height: 110px;
  border-radius: 6px;
  background-color: #d9d9d9;
}
.otera-page .member-name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 20px;
  color: #222;
  margin: 0 0 8px;
}
.otera-page .member-comment {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}
.otera-page {
  /* ---------- contact-section ---------- */
}
.otera-page .contact-card {
  max-width: 716px;
  margin: 0 auto;
  background: #fff;
  border-radius: 21px;
  padding: 50px 60px;
}
@media screen and (max-width: 760px) {
  .otera-page .contact-card {
    padding: 40px 25px;
  }
}
.otera-page .contact-note {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 22px 26px;
  margin-bottom: 35px;
}
.otera-page .contact-note-title {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 14px;
}
.otera-page .contact-note-cols {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .otera-page .contact-note-cols {
    flex-direction: column;
    gap: 0;
  }
}
.otera-page .contact-note-cols ul {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.otera-page .contact-note-cols li {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
  line-height: 2;
}
.otera-page .contact-note-cols li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c0272d;
}
.otera-page .contact-form .wpcf7,
.otera-page .contact-form .wpcf7-form {
  margin: 0;
}
.otera-page .contact-form .wpcf7-form p {
  margin: 0;
}
.otera-page .contact-form .contact-form__flex-item {
  margin-bottom: 22px;
}
.otera-page .contact-form .contact-form__flex02 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100% !important;
  margin: 0 0 8px !important;
  column-gap: 10px;
}
.otera-page .contact-form .contact-form__info {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: #333;
}
.otera-page .contact-form .absolutely,
.otera-page .contact-form .optional {
  display: inline-block;
  margin: 0;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  line-height: 1.5;
  flex-shrink: 0;
}
.otera-page .contact-form .absolutely {
  background-color: #c0272d;
}
.otera-page .contact-form .optional {
  background-color: #888;
}
.otera-page .contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.otera-page .contact-form .wpcf7-text,
.otera-page .contact-form .wpcf7-email,
.otera-page .contact-form .wpcf7-textarea,
.otera-page .contact-form .wpcf7 select,
.otera-page .contact-form input[type=text],
.otera-page .contact-form input[type=email],
.otera-page .contact-form input[type=tel],
.otera-page .contact-form select,
.otera-page .contact-form textarea {
  display: block;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 12px 14px !important;
  font-size: 15px !important;
  font-family: inherit;
  letter-spacing: normal;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  cursor: text;
}
.otera-page .contact-form .wpcf7 select,
.otera-page .contact-form select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.otera-page .contact-form .wpcf7-textarea,
.otera-page .contact-form textarea {
  min-height: 120px;
  height: auto;
  resize: vertical;
}
.otera-page .contact-form .contact-select-wrap {
  position: relative;
  display: block;
  width: 100% !important;
  margin: 0 0 22px !important;
}
.otera-page .contact-form .contact-select-wrap::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
}
.otera-page .contact-form .contact-form__btn-wrap {
  text-align: center;
  margin-top: 30px;
}
.otera-page .contact-form .submit-btn {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  font-size: 16px;
  transition: opacity 0.3s;
}
.otera-page .contact-form .submit-btn:hover {
  opacity: 0.85;
}
.otera-page .contact-form .submit-btn input[type=submit],
.otera-page .contact-form .wpcf7-submit,
.otera-page .contact-form .submit-btn__el {
  display: block;
  width: 100% !important;
  max-width: none;
  margin: 0;
  padding: 16px !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  color: #fff;
  background-color: #c0272d;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.otera-page .contact-form .wpcf7-not-valid-tip {
  width: 100% !important;
  margin: 6px 0 0;
  font-size: 13px;
  color: #c0272d;
}
.otera-page .contact-form .wpcf7-response-output {
  width: 100% !important;
  margin: 20px 0 0;
  box-sizing: border-box;
}
.otera-page .contact-form .wpcf7 form.sent .wpcf7-response-output {
  width: 100% !important;
  margin-inline: 0;
}
