@charset "UTF-8";
/*----------------------------------------------------------

setting

----------------------------------------------------------*/
/*----------------------------------------------------------

mixin

----------------------------------------------------------*/
.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
/* common_label  */
.common_label {
  background-color: #EFEFEF;
  padding: 36px 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common_label {
    padding: 27px 35px;
  }
}
.common_label_container {
  max-width: 710px;
  width: 100%;
  margin-inline: auto;
}
.common_label_btnLists {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .common_label_btnLists {
    flex-direction: column;
  }
}
.common_label_btnList {
  width: 280px;
  height: 46px;
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 768px) {
  .common_label_btnList {
    width: 360px;
    margin-inline: auto;
  }
}
.common_label_btnList:last-child {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .common_label_btnList:last-child {
    margin-top: 25px;
    margin-left: 0;
    margin-inline: auto;
  }
}
.common_label_btnLabel {
  width: 90px;
  max-width: 100%;
  margin-left: 25%;
  height: 100%;
  position: relative;
  z-index: 2;
  aspect-ratio: 90/28;
  transition: all 0.3s ease 0s;
}
.common_label_btnLabel img {
  height: auto;
}
.common_label_btnLink {
  color: #0E9352;
  font-weight: 700;
  margin-top: -18px;
  background-color: #FFF;
  padding: 10px;
  display: block;
  transition: all 0.3s ease 0s;
}
.common_label_btnLink:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.common_label_btnLink:hover + .common_label_btnLabel {
  transform: translateY(2px);
}
.common_label_btnLink::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  right: 23px;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top;
  top: 47%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .common_label_btnLink::before {
    right: 18px;
  }
}
.common_label_btnLink::after {
  content: "";
  position: absolute;
  background: #0E9352;
  border-radius: 23px;
  width: 23px;
  height: 23px;
  right: 15px;
  transform: translateY(-50%);
  transform-origin: top;
  top: 50%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .common_label_btnLink::after {
    right: 10px;
  }
}
/*----------------------------------------------------------

会社概要

----------------------------------------------------------*/
/* 見出し */
/* ============================================ */
.about_pt_10 {
  padding-top: 10px;
}
.about_pt_20 {
  padding-top: 20px;
}
/* about_kv */
.about_kv {
  background-color: #EFF7F2;
}
.about_kv_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .about_kv_container {
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.about_kv_img {
  width: min(20vw, 280px);
  height: 100%;
  max-width: 100%;
  flex-shrink: 0;
  margin-right: min(6.0714285714vw, 85px);
}
@media only screen and (max-width: 768px) {
  .about_kv_img {
    margin-right: 29px;
    width: 102px;
    margin-left: auto;
    margin-top: -7px;
  }
}
.about_kv_img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .about_kv_img img {
    display: flex;
  }
}
/* about */
.about {
  font-size: min(1.0714285714vw, 15px);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .about {
    font-size: 16px;
  }
}
.about_title_container {
  padding-left: min(4.2857142857vw, 60px);
  padding-right: min(4.2857142857vw, 60px);
}
@media only screen and (max-width: 768px) {
  .about_title_container {
    padding-inline: 10px;
  }
}
.about_title {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .about_title {
    display: block;
  }
}
.about_titleEn {
  color: #0E9352;
  display: block;
  font-size: min(0.9285714286vw, 13px);
}
@media only screen and (max-width: 768px) {
  .about_titleEn {
    font-size: 11px;
  }
}
.about_titleJa {
  display: block;
  margin-top: 2px;
  font-size: min(2.2857142857vw, 32px);
  line-height: 1.4375;
}
@media only screen and (max-width: 768px) {
  .about_titleJa {
    font-size: 24px;
    line-height: 1.6;
  }
}
.about_container {
  padding-inline: min(8.5714285714vw, 120px);
}
@media only screen and (max-width: 768px) {
  .about_container {
    padding-inline: 10px;
  }
}
/* about_greetings */
.about_greetings {
  padding-top: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .about_greetings {
    padding-top: 40px;
  }
}
.about_greetings_container {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .about_greetings_container {
    flex-direction: column;
  }
}
.about_greetings_containerTop {
  padding-left: min(4.2857142857vw, 60px);
  margin-top: 47px;
}
@media only screen and (max-width: 768px) {
  .about_greetings_containerTop {
    padding-inline: 10px;
    margin-top: 30px;
  }
}
.about_greetings_containerBottom {
  padding-right: min(4.2857142857vw, 60px);
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .about_greetings_containerBottom {
    padding-inline: 10px;
    margin-top: 40px;
  }
}
.about_greetings_body {
  width: 540px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .about_greetings_body {
    width: 100%;
  }
}
.about_greetings_titleTop {
  font-size: min(1.7142857143vw, 24px);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .about_greetings_titleTop {
    font-size: 20px;
  }
}
.about_greetings_content a {
  color: #0E9352;
  text-decoration: underline;
}
.about_greetings_content p:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .about_greetings_content p:not(:first-child) {
    margin-top: 16px;
  }
}
.about_greetings_contentTop {
  margin-top: 34px;
}
@media only screen and (max-width: 768px) {
  .about_greetings_contentTop {
    margin-top: 24px;
  }
}
.about_greetings_img {
  width: 540px;
  max-width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .about_greetings_img {
    width: 100%;
  }
}
.about_greetings_img img {
  width: 100%;
  height: auto;
}
.about_greetings_imgTop {
  margin-left: min(4.2857142857vw, 60px);
}
@media only screen and (max-width: 768px) {
  .about_greetings_imgTop {
    margin-left: auto;
    margin-top: 40px;
    margin-right: calc(50% - 50vw);
    min-width: 355px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .about_greetings_imgBottom {
    margin-right: auto;
    margin-left: calc(50% - 50vw);
    min-width: 355px;
    width: 100%;
  }
}
.about_greetings_containerMiddle {
  padding-inline: min(8.5714285714vw, 120px);
  margin-top: 100px;
  position: relative;
}
.about_greetings_containerMiddle::after {
  content: "";
  position: absolute;
  background-color: #EFF7F2;
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: 763px;
  top: -172px;
  left: min(30vw, 420px);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .about_greetings_containerMiddle::after {
    margin-block: calc(50% - 50vw);
    width: 100vw;
    top: -63px;
    left: auto;
    right: 0;
    height: 1095px;
  }
}
@media only screen and (max-width: 768px) {
  .about_greetings_containerMiddle {
    margin-top: 0;
    padding-top: 40px;
    padding-inline: 10px;
  }
}
.about_greetings_containerMiddle ul {
  margin-left: 20px;
}
.about_greetings_bodyBottom {
  margin-left: min(4.2857142857vw, 60px);
}
@media only screen and (max-width: 768px) {
  .about_greetings_bodyBottom {
    margin-left: 0;
    margin-top: 40px;
  }
}
.about_greetings_signatureItems {
  margin-top: 40px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .about_greetings_signatureItems {
    margin-top: 30px;
  }
}
.about_greetings_signatureItems dl {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.about_greetings_signatureItems dt {
  line-height: 1;
}
.about_greetings_signatureItems dd {
  margin-left: 10px;
  line-height: 1;
}
.about_greetings_signatureItems dd img {
  aspect-ratio: 120 / 36;
}
/* about_overview */
.about_overview {
  padding-top: 143px;
}
@media only screen and (max-width: 768px) {
  .about_overview {
    padding-top: 80px;
  }
}
.about_overviewContaier {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .about_overviewContaier {
    margin-top: 13px;
  }
}
.about_overviewList {
  display: flex;
  border-bottom: 1px solid #CCC;
  padding: 24px 0;
}
@media only screen and (max-width: 768px) {
  .about_overviewList {
    flex-direction: column;
  }
}
.about_overviewListSmall {
  padding: 18px 0;
}
@media only screen and (max-width: 768px) {
  .about_overviewListSmall {
    padding: 24px 0;
  }
}
.about_overviewList_dt {
  width: 90px;
  max-width: 100%;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .about_overviewList_dt {
    color: #0E9352;
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.about_overviewList_dtSpace {
  letter-spacing: 0.5em;
}
@media only screen and (max-width: 768px) {
  .about_overviewList_dtSpace {
    letter-spacing: 0.025em;
  }
}
.about_overviewList dd {
  margin-left: min(6vw, 84px);
}
@media only screen and (max-width: 768px) {
  .about_overviewList dd {
    font-size: 16px;
    margin-left: 0;
    margin-top: 10px;
  }
}
.about_overview_ddFlex {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .about_overview_ddFlex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about_overview_itemFlex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .about_overview_itemFlex {
    flex-direction: column;
  }
}
.about_overview_itemLeft {
  width: 455px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .about_overview_itemLeft {
    width: 100%;
  }
}
.about_overview_itemHead {
  font-weight: 700;
  font-size: 18px;
}
.about_overview_itemTexts {
  margin-top: 20px;
}
.about_overview_itemText {
  background-color: #EFF7F2;
  border-radius: 6px;
  padding-block: 7px;
  padding-inline: min(1.0714285714vw, 15px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .about_overview_itemText {
    width: 100%;
    text-align: center;
  }
}
.about_overview_itemText:not(:first-child) {
  margin-top: 10px;
}
.about_overview_itemTextWidth {
  width: 357px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .about_overview_itemTextWidth {
    width: 100%;
  }
}
.about_overview_itemRight {
  width: 300px;
  max-width: 100%;
  margin-left: min(2.2142857143vw, 31px);
}
@media only screen and (max-width: 768px) {
  .about_overview_itemRight {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.about_overview_item_listsBox {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  margin-left: 2px;
}
@media only screen and (max-width: 768px) {
  .about_overview_item_listsBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
    margin-inline: auto;
    margin-left: 20px;
    white-space: nowrap;
    max-width: 400px;
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about_overview_item_listsBoxBottom {
    margin-left: 0;
    gap: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .about_overview_item_listsPc, .about_overview_item_listBottomsPc {
    display: contents;
  }
}
.about_overview_itemBottom {
  margin-top: 60px;
}
.about_overview_imgFlex {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .about_overview_imgFlex {
    flex-direction: row;
    align-items: center;
  }
}
.about_overview_img {
  width: 300px;
  height: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .about_overview_img {
    width: 100%;
  }
}
.about_overview_img img {
  width: 100%;
  height: auto;
}
.about_overview_imgLogo {
  width: 257px;
}
@media only screen and (max-width: 768px) {
  .about_overview_imgLogo {
    width: 55%;
  }
}
.about_overview_imgMark {
  width: 197px;
  margin-inline: auto;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .about_overview_imgMark {
    width: 42%;
    margin-left: 9px;
  }
}
.about_overview_imgBottom {
  border-radius: 6px;
  overflow: hidden;
  margin-top: 10px;
  width: 300%;
}
/* about_overview_btn */
.about_overview_btn {
  width: 252px;
  height: 36px;
  border-radius: 100px;
  background-color: #E8340C;
  transition: all ease 0.3s;
  margin-left: 16px;
}
@media only screen and (max-width: 768px) {
  .about_overview_btn {
    width: 310px;
    height: 44px;
    margin-left: 0;
    margin-top: 15px;
  }
}
.about_overview_btn:hover {
  background-color: #D1320E;
}
.about_overview_btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.about_overview_btnIcon {
  display: inline-block;
  aspect-ratio: auto 1/1;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .about_overview_btnIcon {
    width: 20px;
    height: 20px;
  }
}
.about_overview_btnTxt {
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .about_overview_btnTxt {
    font-size: 16px;
  }
}
.about_overview_btnIcon, .about_overview_btnTxt {
  vertical-align: middle;
}
/* about_history */
.about_history {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .about_history {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.about_historyContainer {
  padding-inline: min(8.5714285714vw, 120px);
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .about_historyContainer {
    padding-inline: 0;
    margin-top: 20px;
  }
}
.about_historyContaier {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .about_historyContaier {
    margin-top: 20px;
  }
}
.about_historyList {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #CCC;
  padding-block: 30px;
}
@media only screen and (max-width: 768px) {
  .about_historyList {
    align-items: center;
    padding-block: 24px;
    padding-left: 10px;
    padding-right: 8px;
  }
}
.about_historyList:first-child {
  border-top: 1px solid #CCC;
}
.about_history_dt {
  display: flex;
  align-items: center;
  width: 146px;
  max-width: 100%;
  font-weight: 700;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .about_history_dt {
    flex-direction: column;
    align-items: flex-start;
    width: 59px;
  }
}
.about_history_dtBlack {
  width: 72px;
  max-width: 100%;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .about_history_dtBlack {
    font-size: 13px;
    width: 60px;
  }
}
.about_history_dtBlack span {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .about_history_dtBlack span {
    font-size: 18px;
  }
}
.about_history_dtGreen {
  font-size: 15px;
  color: #0E9352;
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  .about_history_dtGreen {
    font-size: 13px;
    margin-left: 0;
  }
}
.about_history_dtGreen span {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .about_history_dtGreen span {
    font-size: 14px;
  }
}
.about_history_dd {
  margin-left: 6px;
}
@media only screen and (max-width: 768px) {
  .about_history_dd {
    margin-left: 12px;
  }
}
.about_history_ddFlex {
  display: flex;
  align-items: center;
}
.about_history_ddFlex:not(:first-child) {
  margin-top: 12px;
}
.about_history_ddMonth {
  font-weight: 700;
  font-size: 16px;
  width: 45px;
  max-width: 100%;
  text-align: right;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .about_history_ddMonth {
    font-size: 13px;
    width: 36px;
  }
}
.about_history_ddMonth span {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .about_history_ddMonth span {
    font-size: 16px;
  }
}
.about_history_ddContent {
  margin-left: min(3.1428571429vw, 44px);
}
.about_history_footer_link {
  padding-top: 140px;
  display: block;
  height: 100%;
  width: 100%;
  max-width: min(57.1428571429vw, 800px);
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .about_history_footer_link {
    padding-top: 74px;
    max-width: 500px;
  }
}
.about_history_footer_link img {
  width: 100%;
  height: auto;
} /*# sourceMappingURL=about.css.map */