@charset "UTF-8";
.name{font-size: 1.6em;}
.name span{font-size: 0.84em;}
.message_p{line-height: 1.8em;}
@media (max-width: 640px) {.sp_w80per{width: 80%;margin: 0 auto;}
.name{font-size: 1.3em;margin-bottom: 1em}.name span{font-size: 0.74em;}
.message_p{font-size: 0.84em; line-height: 1.6em;}}
/*
===================================================
 理念のCSS
===================================================
*/
.philosophy {
  padding: 80px 0;
  color: #30343c;
}

.philosophy__inner {
  width: 73%;
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: 2px solid #30343c;
}

.philosophy__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:30px;
  margin: 0 0 50px;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.45em;
  text-indent: 0.45em;
}

.philosophy__title::before,
.philosophy__title::after {
  content: "";
  width: 40%;
  height: 2px;
  background: #30343c;
}

.philosophy__block {
  margin-bottom: 30px;
	padding: 0 2%;
}

.philosophy__block:last-child {
  margin-bottom: 0;
}

.philosophy__block h3 {
  margin: 0 0 5px;
  color: #2f474d;
  font-size: 1.4em;
  line-height: 1.55;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.philosophy__block p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (max-width: 640px) {
  .philosophy {
    padding: 70px 0;
  }

  .philosophy__inner {
    width: 100%;
    padding-bottom: 30px;
  }

  .philosophy__title {
    gap: 15px;
    margin-bottom: 30px;
    font-size: 1.3em;
    letter-spacing: 0.36em;
    text-indent: 0.36em;
  }

  .philosophy__title::before,
  .philosophy__title::after {
    width: 36%;
  }

  .philosophy__block {
    margin-bottom: 20px;
  }

  .philosophy__block h3 {
    margin-bottom: 5px;
    font-size: 1.14em;
    line-height: 1.2;
  }

  .philosophy__block p {
    font-size: 0.84em;
    line-height: 1.5;
  }
}
/*
===================================================
 会社情報のCSS
===================================================
*/
.other-work{width: 100%;margin: 1em auto;}
.other-work dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    line-height: 1.7;}
.other-work dl dt {
    position: relative;
    box-sizing: border-box;
    width: 10em;
    flex-shrink: 0;
    border-bottom: 1.5px solid #a4ccd5;
    padding: 1em 1em;
    text-align: left;
	font-weight: bold;}
.other-work dl dd {
    box-sizing: border-box;
    width: calc(100% - 10em);
    border-bottom:1px solid #a2a2a3;
    padding: 1em 2em;}
@media screen and (max-width:640px) {
.other-work dl {
    font-size: 0.92em;}
.other-work dl dt {
    width: 100%;
    border-bottom: 0;
    padding: 0.4em 1em 0.4em;
    text-align: left;
	background-color: #d4e6eb;}
.other-work dl dd {
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #333;
    padding: 0.4em 1em 0.4em;
	line-height: 1.4em;}
}

.office__block {
  margin-bottom: 10px;
	padding: 2% 0 0;}
.office__block:last-child {
  margin-bottom: 0;}
.office__block h3 {
  margin: 0 0 5px;
  color: #2f474d;
  font-size: 1.4em;
  line-height: 1.55;
  font-weight: bold;
  letter-spacing: 0.04em;}
.office__block p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0.03em;}
@media (max-width: 640px) {
  .office__block {
    margin-bottom: 20px;}
  .office__block h3 {
    margin-bottom: 5px;
    font-size: 1.14em;
    line-height: 1.2;}
  .office__block p {
    font-size: 0.84em;
    line-height: 1.5;}
}


.access-map{width: 100%;margin:0 auto;}
.access-map iframe{width: 100%;height: 350px; }
@media (max-width: 640px) {
.access-map iframe{height: 250px; }
}
/*
===================================================
 SDGsのCSS
===================================================
*/
.section_05{background-color: #e3e8e9;}
.sdgs {
  padding: 60px 0;
  color: #30343c;
}

.sdgs__inner {
  width: 90%;
  margin: 0 auto;
	padding: 5%;
	background-color: #ffffff;
	border-radius: 15px;
	box-sizing: border-box;
}

.sdgs h2 {
  margin: 0 0 14px;
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: normal;
}

.sdgs p {
  margin: 0;
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.sdgs__intro {
  margin-bottom: 90px;
}

.sdgs__main-img {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin-top: 42px;
}

.sdgs__effort h2 {
  margin-bottom: 30px;
}
.sdgs__effort p{margin: 0;
  font-size: 0.84em;
  line-height: 1.8;
  letter-spacing: 0.03em;}
.sdgs__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom:40px;
}
.sdgs__row-01 {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 40px;
}
.sdgs__row-03 {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 40px;
}
.sdgs__row-01:last-child {
  margin-bottom: 0;
}

.sdgs__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sdgs__icons img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
@media screen and (max-width:640px) {
.sdgs {
  padding: 20px 0;}
.sdgs__inner {
  width: 100%;}
.sdgs h2 {
  margin: 0 0 8px;
  font-size: 1.14em;}
.sdgs p {
  font-size: 0.84em;
  line-height: 1.6;
  letter-spacing: 0em;}
.sdgs__main-img {
  margin-top: 20px;}
.sdgs__intro {
  margin-bottom: 40px;
}
.sdgs__row {
  display: block;
  align-items: start;
  margin-bottom:40px;}
.sdgs__row-01 {
  display: block;
  align-items: start;
  margin-bottom: 40px;
}
.sdgs__row-03 {
  display: block;
  align-items: start;
  margin-bottom: 40px;
}
.sdgs__effort p{margin: 10px 0 0;
  line-height: 1.6;
  letter-spacing: 0em;}}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/

