.item-info {
  color: #1c3c8e !important;
}

.item-info:after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.item-overview {
  color: #1c3c8e !important;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.item-info-ft {
  text-decoration: underline;
}

/*====================================
overview
=====================================*/
.overview_box01 p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3e3e3e;
}

.overview_box01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
}

.overview_box01 ul li {
  border-top: 1px solid #eeeeee;
}

.overview_box01 ul li.th {
  width: 25%;
  background: #f7f7f7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #eeeeee;
}

.overview_box01 ul li.th p {
  font-weight: bold;
  padding: 15px 20px;
  text-align: center;
}

.overview_box01 ul li.td {
  width: calc(75% - 2px);
  border-right: 1px solid #eeeeee;
}

.overview_box01 ul li.td p {
  padding: 15px 20px;
}

.overview_box01 ul li.td p.txt {
  font-size: 1.4rem;
  line-height: calc(24/14);
  margin-left: 15px;
  text-indent: -15px;
}

.overview_box02 {
  margin-top: 60px;
}

.overview_box03 {
  margin-top: 60px;
}

.overview_box03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f3f5f9;
}

.overview_box03 ul li:nth-child(1) {
  width: 65.5%;
}

.overview_box03 ul li:nth-child(2) {
  width: 34.5%;
}

.overview_box03_txt {
  padding-bottom: 20px;
}

.overview_box03 iframe {
  min-height: 440px;
}

.overview_box03 h4 {
  font-size: 1.8rem;
  line-height: calc(24/18);
  color: #1c3c8e;
  margin-top: 30px;
  margin-bottom: 5px;
  padding: 0 20px;
}

.overview_box03 p {
  font-size: 1.6rem;
  line-height: calc(24/16);
  color: #3e3e3e;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  /*====================================
	overview
	=====================================*/
  .overview_box01 p {
    font-size: 1.3rem;
    line-height: 1.46;
  }
  .overview_box01 ul {
    border: 1px solid #eeeeee;
  }
  .overview_box01 ul li {
    border-top: 0px solid #eeeeee;
  }
  .overview_box01 ul li.th {
    width: 100%;
    background: #f7f7f7;
    text-align: left;
    display: inline-block;
    border-left: 0px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
  .overview_box01 ul li.th p {
    font-weight: bold;
    padding: 10px 15px;
    text-align: left;
  }
  .overview_box01 ul li.th p br {
    display: none;
  }
  .overview_box01 ul li.td {
    width: 100%;
    border-right: 0px solid #eeeeee;
  }
  .overview_box01 ul li.td p {
    padding: 10px 15px;
  }
  .overview_box01 ul li.td p.txt {
    font-size: 1.2rem;
    line-height: calc(34/24);
  }
  .overview_box02 {
    margin-top: 40px;
  }
  .overview_box02_content {
    text-align: center;
    background: #f7f7f7;
  }
  .overview_box03 {
    margin-top: 40px;
  }
  .overview_box03 ul {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
  }
  .overview_box03 ul li:nth-child(1) {
    width: 100%;
  }
  .overview_box03 ul li:nth-child(1) img {
    width: 100%;
  }
  .overview_box03 ul li:nth-child(2) {
    width: 100%;
  }
  .overview_box03 iframe {
    min-height: 200px;
  }
  .overview_box03 h4 {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .overview_box03 p {
    font-size: 1.3rem;
    line-height: calc(38/26);
  }
}


/*====================================
※Recruit
=====================================*/
.recruit p {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.link_style {
  text-decoration: underline;
}

.link_style:hover {
  text-decoration: none;
}


@media only screen and (max-width: 768px) {
  .recruit p {
    font-size: 13px;
  }
}
 



.recruit-btn {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}

.recruit-btn a {
  display: block;
  width: 100%;
  max-width: 280px;
  line-height: 48px;
  padding: 0 5px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  background: rgba(28, 60, 142, 1);
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}
.recruit-btn a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
.recruit-btn a {
  width: calc(50% - 10px);
  font-size: 14px;
}
}


