.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/about/about_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: 230px;
}
.sec01 .inner {
  padding: 0 80px 0 0;
}
.sec01 .inner .flexbox {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.sec01 .inner .flexbox .imagebox {
  width: 83%;
}
.sec01 .inner .flexbox .textbox {
  width: 100%;
}
.sec01 .inner .flexbox .textbox .box_title {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: bold;
  font-family: serif;
}
.sec01 .inner .flexbox .textbox .box_text {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .inner {
    padding: 0 5vw;
  }
  .sec01 .inner .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .sec01 .inner .flexbox .imagebox {
    width: 100%;
  }
  .sec01 .inner .flexbox .textbox {
    width: 100%;
  }
  .sec01 .inner .flexbox .textbox .box_title {
    margin-bottom: 3vw;
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
  }
  .sec01 .inner .flexbox .textbox .box_text {
    margin-bottom: 5vw;
  }
}

.sec02 {
  background: linear-gradient(360deg, #d6ede5 0%, #f0f7f4 40%, #ffffff 100%);
  padding: 120px 0;
  margin-bottom: 137px;
}
.sec02 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 100px;
}
.sec02 .sec_body {
  display: flex;
  align-items: flex-start;
  gap: 140px;
}
.sec02 .m_header {
  font-size: initial;
  padding: 0 115px;
}
.sec02 .m_title {
  font-size: 36px;
  font-family: serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.sec02 .box_text {
  margin-bottom: 75px;
}
.sec02 .gridbox {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 75px;
       column-gap: 75px;
}
.sec02 .gridbox .tajimi .about_wrapper {
  text-align: center;
  margin-top: -50px;
}
.sec02 .gridbox .tajimi .about_btn {
  background-color: #fff;
  border: 2px solid #2F8969;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
  height: 84px;
}
.sec02 .gridbox .tajimi .about_btn::before {
  background: url(/images/about/yajirushi_g.webp) center/contain no-repeat;
  width: 41px;
  height: 41px;
}
.sec02 .gridbox .nagoya .about_wrapper {
  text-align: center;
  margin-top: -50px;
}
.sec02 .gridbox .nagoya .about_btn {
  background-color: #fff;
  border: 2px solid #45738E;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
  height: 84px;
}
.sec02 .gridbox .nagoya .about_btn::before {
  background: url(/images/about/yajirushi_b.webp) center/contain no-repeat;
  width: 41px;
  height: 41px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 0;
    margin-bottom: 23.8vw;
  }
  .sec02 .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5vw 10vw;
  }
  .sec02 .sec_body {
    display: flex;
    align-items: flex-start;
    gap: 140px;
  }
  .sec02 .m_header {
    font-size: initial;
    padding: 0 5vw;
  }
  .sec02 .m_title {
    font-size: 5vw;
    font-family: serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 3vw;
  }
  .sec02 .box_text {
    margin-bottom: 5vw;
  }
  .sec02 .gridbox {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
  }
  .sec02 .gridbox .tajimi .about_wrapper {
    text-align: center;
    margin-top: -5vw;
  }
  .sec02 .gridbox .tajimi .about_btn {
    font-size: 4.8vw;
    height: auto;
    border-radius: 50vh;
  }
  .sec02 .gridbox .tajimi .about_btn::before {
    width: 8vw;
    height: 8vw;
  }
  .sec02 .gridbox .nagoya .about_wrapper {
    text-align: center;
    margin-top: -5vw;
  }
  .sec02 .gridbox .nagoya .about_btn {
    font-size: 4.8vw;
    height: auto;
    border-radius: 50vh;
  }
  .sec02 .gridbox .nagoya .about_btn::before {
    width: 8vw;
    height: 8vw;
  }
}

.sec03 {
  margin-bottom: 180px;
}
.sec03 .about_header {
  text-align: left;
}
.sec03 .about_header .sec_title {
  font-size: 60px;
  color: #A48535;
  opacity: 60%;
  font-family: serif;
  letter-spacing: 0.1em;
}
.sec03 .about_header .sec_subtitle {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: bold;
  font-family: serif;
}
.sec03 .sec_body {
  margin-top: 70px;
}
.sec03 .sec_body .profile_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 10px;
}
.sec03 .sec_body .profile_table tr th,
.sec03 .sec_body .profile_table tr td {
  padding: 35px 24px;
  vertical-align: middle;
  text-align: left;
  font-size: 20px;
  line-height: 2;
  color: #333;
  letter-spacing: 0.1em;
}
.sec03 .sec_body .profile_table tr th {
  width: 207px;
  min-width: 160px;
  background-color: rgba(232, 225, 205, 0.6);
  font-weight: normal;
  white-space: nowrap;
  font-size: 20px;
  margin-right: 10px;
  text-align: center;
}
.sec03 .sec_body .profile_table tr td {
  padding-left: 32px;
  border-bottom: 1px solid #A48535;
  font-weight: bold;
  padding: 40px 10px 40px 40px;
}
.sec03 .sec_body .profile_table tr td .service_category {
  font-weight: bold;
}
.sec03 .sec_body .profile_table tr td .service_category:first-child {
  margin-top: 0;
}
.sec03 .sec_body .profile_table tr td .service_detail {
  margin: 0;
  color: #333;
  font-weight: bold;
}
.sec03 .sec_body .profile_table tr .last_c {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .about_header .sec_title {
    font-size: 8vw;
  }
  .sec03 .about_header .sec_subtitle {
    font-size: 5.6vw;
  }
  .sec03 .sec_body {
    margin-top: 10vw;
  }
  .sec03 .sec_body .profile_table {
    border-spacing: 0 2.6vw;
  }
  .sec03 .sec_body .profile_table tr {
    display: flex;
    flex-direction: column;
  }
  .sec03 .sec_body .profile_table tr th,
  .sec03 .sec_body .profile_table tr td {
    display: block;
    width: initial;
    font-size: 4vw;
    padding: 3.2vw 4vw;
    line-height: 1.8;
  }
  .sec03 .sec_body .profile_table tr th {
    width: initial;
    margin-right: 0;
    min-width: unset;
    white-space: normal;
    text-align: left;
    padding: 2.6vw 4vw;
  }
  .sec03 .sec_body .profile_table tr td {
    padding: 4vw;
    border-bottom: none;
  }
  .sec03 .sec_body .profile_table tr td .service_category {
    margin-top: 3.2vw;
  }
  .sec03 .sec_body .profile_table tr td .service_category:first-child {
    margin-top: 0;
  }
  .sec03 .sec_body .profile_table tr td .service_detail {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  .sec03 .sec_body .profile_table tr .last_c {
    border-bottom: none;
  }
}

.sec04 {
  background: linear-gradient(135deg, #d6ede5 0%, #f0f7f4 40%, #ffffff 100%);
  padding: 150px 0 80px;
  margin-bottom: 135px;
}
.sec04 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 100px;
}
.sec04 .sec_body {
  display: flex;
  align-items: flex-start;
  gap: 140px;
}
.sec04 .history_title {
  min-width: 80px;
  position: relative;
  top: -90px;
}
.sec04 .history_title .en {
  font-size: 60px;
  color: #2F8969;
  opacity: 50%;
  font-family: serif;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
  line-height: 1.2;
}
.sec04 .history_title .ja {
  font-size: 32px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: serif;
}
.sec04 .history_timeline {
  flex: 1;
  max-width: 570px;
}
.sec04 .history_timeline .timeline_list {
  list-style: none;
  margin: 0 0 48px;
  padding: 0;
  position: relative;
}
.sec04 .history_timeline .timeline_list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: #6aab93;
}
.sec04 .history_timeline .timeline_list .timeline_item {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  padding: 0 0 60px 24px;
  position: relative;
}
.sec04 .history_timeline .timeline_list .timeline_item:last-child {
  padding-bottom: 0;
}
.sec04 .history_timeline .timeline_list .timeline_item::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #2F8969;
  border: 2px solid #2F8969;
}
.sec04 .history_timeline .timeline_list .timeline_item .year {
  font-size: 20px;
  font-weight: 500;
  min-width: 70px;
  letter-spacing: 0.1em;
  padding-top: 0;
  line-height: 1;
}
.sec04 .history_timeline .timeline_list .timeline_item .desc {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.sec04 .about_btn {
  position: relative;
  padding-right: 0;
  text-decoration: none;
}
.sec04 .about_btn::before {
  display: none;
}
.sec04 .about_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #2F8969;
  transition: width 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .sec04 .about_btn:hover::after {
    width: 100%;
  }
}
@media (hover: none) {
  .sec04 .about_btn::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
    padding: 13.8vw 0 8vw;
  }
  .sec04 .inner {
    padding: 0 5vw;
  }
  .sec04 .sec_body {
    flex-direction: column;
    gap: 6.4vw;
  }
  .sec04 .history_title {
    min-width: unset;
    position: static;
    top: auto;
  }
  .sec04 .history_title .en {
    font-size: 10vw;
    margin: 0 0 1vw;
  }
  .sec04 .history_title .ja {
    font-size: 5.6vw;
  }
  .sec04 .history_timeline {
    max-width: 100%;
    width: 100%;
  }
  .sec04 .history_timeline .timeline_list {
    margin: 0 0 8vw;
  }
  .sec04 .history_timeline .timeline_list::before {
    top: 2.6vw;
    bottom: 8.6vw;
    width: 0.3vw;
  }
  .sec04 .history_timeline .timeline_list .timeline_item {
    gap: 6.4vw;
    padding: 0 0 8vw 5.3vw;
  }
  .sec04 .history_timeline .timeline_list .timeline_item::before {
    left: -1.5vw;
    top: 1.5vw;
    width: 2.1vw;
    height: 2.1vw;
  }
  .sec04 .history_timeline .timeline_list .timeline_item .year {
    font-size: 4vw;
    min-width: 15vw;
    line-height: 1.6;
  }
  .sec04 .history_timeline .timeline_list .timeline_item .desc {
    font-size: 4vw;
    line-height: 1.6;
  }
  .sec04 .about_btn {
    padding: 0 0 3vw;
  }
}/*# sourceMappingURL=about.css.map */