@charset "UTF-8";
.tatete {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
}

.hogehoge {
  padding-top: clamp(20px, 5.3333333333vw, 40.96px);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hogehoge {
    padding-top: clamp(60px, 7.8125vw, 80px);
  }
}
@media only screen and (min-width: 1025px) {
  .hogehoge {
    padding-top: clamp(76.8px, 7.5vw, 120px);
  }
}

#threemin_visual {
  position: relative;
  z-index: 0;
}
#threemin_visual .image {
  position: relative;
}
#threemin_visual .image:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #threemin_visual .image img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#threemin_visual .encopy {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 300;
  font-size: 5rem;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 8vw;
  font-size: clamp(5rem, 8vw, 10rem);
}
@media screen and (max-width: 767px) {
  #threemin_visual .encopy {
    font-size: 6vw;
  }
}
#threemin_visual .jp_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 300;
  color: #ffffff;
  white-space: nowrap;
  font-size: 2rem;
}

.threemin_block {
  padding: 0 5vw;
  position: relative;
  z-index: 300;
}
.threemin_block .bg01 {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-20vw);
}
.threemin_block .bg02 {
  position: absolute;
  z-index: 0;
  width: 30%;
  bottom: 0;
  left: 0;
  transform: translateY(-20vw);
}
.threemin_block .bg03 {
  position: absolute;
  z-index: 0;
  width: 80%;
  top: 25%;
  right: 0;
  z-index: 3;
  transform: translateX(40vw);
}
.threemin_block .bg04 {
  position: absolute;
  z-index: 0;
  width: 100%;
  bottom: -40vw;
  left: 0;
}
.threemin_block#threemin03 {
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .threemin_block#threemin03 {
    margin: 0 0 0 0;
  }
}
.threemin_block#threemin03 .inner {
  padding-bottom: 0;
  border-radius: 0 0 3rem 3rem;
}
.threemin_block .inner {
  position: relative;
  padding: 0 2rem 20vw 2rem;
  z-index: 1002;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .threemin_block .inner {
    padding: 0 1rem 20vw 1rem;
  }
}
.threemin_block .inner .entitle {
  color: #60C482;
  text-align: center;
  margin: 0 0 3rem 0;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .threemin_block .inner .entitle {
    font-size: 2rem;
    margin: 0 0 1rem 0;
  }
}
.threemin_block .inner .jptitle {
  text-align: center;
  margin: 0 0 3rem 0;
  font-size: var(--font-size-l);
  line-height: var(--line-height-l);
}
@media screen and (max-width: 767px) {
  .threemin_block .inner .jptitle {
    margin: 0 0 1rem 0;
  }
}
.threemin_block .inner .lead.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .threemin_block .inner .lead.center {
    text-align: left;
  }
  .threemin_block .inner .lead.center br {
    display: none;
  }
}
.threemin_block .inner .lead.bold {
  font-weight: 500;
}
.threemin_block .inner .lead span {
  color: #60C482;
}
.threemin_block .inner .lead.mb {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .threemin_block .inner .lead.mb {
    margin: 0 0 2rem 0;
  }
}
.threemin_block .inner .lead.small {
  font-weight: 400;
  font-size: inherit;
}
.threemin_block .inner .lead.green {
  color: #60C482;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .threemin_block .inner .lead.green {
    font-size: 1.2rem;
  }
}
.threemin_block .inner .number_grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  margin: 5rem 0;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .threemin_block .inner .number_grid {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2%;
  }
  .threemin_block .inner .number_grid .box {
    width: 48%;
    margin: 0 0 1rem 0;
  }
}
.threemin_block .inner .number_grid .box {
  background: #fff;
  padding: 3rem 1.5rem;
  border-radius: 8px;
  box-sizing: border-box;
  min-width: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .threemin_block .inner .number_grid .box {
    padding: 1rem;
    margin: 0 0 2rem 0;
  }
}
.threemin_block .inner .number_grid .box::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0.5rem;
  left: 0.5rem;
  content: "";
  z-index: -1;
  background: #60C482;
  border-radius: 1rem;
}
.threemin_block .inner .number_grid .box.row1-col1 {
  grid-column: span 3;
}
.threemin_block .inner .number_grid .box.row1-col2 {
  grid-column: span 3;
}
.threemin_block .inner .number_grid .box.row1-col3 {
  grid-column: span 3;
}
.threemin_block .inner .number_grid .box.row2-col1 {
  grid-column: span 3;
}
.threemin_block .inner .number_grid .box.row2-col2 {
  grid-column: span 4;
}
.threemin_block .inner .number_grid .box.row2-col3 {
  grid-column: span 4;
}
.threemin_block .inner .number_grid .box.row3-col1 {
  grid-column: span 4;
}
.threemin_block .inner .number_grid .box.row3-col2 {
  grid-column: span 3;
}
.threemin_block .inner .number_grid .box.row3-col3 {
  grid-column: span 3;
}
.threemin_block .inner .number_grid .box.row4-col1 {
  grid-column: span 3;
}
.threemin_block .inner .number_grid .box.row4-col2 {
  grid-column: span 3;
}
.threemin_block .inner .number_grid .box.row4-col3 {
  grid-column: span 7;
}
.threemin_block .inner .number_grid .box.row5-col1 {
  grid-column: span 4;
}
.threemin_block .inner .number_grid .box .sub {
  font-size: 1.4rem;
  color: #666;
  margin: 0 0 1rem 0;
  line-height: 1.6;
}
.threemin_block .inner .number_grid .box .sub span {
  font-size: 0.8rem;
  line-height: 1;
  display: inline-block;
}
.threemin_block .inner .number_grid .box .number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
}
.threemin_block .inner .number_grid .box .number .num {
  font-size: clamp(3rem, 5vw, 5rem);
  color: #60C482;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .threemin_block .inner .number_grid .box .number .num {
    font-size: 2rem;
  }
}
.threemin_block .inner .number_grid .box .number .num.big {
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .threemin_block .inner .number_grid .box .number .num.big {
    font-size: 2rem;
  }
}
.threemin_block .inner .number_grid .box .number .subtxt {
  font-size: 1.2rem;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .threemin_block .inner .number_grid .box .number .subtxt {
    font-size: 1rem;
  }
}
.threemin_block .inner .number_grid .detail {
  grid-column: span 12;
  text-align: right;
  font-size: 1rem;
}

.case_grid {
  padding: 8rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  row-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .case_grid {
    display: block;
    padding: 3rem 0;
  }
}
.case_grid a {
  display: block;
}
.case_grid a .images {
  position: relative;
  margin: 0 0 1rem 0;
}
.case_grid a .images .image {
  border-radius: 5px;
  overflow: hidden;
}
.case_grid a .images .view_btn {
  background: #363636;
  color: #ffffff;
  display: inline-block;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  position: absolute;
  bottom: 0.5rem;
  line-height: 1;
  right: 0.5rem;
  z-index: 50;
  border-radius: 5px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.case_grid a .images .view_btn:after {
  content: "";
  margin: 0 0 0 0.5rem;
  display: inline-block;
  background: #fff;
  color: #fff;
  font-size: 1.6rem;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m10 17l5-5l-5-5' stroke-width='1'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.case_grid a:hover .images .view_btn {
  background: #60C482;
}
@media screen and (max-width: 767px) {
  .case_grid a {
    margin: 0 0 2rem 0;
  }
}

.sanshin {
  text-align: center;
}
.sanshin p.title {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .sanshin p.title {
    font-size: 3rem;
  }
}
.sanshin p.title rt {
  font-size: 0.5em;
  margin: 0 0 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .sanshin p.title rt {
    font-size: 30%;
    letter-spacing: 0.4em;
  }
}
.sanshin .image {
  width: 10rem;
  margin: auto;
}
.sanshin .subtxt {
  font-size: 2rem;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .sanshin .subtxt {
    font-size: 7vw;
  }
}
.sanshin .sanshin-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
  max-width: 1160px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sanshin .sanshin-layout {
    display: block;
  }
}
.sanshin .sanshin-detail {
  /*
    display: flex;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto 10px;
    */
}
.sanshin .sanshin-detail dt {
  color: #60C482;
  font-size: var(--font-size-m);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sanshin .sanshin-detail dt {
    font-size: var(--font-size-l);
    margin-bottom: 0;
  }
}
.sanshin .sanshin-detail dd {
  text-align: left;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sanshin .sanshin-detail dd {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}

.down_arrow {
  width: 3rem;
  margin: 2rem auto;
}

.kiban-title {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kiban-title {
    margin-top: 5rem;
  }
}
.kiban-title span {
  position: relative;
  display: inline-block;
  background-color: #60C482;
  color: #fff;
  font-weight: 400;
  padding: 12px 40px;
  border-radius: 100px;
  transform: translateY(-50%);
  font-size: var(--font-size-l);
  line-height: var(--line-height-l);
}

.visions {
  position: relative;
  text-align: center;
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .visions {
    margin: 0 0 1rem 0;
  }
}
.visions.bgs {
  max-width: 1000px;
  margin: auto;
  background: #EDF5ED;
  padding: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .visions.bgs {
    padding: 5rem 1rem 1rem;
    margin-bottom: 3rem;
  }
}
.visions p.vtitle {
  margin: 0 0 2rem 0;
  font-size: 1.4rem;
}
.visions .copy {
  font-size: 1.4rem;
  color: #60C482;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .visions .copy {
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
  }
}
.visions .vison {
  background: #60C482;
  border-radius: 50px;
  color: #ffffff;
  font-size: 2rem;
  padding: 1rem 8rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .visions .vison {
    padding: 2rem;
    width: 100%;
    font-size: 1.2rem;
  }
}
.visions .zu {
  max-width: 564px;
  margin: auto;
}

.vision_three_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  padding: 0 5vw;
}
@media screen and (max-width: 767px) {
  .vision_three_grid .box {
    margin: 0 0 3rem 0;
  }
}
@media screen and (max-width: 767px) {
  .vision_three_grid {
    display: block;
  }
}
.vision_three_grid.g02 {
  grid-template-columns: 1fr;
  padding: 0;
}
.vision_three_grid.g02 h3 {
  border-bottom: none;
  margin: 0;
}
.vision_three_grid.g02 .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .vision_three_grid.g02 .box {
    margin: 0 0 1rem 0;
    display: block;
  }
}
.vision_three_grid.g02 .box h3 {
  width: 15em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .vision_three_grid.g02 .box h3 {
    width: 100%;
  }
}
.vision_three_grid.g02 .box p {
  flex: 1;
  padding: 0 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .vision_three_grid.g02 .box p {
    padding: 0;
  }
  .vision_three_grid.g02 .box p br {
    display: none;
  }
}
.vision_three_grid h3 {
  color: #60C482;
  margin: 0 0 1rem 0;
}
.vision_three_grid p {
  text-align: left;
}

.business_block {
  margin-bottom: 5rem;
  max-width: 1300px;
  margin: 0 auto 2rem;
}
.business_block .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business_block .row.row1 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .business_block .row.row1 {
    margin-bottom: 0;
  }
}
.business_block .row .col {
  width: calc(33.333% - 27px);
  margin-bottom: 3rem;
}
@media screen and (max-width: 1060px) {
  .business_block .row .col {
    width: calc(50% - 10px);
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .business_block .row .col {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.business_block .row .col.col1 {
  width: calc(66.666% - 13px);
}
@media screen and (max-width: 1060px) {
  .business_block .row .col.col1 {
    width: 100%;
  }
}
.business_block .row .col.col2 {
  margin-right: 0;
}
.business_block .row .col.col5 {
  margin-right: 0;
}
.business_block .row .col .det-layout {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1060px) {
  .business_block .row .col .det-layout {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .business_block .row .col .det-layout {
    display: block;
  }
}
.business_block .row .col .det-layout .det {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .business_block .row .col .det-layout .det {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .business_block .row .col .det-layout .det.det1 {
    margin-bottom: 2rem;
  }
}
.business_block .row .col h5 {
  background-color: #4278B1;
  color: #fff;
  border-radius: 4px;
  padding: 7px 35px;
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1060px) {
  .business_block .row .col h5 {
    font-size: 1.1rem;
  }
}
.business_block .row .col h5.blank {
  background-color: transparent;
}
@media screen and (max-width: 1060px) {
  .business_block .row .col h5.blank {
    display: none;
  }
}
.business_block .row .col .title {
  margin-bottom: 5px;
}
.business_block .row .col .title h4 {
  background-color: #4278B1;
  color: #fff;
  border-radius: 4px;
  padding: 10px 35px;
}
@media screen and (max-width: 1060px) {
  .business_block .row .col .title h4 {
    padding: 7px 15px;
  }
}
.business_block .row .col .image {
  margin-bottom: 10px;
}
.business_block .row .col p {
  font-size: var(--font-size-s);
}
@media screen and (max-width: 767px) {
  .business_block .row .col p {
    font-size: 1.1rem;
  }
}
.business_block .row .col p.note {
  font-size: 0.5rem;
  text-align: right;
}
.business_block .row .col.col2 .title h4 {
  background-color: #D6802C;
}
.business_block .row .col.col3 .title h4 {
  background-color: #C1AA33;
}
.business_block .row .col.col4 .title h4 {
  background-color: #6FA762;
}
.business_block .row .col.col5 .title h4 {
  background-color: #6280A3;
}

.last_contents {
  padding: 0 0 14vw;
}
.last_contents h3 {
  color: #60C482;
  font-size: 2.4rem;
  margin: 0 0 2rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .last_contents h3 {
    font-size: 1.4rem;
  }
}
.last_contents .lead p {
  margin: 0 0 1em 0;
}

/* MicroModal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal.jobmodals .modal__container {
  max-width: 85%;
}
@media screen and (max-width: 767px) {
  .modal.jobmodals .modal__container {
    width: 100%;
  }
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  padding: 3rem 1rem;
}

.modal__container {
  padding: 0 8vw;
  max-width: 1200px;
  width: 100%;
  height: auto;
  background-size: cover;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__close {
  content: "";
  display: block;
  position: absolute;
  top: -2rem;
  right: 2rem;
  font-size: 2rem;
  cursor: pointer;
  color: #ffffff;
  z-index: 9001;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .modal__close {
    top: -2.5rem;
    right: 0;
    position: fixed;
  }
}

.modal__content {
  margin-top: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  min-height: 100vh;
  padding: 0 5vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal__content {
    padding-bottom: 10rem;
  }
}
.modal__content .in {
  position: relative;
  z-index: 30;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.8);
}

.modal_conts {
  position: relative;
  z-index: 9000;
  color: #ffffff;
}
.modal_conts .modal-visual {
  margin-bottom: 2rem;
}
.modal_conts .slideshow {
  margin: 0 auto 5rem auto;
  width: 100%;
}
.modal_conts .swiper-main {
  margin-bottom: 1rem;
}
.modal_conts .swiper-main .swiper-wrapper {
  display: flex;
}
.modal_conts .swiper-main .swiper-slide {
  width: 100%;
}
.modal_conts .swiper-main .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal_conts .swiper-thumbs .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
}
.modal_conts .swiper-thumbs .swiper-slide {
  width: 80px !important;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}
.modal_conts .swiper-thumbs .swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  height: 50px;
  width: 80px;
}
.modal_conts .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.modal_conts .txt {
  margin: 0 0 5rem 0;
}
.modal_conts .txt h2 {
  margin: 0 0 3rem 0;
}
.modal_conts .txt h3 {
  margin: 0 0 1rem 0;
}
.modal_conts .table_cont dl {
  display: flex;
  margin: 0 0 1rem 0;
  font-size: var(--font-size-s);
}
.modal_conts .table_cont dl dt {
  width: 10em;
}
.modal_conts .table_cont dl dd {
  flex: 1;
}