@charset "utf-8";
/*
* parent.css
*
*/


/* Index
----------------------------------------------- */
body.index::after {
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  content: "";  
  background: #452d84;
  opacity: 0;
  transition: all 1.5s ease 0.6s;
}
body.index.loaded::before,
body.index.loaded::after {
  opacity: 1;
}

/* Background
----------------------------------------------- */
body.page-parent::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  opacity: 0;
  transition: all 1.5s ease 0.6s;
}
body.loaded.page-parent::after {
  opacity: 1;
}


/* Page Hero
----------------------------------------------- */
.page-hero {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  /*opacity: 0;*/
  transition: all 0.3s ease 0.6s
}
body.loaded .page-hero {
  opacity: 1;
}
.page-hero > h1 {
  width: 100%;
  max-width: 1140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  padding: 30px;
}
/*body.loaded .page-hero > h1 {
  transform: translateY(0);
}*/
.page-hero .ttl-image {
  text-align: center;
  margin-top: 5%;
  height: inherit;
}
body#company_story .page-hero .ttl-image {
  text-align: center;
  margin-top: 10%;
  height: inherit;
}
.page-hero .ttl-label {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 0.4s ease 0.6s;
}
body.loaded .page-hero .ttl-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ttl-label-text {
  display: block;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/* Door
----------------------------------------------- */
#door {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background: #000;
}
#door::before,
#door::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
#door::before {
  background: rgba(0,0,0,0.38);
  z-index: 1;
}
#door::after {
  background: #000;
  z-index: 10;
  transition: all 1s;
  display: none;
}
.mobile #door::after {
  display: none;
}
#door > .bgimg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#door > #bgimg01 {
  z-index: 1;
  background: #000;
}
#door > .bgimg-wrap-movie {
  z-index: 0;
}
.mobile #door > #bgimg02 {
  background: url(images/door/564A6239.jpg) center no-repeat;
  background-size: cover;
}
.mobile #door > #bgimg02 .covervid-wrapper {
  display: none;
}
#door .titles {
  position: relative;
  margin: auto;
  z-index: 111;
  text-align: center;
}
#door .titles h1 {
  width: 740px;
  height: 148px;
  margin: 0 auto;
}
#door .titles p {
  margin-top: 4px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
#door .titles .btn {
  position: relative;
  left: 8px;
  width: calc(180px - 16px);
  height: 44px;
  margin: 30px auto 0;
}

#door .titles .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

#door .titles .btn a span {
  position: relative;
  left: -8px;
}

#door .titles .btn:before  {
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  width: 0px;
  height: 22.627px;
  border-left: 2px solid #fff;
  transform-origin: left top;
  transform: rotate(45deg);
}

#door .titles .btn a:before {
  position: absolute;
  left: -16px;
  bottom: -2px;
  content: "";
  width: 16px;
  height: calc(100% - 13px);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  box-sizing: border-box;
  z-index: 2;
}

#door .titles .btn a:after {
  position: absolute;
  right: 12px;
  top: 50%;
  content: "";
  width: 7px;
  height: 11px;
  background: url(/common/img/icn_arrow_05.png) no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}

#door .titles .btn a:hover:after {
  right: 16px;
  transition: 0.3s;
}

#door .btn-scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 62px;
  margin: auto;
  text-align: center;
}

#door .btn-scroll a {
  display: block;
  opacity: 1;
  transition: 0.3s;
  text-decoration: none;
}
#door .btn-scroll a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#door .btn-scroll a span {
  position: relative;
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  z-index: 1;
}
#door .text {
  position: relative;
  width: 580px;
  height: 120px;
  margin: 0 auto;
  z-index: 111;
  text-align: center;
}
#skip-movie {
  position: absolute;
  z-index: 101;
  right: 0;
  bottom: 0;
  color: #FFF;
  background: #452D84;
  padding: 1ex 1em;
  font-size: 1.2em;
  cursor: pointer;
}

#feature-intro {
  text-align: center;
}

#feature-intro p {
  color: #442986;
  font-size: 30px;
  font-weight: bold;
}


/* Smile & Sexy
----------------------------------------------- */
body#smile_and_sexy::after {
  background-image: url(images/page/bg/body-ss.jpg);
}
#feature-ss_intro > .sec-bg {
  position: absolute;
  z-index: -1;
  top: -60px;
  left: 50%;
  width: 100%;
  height: 100%;
  background-position: right bottom; /* 修正20180309 */
  background-repeat: no-repeat;
  background-image: url(images/page/bg/book.png);
  transition: all 1s ease 1s;
}
#feature-ss_intro.is-show .sec-bg {
  left: 0;
  max-width: 1600px;
}

#way-life {
  font-size: 30px;
  font-weight: bold;
}

/* Myself Story
----------------------------------------------- */
body#myself_story::after {
  background-image: url(images/page/bg/body-myself_story.jpg);
}


/* Company Story
----------------------------------------------- */
body#company_story::after {
  background-image: url(images/page/bg/body-company_story.jpg);
}


/* Feature
----------------------------------------------- */
.feature-content {
  position: relative;
  overflow: hidden;
}
.feature-content .feature-headline > h2,
.feature-content .feature-headline > p,
.feature-content .feature-sec-ttl,
.feature-content .feature-sec-text,
.feature-content .feature-sec-text_large {
  letter-spacing: -0.08em;
}
.feature-content .feature-headline > h2 {
  line-height: 1.4; /* 修正20180309 */
}
.feature-content .feature-headline > p {
  font-weight: bold;
  line-height: 1.2;
  margin-top: -0.5em;
}
.feature-content .feature-sec-ttl {
  line-height: 1.3;
  margin-bottom: 0.25em;/* 追加20180310 */
}
.feature-content .feature-sec-text,
.feature-content .feature-sec-text_large {
  font-weight: bold;
  word-break: break-all;
  word-wrap: break-word;
}
.feature-content .feature-sec-text {
  line-height: 2.3;
}
.feature-content .feature-sec-text_large {
  line-height: 2.2;
  padding-top: 1em;
}
.feature-content span.bracket-left {
  display: inline-block;
  margin-left: -0.5em;
}
.feature-content span.bracket-right {
  display: inline-block;
  margin-right: -0.5em;
}
.feature-list li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-list li.feature-nav-ss {
  background-image: url(images/page/bg/nav-ss.jpg);
}
.feature-list li.feature-nav-myself {
  background-image: url(images/page/bg/nav-myself_story.jpg);
}
.feature-list li.feature-nav-company {
  background-image: url(images/page/bg/nav-company_story.jpg);
}
/* 追加20180309ここから */
.feature-signature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.feature-signature dl {
  font-weight: bold;
  letter-spacing: -0.08em;
}
.feature-signature dl dd {
  line-height: 1.2;
}
/* 追加20180309ここまで */


/* Brand
----------------------------------------------- */
body#brand-index::after {
  background-image: url(images/page/bg/body-brand.jpg);
}
#ttl-brand {
  background-image: url(images/page/hero/ttl-brand.png);
}
.brand-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.brand-list li a {
  display: block;
}
/* .brand-list li .imgBox {
  border: #452d84 solid 1px;
}*/
.brand-list li .imgBox img {
  transition:all 0.4s ease-out;
}
.brand-list li .imgBox:hover img {
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}


/* Recruit
----------------------------------------------- */
body#recruit-index::after {
  background-image: url(images/page/bg/body-recruit.jpg);
}
#ttl-recruit {
  background-image: url(images/page/hero/ttl-recruit.png);
}
.recruit-list {
  background: url(images/page/bg/nav-recruit.jpg) center no-repeat;
  background-size: cover; 
}
.recruit-list li:first-of-type .list-ttl_ja {
}


/* IR
----------------------------------------------- */
body#ir-index::after {
  background-image: url(images/page/bg/body-ir.jpg);
}
#ttl-ir {
  background-image: url(images/page/hero/ttl-ir.png);
}
.ir-news {
  background: #F0F0F0;
}
.ir-news > .headline::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #B1B1B1;
  height: 1px;
  width: 90%;
  max-width: 1455px;
  margin: 0 auto;
}
.ir-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ir-list li {
  position: relative;
  font-weight: bold;
}
.ir-list a {
  display: block;
  text-decoration: none;
  padding: 1em 0 1em 2em;
  color: #FFF;
}
.ir-list a::after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  font-family: "FontAwesome";
  font-size: 2em;
  font-weight: bold;
  content: "\f105";
  transition: all 0.4s ease-in;
}
.ir-list a:hover::after {
  right: 0.75em;
}

.ir-english{
  text-align: right;
  margin: 15px 0px 0px;
  font-size: 1.3em;
}


/* FC
----------------------------------------------- */
body#fc-index::after {
  background-image: url(images/page/bg/body-fc.jpg);
}
#ttl-fc {
  background-image: url(images/page/hero/ttl-fc.png);
}
.fc-intro {
  background: #F0F0F0;
}
.fc-intro dl * {
  letter-spacing: -0.08em;
  text-align: center;
}
.fc-intro dt {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.25em;
}
.fc-listnav {
  background: #FFF;
}
li.contents-nav-fc_about {
  background-image: url(images/page/bg/nav-fc_about.jpg);
  background-position: right;
}
li.contents-nav-fc_est {
  background-image: url(images/page/bg/nav-fc_est.jpg);
}


/* Company
----------------------------------------------- */
body#company-index::after {
  background-image: url(images/page/bg/body-company.jpg);
}
#ttl-company {
  background-image: url(images/page/hero/ttl-company.png);
}
.company-news {
  background: #F0F0F0;
}
.company-listnav li {
  background-image: url(images/page/bg/body-company_story.jpg);
  background-size: cover;
}
body#company-greeting::after {
  background-image: url(images/page/bg/body-company_greeting.jpg);
}
#ttl-greeting {
  background-image: url(images/page/hero/ttl-greeting_s.png);
}
.company-greeting-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-greeting-wrap article * {
  word-break: break-all;
  word-wrap: break-word;
  letter-spacing: -0.08em;
}
.company-greeting-wrap article:nth-child(odd) {
  background: #F2F2F2;
}
.company-greeting-wrap article:nth-child(even) {
  background: #CCC;
}
.company-greeting-wrap .company-greeting-name,
.company-greeting-wrap .company-greeting-subheading {
  font-weight: bold;
}
.company-greeting-wrap .company-greeting-name {
  padding: 50px 0;
}
.company-greeting-wrap .company-greeting-name dd {
  line-height: 1.2;
}
.company-greeting-wrap .company-greeting-subheading > p {
  line-height: 1.6;
}
.company-greeting-wrap .company-greeting-message {
  padding: 60px 0;
}
.company-greeting-wrap .company-greeting-message > p {
  line-height: 2;
}
.company-greeting-wrap .company-greeting-message > p.msg-signature {
  text-align: right;
  padding-top: 5em;
}



table.company-profile td > .company-forum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
table.company-profile td > .company-forum p {
  line-height: 1.4;
}
table.company-profile td > .company-forum p.map-external {
  padding: 1em 0;
}
table.company-profile td > .company-forum p.map-external::before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f105";
  color: #FFF;
  background: #452D84;
  width: 1.5em;
  text-align: center;
  margin-right: 0.5em;
}
table.company-profile td > .company-forum .company-forum-map {
  position: relative;
  border: #231815 solid 1px;
}
table.company-profile td > .company-forum .company-forum-map a {
  display: block;
  text-decoration: none;
}
table.company-profile td > .company-forum .company-forum-map .map-zoom {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background: #452D84;
  padding: 0 6px 3px;
}
table.company-profile td > .company-forum .company-forum-map .map-zoom::before {
  display: block;
  font-family: "FontAwesome";
  content: "\f00e";
  color: #FFF;
  font-size: 1.5em;
}
/* 修正20180310ここから */
li.contents-nav-company_business {
  background-image: url(images/page/bg/nav-myself_story.jpg);
  background-position: center;
}
/* 修正20180310ここまで */
li.contents-nav-company_profile {
  background-image: url(images/page/bg/nav-company_profile.jpg);
}
li.contents-nav-company_history {
  background-image: url(images/page/bg/nav-company_history.jpg);
}
li.contents-nav-company_seminar {
  background-image: url(images/page/bg/nav-company_seminar.jpg);
}


@media screen and (min-width:768px) {
  /* Page Hero
  ----------------------------------------------- */
  .page-hero > h1.ttl-label {
    height: 320px;
  }
  
  /* Smile & Sexy
  ----------------------------------------------- */
  /*#feature-ss_intro {
    padding: 140px 0;
  }*/
  #feature-ss_intro > .sec-bg {
    background-size: 50% auto;
    opacity: 0.2;
  }
  #feature-ss_intro .feature-headline p {
    font-size: 35px;
  }
  #feature-ss_intro .feature-sec-text_large {
    font-size: 48px;
  }

  #way-life {
    padding-bottom: 130px;
  }
  #way-life .l-container {
    width: 800px;
    padding: 0;
  }
  #way-life .l-container .block-way {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  #way-life .l-container .block-way .box-way{
    
  }
  #way-life .l-container .block-way .box-way h3 {
    color: #442986;
    font-size: 80px;
    line-height: 1;
  }
  #way-life .l-container .block-way .box-way p {
    margin-top: 40px;
    font-size: 36px;
    line-height: 1;
  }

  #feature-message {
    padding-top: 75px;
    background-color: #f0f0f0;
  }
  #feature-message .box-message {
    text-align: center;
  }
  #feature-message .message01 {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    line-height: 2.3;
    letter-spacing: -0.02em;
  }
  #feature-message .message02 {
    display: inline-block;
    text-align: left;
    margin-top: 80px;
  }
  #feature-message .message02 li {
    display: flex;
    align-items: center;
    color: #442986;
    font-size: 26px;
    font-weight: bold;
  }
  #feature-message .message02 li:before {
    display: inline-block;
    content: "・";
    margin-right: 10px;
    font-size: 36px;
  }
  #feature-message .message03 {
    margin-top: 80px;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    line-height: 2.3;
    letter-spacing: -0.02em;
  }
  
  /* Feature
  ----------------------------------------------- */
  .feature-content {
    padding: 80px 0;
  }
  /* 追加20180309ここから */
  .feature-content:first-child {
    padding-top: 120px;
  }
  /* 追加20180309ここまで */
  .feature-content .feature-headline > h2 {
    font-size: 6em;
  }
  .feature-content .feature-headline > p {
    font-size: 1.5em;
  }
  .feature-content .feature-sec-ttl {
    font-size: 4em; /* 修正20180310 */
  }
  .feature-content .feature-sec-text {
    font-size: 2em;
  }
  .feature-content .feature-sec-text_large {
    font-size: 3.5em;
  }
  .feature-list li {
    width: calc(100% / 3);
    width: 33.3333%\9; /* 追加20180315 */
    height: 120px;
  }
  /* 追加20180309ここから */
  .feature-signature {
    margin-top: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .feature-signature figure {
    width: 45%;
    max-width: 445px;
  }
  .feature-signature dl {
  }
  .feature-signature dl dt {
    font-size: 1.7em;
  }
  .feature-signature dl dd {
    font-size: 6em;
  }
  /* 追加20180309ここまで */
  
  /* Door
  ----------------------------------------------- */
  #door {
    min-height: 640px;
  }

  /* Brand
  ----------------------------------------------- */
  .brand-list {
    max-width: 1000px;
    padding: 0 15px;
  }
  .brand-list li {
    width: 25%;
    padding: 0 15px 30px;
  }
  
  /* Recruit
  ----------------------------------------------- */
  .recruit-list {
    background: url(images/page/bg/nav-recruit.jpg) center no-repeat;
    background-size: cover; 
  }
  .recruit-list li {
    width: calc(100% / 3);
    width: 33.3333%\9; /* 追加20180315 */
    height: 120px;
  }
  .recruit-list li:first-of-type {
    width: 50%;
    height: 140px;
  }
  .recruit-list li:nth-child(2) {
    width: 50%;
    height: 140px;
  }
  .recruit-list:hover li {
    border: none;
  }
  .recruit-list:hover .item-mask {
    padding: 14px 18px;
  }
  .recruit-list:hover li .item-mask {
    opacity: 0.65;
  }
  .recruit-list:hover li:hover .item-mask {
    opacity: 0.9;
    padding: 16px 20px;
  }
  /* 追加ここから 20180222 */
  .recruit-list:hover li .list-ttl::after {
    -webkit-transform: translate(-10px,-50%);
    transform: translate(-10px,-50%);
  }
  .recruit-list li:hover .list-ttl::after {
    -webkit-transform: translate(-20px,-50%);
    transform: translate(-20px,-50%);
  }
  /* 追加ここまで 20180222 */

  /* IR
  ----------------------------------------------- */
  .ir-list li {
    font-size: 1.6em;
    width: 50%;
    padding-bottom: 8px;
  }
  .ir-list li:nth-child(odd) {
    padding-right: 4px;
  }
  .ir-list li:nth-child(even) {
    padding-left: 4px;
  }
  
  /* FC
  ----------------------------------------------- */
  .fc-intro {
    padding-top: 95px;
  }
  .fc-intro dl {
    font-size: 2.1em;
    padding: 0 2em;
  }
  .fc-listnav li {
    height: 240px;
  }
  .fc-listnav li.contents-nav-fc_about {
    width: 70%;
  }
  .fc-listnav li.contents-nav-fc_est {
    width: 30%;
  }
  
  /* Company
  ----------------------------------------------- */
  .company-listnav li {
    width: 50%;
  }
  /* .company-listnav li:first-child {
    width: 100%;
  }*/
  #ttl-greeting {
    height: 200px;
  }
  .company-greeting-wrap article {
    padding: 0 5% 10% 5%;
  }
  .company-greeting-wrap .company-greeting-name dt {
    font-size: 1.7em;
  }
  .company-greeting-wrap .company-greeting-name dd {
    font-size: 6em;
  }
  .company-greeting-wrap .company-greeting-subheading > p {
    font-size: 2.5em; 
  }
  .company-greeting-wrap .company-greeting-message > p {
    font-size: 1.4em;
  }
  
  table.company-profile td > .company-forum .company-forum-address {
    flex: 1;
  }
  table.company-profile td > .company-forum .company-forum-map {
    width: 30%;
  }
}
/* 追加20180315ここから */
@media screen and (-ms-high-contrast:none) and (min-width:768px) {
  *::-ms-backdrop, .feature-list li,
  *::-ms-backdrop, .recruit-list li {
    width: 33.3333%;
  }
}
/* 追加20180315ここまで */
@media screen and (min-width:980px) {
  /* Smile & Sexy
  ----------------------------------------------- */
  #feature-ss_intro > .sec-bg {
    background-size: 40% auto;
    opacity: 1;
  }
  
  /* Feature
  ----------------------------------------------- */
  .feature-list li {
    height: 140px;
  }
  /* 追加ここから 20180309 */
  .feature-signature dl dt {
    font-size: 2em;
  }
  .feature-signature dl dd {
    font-size: 6em;   
  }
  /* 追加ここまで 20180309 */
  
  /* Recruit
  ----------------------------------------------- */
  .recruit-list li {
    height: 140px;
  }
  .recruit-list li:first-of-type {
    height: 240px;
  }
  .recruit-list:hover .item-mask {
    padding: 24px 30px;
  }
  .recruit-list:hover li:hover .item-mask {
    padding: 30px 38px;
  }
  /* 追加ここから 20180222 */
  .recruit-list:hover li .list-ttl::after {
    -webkit-transform: translate(-20px,-50%);
    transform: translate(-20px,-50%);
  }
  .recruit-list li:hover .list-ttl::after {
    -webkit-transform: translate(-30px,-50%);
    transform: translate(-30px,-50%);
  }
  .recruit-list li:nth-child(2) {
    height: 240px;
  }


  /* 追加ここまで 20180222 */
  
  /* IR
  ----------------------------------------------- */
  .ir-list li {
    font-size: 2.2em;
  }
  
  /* FC
  ----------------------------------------------- */
  .fc-listnav li {
    height: 320px;
  }
  
  /* Company
  ----------------------------------------------- */
  .company-greeting-wrap article {
    width: 50%;
  }
  .company-greeting-wrap .company-greeting-name dt {
    font-size: 1.7em;
  }
  .company-greeting-wrap .company-greeting-name dd {
    font-size: 6em;
  }
  .company-greeting-wrap .company-greeting-name dd > .portrait {
    display: none;
  }
  .company-greeting-wrap .company-greeting-subheading > p {
    font-size: 2.5em; 
  }
  .company-greeting-wrap .company-greeting-message > p {
    font-size: 1.4em;
  }
}
@media screen and (min-width:1080px) {
  /* Feature
  ----------------------------------------------- */
  .feature-content .feature-headline > h2 {
    font-size: 6em;
  }
  .feature-content .feature-headline > p {
    font-size: 2em;
  }
  .feature-content .feature-sec-ttl {
    font-size: 4.4em; /* 修正20180309 */
  }
  .feature-content .feature-sec-text {
    font-size: 2.3em; /* 修正20180310 */
  }
  .feature-content .feature-sec-text_large {
    font-size: 4.2em; /* 修正20180309 */
  }
  .feature-list li {
    height: 180px;
  }
}
@media screen and (min-width:1200px) {
  /* Smile & Sexy
  ----------------------------------------------- */
  #feature-ss_intro > .sec-bg {
    background-size: 45% auto;
  }
  
  /* Feature
  ----------------------------------------------- */
  .feature-list li {
    height: 240px;
  }
  /* 追加ここから 20180309 */
  .feature-signature dl dd {
    font-size: 8em;   
  }
  
  /* Recruit
  ----------------------------------------------- */
  .recruit-list li {
    height: 200px;
  }
  .recruit-list li:first-of-type {
    height: 300px;
  }
  .recruit-list li:nth-child(2) {
    height: 300px;
  }
  .recruit-list:hover .item-mask {
    padding: 32px 40px;
  }
  .recruit-list:hover li:hover .item-mask {
    padding: 40px 50px;
  }
  /* 追加ここから 20180222 */
  .recruit-list:hover li .list-ttl::after {
    -webkit-transform: translate(-40px,-50%);
    transform: translate(-40px,-50%);
  }
  .recruit-list li:hover .list-ttl::after {
    -webkit-transform: translate(-50px,-50%);
    transform: translate(-50px,-50%);
  }
  /* 追加ここまで 20180222 */
  
  /* Company
  ----------------------------------------------- */
  .company-listnav li {
    height: 300px;
  }
  .company-greeting-wrap .company-greeting-name dt {
    font-size: 2em;
  }
  .company-greeting-wrap .company-greeting-name dd {
    font-size: 8em;
  }
  .company-greeting-wrap .company-greeting-subheading > p {
    font-size: 3em; 
  }
  .company-greeting-wrap .company-greeting-message > p {
    font-size: 1.5em;
  }
}
@media screen and (min-width:768px) and (max-height:700px) {
  #door {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 50px;
  }
  #door .news-box {
    display: none;
  }
  #door .nav-small li.news {
    display: block;
  }
}
@media screen and (min-width:768px) and (max-height:768px) {
  #door .nav-large li {
    font-size: 3.5em;
  }
  #door .nav-small li {
    font-size: 2em;
  }
}
@media screen and (max-width:1920px) {
  body#smile_and_sexy::after {
    background-position: right 30% center;
  }
}
@media screen and (max-width:980px) {
  
  /* 追加20180310ここから */
  #feature-ss_intro > .sec-bg {
    top: -200px;
  }
  /* Feature
  ----------------------------------------------- */
  .feature-content .feature-sec-ttl br {
    display: none;
  }
  /* 追加20180310ここまで */
  
  /* Company
  ----------------------------------------------- */
  .company-greeting-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body#company-greeting::after {
    background-image: url(images/page/bg/body-company_greeting-sp.jpg);
  }
  .company-greeting-wrap .company-greeting-name dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .company-greeting-wrap .company-greeting-name dd > .portrait {
    width: 120px;
  }
  .company-greeting-wrap .company-greeting-name dd > .portrait img {
    vertical-align: top;
    border-radius: 50%;
  }
}
@media screen and (max-width:767px) {
  /* Page Hero
  ----------------------------------------------- */
  .page-hero > h1.ttl-image {
    max-width: 95%;
  }
  .page-hero > h1.ttl-label {
    height: 30%;
  }

  /* Smile & Sexy
  ----------------------------------------------- */
  #door .titles {
    width: 100%;
  }
  #door .titles h1 {
    width: 86%;
    height: auto;
  }
  #door .titles p {
    margin-top: 0;
    font-size: 14px;
  }
  #door .titles .btn {
    margin: 20px auto 0;
  }
  
  #feature-intro p {
    font-size: 15px;
  }
  #feature-ss_intro {
    padding-top: 25px;
  }
  #feature-ss_intro > .sec-bg {
    background-position: right 0 top 50%;
    background-size: 50% auto;
    opacity: 0.2;
  }
  #feature-ss_intro > .sec-bg {
    top: 0;
  }
  #feature-ss_intro .feature-headline p {
    font-size: 17.5px;
  }
  #feature-ss_intro .feature-headline .feature-sec-text_large {
    font-size: 18px;
  }

  #way-life {
    margin-top: 35px;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  #way-life .l-container {
  }
  #way-life .l-container .block-way {
    padding-top: 4px;
  }
  #way-life .l-container .block-way .box-way{
    margin-top: 28px;
  }
  #way-life .l-container .block-way .box-way h3 {
    color: #442986;
    font-size: 40px;
  }
  #way-life .l-container .block-way .box-way p {
    font-size: 20px;
  }

  #feature-message {
    margin-top: 60px;
    background-color: #f0f0f0;
  }
  #feature-message .box-message {
  }
  #feature-message .message01 {
    font-size: 14px;
    line-height: 2.4;
  }
  #feature-message .message02 {
    margin-top: 35px;
  }
  #feature-message .message02 li {
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #442986;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
  }
  #feature-message .message02 li:first-child {
    margin-top: 0;
  }
  #feature-message .message02 li:before {
    display: inline-block;
    content: "・";
    margin-right: 6px;
    font-size: 27px;
  }
  #feature-message .message03 {
    margin-top: 35px;
    font-size: 14px;
    line-height: 2.4;
  }
  
  /* Feature
  ----------------------------------------------- */
  .feature-content {
    padding: 40px 0;
  }
  /* 追加20180309ここから */
  .feature-content:first-child {
    padding-top: 45px;
    padding-bottom: 0;
  }
.feature-content .feature-headline > h2 {
    width: 70%;
    max-width: 520px;
    margin-top: 10px;
    font-size: 2.0em;
    margin-bottom: 10px;
}
  .feature-content .feature-headline > p {
    font-size: 1em;
  }
  .feature-content .feature-sec-ttl {
    font-size: 2.5em; /* 修正20180310 */
  }
  .feature-content .feature-sec-text {
    font-size: 1.2em;
  }
  .feature-content .feature-sec-text_large {
    padding-top: 30px;
    font-size: 1.5em;
  }
  .feature-content .feature-sec-text,
  .feature-content .feature-sec-text_large {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .feature-list li {
    width:100%;
    height: 100px;
  }
  /* 追加20180309ここから */
  .feature-signature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
  }
  .feature-signature figure {
    height: 60vh;
    margin-bottom: 1em;
    overflow: hidden;
  }
  .feature-signature dl {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    /*-webkittransform: translate(-1em,-100px);
    transform: translate(-1em,-100px);
    color: #FFF;*/
  }
  .feature-signature dl dt {
    font-size: 1.4em;
  }
  .feature-signature dl dd {
    font-size: 4.5em;
  }
  /* 追加20180309ここまで */
  
  /* Door
  ----------------------------------------------- */
  #door nav {
    padding: 40px 25px 0;
  }
  #door .nav-large li {
    font-size: 2.8em; /* 修正20180310 */
    line-height: 1.4;
  }
  #door .nav-small li {
    font-size: 1.8em; /* 修正20180223 */
    line-height: 1.4; /* 修正20180223 */
  }
    #door .news-box {
        display: none
  }

  /* Brand
  ----------------------------------------------- */
  .brand-list {
    padding: 0 10px;
  }
  .brand-list li {
    width: 50%;
    padding: 0 10px 20px;
  }
  
  /* Recruit
  ----------------------------------------------- */
  .recruit-list li {
    width: 100%;
    height: 100px;
    background: url(images/page/bg/nav-recruit.jpg) center no-repeat;
    background-size: cover;
  }
  .recruit-list li:first-of-type {
  }
  
  /* IR
  ----------------------------------------------- */
  .ir-list li {
    width: 100%;
    font-size: 15px;
    padding-bottom: 4px;
  }

  /* FC
  ----------------------------------------------- */
  .fc-intro {
    padding: 40px 1em 0;
  }
  .fc-intro dl {
    font-size: 1.1em;
    padding: 0 1em;
  }
  .fc-listnav li {
    width: 100%;
    height: 100px;
  }
  .fc-listnav li.contents-nav-fc_about {
    height: 120px;
  }
  
  /* Company
  ----------------------------------------------- */
  #ttl-greeting {
    height: 16%;
  }
  .company-greeting-wrap article {
    padding: 0 2em 18% 2em;
  }
  .company-greeting-wrap .company-greeting-name dt {
    font-size: 1.4em;
  }
  .company-greeting-wrap .company-greeting-name dd {
    font-size: 4.5em;
  }
  .company-greeting-wrap .company-greeting-name dd > .portrait {
    width: 80px;
  }
  .company-greeting-wrap .company-greeting-subheading > p {
    font-size: 2em; 
  }
  .company-greeting-wrap .company-greeting-message > p {
    font-size: 1.15em;
  }
  .company-greeting-wrap .company-greeting-message > p.msg-signature img {
    width: 128px;
  }
  
  table.company-profile td > .company-forum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width:374px) {
  /* Company
  ----------------------------------------------- */
  .company-greeting-wrap .company-greeting-name dd {
    font-size: 4em;
  }
  .company-greeting-wrap .company-greeting-name dd > .portrait {
    width: 70px;
  }
@media screen and (max-width:767px) and (max-height:640px) {
  /* Door
  ----------------------------------------------- */
  #door nav {
    padding-top: 48px;
  }
  #door .nav-large {
    margin-bottom: 1.5em;
  }
  #door .nav-large li {
    font-size: 2.4em; /* 修正20180310 */
    line-height: 1.3;
  }
  #door .nav-small li {
    font-size: 1.6em; /* 修正20180223 */
    line-height: 1.5; /* 修正20180223 */
  }
}
}