@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	CONTENTS
	========================================================================== */

.message__box {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  text-align: center;
}
.message__box::before {
  content: '';
  display: block;
  padding-top: 75%;
}

.message__inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.message__tit {
  display: inline-block;
  font-family: var(--font01);
  font-display: swap;
  font-size: clamp(3rem,5.375vw,4.5rem);
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 200%;
  text-align: left;
  margin-bottom: 0;
}

.message__img {
  float: right;
  width: 45%;
}
.message__img img {
  display: block;
  margin-bottom: 20px;
}
.director {
  display: flex;
  align-items: center;
}
.director__tit {
  width: 200px;
  text-align: right;
}
.director__txt {
  font-family: var(--font01);
  font-display: swap;
  font-size: 3.5rem;
  font-weight: 700;
  padding-left: 30px;
}
.director__txt span {
  display: block;
  font-size: 1rem;
}

.outline-list {
  display: flex;
  width: 80%;
  border-bottom: solid 1px;
  padding: 30px;
  margin: 0 auto;
}
.outline-list__tit {
  width: 200px;
}
.outline-list__txt {
  flex: 1;
}

.white-wrapper01 {
  position: relative;
  float: right;
  width: 75%;
}
.white-box01 {
  float: right;
  width: 75%;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  padding: 80px;
}
.company-list {
  text-align: left;
}
.company-list__item:last-child {
  margin-bottom: 0;
}
.group-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
}

.white-wrapper02 {
  position: relative;
  float: left;
  width: 75%;
}
.white-box02 {
  float: left;
  width: 75%;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  padding: 80px;
}
.white-box02 .company-list {
  float: right;
}
.clients-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
}


/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

.message__box {
  float: none;
  width: 100%;
}
.message__box::before {
  padding-top: 48%;
}

.message__img {
  float: none;
  width: 100%;
}

.outline-list {
  width: 100%;
}
.outline-list__tit {
  width: 150px;
}

.white-wrapper01 {
  width: 100%;
}
.white-box01 {
  padding: 60px;
}
.group-img {
  width: 200px;
}

.white-wrapper02 {
  width: 100%;
}
.white-box02 {
  padding: 60px;
}
.clients-img {
  width: 200px;
  right: 10px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

.message__img img {
  margin-bottom: 15px;
}
.message__box::before {
  padding-top: 250px;
}

.director {
  display: flex;
  align-items: center;
}
.director__tit {
  width: 160px;
  font-size: 1.4rem;
  text-align: right;
}
.director__txt {
  font-size: 2.2rem;
  padding-left: 20px;
}

.outline-list {
  padding: 20px;
}
.outline-list__tit {
  width: 100px;
}

.white-box01 {
  width: 90%;
  padding: 50px;
}
.group-img {
  display: block;
  position: relative;
  width: 180px;
  margin: 0 auto 20px auto;
}

.white-box02 {
  width: 90%;
  padding: 50px;
}
.clients-img {
  display: block;
  position: relative;
  width: 180px;
  margin: 0 auto 20px auto;
}

}

ul.li-cmn01.company-list > li.company-list__item,
ul.li-cmn01.company-list > li.company-list__item > a {
  display: inline-block;
  line-height: 1.7;
  vertical-align: middle;
}

