@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,900&display=swap");
.inner {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.sp_dis {
  display: none;
}

.tab_dis {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#company .sub-top {
  background-image: url(../../images/subpage/company-top_pc.jpg);
}

#business .sub-top {
  background-image: url(../../images/subpage/business-top_pc.jpg);
}

#recruit .sub-top {
  background-image: url(../../images/subpage/recruit-top_pc.jpg);
}

#top-message .sub-top {
  background-image: url(../../images/subpage/topmessage-top_pc.jpg);
}

#news .sub-top {
  background: none;
  height: 200px;
}

#news .sub-top h1 {
  text-shadow: none;
  color: #222;
}


.sub-top {
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
}

.sub-top h1 {
  text-align: center;
  font-size: 45px;
  text-shadow: 0 0 10px #666;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.sub-top p {
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 0 10px #666;
  color: #fff;
  text-align: center;
}

#news .sub-top .wrap-box h1 {
  margin-bottom: 0;
}

.pankuzu {
  display: flex;
  padding: 10px 0;
  margin-bottom: 60px;
}

.pankuzu .pankuzu-home {
  border-bottom: 1px solid #37893b;
  color: #37893b;
  text-decoration: none;
  font-weight: 500;
  margin-right: 10px;
}

.pankuzu .pankuzu-home::before {
  content: url(../../images/subpage/home-icon.png);
  margin-right: 3px;
}

.internal-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.internal-link li {
  width: 32%;
}

.internal-link li a {
  line-height: 55px;
  width: 100%;
  border: solid 2px #37893b;
  font-weight: bold;
  font-size: 18px;
  display: block;
  color: #37893b;
  text-align: center;
  text-decoration: none;
}

.internal-link li a:hover {
  background-color: #37893b;
  color: #fff;
}

.sub-page-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.sub-page-text {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb80 {
  margin-bottom: 80px;
}

.company-dl dl {
  display: flex;
  margin-bottom: 20px;
}

.company-dl dl:last-child {
  margin-bottom: 0;
}

.company-dl dl dt {
  width: 224px;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  font-size: 18px;
  font-weight: 500;
}

.company-dl dl dd {
  font-size: 16px;
  padding: 20px 10px 20px 25px;
  width: calc(100% - 224px);
}

.recruit-banner-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.recruit-banner-box .w100 {
  width: 100%;
}

.recruit-banner-box .half {
  width: 49%;
}

.recruit-banner-box li {
  width: 32%;
  margin-bottom: 20px;
}

.recruit-banner-box li:last-child {
  margin-bottom: 0;
}

.recruit-banner-box li img {
  width: 100%;
}

.recruit-banner-box li a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}

.bt_box{
  margin-bottom: 40px;
  align-items: stretch;
}
.bt_box li{
  /* width: 49%; */
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 12px;
}
.recruit-banner-box.bt_box li{
  display: flex;
  justify-content: center;
  align-items: center;
}
.bt_box li .small{
  font-size: 14px;
}
.bt_box li a{
  display: block;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
}
.bt_box li :hover{
  opacity: .8;
}
.bt_box .entry{
  background-color: #0abe40;
  border: 3px solid #0aa138;
}
.bt_box .entry a{
  color: #ffffff;
}
.bt_box .mypage{
  background-color: #FE911D;
  border: 3px solid #e78823;
}
.bt_box .mypage a{
  color: #ffffff;
}
.bt_box .mynavi{
  background-color: #ffffff;
  border: 3px solid #028cbf;
}
.bt_box .mynavi a{
  color: #000000;
}

.news-box {
  margin-bottom: 80px;
}

.news-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  border-bottom: 1px solid #ccc;
}

.news-box dl dt {
  width: 115px;
  line-height: 35px;
  background-color: #37893b;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.news-box dl dd {
  font-size: 16px;
  margin-left: 30px;
  width: calc(100% - 115px);
}

.number-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.number-box li {
  width: 48.5%;
  margin-bottom: 30px;
  border: solid 1px #37893b;
}

.number-box li img {
  width: 100%;
}

.map-box {
  background-color: #f2f2f2;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 80px 0;
}

.soshiki-box {
  padding: 80px 0;
}

.aisatu-box dl {
  width: 800px;
  margin: auto;
}

.aisatu-box dl dt {
  width: 100%;
  margin-bottom: 20px;
}

.aisatu-box dl dt .slick-slider .slick-dots {
  right: 25px;
  bottom: 20px;
}

.aisatu-box dl dt img {
  width: 100%;
}

.aisatu-box dl dd {
  line-height: 2;
  font-size: 16px;
}

.rinen-box {
  background-color: rgba(239, 239, 239, 0.5);
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.rinen-box .inner {
  padding: 80px 0;
}

.rinen-box li {
  padding: 20px 3px 10px 50px;
  position: relative;
  border-bottom: 1px solid #37893b;
  margin-bottom: 30px;
  font-size: 16px;
}

.rinen-box li::before {
  position: absolute;
  left: 0;
  top: 20px;
}

.rinen-box li:last-child {
  margin-bottom: 0;
}

.rinen-box li:first-child::before {
  content: url(../../images/subpage/message-number-1.png);
}

.rinen-box li:nth-child(2)::before {
  content: url(../../images/subpage/message-number-2.png);
}

.rinen-box li:last-child::before {
  content: url(../../images/subpage/message-number-3.png);
}

.business-flex-box {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.business-flex-box li {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 20px;
}

.business-flex-box li:nth-child(4) {
  margin-right: 0;
}

.business-flex-box li img {
  margin-bottom: 10px;
  width: 100%;
}

.business-flex-box li h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.business-flex-box li p {
  line-height: 2;
}

.facility {
  padding: 30px 30px 15px 30px;
  margin-bottom: 80px;
  background-color: rgba(242, 242, 242, 0.5);
}

.facility .facility-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.facility .facility-box li {
  width: 32%;
  margin-bottom: 25px;
}

.facility .facility-box li img {
  width: 100%;
}

.map-image {
  padding: 20px;
  border: 1px solid #ccc;
}

.banner-box {
  margin-bottom: 80px;
  text-align: center;
}

.banner-box .inst-banner {
  display: inline-block;
}

.banner-box .inst-banner a:hover img {
  opacity: 0.8;
  transition: 0.7s;
}

.banner-box .inst-banner img {
  margin: 0 auto;
  box-shadow: 0 0 10px #ddd;
}

.text-list li {
  margin-bottom: 5px;
  font-size: 16px;
}

.text-list li:last-child {
  margin-bottom: 0;
}

.pdf-bt a {
  width: 500px;
  line-height: 60px;
  border: solid 2px #37893b;
  color: #37893b;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.pdf-bt a:hover {
  opacity: 0.8;
}

.pdf-bt a::after {
  content: url(../../images/subpage/pdf-icon.png);
  margin-left: 5px;
  vertical-align: middle;
}

.pdf-box {
  display: flex;
  justify-content: center;
}

.pdf-box li:first-child {
  margin-right: 30px;
}

.transform-link {
  padding-top: 200px;
  margin-top: -200px;
}

.tx-right {
  text-align: right;
}

.fs24 {
  font-size: 24px;
}

@media screen and (max-width: 1120px) {
  .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .rinen-box .inner {
    padding: 80px 20px;
  }
  .pdf-box {
    display: block;
  }
  .pdf-box li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 468px) {
  .pc_dis {
    display: none;
  }
  .sp_dis {
    display: block;
  }
  .internal-link {
    display: block;
  }
  .internal-link li {
    width: 100%;
    margin-bottom: 20px;
  }
  .internal-link li:last-child {
    margin-bottom: 20px;
  }
  .sub-page-text {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .tab_dis {
    display: block;
  }
  #company .sub-top {
    background-image: url(../../images/subpage/company-top_sp.jpg);
  }
  #business .sub-top {
    background-image: url(../../images/subpage/business-top_sp.jpg);
  }
  #recruit .sub-top {
    background-image: url(../../images/subpage/recruit-top_sp.jpg);
  }
  #top-message .sub-top {
    background-image: url(../../images/subpage/topmessage-top_sp.jpg);
  }
  #news .sub-top {
    height: 150px;
  }
  .sub-top {
    height: 200px;
  }
  .sub-top h1 {
    font-size: 28px;
  }
  .sub-top p {
    font-size: 14px;
  }
  .internal-link li a {
    line-height: 40px;
    font-size: 14px;
  }
  .sub-page-title {
    font-size: 18px;
  }
  .sub-page-text {
    font-size: 14px;
  }
  .mb40 {
    margin-bottom: 25px;
  }
  .mb80 {
    margin-bottom: 50px;
  }
  .company-dl dl dt {
    width: 106px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }
  .company-dl dl dd {
    font-size: 12px;
    width: calc(100% - 106px);
  }
  .recruit-banner-box {
    display: block;
    margin-bottom: 50px;
  }
  .recruit-banner-box .half {
    width: 100%;
  }
  .recruit-banner-box li {
    width: 100%;
  }
  .bt_box li{
    width: 100%;
    margin-bottom: 12px;
  }
  .bt_box li .small{
  font-size: 12px;
  }

  .number-box {
    display: block;
  }
  .number-box li {
    width: 100%;
    margin-bottom: 20px;
  }
  .number-box li:last-child {
    margin-bottom: 0;
  }
  .map-box {
    padding: 50px 0;
  }
  .soshiki-box {
    padding: 50px 0;
  }
  .aisatu-box dl {
    width: 100%;
  }
  .aisatu-box dl dt {
    width: 100%;
  }
  .aisatu-box dl dd {
    font-size: 14px;
  }
  .rinen-box li {
    font-size: 14px;
    line-height: 2;
    padding: 40px 3px 20px 3px;
  }
  .rinen-box li::before {
    left: 50%;
    transform: translateX(-100%);
    top: 0;
  }
  .business-flex-box {
    display: block;
    margin-bottom: 50px;
  }
  .business-flex-box li {
    width: 100%;
    margin-right: 0;
  }
  .facility {
    margin-bottom: 50px;
    padding: 30px 10px;
  }
  .facility .facility-box {
    display: block;
  }
  .facility .facility-box li {
    width: 100%;
  }
  .banner-box {
    margin-bottom: 50px;
  }
  .text-list li {
    font-size: 14px;
  }
  .pdf-bt a {
    width: 100%;
    line-height: 1.7;
    padding: 10px;
    font-size: 13px;
  }
  .news-box {
    margin-bottom: 50px;
  }
  .news-box dl {
    display: block;
    padding: 20px 3px 20px 3px;
  }
  .news-box dl dt {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 25px;
    width: 95px;
  }
  .news-box dl dd {
    font-size: 14px;
    margin-left: 0;
    width: 100%;
  }
  .transform-link {
    padding-top: 100px;
    margin-top: -100px;
  }
  .fs24 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1120px) and (max-width: 768px) {
  .rinen-box .inner {
    padding: 50px 10px;
  }
}
/*# sourceMappingURL=../maps/subpage/style.css.map */
