@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.color1 {
  color: #D4A849;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-size: 16px;
  color: #232323;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  letter-spacing: 0.1em;
  line-height: 1.6;
  letter-spacing: 0.07em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
  color: black;
}

.u-inner {
  max-width: 1300px;
  margin: 0 auto;
}

.c-ttl {
  color: #861F30;
}
.c-ttl_jp {
  font-size: 33px;
  letter-spacing: 0.18em;
}
.c-ttl_en {
  font-size: 18px;
  font-family: var(--font-sans-sbook);
  font-size: 14px;
  letter-spacing: 0.14em;
}

.c-btn {
  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;
  position: relative;
  background-color: white;
  border: 1px solid #861F30;
  width: 357px;
  height: 53px;
  border-radius: 50px;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.c-btn span:last-child {
  position: absolute;
  right: 24px;
  top: calc(50% - 6px);
}
.c-btn span:last-child svg path {
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.c-btn:hover {
  background-color: #861F30;
  color: white;
}
.c-btn:hover span:last-child svg path {
  stroke: white;
}

@media (max-width: 1400px) {
  .u-inner {
    width: 88%;
  }
}
@media (max-width: 768px) {
  .c-ttl_jp {
    font-size: 24px;
  }
}
.subFv {
  background: url(http://ojukai-yamato.jp/wp-content/uploads/2025/09/mainimg-scaled.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 170px 0 220px;
}
.subFv .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.subFv .item {
  font-weight: 600;
  color: white;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.subFv .item_ttl {
  font-size: 51px;
}
.subFv .item_en {
  font-size: 27px;
}
.subFv.greeting {
  background: url(http://ojukai-yamato.jp/wp-content/uploads/2025/09/mainimg-scaled.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}

.breadcrum {
  max-width: 1400px;
  margin: 65px auto;
}
.breadcrum_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

.lead {
  position: relative;
}
.lead .item {
  border-top: 1px solid #DDE5E6;
  padding-top: 100px;
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 2;
  width: 100%;
}
.lead .item::before {
  content: "";
  width: 32px;
  height: 7px;
  border-radius: 0 0 3.5px 3.5px;
  background-color: #F3A099;
  position: absolute;
  top: 0;
  left: 0;
}
.lead .item_ttl {
  font-size: 44px;
  color: #284D78;
  margin-left: 25px;
  margin-top: -30px;
}
.lead .item_txt {
  font-size: 17px;
  color: #861F30;
  margin-right: 12px;
  line-height: 2.5;
  letter-spacing: 0.3em !important;
}
.lead.greeting .item {
  padding-top: 40px;
  -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
          writing-mode: unset;
  text-orientation: unset;
}
.lead_bg {
  position: absolute;
  right: 0;
  top: 10px;
}
.lead .area {
  max-width: 581px;
  width: 45%;
}
.lead .area_ttl {
  font-size: 26px;
  color: #284D78;
  font-weight: 600;
}
.lead .area_txt {
  margin-top: 26px;
  color: #861F30;
  line-height: 1.875;
}
.lead .right {
  max-width: 697px;
  width: 53%;
}
.lead .right_name {
  margin-top: 18px;
  font-size: 17px;
  color: #284D78;
}

.feature {
  margin-top: 120px;
}
.feature .item {
  margin-top: 60px;
}
.feature .box {
  margin-bottom: 88px;
}
.feature .box:last-child {
  margin-bottom: unset;
}
.feature .box .area {
  max-width: 532px;
  width: 41%;
  color: #861F30;
}
.feature .box .area_num {
  position: relative;
  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;
}
.feature .box .area_num_txt {
  position: absolute;
  font-size: 33px;
  color: white;
  line-height: 1;
  margin-right: 10px;
  margin-top: 8px;
}
.feature .box .area_ttl {
  font-size: 20px;
  margin: 20px 0 30px;
  font-weight: 600;
}
.feature .box .area_txt {
  font-size: 17px;
  line-height: 1.7647058824;
}
.feature .box_img {
  max-width: 692px;
  width: 54%;
}

.infoItem {
  margin-top: 85px;
}
.infoItem .item {
  margin-top: 43px;
}
.infoItem .item .box {
  max-width: 310px;
  width: 23%;
}
.infoItem .item .box_ttl {
  font-size: 20px;
  text-align: center;
  color: #861F30;
  margin-top: 11px;
}
.infoItem .item_btn {
  margin-top: 46px;
}

.conducted {
  margin-top: 68px;
}
.conducted .item {
  background-color: #F1F8F9;
  border-radius: 10px;
  padding: 43px 45px 45px;
}
.conducted .item .wrap {
  background-color: white;
  margin-top: 51px;
  padding: 31px 0 51px;
}
.conducted .item .wrap .col {
  background: url(../img/about/line-dot-v.svg) repeat-y right top;
  width: 33.3333333333%;
  padding: 7px 37px;
}
.conducted .item .wrap .col_txt {
  font-size: 20px;
  margin-top: 11px;
}
.conducted .item .wrap_btn {
  margin-top: 46px;
}

.intro {
  margin-top: 100px;
  margin-bottom: 40px;
}
.intro_img {
  margin-top: 34px;
}

.history {
  margin-top: 88px;
}
.history .item {
  background-color: #F1F8F9;
  padding: 45px;
  border-radius: 10px;
}
.history .item .box {
  background-color: white;
  padding: 42px 31px;
  width: 48%;
}
.history .item .box_ttl {
  font-size: 26px;
  text-align: center;
  color: #861F30;
  font-weight: 600;
}
.history .item .box .area {
  margin-top: 19px;
}
.history .item .box .area_txt {
  border-bottom: 1px solid #E7EAEF;
  padding: 19px 0;
}
.history .item .box:last-child .area_txt {
  text-align: center;
}

.profile {
  margin-top: 110px;
}
.profile .item {
  margin-top: 30px;
}
.profile .item_row .category {
  min-width: 145px;
  border-bottom: 1px solid #861F30;
  padding: 35px 25px 20px;
}
.profile .item_row .txt {
  width: calc(100% - 148px);
  border-bottom: 1px solid #E7EAEF;
  padding: 35px 25px 20px;
}

@media (max-width: 1300px) {
  .subFv .inner {
    width: 88%;
  }
}
@media (max-width: 768px) {
  .subFv {
    padding: 100px 0px;
  }
  .subFv .item_ttl {
    font-size: 32px;
  }
  .subFv .item_en {
    font-size: 20px;
  }
  .breadcrum {
    margin: 30px auto;
    width: 88%;
  }
  .lead_bg {
    z-index: -1;
  }
  .lead_bg img {
    width: 100%;
  }
  .lead .item {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    text-orientation: unset;
    padding-top: 40px;
  }
  .lead .item_ttl {
    margin-top: unset;
    margin-left: unset;
    font-size: 28px;
  }
  .lead .item_txt {
    font-size: 16px;
    margin-right: unset;
    line-height: 1.7;
    letter-spacing: unset !important;
    white-space: normal;
    width: 100%;
  }
  .lead.greeting .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lead.greeting .right {
    width: 100%;
  }
  .lead.greeting .area {
    width: 100%;
    max-width: unset;
    margin-top: 30px;
  }
  .lead.greeting .area_ttl {
    font-size: 24px;
  }
  .lead.greeting .area_txt {
    margin-top: 10px;
  }
  .feature {
    margin-top: 60px;
  }
  .feature .item {
    margin-top: 40px;
  }
  .feature .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .feature .box_img {
    width: 100%;
  }
  .feature .box .area {
    width: 100%;
    margin-top: 20px;
  }
  .feature .box .area_lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feature .box .area_num {
    margin-right: 15px;
  }
  .feature .box.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .infoItem {
    margin-top: 60px;
  }
  .infoItem .item {
    margin-top: 40px;
  }
  .infoItem .item .box {
    width: 49%;
    margin-bottom: 20px;
  }
  .infoItem .item .box_ttl {
    font-size: 16px;
  }
  .infoItem .item_btn {
    margin-top: 0;
  }
  .conducted .item {
    padding: 30px 15px;
  }
  .conducted .item .wrap {
    margin-top: 20px;
  }
  .conducted .item .wrap .col {
    width: 100%;
    background: unset;
    padding: 15px 20px;
  }
  .conducted .item .wrap_btn {
    margin-top: 15px;
  }
  .conducted .item .wrap_btn .c-btn {
    width: 90%;
  }
  .history {
    margin-top: 60px;
  }
  .history .item {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .history .item .box {
    width: 100%;
    padding: 30px 15px;
    margin-bottom: 20px;
  }
  .history .item .box:last-child {
    margin-bottom: unset;
  }
  .history .item .box_ttl {
    font-size: 20px;
  }
  .profile {
    margin-top: 60px;
  }
  .profile .item_row .category {
    min-width: 80px;
    padding: 35px 10px 20px;
  }
  .profile .item_row .txt {
    width: calc(100% - 83px);
    padding: 35px 10px 25px;
  }
  .intro {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */