@charset "UTF-8";


/**
 * page_head
**/
.page_head {
  margin: 0 0 90px 0;
  background: url("../images/about/main_visual.png") no-repeat center center;
  background-size: cover;
}
.page_head .eng {
  margin: 0 auto 0px;
  padding: 74px 0 0 0;
  width: 372px;
}
@media only screen and (max-width: 900px) {
  .page_head {
    margin: 0 0 45px 0;
    background: url("../images/about/main_visual-sp.png") no-repeat center center;
    background-size: cover;
  }
  .page_head .eng {
    margin: 0 auto 0px;
    padding: 115px 0 0 0;
    width: 257px;
  }

}


/**
 * about
**/
.about_content {

}
.about_content .greeting {
  margin: 0 auto;
  width: 92%;
  max-width: 980px;
  text-align: left;
  position: relative;
}
.about_content .greeting h3 {
  margin: 0 0 45px 0;
  line-height: 1.2em;
  font-size: 22px;
  text-align: center;
}
.about_content .greeting .wrap {
  padding: 64px 0 55px 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
.about_content .greeting .wrap:after {
  width: 100vw;
  height: 100%;
  content: "";
  background: #F7F6F5;
  display: block;
  position: absolute;
  top: 0;
  left: 148px;
  z-index: -1;
}
.about_content .greeting .wrap .image {
  width: 191px;
  position: absolute;
  top: 64px;
  left: 47px;
}
.about_content .greeting .wrap .image img {
  width: 100%;
  display: block;
  box-shadow: 40px 40px 0 #F7F6F5;
}
.about_content .greeting .wrap .description {
  margin: 0 0 0 315px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about_content .greeting .wrap .description p {
  margin: 0 0 30px 0;
  line-height: 2.1em;
  font-size: 14px;
}
.about_content .greeting .wrap .description p.catch {
  margin: 0 0 30px 0;
  line-height: 1.8em;
  font-size: 23px;
}
.about_content .greeting .wrap .description .name {
  text-align: right;
  vertical-align: middle;
}
.about_content .greeting .wrap .description .name p {
  margin: 0 0 0 0;
  line-height: 1.4em;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.about_content .greeting .wrap .description .name img {
  margin: 0 0 0 20px;
  max-width: 150px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 900px) {
  .about_content .greeting {
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
    text-align: left;
    position: relative;
  }
  .about_content .greeting h3 {
    margin: 0 0 25px 0;
    line-height: 1.2em;
    font-size: 22px;
    text-align: center;
  }
  .about_content .greeting .wrap {
    padding: 35px 0 50px 0;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .about_content .greeting .wrap:after {
    width: 100vw;
    height: 100%;
    content: "";
    background: #F7F6F5;
    display: block;
    position: absolute;
    top: 0;
    left: 8.9%;
    z-index: -1;
  }
  .about_content .greeting .wrap .image {
    width: 90px;
    position: absolute;
    top: 35px;
    left: auto;
    right: 7.6%;
  }
  .about_content .greeting .wrap .image img {
    width: 100%;
    display: block;
    box-shadow: none;
  }
  .about_content .greeting .wrap .description {
    margin: 0 7.6% 0 13.2%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .about_content .greeting .wrap .description p {
    margin: 0 0 20px 0;
    line-height: 2.1em;
    font-size: 14px;
  }
  .about_content .greeting .wrap .description p.catch {
    margin: 0 90px 20px 0;
    line-height: 1.8em;
    font-size: 15px;
  }
  .about_content .greeting .wrap .description .name {
    text-align: right;
    vertical-align: middle;
  }
  .about_content .greeting .wrap .description .name p {
    margin: 0 0 0 0;
    line-height: 1.4em;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
  }
  .about_content .greeting .wrap .description .name img {
    margin: 0 0 0 5px;
    max-width: 150px;
    display: inline-block;
    vertical-align: middle;
  }
}
.about_content .outline {
  margin: 0 auto;
  padding: 125px 0 115px 0;
  width: 92%;
  max-width: 980px;
  text-align: left;
  position: relative;
}
.about_content .outline h3 {
  margin: 0 0 45px 0;
  line-height: 1.2em;
  font-size: 22px;
  text-align: center;
}
.about_content .outline .wrap {
  padding: 70px 0 55px 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
.about_content .outline .wrap:after {
  width: 100vw;
  height: 100%;
  content: "";
  background: #F7F6F5;
  display: block;
  position: absolute;
  top: 0;
  right: 248px;
  z-index: -1;
}
.about_content .outline .wrap .data {
  width: 430px;
  line-height: 1.4em;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
.about_content .outline .wrap .data dt {
  margin: 0 0 15px 0;
  width: 200px;
}
.about_content .outline .wrap .data dd {
  margin: 0 0 15px 0;
  width: 230px;
}
.about_content .outline .wrap .data dd a {
  text-decoration: none;
  cursor: default;
}
.about_content .outline .wrap .image {
  width: 685px;
  position: absolute;
  top: 120px;
  right: -190px;
}
.about_content .outline .wrap .image img {
  width: 100%;
  display: block;
  box-shadow: 40px 40px 0 #F7F6F5;
}
@media only screen and (max-width: 900px) {
  .about_content .outline {
    margin: 0 auto;
    padding: 50px 0 115px 0;
    width: 100%;
    max-width: 980px;
    text-align: left;
    position: relative;
  }
  .about_content .outline h3 {
    margin: 0 0 45px 0;
    line-height: 1.2em;
    font-size: 22px;
    text-align: center;
  }
  .about_content .outline .wrap {
    padding: 25px 0 0 0;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .about_content .outline .wrap:after {
    width: 100vw;
    height: 100%;
    content: "";
    background: #F7F6F5;
    display: block;
    position: absolute;
    top: 0;
    right: 8.9%;
    z-index: -1;
  }
  .about_content .outline .wrap .data {
    margin: 0 8.9%;
    padding: 0 0 38.8vw 0;
    width: 82.2%;
    line-height: 1.4em;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
  }
  .about_content .outline .wrap .data dt {
    margin: 0 0 10px 0;
    width: 110px;
  }
  .about_content .outline .wrap .data dd {
    margin: 0 0 10px 0;
    width: calc( 100% - 110px );
  }
  .about_content .outline .wrap .image {
    width: 91.1%;
    position: absolute;
    top: auto;
    bottom: -23.88vw;
    left: 8.9%;
    right: auto;
  }
  .about_content .outline .wrap .image img {
    width: 100%;
    display: block;
    box-shadow: 25px 25px 0 #F7F6F5;
  }
}
.about_content .access {
  margin: 0 auto;
  padding: 125px 0 0 0;
  width: 100%;
  text-align: left;
  position: relative;
}
.about_content .access h3 {
  margin: 0 0 30px 0;
  line-height: 1.2em;
  font-size: 22px;
  text-align: center;
}
.about_content .access .wrap {
  width: 100%;
}
.about_content .access .wrap iframe {
  width: 100%;
  height: 477px;
  display: block;
}
@media only screen and (max-width: 900px) {
  .about_content .access {
    margin: 0 auto;
    padding: 60px 0 0 0;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .about_content .access h3 {
    margin: 0 0 25px 0;
    line-height: 1.2em;
    font-size: 22px;
    text-align: center;
  }
  .about_content .access .wrap {
    width: 100%;
  }
  .about_content .access .wrap iframe {
    width: 100%;
    height: 250px;
    display: block;
  }
}
.about_content .group {
  margin: 0 0 0 0;
  padding: 105px 0 35px 0;
  width: 100%;
  text-align: center;
  background: #F4F3F3;
}
.about_content .group h3 {
  margin: 0 0 35px 0;
  line-height: 1.2em;
  font-size: 22px;
  text-align: center;
}
.about_content .group .wrap {
  width: 100%;
}
.about_content .group .wrap .intro {
  margin: 0 0 75px 0;
  line-height: 2.1em;
  font-size: 14px;
  overflow: hidden;
}
.about_content .group .wrap .list {
  margin: 0 auto;
  width: 92%;
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
}
.about_content .group .wrap .list .company {
  margin: 0 6.8% 65px 0;
  padding: 15px 15px 30px;
  width: 28.8%;
  line-height: 1.6em;
  font-size: 14px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.about_content .group .wrap .list .company:nth-of-type(3n) {
  margin: 0 0 65px 0;
}
.about_content .group .wrap .list .company .logo {
  margin: 0 0 40px 0;
  width: 100%;
  height: 175px;
  border: 1px solid #b2b2b2;
  display: table;
}
.about_content .group .wrap .list .company .logo .cell {
  margin: 0 0 0 0;
  width: 100%;
  height: 175px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.about_content .group .wrap .list .company.comapny01 .logo .cell img {
  margin: auto;
  max-width: 189px;
}
.about_content .group .wrap .list .company.comapny02 .logo .cell img {
  margin: auto;
  max-width: 170px;
}
.about_content .group .wrap .list .company.comapny03 .logo .cell img {
  margin: auto;
  max-width: 215px;
}
.about_content .group .wrap .list .company.comapny04 .logo .cell img {
  margin: auto;
  max-width: 188px;
}
.about_content .group .wrap .list .company.comapny05 .logo .cell img {
  margin: auto;
  max-width: 223px;
}
.about_content .group .wrap .list .company.comapny06 .logo .cell img {
  margin: auto;
  max-width: 216px;
}
.about_content .group .wrap .list .company .genre {
  margin: 0 0 0 0;
  line-height: 1.4em;
  font-size: 12px;
}
.about_content .group .wrap .list .company .name {
  margin: 0 0 0 0;
  width: 100%;
  height: 2.8em;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
  display: table;
}
.about_content .group .wrap .list .company .name .cell {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 900px) {
  .about_content .group {
    margin: 0 0 0 0;
    padding: 60px 0 20px 0;
    width: 100%;
    text-align: center;
    background: #F4F3F3;
  }
  .about_content .group h3 {
    margin: 0 0 25px 0;
    line-height: 1.2em;
    font-size: 22px;
    text-align: center;
  }
  .about_content .group .wrap {
    width: 100%;
  }
  .about_content .group .wrap .intro {
    margin: 0 auto 30px;
    width: 87.5%;
    line-height: 2.1em;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
  }
  .about_content .group .wrap .list {
    margin: 0 auto;
    width: 87.5%;
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
  }
  .about_content .group .wrap .list .company {
    margin: 0 0 10px 0;
    padding: 10px 10px 10px;
    width: 100%;
    line-height: 1.6em;
    font-size: 14px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: flex;
  }
  .about_content .group .wrap .list .company:nth-of-type(3n) {
    margin: 0 0 10px 0;
  }
  .about_content .group .wrap .list .company .logo {
    margin: 0 3.47vw 0 0;
    width: 34.7vw;
    height: 34.7vw;
    border: 1px solid #b2b2b2;
    display: table;
  }
  .about_content .group .wrap .list .company .logo .cell {
    margin: 0 0 0 0;
    width: 100%;
    height: 34.7vw;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  .about_content .group .wrap .list .company.comapny01 .logo .cell img {
    margin: auto;
    width: 26.11vw;
    max-width: 189px;
  }
  .about_content .group .wrap .list .company.comapny02 .logo .cell img {
    margin: auto;
    width: 28.88vw;
    max-width: 170px;
  }
  .about_content .group .wrap .list .company.comapny03 .logo .cell img {
    margin: auto;
    width: 32.63vw;
    max-width: 215px;
  }
  .about_content .group .wrap .list .company.comapny04 .logo .cell img {
    margin: auto;
    width: 28.33vw;
    max-width: 188px;
  }
  .about_content .group .wrap .list .company.comapny05 .logo .cell img {
    margin: auto;
    width: 29.72vw;
    max-width: 223px;
  }
  .about_content .group .wrap .list .company.comapny06 .logo .cell img {
    margin: auto;
    width: 30.83vw;
    max-width: 216px;
  }
  .about_content .group .wrap .list .company .info {
    margin: 0 0 0 0;
    width: 42.36vw;
    text-align: left;
  }
  .about_content .group .wrap .list .company .genre {
    margin: 0 0 0 0;
    line-height: 1.4em;
    font-size: 12px;
  }
  .about_content .group .wrap .list .company .name {
    margin: 0 0 10px 0;
    width: 100%;
    height: auto;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: bold;
    display: table;
  }
  .about_content .group .wrap .list .company .name .cell {
    display: table-cell;
    vertical-align: middle;
  }
}
.about_content .privacy {
  margin: 0 0 0 0;
  padding: 70px 0 70px 0;
  width: 100%;
  text-align: center;
}
.about_content .privacy h3 {
  margin: 0 0 45px 0;
  line-height: 1.2em;
  font-size: 22px;
  text-align: center;
}
.about_content .privacy .wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 790px;
  line-height: 2.1em;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
}
.about_content .privacy .wrap p {
  margin: 0 0 30px 0;
}
.about_content .privacy .wrap ul {
  margin: 0 0 30px 0;
}
.about_content .privacy .wrap hr {
  margin: 0 0 30px 0;
  width: 100%;
  height: 0;
  line-height: 0;
  background: none;
  border: none;
  border-top: 1px dotted #b4b4b4;
  clear: both;
}
@media only screen and (max-width: 900px) {
  .about_content .privacy {
    margin: 0 0 0 0;
    padding: 40px 0 50px 0;
    width: 100%;
    text-align: center;
  }
  .about_content .privacy h3 {
    margin: 0 0 25px 0;
    line-height: 1.2em;
    font-size: 22px;
    text-align: center;
  }
  .about_content .privacy .wrap {
    margin: 0 auto;
    width: 87.5%;
    max-width: 87.5%;
    line-height: 2.1em;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
  }
  .about_content .privacy .wrap p {
    margin: 0 0 20px 0;
  }
  .about_content .privacy .wrap ul {
    margin: 0 0 20px 0;
  }
  .about_content .privacy .wrap hr {
    margin: 20px 0 10px 0;
    width: 100%;
    height: 0;
    line-height: 0;
    background: none;
    border: none;
    border-top: 1px dotted #b4b4b4;
    clear: both;
  }

}



