@charset "UTF-8";
body::before {
  /*background: url("../images/bg.jpg") no-repeat center;*/
  background: #fff;
  background-size: cover;/* cover指定できる */
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */
}
.top-inner h1 {
    position: absolute;
    top: 15px;
    left: 15px;
    font-weight: 700;
    font-size: 2rem;
}
h1 img {
    width: 100%;
    filter: drop-shadow(0px 0px 2px #fff)drop-shadow(0px 0px 2px #fff);
}
h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
}
.site-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    display: block;
    width: 90%;
    text-align: center;
    max-width: 730px;
}
.site-logo img {
    width: 100%;
    filter: drop-shadow(0px 0px 5px #000);
}
img.top-profile {
    margin-top: 60px;
    filter: none;
}
.inner {
  padding: 14vw 4vw;
}
.inner h2, .inner h3 {
  color: #333;
  font-size: 6vw;
  text-align: center;
  font-family: 'YakuHanJPs', 'Noto Sans JP', sans-serif;
}
.top {
  margin-top: 0;
}
.top-inner {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg.jpg) no-repeat center / cover;
}
.concept {
    position: relative;
    background: #000000;
    color: #fff;
    margin-bottom: 70px;
    z-index: 0;
}
.solid {
  position: absolute;
  left: 0px;
  top: -70px;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #000000;
  border-top: 35px solid transparent;
  border-bottom: 35px solid #000000;
  transition: .3s all;
  content: '';
  display: block;
}
.concept-ttl {
    position: relative;
}
.concept-ttl span {
  font-size: 6vw;
}
.concept-txt {
  margin-top: 5px;
}
.concept-ttl .stroke {
    display: block;
    width: auto;
    height: 12vw;
}
svg.stroke {
  fill: #fff;
}
/*svg.stroke {
  stroke: #fff;
  stroke-width: 3px;
  fill: transparent;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}
svg.stroke-3 {
  stroke: #333;
  stroke-width: 2px;
  fill: transparent;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}*/
svg.stroke.action {
  animation: textAnime 2s forwards;
}
svg.stroke.action.stroke-3 {
  animation: textAnime2 3s forwards;
}
@keyframes textAnime {
  0% {
    stroke-dashoffset: 1000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
@keyframes textAnime2 {
  0% {
    stroke-dashoffset: 600;
    fill: transparent;
  }
  25% {
    fill: transparent;
  }
  50% {
    fill: #333;
    stroke-dashoffset: 0;
  }
  100% {
    fill: #333;
    stroke-dashoffset: 0;
  }
}
img.logo-bg {
    position: absolute;
    top: -100px;
    left: auto;
    right: 0;
    z-index: -1;
    width: 195px;
}
.logo-bg-2 img.logo-bg {
    top: -18px;
    left: auto;
    right: 0;
    width: 120px;
}
.solid_after {
  position: absolute;
  right: 0;
  content: '';
  display: block;
  bottom: -70px;
  border-right: 50vw solid #000000;
  border-left: 50vw solid transparent;
  border-top: 35px solid #000000;
  border-bottom: 35px solid transparent;
  transition: .3s all;
}
.feature-list figure, .feature-list p {
  text-align: center;
}
.feature-list .list-style {
  margin-top: 30px;
}
.feature-list p {
    max-width: 280px;
    margin: 30px auto 0;
}
.feature-list > li {
  display: block;
  width: 100%;
  margin-top: 60px;
}
.feature-inner, .about {
  position: relative;
  overflow: hidden;
}
.feature-inner .inner {
  padding-bottom: 170px;
}
.feature-inner:after, .about:after {
  background-color: #000000;
  content: '';
  position: absolute;
  transform-origin: center;
  transform: rotate(7deg);
  width: 200vw;
  height: 1px;
  left: -50vw;
  z-index: 100;
  bottom: 70px;
}
.about.company:after {
    content: none;
}
p.about-txt {
    width: 100%;
}
.value-content {
  margin-top: 60px;
}
.value-list {
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 3rem;
  position: relative;
  line-height: 1.5;
}
.value-list:before {
  content: '';
  width: 8px;
  height: 100%;
  background: #000000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.value-box {
  padding: 4vw;
  background: #ddf2eb;
}
.value-box p {
  margin-bottom: 1.5rem;
}
.about, .history, .work, .access, .recruit, .contact {
  padding: 14vw 0;
}
.about {
  padding-bottom: 170px;
}
.about .inner, .work .inner {
  padding-top: 30px;
}
h2.left-ttl {
  position: relative;
  margin-left: 60px;
  font-size: 6vw;
}
h2.left-ttl:before {
  position: absolute;
  top: 50%;
  left: -70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 60px;
  height: 8px;
  background-color: #000000;
}
.about-content h3, .work-content h3 {
  font-size: 2rem;
  text-align: left;
  position: relative;
  border-bottom: solid 2px #333;
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: 'Oswald', sans-serif;
}
.about-content dt {
  float: left;
}
.about-content dd {
  margin-left: 14rem;
  margin-bottom: 1.5rem;
}
.about-content dl:after {
    content: '';
    clear: both;
    display: block;
}
.about-message ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.about-message ol li {
    text-indent: -2.7em;
    padding-left: 2.7em;
}
.about-message ol li:before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-weight: bold;
    color: #000000;
    font-size: 150%;
}
.management a {
    text-decoration: underline;
}
.management h4.artist-name {
    font-size: 10vw;
}
.management img {
    width: 80%;
}
.management h4 {
    font-size: 150%;
    margin-bottom: 15px;
}



.ceo-image {
    width: 100%;
    margin-bottom: 30px;
}
.rinen.inner {
  position: relative;
  background: #000000;
  color: #fff;
  margin: 70px auto;
}
.rinen-ttl {
  margin-bottom: 30px;
  display: block;
}
.history {
  padding-bottom: 0;
}
.history-list {
  padding: 60px 0 0 4vw;
}
.history-list li {
  max-width: 70%;
  margin: 0 0 15px auto;
  display: block;
  padding: 20px 0px 20px 5px;
  position: relative;
  background: #f5f5f5;
}
.history-list li::before {
  position: absolute;
  top: 26px;
  left: -31px;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 3px #000000;
}
.history-list li::after {
  position: absolute;
  top: 34px;
  left: -30px;
  content: '';
  width: 10px;
  height: 198px;
  background: #f5f5f5;
  z-index: -1;
}
.history-list li:last-child::after {
  content: none;
}
.history-list li p {
  font-weight: bold;
}
.history-list li p:last-child {
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
}
.history-list li.accent {
  background: #000000;
  color: #fff;
}
.work-image li {
  display: block;
  margin-bottom: 60px;
}
.work-image li:last-child {
  margin-bottom: 0;
}
.work-image figure {
  margin-bottom: 30px;
}
.work-image figure img {
  width: 100%;
}
.work-image h4 {
  font-size: 3.5vw;
}
.work-image.icon-list li {
  margin-bottom: 0;
}
.work-image.icon-list figure {
  margin-bottom: 0;
}
.work-image.event-list li {
  margin-bottom: 30px;
}
.event-txt {
  margin-bottom: 30px;
}
.access {
  position: relative;
  background: #f7f7f7;
}
.access {
  position: relative;
  background: #f7f7f7;
  margin-bottom: 70px;
}
.access .solid {
  border-left: 50vw solid #f7f7f7;
  border-bottom: 35px solid #f7f7f7;
}
.access .solid_after {
  border-right: 50vw solid #f7f7f7;
  border-top: 35px solid #f7f7f7;
}
.access-content.inner {
  padding-bottom: 0;
}
.access-txt {
  width: 100%;
  margin-bottom: 30px;
}
.access-txt h3 {
  font-size: 4vw;
  text-align: left;
  margin-bottom: 30px;
  font-family: 'Oswald', sans-serif;
}
.access-map {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recruit {
  position: relative;
  background: #000000;
  margin-bottom: 70px;
  color: #fff;
}
.recruit h2.left-ttl:before {
  background-color: #fff;
}
.contact {
  position: relative;
  background: #858586;
  color: #fff;
}
.contact .solid {
  border-left: 50vw solid #858586;
  border-bottom: 35px solid #858586;
}
.contact .solid_after {
  border-right: 50vw solid #858586;
  border-top: 35px solid #858586;
  color: #fff;
}
.contact h2.left-ttl:before {
  background-color: #fff;
}
/* contact form */
.form__wrap {
  width: 100%;
  max-width: 1000px; /*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .template02 {
  color: #333;
  font-size: 16px;
}
p.form__label {
  color: #fff;
}
.confirm-wrap {
  margin-bottom: 60px;
}
.confirm-wrap div {
  margin-bottom: 1rem;
}
.confirm-wrap div:after {
  content: '';
  clear: both;
  display: block;
}
.confirm-wrap label {
  float: left;
}
.confirm-wrap p {
  margin-left: 150px;
}
.wpcf7 .template02 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .template02 a:hover {
  opacity: .5;
  transition: opacity .25s;
}
.wpcf7 .template02 div.form__row {
  display: flex;
  margin: 0;
  padding: 0;
  border-top: 1px solid #efe8e5;
}
.wpcf7 .template02 div.form__row.row-privacy, .wpcf7 .template02 div.form__row.row-submit {
  display: block;
  border-top: 0;
  margin-top: 1em;
  text-align: center;
}
.wpcf7 .template02 p.form__label, .wpcf7 .template02 p.form__body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label {
  width: 36%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 p.form__body {
  width: 64%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 div.form__row.row-privacy .form__body, .wpcf7 .template02 div.form__row.row-submit .form__body {
  width: 100%;
}
.wpcf7 .template02 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 44px;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label label::after {
  content: "\4EFB\610F";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  margin: 0;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #929292;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label.is-required label {
  position: relative;
}
.wpcf7 .template02 p.form__label.is-required label::after {
  content: "\5FC5\9808";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: #f44336;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
/* テキストフィールド */
.wpcf7 .template02 input[type=text], .wpcf7 .template02 input[type=tel], .wpcf7 .template02 input[type=email], .wpcf7 .template02 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: transparent;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 100%;
  max-width: 100%;
}
/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder, .wpcf7 .template01 input[type=tel]::placeholder, .wpcf7 .template01 input[type=email]::placeholder, .wpcf7 .template01 input[type=url]::placeholder, .wpcf7 .template01 input[type=date]::placeholder, .wpcf7 .template01 input[type=number]::placeholder, .wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]:-ms-input-placeholder, .wpcf7 .template01 input[type=tel]:-ms-input-placeholder, .wpcf7 .template01 input[type=email]:-ms-input-placeholder, .wpcf7 .template01 input[type=url]:-ms-input-placeholder, .wpcf7 .template01 input[type=date]:-ms-input-placeholder, .wpcf7 .template01 input[type=number]:-ms-input-placeholder, .wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::-ms-input-placeholder, .wpcf7 .template01 input[type=tel]::-ms-input-placeholder, .wpcf7 .template01 input[type=email]::-ms-input-placeholder, .wpcf7 .template01 input[type=url]::-ms-input-placeholder, .wpcf7 .template01 input[type=date]::-ms-input-placeholder, .wpcf7 .template01 input[type=number]::-ms-input-placeholder, .wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus, .wpcf7 .template01 input[type=tel]:focus, .wpcf7 .template01 input[type=email]:focus, .wpcf7 .template01 input[type=url]:focus, .wpcf7 .template01 input[type=date]:focus, .wpcf7 .template01 input[type=number]:focus, .wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #3298dc solid;
  box-shadow: 0 0 2px 2px rgba(50, 152, 220, 0.5);
}
/* チェックボックス */
.wpcf7 .template02 input[type=checkbox] {
  display: none;
}
.wpcf7 .template02 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid rgba(50, 152, 220, 0.5);
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .template02 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span {
  color: #3298dc;
  transition: all .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span::before {
  opacity: 1;
  border: 1px solid #3298dc;
  box-shadow: 0 0 2px 2px rgba(50, 152, 220, 0.5);
  background-color: #3298dc;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity .25s ease;
}
/* ラジオボタン */
.wpcf7 .template02 input[type=radio] {
  display: none;
}
.wpcf7 .template02 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid rgba(50, 152, 220, 0.5);
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio]:checked + span {
  color: #3298dc;
}
.wpcf7 .template02 input[type=radio]:checked + span::before {
  box-shadow: 0 0 2px 2px rgba(50, 152, 220, 0.5);
}
.wpcf7 .template02 input[type=radio]:checked + span::after {
  opacity: 1;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #3298dc;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
/* セレクト */
.wpcf7 .template02 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: .5em 3.5em .5em 1em;
  border: 1px solid rgba(50, 152, 220, 0.5);
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(50, 152, 220, 0.5), rgba(50, 152, 220, 0.5));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template02 select::-ms-expand {
  display: none;
}
.wpcf7 .template02 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: .8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .template02 select:focus {
  outline: 0;
  border: 1px #3298dc solid;
  box-shadow: 0 0 2px 2px rgba(50, 152, 220, 0.5);
}
.wpcf7 .template02 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #3298dc;
  border-right: 1px solid #3298dc;
}
/* 送信ボタン */
.wpcf7 .template02 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template02 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #3298dc solid;
  border-radius: 8px;
  background-color: #3298dc;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template02 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .template02 input[type="submit"]:hover {
  box-shadow: 0 0 2px 2px rgba(50, 152, 220, 0.5);
  background-color: #fff;
  color: #3298dc;
  transition: all .25s;
}
.wpcf7 .template02 input[type="submit"]:focus {
  outline: 0;
  border: 1px #3298dc solid;
  box-shadow: 0 0 2px 2px rgba(50, 152, 220, 0.5);
}
textarea#message {
  max-width: 100%;
}
.submit-btn button, .submit-btn input {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #000000 solid;
  background-color: #000000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.submit-btn input {
  margin-right: 1rem;
  background-color: #ccc;
  border: solid 1px #ccc;
}
.wpcf7 .error {
  color: #f44337;
  font-size: 12px;
}
.block p.txt, .block ul, .block ol {
    margin-bottom: 30px;
}
.block h4 {
    margin-top: 60px;
    margin-bottom: 15px;
}
.block ul, .block ol {
    padding-left: 2rem;
    list-style: auto;
}
.modaal-content-container {
    padding: 30px 0!important;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .template02 div.form__row {
    display: block;
  }
  .wpcf7 .template02 p.form__label {
    width: 100%;
    padding: 1.5em 0 0;
  }
  .wpcf7 .template02 p.form__body {
    width: 100%;
    padding: 1em 0 1.5em;
  }
  .confirm-wrap label {
    float: none;
  }
  .confirm-wrap p {
    margin-left: 0;
  }
  .submit-btn input {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .access-txt h3 {
    font-size: 2rem;
  }
    p.about-txt img {
    display: block;
    margin: 0 auto 15px;
}
}
@media screen and (min-width: 376px) {}
@media screen and (min-width: 768px) {
    .top-inner h1 {
    position: static;
    padding: 15px 0px 0px 15px;
}
.site-logo {
    padding-bottom: 250px;
    position: static;
    top: 0;
    left: 0;
    transform: none;
    margin: 60px auto 0;
    z-index: -2;
}
h1 img {
    width: 350px;
}
  .inner {
    padding: 8vw 4vw;
  }
  .inner h2, h2.left-ttl {
    font-size: 4.0rem;
  }
  .about, .history, .work, .access, .recruit, .contact {
    padding: 8vw 0;
  }
  .concept-ttl .stroke {
    height: auto;
    width: 100%;
    max-width: 650px;
    display: inline-block;
}
  .concept-ttl span {
    font-size: 3.5rem;
    white-space: nowrap;
}
img.logo-bg {
    top: -105px;
    left: 500px;
    right: auto;
    width: auto;
}
.logo-bg-2 img.logo-bg {
    top: -18px;
    left: 580px;
    right: auto;
    width: auto;
}
  .concept-txt {
    font-size: 3rem;
  }
  .feature-list.flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .feature-list > li {
    width: 50%;
  }
  .feature-list .list-style > li {
    max-width: 80%;
    margin: 0 auto;
  }
  .value-box, .value-list {
    width: 100%;
  }
  .value-list {
    font-size: 3rem;
  }
  .value-list:before {
    content: none;
  }
  .value-list li {
    position: relative;
  }
  .value-list li:after {
    content: '';
    width: 8px;
    height: 100%;
    background: #000000;
    display: block;
    position: absolute;
    top: 0;
    left: -2.5rem;
  }
  .value-box {
    margin-top: 50px;
  }
  .value-content.flex.wrap.jcc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about-txt,.ceo-image {
    width: 100%;
  }
  .about {
    padding: 8vw 0 calc(8vw + 170px);
  }
  .history {
    padding-bottom: 0;
  }
  .history-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .history-list li.accent, .history-list li {
    background: none;
    color: #333;
  }
  .history-list li p:first-child {
    width: 150px;
  }
  .history-list li p:last-child {
    text-align: left;
    margin: 0;
    padding: 10px 20px;
    width: calc(100% - 150px);
  }
  .history-list li p:last-child {
    background: #f5f5f5;
  }
  .history-list li.accent p:last-child {
    background: #000000;
    color: #fff;
  }
  .history-list li::before {
    top: 37px;
  }
  .work-image li {
    width: 47.6%;
  }
  .work-image h4 {
    font-size: 2.0rem;
  }
  .work-image li:nth-child(even) {
    margin-top: 50px;
  }
  .work-image.icon-list li:nth-child(even), .work-image.event-list li:nth-child(even) {
    margin-top: 0;
  }
  .work-image.icon-list li {
    width: 33.333333%;
    width: calc(100% / 3);
  }
  .work-image.event-list li {
    width: 30.5%;
  }
  .work-image.event-list li {
    width: 30.5%;
    margin-bottom: 0;
  }
  .work-image.event-list li:nth-child(2) {
    margin-top: 50px;
  }
  .work-image.event-list li:last-child {
    margin-top: 100px;
  }
  .work-content-2, .work-content-3, .work-content-4 {
    margin-top: 60px;
  }
  .event-content {
    position: relative;
  }
  .work-image.event-list figure {
    margin-bottom: 0;
  }
  .event-txt {
    position: absolute;
    top: 0;
    right: 0;
  }
  .access-txt h3 {
    font-size: 4rem;
  }
  .access-txt, .access-map {
    width: 50%;
  }
  .access-map {
    padding-top: 50%;
  }
  .solid {
    top: -160px;
    border-top: 80px solid transparent;
    border-bottom: 80px solid #000000;
  }
  .solid_after {
    bottom: -160px;
    border-top: 80px solid #000000;
    border-bottom: 80px solid transparent;
  }
  .access .solid {
    border-bottom: 80px solid #f7f7f7;
  }
  .access .solid_after {
    border-top: 80px solid #f7f7f7;
  }
  .contact .solid {
    border-bottom: 80px solid #858586;
  }
  .concept {
    margin-bottom: 200px;
  }
  .rinen.inner {
    margin: 200px auto;
  }
  .feature-inner .inner {
    padding-bottom: 280px;
  }
  .feature-inner:after, .about:after {
    bottom: 140px;
  }
  .about {
    padding-bottom: 280px;
  }
  .work {
    padding-bottom: 200px;
  }
  .access {
    padding-bottom: 200px;
  }
  .recruit {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 1025px) {
  .inner {
    padding: 80px 4vw;
  }
  .page-width {
    max-width: 1200px;
    margin: 0 auto;
  }
  .about, .history, .work, .access, .recruit, .contact {
    padding: 80px 0;
  }
  .about {
    padding-bottom: 280px;
  }
  .work {
    padding-bottom: 200px;
  }
  .access {
    padding-bottom: 200px;
  }
  .history {
    padding-bottom: 0;
  }
  .feature-list > li {
    width: 33.333%;
    width: calc(100% / 3);
  }
  .feature-list > li:nth-child(2) {
    margin-top: 110px;
  }
  .feature-list > li:nth-child(3) {
    margin-top: 160px;
  }
  .feature-list > li:nth-child(4) {
    margin-top: -50px;
  }
  .feature-list > li:nth-child(5) {
    margin-top: 0;
  }
}