@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
#container {
  position: relative;
}

@media screen and (max-width: 768px) {
  #container {
    width: 100%;
    overflow: hidden;
  }
}

#container .inner {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  #container .inner {
    width: 100%;
  }
}

header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  background: #fff;
}

header .header {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 35px;
  padding-right: 110px;
}

header .header h1 {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header .extend {
  height: 100px;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header .extend ul {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header .extend ul li {
  margin-right: 20px;
}

header .header .extend ul li a {
  display: block;
}

header .header .extend ul li:last-child img {
  height: 75px;
}

header .header .extend .site-link {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

header .header .extend .site-link li a {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 130px;
  height: 40px;
  text-align: center;
  color: #fff;
  background: #373737;
  font-size: 14px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  font-family: "Noto Sans JP", sans-serif;
}

header .header .extend .site-link li a:hover {
  background: #EA3341;
}

header .header .extend .entry li a {
  font-size: 22px;
  width: 110px;
  height: 55px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 2px #000;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  border-radius: 2em;
  color: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

header .header .extend .entry li a:hover {
  background: #EA3341;
  color: #fff;
  border-color: #EA3341;
}

@media screen and (max-width: 768px) {
  header {
    height: 16vw;
  }
  header.fixed {
    position: fixed;
    top: -16vw;
  }
  header.fixed.active {
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  }
  header .header {
    padding: 0 3vw;
    padding-right: 16vw;
  }
  header .header h1 img {
    width: 26vw;
  }
  header .header .extend {
    height: 16vw;
  }
  header .header .extend ul li {
    margin-right: 2vw;
  }
  header .header .extend ul.entry li a {
    font-size: 3.5vw;
    width: 6em;
    height: 2em;
  }
}

#modal.entry-modal {
  z-index: 1000;
  background: rgba(130, 130, 130, 0.9);
}

#modal.entry-modal #modal_inner {
  border-radius: 20px;
}

#modal.entry-modal #modal_inner #modal_container ul {
  width: 880px;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 30px;
}

#modal.entry-modal #modal_inner #modal_container ul li {
  width: 50%;
  text-align: center;
  padding-bottom: 1em;
  padding-top: 3em;
}

#modal.entry-modal #modal_inner #modal_container ul li:first-child {
  border-right: solid 1px #333;
}

#modal.entry-modal #modal_inner #modal_container ul li span {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 4em;
}

#modal.entry-modal #modal_inner #modal_container ul li a {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-style: italic;
  background: #E50012;
  padding: 0.6em 3em;
  border-radius: 3em;
}

#modal.entry-modal #modal_inner #modal_close {
  width: 22px;
  height: 19px;
  background: none;
  right: 0;
  top: -30px;
}

#modal.entry-modal #modal_inner #modal_close:before, #modal.entry-modal #modal_inner #modal_close:after {
  background: #fff;
}

@media screen and (max-width: 768px) {
  #modal.entry-modal #modal_inner {
    border-radius: 5vw;
  }
  #modal.entry-modal #modal_inner #modal_container ul {
    padding: 5vw;
    width: calc(100% - 10vw);
    display: block;
  }
  #modal.entry-modal #modal_inner #modal_container ul li {
    width: 100%;
    padding-bottom: 2em;
    padding-top: 2em;
  }
  #modal.entry-modal #modal_inner #modal_container ul li:first-child {
    border-right: 0;
    border-bottom: solid 1px #333;
  }
  #modal.entry-modal #modal_inner #modal_container ul li span {
    font-size: 5vw;
    margin-bottom: 2em;
  }
  #modal.entry-modal #modal_inner #modal_container ul li a {
    font-size: 5vw;
  }
}

main {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 16vw;
  }
}

main.ip #kv {
  height: 680px;
  background-size: cover;
  background-position: center center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main.ip #kv.bgcolor {
  background: -webkit-linear-gradient(45deg, #EF6671 0%, #E8192A 20%, #E8192A 80%, #EF6671 100%);
  background: -o-linear-gradient(45deg, #EF6671 0%, #E8192A 20%, #E8192A 80%, #EF6671 100%);
  background: linear-gradient(45deg, #EF6671 0%, #E8192A 20%, #E8192A 80%, #EF6671 100%);
}

main.ip #kv #kv-inner {
  position: relative;
}

main.ip #kv #kv-inner h2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 80px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 1em;
  text-align: center;
  line-height: 1.4em;
}

main.ip #kv #kv-inner h2 small {
  text-align: center;
  font-size: 55%;
}

main.ip #kv #kv-inner #lead {
  font-size: 23px;
}

main.ip #kv #kv-inner #lead p {
  text-align: center;
  color: #fff;
  font-size: inherit;
}

main.ip #kv #kv-inner #lead p strong {
  font-size: 125%;
}

main.ip #kv #kv-inner #lead.shadow {
  text-shadow: 0 0 5px black;
}

@media screen and (max-width: 768px) {
  main.ip #kv {
    height: 120vw;
  }
  main.ip #kv #kv-inner h2 {
    font-size: 8vw;
  }
  main.ip #kv #kv-inner #lead {
    font-size: 3.5vw;
    letter-spacing: -0.05em;
  }
}

main.ip .lead {
  padding: 60px 0;
  margin-bottom: 100px;
  background: url(../images/grad-bg-left.png) right 50vw top/40vw no-repeat #f1f1f1;
}

main.ip .lead h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  text-align: center;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: 1em;
}

main.ip .lead p {
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  main.ip .lead {
    padding: 10vw 0;
    margin-bottom: 10vw;
    background-size: 80vw;
  }
  main.ip .lead h3 {
    font-size: 5vw;
    line-height: 1.6em;
  }
  main.ip .lead p {
    font-size: 3.5vw;
    padding: 0 1em;
  }
}

main.ip .nav {
  padding: 80px 0;
  background: url(../images/subnav-bg.png) right calc(50vw + 140px) top no-repeat #d1eddd;
}

main.ip .nav ul {
  width: 920px;
  margin: auto;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 20px;
}

main.ip .nav ul:last-child {
  margin-bottom: 0;
}

main.ip .nav ul li a {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 440px;
  height: 70px;
  background: #E50012;
  color: #fff;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 0.2em;
  position: relative;
}

main.ip .nav ul li a.pink {
  background-color: #f0a5b4;
}

main.ip .nav ul li a:after {
  content: "\e5e1";
  font-family: "Material Icons";
  font-size: 1em;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.5em);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

main.ip .nav ul li a:hover:after {
  -webkit-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  transform: translateX(0.5em);
}

main.ip .nav ul li a.pagelink {
  background: #fff;
  color: #E50012;
}

main.ip .nav ul li a.pagelink:after {
  color: #9b9b9b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 1.2em;
}

main.ip .nav ul li span {
  text-align: center;
  display: block;
  font-size: 16px;
  color: #373737;
  padding-top: 0.5em;
}

@media screen and (max-width: 768px) {
  main.ip .nav {
    padding: 5vw 0;
    background-size: 80vw;
    background-position: left -10vw top;
  }
  main.ip .nav ul {
    width: 90%;
  }
  main.ip .nav ul li {
    width: 48%;
  }
  main.ip .nav ul li a {
    width: 100%;
    font-size: 3vw;
    height: 3.5em;
  }
  main.ip .nav ul li span {
    font-size: 3.2vw;
  }
}

section.basic {
  width: 1100px;
  margin: auto;
}

section.basic .basic-inner {
  width: 1100px;
  margin: auto;
}

section.basic h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 1.2em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3.5em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: normal;
  background: -webkit-linear-gradient(45deg, #ED4C59, #E50012, #ED4C59);
  background: -o-linear-gradient(45deg, #ED4C59, #E50012, #ED4C59);
  background: linear-gradient(45deg, #ED4C59, #E50012, #ED4C59);
  border-radius: 10em;
  margin-bottom: 1em;
}

section.basic h3 small {
  font-size: 50%;
  display: inline-block;
  padding-top: 0.4em;
}

section.basic h3.black {
  background: #373737;
}

section.basic article p {
  font-size: 20px;
  color: #373737;
}

section.basic article p.note {
  font-size: 85%;
}

section.basic article p:last-child {
  margin-bottom: 0;
}

section.basic .table-basic {
  position: relative;
  width: 835px;
  margin: auto;
}

section.basic .table-basic.table-wide {
  width: 920px;
}

section.basic .table-basic table {
  border-top: solid 1px #ccc;
  position: relative;
  z-index: 1;
  width: 100%;
}

section.basic .table-basic table tbody tr {
  border-bottom: solid 1px #ccc;
}

section.basic .table-basic table tbody tr th {
  font-size: 20px;
  color: #000;
  width: 230px;
  padding: 1.5em 0;
  text-align: left;
  padding-left: em;
  vertical-align: middle;
  border-right: solid 1px #ccc;
}

section.basic .table-basic table tbody tr td {
  font-size: 20px;
  padding: 1.5em 0 1.5em 1.4em;
  vertical-align: middle;
  color: #373737;
  line-height: 1.6em;
}

section.basic .table-basic table tbody tr td span.indent {
  display: inline-block;
  line-height: inherit;
  text-indent: -1em;
  padding-left: 1em;
}

section.basic .table-basic table tbody tr td dl {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: inherit;
}

section.basic .table-basic table tbody tr td dl dt, section.basic .table-basic table tbody tr td dl dd {
  line-height: 1.6em;
  font-size: inherit;
}

section.basic .table-basic table tbody tr td dl dt {
  font-weight: bold;
}

section.basic .table-basic table tbody tr td dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  section.basic {
    width: 90%;
    padding: 15vw 0 0;
  }
  section.basic .basic-inner {
    width: 90%;
  }
  section.basic h3 {
    font-size: 4.5vw;
    min-height: 2em;
    padding: 0.5em 0;
  }
  section.basic article p {
    font-size: 3.5vw;
  }
  section.basic .table-basic {
    width: 100% !important;
  }
  section.basic .table-basic:before {
    width: 36%;
  }
  section.basic .table-basic table tbody tr th {
    width: 40%;
    font-size: 3.5vw;
    padding-left: 1em;
  }
  section.basic .table-basic table tbody tr td {
    font-size: 3.5vw;
  }
}

section.grad {
  padding: 100px 0;
  background: url(../images/grad-bg-right.png) left 50vw top no-repeat #f1f1f1;
  width: 100%;
}

section.grad .basic-inner {
  position: relative;
  z-index: 1;
}

section.grad.grad-left {
  background: url(../images/grad-bg-left.png) right 50vw top no-repeat #f1f1f1;
}

@media screen and (max-width: 768px) {
  section.grad {
    background: url(../images/grad-bg-right.png) right -20vw top/70vw no-repeat #f1f1f1;
  }
  section.grad.grad-left {
    background: url(../images/grad-bg-left.png) left -20vw top/70vw no-repeat #f1f1f1;
  }
}

footer {
  background: #f1f1f1;
}

footer .sitemap {
  padding: 80px 0 60px;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}

footer .sitemap article {
  width: 18%;
  margin-bottom: 30px;
}

footer .sitemap article.wide {
  width: 38%;
}

footer .sitemap article.sitemap-first a {
  overflow: hidden;
  display: block;
}

footer .sitemap article.sitemap-first a img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

footer .sitemap article.sitemap-first a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

footer .sitemap article h3 {
  border-bottom: solid 2px #E50012;
  font-size: 17px;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  font-style: italic;
}

footer .sitemap article h3 span {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #E50012;
  font-style: normal;
}

footer .sitemap article h3 a {
  font-size: inherit;
  font-family: "Noto Sans JP", sans-serif;
  color: #373737;
  line-height: 1em;
  font-weight: normal;
}

footer .sitemap article h3 a:hover {
  color: #E50012;
}

footer .sitemap article ul li {
  font-size: 12px;
}

footer .sitemap article ul li a {
  font-size: inherit;
  color: #373737;
  line-height: 1em;
  display: block;
  padding: 0.4em 0;
  line-height: 1.3em;
}

footer .sitemap article ul li a.blank {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(100, 100, 100)" d="M488,320c-13.2,0-24,10.8-24,24v112c0,4.4-3.6,8-8,8H56c-4.4,0-8-3.6-8-8V56c0-4.4,3.6-8,8-8h112c13.2,0,24-10.8,24-24S181.2,0,168,0H56C25.1,0,0,25.1,0,56v400c0,30.9,25.1,56,56,56h400c30.9,0,56-25.1,56-56V344C512,330.8,501.2,320,488,320z M488,0H320c-13.2,0-24,10.8-24,24s10.8,24,24,24h110.1L183,295c-9.4,9.4-9.4,24.6,0,33.9c4.7,4.7,10.8,7,17,7s12.3-2.3,17-7l247-247V192c0,13.2,10.8,24,24,24s24-10.8,24-24V24C512,10.8,501.2,0,488,0z"/></svg>') right 1em center/1em no-repeat;
}

footer .sitemap article ul li a:hover {
  background-color: #E50012;
  color: #fff;
}

footer .sitemap article div.flex {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

footer .sitemap article div.flex ul {
  width: 48%;
}

footer .sitemap article.footer-people {
  width: 41%;
}

footer .sitemap article.footer-people .footer-people-wrapper {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

footer .sitemap article.footer-people .footer-people-wrapper > div a {
  font-size: inherit;
  color: #373737;
  line-height: 1em;
  display: block;
  padding: 0.4em 0;
  padding-right: 1em;
  line-height: 1.4em;
  font-size: 14px;
  white-space: nowrap;
}

footer .sitemap article.footer-people .footer-people-wrapper > div a:hover {
  color: #E50012;
}

footer .sitemap article.footer-people table tr td {
  font-size: 12px;
}

footer .sitemap article.footer-people table tr td a {
  font-size: inherit;
  color: #373737;
  line-height: 1em;
  display: block;
  padding: 0.4em 0;
  padding-right: 1em;
  line-height: 1.4em;
}

footer .sitemap article.footer-people table tr td a:hover {
  color: #E50012;
}

footer .sitemap #footer-extra {
  width: 18%;
  padding-top: 27px;
}

footer .sitemap #footer-extra ul li {
  margin-bottom: 10px;
}

footer .sitemap #footer-extra ul li a {
  width: 100%;
  height: 25px;
  background: #fff;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #373737;
  font-size: 12px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

footer .sitemap #footer-extra ul li a:hover {
  background: #E50012;
  color: #fff;
}

footer #footer-bottom {
  background: #fff;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
}

footer #footer-bottom p {
  font-size: 11px;
  color: #373737;
}

footer #pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

footer #pagetop a {
  display: block;
}

@media screen and (max-width: 768px) {
  footer .sitemap {
    display: none;
  }
  footer #footer-bottom {
    padding: 2vw 3vw;
  }
  footer #footer-bottom h1 {
    width: 30vw;
  }
  footer #footer-bottom p {
    font-size: 2vw;
    padding-left: 2em;
    line-height: 1.4em;
  }
  footer #pagetop {
    width: 10vw;
    height: 10vw;
    right: 3vw;
    bottom: 3vw;
  }
}

.hbg {
  width: 120px;
  height: 100px;
  background: none;
  z-index: 110;
  cursor: pointer;
}

.hbg span {
  background: #000;
  width: 50px;
  height: 2px;
}

.hbg span:nth-child(1) {
  top: 35%;
}

.hbg span:nth-child(3) {
  top: 65%;
}

@media screen and (max-width: 768px) {
  .hbg {
    width: 16vw;
    height: 16vw;
    position: fixed;
  }
  .hbg span {
    width: 50%;
  }
}

nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: calc(100% - 100px);
  padding-top: 100px;
}

nav.active {
  display: block;
}

nav .nav {
  width: 100%;
  height: calc(100% - 100px);
  background: url(../images/nav-bg.png) left top no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-y: auto;
}

nav .nav .sitemap {
  width: 920px;
  margin: auto;
  padding-bottom: 100px;
}

nav .nav .sitemap .nav-inner {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

nav .nav .sitemap .nav-inner article {
  width: 47%;
  margin-bottom: 40px;
}

nav .nav .sitemap .nav-inner article.wide {
  width: 100%;
}

nav .nav .sitemap .nav-inner article.wide .flex > div {
  width: 47%;
}

nav .nav .sitemap .nav-inner article.wide .flex > div.interview {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

nav .nav .sitemap .nav-inner article.wide .flex > div.interview ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

nav .nav .sitemap .nav-inner article h3 {
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  margin-bottom: 0.5em;
  color: #373737;
  font-style: italic;
}

nav .nav .sitemap .nav-inner article h3 strong {
  color: #E50012;
  font-weight: normal;
}

nav .nav .sitemap .nav-inner article h3 a {
  font-size: 14px;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  display: inline-block;
}

nav .nav .sitemap .nav-inner article h3 a:hover {
  background: #E50012;
  color: #fff;
}

nav .nav .sitemap .nav-inner article figure {
  margin-bottom: 10px;
}

nav .nav .sitemap .nav-inner article figure a {
  display: block;
  overflow: hidden;
}

nav .nav .sitemap .nav-inner article figure a img {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

nav .nav .sitemap .nav-inner article figure a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

nav .nav .sitemap .nav-inner article ul li a {
  font-size: 15px;
  color: #373737;
  padding: 0.4em 0;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

nav .nav .sitemap .nav-inner article ul li a.blank {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(100, 100, 100)" d="M488,320c-13.2,0-24,10.8-24,24v112c0,4.4-3.6,8-8,8H56c-4.4,0-8-3.6-8-8V56c0-4.4,3.6-8,8-8h112c13.2,0,24-10.8,24-24S181.2,0,168,0H56C25.1,0,0,25.1,0,56v400c0,30.9,25.1,56,56,56h400c30.9,0,56-25.1,56-56V344C512,330.8,501.2,320,488,320z M488,0H320c-13.2,0-24,10.8-24,24s10.8,24,24,24h110.1L183,295c-9.4,9.4-9.4,24.6,0,33.9c4.7,4.7,10.8,7,17,7s12.3-2.3,17-7l247-247V192c0,13.2,10.8,24,24,24s24-10.8,24-24V24C512,10.8,501.2,0,488,0z"/></svg>') right 1em center/1em no-repeat;
}

nav .nav .sitemap .nav-inner article ul li a:hover {
  background-color: #EA3341;
  color: #fff;
}

nav .nav .sitemap .nav-inner article table {
  margin-top: 10px;
}

nav .nav .sitemap .nav-inner article table tr td {
  padding-bottom: 1em;
  padding-right: 1.5em;
  font-size: 15px;
}

nav .nav .sitemap .nav-inner article table tr td:last-child {
  padding-right: 0;
}

nav .nav .sitemap .nav-inner article table tr td a {
  font-size: inherit;
  line-height: 1.4em;
  color: #373737;
}

nav .nav .sitemap .nav-inner article table tr td a:hover {
  color: #E50012;
}

nav .nav .sitemap .nav-inner article .footer-people-wrapper {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

nav .nav .sitemap .nav-inner article .footer-people-wrapper > div a {
  font-size: inherit;
  color: #373737;
  line-height: 1em;
  display: block;
  padding: 0.4em 0;
  padding-right: 1em;
  line-height: 1.4em;
  font-size: 15px;
  white-space: nowrap;
}

nav .nav .sitemap .nav-inner article .footer-people-wrapper > div a:hover {
  color: #E50012;
}

@media screen and (max-width: 768px) {
  nav {
    padding-top: 16vw;
    height: calc(100% - 16vw);
  }
  nav .nav {
    padding-top: 10vw;
    padding-bottom: 10vw;
    background-size: 70%;
  }
  nav .nav .sitemap {
    width: 100%;
    padding-bottom: 5vw;
  }
  nav .nav .sitemap .nav-inner {
    display: block;
  }
  nav .nav .sitemap .nav-inner article {
    width: 90%;
    margin: auto;
    margin-bottom: 7vw;
  }
  nav .nav .sitemap .nav-inner article.wide {
    width: 90%;
  }
  nav .nav .sitemap .nav-inner article.wide .flex {
    display: block;
  }
  nav .nav .sitemap .nav-inner article.wide .flex > div {
    width: 100%;
    margin-bottom: 10vw;
  }
  nav .nav .sitemap .nav-inner article h3 {
    font-size: 7vw;
  }
  nav .nav .sitemap .nav-inner article figure {
    margin-bottom: 4vw;
  }
  nav .nav .sitemap .nav-inner article ul li a {
    font-size: 3.8vw;
  }
  nav .nav .sitemap .nav-inner article ul.nav-work li a {
    font-size: 3.3vw;
  }
  nav .nav .sitemap .nav-inner article table tr, nav .nav .sitemap .nav-inner article table td {
    display: block;
    width: 100%;
    font-size: 4vw;
  }
  nav .nav .sitemap .nav-inner article .footer-people-wrapper {
    display: block;
  }
  nav .nav .sitemap .nav-inner article .footer-people-wrapper > div a {
    font-size: 4vw;
    white-space: wrap;
  }
  nav .nav .sitemap .nav-inner article .footer-people-wrapper > div a span {
    font-size: 4vw;
  }
}

.nav-site-link {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-site-link {
    display: block;
  }
}

.nav-site-link,
.nav-extra1 {
  padding: 10px 0;
  background: none;
}

.nav-site-link .inner ul,
.nav-extra1 .inner ul {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-site-link .inner ul li,
.nav-extra1 .inner ul li {
  font-size: 15px;
}

.nav-site-link .inner ul li a,
.nav-extra1 .inner ul li a {
  font-size: inherit;
  border: solid 1px #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  width: 275px;
  height: 60px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  background: #737373;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nav-site-link .inner ul li a:hover,
.nav-extra1 .inner ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .nav-site-link,
  .nav-extra1 {
    padding: 5vw 0;
  }
  .nav-site-link .inner,
  .nav-extra1 .inner {
    width: 90% !important;
    display: block;
    margin: auto;
  }
  .nav-site-link .inner ul,
  .nav-extra1 .inner ul {
    margin-bottom: 5vw;
  }
  .nav-site-link .inner ul li,
  .nav-extra1 .inner ul li {
    font-size: 3.5vw;
    width: 30%;
  }
  .nav-site-link .inner ul li:last-child,
  .nav-extra1 .inner ul li:last-child {
    margin-right: 0;
  }
  .nav-site-link .inner ul li a,
  .nav-extra1 .inner ul li a {
    width: 100%;
    line-height: 1.4em;
    height: 3.5em;
    text-align: center;
  }
}

.nav-extra2 {
  padding: 10px 0;
}

.nav-extra2 ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-extra2 ul li {
  width: 30%;
}

.nav-extra2 ul li a {
  font-size: 18px;
  width: 370px;
  height: 60px;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1em;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  border: solid 1px #fff;
  color: #fff;
  width: calc(100% - 1em);
  font-size: 15px;
  background: #000;
  color: #fff;
}

.nav-extra2 ul li a:after {
  content: "\e5e1";
  font-size: 80%;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.5em);
  color: inherit;
  font-family: "Material Icons";
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.nav-extra2 ul li a.blank:after {
  content: "";
  width: 1.3em;
  height: 1.3em;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(255, 255, 255)" d="M488,320c-13.2,0-24,10.8-24,24v112c0,4.4-3.6,8-8,8H56c-4.4,0-8-3.6-8-8V56c0-4.4,3.6-8,8-8h112c13.2,0,24-10.8,24-24S181.2,0,168,0H56C25.1,0,0,25.1,0,56v400c0,30.9,25.1,56,56,56h400c30.9,0,56-25.1,56-56V344C512,330.8,501.2,320,488,320z M488,0H320c-13.2,0-24,10.8-24,24s10.8,24,24,24h110.1L183,295c-9.4,9.4-9.4,24.6,0,33.9c4.7,4.7,10.8,7,17,7s12.3-2.3,17-7l247-247V192c0,13.2,10.8,24,24,24s24-10.8,24-24V24C512,10.8,501.2,0,488,0z"/></svg>') center center/contain no-repeat;
  top: calc(50% - 0.6em);
  right: 1.5em;
}

.nav-extra2 ul li a:hover:after {
  right: 0.5em;
}

.nav-extra2 ul li a:hover.blank:after {
  right: 1em;
}

@media screen and (max-width: 768px) {
  .nav-extra2 ul li a {
    font-size: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .nav-extra2 {
    padding: 5vw 0;
  }
  .nav-extra2 ul {
    width: 90%;
    margin: auto;
  }
  .nav-extra2 ul li a {
    font-size: 2.8vw;
    line-height: 1.4em;
    letter-spacing: -0.1em;
    padding-left: 0.5em;
    width: calc(100% - 00.5em);
  }
}

#top-extra .nav-extra1 {
  padding: 40px 0;
  background: #F1737D;
}

#top-extra .nav-extra1 .inner ul li a {
  background: none;
}

#top-extra .nav-extra1 .inner .sns {
  border: 0;
}

#top-extra .nav-extra1 .inner .sns h3 {
  color: #E50012;
}

#top-extra .nav-extra2 {
  padding: 40px 0;
  background: #000;
}

#top-extra .nav-extra2 ul li a {
  background: none;
  color: #fff;
}

#top-extra .nav-extra2 ul li a.blank:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(255, 255, 255)" d="M488,320c-13.2,0-24,10.8-24,24v112c0,4.4-3.6,8-8,8H56c-4.4,0-8-3.6-8-8V56c0-4.4,3.6-8,8-8h112c13.2,0,24-10.8,24-24S181.2,0,168,0H56C25.1,0,0,25.1,0,56v400c0,30.9,25.1,56,56,56h400c30.9,0,56-25.1,56-56V344C512,330.8,501.2,320,488,320z M488,0H320c-13.2,0-24,10.8-24,24s10.8,24,24,24h110.1L183,295c-9.4,9.4-9.4,24.6,0,33.9c4.7,4.7,10.8,7,17,7s12.3-2.3,17-7l247-247V192c0,13.2,10.8,24,24,24s24-10.8,24-24V24C512,10.8,501.2,0,488,0z"/></svg>');
}

@media screen and (max-width: 768px) {
  #top-extra .nav-extra1 {
    padding: 5vw 0;
  }
  #top-extra .nav-extra2 {
    padding: 5vw 0;
  }
}

#recommend {
  background: url(../images/recommend/bg.jpg) center center/cover no-repeat;
  padding: 80px 0;
}

#recommend h3 {
  background: #262626;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 1em 0;
  margin-bottom: 1em;
  letter-spacing: 0.2em;
}

#recommend ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#recommend ul li {
  width: 48%;
  margin-bottom: 40px;
}

#recommend ul li a {
  overflow: hidden;
  position: relative;
  display: block;
}

#recommend ul li a img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#recommend ul li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#recommend ul li a span {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  height: 3em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #recommend {
    padding: 5vw 5vw;
  }
  #recommend h3 {
    font-size: 4vw;
  }
  #recommend ul li {
    margin-bottom: 5vw;
  }
  #recommend ul li a span {
    font-size: 3.2vw;
  }
}

#top-slide-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  z-index: 1000;
}

#top-slide-logo.disable {
  opacity: 0;
}

#top-slide-logo img {
  max-width: 480px;
  opacity: 0;
  -webkit-transition: 2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#top-slide-logo img.active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #top-slide-logo img {
    width: 80vw;
  }
}

.top #kv {
  position: relative;
  overflow: hidden;
  max-height: 1080px;
  height: calc(100vh - 100px);
}

@media screen and (max-width: 768px) {
  .top #kv {
    height: calc(100vh - 16vw);
  }
}

.top #kv #top-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.top #kv #top-slide .top-slide ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  -webkit-transition: 3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.top #kv #top-slide .top-slide ul li.active {
  opacity: 1;
}

.top #kv #top-slide .top-slide ul li:nth-child(1) {
  background-image: url(../../images/slide/image1.jpg);
}

.top #kv #top-slide .top-slide ul li:nth-child(2) {
  background-image: url(../../images/slide/image2.jpg);
}

.top #kv #top-slide .top-slide ul li:nth-child(3) {
  background-image: url(../../images/slide/image3.jpg);
}

.top #kv #top-slide .top-slide ul li:nth-child(4) {
  background-image: url(../../images/slide/image4.jpg);
}

.top #kv #top-slide .top-slide #top-wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.top #kv #top-slide .top-slide #top-wave img {
  width: 100%;
}

.top #kv #top-slide .top-slide h2 {
  position: absolute;
  right: 3%;
  bottom: 15%;
  width: 97%;
  text-align: right;
}

.top #kv #top-slide .top-slide h2 img {
  max-width: 40%;
}

.top #kv #top-slide .top-slide #hb-wave {
  position: absolute;
  left: -5%;
  bottom: 0;
  z-index: 9;
  width: 110%;
  height: 50%;
  opacity: 0;
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.top #kv #top-slide .top-slide #hb-wave.active {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .top #kv #top-slide .top-slide h2 img {
    max-width: 80%;
  }
  .top #kv #top-slide .top-slide #top-wave {
    width: 160%;
    left: -30%;
  }
}

.top #news {
  padding: 40px 0;
}

.top #news .news h3 {
  color: #E50012;
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: normal;
  border-bottom: solid 1px #E50012;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.top #news .news ul {
  margin-bottom: 20px;
}

.top #news .news ul li {
  margin-bottom: 10px;
}

.top #news .news ul li dl {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top #news .news ul li dl dt, .top #news .news ul li dl dd {
  font-size: 16px;
  color: #000;
}

.top #news .news ul li dl dt {
  width: 7em;
}

.top #news .news ul li dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top #news .news .more a {
  color: #E50012;
  font-family: "Raleway", sans-serif;
  display: block;
}

.top #news .news .more a:after {
  content: "\e5e1";
  font-family: "Material Icons";
  background: #fff;
  border: solid 1px #E50012;
  width: 2em;
  height: 2em;
  color: #EA3341;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 2em;
  margin-left: 0.2em;
  vertical-align: middle;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.top #news .news .more a:hover:after {
  -webkit-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  transform: translateX(0.5em);
}

.top #news .news #news-more {
  padding: 20px 0 0;
}

.top #news .news #news-more ul {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .top #news {
    padding: 5vw;
  }
  .top #news .news h3 {
    font-size: 4.5vw;
  }
  .top #news .news ul {
    margin-bottom: 5vw;
  }
  .top #news .news ul li dl dt, .top #news .news ul li dl dd {
    font-size: 3.2vw;
  }
  .top #news .news ul li dl dt {
    width: 6em;
  }
  .top #news .news .more a {
    font-size: 3.2vw;
  }
}

.top #top-first {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 450px;
  background: url(../../images/first-bg.jpg) center center/cover no-repeat;
  overflow: hidden;
}

.top #top-first > a {
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.top #top-first > a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.top #top-first > a h3 {
  text-align: center;
  color: #fff;
  font-size: 72px;
  text-shadow: 0 0 10px black;
  font-weight: normal;
  border-bottom: solid 1px #E50012;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
}

.top #top-first > a p {
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 10px black;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .top #top-first {
    height: 70vw;
  }
  .top #top-first > a h3 {
    font-size: 7vw;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
  }
  .top #top-first > a p {
    font-size: 4vw;
    padding: 0 1em;
    text-align: center;
  }
}

.top section .detail h2 {
  font-size: 47px;
  line-height: 0.7em;
  font-weight: normal;
  margin-bottom: 0.5em;
  font-family: "Raleway", sans-serif;
  font-style: italic;
}

.top section .detail h2 span {
  color: #E50012;
  font-size: 40%;
  font-family: "Noto Sans JP", sans-serif;
}

.top section .detail p {
  font-size: 18px;
  color: #373737;
}

@media screen and (max-width: 768px) {
  .top section .detail h2 {
    font-size: 8vw;
    line-height: 0.9em;
  }
  .top section .detail p {
    font-size: 3.7vw !important;
  }
  .top section .detail p br {
    display: none;
  }
}

.top #top-special {
  padding-top: 180px;
  background: url(../../images/special-bg.png) left 50vw top no-repeat;
  position: relative;
}

.top #top-special h2 {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 36px;
  margin-bottom: 2em;
  position: relative;
  z-index: 1;
}

.top #top-special h2 span {
  font-size: inherit;
  font-weight: normal;
  display: block;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  border-bottom: solid 2px #E50012;
  padding-left: calc(50% - 460px);
}

.top #top-special h2 span strong {
  font-weight: normal;
  color: #E50012;
}

.top #top-special h2 ins {
  position: absolute;
  bottom: -1.7em;
  left: 0;
  font-size: 16px;
  font-weight: normal;
  padding-left: calc(50% - 460px);
  font-family: "Noto Sans JP", sans-serif;
  background: none;
}

.top #top-special .top-special-bg {
  width: calc(50% + 400px);
  height: calc(100% - 440px);
  background: #f1f1f1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top #top-special .top-special-wrapper {
  margin-bottom: 100px;
}

.top #top-special .top-special-wrapper:last-child {
  margin-bottom: 20px;
}

.top #top-special .top-special {
  position: relative;
  z-index: 1;
}

.top #top-special .top-special article {
  margin-bottom: 40px;
  padding-right: calc(50% - 560px);
}

.top #top-special .top-special article:last-child {
  margin-bottom: 0;
}

.top #top-special .top-special article a {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}

.top #top-special .top-special article a img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top #top-special .top-special article a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.top #top-special .top-special article a.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.top #top-special .top-special article a.reverse figure {
  border-radius: 100px 0 0 0;
}

.top #top-special .top-special article a.reverse .detail {
  padding-left: 0;
  padding-right: 50px;
}

.top #top-special .top-special article a figure {
  width: 500px;
  overflow: hidden;
  border-radius: 0 100px 0 0;
}

.top #top-special .top-special article a figure img {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.top #top-special .top-special article a .detail {
  padding-left: 50px;
  width: 460px;
}

.top #top-special .top-special article a .detail h3 {
  font-size: 47px;
  font-weight: normal;
  line-height: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.5em;
  color: #373737;
}

.top #top-special .top-special article a .detail h3 small {
  font-size: 80%;
}

.top #top-special .top-special article a .detail h3 span {
  font-size: 40%;
  color: #E50012;
}

.top #top-special .top-special article a .detail p {
  font-size: 17px;
}

.top #top-special .top-special-link ul {
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.top #top-special .top-special-link ul li {
  padding-right: calc(50% - 445px);
}

.top #top-special .top-special-link ul li a {
  font-size: 18px;
  width: 370px;
  height: 60px;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1em;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  color: #fff;
  font-size: inherit;
  background: #EA3341;
}

.top #top-special .top-special-link ul li a:after {
  content: "\e5e1";
  font-size: 80%;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.5em);
  color: inherit;
  font-family: "Material Icons";
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.top #top-special .top-special-link ul li a.blank:after {
  content: "";
  width: 1.3em;
  height: 1.3em;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(255, 255, 255)" d="M488,320c-13.2,0-24,10.8-24,24v112c0,4.4-3.6,8-8,8H56c-4.4,0-8-3.6-8-8V56c0-4.4,3.6-8,8-8h112c13.2,0,24-10.8,24-24S181.2,0,168,0H56C25.1,0,0,25.1,0,56v400c0,30.9,25.1,56,56,56h400c30.9,0,56-25.1,56-56V344C512,330.8,501.2,320,488,320z M488,0H320c-13.2,0-24,10.8-24,24s10.8,24,24,24h110.1L183,295c-9.4,9.4-9.4,24.6,0,33.9c4.7,4.7,10.8,7,17,7s12.3-2.3,17-7l247-247V192c0,13.2,10.8,24,24,24s24-10.8,24-24V24C512,10.8,501.2,0,488,0z"/></svg>') center center/contain no-repeat;
  top: calc(50% - 0.6em);
  right: 1.5em;
}

.top #top-special .top-special-link ul li a:hover:after {
  right: 0.5em;
}

.top #top-special .top-special-link ul li a:hover.blank:after {
  right: 1em;
}

@media screen and (max-width: 768px) {
  .top #top-special .top-special-link ul li a {
    font-size: 4vw;
  }
}

.top #top-special .top-special-link ul li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .top #top-special {
    padding-top: 12vw;
    padding-bottom: 1vw;
    background-size: 100vw;
    background-position: right -15vw top;
  }
  .top #top-special .top-special-wrapper {
    margin-bottom: 10vw;
  }
  .top #top-special h2 {
    font-size: 8vw;
    margin-bottom: 1.5em;
  }
  .top #top-special h2 span {
    padding-left: 5vw;
    border-width: 1px;
  }
  .top #top-special h2 ins {
    padding-left: 5vw;
    font-size: 4vw;
  }
  .top #top-special .top-special-bg {
    width: 100%;
    height: calc(100% - 60vw);
  }
  .top #top-special .top-special article {
    margin-bottom: 10vw;
  }
  .top #top-special .top-special article a {
    display: block;
  }
  .top #top-special .top-special article a.reverse figure {
    margin-left: 30vw;
    border-radius: 15vw 0 0 0;
  }
  .top #top-special .top-special article a figure {
    width: 70vw;
    border-radius: 0 15vw 0 0;
    margin-bottom: 5vw;
  }
  .top #top-special .top-special article a .detail {
    padding-left: 5vw !important;
    width: 90%;
  }
  .top #top-special .top-special article a .detail h3 {
    font-size: 7vw;
  }
  .top #top-special .top-special article a .detail h3 span {
    font-size: 40%;
  }
  .top #top-special .top-special article a .detail h3 small {
    font-size: 90%;
  }
  .top #top-special .top-special article a .detail p {
    font-size: 4vw;
  }
  .top #top-special .top-special article a .detail p br {
    display: none;
  }
  .top #top-special .top-special-link ul li a {
    width: calc(100% - 1em);
    height: 3em;
  }
}

.top #top-information {
  padding-top: 150px;
  padding-bottom: 1px;
  background: #f1f1f1;
  position: relative;
}

.top #top-information #top-information-bg {
  width: calc(50% + 300px);
  height: 60%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.top #top-information article {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: calc(50% - 650px);
  margin-bottom: 140px;
  position: relative;
  z-index: 1;
}

.top #top-information article figure {
  width: 630px;
  border-radius: 100px 0 0 0;
  overflow: hidden;
}

.top #top-information article .detail {
  padding-top: 170px;
  width: 460px;
}

.top #top-information article .detail p {
  font-size: 16px;
}

.top #top-information article .detail ul li {
  font-size: 20px;
  margin-bottom: 0.4em;
  position: relative;
  width: 370px;
}

.top #top-information article .detail ul li a {
  font-size: 18px;
  width: 370px;
  height: 60px;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1em;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  color: #fff;
  font-size: inherit;
  background: #EA3341;
  width: calc(100% - 1em) !important;
}

.top #top-information article .detail ul li a:after {
  content: "\e5e1";
  font-size: 80%;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.5em);
  color: inherit;
  font-family: "Material Icons";
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.top #top-information article .detail ul li a.blank:after {
  content: "";
  width: 1.3em;
  height: 1.3em;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(255, 255, 255)" d="M488,320c-13.2,0-24,10.8-24,24v112c0,4.4-3.6,8-8,8H56c-4.4,0-8-3.6-8-8V56c0-4.4,3.6-8,8-8h112c13.2,0,24-10.8,24-24S181.2,0,168,0H56C25.1,0,0,25.1,0,56v400c0,30.9,25.1,56,56,56h400c30.9,0,56-25.1,56-56V344C512,330.8,501.2,320,488,320z M488,0H320c-13.2,0-24,10.8-24,24s10.8,24,24,24h110.1L183,295c-9.4,9.4-9.4,24.6,0,33.9c4.7,4.7,10.8,7,17,7s12.3-2.3,17-7l247-247V192c0,13.2,10.8,24,24,24s24-10.8,24-24V24C512,10.8,501.2,0,488,0z"/></svg>') center center/contain no-repeat;
  top: calc(50% - 0.6em);
  right: 1.5em;
}

.top #top-information article .detail ul li a:hover:after {
  right: 0.5em;
}

.top #top-information article .detail ul li a:hover.blank:after {
  right: 1em;
}

@media screen and (max-width: 768px) {
  .top #top-information article .detail ul li a {
    font-size: 4vw;
  }
}

.top #top-information article .detail ul li a:hover {
  opacity: 0.5;
}

.top #top-information article .detail ul li ins {
  background: #fff;
  font-size: 14px;
  padding: 1em;
  display: block;
  width: calc(100% - 2em);
  line-height: 1.6em;
}

.top #top-information article#top-business {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: calc(50% - 650px);
  padding-right: 0;
}

.top #top-information article#top-business figure {
  border-radius: 0 100px 0 0;
  margin-right: 110px;
}

.top #top-information article#top-business .detail {
  padding-top: 240px;
}

.top #top-information article#top-business .detail ul li a {
  background: #EA3341;
  color: #fff;
}

.top #top-information article#top-business .detail ul li a:after {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .top #top-information {
    padding-top: 0;
    background: none;
  }
  .top #top-information article {
    display: block;
    margin-bottom: 0;
    padding: 10vw 0;
  }
  .top #top-information article figure {
    width: 80%;
    margin-left: 20%;
    border-radius: 30vw 0 0 0;
  }
  .top #top-information article .detail {
    width: 90%;
    margin: auto;
    padding-top: 10vw !important;
  }
  .top #top-information article .detail ul {
    width: 100%;
  }
  .top #top-information article .detail ul li {
    font-size: 4.5vw;
    width: 100%;
  }
  .top #top-information article .detail ul li a {
    width: calc(100% - 1em);
    height: 3em;
  }
  .top #top-information article .detail ul li ins {
    font-size: 3.5vw;
  }
  .top #top-information article#top-business {
    background: #f1f1f1;
  }
  .top #top-information article#top-business figure {
    margin-right: 0;
    margin-left: 0;
  }
}

.top #top-people {
  background: url(../../images/people-bg.png) right calc(50vw) top no-repeat #F1737D;
  padding-top: 150px;
  overflow: hidden;
}

.top #top-people .top-people {
  position: relative;
}

.top #top-people .top-people ul {
  width: 2500px;
  height: 600px;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.top #top-people .top-people ul.position1 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.top #top-people .top-people ul.position2 {
  -webkit-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  transform: translateX(-320px);
}

.top #top-people .top-people ul.position3 {
  -webkit-transform: translateX(-640px);
  -ms-transform: translateX(-640px);
  transform: translateX(-640px);
}

.top #top-people .top-people ul.position4 {
  -webkit-transform: translateX(-960px);
  -ms-transform: translateX(-960px);
  transform: translateX(-960px);
}

.top #top-people .top-people ul.position5 {
  -webkit-transform: translateX(-1280px);
  -ms-transform: translateX(-1280px);
  transform: translateX(-1280px);
}

.top #top-people .top-people ul.position6 {
  -webkit-transform: translateX(-1600px);
  -ms-transform: translateX(-1600px);
  transform: translateX(-1600px);
}

.top #top-people .top-people ul.position7 {
  -webkit-transform: translateX(-1920px);
  -ms-transform: translateX(-1920px);
  transform: translateX(-1920px);
}

.top #top-people .top-people ul li {
  width: 300px;
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.top #top-people .top-people ul li.active {
  width: 620px;
}

.top #top-people .top-people ul li figure img {
  width: 100%;
}

.top #top-people .top-people ul li .profile .bio {
  font-size: 15px;
  padding-top: 1em;
  color: #fff;
  line-height: 1.4em;
  margin-bottom: 1em;
}

.top #top-people .top-people ul li .profile .name {
  font-size: 28px;
  color: #fff;
}

.top #top-people .top-people-index {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.top #top-people .top-people-index ul {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top #top-people .top-people-index ul li {
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 10px;
  margin: 0 5px;
  cursor: pointer;
}

.top #top-people .top-people-index ul li.active {
  background: none;
}

.top #top-people .top-people-direction {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: -100px;
  margin-bottom: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 10;
}

.top #top-people .top-people-direction a {
  width: 50px;
  height: 50px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  margin: 0 5px;
  border: solid 1px #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.top #top-people .top-people-direction a:after {
  content: "\e5e1";
  color: #E50012;
  font-family: "Material Icons";
}

.top #top-people .top-people-direction a#top-people-prev:after {
  content: "\e2ea";
}

.top #top-people .top-people-direction a:hover {
  background: none;
}

.top #top-people .top-people-direction a:hover:after {
  color: #fff;
}

.top #top-people .detail {
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -webkit-align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top #top-people .detail .detail-inner {
  background: #fff;
  width: calc(50% + 260px - 140px);
  border-radius: 200px 0 0 0;
  padding: 90px 0 0 140px;
}

.top #top-people .detail .detail-inner a {
  font-size: 18px;
  width: 370px;
  height: 60px;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1em;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  background: #EA3341;
  color: #fff;
}

.top #top-people .detail .detail-inner a:after {
  content: "\e5e1";
  font-size: 80%;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.5em);
  color: inherit;
  font-family: "Material Icons";
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.top #top-people .detail .detail-inner a.blank:after {
  content: "";
  width: 1.3em;
  height: 1.3em;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(255, 255, 255)" d="M488,320c-13.2,0-24,10.8-24,24v112c0,4.4-3.6,8-8,8H56c-4.4,0-8-3.6-8-8V56c0-4.4,3.6-8,8-8h112c13.2,0,24-10.8,24-24S181.2,0,168,0H56C25.1,0,0,25.1,0,56v400c0,30.9,25.1,56,56,56h400c30.9,0,56-25.1,56-56V344C512,330.8,501.2,320,488,320z M488,0H320c-13.2,0-24,10.8-24,24s10.8,24,24,24h110.1L183,295c-9.4,9.4-9.4,24.6,0,33.9c4.7,4.7,10.8,7,17,7s12.3-2.3,17-7l247-247V192c0,13.2,10.8,24,24,24s24-10.8,24-24V24C512,10.8,501.2,0,488,0z"/></svg>') center center/contain no-repeat;
  top: calc(50% - 0.6em);
  right: 1.5em;
}

.top #top-people .detail .detail-inner a:hover:after {
  right: 0.5em;
}

.top #top-people .detail .detail-inner a:hover.blank:after {
  right: 1em;
}

@media screen and (max-width: 768px) {
  .top #top-people .detail .detail-inner a {
    font-size: 4vw;
  }
}

.top #top-people .detail .detail-inner a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .top #top-people {
    padding-top: 15vw;
    background-size: 130vw;
    background-position: -30vw top;
  }
  .top #top-people .top-people {
    padding-left: 5vw;
  }
  .top #top-people .top-people ul {
    width: 325vw;
    margin-bottom: 5vw;
    height: 70vw;
  }
  .top #top-people .top-people ul.position2 {
    -webkit-transform: translateX(-44vw);
    -ms-transform: translateX(-44vw);
    transform: translateX(-44vw);
  }
  .top #top-people .top-people ul.position3 {
    -webkit-transform: translateX(-88vw);
    -ms-transform: translateX(-88vw);
    transform: translateX(-88vw);
  }
  .top #top-people .top-people ul.position4 {
    -webkit-transform: translateX(-132vw);
    -ms-transform: translateX(-132vw);
    transform: translateX(-132vw);
  }
  .top #top-people .top-people ul.position5 {
    -webkit-transform: translateX(-176vw);
    -ms-transform: translateX(-176vw);
    transform: translateX(-176vw);
  }
  .top #top-people .top-people ul.position6 {
    -webkit-transform: translateX(-220vw);
    -ms-transform: translateX(-220vw);
    transform: translateX(-220vw);
  }
  .top #top-people .top-people ul.position7 {
    -webkit-transform: translateX(-264vw);
    -ms-transform: translateX(-264vw);
    transform: translateX(-264vw);
  }
  .top #top-people .top-people ul li {
    width: 40vw;
  }
  .top #top-people .top-people ul li.active {
    width: 66vw;
  }
  .top #top-people .top-people ul li .profile .bio {
    font-size: 3vw;
    margin-bottom: 0.6em;
  }
  .top #top-people .top-people ul li .profile .name {
    font-size: 6vw;
  }
  .top #top-people .top-people-direction {
    margin-top: -15vw;
    padding-right: 5vw;
    margin-bottom: 5vw;
  }
  .top #top-people .top-people-direction a {
    width: 12vw;
    height: 12vw;
  }
  .top #top-people .detail .detail-inner {
    width: 85vw;
    padding: 8vw 5vw;
    border-radius: 13vw 0 0 0;
  }
  .top #top-people .detail .detail-inner a {
    width: 70vw;
  }
}

.top #top-recruit, .top #top-workstyle {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 1300px;
  margin: auto;
}

.top #top-recruit figure, .top #top-workstyle figure {
  width: 1250px;
  overflow: hidden;
  margin-bottom: 70px;
}

.top #top-recruit .detail .flex, .top #top-workstyle .detail .flex {
  display: block;
}

.top #top-recruit .detail ul, .top #top-workstyle .detail ul {
  width: 900px;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top #top-recruit .detail ul li, .top #top-workstyle .detail ul li {
  margin-right: 40px;
  margin-bottom: 10px;
}

.top #top-recruit .detail ul li a, .top #top-workstyle .detail ul li a {
  font-size: 18px;
  width: 370px;
  height: 60px;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1em;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  background: #EA3341;
  color: #fff;
}

.top #top-recruit .detail ul li a:after, .top #top-workstyle .detail ul li a:after {
  content: "\e5e1";
  font-size: 80%;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.5em);
  color: inherit;
  font-family: "Material Icons";
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.top #top-recruit .detail ul li a.blank:after, .top #top-workstyle .detail ul li a.blank:after {
  content: "";
  width: 1.3em;
  height: 1.3em;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(255, 255, 255)" d="M488,320c-13.2,0-24,10.8-24,24v112c0,4.4-3.6,8-8,8H56c-4.4,0-8-3.6-8-8V56c0-4.4,3.6-8,8-8h112c13.2,0,24-10.8,24-24S181.2,0,168,0H56C25.1,0,0,25.1,0,56v400c0,30.9,25.1,56,56,56h400c30.9,0,56-25.1,56-56V344C512,330.8,501.2,320,488,320z M488,0H320c-13.2,0-24,10.8-24,24s10.8,24,24,24h110.1L183,295c-9.4,9.4-9.4,24.6,0,33.9c4.7,4.7,10.8,7,17,7s12.3-2.3,17-7l247-247V192c0,13.2,10.8,24,24,24s24-10.8,24-24V24C512,10.8,501.2,0,488,0z"/></svg>') center center/contain no-repeat;
  top: calc(50% - 0.6em);
  right: 1.5em;
}

.top #top-recruit .detail ul li a:hover:after, .top #top-workstyle .detail ul li a:hover:after {
  right: 0.5em;
}

.top #top-recruit .detail ul li a:hover.blank:after, .top #top-workstyle .detail ul li a:hover.blank:after {
  right: 1em;
}

@media screen and (max-width: 768px) {
  .top #top-recruit .detail ul li a, .top #top-workstyle .detail ul li a {
    font-size: 4vw;
  }
}

.top #top-recruit .detail ul li a:hover, .top #top-workstyle .detail ul li a:hover {
  opacity: 0.5;
}

.top #top-recruit#top-workstyle figure, .top #top-workstyle#top-workstyle figure {
  width: 1100px;
  border-radius: 0 200px 0 0;
}

.top #top-recruit#top-recruit .detail h2, .top #top-workstyle#top-recruit .detail h2 {
  text-align: center;
}

.top #top-recruit#top-recruit .detail p, .top #top-workstyle#top-recruit .detail p {
  text-align: center;
}

.top #top-recruit#top-recruit .detail ul, .top #top-workstyle#top-recruit .detail ul {
  display: block;
}

.top #top-recruit#top-recruit .detail ul li a, .top #top-workstyle#top-recruit .detail ul li a {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .top #top-recruit, .top #top-workstyle {
    padding-top: 0;
    width: 100%;
    padding-bottom: 10vw;
  }
  .top #top-recruit figure, .top #top-workstyle figure {
    width: 95% !important;
    border-radius: 0 15vw 0 0 !important;
    overflow: hidden;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10vw;
  }
  .top #top-recruit figure img, .top #top-workstyle figure img {
    width: 165%;
    -webkit-transform: translateX(10vw);
    -ms-transform: translateX(10vw);
    transform: translateX(10vw);
    max-width: initial;
  }
  .top #top-recruit .detail, .top #top-workstyle .detail {
    width: 90%;
  }
  .top #top-recruit .detail ul, .top #top-workstyle .detail ul {
    width: 80%;
    display: block;
  }
  .top #top-recruit .detail ul li, .top #top-workstyle .detail ul li {
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .top #top-recruit .detail ul li a, .top #top-workstyle .detail ul li a {
    width: 100%;
  }
}

.topmessage {
  background: #f1f1f1;
}

.topmessage #kv-topmessage {
  max-width: 1300px;
  margin: auto;
  position: relative;
}

.topmessage #kv-topmessage .title {
  position: absolute;
  top: 130px;
  left: 80px;
}

.topmessage #kv-topmessage .title ins {
  background: #E50012;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.3em;
  padding: 0.5em 1em;
}

.topmessage #kv-topmessage .title h2 {
  color: #fff;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 0.5em 0;
}

.topmessage #kv-topmessage .bio {
  position: absolute;
  left: 0;
  bottom: 100px;
  padding-left: 150px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.6em;
}

.topmessage #kv-topmessage .bio strong {
  font-size: 200%;
  display: inline-block;
  padding-top: 0.3em;
  font-weight: normal;
}

.topmessage #kv-topmessage .bio:after {
  content: "";
  width: 120px;
  height: 2px;
  background: #E50012;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
}

@media screen and (max-width: 768px) {
  .topmessage #kv-topmessage .title {
    top: 55vw;
    left: 6vw;
  }
  .topmessage #kv-topmessage .title ins {
    font-size: 3vw;
  }
  .topmessage #kv-topmessage .title h2 {
    font-size: 6vw;
    padding-top: 0.8em;
  }
  .topmessage #kv-topmessage .bio {
    bottom: 8vw;
    left: 0;
    padding-left: 13vw;
    font-size: 3.2vw;
  }
  .topmessage #kv-topmessage .bio:after {
    width: 10vw;
  }
}

.topmessage #topmessage-wrapper {
  max-width: 1300px;
  margin: auto;
  position: relative;
  background: #fff;
}

.topmessage #topmessage-wrapper .bg {
  width: 90%;
  height: 100%;
  display: block;
  background: #f1f1f1;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 200px 0;
}

.topmessage #topmessage-wrapper .topmessage-wrapper {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .topmessage #topmessage-wrapper .bg {
    width: 100%;
    border-radius: 0 0 25vw 0;
  }
}

.topmessage section {
  max-width: 1300px;
  margin: auto;
}

.topmessage section article h3 {
  font-size: 28px;
  color: #E50012;
  line-height: 1.4em;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}

.topmessage section article p {
  font-size: 18px;
  color: #373737;
}

.topmessage section#section1 {
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -webkit-align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #fff;
  width: 95%;
  margin-left: 5%;
}

.topmessage section#section1 article {
  width: 580px;
  margin-right: 70px;
  padding: 90px 0;
}

.topmessage section#section1 figure {
  width: 450px;
}

.topmessage section#section2 article {
  margin: auto;
  width: 810px;
  padding: 90px 0 200px;
}

.topmessage section#section2 article p {
  margin-left: 70px;
}

.topmessage section#section3 {
  background: #fff;
}

.topmessage section#section3 article {
  width: 920px;
  margin-left: 70px;
  padding: 100px 0 90px;
}

.topmessage section#section3 figure {
  width: 450px;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

@media screen and (max-width: 768px) {
  .topmessage section article h3 {
    font-size: 6vw;
    margin-bottom: 1em;
  }
  .topmessage section article p {
    font-size: 3.5vw;
  }
  .topmessage section#section1 {
    width: 90%;
    margin-left: 0;
    padding: 0 5%;
    display: block;
  }
  .topmessage section#section1 article {
    padding-top: 10vw;
    padding-bottom: 10vw;
    width: 100%;
  }
  .topmessage section#section1 figure {
    width: 100%;
  }
  .topmessage section#section2 {
    width: 90%;
  }
  .topmessage section#section2 article {
    width: 100%;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .topmessage section#section2 article p {
    margin-left: 0;
  }
  .topmessage section#section3 {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }
  .topmessage section#section3 article {
    width: 100%;
    padding: 10vw 0;
    margin-left: 0;
  }
  .topmessage section#section3 figure {
    width: 70%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.company #kv {
  background-image: url(../../company/images/kv.jpg);
}

.company .company-wrapper {
  background: url(../../company/images/bg.png) left calc(50vw + 300px) bottom no-repeat;
}

.company section.basic {
  padding: 60px 0 100px;
}

.company section.basic > p {
  margin-bottom: 0.5em;
  width: 835px;
  margin: auto;
  text-align: right;
  color: #373737;
}

.company .map iframe {
  width: 100%;
  height: 400px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .company .company-wrapper {
    background-position: left 50vw bottom;
    background-size: 160vw;
  }
  .company section.basic {
    padding: 10vw 0 25vw;
  }
  .company section.basic > p {
    width: 100%;
    font-size: 3.5vw;
  }
  .company .map iframe {
    height: 130vw;
  }
}

.group #kv {
  background-image: url(../../network/images/kv.jpg);
}

@media screen and (max-width: 768px) {
  .group #kv {
    background-image: url(../../network/images/kv.jpg);
  }
}

.group section.basic {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .group section.basic {
    padding: 10vw 0;
  }
}

.group section.basic h3.grad {
  margin-bottom: 2em;
}

.group section.basic figure {
  margin-bottom: 80px;
  text-align: center;
}

.group section.basic figure.nomb {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .group section.basic figure {
    margin-bottom: 10vw;
  }
  .group section.basic figure.nomb {
    margin-bottom: 2vw;
  }
}

.group section.basic h4 {
  font-size: 25px;
  color: #E50012;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 768px) {
  .group section.basic h4 {
    font-size: 4vw;
  }
}

.group section.basic .basic-inner {
  margin-bottom: 80px;
}

.group section.basic .basic-inner:last-child {
  margin-bottom: 0;
}

.group section.basic#hokuhoku h3 {
  margin-bottom: 2em;
}

.group section.basic#hokuhoku figure {
  text-align: center;
  margin-bottom: 30px;
}

.group section.basic#hokuhoku #policy {
  padding-top: 40px;
}

.group section.basic#hokuhoku #policy h4 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  width: 250px;
  position: relative;
  height: 1em;
  margin: auto;
  margin-bottom: 2em;
  color: #373737;
}

.group section.basic#hokuhoku #policy h4 span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 0.5em;
}

.group section.basic#hokuhoku #policy h4:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #373737;
  position: absolute;
  left: 0;
  top: calc(50%);
}

.group section.basic#hokuhoku #policy #slogan {
  color: #E50012;
  width: 740px;
  margin: auto;
  text-align: center;
  font-size: 35px;
  line-height: 1.4em;
  padding: 0.5em 0;
  position: relative;
  margin-bottom: 1em;
  font-weight: bold;
}

.group section.basic#hokuhoku #policy #slogan small {
  font-size: 70%;
}

.group section.basic#hokuhoku #policy #slogan:before, .group section.basic#hokuhoku #policy #slogan:after {
  content: "";
  border: solid 5px #e1e1e1;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
}

.group section.basic#hokuhoku #policy #slogan:before {
  left: 0;
  border-right: 0;
}

.group section.basic#hokuhoku #policy #slogan:after {
  right: 0;
  border-left: 0;
}

.group section.basic#hokuhoku #policy p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .group section.basic#hokuhoku figure {
    margin-bottom: 5vw;
  }
  .group section.basic#hokuhoku figure img {
    width: 80%;
  }
  .group section.basic#hokuhoku #policy {
    margin-bottom: 5vw;
    padding-top: 5vw;
  }
  .group section.basic#hokuhoku #policy h4 {
    font-size: 4vw;
    width: 50vw;
    margin-bottom: 5vw;
  }
  .group section.basic#hokuhoku #policy h4 span {
    padding: 0 1em;
  }
  .group section.basic#hokuhoku #policy #slogan {
    width: 100%;
    font-size: 5vw;
    padding-top: 6vw;
  }
}

@media screen and (max-width: 768px) {
  .group section.basic#renkei .flex {
    display: block;
  }
}

.first #kv {
  height: 680px;
  background: url(../../first/images/kv.jpg) center center/cover no-repeat;
  position: relative;
}

.first #kv #kv-illust figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.first #kv #kv-illust figure:nth-child(1) img {
  margin-bottom: 60px;
}

.first #kv #kv-inner h2 {
  text-shadow: 0 0 10px #000;
}

.first #kv #kv-inner #lead p {
  text-shadow: 0 0 10px #000;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .first #kv {
    height: 115vw;
  }
  .first #kv #kv-inner h2 {
    margin-bottom: 5vw;
  }
  .first #kv #kv-illust figure:nth-child(1) img {
    margin-bottom: 8vw;
    width: 96%;
    margin-left: 2%;
  }
  .first #kv #kv-illust figure:nth-child(2) {
    top: initial;
    bottom: 0;
    text-align: center;
  }
  .first #kv #kv-illust figure:nth-child(2) img {
    width: 70%;
  }
}

.first section {
  padding: 100px 0;
}

.first section.bg {
  background: #f1f1f1;
}

.first section h3 {
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#ED4C59), color-stop(30%, #E50012), color-stop(70%, #E50012), to(#ED4C59));
  background: -webkit-linear-gradient(left, #ED4C59 0%, #E50012 30%, #E50012 70%, #ED4C59 100%);
  background: -o-linear-gradient(left, #ED4C59 0%, #E50012 30%, #E50012 70%, #ED4C59 100%);
  background: linear-gradient(90deg, #ED4C59 0%, #E50012 30%, #E50012 70%, #ED4C59 100%);
  width: 1100px;
  height: 200px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  line-height: 1em;
  margin-bottom: 1.8em;
}

.first section h3 img {
  margin-bottom: 0.7em;
  vertical-align: bottom;
}

.first section .base-info p strong {
  display: inline-block;
  width: 7em;
}

.first section .base-info .dl {
  font-size: inherit;
  font-size: 18px;
  line-height: 1.6em;
}

.first section .base-info .dl dl {
  font-size: inherit;
  line-height: inherit;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.first section .base-info .dl dl dt, .first section .base-info .dl dl dd {
  font-size: inherit;
  line-height: inherit;
}

.first section .base-info .dl dl dt {
  width: 7em;
  font-weight: bold;
}

.first section .base-info .dl dl dd {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.first section .base-info .dl dl dd:nth-of-type(1) {
  padding-right: 0.5em;
}

.first section .base-info .dl dl dd:nth-of-type(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .first section {
    padding: 10vw 0;
  }
  .first section h3 {
    border-radius: 7vw;
    width: 90%;
    height: 25vw;
    font-size: 4.5vw;
    line-height: 1.6em;
    padding: 3vw 0;
    text-align: center;
  }
  .first section h3 small {
    font-size: 3vw;
    display: inline-block;
    letter-spacing: 1em;
  }
  .first section h3 img {
    width: 20vw;
  }
  .first section .base-info .dl {
    font-size: 3.5vw;
  }
  .first section .inner {
    width: 90% !important;
  }
}

.first section ul.list {
  margin-bottom: 50px;
}

.first section ul.list li {
  font-size: 18px;
  color: #373737;
  line-height: 2em;
  margin-bottom: 0.4em;
  padding-left: 1.5em;
  position: relative;
}

.first section ul.list li:before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 1em;
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  background: #000;
}

@media screen and (max-width: 768px) {
  .first section ul.list {
    margin-bottom: 5vw;
  }
  .first section ul.list li {
    font-size: 3.5vw;
  }
}

.first section ul.list2 li {
  font-size: 18px;
  color: #373737;
  line-height: 2em;
  margin-bottom: 0.4em;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .first section ul.list2 li {
    font-size: 3.5vw;
  }
}

.first section ul.detail {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.first section ul.detail li {
  width: 48%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .first section ul.detail {
    display: block;
  }
  .first section ul.detail li {
    width: 100%;
    margin-bottom: 4vw;
  }
}

.first section .block {
  margin-bottom: 80px;
}

.first section .block:last-child {
  margin-bottom: 0 !important;
}

.first section .block h4 {
  background: #000;
  color: #fff;
  border-radius: 0.5em;
  margin-bottom: 1em;
  font-weight: bold;
  padding: 0.5em 1em;
  font-size: 25px;
}

.first section .block p {
  font-size: 18px;
}

.first section .block a {
  color: #E50012;
  text-decoration: underline;
}

.first section .block a:hover {
  text-decoration: none;
}

.first section .block .block-child {
  margin-bottom: 20px;
}

.first section .block.topics h4 {
  background: #E50012;
}

.first section .block.topics h4 span {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  margin-right: 0.5em;
  font-weight: normal;
  font-size: 22px;
}

.first section .block.topics .topics-block {
  margin-bottom: 50px;
}

.first section .block.topics .topics-block h5 {
  color: #E50012;
  margin-bottom: 0.5em;
  font-size: 20px;
}

.first section .block.topics .topics-block .intro {
  margin-bottom: 0.5em;
}

.first section .block.topics .topics-block p span.red {
  color: #E50012;
  text-decoration: underline;
}

.first section .block.topics .topics-block .flex > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.first section .block.topics .topics-block .flex figure {
  margin-left: 30px;
}

.first section .block.topics .topics02 {
  background: #fff;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .first section .block {
    margin-bottom: 5vw;
  }
  .first section .block h4 {
    font-size: 4.5vw;
  }
  .first section .block p {
    font-size: 3.5vw;
  }
  .first section .block.topics h4 {
    line-height: 1.4em;
  }
  .first section .block.topics h4 span {
    font-size: 4.3vw;
    display: block;
    text-align: center;
    margin-bottom: 0.4em;
  }
  .first section .block.topics .topics-block {
    margin-bottom: 5vw;
  }
  .first section .block.topics .topics-block h5 {
    font-size: 4vw;
  }
  .first section .block.topics .topics-block .flex {
    display: block;
  }
  .first section .block.topics .topics-block .flex figure {
    margin-left: 0;
    margin-top: 3vw;
  }
}

.first section .block table tr th {
  white-space: nowrap;
  text-align: left;
}

.first section .block table tr th, .first section .block table tr td {
  font-size: 18px;
  line-height: 1.8em;
}

.first section .block table tr td {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .first section .block table {
    display: block;
  }
  .first section .block table tr {
    display: block;
  }
  .first section .block table tr th, .first section .block table tr td {
    display: block;
    font-size: 3.5vw;
  }
}

.first section .rec {
  width: 800px;
  background: #fff;
  border: solid 2px #E50012;
  margin: auto;
  text-align: center;
  border-radius: 1000px;
  padding: 30px 0;
}

.first section .rec h4 {
  margin-bottom: 20px;
}

.first section .rec p {
  text-align: center;
  font-size: 18px;
}

.first section .rec dl {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 80%;
  margin: auto;
}

.first section .rec dl dt {
  width: 40%;
  font-size: 22px;
  border-right: solid 2px #E50012;
  text-align: left;
  font-weight: bold;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.6em;
}

.first section .rec dl dd {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.first section .rec dl dd ul li {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
}

.first section .rec dl dd ul li:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #E50012;
  vertical-align: middle;
  margin-bottom: 0.2em;
  border-radius: 2em;
  margin-right: 0.3em;
}

@media screen and (max-width: 768px) {
  .first section .rec {
    width: 100%;
    margin: auto;
    border-radius: 7vw;
  }
  .first section .rec h4 img {
    width: 80%;
  }
  .first section .rec p {
    font-size: 3.7vw;
    font-weight: bold;
    padding: 0 1em;
  }
  .first section .rec dl {
    width: 90%;
    display: block;
  }
  .first section .rec dl dt {
    width: 100%;
    font-size: 5vw;
    text-align: center;
    border-right: 0;
    display: block;
  }
  .first section .rec dl dt:after {
    content: "";
    display: block;
    width: 30vw;
    height: 2px;
    background: #E50012;
    margin: 5vw auto;
  }
  .first section .rec dl dd ul li {
    font-size: 4vw;
  }
}

.career #kv {
  background-image: url(../../career/images/kv.jpg);
}

.career.education #kv {
  background-image: url(../../education/images/kv.jpg);
}

.career .lead p {
  width: 820px;
  margin: auto;
  text-align: justify !important;
  text-align-last: left;
}

@media screen and (max-width: 768px) {
  .career .lead {
    margin-bottom: 0 !important;
  }
  .career .lead p {
    width: 90%;
  }
}

.career section {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .career section {
    padding-bottom: 10vw;
  }
}

.career section.bg {
  width: 100%;
  background: url(../images/grad-bg-right.png) left calc(50vw) top no-repeat #f1f1f1;
  padding-top: 100px;
  margin-bottom: 100px;
}

.career section.bg .section-inner {
  width: 1100px;
  margin: auto;
}

.career section.bg .section-inner .voice .voice-career ul {
  background: #fff;
  padding: 30px 20px;
}

@media screen and (max-width: 768px) {
  .career section.bg .section-inner .voice .voice-career ul {
    padding: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .career section.bg {
    padding-top: 10vw;
    margin-bottom: 0;
  }
  .career section.bg .section-inner {
    width: 90%;
  }
}

.career section article {
  margin: auto;
  margin-bottom: 60px;
  width: 90%;
}

.career section article h4 {
  font-size: 22px;
  color: #E50012;
  margin-bottom: 0.5em;
}

.career section .voice {
  width: 90%;
  margin: auto;
  margin-bottom: 100px;
}

.career section .voice:last-child {
  margin-bottom: 0;
}

.career section .voice h4 {
  color: #E50012;
  font-size: 20px;
  border: solid 1px #E50012;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 1em;
  border-radius: 0.4em;
  background: #fff;
}

.career section .voice .voice-lead {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px;
  padding: 0 20px;
}

.career section .voice .voice-lead figure {
  width: 180px;
}

.career section .voice .voice-lead p {
  padding-right: 2em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.career section .voice .voice-career {
  padding: 0 20px;
}

.career section .voice .voice-career h5 dl {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: solid 1px #E50012;
  margin-bottom: 20px;
}

.career section .voice .voice-career h5 dl dt, .career section .voice .voice-career h5 dl dd {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.2em 0.4em;
}

.career section .voice .voice-career h5 dl dt {
  background: #E50012;
  color: #fff;
}

.career section .voice .voice-career h5 dl dd {
  font-weight: normal;
}

.career section .voice .voice-career ul li:after {
  content: "";
  width: 100%;
  height: 40px;
  background: url(../../career/images/career-arrow.svg) left 113px center no-repeat;
  display: block;
}

.career section .voice .voice-career ul li:last-child:after {
  display: none;
}

.career section .voice .voice-career ul li dl {
  border-bottom: solid 1px #ccc;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 10px;
}

.career section .voice .voice-career ul li dl dt {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  border-right: solid 1px #ccc;
}

.career section .voice .voice-career ul li dl dt > div {
  font-size: 25px;
  color: #E50012;
  font-family: "Noto Sans JP", sans-serif;
}

.career section .voice .voice-career ul li dl dt > div small {
  font-size: 18px;
}

.career section .voice .voice-career ul li dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1em;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .career section .voice {
    width: 100%;
    margin-bottom: 10vw;
  }
  .career section .voice h4 {
    font-size: 4vw;
  }
  .career section .voice .voice-lead {
    display: block;
  }
  .career section .voice .voice-lead p {
    padding-right: 0;
  }
  .career section .voice .voice-lead figure {
    width: 70%;
    margin: auto;
  }
  .career section .voice .voice-career h5 dl dt, .career section .voice .voice-career h5 dl dd {
    font-size: 5vw;
  }
  .career section .voice .voice-career ul li:after {
    background-size: 3.5vw;
    height: 8vw;
    background-position: left calc(30% - 1vw) center;
  }
  .career section .voice .voice-career ul li dl dt {
    width: 30%;
  }
  .career section .voice .voice-career ul li dl dt > div {
    font-size: 5vw;
  }
  .career section .voice .voice-career ul li dl dt > div small {
    font-size: 4vw;
  }
  .career section .voice .voice-career ul li dl dd {
    font-size: 4vw;
  }
}

.career section .career-feature {
  margin-bottom: 50px;
}

.career section .career-feature h4 {
  margin-bottom: 20px;
}

.career section .career-feature h4 span {
  display: inline-block;
  border: solid 2px #E50012;
  -webkit-box-shadow: 3px 3px 0 #E50012;
  box-shadow: 3px 3px 0 #E50012;
  background: #fff;
  color: #000;
  padding: 0.5em 1em;
  font-weight: bold;
  font-weight: normal;
}

.career section .career-feature figure {
  text-align: center;
}

.career section .career-feature .education-list {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.career section .career-feature .education-list li {
  width: calc(24% - 1em);
  color: #fff;
  background: #000;
  padding: 0.5em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}

.career section .career-feature .education-list li.blank {
  background: none !important;
}

.career section .career-feature .education-list.list1 li {
  background-color: #ED5154;
}

.career section .career-feature .education-list.list2 li {
  width: calc(32.5% - 1em);
  background-color: #F5BE46;
}

.career section .career-feature .education-list.list3 li {
  background-color: #82B4D2;
}

@media screen and (max-width: 768px) {
  .career section .career-feature {
    margin-bottom: 5vw;
  }
  .career section .career-feature h4 span {
    font-size: 4.5vw;
  }
  .career section .career-feature .education-list li {
    width: calc(48% - 1em) !important;
    font-size: 3.5vw;
  }
}

.career section#careerdesign figure.careerdesign {
  text-align: center;
  background: #f1f1f1;
  border-radius: 0 100px 0 0;
  padding: 80px 0;
}

.career section#careerdesign figure.careerdesign img {
  width: 650px;
}

.career section#careerdesign figure.careerdesign.jobrotation {
  padding: 40px 0;
  margin-bottom: 60px;
}

.career section#careerdesign figure.careerdesign.jobrotation img {
  width: 90%;
}

.career section#careerdesign .rotation dl {
  border: solid 1px #E50012;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.career section#careerdesign .rotation dl dt {
  font-size: 22px;
  color: #E50012;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.6em;
}

.career section#careerdesign .rotation dl dd {
  font-size: 18px;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  .career section#careerdesign figure.careerdesign {
    padding: 10vw 6vw;
    border-radius: 0 20vw 0 0;
  }
  .career section#careerdesign .rotation dl dt {
    font-size: 4vw;
  }
  .career section#careerdesign .rotation dl dd {
    font-size: 3.5vw;
  }
}

.works #kv {
  background-image: url(../../salesoffice/images/kv.jpg);
}

.works #kv.hq {
  background-image: url(../../headquarters/images/kv.jpg);
}

.works .works-wrapper {
  width: 920px;
  margin: auto;
}

.works .works-wrapper p.extra {
  font-size: 16px;
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .works .works-wrapper {
    width: 90%;
  }
  .works .works-wrapper p.extra {
    font-size: 3.5vw;
  }
}

.works main article.works-block {
  background: #f1f1f1;
  padding: 50px 75px;
  border-radius: 100px 0 0 0;
  margin-bottom: 80px;
  position: relative;
}

.works main article.works-block h4 {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  min-width: 165px;
  background: #fff;
  height: 3em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 75px;
  top: -1.5em;
  border: solid 1px #ccc;
  -webkit-box-shadow: 3px 3px 0 #ccc;
  box-shadow: 3px 3px 0 #ccc;
  padding: 0 1em;
}

.works main article.works-block .flex {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.works main article.works-block .flex > figure {
  width: 296px;
  margin-left: 40px;
}

.works main article.works-block .flex > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.works main article.works-block .intro {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 1em;
  padding-top: 1em;
}

.works main article.works-block h5 {
  font-size: 24px;
  margin-bottom: .5em;
}

.works main article.works-block ul {
  margin-bottom: 30px;
}

.works main article.works-block ul li {
  padding-left: 1.2em;
  font-size: 17px;
  line-height: 1.6em;
  background: url(../../salesoffice/images/li.svg) top 0.2em left/1em no-repeat;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.works main article.works-block .interview-link {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px;
}

.works main article.works-block .interview-link:last-child {
  margin-bottom: 0;
}

.works main article.works-block .interview-link a {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.works main article.works-block .interview-link a figure {
  width: 115px;
  overflow: hidden;
}

.works main article.works-block .interview-link a figure img {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.works main article.works-block .interview-link a dl {
  background: #fff;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.works main article.works-block .interview-link a dl dt {
  font-size: 15px;
  padding: 0.5em 1em;
}

.works main article.works-block .interview-link a dl dt strong {
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 0.5em;
  display: inline-block;
}

.works main article.works-block .interview-link a dl dt .div {
  font-size: inherit;
}

.works main article.works-block .interview-link a dl dt p {
  font-size: 19px;
  margin-bottom: 0;
}

.works main article.works-block .interview-link a dl dd {
  background: #333;
  color: #fff;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.works main article.works-block .interview-link a dl dd:after {
  content: "\e5e1";
  font-family: "Material Icons";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.works main article.works-block .interview-link a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.works main article.works-block .interview-link a:hover dl dd {
  background: #a62718;
}

.works main article.works-block .interview-link a:hover dl dd:after {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.works main article.works-block .consulting dl {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 10px;
}

.works main article.works-block .consulting dl dt, .works main article.works-block .consulting dl dd {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}

.works main article.works-block .consulting dl dt {
  width: 23%;
  background: #333;
  border: solid 1px #333;
  color: #fff;
  height: 3em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.works main article.works-block .consulting dl dt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: initial;
  right: -25%;
  background: url(../../salesoffice/images/arrow.svg) right center no-repeat;
}

.works main article.works-block .consulting dl dd {
  width: calc(70% - 1em);
  background: #fff;
  border: solid 1px #000;
  height: 3em;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1em;
}

.works main article.works-block .border {
  border-bottom: solid 1px #8CC8EB;
}

.works main article.works-block .solution {
  padding: 30px 0;
  border-bottom: solid 1px #8CC8EB;
}

.works main article.works-block .solution > dl:last-of-type {
  margin-bottom: 20px;
}

.works main article.works-block .solution > dl dt, .works main article.works-block .solution > dl dd {
  font-size: 18px;
  line-height: 1.6em;
}

.works main article.works-block .solution > dl dt {
  font-weight: bold;
}

.works main article.works-block .solution-org {
  padding: 30px 0 0;
}

@media screen and (max-width: 768px) {
  .works main article.works-block {
    padding: 10vw 5vw 7vw;
    border-radius: 10vw 0 0 0;
    margin-bottom: 20vw;
  }
  .works main article.works-block h4 {
    font-size: 4vw;
    min-width: 7em;
    left: 2em;
  }
  .works main article.works-block .flex {
    display: block;
  }
  .works main article.works-block .flex figure {
    width: 100%;
    margin-left: 0;
  }
  .works main article.works-block .intro {
    font-size: 3.5vw;
  }
  .works main article.works-block h5 {
    font-size: 5vw;
  }
  .works main article.works-block ul {
    margin-bottom: 5vw;
  }
  .works main article.works-block ul li {
    font-size: 3.5vw;
  }
  .works main article.works-block .interview-link a figure {
    width: 30vw;
  }
  .works main article.works-block .interview-link a dl dt strong {
    font-size: 3.5vw;
  }
  .works main article.works-block .interview-link a dl dt .div {
    font-size: 3vw;
  }
  .works main article.works-block .interview-link a dl dt p {
    font-size: 4vw;
  }
  .works main article.works-block .interview-link a dl dd {
    font-size: 4vw;
  }
  .works main article.works-block .consulting dl {
    display: block;
  }
  .works main article.works-block .consulting dl dt {
    width: 100%;
    font-size: 4vw;
  }
  .works main article.works-block .consulting dl dt:after {
    content: "";
    width: 3em;
    right: initial;
    left: -2vw;
    top: 9vw;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .works main article.works-block .consulting dl dd {
    width: calc(100% - 3em);
    height: auto;
    padding: 1em 1em 1em 2em;
    font-size: 4vw;
    line-height: 1.4em;
  }
}

.works main article.works-block.pink {
  background-color: #FEEEF4;
}

.works main article.works-block.pink h4 {
  border-color: #FAAAC8;
  -webkit-box-shadow: 3px 3px 0 #FAAAC8;
  box-shadow: 3px 3px 0 #FAAAC8;
}

.works main article.works-block.green {
  background-color: #EEF9E6;
}

.works main article.works-block.green h4 {
  border-color: #AAE182;
  -webkit-box-shadow: 3px 3px 0 #AAE182;
  box-shadow: 3px 3px 0 #AAE182;
}

.works main article.works-block.blue {
  background-color: #E8F4FB;
}

.works main article.works-block.blue h4 {
  border-color: #8CC8EB;
  -webkit-box-shadow: 3px 3px 0 #8CC8EB;
  box-shadow: 3px 3px 0 #8CC8EB;
}

.works main article.works-block.orange {
  background-color: #FFEAD6;
}

.works main article.works-block.orange h4 {
  border-color: #FF9632;
  -webkit-box-shadow: 3px 3px 0 #FF9632;
  box-shadow: 3px 3px 0 #FF9632;
}

.works main article.works-block.purple {
  background-color: #F2ECFA;
}

.works main article.works-block.purple h4 {
  border-color: #BEA0E6;
  -webkit-box-shadow: 3px 3px 0 #BEA0E6;
  box-shadow: 3px 3px 0 #BEA0E6;
}

.works main article.works-block.green2 {
  background-color: #DAF4EC;
}

.works main article.works-block.green2 h4 {
  border-color: #46C8A0;
  -webkit-box-shadow: 3px 3px 0 #46C8A0;
  box-shadow: 3px 3px 0 #46C8A0;
}

.works main article.works-block.red {
  background-color: #FCE4E5;
}

.works main article.works-block.red h4 {
  border-color: #F0787D;
  -webkit-box-shadow: 3px 3px 0 #F0787D;
  box-shadow: 3px 3px 0 #F0787D;
}

.works main article.works-block.gold {
  background-color: #EEEBE0;
}

.works main article.works-block.gold h4 {
  border-color: #AA9B64;
  -webkit-box-shadow: 3px 3px 0 #AA9B64;
  box-shadow: 3px 3px 0 #AA9B64;
}

.works #org {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .works #org {
    margin-bottom: 20vw;
  }
}

.works .interview-index {
  width: 920px;
  margin: auto;
}

.works .interview-index h3 {
  font-size: 40px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .works .interview-index {
    width: 100%;
  }
  .works .interview-index h3 {
    font-size: 8vw;
    padding-left: 5vw;
  }
}

.project.project-index #kv {
  background: -webkit-linear-gradient(45deg, #EF6671 0%, #E8192A 20%, #E8192A 80%, #EF6671 100%);
  background: -o-linear-gradient(45deg, #EF6671 0%, #E8192A 20%, #E8192A 80%, #EF6671 100%);
  background: linear-gradient(45deg, #EF6671 0%, #E8192A 20%, #E8192A 80%, #EF6671 100%);
}

@media screen and (max-width: 768px) {
  .project.project-index #kv {
    height: 90vw !important;
  }
}

.project.project-index .project-index {
  padding: 150px 0;
  background: url(../../Crosstalk/images/bg.png) right 50vw top no-repeat;
}

.project.project-index .project-index h3.title {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 1em;
  font-size: 60px;
}

.project.project-index .project-index h3.title div {
  font-size: inherit;
  font-weight: normal;
  font-style: italic;
  padding-left: calc(50% - 460px);
  border-bottom: solid 1px #E50012;
}

.project.project-index .project-index h3.title div strong {
  font-weight: normal;
  color: #E50012;
}

.project.project-index .project-index article {
  width: 1300px;
  margin: auto;
  margin-bottom: 120px;
}

.project.project-index .project-index article:last-child {
  margin-bottom: 0;
}

.project.project-index .project-index article a {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.project.project-index .project-index article a figure {
  border-radius: 100px 0 0 0;
  overflow: hidden;
  width: 600px;
}

.project.project-index .project-index article a figure img {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.project.project-index .project-index article a .detail {
  width: 510px;
}

.project.project-index .project-index article a .detail h3 {
  font-size: 47px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #373737;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}

.project.project-index .project-index article a .detail h3 span {
  font-size: 40%;
  color: #E50012;
  display: inline-block;
  margin-bottom: 1em;
}

.project.project-index .project-index article a .detail h3 small {
  font-size: 80%;
}

.project.project-index .project-index article a .detail p {
  font-size: 18px;
}

.project.project-index .project-index article a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .project.project-index .project-index {
    padding: 25vw 0;
    background-size: 100vw;
  }
  .project.project-index .project-index h3.title {
    font-size: 10vw;
  }
  .project.project-index .project-index article {
    width: 90%;
    margin-bottom: 15vw;
  }
  .project.project-index .project-index article a {
    display: block;
  }
  .project.project-index .project-index article a figure {
    width: 100%;
    border-radius: 15vw 0 0 0;
    margin-bottom: 5vw;
  }
  .project.project-index .project-index article a .detail {
    width: 100%;
  }
  .project.project-index .project-index article a .detail h3 {
    font-size: 8vw;
  }
  .project.project-index .project-index article a .detail p {
    font-size: 4vw;
  }
}

.project #project-kv {
  background: -webkit-linear-gradient(315deg, #ffffc3, #a0d2dc);
  background: -o-linear-gradient(315deg, #ffffc3, #a0d2dc);
  background: linear-gradient(135deg, #ffffc3, #a0d2dc);
  padding-bottom: 20px;
}

.project #project-kv #project-kv-inner {
  margin: auto;
  position: relative;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.project #project-kv #project-kv-inner figure {
  width: 1130px;
  overflow: hidden;
  border-radius: 0 0 0 200px;
  padding-right: calc(50% - 650px);
}

.project #project-kv #project-kv-inner h2 {
  position: absolute;
  left: 0;
  top: 130px;
  background: #fff;
  width: calc(50vw - 50px);
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0 50px 0 0;
  border-bottom: solid 3px #E50012;
}

.project #project-kv #project-kv-inner h2 .title-wrapper {
  padding: 50px 70px 50px 0;
}

.project #project-kv #project-kv-inner h2 .title-wrapper .title {
  color: #E50012;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 45px;
  font-weight: normal;
  margin-bottom: 0.5em;
}

.project #project-kv #project-kv-inner h2 .title-wrapper dl dt {
  color: #272727;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: normal;
}

.project #project-kv #project-kv-inner h2 .title-wrapper dl dt strong {
  color: #99d6b4;
  font-weight: normal;
  font-size: 180%;
}

.project #project-kv #project-kv-inner h2 .title-wrapper dl dd {
  font-size: 23px;
  color: #373737;
  line-height: 1.4em;
  padding-top: 0.8em;
}

.project #project-kv.reverse #project-kv-inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.project #project-kv.reverse #project-kv-inner figure {
  border-radius: 0 0 200px 0;
  padding-right: 0;
  padding-left: calc(50% - 650px);
}

.project #project-kv.reverse #project-kv-inner h2 {
  left: initial;
  right: 0;
  top: 265px;
  border-radius: 50px 0 0 0;
  display: block;
}

.project #project-kv.reverse #project-kv-inner h2 .title-wrapper {
  padding: 50px 0 50px 70px;
}

@media screen and (max-width: 768px) {
  .project #project-kv {
    padding-bottom: 3vw;
  }
  .project #project-kv #project-kv-inner figure {
    width: 100%;
    border-radius: 0 !important;
  }
  .project #project-kv #project-kv-inner h2 {
    top: initial !important;
    bottom: 10vw;
    width: 90%;
    height: auto;
    display: block;
  }
  .project #project-kv #project-kv-inner h2 .title-wrapper {
    padding: 5vw 5vw 5vw 10vw !important;
  }
  .project #project-kv #project-kv-inner h2 .title-wrapper .title {
    font-size: 7vw;
  }
  .project #project-kv #project-kv-inner h2 .title-wrapper dl dt {
    font-size: 4vw;
  }
  .project #project-kv #project-kv-inner h2 .title-wrapper dl dd {
    font-size: 4vw;
  }
}

.project #outline {
  margin-bottom: 60px;
}

.project #outline h3 {
  padding-top: 70px;
  font-size: 30px;
  font-weight: normal;
  font-style: italic;
  color: #E50012;
  font-family: "Raleway", sans-serif;
  margin-bottom: 1em;
  position: relative;
}

.project #outline h3:before {
  content: "";
  background: #EA3341;
  height: 100%;
  width: 1px;
  position: absolute;
  left: -1em;
  top: 0;
  display: block;
}

.project #outline p {
  color: #E50012;
}

@media screen and (max-width: 768px) {
  .project #outline {
    margin-bottom: 10vw;
    width: 90%;
    margin: auto;
  }
  .project #outline h3 {
    padding-top: 10vw;
    padding-left: 0.5em;
    font-size: 7vw;
  }
  .project #outline h3:before {
    left: 0;
  }
  .project #outline p {
    padding-bottom: 10vw;
  }
}

.project #prof {
  padding-top: 80px;
  background: url(../images/lattice.svg) #ebebeb;
}

.project #prof .inner {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px;
}

.project #prof .inner figure {
  width: 360px;
}

.project #prof .inner article {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 35px;
}

.project #prof .inner article h3 {
  font-family: "Raleway", sans-serif;
  color: #E50012;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 1em;
}

.project #prof .inner article .via {
  font-size: 16px;
  line-height: 1.6em;
  color: #373737;
}

.project #prof .inner article .name {
  color: #E50012;
  font-size: 33px;
  margin-bottom: 1em;
}

.project #prof .inner article p {
  font-size: 16px;
  color: #373737;
}

.project #prof > p {
  text-align: right;
  padding: 0 1em 2em 0;
  color: #373737;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .project #prof {
    padding-top: 20vw;
    position: relative;
  }
  .project #prof .inner {
    display: block;
    margin-bottom: 3vw;
    width: 90%;
  }
  .project #prof .inner figure {
    text-align: center;
    width: 100%;
    margin-bottom: 5vw;
  }
  .project #prof .inner figure img {
    width: 80%;
  }
  .project #prof .inner article {
    padding-left: 0;
  }
  .project #prof .inner article h3 {
    position: absolute;
    left: 0;
    top: -2em;
    width: 100%;
    text-align: center;
    font-size: 5vw;
  }
  .project #prof .inner article .via {
    text-align: center;
    font-size: 3.5vw;
    margin-bottom: 0.5em;
  }
  .project #prof .inner article .via br {
    display: none;
  }
  .project #prof .inner article .name {
    text-align: center;
    font-size: 10vw;
    margin-bottom: 4vw;
  }
  .project #prof .inner article p {
    padding: 0;
    font-size: 3.5vw;
  }
  .project #prof > p {
    font-size: 3vw;
    padding-bottom: 1em;
  }
}

.project .grad-wrapper {
  padding: 0 0 80px;
  background: -webkit-linear-gradient(315deg, #FFFFE1, #D1E8EE);
  background: -o-linear-gradient(315deg, #FFFFE1, #D1E8EE);
  background: linear-gradient(135deg, #FFFFE1, #D1E8EE);
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .project .grad-wrapper {
    padding-bottom: 10vw;
    margin-top: 10vw;
  }
}

.project .wide-image {
  max-width: 1300px;
  margin: auto;
  margin-top: 80px;
}

.project .wide-image figure {
  width: 1230px;
  overflow: hidden;
  border-radius: 0 200px 0 0;
}

@media screen and (max-width: 768px) {
  .project .wide-image {
    margin-top: 10vw;
  }
  .project .wide-image figure {
    width: 100%;
    border-radius: 0 30vw 0 0;
  }
}

.project .bottom-image {
  max-width: 1300px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .project .bottom-image {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
}

.project section {
  padding-top: 80px;
}

.project section:last-child {
  margin-bottom: 0;
}

.project section.curve {
  background: url(../images/curve-right.png) left calc(50vw + 100px) top no-repeat;
}

.project section h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  color: #373737;
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

.project section h3 strong {
  background: #E50012;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  padding: 0.3em;
  margin-bottom: 1em;
  display: inline-block;
}

.project section article {
  max-width: 1300px;
  margin: auto;
}

.project section article.column figure {
  width: 380px;
  overflow: hidden;
}

.project section article.column p {
  width: 670px;
  color: #373737;
  font-size: 18px;
  line-height: 2em;
}

.project section article.column.left {
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.project section article.column.left figure {
  border-radius: 0 200px 0 0;
}

.project section article.column.left p {
  padding-left: 60px;
}

.project section article.column.right {
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project section article.column.right figure {
  border-radius: 200px 0 0 0;
}

.project section article.column.right p {
  padding-right: 60px;
}

.project section article.column.inner p {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .project section {
    padding-top: 10vw;
  }
  .project section.curve {
    background-position: left 30vw top;
    background-size: 90vw;
  }
  .project section h3 {
    width: 90% !important;
    font-size: 5vw;
    margin-bottom: 0.7em;
  }
  .project section h3 strong {
    font-size: 4vw;
    margin-bottom: 0.5em;
  }
  .project section article.column {
    display: block !important;
  }
  .project section article.column figure {
    width: 75vw;
  }
  .project section article.column p {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .project section article.column.left figure {
    border-radius: 0 30vw 0 0;
  }
  .project section article.column.right figure {
    margin-left: 25vw;
    border-radius: 30vw 0 0 0;
  }
}

.project #story-nav {
  margin-bottom: 100px;
}

.project #story-nav ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.project #story-nav ul li {
  width: 410px;
}

.project #story-nav ul li a {
  display: block;
  overflow: hidden;
  padding: 7px;
  background: -webkit-linear-gradient(315deg, #ffffc3, #a0d2dc);
  background: -o-linear-gradient(315deg, #ffffc3, #a0d2dc);
  background: linear-gradient(135deg, #ffffc3, #a0d2dc);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.project #story-nav ul li a img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.project #story-nav ul li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.project #story-nav ul li a.active {
  position: relative;
}

.project #story-nav ul li a.active:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.project #story-nav ul li a > div {
  background: #fff;
  padding: 18px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.project #story-nav ul li a > div figure {
  overflow: hidden;
  margin-bottom: 20px;
}

.project #story-nav ul li a > div dl dt {
  color: #272727;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1em;
}

.project #story-nav ul li a > div dl dt strong {
  color: #99d6b4;
  font-size: 180%;
  font-weight: normal;
}

.project #story-nav ul li a > div dl dd {
  color: #373737;
  font-size: 24px;
}

.project #story-nav ul li a:hover {
  padding: 12px;
}

.project #story-nav ul li a:hover > div {
  padding: 13px;
}

@media screen and (max-width: 768px) {
  .project #story-nav {
    margin-bottom: 10vw;
  }
  .project #story-nav ul {
    width: 90%;
  }
  .project #story-nav ul li {
    width: 48%;
  }
  .project #story-nav ul li a {
    padding: 1vw;
  }
  .project #story-nav ul li a > div {
    padding: 2vw 2vw 3vw 2vw;
  }
  .project #story-nav ul li a > div figure {
    margin-bottom: 2vw;
  }
  .project #story-nav ul li a > div dl dt {
    font-size: 3vw;
    margin-bottom: 0.5em;
  }
  .project #story-nav ul li a > div dl dd {
    font-size: 3.5vw;
  }
}

.talk #talk-kv {
  position: relative;
}

.talk #talk-kv .bg {
  width: calc(50% + 460px);
  height: 100%;
  display: block;
  background: #f1f1f1;
  position: absolute;
  right: 0;
  top: 0;
}

.talk #talk-kv .kv {
  position: relative;
  z-index: 2;
}

.talk #talk-kv .kv .mv {
  max-width: 1300px;
  margin: auto;
  padding-top: 90px;
  position: relative;
}

.talk #talk-kv .kv .mv .pagetitle {
  position: absolute;
  left: 0;
  top: 20px;
  padding-left: 20px;
}

.talk #talk-kv .kv .mv .pagetitle .crosstalk {
  font-size: 65px;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: normal;
}

.talk #talk-kv .kv .mv .pagetitle .crosstalk strong {
  color: #E50012;
  font-weight: normal;
}

.talk #talk-kv .kv .mv .pagetitle p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 45px;
  color: #000;
  line-height: 1.2em;
}

.talk #talk-kv .kv .mv h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 20px;
}

.talk #talk-kv .kv .mv h2 div {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 55px;
  color: #fff;
  font-weight: normal;
  line-height: 1.3em;
  padding-bottom: 1em;
}

.talk #talk-kv .kv .mv h2 div span {
  display: inline-block;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
}

.talk #talk-kv .kv .mv ul {
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.talk #talk-kv .kv .mv ul li {
  width: 220px;
  margin-left: 10px;
}

.talk #talk-kv .kv .prof {
  background: #EA3341;
}

.talk #talk-kv .kv .prof ul {
  max-width: 920px;
  margin: auto;
  padding: 10px 0;
}

.talk #talk-kv .kv .prof ul li {
  border-bottom: solid 1px #fff;
  padding: 8px 0;
}

.talk #talk-kv .kv .prof ul li:last-child {
  border-bottom: 0;
}

.talk #talk-kv .kv .prof ul li dl {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.talk #talk-kv .kv .prof ul li dl dt {
  width: 110px;
}

.talk #talk-kv .kv .prof ul li dl dd {
  padding-left: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.talk #talk-kv .kv .prof ul li dl dd .name {
  color: inherit;
  font-size: 24px;
  line-height: 1.4em;
}

.talk #talk-kv .kv .prof ul li dl dd .name small {
  font-size: 14px;
  line-height: 1.4em;
  display: inline-block;
}

.talk #talk-kv .kv .prof ul li dl dd p {
  color: inherit;
  font-size: 15px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .talk #talk-kv .bg {
    background-size: 15vw;
  }
  .talk #talk-kv .kv .mv {
    padding-top: 18vw;
  }
  .talk #talk-kv .kv .mv .pagetitle {
    top: 2vw;
    left: 2vw;
    padding-left: 0;
  }
  .talk #talk-kv .kv .mv .pagetitle .crosstalk {
    font-size: 5vw;
  }
  .talk #talk-kv .kv .mv .pagetitle p {
    font-size: 6vw;
  }
  .talk #talk-kv .kv .mv .pagetitle p br {
    display: none;
  }
  .talk #talk-kv .kv .mv h2 {
    left: 3vw;
    bottom: 3vw;
    padding-left: 0;
  }
  .talk #talk-kv .kv .mv h2 span {
    font-size: 3vw;
  }
  .talk #talk-kv .kv .mv h2 div {
    line-height: 0;
    padding-bottom: 0;
  }
  .talk #talk-kv .kv .mv h2 div span {
    font-size: 5vw;
  }
  .talk #talk-kv .kv .mv ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0;
  }
  .talk #talk-kv .kv .prof {
    width: 90%;
    margin: 5vw auto 0;
  }
  .talk #talk-kv .kv .prof ul {
    padding: 3vw;
  }
  .talk #talk-kv .kv .prof ul li dl dt {
    width: 19vw;
  }
  .talk #talk-kv .kv .prof ul li dl dd {
    padding-left: 3vw;
  }
  .talk #talk-kv .kv .prof ul li dl dd .name {
    font-size: 5vw;
    margin-bottom: 0.3em;
  }
  .talk #talk-kv .kv .prof ul li dl dd .name small {
    font-size: 3vw;
    display: inline-block;
    line-height: 1.2em;
  }
  .talk #talk-kv .kv .prof ul li dl dd p {
    font-size: 3vw;
    line-height: 1.2em;
  }
}

.talk #talk-main {
  background: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(#d6d5d5));
  background: -webkit-linear-gradient(left, #f1f1f1, #d6d5d5);
  background: -o-linear-gradient(left, #f1f1f1, #d6d5d5);
  background: linear-gradient(90deg, #f1f1f1, #d6d5d5);
}

.talk #talk-main .prof-ext {
  max-width: 930px;
  font-size: 12px;
  padding: 1em 0 3em;
  margin: auto;
  color: #373737;
}

.talk #talk-main section {
  position: relative;
  width: calc(50vw + 450px);
  background: #fff;
  margin-left: calc(50vw - 465px);
  margin-bottom: 100px;
  padding: 80px 0;
}

.talk #talk-main section figure {
  width: 350px;
  position: absolute;
  left: -190px;
  top: 140px;
  overflow: hidden;
  border-radius: 0 200px 0 0;
}

.talk #talk-main section article {
  width: 710px;
  padding-left: 210px;
}

.talk #talk-main section article h3 {
  margin-bottom: 30px;
}

.talk #talk-main section article h3:after {
  content: "";
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #E50012;
}

.talk #talk-main section article h3 ins {
  background: #E50012;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  padding: 0.2em 0.5em;
  font-weight: normal;
  margin-bottom: 1em;
  display: inline-block;
}

.talk #talk-main section article h3 p {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #444;
  line-height: 1.4em;
  padding-bottom: 0.5em;
}

.talk #talk-main section article h4 {
  color: #E50012;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 1em;
  line-height: 1.4em;
}

.talk #talk-main section article ul li {
  margin-bottom: 20px;
}

.talk #talk-main section article ul li dl {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.talk #talk-main section article ul li dl dt {
  width: 65px;
}

.talk #talk-main section article ul li dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}

.talk #talk-main section article ul li dl dd p {
  font-size: 18px;
}

.talk #talk-main section article ul li dl dd p .name {
  display: inline-block;
  color: #E50012;
  font-weight: bold;
  margin-right: 1em;
}

.talk #talk-main section:nth-of-type(even) {
  margin-left: 0;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.talk #talk-main section:nth-of-type(even) figure {
  left: initial;
  right: -190px;
  border-radius: 200px 0 0 0;
}

.talk #talk-main section:nth-of-type(even) article {
  padding-right: 210px;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .talk #talk-main .prof-ext {
    width: 90%;
    font-size: 3vw;
  }
  .talk #talk-main section {
    width: 100%;
    margin-left: 0;
    margin-right: 0 !important;
    margin-top: 110vw;
    display: block !important;
    padding-bottom: 5vw;
  }
  .talk #talk-main section figure {
    position: static;
    width: 80%;
    margin-left: 10%;
    margin-top: -120vw;
    margin-bottom: 10vw;
    border-radius: 0 40vw 0 0;
  }
  .talk #talk-main section article {
    width: 90%;
    margin: auto;
    padding-right: 0 !important;
    padding-left: 0;
  }
  .talk #talk-main section article h3 ins {
    font-size: 5vw;
  }
  .talk #talk-main section article h3 p {
    font-size: 7vw;
  }
  .talk #talk-main section article h4 {
    font-size: 5vw;
    line-height: 1.6em;
  }
  .talk #talk-main section article ul li dl dt {
    width: 20vw;
  }
  .talk #talk-main section article ul li dl dd p {
    font-size: 3.5vw;
  }
  .talk #talk-main section:nth-of-type(even) figure {
    border-radius: 40vw 0 0 0;
  }
  .talk #talk-main section:last-child {
    margin-bottom: 0;
  }
}

.people #people-index {
  padding: 150px 0 40px;
  background: url(../../Interview/images/index/bg.png) right 50vw top no-repeat;
}

.people #people-index ul {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.people #people-index ul li {
  width: 45%;
  margin-bottom: 110px;
}

.people #people-index ul li:nth-child(odd) {
  margin-right: 10%;
}

.people #people-index ul li:last-child {
  margin-right: 0;
}

.people #people-index ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.people #people-index ul li a img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.people #people-index ul li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.people #people-index ul li a figure {
  overflow: hidden;
  border-radius: 200px 0 0 0;
}

.people #people-index ul li a .detail {
  position: absolute;
  left: 0;
  bottom: 0;
}

.people #people-index ul li a .detail .via {
  font-size: 18px;
  color: #fff;
  line-height: 1.4em;
  padding-left: 1em;
  text-shadow: 0 0 7px black;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.people #people-index ul li a .detail .via strong {
  font-size: 150%;
  font-weight: normal;
  padding-top: 0.2em;
  display: inline-block;
}

.people #people-index ul li a .detail h3 {
  font-size: 20px;
  padding-bottom: 2em;
  padding-top: 1em;
}

.people #people-index ul li a .detail h3 span {
  display: inline-block;
  background: #fff;
  line-height: 1em;
  padding: 0.2em 0.2em 0.2em 0.5em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
  .people #people-index {
    padding: 15w;
    background-size: 50vw;
    background-position: left top;
  }
  .people #people-index ul {
    display: block;
    width: 80%;
    margin: auto;
  }
  .people #people-index ul li {
    width: 100%;
    margin-bottom: 5vw;
  }
  .people #people-index ul li a figure {
    border-radius: 40vw 0 0 0;
  }
  .people #people-index ul li a .detail .via {
    font-size: 3.5vw;
  }
  .people #people-index ul li a .detail h3 {
    font-size: 4vw;
  }
}

.people #uturn {
  max-width: 1300px;
  margin: auto;
  background: #f1f1f1;
  border-radius: 0 200px 0 0;
  padding: 90px 0;
}

.people #uturn h3 {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px;
}

.people #uturn h3 div {
  border-bottom: solid 1px #E50012;
  padding-bottom: 10px;
  padding-left: 190px;
}

.people #uturn h3 div span {
  font-size: 45px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
}

.people #uturn h3 div img {
  width: 390px;
  vertical-align: bottom;
  margin-bottom: 0.2em;
}

.people #uturn .inner > p {
  text-align: right;
  font-weight: bold;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
}

.people #uturn .inner ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.people #uturn .inner ul li {
  width: 45%;
}

.people #uturn .inner ul li a {
  display: block;
}

.people #uturn .inner ul li a figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.people #uturn .inner ul li a figure > img {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.people #uturn .inner ul li a figure .via {
  position: absolute;
  left: 1em;
  bottom: 1em;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  line-height: 1.6em;
}

.people #uturn .inner ul li a figure .via strong {
  font-size: 25px;
  padding-top: 0.2em;
  display: inline-block;
}

.people #uturn .inner ul li a h4 {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.people #uturn .inner ul li a h4 span {
  display: block;
  background: #fff;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.3em 0.2em;
  margin-bottom: 0.4em;
}

.people #uturn .inner ul li a .more {
  text-align: right;
}

.people #uturn .inner ul li a:hover figure > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .people #uturn {
    padding: 10vw 0;
    border-radius: 0 20vw 0 0;
  }
  .people #uturn h3 {
    margin-bottom: 5vw;
  }
  .people #uturn h3 div {
    padding-bottom: 2vw;
    padding-left: 5vw;
    padding-right: 5vw;
    text-align: center;
  }
  .people #uturn h3 div span {
    font-size: 9vw;
    display: block;
  }
  .people #uturn h3 div img {
    width: 80%;
    margin-bottom: 3vw;
  }
  .people #uturn .inner > p {
    font-size: 3.5vw;
  }
  .people #uturn .inner ul {
    display: block;
    width: 80%;
    margin: auto;
  }
  .people #uturn .inner ul li {
    width: 100%;
    margin-bottom: 10vw;
  }
  .people #uturn .inner ul li a figure .via {
    font-size: 4vw;
  }
  .people #uturn .inner ul li a figure .via strong {
    font-size: 5vw;
  }
  .people #uturn .inner ul li a h4 span {
    font-size: 3.5vw;
  }
  .people #uturn .inner ul li a .more img {
    width: 30vw;
  }
}

.people.people-ip {
  background: #e0e9ee;
}

.people #people-kv {
  margin: auto;
  position: relative;
  margin-bottom: 60px;
  padding-top: 60px;
}

.people #people-kv:after {
  content: "interview";
  font-family: "Raleway", sans-serif;
  color: #CEDCE4;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  position: absolute;
  left: calc(50% + 515px + 0.3em);
  top: 60px;
  font-size: 110px;
  z-index: 2;
}

.people #people-kv figure {
  max-width: 1030px;
  margin: auto;
  position: relative;
}

.people #people-kv .via {
  position: absolute;
  left: 0;
  bottom: 80px;
  color: #fff;
  font-size: 17px;
  padding: 2em 2em;
  padding-left: calc(50% - 520px);
  line-height: 1.4em;
  background: rgba(0, 0, 0, 0.3);
  min-width: 8em;
}

.people #people-kv .via strong {
  font-size: 150%;
  font-weight: normal;
  padding-top: 0.1em;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .people #people-kv {
    margin-bottom: 8vw;
    padding-top: 0;
  }
  .people #people-kv:after {
    display: none;
  }
  .people #people-kv figure {
    overflow: hidden;
  }
  .people #people-kv figure img {
    width: 120vw;
    max-width: initial;
  }
  .people #people-kv .via {
    width: 30vw;
    font-size: 3.5vw;
    top: initial;
    bottom: 5vw;
    padding-left: 5vw;
    padding: 1em;
  }
}

.people h3.border {
  text-align: center;
  font-size: 35px;
}

.people h3.border span {
  display: inline-block;
  font-size: inehrit;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: normal;
}

.people h3.border span:after {
  content: "";
  width: 4em;
  height: 2px;
  background: #E50012;
  display: block;
  margin: auto;
  margin-top: 0.4em;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .people h3.border {
    font-size: 7vw;
    width: 100% !important;
  }
}

.people #people-career .people-career {
  background: #fff;
  width: 1030px;
  margin: auto;
  position: relative;
}

.people #people-career .people-career:after {
  content: "";
  height: calc(100% - 60px);
  position: absolute;
  left: 68px;
  top: 30px;
  width: 2px;
  background: #737373;
}

.people #people-career .people-career ul {
  padding: 30px 60px;
  position: relative;
  z-index: 2;
}

.people #people-career .people-career ul li {
  padding: 20px 0;
}

.people #people-career .people-career ul li dl {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.people #people-career .people-career ul li dl dt {
  font-family: "Noto Sans JP", sans-serif;
  color: #E50012;
  background: url(../../Interview/images/career.svg) left top 0em no-repeat;
  width: 170px;
  font-size: 20px;
  padding-left: 1.5em;
}

.people #people-career .people-career ul li dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .people #people-career .people-career {
    width: 100%;
  }
  .people #people-career .people-career:after {
    height: calc(100% - 10vw);
    top: 5vw;
    left: 6.3vw;
  }
  .people #people-career .people-career ul {
    padding: 5vw 5vw;
  }
  .people #people-career .people-career ul li {
    padding: 2vw 0;
  }
  .people #people-career .people-career ul li dl dt {
    width: 7em;
    font-size: 3.5vw;
    background-size: 1em;
  }
  .people #people-career .people-career ul li dl dd {
    font-size: 3.4vw;
  }
}

.people #people-main {
  max-width: 1300px;
  margin: auto;
  margin-bottom: 60px;
}

.people #people-main .title {
  text-align: center;
  font-size: 42px;
  line-height: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2em;
  padding-top: 2em;
  background: url(../images/grad-bg-right.png) left calc(50% + 270px) top/40% no-repeat;
}

.people #people-main .title span {
  display: inline-block;
  background: url(../../Interview/images/title-border.png) center bottom/100% 0.3em no-repeat;
  padding-bottom: 0.1em;
}

@media screen and (max-width: 768px) {
  .people #people-main .title {
    font-size: 5vw;
    background-position: right top;
  }
}

.people #people-main .spalator {
  width: 1300px;
  margin: auto;
  margin-bottom: 40px;
}

.people #people-main .spalator figure {
  border-radius: 0 200px 0 0;
  overflow: hidden;
  width: 1100px;
}

.people #people-main .spalator img {
  width: 100%;
}

.people #people-main .spalator.reverse {
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.people #people-main .spalator.reverse figure {
  border-radius: 200px 0 0 0;
}

@media screen and (max-width: 768px) {
  .people #people-main .spalator {
    width: 100%;
  }
  .people #people-main .spalator figure {
    width: 90%;
    border-radius: 0 20vw 0 0;
  }
  .people #people-main .spalator.reverse figure {
    border-radius: 20vw 0 0 0;
  }
}

.people #people-main section {
  width: 100%;
}

.people #people-main section figure {
  overflow: hidden;
}

.people #people-main section .section article h3 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  border-left: solid 5px #E50012;
  padding-left: 0.5em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
}

.people #people-main section .section article p {
  color: #373737;
}

@media screen and (max-width: 768px) {
  .people #people-main section .section {
    width: 90%;
    margin: auto;
  }
  .people #people-main section .section article h3 {
    font-size: 4.2vw;
  }
}

.people #people-main section.article4 {
  padding: 0 0 60px;
}

.people #people-main section.article4 .section figure {
  width: 920px;
  border-radius: 200px 0 0 0;
  margin-bottom: 60px;
  margin-left: 380px;
}

.people #people-main section.article4 .section article {
  width: 850px;
  margin: auto;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

@media screen and (max-width: 768px) {
  .people #people-main section.article4 {
    padding: 0 0 0vw;
    display: block;
    background: none;
    margin-bottom: 0vw;
    background: url(../../Interview/images/curve-l.png) left bottom 5vw/50vw no-repeat;
  }
  .people #people-main section.article4 .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
  }
  .people #people-main section.article4 .section figure {
    width: 100%;
    border-radius: 0;
    margin-left: 0;
    margin-bottom: 5vw;
  }
  .people #people-main section.article4 .section article {
    width: 90%;
    margin: auto;
    margin-bottom: 10vw;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .people #people-main section.article4 .section article p {
    width: 100%;
  }
}

.people #people-main #schedule {
  position: relative;
}

.people #people-main #schedule .schedule {
  width: 930px;
  margin: auto;
  padding: 40px 50px;
  background: #fff;
}

.people #people-main #schedule .schedule article {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.people #people-main #schedule .schedule article ul {
  width: 48%;
}

.people #people-main #schedule .schedule article ul li dl {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.people #people-main #schedule .schedule article ul li dl dt {
  background: #E50012;
  font-size: 18px;
  color: #fff;
  width: 4.5em;
  height: 2em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  position: relative;
  margin-bottom: 25px;
}

.people #people-main #schedule .schedule article ul li dl dt:after {
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: url(../../Interview/images/schedule-fukidashi.svg) center center/100% no-repeat;
}

.people #people-main #schedule .schedule article ul li dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  padding-top: 0.4em;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 1em;
  line-height: 1.4em;
  background: url(../../Interview/images/schedule-timeline.png) left top repeat-y;
  padding-bottom: 0.5em;
  color: #373737;
  padding-left: 4px;
}

.people #people-main #schedule .schedule article ul li dl dd:before {
  content: "";
  width: 3em;
  height: 1em;
  background: url(../../Interview/images/schedule-line.svg) left center no-repeat;
  display: block;
  margin-right: 0.3em;
}

@media screen and (max-width: 768px) {
  .people #people-main #schedule h3 {
    width: 60vw;
    height: 11vw;
    margin-bottom: 5vw;
  }
  .people #people-main #schedule h3 span {
    font-size: 7vw;
  }
  .people #people-main #schedule .schedule {
    width: 90%;
    padding: 10vw 0 5vw;
    padding-left: 3vw;
  }
  .people #people-main #schedule .schedule article {
    display: block;
  }
  .people #people-main #schedule .schedule article ul {
    width: 100%;
  }
  .people #people-main #schedule .schedule article ul li dl dt {
    font-size: 3.5vw;
    margin-bottom: 1.5em;
  }
  .people #people-main #schedule .schedule article ul li dl dd {
    font-size: 3.3vw;
  }
}

.people #index2 {
  padding: 60px 0;
  background: url(../../Interview/images/index2-bg.png) center bottom/100% 50% no-repeat;
  background: #fff;
}

.people #index2 .index2 {
  width: 920px;
  margin: auto;
}

.people #index2 .index2 h3 {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 40px;
  margin-bottom: 1em;
  color: #373737;
  font-weight: normal;
  letter-spacing: 0.1em;
  vertical-align: bottom;
}

.people #index2 .index2 ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.people #index2 .index2 ul li {
  width: 22%;
  margin-bottom: 40px;
}

.people #index2 .index2 ul li a {
  overflow: hidden;
  display: block;
  position: relative;
  padding-left: 5px;
}

.people #index2 .index2 ul li a img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.people #index2 .index2 ul li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.people #index2 .index2 ul li a:after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#EC5557), to(#FBD9DC));
  background: -webkit-linear-gradient(top, #EC5557, #FBD9DC);
  background: -o-linear-gradient(top, #EC5557, #FBD9DC);
  background: linear-gradient(180deg, #EC5557, #FBD9DC);
}

.people #index2 .index2 ul li a figure {
  overflow: hidden;
  position: relative;
}

.people #index2 .index2 ul li a span {
  display: block;
  font-size: 13px;
  color: #373737;
  line-height: 1.3em;
  height: 7em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 1em;
  white-space: nowrap;
}

.people #index2 .index2 ul li a span strong {
  font-weight: normal;
  font-size: 15px;
}

.people #index2 .index2 ul li a.active figure:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .people #index2 {
    padding: 5vw 0;
  }
  .people #index2 .index2 h3 {
    font-size: 5vw;
    padding-left: 5vw;
  }
  .people #index2 .index2 .index2-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: scroll;
  }
  .people #index2 .index2 ul {
    width: 90vw;
    margin: auto;
    margin-left: 5vw;
  }
  .people #index2 .index2 ul li {
    width: 45%;
    margin-bottom: 5vw;
  }
  .people #index2 .index2 ul li a span {
    font-size: 2.5vw;
  }
  .people #index2 .index2 ul li a span strong {
    font-size: 3vw;
  }
}

.person #kv {
  background-image: url(../../person/images/kv.jpg);
}

.person .basic {
  margin-bottom: 60px;
}

.person .status {
  width: 920px;
  margin: auto;
}

.person .status dl {
  border: solid 2px #E50012;
  margin-bottom: 20px;
  padding: 20px 0;
}

.person .status dl dt {
  text-align: center;
  color: #E50012;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.person .status dl dd {
  text-align: center;
  font-size: 18px;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  .person .basic {
    margin-bottom: 5vw;
  }
  .person .status {
    width: 100%;
  }
  .person .status dl {
    padding: 5vw 0;
  }
  .person .status dl dt {
    font-size: 4vw;
  }
  .person .status dl dd {
    font-size: 4vw;
    padding: 0 0.5em;
  }
}

.benefit #kv {
  background-image: url(../../benefits/images/kv.jpg);
}

.benefit .lead {
  margin-bottom: 0 !important;
}

.benefit section {
  padding: 80px 0;
  margin-bottom: 1px;
}

.benefit section h3 {
  width: 920px;
  margin: auto;
  margin-bottom: 40px;
}

.benefit section h3 span {
  display: inline-block;
  padding: 0.7em 1.5em;
  border: solid 1px #E50012;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-shadow: 5px 5px 0 #E50012;
  box-shadow: 5px 5px 0 #E50012;
  font-weight: normal;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .benefit section {
    padding: 10vw 0;
  }
  .benefit section h3 {
    width: 95%;
    margin-bottom: 10vw;
    padding-left: 5%;
  }
  .benefit section h3 span {
    font-size: 5vw;
  }
}

.benefit #benefit-point.bg {
  background: url(../../benefits/images/bg.png) left calc(50vw + 200px) top/800px no-repeat;
}

.benefit #benefit-point .point-block {
  width: 920px;
  margin: auto;
  margin-bottom: 60px;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.benefit #benefit-point .point-block.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.benefit #benefit-point .point-block figure {
  width: 410px;
}

.benefit #benefit-point .point-block article {
  width: 480px;
}

.benefit #benefit-point .point-block article dl {
  border-bottom: solid 2px #E50012;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px;
}

.benefit #benefit-point .point-block article dl dt, .benefit #benefit-point .point-block article dl dd {
  font-size: 24px;
}

.benefit #benefit-point .point-block article dl dt {
  color: #fff;
  background: #E50012;
  padding: 0.2em 0.4em;
}

.benefit #benefit-point .point-block article dl dd {
  padding: 0.2em 1em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.benefit #benefit-point .point-block article ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
  line-height: 1.4em;
}

.benefit #benefit-point .point-block article ul li:before {
  content: "・";
  color: #E50012;
}

.benefit #benefit-point .system {
  border: solid 2px #E50012;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 1em 0;
  color: #E50012;
  margin-bottom: 2em;
  line-height: 1.6em;
  position: relative;
  background: #fffafb;
}

.benefit #benefit-point .system:before, .benefit #benefit-point .system:after {
  content: "";
  position: absolute;
  top: -2px;
  width: 10px;
  height: calc(100% + 4px);
  display: block;
  background: #fff;
}

.benefit #benefit-point .system:before {
  left: 0;
}

.benefit #benefit-point .system:after {
  right: 0;
}

.benefit #benefit-point h5 {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .benefit #benefit-point .point-block {
    width: 90%;
    display: block;
    margin-bottom: 10vw;
  }
  .benefit #benefit-point .point-block figure {
    width: 100%;
    padding-top: 5vw;
  }
  .benefit #benefit-point .point-block article {
    width: 100%;
  }
  .benefit #benefit-point .point-block article dl {
    margin-bottom: 5vw;
  }
  .benefit #benefit-point .point-block article dl dt, .benefit #benefit-point .point-block article dl dd {
    font-size: 5vw;
  }
  .benefit #benefit-point .point-block article ul li {
    font-size: 4vw;
  }
  .benefit #benefit-point .system {
    font-size: 3.8vw;
  }
  .benefit #benefit-point .system:before, .benefit #benefit-point .system:after {
    width: 2vw;
  }
}

.benefit .benefit-feature {
  padding-top: 0;
  background: url(../../benefits/images/feature-bg.png) center bottom/100% calc(100% - 330px) no-repeat;
}

.benefit .benefit-feature .feature-intro {
  width: 920px;
  margin: auto;
  margin-bottom: 60px;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.benefit .benefit-feature .feature-intro figure {
  width: 470px;
}

.benefit .benefit-feature .feature-intro div {
  width: 400px;
}

.benefit .benefit-feature ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 920px;
  margin: auto;
}

.benefit .benefit-feature ul li {
  width: calc(24% - 20px);
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 20px;
}

.benefit .benefit-feature ul li h4 {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #E50012;
}

.benefit .benefit-feature ul li p {
  font-size: 18px;
  text-align: center;
  line-height: 1.4em;
}

.benefit .benefit-feature ul li p.left {
  text-align: left;
  font-size: 15.5px;
}

@media screen and (max-width: 768px) {
  .benefit .benefit-feature {
    background-size: 100% calc(100% - 80vw);
  }
  .benefit .benefit-feature .feature-intro {
    margin-bottom: 10vw;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .benefit .benefit-feature .feature-intro figure, .benefit .benefit-feature .feature-intro div {
    width: 80%;
    margin: auto;
  }
  .benefit .benefit-feature .feature-intro div {
    margin-bottom: 5vw;
  }
  .benefit .benefit-feature ul {
    width: 90%;
  }
  .benefit .benefit-feature ul li {
    width: calc(48% - 10vw);
    padding: 5vw;
  }
  .benefit .benefit-feature ul li h4 {
    font-size: 4vw;
  }
  .benefit .benefit-feature ul li p {
    font-size: 3.5vw;
  }
}

.benefit .benefit-cert {
  background: url(../images/grad-bg-left.png) right calc(50vw + 100px) top no-repeat #f1f1f1;
}

.benefit .benefit-cert .cert {
  width: 920px;
  margin: auto;
}

.benefit .benefit-cert .cert ul {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.benefit .benefit-cert .cert ul li {
  width: 31.3%;
  margin: 0 1% 20px;
  background: #fff;
  padding: 20px 0;
}

.benefit .benefit-cert .cert ul li h4 {
  text-align: center;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #E50012;
  line-height: 1.4em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit .benefit-cert .cert ul li h4.line3 {
  height: 4em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit .benefit-cert .cert ul li figure {
  text-align: center;
}

.benefit .benefit-cert .cert ul li figure img {
  width: 136px;
}

.benefit .benefit-cert .cert ul li p {
  font-size: 16px;
  padding: 0 1em;
}

@media screen and (max-width: 768px) {
  .benefit .benefit-cert .cert {
    width: 90%;
  }
  .benefit .benefit-cert .cert ul {
    display: block;
  }
  .benefit .benefit-cert .cert ul li {
    width: 100%;
  }
  .benefit .benefit-cert .cert ul li h4 {
    font-size: 4vw;
    height: auto !important;
  }
  .benefit .benefit-cert .cert ul li figure img {
    width: 37vw;
  }
  .benefit .benefit-cert .cert ul li p {
    font-size: 3.5vw;
  }
}

.faq #kv {
  background-image: url(../../faq/images/kv.jpg);
}

.faq section {
  padding: 100px 0 60px;
  background: url(../../faq/images/bg.png) left 50vw top no-repeat;
}

.faq section #faq-wrapper h3 {
  font-size: 33px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1em 0;
}

.faq section #faq-wrapper dl {
  margin-bottom: 30px;
}

.faq section #faq-wrapper dl dt {
  font-size: 24px;
  color: #fff;
  background: url(../../faq/images/open.svg) right 1em center no-repeat #E50012;
  padding: 0.5em 80px;
  position: relative;
  line-height: 1.4em;
}

.faq section #faq-wrapper dl dt:before {
  content: "Q";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  color: #fff;
  position: absolute;
  left: 1em;
  top: -0.1em;
  height: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq section #faq-wrapper dl dd {
  font-size: 18px;
  line-height: 1.8em;
  color: #373737;
  padding: 1em 80px;
  position: relative;
}

.faq section #faq-wrapper dl dd a {
  color: #a62718;
  text-decoration: underline;
  display: inline-block;
  padding: 0 0.1em;
}

.faq section #faq-wrapper dl dd a:hover {
  text-decoration: none;
  background: #E50012;
  color: #fff;
}

.faq section #faq-wrapper dl dd:before {
  content: "A";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  color: #E50012;
  position: absolute;
  left: 1em;
  top: 0.7em;
}

.faq section #faq-wrapper dl.open dt {
  background-image: url(../../faq/images/close.svg);
}

@media screen and (max-width: 768px) {
  .faq section {
    padding: 10vw 0 30vw;
  }
  .faq section #faq-wrapper {
    width: 90%;
  }
  .faq section #faq-wrapper dl {
    margin-bottom: 5vw;
  }
  .faq section #faq-wrapper dl dt {
    font-size: 4vw;
    padding: 0.5em 12vw;
    background-size: 5vw;
  }
  .faq section #faq-wrapper dl dt:before {
    font-size: 6vw;
    left: 0.5em;
  }
  .faq section #faq-wrapper dl dd {
    font-size: 3.5vw;
    padding: 1em 0.2em 1em 12vw;
  }
  .faq section #faq-wrapper dl dd:before {
    font-size: 6vw;
    left: 0.5em;
    top: 0.6em;
  }
}

.privacypolicy #kv {
  background: -webkit-linear-gradient(45deg, #EF6671 0%, #E8192A 20%, #E8192A 80%, #EF6671 100%);
  background: -o-linear-gradient(45deg, #EF6671 0%, #E8192A 20%, #E8192A 80%, #EF6671 100%);
  background: linear-gradient(45deg, #EF6671 0%, #E8192A 20%, #E8192A 80%, #EF6671 100%);
  height: 400px !important;
}

.privacypolicy #kv #kv-inner h2 {
  font-size: 55px !important;
}

@media screen and (max-width: 768px) {
  .privacypolicy #kv {
    height: 90vw !important;
  }
  .privacypolicy #kv #kv-inner h2 {
    font-size: 10vw !important;
  }
}

.privacypolicy #privacypolicy {
  background: url(../../privacy/images/bg.png) left calc(50vw + 70px) top no-repeat;
  padding: 150px 0;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.privacypolicy #privacypolicy ul li {
  font-size: 18px;
  color: #373737;
  margin-bottom: 1.5em;
}

.privacypolicy #privacypolicy ul li:before {
  content: "";
  color: #E50012;
  margin-right: 0.3em;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: #E50012;
}

@media screen and (max-width: 768px) {
  .privacypolicy #privacypolicy {
    padding: 15vw 0;
    background-size: 130vw;
    background-position: left 15vw top;
  }
  .privacypolicy #privacypolicy ul {
    width: 90%;
  }
  .privacypolicy #privacypolicy ul li {
    text-indent: -1.1em;
    padding-left: 1.1em;
    line-height: 1.4em;
    font-size: 4.3vw;
  }
}
