@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 768px) {
  .c5-only-pc {
    display: none !important;
  }
}

.c5-only-sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .c5-only-sp {
    display: block !important;
  }
}

@media screen and (max-width: 880px) {
  .c5-nav-only-pc {
    display: none !important;
  }
}

.c5-nav-only-sp {
  display: none !important;
}

@media screen and (max-width: 880px) {
  .c5-nav-only-sp {
    display: block !important;
  }
}


/*  s5  */

.s5-PDBmainArea {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .s5-PDBmainArea {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.c5-main {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}


/* gnav */

.c5-gnav {
  font-family: "AXIS Std", "Hiragino kaku Gothic ProN",sans-serif;
  max-width: 1200px;
  margin-top: 30px;
}

.c5-gnav--fixed {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 0;
}

.c5-gnav__ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.c5-gnav__li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.335%;
  font-size: 15px;
  position: relative;
}

.c5-gnav__li::before {
  content: "";
  position: absolute;
  padding-top: 38px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right: 1px solid #505050;
  z-index: 2;
}

.c5-gnav__li::after {
  content: "";
  position: absolute;
  background: url(../images/arror01.png) no-repeat;
  background-size: 100%;
  width: 1em;
  height: 1em;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c5-gnav__li__nothingBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.335%;
  font-size: 15px;
  position: relative;
  pointer-events: none;
}
.c5-gnav__li__nothingBox::before {
  content: "";
  position: absolute;
  padding-top: 38px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right: 1px solid #505050;
  z-index: 2;
}
.c5-gnav__li__nothingBox::after {
  display: none;
}
.c5-gnav__li.c5-gnav__li__nothingBox a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  color: #1a1a1a;
  line-height: 1.3;
  text-decoration: none;
}

.c5-gnav__li:first-child::before {
  content: none;
}

.c5-gnav__li a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  color: #b59e5b;
  line-height: 1.3;
  text-decoration: none;
}

.c5-gnav__li a>* {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.c5-gnav__li a::before {
  content: "";
  display: block;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding-top: 10px;
}

.c5-gnav__li a::after {
  content: "";
  display: block;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding-bottom: 10px;
}

.c5-gnav__li a:hover {
  background: #3a3a3a;
  opacity: .9;
}

@media screen and (max-width: 1000px) {
  .c5-gnav__li {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-gnav {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .c5-gnav__ul {
    flex-wrap: wrap;
  }
  .c5-gnav__li {
    font-size: 3.2vw;
    text-align: left;
    width: 33.33%;
  }
  .c5-gnav__li__nothingBox {
    font-size: 3.2vw;
    text-align: left;
    width: 33.33%;
  }
  .c5-gnav__li__nothingBox::before {
    padding-top: 30%;
  }
  .c5-gnav__li::before {
    padding-top: 30%;
  }
  .c5-gnav__li::after {
    background-image: url(../images/arror01_sp.png);
    right: 6%;
  }
  .c5-gnav__li a {
    text-align: left;
    padding-left: 8%;
  }
  /* .c5-gnav__li:nth-of-type(1) a {
    padding-left: 12%;
  }
  .c5-gnav__li:nth-of-type(2) a {
    padding-left: 27%;
  }
  .c5-gnav__li:nth-of-type(3) a {
    padding-left: 27%;
  }
  .c5-gnav__li:nth-of-type(4) a {
    padding-left: 23%;
  }
  .c5-gnav__li:nth-of-type(5) a {
    padding-left: 15%;
  } */
  .c5-gnav__li a::before {
    padding-top: 10%;
  }
  .c5-gnav__li a::after {
    padding-bottom: 10%;
  }
  .c5-gnav__li a:hover {
    background: #1a1a1a;
    opacity: 1;
  }
}

/*   record(レコーディングサンプル)   */

.c5-record {
  padding: 6.66667% 0;
}

.c5-record__head {
  margin-bottom: 2.5%;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.c5-record__txt {
  margin-bottom: 4.16667%;
  text-align: center;
}

.c5-record__img {
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 6.66667%;
  padding: 0 4.16667%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c5-record__img img {
  max-width: 100%;
}

.c5-record__img figcaption {
  margin-top: .8em;
  font-size: 14px;
  color: #83838f;
}

.c5-record .fig01 {
  max-width: 322px;
  width: 29.27273%;
}

.c5-record .fig02 {
  max-width: 427px;
  width: 38.81818%;
}

.c5-record .fig03 {
  max-width: 349px;
  width: 31.72727%;
}

@media screen and (max-width: 1000px) {
  .c5-record__head {
    font-size: 3.2vw;
  }
  .c5-record__txt {
    font-size: 1.6vw;
  }
  .c5-record__img img {
    max-width: 100%;
  }
  .c5-record__img figcaption {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-record {
    padding: 13.33333% 4%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .c5-record__head {
    font-size: 5.33333vw;
    margin-bottom: 4%;
  }
  .c5-record__txt {
    margin-bottom: 6.66667%;
    font-size: 3.73333vw;
    line-height: 1.3;
  }
  .c5-record__img {
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 14.40922%;
  }
  .c5-record__img figure {
    margin: 0 auto;
  }
  .c5-record__img figcaption {
    font-size: 3.46667vw;
    text-align: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .c5-record .fig01 {
    width: 50.28818%;
    margin-bottom: 8.64553%;
  }
  .c5-record .fig02 {
    width: 66.57061%;
    margin-bottom: 8.64553%;
  }
  .c5-record .fig03 {
    width: 54.32277%;
  }
}

.c5-sample {
  max-width: 1200px;
  margin-bottom: 1.66667%;
  width: 100%;
}

.c5-sample th, .c5-sample td {
  max-width: 300px;
  width: 25%;
  border: 1px solid #d9dee4;
  vertical-align: middle;
}

.c5-sample th {
  padding: 2.5% 0.83333%;
  background: #f3f2f7;
  font-weight: bold;
}

.c5-sample td {
  padding: 2.08333% 0.83333%;
  text-align: center;
}

.c5-sample__model {
  text-align: left !important;
}

.c5-sample__model--only {
  padding: 3.75% 4.16667% !important;
}

.c5-sample__btn {
  display: inline-block;
}

.c5-sample__btn a {
  position: relative;
  text-align: left;
  display: block;
  padding: .75em 1.5em .75em 2.3em;
  font-size: 14px;
  background: #b49d5a;
  color: #fff;
  border-radius: 2em;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-decoration: none;
}

.c5-sample__btn a:before {
  position: absolute;
  left: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  content: "\f0da";
  font-family: 'icon', sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .05em 0;
}

.c5-sample__btn a:hover {
  background: #c4af73;
}

.c5-sample__small {
  margin-bottom: 6.66667%;
  font-size: 12px;
  color: #83838f;
}

.c5-sample__small--another {
  margin-bottom: 1.66667%;
}

@media screen and (max-width: 1000px) {
  .c5-sample th {
    font-size: 1.6vw;
  }
  .c5-sample__btn a {
    font-size: 1.4vw;
  }
  .c5-sample__small {
    font-size: 1.2%;
  }
}

@media screen and (max-width: 768px) {
  .c5-sample__btn {
    display: block;
    max-width: 610px;
    width: 87.51793%;
    margin: 0 auto 3.27869%;
  }
  .c5-sample__btn:last-child {
    margin-bottom: 0;
  }
  .c5-sample__btn a {
    padding: 4.91803% 0;
    text-align: center;
    font-size: 3.73333vw;
    letter-spacing: 0;
  }
  .c5-sample__btn a::before {
    position: relative;
    display: inline;
    left: 2%;
  }
  .c5-sample__btn a:hover {
    background: #b49d5a;
  }
  .c5-sample--sp__model {
    border: 1px solid #d9dee4;
    margin-bottom: 4.32277%;
  }
  .c5-sample--sp__model:last-child {
    margin-bottom: 0;
  }
  .c5-sample--sp__flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4.32277% 0;
    background: #f3f3f6;
    border-bottom: 1px solid #d9dee4;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .c5-sample--sp__flex--txtonly {
    padding: 12.9683% 0;
  }
  .c5-sample--sp__img {
    width: 10.80692%;
    margin-right: 14.40922%;
  }
  .c5-sample--sp__img img {
    max-width: 100%;
  }
  .c5-sample--sp__img--ecm {
    width: 26.08069%;
    margin-right: 8.64553%;
  }
  .c5-sample--sp__txt {
    width: 38.9049%;
  }
  .c5-sample--sp__txt p {
    font-size: 2.66667vw;
    margin-bottom: 6%;
  }
  .c5-sample--sp__txt h3 {
    font-size: 4.26667vw;
    font-weight: bold;
    margin-bottom: 10%;
  }
  .c5-sample--sp__txt a {
    font-size: 3.2vw;
    padding: 12% 38% 12% 14%;
  }
  .c5-sample--sp__txt--only {
    width: 100%;
    text-align: center;
  }
  .c5-sample--sp__txt--only h3 {
    margin-bottom: 2.16138%;
  }
  .c5-sample--sp__txt--only p {
    margin-bottom: 0;
  }
  .c5-sample--sp__btns {
    padding: 8.64553% 0;
  }
  .c5-sample__small {
    font-size: 3.06667vw;
    line-height: 1.3;
    margin-bottom: 11.52738%;
  }
}

.c5-model {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c5-model__img {
  max-width: 115px;
}

.c5-model__img img {
  max-width: 100%;
}

.c5-model__txt p {
  margin-bottom: 6.94444%;
  font-size: 12px;
  line-height: 1.4;
}

.c5-model__txt h3 {
  margin-bottom: 6.94444%;
  font-size: 18px;
  font-weight: bold;
}

.c5-model--txtonly h3 {
  margin-bottom: 3.33333%;
  font-size: 18px;
  font-weight: bold;
}

.c5-model--txtonly p {
  font-size: 12px;
}

@media screen and (max-width: 1000px) {
  .c5-model__txt p {
    font-size: 1.2vw;
  }
  .c5-model__txt h3 {
    font-size: 1.8vw;
  }
  .c5-model--txtonly h3 {
    font-size: 1.8vw;
  }
  .c5-model--txtonly p {
    font-size: 1.2vw;
  }
  .c5-model .s5-button {
    font-size: 1.4vw;
    padding: 7.61905% 17.14286%;
  }
}

.c5-soundinfo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4.16667%;
}

.c5-soundinfo__img {
  max-width: 296px;
  width: 29.6%;
  margin-right: 6.49351%;
}

.c5-soundinfo__img img {
  max-width: 100%;
}

.c5-soundinfo__txt h3 {
  margin-bottom: 4.87805%;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c5-soundinfo__txt dl {
  margin-bottom: 6.09756%;
}

.c5-soundinfo__txt dl::after {
  content: "";
  display: block;
  clear: both;
}

.c5-soundinfo__txt dt {
  float: left;
  clear: left;
  font-size: 13px;
  color: #83838f;
  margin-bottom: 2.43902%;
}

.c5-soundinfo__txt dt:last-of-type {
  margin: 0;
}

.c5-soundinfo__txt dd {
  float: left;
  font-size: 13px;
  color: #2f353d;
  font-weight: bold;
  margin-left: 1em;
}

.c5-soundinfo__txt--align01 {
  width: 9.7561%;
}

.c5-soundinfo__txt--align02 {
  width: 26.82927%;
}

@media screen and (max-width: 1000px) {
  .c5-soundinfo__txt h3 {
    font-size: 1.6vw;
  }
  .c5-soundinfo__txt dt {
    font-size: 1.3vw;
  }
  .c5-soundinfo__txt dd {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-soundinfo__img {
    max-width: 400px;
    width: 50.43228%;
    margin-right: 4.32277%;
  }
  .c5-soundinfo__txt h3 {
    font-size: 3.73333vw;
    margin-bottom: 4.32277%;
  }
  .c5-soundinfo__txt dt {
    clear: both;
    font-size: 3.2vw;
    margin-bottom: 2.88184% !important;
  }
  .c5-soundinfo__txt dd {
    clear: both;
    font-size: 3.2vw;
    margin-bottom: 2.88184%;
    line-height: 1.2;
  }
  .c5-soundinfo__txt dd:last-of-type {
    margin-bottom: 0;
  }
  .c5-soundinfo__txt--align01 {
    width: auto;
  }
  .c5-soundinfo__txt--align02 {
    width: auto;
  }
}
.c5-movie {
  margin-top: 5%;
}
.c5-movie ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.c5-movie ul li {
  width: 48.181%;
}
.c5-movie ul li figure a {
  display: block;
}
.c5-movie ul li figure a img {
  max-width: 100%;
}
.c5-movie ul li figure figcaption {
  font-size: 13px;
  color: #83838f;
  margin-top: 1.06%;
  line-height: 1.5;
}
.c5-movie ul li figure figcaption span {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  position: relative;
}
.c5-movie ul li figure figcaption span:after {
  content: "";
  position: absolute;
  top: 15%;
  right: -5%;
  width: 12px;
  height: 10px;
  background: url(../images/ico_link.png) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c5-movie ul li figure a:hover {
    opacity: .8;
  }
}
@media screen and (max-width: 768px) {
  .c5-movie {
    margin-top: 17%;
  }
  .c5-movie ul {
    flex-direction: column;
    width: 90%;
  }
  .c5-movie ul li {
    width: 100%;
  }
  .c5-movie ul li + li{
    margin-top: 9.2%;
  }
  .c5-movie ul li figure figcaption {
    font-size: 10px;
    margin-top: 1.06%;
    line-height: 1.5;
  }
  .c5-movie ul li figure figcaption span {
    font-size: 13px;
  }
}
/*   talk(エンジニアが語る)    */

.c5-talk {
  padding: 6.66667% calc(50vw - 50%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #333333;
}

.c5-talk__head {
  font-size: 32px;
  margin-bottom: 4.16667%;
  color: #b49d5b;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .c5-talk__head {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-talk {
    padding: 10.66667% 4%;
  }
  .c5-talk__head {
    font-size: 5.33333vw;
    margin-bottom: 8.64553%;
    line-height: 1.3;
  }
}

.c5-ta-inner {
  color: #fff;
  max-width: 1100px;
  margin: 0 auto 1.66667%;
}

.c5-ta-inner:last-child {
  margin-bottom: 0;
}

.c5-ta-inner__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c5-ta-inner__item {
  width: 33%;
  background: #222222;
  margin-bottom: 3.181%;
  position: relative;
}

.c5-ta-inner__txt {
  box-sizing: border-box;
  max-width: 520px;
  width: 47.27273%;
  padding-left: 6.36364%;
}

.c5-ta-inner__txt__head {
  margin: 6% auto 4%;
  text-align: center;
}

.c5-ta-inner__txt__head img {
  max-width: 100%;
}

.c5-ta-inner__txt__check {
  margin-right: 0.96154%;
  display: inline-block;
  font-size: 14px;
}

.c5-ta-inner__txt__jobs {
  font-size: 14px;
  color: #999999;
  text-align: center;
}

.c5-ta-inner__txt__ico {
  width: 7.2%;
  margin: 2.8% auto;
  text-align: center;
}

.c5-ta-inner__txt__ico img {
  max-width: 100%;
}

.c5-ta-inner__txt__type {
  width: 88%;
  margin: 0 auto;
  font-size: 12px;
  background: #333333;
  text-align: center;
  padding: .4286em 0;
  border-radius: 1em;
  color: #b49d5b;
}

.c5-ta-inner__txt__more {
  font-size: 14px;
  text-align: center;
  color: #000;
  background: #b49d5b;
  margin-top: 6%;
  padding: 4% 0;
}
.c5-ta-inner__comment {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}
.c5-ta-inner__comment__txt {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 58%;
}
.c5-ta-inner__comment__txt img {
  max-width: 100%;
  width: 100%;
}


.c5-ta-inner__img {
  box-sizing: border-box;
  max-width: 580px;
  width: 100%;
}

.c5-ta-inner__img img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.c5-ta-movie {
  margin: 28px auto;
}
.c5-ta-movie ul{
  display: flex;
}
.c5-ta-movie ul .c5-ta-movie__thumb {
  width: 54.54%;
}
.c5-ta-movie ul .c5-ta-movie__thumb a{
  display: block;
}
.c5-ta-movie ul .c5-ta-movie__thumb a img{
  max-width: 100%;
}
.c5-ta-movie ul .c5-ta-movie__txt {
  width: 45.45%;
  padding: 1.63% 1% 1.63% 1.63%;
  background: #222222;
  box-sizing: border-box;
}
@media screen and (max-width: 1060px) {
  .c5-ta-movie ul .c5-ta-movie__thumb {
    width: 100%
  }
  .c5-ta-movie ul .c5-ta-movie__txt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c5-ta-movie ul .c5-ta-movie__thumb {
    width: 60.54%;
  }
  .c5-ta-movie ul .c5-ta-movie__txt {
    width: 39.45%;
  }
}
.c5-ta-movie ul .c5-ta-movie__txt .c5-ta-interview__txt__head{
  width: 45.83%;
  margin: 0;
  margin-bottom: 10px;
}
.c5-ta-movie ul .c5-ta-movie__txt .c5-ta-interview__txt__head.c5-ta-interview__txt__head--fukuhara{
  width: 21.83%;
  margin: 0;
  margin-bottom: 10px;
}
.c5-ta-movie ul .c5-ta-movie__txt .c5-ta-inner__txt__jobs{
  text-align: left;
  margin-bottom: 4.16%;
}
.c5-ta-movie ul .c5-ta-movie__txt .c5-ta-inner__txt__type{
  width: 45.83%;
  margin: 0;
  margin-bottom: 6.25%;
}
.c5-ta-movie ul .c5-ta-movie__txt .c5-ta-inner__txt__comment{
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .c5-ta-inner__item:hover .c5-ta-inner__comment {
    opacity: 1;
    cursor: pointer;
  }
  .c5-ta-movie ul .c5-ta-movie__thumb a:hover{
    opacity: .7;
  }
}
@media screen and (max-width: 1000px) {
  .c5-ta-inner__txt__check {
    font-size: 1.4vw;
  }
  .c5-ta-inner__txt__type {
    font-size: 1.4vw;
  }
  .c5-ta-movie ul .c5-ta-movie__txt .c5-ta-inner__txt__comment{
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-ta-inner {
    margin-bottom: 8.64553%;
  }
  .c5-ta-inner__flex {
    flex-direction: column;
  }
  .c5-ta-inner__item {
    width: 100%;
    margin-bottom: 5.7%;
  }
  .c5-ta-inner__img {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    max-width: 690px;
    width: 100%;
  }
  .c5-ta-inner__txt {
    max-width: 100%;
    width: 100%;
    padding: 8.64553%;
  }
  .c5-ta-inner__txt__head--mihune {
    width: 64.28%;
  }
  .c5-ta-inner__txt__head--shimazaki {
    width: 23.14%;
  }
  .c5-ta-inner__txt__head--asada {
    width: 23.14%;
  }
  .c5-ta-inner__txt__head--suzuki {
    width: 43.85%;
  }
  .c5-ta-inner__txt__head--kobayashi {
    width: 23.14%;
  }
  .c5-ta-inner__txt__head--kurino {
    width: 23.14%;
  }
  .c5-ta-inner__txt__head--takada {
    width: 23.14%;
  }
  .c5-ta-inner__txt__head--toddo {
    width: 52%;
  }
  .c5-ta-inner__txt__head--fukuhara {
    width: 23.14%;
  }
  .c5-ta-inner__txt__check {
    font-size: 3.2vw;
  }
  .c5-ta-inner__txt__check--another {
    margin-bottom: 1.44092%;
  }
  .c5-ta-inner__txt__jobs {
    font-size: 3.733vw;
  }
  
  .c5-ta-inner__txt__ico {
    width: 5%;
    margin: 2.14% auto;
  }
  
  .c5-ta-inner__txt__type {
    font-size: 3.2vw;
    width: 62.85%;
  }
  .c5-ta-inner__comment {
    display: none;
  }
  .c5-ta-inner__txt__more {
   font-size: 3.733vw;
    margin-top: 5.7%;
    padding: 2.6% 0;
  }
  .c5-ta-movie ul{
    flex-direction: column;
  }
  .c5-ta-movie ul .c5-ta-movie__thumb {
    width: 100%;
  }
  .c5-ta-movie ul .c5-ta-movie__txt {
    width: 100%;
    padding: 4.28%;
    position: relative;
    top: -2px;
  }
  .c5-ta-movie ul .c5-ta-movie__txt .c5-ta-interview__txt__head{
    width: 57%;
    margin-bottom: 1.51%;
  }
  .c5-ta-movie ul .c5-ta-movie__txt .c5-ta-inner__txt__jobs{
    text-align: left;
    margin-bottom: 4.16%;
  }
  .c5-ta-movie ul .c5-ta-movie__txt .c5-ta-inner__txt__type{
    width: 68.75%;
    margin: 0;
    margin-bottom: 6.25%;
  }
  .c5-ta-movie ul .c5-ta-movie__txt .c5-ta-inner__txt__comment{
    font-size: 3.733vw;
  }
}
.c5-ta-interview {
  display: none;
  max-width: 1100px;
}
.c5-ta-interview__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.72%;
  position: relative;
  z-index: 2;
}
.c5-ta-interview__flex__left {
  width: 46.875%;
  background: #000;
}
.c5-ta-interview__flex__right {
  width: 53.125%;
}
.c5-ta-interview__flex__right img{
  max-width: 100%;
}
.c5-ta-interview__inner {
  padding: 0 6.36364% 6.36364%;
  background: #fff;
  color: #000;
  position: relative;
}
.c5-ta-interview__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 4.54%;
  background: #b49d5b;
}
.c5-ta-interview__txt__head {
  margin: 13.33% auto 2.22%;
  text-align: center;
  width: 24.44%;
}
.c5-ta-interview__txt__head img{
  max-width: 100%;
}
.c5-ta-interview__txt__head.c5-ta-interview__txt__head--toddo{
  width: 56.66%;
}
.c5-ta-interview__txt__head.c5-ta-interview__txt__head--mihune{
  width: 82.22%;
}
.c5-ta-interview__txt__head.c5-ta-interview__txt__head--suzuki{
  width: 47.77%;
}
/* .c5-ta-interview__txt__head.c5-ta-interview__txt__head--fukuhara{
  width: 47.77%;
} */
.c5-ta-interview__inner .c5-ta-inner__txt__ico {
  width: 4.4%;
  margin: 1.5% auto;
}
.c5-ta-interview__inner .c5-ta-inner__txt__type {
  width: 57.7%;
  padding: 0;
  font-size: 14px;
}
.c5-ta-interview__txt {
  width: 51.1%;
  margin: 6.66% auto 0;
}
.c5-ta-interview__txt.c5-ta-interview__txt--mihune {
  width: 84.4%;
}
.c5-ta-interview__txt.c5-ta-interview__txt--shimazaki {
  width: 83.5%;
}
.c5-ta-interview__txt.c5-ta-interview__txt--asada {
  width: 83.5%;
}
.c5-ta-interview__txt.c5-ta-interview__txt--suzuki {
  width: 83.5%;
}
.c5-ta-interview__txt img{
  max-width: 100%;
}
.c5-ta-interview__inner>div {
  margin-bottom: 6.12245%;
}

.c5-ta-interview__inner>div:last-child {
  margin-bottom: 0;
}

.c5-ta-interview__inner p {
  font-size: 16px;
  line-height: 1.6;
}

.c5-ta-interview__inner h4 {
  margin-bottom: 3.06122%;
  font-size: 20px;
  font-weight: bold;
}

.c5-ta-interview__float {
  float: right;
  margin: 0 0 3.06122% 3.06122%;
  width: 52.04082%;
}

.c5-ta-interview__float img {
  max-width: 100%;
  display: block;
}

.c5-ta-interview__float figcaption {
  font-size: 13px;
  margin-top: 1.96078%;
  line-height: 1.3;
}
.c5-ta-interview__btn {
  background: #000;
  padding: 1.36% 0;
}
.c5-ta-interview__btn__txt {
  width: 13.63%;
  margin: 0 auto;
  background: #b49d5b;
  color: #000;
  padding: 0.9% 0;
  border-radius: 25px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.c5-ta-interview__btn__txt span {
  display: inline-block;
  background: #000;
  width: 10%;
  padding-top: 10%;
  border-radius: 50%;
  vertical-align: bottom;
  margin-left: 5%;
}
.c5-ta-interview__link {
  display: flex;
  justify-content: center;
}
.c5-ta-interview__link li {
  width: 29.166%;
}
.c5-ta-interview__link li + li{
  margin-left: 2.604%;
}
.c5-ta-interview__link li dl{
  display: flex;
}
.c5-ta-interview__link li dl dt{
  width: 35.71%;
  border: 1px solid #e9e9e9;
  margin-right: 5%;
}
.c5-ta-interview__link li dl dt img{
  max-width: 100%;
}
.c5-ta-interview__link li dl dd p{
  font-size: 14px;
  margin-top: 8%;
}
.c5-ta-interview__link li dl dd .s5-button{
  padding: 8px 60px 8px 18px;
}

.fancybox-content {
  padding:0;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: auto;
}

@media screen and (max-width: 1000px) {
  .c5-ta-interview__inner p {
    font-size: 1.6vw;
  }
  .c5-ta-interview__inner h4 {
    font-size: 2vw;
  }
  .c5-ta-interview__float figcaption {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-ta-interview {
   width: 92%;
  }
  .c5-ta-interview__flex {
    flex-direction: column;
    margin-bottom: 4.76%;
  }
  .c5-ta-interview__flex__left {
    width: 100%;
    padding-bottom: 19.84%;
  }
  .c5-ta-interview__flex__right {
    width: 79.68%;
    margin: -15.87% auto 0;
  }
  .c5-ta-interview__inner:before {
    padding-top: 7.14%;
  }
  .c5-ta-interview__txt__head {
    margin: 6.34% auto 1.587%;
    width: 27.77%;
  }
  .c5-ta-interview__txt__head img{
    max-width: 100%;
  }
  .c5-ta-interview__txt__head.c5-ta-interview__txt__head--kobayashi{
    width: 27.77%;
  }
  .c5-ta-interview__txt__head.c5-ta-interview__txt__head--mihune{
    width: 70.15%;
  }
  .c5-ta-interview__txt__head.c5-ta-interview__txt__head--suzuki{
    width: 50%;
  }
  .c5-ta-interview__inner .c5-ta-inner__txt__ico {
    width: 4.7%;
    margin: 1.5% auto;
  }
  .c5-ta-interview__inner .c5-ta-inner__txt__type {
    width: 61.9%;
    font-size: 1.333vw;
  }
  .c5-ta-interview__txt {
    width: 54.76%;
    margin: 7.14% auto 0;
  }
  .c5-ta-interview__txt.c5-ta-interview__txt--toddo {
    width: 62.5%;
  }
  .c5-ta-interview__txt.c5-ta-interview__txt--mihune {
    width: 84.21%;
  }
  .c5-ta-interview__txt.c5-ta-interview__txt--shimazaki {
    width: 73.125%;
  }
  .c5-ta-interview__txt.c5-ta-interview__txt--asada {
    width: 84.21%;
  }
  .c5-ta-interview__txt.c5-ta-interview__txt--suzuki {
    width: 70%;
  }
  .c5-ta-interview__inner {
    padding: 0 4.32277% 8.64553%;
  }
  .c5-ta-interview__inner>div {
    margin-bottom: 11.52738%;
  }
  .c5-ta-interview__inner p {
    font-size: 3.73333vw;
  }
  .c5-ta-interview__inner h4 {
    font-size: 4.26667vw;
    margin-bottom: 6.48415%;
  }
  .c5-ta-interview__float {
    float: none;
    margin: 0 auto 4.32277%;
    width: 100%;
  }
  .c5-ta-interview__float figcaption {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .c5-ta-interview__btn {
    padding: 2.14% 0;
  }
  .c5-ta-interview__btn__txt {
    width: 40.71%;
    padding: 2.14% 0;
    font-size: 3.733vw;
  }
  .c5-ta-interview__btn__txt span {
    width: 10.52%;
    padding-top: 10.52%;
    margin-left: 5%;
  }
  .c5-ta-interview__link {
    flex-direction: column;
  }
  .c5-ta-interview__link li {
    width: 79.687%;
    margin: 0 auto;
  }
  .c5-ta-interview__link li + li{
    margin: 3.92% auto 0;
  }
  .c5-ta-interview__link li dl{
    display: flex;
  }
  .c5-ta-interview__link li dl dt{
    width: 37.25%;
    border: 1px solid #e9e9e9;
    margin-right: 5%;
  }
  .c5-ta-interview__link li dl dd {
    width: 55%;
  }
  .c5-ta-interview__link li dl dd p{
    font-size: 3.733vw;
  }
  .c5-ta-interview__link li dl dd .s5-button{
    padding: 5% 32% 5% 8%;
  }
}

.c5-btneria__inner {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c5-btneria {
    background: #1a1a1a;
    padding: 2.16138% 0;
  }
}


/*   try(試せるお店)   */

.c5-try {
  padding: 6.66667% 0 0;
  margin: 0 auto;
  max-width: 960px;
}

.c5-try__head {
  margin-bottom: 5.20833%;
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
}

.c5-try__soon {
  font-size: 26px;
  text-align: center;
  margin-top: 2.08333%;
}

@media screen and (max-width: 1000px) {
  .c5-try__head {
    font-size: 3vw;
  }
  .c5-try__soon {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-try {
    padding: 10.66667% 4%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .c5-try__head {
    font-size: 5.33333vw;
    line-height: 1.3;
  }
  .c5-try__soon {
    font-size: 4.8vw;
    margin-top: 3.33333%;
  }
}

.c5-store {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4.16667% 2.08333%;
  border-top: 1px solid #000;
}

.c5-store:last-child {
  border-bottom: 1px solid #000;
}

.c5-store__name {
  max-width: 370px;
  width: 40.21739%;
  line-height: 1.3;
}

.c5-store__name a:hover {
  opacity: .6;
  text-decoration: none;
}

.c5-store__place {
  max-width: 490px;
  width: 53.26087%;
  line-height: 1.3;
}

.c5-store__place p {
  margin-bottom: 1.92308%;
}

.c5-store__place p:last-child {
  margin-bottom: 0;
}

.c5-store__model {
  max-width: 100px;
  width: 10.86957%;
  font-size: 13px;
}

.c5-store__model p {
  margin-bottom: 10%;
  padding: 3px 0;
  text-align: center;
  background: #dde0e7;
  border-radius: 10px;
}

.c5-store__model p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .c5-store__name {
    font-size: 1.6vw;
  }
  .c5-store__place {
    font-size: 1.6vw;
  }
  .c5-store__model {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-store {
    display: block;
  }
  .c5-store__name {
    max-width: initial;
    width: 100%;
    margin-bottom: 6.01504%;
    font-size: 4.26667vw;
    text-align: center;
  }
  .c5-store__place {
    max-width: initial;
    width: 100%;
    font-size: 3.46667vw;
    margin-bottom: 6.01504%;
  }
  .c5-store__place p {
    line-height: 1.1;
    margin-bottom: 3.00752%;
    text-align: center;
  }
  .c5-store__model {
    max-width: 120px;
    width: 18.04511%;
    font-size: 3.2vw;
    margin: 0 auto;
  }
}

.c5-stories {
  margin-top: 8.33333%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #eaeaea;
  padding: 4.16667% 30px;
}

.c5-stories__cont {
  max-width: 960px;
  margin: 0 auto;
}

.c5-stories__img {
  width: 100%;
}

.c5-stories__img img {
  display: block;
  max-width: 100%;
}

.c5-stories__img a {
  display: block;
}

.c5-stories__img a:hover {
  opacity: .7;
}

.c5-stories__txt {
  padding: 4.16667%;
  background: #fff;
}

.c5-stories__txt h3 {
  margin-bottom: 3.64583%;
  font-size: 20px;
  line-height: 1.3;
  color: #2f353d;
  font-weight: bold;
}

.c5-stories__txt p {
  line-height: 1.6;
}

.c5-stories__mb {
  margin-bottom: 4.16667%;
}

.c5-stories__mb__10 {
  margin-bottom: 1.04167%;
}

@media screen and (max-width: 1000px) {
  .c5-stories__txt h3 {
    font-size: 2vw;
  }
  .c5-stories__txt p {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-stories {
    padding: 10.86957% 4.34783%;
  }
  .c5-stories__img img {
    width: 100%;
    max-width: 100%;
  }
  .c5-stories__img a:hover {
    opacity: 1;
  }
  .c5-stories__txt {
    padding: 5.7971%;
  }
  .c5-stories__txt h3 {
    font-size: 4vw;
  }
  .c5-stories__txt p {
    font-size: 3.73333vw;
  }
  .c5-stories__mb {
    margin-bottom: 5.7971%;
  }
  .c5-stories__mb__10 {
    margin-bottom: 2.89855%;
  }
}

.p-related-link__list {
  border: 1px solid #cfcfcf;
}

.p-related-link__item {
  border-top: 1px solid #cfcfcf;
  list-style: none;
  display: table;
  width: 100%;
}

.p-related-link__item:first-child {
  border-top: none;
}

.p-related-link__item__inner {
  display: block;
  text-decoration: none;
  padding: 18px 40px 18px 16px;
  color: #000;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}

.p-related-link__item__inner:hover {
  text-decoration: none;
}

.p-related-link__item__inner:hover:after {
  right: 15px;
  transition: 0.1s right ease;
}

.p-related-link__item__inner::after {
  content: "";
  position: absolute;
  background: url(../images/arrow.svg) left top;
  width: 8px;
  height: 16px;
  background-size: 8px auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px;
  background-repeat: no-repeat;
  transition: 0.3s right ease;
}

@media screen and (max-width: 768px) {
  .p-related-link__item__inner {
    padding-top: 20.5px;
    padding-bottom: 20.5px;
    line-height: 1.5;
    font-size: 13px;
  }
}

.c5-br {
  margin-bottom: 1em;
}

.c5-histry {
  padding: 10.83% calc(50vw - 50%) 6.66667%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #000 !important;
}

.c5-histry .c5-histry__inner {
  max-width: 880px;
  margin: 0 auto;
}

.c5-histry .c5-histry__ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.c5-histry .c5-histry__txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  margin-top: 3.4%;
}

.c5-histry .c5-histry__box {
  position: relative;
}

.c5-histry .c5-histry__box.box1 {
  background: url(../images/histiry_img01.png) no-repeat center center;
  background-size: 100% auto;
  height: 450px;
  margin-top: 70px;
}

.c5-histry .c5-histry__box .c5-histry__txt {
  position: absolute;
  max-width: 500px;
  width: 56.818%;
  margin-top: 0;
  text-align: left;
}

.c5-histry .c5-histry__box.box1 .c5-histry__txt {
  top: 35%;
  left: 41%;
}

.c5-histry .c5-histry__box.box2 {
  background: url(../images/histiry_img02.png) no-repeat center center;
  background-size: 100% auto;
  height: 525px;
  margin-top: -60px;
}

.c5-histry .c5-histry__box.box2 .c5-histry__txt {
  top: 35%;
  left: 14%;
}

.c5-histry .c5-histry__box.box3 {
  background: url(../images/histiry_img03.png) no-repeat center center;
  background-size: 100% auto;
  height: 455px;
  margin-top: -60px;
}

.c5-histry .c5-histry__box.box3 .c5-histry__txt {
  top: 38%;
  left: 43%;
}
.c5-histry .c5-histry__note {
  text-align: right;
  margin-top: 20px;
}
.c5-histry .c5-histry__note a{
  color: #fff;
  position: relative;
}
.c5-histry .c5-histry__note a::before{
  position: absolute;
  left: -1em;
  top: 40%;
  transform: translateY(-50%);
  color: #fff;
  content: "\f0da";
  font-family: 'icon', sans-serif;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0.6em 0.05em 0;
}

@media screen and (max-width: 768px) {
  .c5-histry {
    padding: 13% 4% 30%;
  }
  .c5-histry .c5-histry__ttl {
    font-size: 5.736vw;
    line-height: 1.3;
  }
  .c5-histry .c5-histry__txt {
    font-size: 3.129vw;
    line-height: 1.8;
    text-align: left;
    margin-top: 5.7%;
  }
  .c5-histry .c5-histry__box .c5-histry__txt {
    width: 62.85%;
    margin-top: 0;
    text-align: left;
  }
  .c5-histry .c5-histry__box.box1 {
    background: url(../images/histiry_img01_sp.png) no-repeat center center;
    background-size: 100% auto;
    height: 68.18vw;
    margin-top: 18.57%;
  }
  .c5-histry .c5-histry__box.box1 .c5-histry__txt {
    top: 22%;
    left: 32%;
  }
  .c5-histry .c5-histry__box.box2 {
    background: url(../images/histiry_img02_sp.png) no-repeat center center;
    background-size: 100% auto;
    height: 81.48vw;
    margin-top: 31.42%;
  }
  .c5-histry .c5-histry__box.box2 .c5-histry__txt {
    top: 20%;
    left: 8%;
  }
  .c5-histry .c5-histry__box.box3 {
    background: url(../images/histiry_img03_sp.png) no-repeat center center;
    background-size: 100% auto;
    height: 98.82vw;
    margin-top: 0;
  }
  .c5-histry .c5-histry__box.box3 .c5-histry__txt {
    width: 47.14%;
    top: 36%;
    left: 47%;
  }
  .c5-histry .c5-histry__note {
    text-align: left;
    margin-top: 39vw;
  }
  .c5-histry .c5-histry__note a{
   font-size: 3.466vw;
   padding-left: 1em;
  }
  .c5-histry .c5-histry__note a::before{
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    color: #fff;
    content: "\f0da";
    font-family: 'icon', sans-serif;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0.6em 0.05em 0;
  }
}

.c5-quality {
  padding-top: 90px;
}

.c5-quality .c5-quality__inner {
  max-width: 960px;
  margin: 0 auto;
}

.c5-quality .c5-quality__ttl {
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #3d3a3a;
}

.c5-quality .c5-quality__lead {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #3d3a3a;
  margin-top: 30px;
}

.c5-quality .c5-quality__movie {
  margin-top: 7.29%;
  display: flex;
  justify-content: space-between;
}
.c5-quality .c5-quality__img {
  width: 34.375%;
}
.c5-quality .c5-quality__img img{
  max-width: 100%;
}
.c5-quality .c5-quality__thumb {
  width: 56.25%;
  margin-top: 9.375%;
}
.c5-quality .c5-quality__thumb a{
  display: block;
}
.c5-quality .c5-quality__thumb a img{
  max-width: 100%;
}

.c5-quality .c5-quality__txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  color: #3d3a3a;
  margin-top: 30px;
}

.c5-quality .c5-quality__line {
  width: 100%;
  height: 1px;
  background: #3d3a3a;
  margin: 85px 0;
}

.c5-quality .c5-quality__list {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}

.c5-quality .c5-quality__list .c5-quality__list__img {
  width: 46.35%;
}

.c5-quality .c5-quality__list .c5-quality__list__img img {
  width: 100%;
}

.c5-quality .c5-quality__list .c5-quality__list__txt {
  width: 46.35%;
  font-size: 14px;
  line-height: 1.8;
  color: #3d3a3a;
}

.c5-quality .c5-quality__list .c5-quality__list__txt span {
  display: block;
  font-size: 26px;
}

.c5-quality .c5-quality__list:nth-of-type(2) .c5-quality__list__img {
  order: 2;
}

.c5-quality .c5-quality__list:nth-of-type(2) .c5-quality__list__txt {
  order: 1;
}

.c5-quality .c5-quality__point {
  font-size: 18px;
  line-height: 1.66;
  color: #3d3a3a;
  margin-top: 90px;
}

.c5-quality .c5-point__flex {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 120px;
}

.c5-quality .c5-quality__point__list {
  width: 65.62%;
}

.c5-quality .c5-quality__point__list li {
  font-size: 14px;
  color: #3d3a3a;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}

.c5-quality .c5-quality__point__list li+li {
  margin-top: 10px;
}

.c5-quality .c5-quality__point__list li:last-of-type {
  margin-top: 40px;
}

.c5-quality .c5-quality__point__img {
  width: 27.604%;
}

.c5-quality .c5-quality__point__img .c5-quality__point__human {
  width: 65.28%;
  margin-left: auto;
  margin-top: 120px;
}

.c5-quality .c5-quality__point__img .c5-quality__point__human img {
  width: 100%;
}

.c5-quality .c5-quality__point__img .c5-quality__point__txt {
  font-size: 14px;
  color: #3d3a3a;
  line-height: 1.3;
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c5-quality .c5-quality__thumb a:hover{
    opacity: .8;
  }
}
@media screen and (max-width: 768px) {
  .c5-quality {
    padding-top: 19.4%;
  }
  .c5-quality .c5-quality__ttl {
    font-size: 5.736vw;
    line-height: 1.3;
  }
  .c5-quality .c5-quality__lead {
    font-size: 3.129vw;
    line-height: 1.8;
    text-align: left;
    margin-top: 5.71%;
  }
  .c5-quality .c5-quality__movie {
    width: 90%;
    margin: 9.52% auto 0;
    flex-direction: column;
  }
  .c5-quality .c5-quality__img {
    width: 100%;
  }
  .c5-quality .c5-quality__thumb {
    width: 100%;
    margin-top: 6.34%;
  }
  .c5-quality .c5-quality__txt {
    font-size: 3.129vw;
    margin-top: 8.57%;
  }
  .c5-quality .c5-quality__line {
    margin: 17.85% 0;
  }
  .c5-quality .c5-quality__list {
    margin-top: 11.42%;
    display: flex;
    flex-direction: column;
  }
  .c5-quality .c5-quality__list .c5-quality__list__img {
    width: 100%;
  }
  .c5-quality .c5-quality__list .c5-quality__list__img img {
    width: 100%;
  }
  .c5-quality .c5-quality__list .c5-quality__list__txt {
    width: 100%;
    font-size: 3.129vw;
    margin-top: 7.14%;
  }
  .c5-quality .c5-quality__list .c5-quality__list__txt span {
    display: block;
    font-size: 5.08vw;
  }
  .c5-quality .c5-quality__list:nth-of-type(2) .c5-quality__list__img {
    order: 1;
  }
  .c5-quality .c5-quality__list:nth-of-type(2) .c5-quality__list__txt {
    order: 2;
  }
  .c5-quality .c5-quality__point {
    font-size: 3.65vw;
    margin-top: 11.42%;
  }
  .c5-quality .c5-point__flex {
    display: flex;
    flex-direction: column;
    margin: 5.714% 0 18.57%;
  }
  .c5-quality .c5-quality__point__list {
    width: 100%;
  }
  .c5-quality .c5-quality__point__list li {
    font-size: 3.129vw;
    padding-left: 1em;
    text-indent: -1.2em;
  }
  .c5-quality .c5-quality__point__list li+li {
    margin-top: 1.428%;
  }
  .c5-quality .c5-quality__point__list li:last-of-type {
    margin-top: 7.14%;
    padding-left: 0;
    text-indent: 0;
  }
  .c5-quality .c5-quality__point__img {
    width: 100%;
  }
  .c5-quality .c5-quality__point__img .c5-quality__point__human {
    width: 35.714%;
    margin: 10% auto 0;
  }
  .c5-quality .c5-quality__point__img .c5-quality__point__human img {
    width: 100%;
  }
  .c5-quality .c5-quality__point__img .c5-quality__point__txt {
    font-size: 3.129vw;
    text-align: center;
    margin-top: 4.28%;
  }
}

.c5-home {
  padding: 6.66667% 0;
}
.c5-home .c5-home__ttl{
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #3d3a3a;
}
.c5-home .c5-home__txt{
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #3d3a3a;
  margin-top: 20px;
}
.c5-home .c5-home__cap{
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold;
  color: #83838f;
  margin-top: 40px;
 word-break: break-all;
}
.c5-home .c5-home__list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c5-home .c5-home__list .c5-home__item{
  width: 48.333%;
  border: 1px solid #d9dee4;
  margin-top: 20px;
}
.c5-home .c5-home__list .c5-home__item a{
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.c5-home .c5-home__list .c5-home__item .c5-home__img{
  width: 51.78%;
  margin-right: 4.46%;
}
.c5-home .c5-home__list .c5-home__item .c5-home__img img{
  max-width: 100%;
}
.c5-home .c5-home__list .c5-home__item .c5-home__con{
  font-weight: bold;
  color: #404040;
  line-height: 1.875;
}
.c5-home .c5-home__link{
  margin-top: 30px;
}
.c5-home .c5-home__link a{
  font-weight: bold;
  color: #404040;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .c5-home {
    padding: 13.33333% 0;
  }
  .c5-home .c5-home__ttl{
    font-size: 5.736vw;
    line-height: 1.3;
  }
  .c5-home .c5-home__txt{
    font-size: 3.46vw;
    margin-top: 2.66vw;
  }
  .c5-home .c5-home__cap{
    font-size: 2.93vw;
    margin-top: 5.33vw;
  }
  .c5-home .c5-home__list{
    display: block;
  }
  .c5-home .c5-home__list .c5-home__item{
    width: 100%;
    margin-top: 2.66vw;
  }
  .c5-home .c5-home__list .c5-home__item a{
    padding: 1.6vw;
  }
  .c5-home .c5-home__list .c5-home__item .c5-home__img{
    width: 44.4vw;
    margin-right: 1.33vw;
  }
  .c5-home .c5-home__list .c5-home__item .c5-home__img img{
    max-width: 100%;
  }
  .c5-home .c5-home__list .c5-home__item .c5-home__con{
    width: 38.66vw;
    font-size: 3.53vw;
    letter-spacing: -0.04em;
  }
  .c5-home .c5-home__link{
    margin-top: 4.66vw;
  }
  .c5-home .c5-home__link a{
    font-size: 3.733vw;
  }
}

.c5-child-1 {
  order: 1;
}
.c5-child-2 {
  order: 2;
}
.c5-child-3 {
  order: 3;
}
.c5-child-4 {
  order: 4;
}
.c5-child-5 {
  order: 5;
}
.c5-child-6 {
  order: 6;
}
.c5-child-7 {
  order: 7;
}
.c5-child-8 {
  order: 8;
}
.c5-child-9 {
  order: 9;
}
.s5-iconInline {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-top: -0.15em;
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.c5-ta-interview__inner p.c5-ta-interview__note {
  font-size: 12px;
  text-align: end;
  margin-bottom: 12px;
  margin-top: -12px;
}

@media screen and (max-width: 530px) {
  .c5-ta-interview__inner p.c5-ta-interview__note {
    text-align: start;
  }
}

.c5-ta-interview__sec09-blocks {
  background: #f4f4f4;
  padding: 25px;
}
.c5-ta-interview__sec09-item img {
  height: auto;
  max-width: 100%;
  margin-bottom: 24px;
}
.c5-ta-interview__sec09-item p {
  color: #585858;
  font-size: 14px;
  margin-bottom: 24px;
}