@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* slideshow */
.mv {
	background-image: url("/img/about/bg_mv.jpg");
}

/* aboutus */
.aboutus_h2 {
  text-align: center;
}

.aboutus__en {
  display: block;
}

.aboutus__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.aboutus__left {
  width: 47%;
}

.aboutus__h3 {
  font-size: 35px;
  font-weight: 600;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.aboutus__textbox {
  width: 100%;
  max-width: 455px;
  margin: 0 0 0 auto;
}

.aboutus__text{
  font-size: 14px;
  margin-top: 30px;
}

.aboutus__right {
  width: 50%;
  background-image: url("/img/about/img_about01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}


/* strength */
.strength_h2 {
  text-align: center;
}

.strength__en {
  display: block;
}

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

.strength__item {
  border: 0.75px solid #666;
  border-radius: 20px;
  border-top-left-radius: 0;
  width: 28%;
}

.strength__number {
  padding: 5px 15px;
  display: inline-block;
  background-color: #EFEB55;
  color: #808080;
  font-weight: 600;
  font-size: 20px;
  border-bottom-right-radius: 20px;
}

.strength__inner {
  padding: 5px 20px 20px 20px;
}

.strength__ttl {
  font-size: 20PX;
  text-align: center;
  letter-spacing: .2em;
  padding-left: .2em;
  font-weight: 500;
}

.strength__txt {
  font-size: 12px;
  margin-top: 15px;
}

/* history */
.history {
  background-image:linear-gradient(rgba(230, 230, 230, 0.5), rgba(230, 230, 230, 0.5)), url("/img/about/img_about02.jpg");
  margin-bottom: 120px;
  background-size: cover;
}

.history__wrapper {
  background-color: #E6E6E6;
  border-radius: 50px;
  margin-top: 30px;
  padding: 60px 50px;
}

.history_h2 {
  text-align: center;
}

.history__en {
  display: block;
}

.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline-date {
  width: 110px;
  float: left;
  margin-top: 20px;
  font-size: 30px;
  font-family: montserrat;
  font-weight: 600;
  margin-right: 50px;
}
.timeline-content {
  width: 75%;
  float: left;
  border-left: 1px #000 solid;
  padding-left: 85px;
  padding-bottom: 30px;
  padding-top: 30px;
  font-size: 14px;
}

.timeline-content p {
  letter-spacing: .2em;
  padding-left: .2em;
}

.timeline li:nth-child(4) .timeline-content,
.timeline li:nth-child(5) .timeline-content{
  padding-bottom: 80px;
}

.timeline-content:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 150px;
  top: 33px;
  border-radius: 100%;
  border: 1px solid #000;
}



/******************************************************

タブレットの設定 768px~1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){


}

/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){

/* aboutus */
.aboutus__left {
  width: 100%;
}
  
.aboutus__textbox {
  width: calc(100% - 40px);
  max-width: none;
  margin: 0 auto;
}
  
.aboutus__h3 {
  font-size: 20px;
}
  
.aboutus__text {
  font-size: 12px;    
}
  
.aboutus__right {
  width: 90%;
  height: 230px;
  margin-left: auto;
  margin-top: 20px;
}
  
  
/* strength */
.strength__item,
.strength__item.item04,
.strength__item.item05{
  width: 100%;
}
  
.strength__item.item02,
.strength__item.item04,
.strength__item.item05 {
  position: initial;
  margin-top: 15px;
}
  
.strength__item.item03 {
  margin-top: 15px;
}

.strength__number {
  padding: 3px 10px;
  font-size: 16px;
}
  
.strength__inner {
  padding: 5px 10px 10px 10px;
}
  
.strength__ttl {
  font-size: 16px;    
}
  
.strength__txt {
  margin-top: 10px;
}

  
/* history */
.history {
  margin-bottom: 60px;
}  
  
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 30px;
}
  
.timeline-date {
  margin-top: 0;
}
  
.timeline-content {
  width: 100%;
  border-left: none;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
  
.timeline li:nth-child(2) .timeline-content, 
.timeline li:nth-child(4) .timeline-content, 
.timeline li:nth-child(5) .timeline-content {
  padding-bottom: 15px;
}
  
.timeline-content:before {
  content: none;
}
	

	
	
	
}