@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
.message .message__image-container {
  margin-bottom: 90px;
}
.message .message__text {
  margin-bottom: 50px;
}
.message .president {
  text-align: right;
}
.message .president .president__post {
  margin-right: 20px;
}
.message .president .president__name {
  font-size: 25rem;
}

body#index #mission {
  position: relative;
}
body#index #mission .mission__mv img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
body#index #mission .section_bg {
  margin-top: 120px;
  margin-bottom: 0;
  padding: 20px 0 0;
}
body#index #mission .section_bg::before {
  height: calc(100% - 70px);
}
body#index #mission .mission__block .section__title {
  width: 44%;
  margin-bottom: 0;
  font-size: 24rem;
  line-height: 2.625;
}
body#index #mission .mission__block .block__body {
  width: 53.5%;
  padding-top: 50px;
  font-size: 17rem;
  font-weight: bold;
  line-height: 2.6;
}
body#index #mission .mission__block .block__body p {
  margin-bottom: 0;
}
body#index #mission .mission__pic {
  margin-top: 85px;
}
body#index #mission .mission__block02 {
  margin-top: 110px;
  margin-bottom: 80px;
  justify-content: flex-start;
}
body#index #mission .mission__block02 .block__item {
  width: 30.5%;
  margin-right: 4.25%;
  margin-bottom: 40px;
  border-bottom: 1px solid #cdd5d7;
}
body#index #mission .mission__block02 .block__item:last-of-type, body#index #mission .mission__block02 .block__item:nth-of-type(3n) {
  margin-right: 0;
}
body#index #mission .mission__block02 .block__item .item__text {
  position: relative;
  padding: 30px 0 25px;
}
body#index #mission .mission__block02 .block__item .item__text p {
  margin-bottom: 0;
}
body#index #mission .mission__block02 .block__item .button_s {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  padding-right: 50px;
}
body#index #mission .banner__title {
  text-align: center;
  font-weight: bold;
  font-size: 30rem;
}
body#index #mission .recruit__banner {
  height: 350px;
  margin-top: 35px;
  background: url(../images/company/recruit_bg.jpg);
  padding-top: 55px;
  text-align: center;
}
body#index #mission .recruit__banner .banner__title {
  margin-bottom: 20px;
  line-height: 1;
}
body#index #mission .recruit__banner .button {
  width: 197px;
  padding: 14px;
}
body#index #mission .recruit__banner .button::after {
  content: none;
}
body#index #mission .recruit__banner .button .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
body#company #about {
  position: relative;
}
body#company #about::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  padding-top: 33%;
  background: url(../images/company/company.jpg) center top no-repeat;
  background-size: cover;
}
body#company #about .about__text {
  position: relative;
}
body#company #detail .detail__table {
  margin-bottom: 60px;
}
body#company #detail .detail__table tr {
  border-bottom: 1px solid #ddd;
}
body#company #detail .detail__table th {
  width: 170px;
  font-weight: normal;
  text-align: left;
}
body#company #detail .detail__table td,
body#company #detail .detail__table th {
  padding: 20px 0;
}
body#company #detail .detail__button {
  text-align: center;
}
body#organization #group #group__map {
  height: 600px;
  width: 100%;
  margin-bottom: 80px;
  background: #eee;
}
body#organization #group #group__map .infowin {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
body#organization #group #group__map .infowin .infowin__title {
  font-size: 16rem;
  margin-bottom: 2px;
}
body#organization #group #group__map .infowin .infowin__title a {
  color: #00A352;
}
body#organization #group #group__map .infowin .infowin__title a::after {
  content: "\f138";
  margin-left: 5px;
  font-family: "Font Awesome 6 Free";
}
body#organization #group .group__list .list__col {
  width: 47%;
}
body#organization #group .group__list .list__col .col__title {
  text-align: center;
  font-size: 20rem;
  font-weight: bold;
  margin-bottom: 40px;
}
body#organization #group .group__list .list__col .col__title img {
  width: 30px;
}
body#organization #group .group__list .list__col .col__title::after {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  background: #00A352;
  margin: 20px auto 0;
}
body#organization #group .group__list .list__col .col__row {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
body#organization #group .group__list .list__col .col__row .row__name {
  font-weight: bold;
  color: #00A352;
}
body#organization #group .group__list .list__col .col__row .row__warehouse {
  background: #f5f5f5;
  padding: 10px 30px;
  margin-top: 15px;
}
body#organization #group .group__list .list__col .col__row .row__warehouse .wharehouse__name {
  font-weight: bold;
}
body#organization #partner .partner__list .partner__item {
  width: 30%;
  margin-bottom: 30px;
}
body#organization #partner .partner__list .partner__item .item__logo {
  background: #fff;
  padding: 20px;
}
body#organization #partner .partner__list .partner__item .item__name {
  font-size: 18rem;
  margin: 3px 0 0 0;
}
body#organization #partner .partner__list .partner__item .item__category {
  color: #00A352;
}
body#history #about {
  font-size: 17rem;
}
body#history #company_history {
  margin-top: 100px;
}
body#history #company_history .history__block {
  position: relative;
  padding-bottom: 200px;
  margin-bottom: 400px;
}
body#history #company_history .history__block:last-child {
  margin-bottom: 0;
}
body#history #company_history .history__block .history__img {
  position: absolute;
  top: -100px;
  left: calc(50% - 50vw);
}
body#history #company_history .history__block .history__title {
  font-size: 25rem;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #00A352;
}
body#history #company_history .history__block .history__title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #ddd;
}
body#history #company_history .history__block .history__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  border-bottom: 2px solid #00A352;
}
body#history #company_history .history__block .history__about {
  position: relative;
  background: #fff;
  padding: 50px 70px;
  top: 400px;
}
body#history #company_history .history__block .history__about .about__list {
  margin-bottom: 40px;
}
body#history #company_history .history__block .history__about .about__list ul {
  list-style: none;
}
body#history #company_history .history__block .history__about .about__list ul li {
  padding-left: 30px;
  padding-bottom: 20px;
  position: relative;
}
body#history #company_history .history__block .history__about .about__list ul li:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #00A352;
  position: absolute;
  left: 9px;
  top: 10px;
}
body#history #company_history .history__block .history__about .about__list ul li:last-child:before {
  display: none;
}
body#history #company_history .history__block .history__about .about__list ul li .year {
  color: #00A352;
  font-weight: bold;
}
body#history #company_history .history__block .history__about .about__list ul li .text::before {
  content: "●";
  color: #f5a500;
  font-size: 7rem;
  vertical-align: middle;
  margin-right: 5px;
}
body#history #company_history .history__block .history__about .about__list ul li .dot {
  position: absolute;
  left: 0;
  top: 10px;
}
body#history #company_history .history__block .history__about .about__list ul li .dot::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #e1eae7;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body#history #company_history .history__block .history__about .about__list ul li .dot::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #00A352;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}
body#history #company_history .history__block .history__about .about__news .news__title {
  background: #00A352;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  padding: 0 20px;
  font-size: 12rem;
  margin-bottom: 10px;
}
body#history #company_history .history__block .history__about .about__news .news__body .body__col {
  width: 46%;
}
body#history #company_history .history__block .history__about .about__news .news__body .body__col .col__title {
  font-size: 15rem;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #00A352;
}
body#history #company_history .history__block .history__about .about__news .news__body .body__col .col__title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #ddd;
}
body#history #company_history .history__block .history__about .about__news .news__body .body__col .col__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  border-bottom: 2px solid #00A352;
}
body#history #company_history .history__block .history__about .about__news .news__body .body__col .col__list {
  list-style: none;
  font-size: 14rem;
}
body#history #company_history .history__block .history__about .about__news .news__body .body__col .col__list .list__item .year {
  margin-right: 10px;
}
body#philosophy #circle .circle__block .block__pic {
  width: 42.2%;
}
body#philosophy #circle .circle__block .block__pic img {
  height: auto;
}
body#philosophy #circle .circle__block .block__body {
  width: 45%;
  padding-top: 30px;
}
body#philosophy #circle .circle__block .block__body .section__title {
  margin-bottom: 25px;
  font-size: 42rem;
  letter-spacing: 0;
}
body#philosophy #circle .circle__block .block__body .body__row {
  padding: 40px 0 35px;
  border-bottom: 1px solid #cdd5d7;
}
body#philosophy #circle .circle__block .block__body .body__row:last-of-type {
  border-bottom: none;
}
body#philosophy #circle .circle__block .block__body .body__row p {
  margin-bottom: 0;
}
body#philosophy #circle .circle__block .block__body .body__row .row__title {
  margin-bottom: 15px;
  font-size: 20rem;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.025em;
}
body#philosophy #circle .circle__block .block__body .body__row .row__title .main {
  display: block;
  color: #00A352;
  margin-bottom: 15px;
  font-size: 30rem;
  line-height: 1.2;
}
body#philosophy #company {
  margin-top: 120px;
  margin-bottom: 216px;
}
body#philosophy #company .company__block {
  padding: 70px 0;
  border-bottom: 1px solid #cdd5d7;
}
body#philosophy #company .company__block:last-of-type {
  border-bottom: none;
}
body#philosophy #company .company__block.block_philosophy .block__body .body__subtitle {
  font-size: 28rem;
}
body#philosophy #company .company__block .block__body p {
  margin-bottom: 0;
}
body#philosophy #company .company__block .block__body .body__title {
  margin-bottom: 30px;
}
body#philosophy #company .company__block .block__body .body__title .f_sserif {
  display: block;
  margin-bottom: 10px;
  color: #00A352;
  font-size: 45rem;
  line-height: 1.2;
  white-space: nowrap;
}
body#philosophy #company .company__block .block__body .body__title .circle__text {
  padding-left: 12px;
  color: #000;
  font-size: 15rem;
}
body#philosophy #company .company__block .block__body .body__title .circle__text::before {
  color: #00A352;
  font-size: 0.5em;
}
body#philosophy #company .company__block .block__body .body__subtitle {
  margin-bottom: 20px;
  font-size: 22rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 2.2;
}
body#philosophy #company .company__block .block__pic {
  width: 40%;
}

/*
@media screen and (max-width: 1500px) {
  body#company #about .about__text {
    width: 65%;
  }
}
*/
/* 20250218 yoshimoto add */
/* 769px から 1500px までの処理 */
@media screen and (min-width:769px) and (max-width: 1500px) {
  body#company #about .about__text {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .message .message__image-container {
    margin-bottom: 30px;
  }
  .message .message__text {
    margin-bottom: 30px;
  }
  body#index #mission .mission__mv img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body#index #mission .section_bg {
    position: relative;
    margin-top: 50px;
    padding: 40px 0 10px;
  }
  body#index #mission .mission__block .section__title {
    width: 100%;
    margin-bottom: 0;
    font-size: 20rem;
    line-height: 2;
  }
  body#index #mission .mission__block .block__body {
    width: 100%;
    padding-top: 25px;
    font-size: 15rem;
    line-height: 2;
  }
  body#index #mission .mission__pic {
    margin-top: 40px;
  }
  body#index #mission .mission__pic img {
    width: 100%;
    height: auto;
  }
  body#index #mission .mission__block02 {
    max-width: 90%;
    margin: 80px auto -30px;
  }
  body#index #mission .mission__block02 .block__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  body#index #mission .mission__block02 .block__item .item__pic img {
    width: 100%;
    height: auto;
  }
  body#index #mission .mission__block02 .block__item .item__text {
    padding: 20px 0 20px;
  }
  body#index #mission .mission__block02 .block__item .button_s {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    padding-right: 50px;
  }
  body#index #mission .banner__title {
    font-size: 18rem;
    margin-top: 40px;
  }
  body#index #mission .recruit__banner {
    height: 250px;
    margin-top: 10px;
    background: url(../images/company/recruit_bg.jpg);
    background-size: cover;
    padding-top: 5px;
  }
  body#index #mission .recruit__banner .banner__title {
    margin-bottom: 20px;
    margin-top: 35px;
  }
  body#index #mission .recruit__banner .banner__title img {
    width: 280px;
    height: auto;
  }
  body#index #mission .recruit__banner .button {
    width: 197px;
    padding: 14px;
  }
  body#index #mission .recruit__banner .button .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
  }
  body#company #about::before {
    position: relative;
    left: 5%;
    top: 0;
    width: 90%;
    padding-top: 50%;
    margin-bottom: 20px;
  }
  body#company #detail .detail__table th, body#company #detail .detail__table td {
    display: block;
    width: 100%;
  }
  body#company #detail .detail__table th {
    padding-bottom: 0;
    font-weight: bold;
  }
  body#organization #group #group__map {
    margin-bottom: 40px;
  }
  body#organization #group .group__list .list__col {
    width: 100%;
  }
  body#organization #partner .partner__list .partner__item {
    width: 100%;
  }
  body#history #company_history {
    padding-top: 0;
  }
  body#history #company_history .history__block {
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  body#history #company_history .history__block .history__img {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
  }
  body#history #company_history .history__block .history__title {
    font-size: 18rem;
  }
  body#history #company_history .history__block .history__about {
    padding: 40px 20px;
    position: relative;
    top: 0;
  }
  body#history #company_history .history__block .history__about .about__news .news__body .body__col {
    width: 100%;
  }
  body#history #company_history .history__block .history__about .about__news .news__body .body__col:first-child {
    margin-bottom: 20px;
  }
  body#philosophy #circle .circle__block .block__pic {
    width: 100%;
    text-align: center;
  }
  body#philosophy #circle .circle__block .block__pic img {
    max-width: 80%;
    height: auto;
  }
  body#philosophy #circle .circle__block .block__body {
    width: 100%;
    padding-top: 20px;
  }
  body#philosophy #circle .circle__block .block__body .section__title {
    margin-bottom: 25px;
    font-size: 32rem;
  }
  body#philosophy #circle .circle__block .block__body .body__row {
    padding: 30px 0 30px;
  }
  body#philosophy #circle .circle__block .block__body .body__row .row__title {
    margin-bottom: 15px;
    font-size: 18rem;
    line-height: 1.9;
    letter-spacing: 0.025em;
  }
  body#philosophy #circle .circle__block .block__body .body__row .row__title .main {
    margin-bottom: 10px;
    font-size: 30rem;
  }
  body#philosophy #company {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  body#philosophy #company .company__block {
    padding: 30px 0 40px;
  }
  body#philosophy #company .company__block:last-of-type {
    padding-bottom: 30px;
  }
  body#philosophy #company .company__block .block__body {
    width: 100%;
  }
  body#philosophy #company .company__block .block__body .body__title {
    margin-bottom: 30px;
  }
  body#philosophy #company .company__block .block__body .body__title .f_sserif {
    margin-bottom: 10px;
    font-size: 30rem;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: normal;
  }
  body#philosophy #company .company__block .block__body .body__subtitle {
    margin-bottom: 20px;
    font-size: 18rem;
    letter-spacing: 0.025em;
    line-height: 2;
  }
  body#philosophy #company .company__block .block__pic {
    width: 100%;
    margin-top: 30px;
  }
  body#philosophy #company .company__block .block__pic img {
    width: 100%;
    height: auto;
  }
  body#philosophy #company .company__block.block_philosophy .block__body .body__subtitle {
    font-size: 18rem;
  }
}