@charset "utf-8";

/*==============================================

	about

==============================================*/
.mv {}

.mv img {
  width: 100%;
}

.sec {
  margin-top: 70px;
}

.sec .inner {
  display: flex;
}

.sec .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
}

.sec .inner>picture {
  width: 50%;
  display: flex;
  padding-left: 70px;
}

.sec .inner>picture img {
  width: 100%;
}

.sec .inner>.exp {
  width: 50%;
  padding-left: 50px;
}

.sec .inner>.exp h2 {
  margin-bottom: 50px;
}

.sec .inner>.exp h3 {
  font-size: 2rem;
  margin-top: 30px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.sec .inner>.exp .catch {
  font-size: 1.6rem;
  margin-top: 15px;
  margin-bottom: 20px;
}

.sec .inner>.exp .text {
  font-size: 1.3rem;
  margin-bottom: 15px;
  line-height: 2.4rem;
  text-align: left;
}

.sec .inner>.exp .text:last-of-type {
  margin-bottom: 0;
}

.aboutus .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.vision .inner {
  flex-direction: row-reverse;
  max-width: 1240px;
}

.vision .inner>picture {
  padding-left: 0;
}

.vision .inner>.exp {
  padding-left: 100px;
}

.vision .inner>.exp h3 {
  font-size: 1.6rem;
}

.essence {
  position: relative;
  margin-top: 200px;
  padding-top: 100px;
}

.essence:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #F5F5F5;
  width: 100%;
  height: 100%;
}

.essence .inner {
  position: relative;
  padding-left: calc((100% - 1100px) / 2);
  align-items: flex-start;
}

.essence .inner>.exp {
  padding-left: 0;
  margin-top: -40px;
}

.essence .inner>.exp h2 {
  position: absolute;
  top: -125px;
}

.essence .inner>.exp h3 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  margin-top: 40px;
}

.essence .inner>.exp h4 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.essence .inner>picture {
  padding-left: 110px;
  display: flex;
}

.message {
  margin-top: 150px
}

.message .heading .en img {
  display: inline-block;
}

.message .heading {
  margin-bottom: 50px;
}

.message .heading * {
  text-align: center;
}

.message .heading h2 {
  font-size: 1.4rem;
  margin-top: 10px;
}

.message .heading h3 {
  font-size: 2rem;
  margin-top: 40px;
  letter-spacing: 2px;
}

.message .inner {
  display: flex;
  padding-left: calc((100% - 1100px) / 2);
  padding-right: calc((100% - 1200px) / 2);
}

.message .inner>picture {
  width: 470px;
}

.message .inner>.exp {
  width: calc(100% - 470px);
  padding-right: 50px;
  padding-left: 80px;
}

.message .inner>.exp .text {
  font-size: 1.3rem;
  line-height: 2.4rem;
  margin-bottom: 15px;
  text-align: left;
}

.message .inner>.exp .text:last-of-type {
  margin-bottom: 0;
}


.business {
  margin-top: 150px;
  position: relative;
  background-color: #F5F5F5;
  padding-top: 110px;
  padding-bottom: 80px;
}

.business .heading .en img {
  display: inline-block;
}

.business .heading {
  margin-bottom: 50px;
  position: absolute;
  width: 100%;
  top: -34px;
}

.business .heading * {
  text-align: center;
}

.business .heading h2 {
  font-size: 1.4rem;
  margin-top: 20px;
}

.business .business_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.business .business_list li {
  width: 365px;
  margin: 0 35px 40px;
}

.business .business_list li h3 {
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 5px;
}

.business .business_list li h4 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}


/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {
  .sec .inner {
    flex-direction: column;
  }

  .sec .inner>.exp {
    width: 100%;
    padding: 0 20px;
  }

  .sec .inner>.exp h3 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  .sec .inner>.exp h2 {
    margin-bottom: 20px;
    top: -80px;
  }

  .sec .inner>.exp h2 img {
    height: 35px;
    width: auto;
  }

  .aboutus .inner>picture {
    width: 242px;
    margin-right: 20px;
    margin-top: 40px;
  }

  .vision .inner>.exp h3 {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }

  .sec .inner>.exp .catch {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }

  .vision .inner>picture {
    width: 100%;
    padding-left: 20px;
    margin-top: 40px;
    padding-right: 40px;
  }

  .essence {
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .essence .inner {
    flex-direction: column-reverse;
  }

  .essence .inner>picture {
    width: 295px;
    margin-left: auto;
    padding: 0;
    margin-bottom: 30px;
  }

  .sec .inner>.exp h3 {
    font-size: 1.2rem;
  }

  .essence .inner>.exp h4 {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
  }

  .message {
    margin-top: 60px;
    padding: 0 20px;
  }

  .message .heading .en img {
    width: 191px;
  }

  .message .heading h3 {
    font-size: 1.8rem;
  }

  .message .inner {
    flex-direction: column;
  }

  .message .inner picture {
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
  }

  .message .inner .exp {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }

  .business {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .business .heading {
    margin-bottom: 0;
  }

  .business .heading .en img {
    width: 254px;
  }

  .business .business_list li {
    margin: 0 20px 50px;
    width: 100%;
  }

  .business .business_list li:last-child {
    margin-bottom: 0;
  }
}