@charset "utf-8";

/* ファーストビュー */
#first-view {
  height: calc(60vh + 120px);
  position: relative;
  z-index: -1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#first-view2 {
	position: relative;
	z-index: -1;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	width: 100%;
}
#first-view2 video{
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.video-wrap {
	right: 0;
	top: 0;
	height: 75vh;
	width: 100%;
	z-index: -100;
	position: absolute;
}

#bg-video {
    min-height: 75vh;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

#first-view video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
  /* filter: brightness(.9); */
}

.first-view-text {
  position: absolute;
  top: 60%;
  left: 20%;
  transform: translate(-20%, -60%);
    text-shadow: 1px 1px 10px #696969;
}

.first-view-text h1 {
  color: #fff;
  font-size: 5.0rem;
  line-height: 1.4;
  letter-spacing: .03em;
}

.first-view-text p {
  color: #fff;
  font-size: 1.8rem;
  margin-top: 20px;
  letter-spacing: .05em;
}

.first-view-text span {
  display: block;
  color: #3faea1;
  line-height: 1.8;
}


/* 製品情報 */
#products {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.products-title {
  text-align: center;
  margin-bottom: 45px;
}

.products-title h2 {
  font-size: 5rem;
  color: #3faea1;
}

.products-title span {
  color: #3faea1;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 15px;
  letter-spacing: .05em;
}

.products01-text {
  text-align: center;
  margin-bottom: 50px;
}

.products01-text h3 {
  font-size: 2.8rem;
  margin-bottom: 25px;
  letter-spacing: .05em;
  padding: 20px 0;
  background-color: #f5f6f7;
}

.products01-text p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .05em;
}

.products-list {
  display: flex;
  justify-content: space-between;
}

.products-list li {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.products-list dl {
  margin-top: 20px;
  margin-bottom: 20px;
}

.products-list dt {
  color: #3faea1;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.products-list dd {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .05em;
}

.button-item02 .btn {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  line-height: 48px;
  text-align: center;
  letter-spacing: .05em;
}

.btn-02 {
  color: #3faea1;
  background-color: #fff;
  border: 1px solid #7ec8ba;
  border-radius: 25px;
  transition: .3s;
}

.btn-02:hover {
  color: #fff;
  background-color: #3faea1;
  border: 1px solid #7ec8ba;
}

.button-item03 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 75px;
}

.button-item03 .btn {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  min-width: 40%;
  line-height: 72px;
  text-align: center;
  letter-spacing: .05em;
}

.button-item03 .btn-03 {
  color: #fff;
  background-color: #3faea1;
  border-radius: 40px;
  transition: .3s;
  border: 1px solid #fff;
}

.button-item03 .btn-03:hover {
  color: #3faea1;
  background-color: #fff;
  border: 1px solid #7ec8ba;
}

.products02 h3 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 25px;
  letter-spacing: .05em;
  margin-bottom: 30px;
  padding: 20px 0;
  background-color: #f5f6f7;
}

.products02-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.products02-item img {
  width: 30%;
}

.products02-text {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 50px;
}

.products02-text p {
  color: #3faea1;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}

.products02-text p:nth-of-type(1) {
  margin-bottom: 15px;
}
.products02-text input{
  display: inline;
}
.products02-text label {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .05em;
  margin-bottom: 1em;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  padding-left: 1em;
  text-indent: -1em;
}

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


.products02-text2 {
  margin-top: 50px;
}

.products02-text2 p {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
}

.button-item04 {
  text-align: center;
  margin-top: 20px;
}

.button-item04 .btn {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  width: 50%;
  line-height: 48px;
  text-align: center;
  letter-spacing: .05em;
}

.btn-04 {
  color: #3faea1;
  background-color: #fff;
  border: 1px solid #7ec8ba;
  border-radius: 25px;
  transition: .3s;
}

.btn-04:hover {
  color: #fff;
  background-color: #3faea1;
  border: 1px solid #7ec8ba;
}

/* 導入事例 */
.case-study {
  margin-top: 100px;
  padding: 80px 0;
  background-color: #f5f6f7;
  position: relative;
}

.case-study-title {
  text-align: center;
  margin-bottom: 45px;
}

.case-study-title h2 {
  color: #3faea1;
  font-size: 5rem;
}

.case-study-title span {
  color: #3faea1;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 15px;
  letter-spacing: .05em;
}

.case-study ul dl {
  height: 100%;
  padding: 20px 1em;
  background-color: #fff;
}

.case-study ul dt {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.case-study ul dd {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: .05em;
}

.slider .slick-slide {
  width: 400px;
  position: relative;
  overflow: hidden;
  margin: 0 25px;
}

.slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.slider li {
  transition: all .3s ease-in-out;
}

.button-item05 {
  margin-top: 30px;
  text-align: center;
}

.button-item05 .btn {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  min-width: 300px;
  line-height: 48px;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 30px;
}

.btn-05 {
  color: #3faea1;
  background-color: #fff;
  border: 1px solid #7ec8ba;
  border-radius: 25px;
  transition: .3s;
}

.btn-05:hover {
  color: #fff;
  background-color: #3faea1;
  border: 1px solid #7ec8ba;
}

.button-item06 {
  text-align: center;
  margin-top: 100px;
}


.button-item06 .btn {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  min-width: 45%;
  line-height: 2;
  text-align: center;
  padding: 20px 40px;
  letter-spacing: .05em;
}

.button-item06 .btn-06 {
  color: #fff;
  background-color: #3faea1;
  border: 1px solid #fff;
  border-radius: 60px;
  transition: .3s;
  line-height: 1.4;
}

.button-item06 .btn-06:hover {
  color: #3faea1;
  background-color: #fff;
  border: 1px solid #7ec8ba;
}

.btn-06 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .05em;
}

/* 会社情報 */
#company {
  max-width: 1200px;
  margin: 100px auto 0;
}

.company {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #f5f6f7;
  padding: 60px 26px;
}

.company img {
  width: 42%;
}

.company-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 50%;
  padding-right: 50px;
}

.company-title {
  text-align: left;
  margin-bottom: 45px;
}

.company-title h2 {
  font-size: 5rem;
  color: #3faea1;
}

.company-title span {
  color: #3faea1;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 15px;
  letter-spacing: .05em;
}

.company-text h3 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}

.company-text p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .05em;
}

.button-item07 .btn {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  min-width: 220px;
  line-height: 48px;
  text-align: center;
  letter-spacing: .05em;
}

.btn-07 {
  margin-top: 25px;
  color: #3faea1;
  background-color: #fff;
  border: 1px solid #7ec8ba;
  border-radius: 25px;
  transition: .3s;
}

.btn-07:hover {
  color: #fff;
  background-color: #3faea1;
  border: 1px solid #7ec8ba;
}

/* 新着情報 */
#news {
  max-width: 1200px;
  margin: 100px auto;
  padding-left: 10px;
  padding-right: 10px;
}

.news-wraper {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding: 0 30px;
	align-items: center;
}

.news-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 40px;
}

.news-title h2 {
  color: #3faea1;
  font-size: 5rem;
  line-height: 1.5;
}

.news-title span {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: .05em;
}


.news-list {
  width: 60%;
  padding-left: 40px;
  border-left: 1px solid #000;
  letter-spacing: .05em;
}

.news-list li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.news-list h3 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .05em;
  margin-left: 1em;
  display: inline-block;
  line-height: 1.5;
  transition: .3s;
}
.news-list h3:hover{
  color: #3faea1;
}
.news-list time {
  color: #999;
  font-size: 1.4rem;
  letter-spacing: .05em;
}

/* サスティナビリティ、リクルート */
#banner{
  margin-bottom: 100px;
}
.banner {
  display: flex;
  flex-shrink: 0s;
}

.sustanability,
.recruit {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.sustanability img,
.recruit img {
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
}

.sustanability-title,
.recruit-title {
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
}

.sustanability-title,
.recruit-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
}

.sustanability-title h2,
.recruit-title h2 {
  color: #fff;
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-bottom: 20px;
}

.sustanability-title span,
.recruit-title span {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

.banner .button04 span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-left: 1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.sustanability img:hover,
.recruit img:hover {
  transform: scale(1.1);
}

.button04 {
  cursor: pointer;
}

.btn-08 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  padding: 0;
  line-height: 70px;
  margin: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #7ec8ba;
  border-radius: 50%;
  transition: .3s ease-in-out;
  position: relative;
}

.btn-08::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateX(-45%) translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.button08 {
  display: flex;
  align-items: center;
}

.button08 span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-left: 1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

/* アクセス */
#access {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.access-title {
  text-align: center;
  margin-bottom: 45px;
}

.access-title h2 {
  color: #3faea1;
  font-size: 5rem;
}

.access-title span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 15px;
  letter-spacing: .05em;
}

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

.tokyo {
  width: 45%;
}

.office-text h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  letter-spacing: .05em;

}

.office-text p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .05em;
}

.office-text img {
  margin-top: 15px;
  border: 1px solid #000;
}

.tanimachi {
  width: 45%;
}

/* パートナー企業 */
#partners {
  max-width: 1200px;
  margin: 100px auto;
}

.partners-title {
  text-align: center;
  margin-bottom: 45px;
}

.partners-title h2 {
  color: #3faea1;
  font-size: 5rem;
}

.partners-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 15px;
  letter-spacing: .05em;
}
.partners {
  padding: 0 15px;
}
.partner {
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 25px;
  border: 1px solid #3faea1;
  margin-left: auto;
  margin-right: auto;
}

.partner01 img {
  width: 300px;
}

.partner02 img {
  width: 240px;
  margin-right: 30px;
  margin-left: 30px;
}

.partner p {
  width: 60%;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .05em;
}

.partner p span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .05em;
}

@media(max-width: 1170px) {
  .first-view-text {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .first-view-text h1 {
    color: #fff;
    font-size: 5.6rem;
    line-height: 1.2;
    letter-spacing: .03em;
  }

  .first-view-text p {
    color: #fff;
    font-size: 1.8rem;
    margin-top: 20px;
    letter-spacing: .05em;
  }

  .first-view-text span {
    display: block;
    color: #3faea1;
    line-height: 1.8;
  }

  .news-list h3 {
    margin-left: 0;
  }

  .news-list time {
    line-height: 2;
  }

}

@media(max-width: 820px) {
  .first-view-text h1 {
    color: #fff;
    font-size: 5.0rem;
    line-height: 1.5;
    letter-spacing: .03em;
  }

  .first-view-text p {
    color: #fff;
    font-size: 1.8rem;
    margin-top: 30px;
    letter-spacing: .05em;
    line-height: 2;
  }

  .first-view-text span {
    display: block;
    color: #3faea1;
    line-height: 2;
  }

  .top {
    display: none;
  }

  .bottom {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 15px;
    left: 330px;
    cursor: pointer;
  }
}

@media(max-width: 420px) {
  .first-view-text {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding-top: 60px;
  }

  .first-view-text h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: .03em;
  }

  .first-view-text p {
    margin: 0 auto;
    width: 90%;
    font-size: 1.8rem;
    margin-top: 20px;
    letter-spacing: .05em;
    line-height: 1.5;
  }

  .first-view-text span {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  #products {
    padding-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .products-title h2 {
    font-size: 3.2rem;
  }

  .products-title span {
    font-size: 1.2rem;
  }

  .products01-text h3 {
    font-size: 2.4rem;
  }

  .products-list {
    display: block;
    text-align: center;
  }

  .products01-text p {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
  }


  .products-list li {
    width: 100%;
    margin: 0 auto 50px;
    display: block;
  }
  .products-list dl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .products-list dt {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: .05em;
    text-align: left;
  }

  .products-list dd {
    text-align: left;
  }

  .button-item02 .btn {
    font-size: 1.2rem;
    width: 80%;
    margin-bottom: 0;
  }

  .button-item02 {
    text-align: center;
  }

  .button-item03 .btn {
    font-size: 1.6rem;
    min-width: 100%;
  }

  .products02 h3 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 25px;
    letter-spacing: .05em;
    margin-bottom: 30px;
  }
  .products02-item {
    display: block;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
  }

  .products02-item img {
    width: 100%;
    margin-bottom: 20px;
  }

  .products02-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
  }

  .products02-text p {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: .05em;
    text-align: center;
  }
  .products02-text label {
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: .05em;
  }
  .products02-text p:nth-of-type(1) {
    margin-bottom: 15px;
  }

  .products02-text ul li {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: .03em;
    text-align: left;
  }

  .products02-text2 p {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
  }
  
  .button04 {
    justify-content: center;
    margin-top: 20px;
  }

  .button-item04 .btn {
    width: 90%;
  }
  
  .case-study {
    margin-top: 75px;
    padding: 40px 0px;
    background-color: #f5f6f7;
    position: relative;
  }

  .case-study-title {
    text-align: center;
    margin-bottom: 45px;
  }

  .case-study-title h2 {
    font-size: 3.2rem;
  }
  .products02-text2 {
    margin-top: 25px;
  }
  
  .case-study-title span {
    color: #777;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 15px;
    letter-spacing: .05em;
  }
  .button-item05 .btn {
    margin-top: 0;
  }

  .button-item06 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .button-item06 .btn {
    font-size: 1.6rem;
    width: 94%;
    padding: 20px 45px;
  }

  .button-item06 .btn-06 {
    border-radius: 50px;
  }

  .btn-06 span {
    font-size: 1.2rem;
  }

  #company {
    padding: 0;
  }

  .company {
    display: block;
    text-align: center;
    padding: 40px 15px;
  }

  .company img {
    width: 80%;
    margin: 0 auto;
  }

  .company-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    padding-right: 0;
  }

  .company-title {
    text-align: center;
  }

  .company-title h2 {
    font-size: 3.2rem;
    letter-spacing: .05em;
  }

  .company-title span {
    font-size: 1.2rem;
  }

  .company-text h3 {
    font-size: 2rem;
    text-align: center;
  }

  .company-text p {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8;
  }

  .button-item07 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #news {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .news-wraper {
    display: block;
    margin: 0 auto;
    padding: 0 40px;
  }

  .news-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0;
    text-align: center;
  }

  .news-title h2 {
    font-size: 3.2rem;
    margin-bottom: 15px;
  }

  .news-title span {
    font-size: 1.2rem;
  }


  .news-list {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }

  .news-list li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .news-list h3 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-left: 0;
    display: inline-block;
  }

  .news-list time {
    color: #999;
    font-size: 1.2rem;
    letter-spacing: .05em;
  }

  .banner {
    display: block;
    margin-bottom: 50px;
    flex-shrink: 0s;
  }

  .sustanability,
  .recruit {
    width: 100%;
    overflow: hidden;
    position: relative;
  }


  .sustanability-title,
  .recruit-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
  }

  .sustanability-title h2,
  .recruit-title h2 {
    color: #fff;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-bottom: 10px;
  }

  .sustanability-title span,
  .recruit-title span {
    display: block;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: .05em;
  }

  .banner .button04 {
    margin-top: 0;
  }

  .banner .button04 span {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .05em;
    margin-left: 1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }

  .sustanability img:hover,
  .recruit img:hover {
    transform: scale(1.1);
  }

  .btn-04 {
    transform: scale(0 .8);
  }

  .office {
    display: block;
  }

  .tokyo,
  .tanimachi {
    width: 100%;
    margin: 0 auto 30px;
  }

  .office-text h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: .05em;

  }

  .office-text p {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: .05em;
  }

  .office-text img {
    margin-top: 15px;
  }

  #partners {
    margin: 50px auto;
  }

  .partners-title {
    text-align: center;
    margin-bottom: 45px;
  }

  .partners-title h2 {
    font-size: 3.2rem;
  }

  .partners-title span {
    font-size: 1.2rem;
  }

  .partner {
    height: 240px;
    display: block;
    align-items: center;
    text-align: center;
    margin-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #3faea1;
    margin-left: 15px;
    margin-right: 15px;
  }

  .partner01 {
    padding-top: 15px;
    margin-bottom: 20px;
  }

  .partner02 {
    padding-top: 30px;
  }

  .partner01 img {
    width: 180px;
  }

  .partner02 img {
    width: 150px;
  }

  .partner p {
    text-align: left;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: .05em;
  }

  .partner p span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: .05em;
  }

  .access-title h2 {
    font-size: 3.2rem;
  }

  .access-title span {
    font-size: 1.2rem;
  }
}