.mainimagebox {
  max-width: 1440px;
  margin: 0 auto 100px;
}
@media screen and (min-width: 1441px) {
  .mainimagebox {
    max-width: initial;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
  .mainimagebox .main_image {
    max-width: initial;
    padding-top: 17vw;
  }
  .mainimagebox .main_image .inner {
    width: initial;
  }
  .mainimagebox .main_image .text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimagebox {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}

.main_image {
  position: relative;
  margin: 0 auto;
  padding-top: 250px;
  box-sizing: border-box;
  background: url(/images/greeting/greeting_key.webp) center top/cover no-repeat;
  overflow: hidden;
  max-width: 1440px;
  aspect-ratio: 1440/550;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  margin: 0 0 auto;
  box-sizing: border-box;
  padding: 0 0 0 100px;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 47px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: serif;
  text-shadow: 0 0px 12px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .main_image {
    min-width: 1280px;
    padding-top: 150px;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: auto;
    padding-top: 40vw;
    box-sizing: border-box;
    background-position: center top;
    overflow: hidden;
    aspect-ratio: 375/300;
  }
  .main_image .inner {
    padding: 0 5vw;
  }
  .main_image .text {
    text-align: center;
    padding-left: 0;
    font-size: 5.8vw;
  }
}

.m_wrapper {
  width: 100%;
  max-width: 1440px;
  min-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  .m_wrapper {
    width: 100%;
    max-width: initial;
    min-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .m_wrapper {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
}

.sec01 {
  margin-bottom: 170px;
}
.sec01 .inner {
  padding: 0;
}
.sec01 .g_header {
  text-align: right;
  margin-bottom: 100px;
  padding-right: 70px;
  position: relative;
}
.sec01 .g_header .g_title {
  font-size: 32px;
  font-weight: bold;
  font-family: serif;
  color: #333;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  text-align: right;
}
.sec01 .hero_box {
  position: relative;
  margin-bottom: 60px;
  height: 320px;
}
.sec01 .hero_box .hero_img {
  position: absolute;
  right: 55px;
  top: -70px;
  width: 815px;
  height: 283px;
  z-index: 2;
}
.sec01 .hero_box .hero_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sec01 .hero_box .hero_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(to right, #3E9D7E 50%, transparent 100%);
  display: flex;
  align-items: center;
  padding-left: 85px;
  z-index: 1;
}
.sec01 .hero_box .hero_overlay .hero_text {
  font-size: 30px;
  font-weight: bold;
  font-family: serif;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.1em;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  margin: 0;
}
.sec01 .greeting_body {
  padding: 0 60px;
  margin-bottom: 100px;
}
.sec01 .greeting_body .greeting_text {
  line-height: 2.6;
  letter-spacing: 0.1em;
  margin: 0 0 28px;
}
.sec01 .greeting_body .greeting_text:last-child {
  margin-bottom: 0;
}
.sec01 .bottom_box {
  padding-right: 50px;
}
.sec01 .bottom_box .flexbox {
  position: relative;
  justify-content: flex-end;
}
.sec01 .bottom_box .flexbox .textbox {
  width: 60%;
}
.sec01 .bottom_box .flexbox .textbox .box_title {
  font-size: 32px;
  font-weight: bold;
  color: #2F8969;
  font-family: serif;
  margin-bottom: 30px;
}
.sec01 .bottom_box .flexbox .textbox .box_text {
  margin-bottom: 20px;
  line-height: 2.6;
}
.sec01 .bottom_box .flexbox .textbox .box_name {
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0 auto;
  width: 50%;
}
.sec01 .bottom_box .flexbox .textbox .box_name span {
  font-size: 28px;
  font-weight: bold;
  font-family: serif;
}
.sec01 .bottom_box .flexbox .imagebox {
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .g_header {
    margin-bottom: 8vw;
    padding-right: 5.3vw;
  }
  .sec01 .g_header .g_title {
    font-size: 5.6vw;
  }
  .sec01 .hero_box {
    position: relative;
    height: auto;
    margin-bottom: 20.6vw;
  }
  .sec01 .hero_box .hero_img {
    position: static;
    width: 100%;
  }
  .sec01 .hero_box .hero_img img {
    width: 100%;
    height: 53vw;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .sec01 .hero_box .hero_overlay {
    position: absolute;
    top: 43vw;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to right, #3E9D7E 30%, rgba(62, 157, 126, 0.6) 60%, transparent 100%);
    display: flex;
    align-items: center;
    padding: 0 5.3vw;
    box-sizing: border-box;
  }
  .sec01 .hero_box .hero_overlay .hero_text {
    font-size: 5.3vw;
    line-height: 2;
    color: #ffffff;
    font-weight: bold;
    font-family: serif;
    letter-spacing: 0.1em;
    margin: 0;
  }
  .sec01 .greeting_body {
    padding: 0 5.3vw;
    margin-bottom: 13.8vw;
  }
  .sec01 .greeting_body .greeting_text {
    font-size: 4vw;
    margin-bottom: 5.3vw;
    letter-spacing: 0.1em;
  }
  .sec01 .bottom_box {
    padding-right: 0;
  }
  .sec01 .bottom_box .flexbox {
    flex-direction: column;
    justify-content: flex-start;
  }
  .sec01 .bottom_box .flexbox .imagebox {
    position: static;
    width: 100%;
  }
  .sec01 .bottom_box .flexbox .imagebox img {
    width: 100%;
    height: auto;
  }
  .sec01 .bottom_box .flexbox .textbox {
    width: 100%;
    padding: 0 5vw;
  }
  .sec01 .bottom_box .flexbox .textbox .box_title {
    font-size: 5.6vw;
    margin-bottom: 3vw;
  }
  .sec01 .bottom_box .flexbox .textbox .box_text {
    font-size: 4vw;
    margin-bottom: 6.4vw;
  }
  .sec01 .bottom_box .flexbox .textbox .box_name {
    font-size: 4vw;
    width: 100%;
    text-align: right;
  }
  .sec01 .bottom_box .flexbox .textbox .box_name span {
    font-size: 6.4vw;
  }
}

.sec02 {
  margin-bottom: 230px;
}
.sec02 .profile_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px 80px;
}
.sec02 .profile_col .profile_label {
  font-size: 25px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.1em;
  margin: 0 0 80px;
  padding-left: 40px;
  position: relative;
}
.sec02 .profile_col .profile_label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  bottom: -20px;
  width: 12px;
  background: linear-gradient(to bottom, #3E9D7E, rgba(62, 157, 126, 0.3));
  border-radius: 2px;
}
.sec02 .profile_col .profile_list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 30px;
}
.sec02 .profile_col .profile_list .profile_row {
  display: flex;
  gap: 32px;
  align-items: baseline;
}
.sec02 .profile_col .profile_list .profile_row.single dt {
  display: none;
}
.sec02 .profile_col .profile_list .profile_row dt {
  font-size: 20px;
  color: #333;
  letter-spacing: 0.1em;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 60px;
}
.sec02 .profile_col .profile_list .profile_row dd {
  font-size: 20px;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .profile_grid {
    grid-template-columns: 1fr;
    gap: 13.8vw;
  }
  .sec02 .profile_col .profile_label {
    font-size: 5.8vw;
    margin-bottom: 5.3vw;
    padding-left: 8vw;
  }
  .sec02 .profile_col .profile_label::before {
    width: 3vw;
    bottom: -2vw;
    top: -2vw;
  }
  .sec02 .profile_col .profile_list {
    padding-left: 4vw;
    gap: 4vw;
  }
  .sec02 .profile_col .profile_list .profile_row {
    gap: 2vw;
  }
  .sec02 .profile_col .profile_list .profile_row dt {
    font-size: 4vw;
    min-width: 14vw;
    letter-spacing: 0.1em;
  }
  .sec02 .profile_col .profile_list .profile_row dd {
    font-size: 4vw;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}/*# sourceMappingURL=greeting.css.map */