@charset "utf-8";

/*------------------------------------------------------------------*/
/*セクション共通*/
/*------------------------------------------------------------------*/
.section__inner {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}

.sec-p {
  padding: 60px 0 0;
}

.section__subtitle {
  color: #00915d;
  font-size: 1.5rem;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
}

.section__subtitle::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #00915d;
  margin-left: 15px;
}

.section__inner-ex {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
  box-sizing: border-box;
}

.our-brand__text {
  font-size: 1.125rem;
  margin-top: 52px;
  line-height: 1.9;
}

.our-brand-dna__text {
  font-size: 1.125rem;
  line-height: 1.8;
}

.our-brand__title {
  font-size: 1.75rem;
  font-weight: bold;
}

.section__info {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
  padding: 120px 0;
  box-sizing: border-box;
}

.section__inner-text {
  padding-bottom: 120px;
}

@media screen and (max-width: 640px) {
 .section__inner {
   width: 100%;
 }
	
  .sec-p {
    padding: 44px 20px 0;
  }

  .section__inner-text {
    padding: 0 20px 72px;
  }

  .section__info {
    width: auto;
    padding: 72px 0;
    display: block;
  }

  .section__inner-fv {
    padding: 0;
  }

  .section__inner-ex {
	width: 100%;
    margin: 0 auto;
	padding: 0 20px;
  }

  .our-brand__text {
    font-size: 0.9375rem;
    margin-top: 40px;
    line-height: 2;
  }

  .our-brand__title {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .our-brand__title span {
    display: block;
  }

  .section__subtitle {
    font-size: 1.35rem;
  }

  .section__subtitle-fv {
    padding: 0 0 15px;
  }

}

/*------------------------------------------------------------------*/
/*Our Message*/
/*------------------------------------------------------------------*/
.our-message {
  min-height: calc(100svh - 80px);
  display: flex;
  flex-direction: column;
}

.our-message__title {
  font-size: 1.48rem;
  line-height: 1.7;
  padding-bottom: 100px;
}

.our-message__title span {
  display: block;
}

.our-message__title .our-message__title-line {
  padding-top: 35px;
}

.our-message__illustration {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center; 
    overflow: hidden;
}

.our-message__illustration img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transform: scale(0.9);
	transform-origin: center;
}

@media screen and (max-width: 640px) {
  .our-message__illustration {
    align-items: flex-start;
  }
	
  .our-message__title {
    font-size: 1.25rem;
    line-height: 1.7;
    width: 100%;
    padding: 10px 0 44px;
  }
  
  .our-message__illustration img{
	transform: none;
  }
}

/* SP小サイズ（320px以下）のレイアウト考慮 */
@media screen and (max-width: 320px) {
  .our-message__title {
    font-size: 1.3rem;
  }

  .section__subtitle {
    font-size: 1.3rem;
  }

  .our-message__title .our-message__title-line {
      padding-top: 20px;
  }
}

/*------------------------------------------------------------------*/
/*Our vision*/
/*------------------------------------------------------------------*/
.our-vision {
  padding: 120px 0 0;
}

.our-vision__illustration {
/*	flex: 1;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.our-vision__illustration img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 640px) {
  .our-vision {
    padding: 72px 0 0;
  }
}

/*------------------------------------------------------------------*/
/*Our Mission*/
/*------------------------------------------------------------------*/
.our-mission {
  padding: 120px 0;
}

@media screen and (max-width: 640px) {
  .our-mission {
    padding: 72px 0;
  }
}

/*------------------------------------------------------------------*/
/*Our Brand DNA*/
/*------------------------------------------------------------------*/
.our-brand-dna__title {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.our-brand__subtext {
  font-size: 1.25rem;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .our-brand__subtext {
    margin-top: 10px;
  }
}

.our-brand-dna__subtext {
  font-size: 1rem;
}

.our-brand-dna__text {
  font-size: 1rem;
  line-height: 1.8;
}

.our-brand-dna {
  background: #f3f6f3;
}

.our-brand-dna__row {
  display: flex;
  align-items: center;
  gap: 92px;
  margin-bottom: 72px;
}

.our-brand-dna__row:first-of-type {
  margin-top: 72px;
}

.our-brand-dna__row:nth-child(odd) {
  flex-direction: row-reverse;
}

.our-brand-dna__row:last-child {
  margin-bottom: 0;
}

.block-spacing-top {
  margin-top: 28px;
}

.column {
  width: 50%;
}

.our-brand-dna__illustration {
  overflow: hidden;
}

.our-brand-dna__illustration img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.our-brand-dna-first__inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.our-brand-dna__inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
}

.our-brand-dna__title--area {
  padding: 0 0 72px;
}

@media screen and (max-width: 640px) {
  .our-brand-dna__row:nth-child(even) {
    flex-direction: row;
  }

  .our-brand-dna__row {
    display: flex;
    flex-direction: column-reverse !important;
    gap: 40px;
    margin: 72px 0 0;
  }

  .column {
    width: 100%;
  }

  .our-brand-dna-first__inner {
    padding: 0 20px;
  }

  .our-brand-dna__inner {
    padding: 0 20px;
  }

  .our-brand-dna__text {
    font-size: 0.9375rem;
  }

  .our-brand-dna__title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .our-brand-dna__title--area {
    padding: 0 20px;
  }

  .our-brand-dna__subtext {
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 641px) {
  .pc-none {
    display: none;
  }
}