@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);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 80%;
  }
}

main {
  width: 100vw;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  left: 0;
  right: 0;
}

#message #first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#message h3 {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
  color: #4CA237;
  margin: 0 0 5rem 0;
  text-align: left;
  max-width: 820px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #message h3 {
    margin: 0 0 2rem 0;
    font-size: 1.6rem;
  }
}
#message .txt {
  margin: 0 0 8rem 0;
}
@media screen and (max-width: 767px) {
  #message .txt {
    margin: 0 0 2rem 0;
  }
}
#message .txt p {
  margin: 0 0 1em 0;
}

.mzu01 {
  max-width: 1300px;
  position: relative;
  z-index: 100;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mzu01 {
    transform: none;
  }
}

.mid_image {
  position: relative;
  z-index: 3;
}

#flow .step_inner {
  max-width: 1280px;
  margin: auto;
}

.mypage_steps {
  position: relative;
  max-width: 900px;
  margin-left: auto;
}
.mypage_steps .bar {
  background: #4CA237;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .mypage_steps .bar {
    display: block;
  }
}
.mypage_steps .bar p {
  width: 10em;
}
@media screen and (max-width: 767px) {
  .mypage_steps .bar p {
    width: 100%;
  }
}
.mypage_steps .bar h4 {
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .mypage_steps .bar h4 {
    border: none;
    padding: 0;
  }
}
.mypage_steps .mcon {
  padding: 5vw 0 5vw 10rem;
}
@media screen and (max-width: 767px) {
  .mypage_steps .mcon {
    padding: 5vw 5vw 5vw 9vw;
  }
}
.mypage_steps .mcon .lead {
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .mypage_steps .mcon .lead {
    margin: 0 0 2rem 0;
  }
}
.mypage_steps .mcon .lead p.big {
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
  margin: 0 0 1em 0;
}
.mypage_steps .mcon .entry_btn_flex {
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .mypage_steps .mcon .entry_btn_flex {
    display: block;
    margin: 0 0 2rem 0;
  }
  .mypage_steps .mcon .entry_btn_flex a {
    margin: 0 0 0.5rem 0;
  }
  .mypage_steps .mcon .entry_btn_flex .box {
    margin: 0 0 0.5rem 0;
  }
}
.mypage_steps .mcon h5 {
  text-align: center;
  margin: 0 0 2rem 0;
}
.mypage_steps .stepline {
  content: "";
  width: 1px;
  border: 1px dotted #4CA237;
  height: 100%;
  position: absolute;
  top: 0;
  left: 5rem;
}
@media screen and (max-width: 767px) {
  .mypage_steps .stepline {
    left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #voice #visual_header .image {
    width: 100%;
    height: auto;
    aspect-ratio: 10/5;
  }
}
#voice .voicelead {
  padding: 0 0 0 10vw;
  background: rgba(237, 243, 248, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (max-width: 767px) {
  #voice .voicelead {
    padding: 8vw;
  }
}
#voice section.cont.bgon {
  padding-top: 4vw;
}
#voice .voice_box {
  padding: 5vw;
  padding: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #voice .voice_box {
    padding: 2vw;
  }
}
#voice .voice_box.v01 .inner {
  border-radius: 2rem;
  background: #FFFDF0;
  padding: 5vw;
}
#voice .voice_box.v02 .inner {
  border-radius: 2rem;
  background: #FCF7F9;
  padding: 5vw;
}
#voice .voice_box.v03 .inner {
  border-radius: 2rem;
  background: #F4FAFA;
  padding: 5vw;
}
#voice .voice_box .title {
  text-align: center;
}
#voice .voice_box .title img {
  width: 20vw;
}
@media screen and (max-width: 767px) {
  #voice .voice_box .title img {
    width: 80%;
    margin-bottom: 4rem;
  }
}
#voice .voice_box .sp-img {
  display: none;
}
@media screen and (max-width: 767px) {
  #voice .voice_box .sp-img {
    display: inline;
  }
  #voice .voice_box img.pc-img {
    display: none;
  }
}
#voice #v01 .voice_grid,
#voice #v03 .voice_grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  /*
  >*:nth-child(3n-1) {
    margin-top: 5rem;
  }
  */
}
@media screen and (max-width: 767px) {
  #voice #v01 .voice_grid,
  #voice #v03 .voice_grid {
    padding: 0;
  }
}
#voice #v01 .voice_grid .box,
#voice #v03 .voice_grid .box {
  position: relative;
  display: inline-block;
  width: 33.333%;
}
#voice #v01 .voice_grid .box1-1,
#voice #v03 .voice_grid .box1-1 {
  top: -2rem;
}
#voice #v01 .voice_grid .box1-2,
#voice #v03 .voice_grid .box1-2 {
  width: 30%;
  top: 50px;
  margin-bottom: 3rem;
}
#voice #v01 .voice_grid .box1-3,
#voice #v03 .voice_grid .box1-3 {
  top: -5rem;
  right: 0rem;
  width: 35%;
}
#voice #v01 .voice_grid .box1-4,
#voice #v03 .voice_grid .box1-4 {
  margin-bottom: 3rem;
}
#voice #v01 .voice_grid .box1-5,
#voice #v03 .voice_grid .box1-5 {
  width: 35%;
}
#voice #v01 .voice_grid .box1-6,
#voice #v03 .voice_grid .box1-6 {
  top: -5rem;
  width: 28%;
  left: 1rem;
}
#voice #v01 .voice_grid .box1-7,
#voice #v03 .voice_grid .box1-7 {
  width: 30%;
  top: -1rem;
}
#voice #v01 .voice_grid .box1-8,
#voice #v03 .voice_grid .box1-8 {
  width: 28%;
  margin-top: 2rem;
}
#voice #v01 .voice_grid .box3-2,
#voice #v03 .voice_grid .box3-2 {
  top: 5rem;
  width: 35%;
}
#voice #v01 .voice_grid .box3-3,
#voice #v03 .voice_grid .box3-3 {
  width: 28%;
}
#voice #v01 .voice_grid .box3-4,
#voice #v03 .voice_grid .box3-4 {
  width: 28%;
}
#voice #v01 .voice_grid .box3-5,
#voice #v03 .voice_grid .box3-5 {
  top: 4rem;
  width: 37%;
}
#voice #v01 .voice_grid .box3-6,
#voice #v03 .voice_grid .box3-6 {
  width: 28%;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #voice #v01 .voice_grid,
  #voice #v03 .voice_grid {
    display: flex;
    padding: 0;
    gap: 3%;
    align-items: center;
  }
  #voice #v01 .voice_grid .box,
  #voice #v03 .voice_grid .box {
    position: static;
    margin: 0 0 2rem 0 !important;
    width: 100% !important;
  }
}
#voice #v03 .voice_grid {
  margin-top: -3rem;
}
#voice #v02 .voice_grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  margin-top: -3rem;
}
#voice #v02 .voice_grid .box {
  position: relative;
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #voice #v02 .voice_grid .box {
    width: 100% !important;
    position: static !important;
  }
}
#voice #v02 .voice_grid .box img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #voice #v02 .voice_grid .box img {
    width: 100% !important;
  }
}
#voice #v02 .voice_grid .box2-1,
#voice #v02 .voice_grid .box2-4,
#voice #v02 .voice_grid .box2-7 {
  text-align: left;
}
#voice #v02 .voice_grid .box2-3,
#voice #v02 .voice_grid .box2-6,
#voice #v02 .voice_grid .box2-8 {
  text-align: right;
}
#voice #v02 .voice_grid .box2-3 {
  top: -2rem;
}
#voice #v02 .voice_grid .box2-2 {
  position: absolute;
  width: 100%;
  top: 15%;
  text-align: center;
}
#voice #v02 .voice_grid .box2-2 img {
  width: 40%;
}
#voice #v02 .voice_grid .box2-5 {
  position: absolute;
  width: 100%;
  bottom: 15%;
  text-align: center;
}
#voice #v02 .voice_grid .box2-5 img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #voice #v02 .voice_grid {
    display: flex;
    padding: 0;
    align-items: center;
  }
  #voice #v02 .voice_grid .box {
    margin: 0 0 2rem 0;
  }
}

@media screen and (max-width: 767px) {
  #threemin {
    background-color: #fff;
  }
}
#threemin #threemin_visual {
  position: relative;
  z-index: 0;
  min-height: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #threemin #threemin_visual {
    min-height: 0;
  }
}
#threemin #threemin_visual .image {
  position: fixed;
  top: 0;
  height: 100vh;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #threemin #threemin_visual .image {
    position: static;
    height: auto;
  }
}
#threemin #threemin_visual .image img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #threemin #threemin_visual .image img {
    height: auto;
    width: auto;
  }
}
#threemin #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);
}
#threemin #threemin_visual .encopy {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: difference;
  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 #threemin_visual .encopy {
    font-size: 10vw;
  }
}
#threemin #threemin_visual .jp_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 300;
  color: #ffffff;
  white-space: nowrap;
}
#threemin .threemin_block {
  padding: 0 5vw;
  position: relative;
  z-index: 300;
}
#threemin .threemin_block#threemin02 .inner {
  background: #EDF5ED;
}
#threemin .threemin_block#threemin03 {
  margin: 0 0 5rem 0;
}
#threemin .threemin_block#threemin03 .inner {
  padding-bottom: 0;
  border-radius: 0 0 3rem 3rem;
}
@media screen and (max-width: 767px) {
  #threemin .threemin_block#threemin03 .inner {
    padding: 0;
  }
}
#threemin .threemin_block .svtop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: block;
  transform: translateY(-98%);
}
#threemin .threemin_block .svtop svg {
  display: block;
  width: 100%;
}
#threemin .threemin_block .inner {
  position: relative;
  background: #ffffff;
  padding: 0 2rem 20vw 2rem;
  z-index: 1002;
  min-height: 1000px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #threemin .threemin_block .inner {
    padding: 0 1rem 20vw 1rem;
  }
}
#threemin .threemin_block .inner .entitle {
  color: #4CA237;
  text-align: center;
  margin: 0 0 3rem 0;
}
#threemin .threemin_block .inner .jptitle {
  text-align: center;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  #threemin .threemin_block .inner .jptitle {
    margin: 0 0 1rem 0;
  }
}
#threemin .threemin_block .inner .lead {
  font-size: 1.2rem;
}
#threemin .threemin_block .inner .lead.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #threemin .threemin_block .inner .lead.center {
    text-align: left;
  }
  #threemin .threemin_block .inner .lead.center br {
    display: none;
  }
}
#threemin .threemin_block .inner .lead.bold {
  font-weight: 500;
}
#threemin .threemin_block .inner .lead span {
  color: #4CA237;
}
#threemin .threemin_block .inner .lead.mb {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #threemin .threemin_block .inner .lead.mb {
    margin: 0 0 2rem 0;
  }
}
#threemin .threemin_block .inner .lead.small {
  font-weight: 400;
  font-size: inherit;
}
#threemin .threemin_block .inner .lead.green {
  color: #4CA237;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #threemin .threemin_block .inner .lead.green {
    font-size: 1.2rem;
  }
}
#threemin .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 .threemin_block .inner .number_grid {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2%;
  }
  #threemin .threemin_block .inner .number_grid .box {
    width: 48%;
    margin: 0 0 1rem 0;
  }
}
#threemin .threemin_block .inner .number_grid .box {
  background: #f5f5f5;
  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;
}
@media screen and (max-width: 767px) {
  #threemin .threemin_block .inner .number_grid .box {
    padding: 2rem 0;
  }
}
#threemin .threemin_block .inner .number_grid .box.row1-col1 {
  grid-column: span 3;
}
#threemin .threemin_block .inner .number_grid .box.row1-col2 {
  grid-column: span 3;
}
#threemin .threemin_block .inner .number_grid .box.row1-col3 {
  grid-column: span 3;
}
#threemin .threemin_block .inner .number_grid .box.row2-col1 {
  grid-column: span 3;
}
#threemin .threemin_block .inner .number_grid .box.row2-col2 {
  grid-column: span 4;
}
#threemin .threemin_block .inner .number_grid .box.row2-col3 {
  grid-column: span 4;
}
#threemin .threemin_block .inner .number_grid .box.row3-col1 {
  grid-column: span 4;
}
#threemin .threemin_block .inner .number_grid .box.row3-col2 {
  grid-column: span 3;
}
#threemin .threemin_block .inner .number_grid .box.row3-col3 {
  grid-column: span 3;
}
#threemin .threemin_block .inner .number_grid .box.row4-col1 {
  grid-column: span 3;
}
#threemin .threemin_block .inner .number_grid .box.row4-col2 {
  grid-column: span 3;
}
#threemin .threemin_block .inner .number_grid .box.row4-col3 {
  grid-column: span 7;
}
#threemin .threemin_block .inner .number_grid .box.row5-col1 {
  grid-column: span 4;
}
#threemin .threemin_block .inner .number_grid .box .sub {
  font-size: 1rem;
  color: #666;
  margin: 0 0 1rem 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #threemin .threemin_block .inner .number_grid .box .sub {
    font-size: 1.2rem;
    line-height: 1;
  }
}
#threemin .threemin_block .inner .number_grid .box .sub span {
  font-size: 0.7rem;
}
#threemin .threemin_block .inner .number_grid .box .number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
}
#threemin .threemin_block .inner .number_grid .box .number .num {
  font-size: clamp(2.8rem, 4vw, 5rem);
  color: #4CA237;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #threemin .threemin_block .inner .number_grid .box .number .num {
    font-size: 2rem;
  }
}
#threemin .threemin_block .inner .number_grid .box .number .num.big {
  font-size: clamp(2.8rem, 4vw, 5rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #threemin .threemin_block .inner .number_grid .box .number .num.big {
    font-size: 2rem;
  }
}
#threemin .threemin_block .inner .number_grid .box .number .subtxt {
  font-size: 0.875rem;
  color: #333;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #threemin .threemin_block .inner .number_grid .box .number .subtxt {
    font-size: 1rem;
  }
}
#threemin .threemin_block .inner .number_grid .detail {
  grid-column: span 12;
  text-align: right;
  font-size: 1rem;
}
#threemin .case_grid {
  padding: 5rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  row-gap: 5rem;
}
@media screen and (max-width: 767px) {
  #threemin .case_grid {
    display: block;
    padding: 3rem 0;
  }
}
#threemin .case_grid a {
  display: block;
}
#threemin .case_grid a .images {
  position: relative;
  margin: 0 0 1rem 0;
}
#threemin .case_grid a .images .image {
  border-radius: 5px;
  overflow: hidden;
}
#threemin .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;
}
#threemin .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%;
}
#threemin .case_grid a:hover .images .view_btn {
  background: #4CA237;
}
@media screen and (max-width: 767px) {
  #threemin .case_grid a {
    margin: 0 0 2rem 0;
  }
}
#threemin .sanshin {
  text-align: center;
}
#threemin .sanshin p.title {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  #threemin .sanshin p.title {
    font-size: 3rem;
  }
}
#threemin .sanshin p.title rt {
  font-size: 0.5em;
  margin: 0 0 0.5rem 0;
}
@media screen and (max-width: 767px) {
  #threemin .sanshin p.title rt {
    font-size: 30%;
    letter-spacing: 0.4em;
  }
}
#threemin .sanshin .image {
  width: 10rem;
  margin: auto;
}
#threemin .sanshin .subtxt {
  font-size: 2rem;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  #threemin .sanshin .subtxt {
    font-size: 7vw;
  }
}
#threemin .sanshin .sanshin-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
  max-width: 1160px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #threemin .sanshin .sanshin-layout {
    display: block;
  }
}
#threemin .sanshin .sanshin-detail dt {
  color: #4CA237;
  font-size: var(--font-size-m);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #threemin .sanshin .sanshin-detail dt {
    font-size: var(--font-size-l);
    margin-bottom: 0;
  }
}
#threemin .sanshin .sanshin-detail dd {
  text-align: left;
  flex: 1;
  font-size: var(--font-size-s);
}
@media screen and (max-width: 767px) {
  #threemin .sanshin .sanshin-detail dd {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
#threemin .down_arrow {
  width: 3rem;
  margin: 2rem auto;
}
#threemin .kiban-title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #threemin .kiban-title {
    margin-top: 5rem;
  }
}
#threemin .kiban-title span {
  position: relative;
  display: inline-block;
  background-color: #4CA237;
  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);
}
#threemin .visions {
  position: relative;
  text-align: center;
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  #threemin .visions {
    margin: 0 0 1rem 0;
  }
}
#threemin .visions.bgs {
  max-width: 1000px;
  margin: auto;
  background: #EDF5ED;
  padding: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #threemin .visions.bgs {
    padding: 5rem 1rem 1rem;
    margin-bottom: 3rem;
  }
}
#threemin .visions p.vtitle {
  margin: 0 0 2rem 0;
  font-size: 1.4rem;
}
#threemin .visions .copy {
  font-size: 1.4rem;
  color: #4CA237;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  #threemin .visions .copy {
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
  }
}
#threemin .visions .vison {
  background: #4CA237;
  border-radius: 50px;
  color: #ffffff;
  font-size: 2rem;
  padding: 1rem 8rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #threemin .visions .vison {
    padding: 2rem;
    width: 100%;
    font-size: 1.2rem;
  }
}
#threemin .visions .zu {
  max-width: 564px;
  margin: auto;
}
#threemin .vision_three_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  padding: 0 5vw;
}
@media screen and (max-width: 767px) {
  #threemin .vision_three_grid .box {
    margin: 0 0 3rem 0;
  }
}
@media screen and (max-width: 767px) {
  #threemin .vision_three_grid {
    display: block;
  }
}
#threemin .vision_three_grid.g02 {
  grid-template-columns: 1fr;
  padding: 0;
}
#threemin .vision_three_grid.g02 h3 {
  border-bottom: none;
  margin: 0;
}
#threemin .vision_three_grid.g02 .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #threemin .vision_three_grid.g02 .box {
    margin: 0 0 1rem 0;
    display: block;
  }
}
#threemin .vision_three_grid.g02 .box h3 {
  width: 35%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #threemin .vision_three_grid.g02 .box h3 {
    width: 100%;
  }
}
#threemin .vision_three_grid.g02 .box p {
  flex: 1;
  padding: 0 0 0 5%;
}
@media screen and (max-width: 767px) {
  #threemin .vision_three_grid.g02 .box p {
    padding: 0;
  }
  #threemin .vision_three_grid.g02 .box p br {
    display: none;
  }
}
#threemin .vision_three_grid h3 {
  color: #4CA237;
  margin: 0 0 1rem 0;
}
#threemin .vision_three_grid p {
  text-align: left;
}
#threemin .business_block {
  margin-bottom: 5rem;
  max-width: 1300px;
  margin: 0 auto 2rem;
}
#threemin .business_block .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#threemin .business_block .row.row1 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #threemin .business_block .row.row1 {
    margin-bottom: 0;
  }
}
#threemin .business_block .row .col {
  width: calc(33.333% - 27px);
  margin-bottom: 3rem;
}
@media screen and (max-width: 1060px) {
  #threemin .business_block .row .col {
    width: calc(50% - 10px);
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #threemin .business_block .row .col {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#threemin .business_block .row .col.col1 {
  width: calc(66.666% - 13px);
}
@media screen and (max-width: 1060px) {
  #threemin .business_block .row .col.col1 {
    width: 100%;
  }
}
#threemin .business_block .row .col.col2 {
  margin-right: 0;
}
#threemin .business_block .row .col.col5 {
  margin-right: 0;
}
#threemin .business_block .row .col .det-layout {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1060px) {
  #threemin .business_block .row .col .det-layout {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  #threemin .business_block .row .col .det-layout {
    display: block;
  }
}
#threemin .business_block .row .col .det-layout .det {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #threemin .business_block .row .col .det-layout .det {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #threemin .business_block .row .col .det-layout .det.det1 {
    margin-bottom: 2rem;
  }
}
#threemin .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) {
  #threemin .business_block .row .col h5 {
    font-size: 1.1rem;
  }
}
#threemin .business_block .row .col h5.blank {
  background-color: transparent;
}
@media screen and (max-width: 1060px) {
  #threemin .business_block .row .col h5.blank {
    display: none;
  }
}
#threemin .business_block .row .col .title {
  margin-bottom: 5px;
}
#threemin .business_block .row .col .title h4 {
  background-color: #4278B1;
  color: #fff;
  border-radius: 4px;
  padding: 10px 35px;
}
@media screen and (max-width: 1060px) {
  #threemin .business_block .row .col .title h4 {
    padding: 7px 15px;
  }
}
#threemin .business_block .row .col .image {
  margin-bottom: 10px;
}
#threemin .business_block .row .col p {
  font-size: var(--font-size-s);
}
@media screen and (max-width: 767px) {
  #threemin .business_block .row .col p {
    font-size: 1.1rem;
  }
}
#threemin .business_block .row .col p.note {
  font-size: 0.5rem;
  text-align: right;
}
#threemin .business_block .row .col.col2 .title h4 {
  background-color: #D6802C;
}
#threemin .business_block .row .col.col3 .title h4 {
  background-color: #C1AA33;
}
#threemin .business_block .row .col.col4 .title h4 {
  background-color: #6FA762;
}
#threemin .business_block .row .col.col5 .title h4 {
  background-color: #6280A3;
}
#threemin .two_panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  max-width: 1200px;
  margin: 8rem auto 8rem auto;
}
@media screen and (max-width: 767px) {
  #threemin .two_panel {
    display: block;
    margin: 0;
    padding: 0;
  }
}
#threemin .two_panel .box {
  background: #EDF5ED;
  border-radius: 5px;
  padding: 2rem;
}
#threemin .two_panel .box h3 {
  color: #4CA237;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #threemin .two_panel .box {
    margin: 0 0 3rem 0;
  }
}
#threemin .two_panel .box .block {
  margin: 0 0 3rem 0;
}
#threemin .two_panel .box .block h4 {
  color: #4CA237;
  font-size: 1.3rem;
  margin: 0 0 1rem 0;
}
#threemin .two_panel .box .last_panel {
  background: #4CA237;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 3rem 5%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #threemin .two_panel .box .last_panel {
    padding: 1rem;
    text-align: left;
  }
  #threemin .two_panel .box .last_panel br {
    display: none;
  }
}
#threemin .business_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  #threemin .business_flex {
    display: block;
    margin: 0 0 3rem 0;
  }
}
#threemin .business_flex.rv {
  flex-direction: row-reverse;
}
#threemin .business_flex .txt {
  width: 55%;
}
@media screen and (max-width: 767px) {
  #threemin .business_flex .txt {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
#threemin .business_flex .image {
  width: 40%;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #threemin .business_flex .image {
    width: 100%;
  }
}
#threemin .business_flex h3 {
  margin: 0 0 2rem 0;
}
#threemin .business_flex h4 {
  color: #4CA237;
  font-size: 1.6rem;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 767px) {
  #threemin .business_flex h4 {
    font-size: 1.2rem;
  }
}
#threemin .business_flex ul li {
  list-style-type: disc;
  margin: 0 0 0 1em;
  padding: 0 0 0 0.5em;
}
#threemin .business_flex ul li::marker {
  color: #4CA237;
}
#threemin .last_contents {
  padding: 0 0 8vw;
}
#threemin .last_contents h3 {
  color: #4CA237;
  font-size: 2.4rem;
  margin: 0 0 2rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #threemin .last_contents h3 {
    font-size: 1.3rem;
  }
}
#threemin .last_contents .lead {
  margin-bottom: 0;
}
#threemin .last_contents .lead p {
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  #threemin .last_contents .lead p {
    font-size: 1.2rem;
  }
}

/* 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;
}

.voice_grid {
  --ease-elastic-out: linear(0, 0.2178 2.1%, 1.1144 8.49%, 1.2959 10.7%, 1.3463 11.81%, 1.3705 12.94%, 1.3726, 1.3643 14.48%, 1.3151 16.2%, 1.0317 21.81%, 0.941 24.01%, 0.8912 25.91%, 0.8694 27.84%, 0.8698 29.21%, 0.8824 30.71%, 1.0122 38.33%, 1.0357, 1.046 42.71%, 1.0416 45.7%, 0.9961 53.26%, 0.9839 57.54%, 0.9853 60.71%, 1.0012 68.14%, 1.0056 72.24%, 0.9981 86.66%, 1);
}
.voice_grid .box.inview {
  transform: scale(1.2);
  transition: all 1.7s var(--ease-elastic-out);
  opacity: 0;
}
.voice_grid .box.inview.active {
  transform: scale(1);
  opacity: 1;
}
.voice_grid .box.inview.active:nth-child(1) {
  transition-delay: 0s;
}
.voice_grid .box.inview.active:nth-child(2) {
  transition-delay: 0.1s;
}
.voice_grid .box.inview.active:nth-child(3) {
  transition-delay: 0.2s;
}
.voice_grid .box.inview.active:nth-child(4) {
  transition-delay: 0.3s;
}
.voice_grid .box.inview.active:nth-child(5) {
  transition-delay: 0.4s;
}
.voice_grid .box.inview.active:nth-child(6) {
  transition-delay: 0.5s;
}
.voice_grid .box.inview.active:nth-child(7) {
  transition-delay: 0.6s;
}
.voice_grid .box.inview.active:nth-child(8) {
  transition-delay: 0.7s;
}
.voice_grid .box.inview.active:nth-child(9) {
  transition-delay: 0.8s;
}
.voice_grid .box.inview.active:nth-child(10) {
  transition-delay: 0.9s;
}
.voice_grid .box.inview.active:nth-child(11) {
  transition-delay: 1s;
}
.voice_grid .box.inview.active:nth-child(12) {
  transition-delay: 1.1s;
}
@media screen and (max-width: 767px) {
  .voice_grid .box.inview.active:nth-child(n) {
    transition-delay: 0s;
  }
}