@charset "utf-8";
/* CSS Document */
.content {
  color: #111;
  letter-spacing: 0.08em;
}
/* about ------------------------*/

@media screen and (min-width:960px){
  /* about --pc----------------------*/

.page__headbox {
  background-image: url(img/about_bg_head_pc.png);
  padding-top: 60px;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 50px;
}
.page__title {
  font-size: 26px;
  font-weight: bold;
  margin: 0px auto 100px;
  padding-top: 140px;
  width: 90%;
}
.page__title:before {
  content: attr(data-spell);
  font-size: 100px;
}
.page__title:after {
  content: attr(data-spell);
  font-size: 100px;
}
}

/* about__info ------------------------*/
.about__info{
  position: relative;
  background-color: #fff;
  padding-bottom: 16%;
}
.about__info-img{
  width: 72%;
  margin: 0 auto 6%;
}
.about__info-text h2{
  margin:0 auto 6%;
}
.about__info-text{
  margin: 0 auto;
  width: 90%;
  font-weight: bold;
  line-height: 2.4em;
  letter-spacing: 0.06em;
  text-align: justify;
}
.about__info-link {
  margin: 1em auto;
  text-align: right;
  padding-right: 2.66%;
}

@media screen and (min-width:960px){
  /* about__info --pc---------------------*/
.about__info{
  padding-bottom:120px;
}
.about__info-box{
  width: min(98%, 1200px);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.about__info-img{
  max-width: 540px;
  box-sizing: border-box;
  margin: 0;
}
.about__info-text{
  max-width: 600px;
  box-sizing: border-box;
  margin:0 0 0 2%;
}
.about__info-link {
  margin: 1em auto;
  text-align: right;
  padding: 2.66% 2.66% 0 0;
}
}


/* about__features ------------------------*/
.about__features{
  background-color: #fff;
  padding-bottom: 14%;
}
.about__features .about__features-title h2 {
  position: relative;
  background-color: #fff;
  text-align: center;
  margin: auto auto 1.5em auto;
  font-size: 1.786em;
  font-weight: 900;
  width: 76%;
  border: solid #111 3px;
  background: #fff;
}
.about__features .about__features-title h2::after{
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 110%;
  background-color: #ebebeb;
  z-index: -1;
  border: 3px solid #212121;
}
.about__features .about__features-title{
  background: url("img/features_font.png") repeat-x center 60% ;
  position: relative;
  z-index: 999;
}
.about__features-box--01{
  position: relative;
  width: 90%;
  margin:1em auto 1.4em;
}
.about__features-icon--01{
  position: absolute;
  width: 15%;
  top: -8%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about__features-text--01{
  padding: 12% 0 0;
  font-size: 1.5em;
}
.about__features-text--01 ,.about__features-text--02{
  font-weight: 900;
  letter-spacing: 0.12em;
}
.about__features-link {
  margin: 1em auto;
  text-align: center;
  padding-bottom: 5%;
}
.about__features-box--02{
  position: relative;
  padding-bottom: 4%;
  width: 90%;
  margin:0 auto;
}
.about__features-icon--02{
  position: absolute;
  width: 15%;
  top: 43%;
  left:7%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.about__features-text--02{
  height: clamp(120px, 15vh, 200px);
  font-size: 1.3em;
  padding-left:18%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.about__features .note{
  width:90%;
  font-size: 0.3em;
  margin:0 auto;
  line-height: 3.4em;
  text-align: justify;
  letter-spacing: 0.04em;
}

@media screen and (min-width:960px){
.about__features{
  overflow: hidden;
  padding-bottom: 6%;
}
.about__features .about__features-title h2 {
  position: relative;
  margin: auto auto 1.5em auto;
  font-size: 60px;
  max-width: 620px;
}
.border__colorful::after {
    background-image: url("img/features_img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.about__features-box--01{
  width: min(94%, 1200px);
  margin:0 auto;
  padding-bottom: 4%;
}
.about__features-text--01{
padding: 8% 0 2%;
font-size: clamp(30px, 2.2vw, 40px);
}
.about__features-link img{
  width: 20%;
  bottom: 16%;
}
.about__features-inner{
  position: relative;
  width: min(94%, 1200px);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.about__features-box--02{
  position: relative;
  width: 32.4%;
  margin:0;
}
.about__features-text--02{
  height: clamp(220px, 12.7vh, 230px);
  font-size: clamp(22px, 2vw, 30px);
  letter-spacing: 0.06em;
  padding:16% 0 0;
}
.about__features-icon--02{
  position: absolute;
  width: 30%;
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.about__features .note{
  font-size: 14px;
  line-height: 2em;
  width: min(94%, 1200px);
}

}

/* about__president ------------------------*/
.about__president {
  overflow: hidden;
  background-image: url("img/president_bg_top_sp.png"),url("img/president_bg_btm_sp.png");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: top left , bottom left;
  background-repeat: no-repeat;
  padding-top: 8%;
  padding-bottom: 20%;
  margin: 0 auto;
}
.about__president-box {
  position: relative;
  background-color: #f5f0e0;
  z-index: 0;
}
.about__president-img{
  margin: auto;
  position: absolute;
  top: 0.4%;
  left: 2%;
  width: 118%;
  z-index: -1;
  padding-bottom: 20%;
}
.about__president-inner{
  padding-top: 66%;
}
.about__president-title span{
  background-color: #111;
  padding:1.2% 3%;
}
.about__president-title{
  font-size: 2em;
  line-height: 2em;
  color: #fff;
  letter-spacing: 0.14em;
}
.about__president-text{
  width: 90%;
  font-weight: bold;
  margin: 0 auto;
  line-height: 2em;
  letter-spacing: 0.058em;
  text-align: justify;
  padding-top: 28%;
}
.about__president-name{
  position: relative;
  margin-top: 12%;
}
.about__president-name::after{
  content: "";
  display: inline-block;
  min-width: 10em;
  min-height: 4em;
  background: url(img/president_name.png) no-repeat;
  background-size: contain;
  margin-left: 4.2%;
  position: absolute;
  bottom: -.6em;
}
.about__president-box .svgbox {
  position: absolute;
  top:28.2%;
  right: 0;
  left: 6%;
  text-align: center;
  padding: 0;
  z-index: -1;
}
.about__president-box svg  {
  display: inline;
}
.about__president-box svg text {
  font-size: 5.8em;
  letter-spacing: 0;
  font-weight: bold;
  text-anchor: middle;
}
@media screen and (min-width:960px){
.about__president {
  background-image: url("img/president_bg_top_pc.png"),url("img/president_bg_btm_pc.png");
  padding-top: 6%;
  padding-bottom: 12%;
}
.about__president-box {
  position: relative;
  background-color: #f5f0e0;
}

.about__president-item{
  margin: auto;
  position: relative;
  max-width: 1200px;
}
.about__president-img{
  position: absolute;
  top: 3%;
  left: 12%;
  width: 120%;
  padding: 0;
}
.about__president-inner{
  width: min(94%, 1200px);
  margin: 0 auto;
  padding-top: 6%;
}
.about__president-title span{
  font-size: clamp(44px, 4.8vw, 50px);
}
.about__president-title span:first-child{
  padding-right: 0;
}
.about__president-title span:last-child{
  padding-left: 0;
}
.about__president-title{
  margin-bottom: 0;
}
.about__president-text{
  width: min(54%, 550px);
  margin-left: 0;
  padding-top: 6%;
  line-height: 2.6em;
}
.about__president-name{
  margin-top: 100px;
}
.about__president-name::after{
  min-width: 260px;
  min-height: 100px;
  background-size: auto;
}
.about__president-box .svgbox {
  top: 79%;
  right: -36%;
  left: 0;
}
.about__president-box svg text {
  font-size: 14em;
}
}



/* about__company  ------------------------*/
.about__company {
  overflow: hidden;
  background-image: url("img/information_bg_top_sp.png");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 20%;
  display: block;
  position: relative;
  z-index: 1;
  margin: -5% auto 0;
}
.about__company-box{
  background-color: #fff;
  padding: 5% 0 0 0;
}
.about__company-title{
  position: relative;
  font-weight: 900;
  font-size: 1.4em;
  color: #f36119;
  letter-spacing: 0.28em;
  text-align: center;
  z-index: 1;
  margin-bottom: 10%;
}
.about__company-title::before {
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
  color:rgba( 233, 225, 197, 0.5);
  font-size: 1.8em;
  font-weight: 900;
  letter-spacing: 0.08em;
  content: 'Company Information';
  white-space: nowrap;
  overflow: hidden;
  z-index: -1;
}
.about__company-data {
  padding: 0 4%;
  font-weight: 500;
}
.about__company-data tr{
  border-top: 1px solid #f36119;
  padding: 4% 2%;
  line-height:2.2em;
  margin:0 auto;
}
.about__company-data tr:last-of-type{
  border-bottom: 1px solid #f36119;
}
.about__company-data tr,
.about__company-data th {
  display:block;
  text-align: left;
}
.about__company-data td{
  line-height:1.7em;
}
.about__company-data th{
  align-items: center;
  font-weight: 500;
}
.about__company-data tr:last-child td{
  font-size: 0.9em;
  text-align: justify;
}

@media screen and (min-width:960px){
.about__company {
  background-image: url("img/information_bg_top_pc.png");
  padding-top: 10%;
  margin: -3.7% auto 0;
}
.about__company-title{
  margin-bottom: 6%;
}
.about__company-title::before {
  font-size:3.6em;
  top: -150%;
}
.about__company-data,
.about__company-data tr,
.about__company-data td,
.about__company-data th {
  display: flex;
}
.about__company-data {
  width: min(94%, 1000px);
  margin:0 auto;
  padding:0;
}
.about__company-data tr{
  padding:0;
  border:none;
}
.about__company-data th {
  width: 22%;
  text-align: left;
  border-top: 1px solid #f36119;
  padding: 3%;
}
.about__company-data td {
  width: 78%;
  padding: 2em;
  text-align: left;
  border-top: 1px solid #cdcdcd;
  line-height: 2.2em;
}
.about__company-data tr:last-child{
  border-bottom: none;
}
.about__company-data tr:last-child th{
  border-bottom: 1px solid #f36119;
}
.about__company-data tr:last-child td{
  border-bottom: 1px solid #cdcdcd;
}
}
