@charset "UTF-8";
/* theme name: wavas */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
}

input[type="button"], input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: none;
}

html {
  color: #333;
  font-family: "Roboto" ,sans-serif;
}

.menu {
  background: #333333;
  width: 25vw;
  height: 100vh;
  padding-left: 3vw;
  position: fixed;
  z-index: 8;
  -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
  right: -20vw;
  transition: 0.3s;
  color: #fff;
}

@media (max-width: 480px) {
  .menu {
    display: none;
  }
}

.menu:hover, .menu:focus {
  transform: translate3d(-20vw, 0, 0);
  animation-timing-function: 1s ease-in;
}

.menu .title {
  top: 50%;
  transform: rotate(270deg);
  position: absolute;
  left: 32px;
  font-weight: 800;
  font-size: 16px;
}

.nav {
  font-weight: 100;
  padding-top: 100px;
}

@media (max-width: 480px) {
  .nav {
    padding-top: 24px;
  }
}

.nav li {
  padding-bottom: 30px;
  padding-left: 80px;
  list-style-type: none;
}

@media (max-width: 480px) {
  .nav li {
    padding: 24px 0px;
    font-size: 13px;
  }
}

.nav li a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.nav li a:hover {
  color: #aaa;
}

.menu-sp {
  position: fixed;
  z-index: 200;
  right: 24px;
  top: 32px;
  display: none;
}

@media (max-width: 480px) {
  .menu-sp {
    display: block;
  }
}

.menu-sp .nav_toggle {
  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.5rem;
  z-index: 24;
}

.menu-sp .nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  transition: transform .5s, opacity .5s;
}

.menu-sp .nav_toggle .show {
  background-color: #fff;
}

.menu-sp .nav_toggle i:nth-child(1) {
  top: 0;
}

.menu-sp .nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.menu-sp .nav_toggle i:nth-child(3) {
  bottom: 0;
}

.menu-sp .nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
  background-color: #fff;
}

.menu-sp .nav_toggle.show i:nth-child(2) {
  opacity: 0;
}

.menu-sp .nav_toggle.show i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
  background-color: #fff;
}

.menu-sp .nav-sp {
  position: fixed;
  width: 100%;
  background-color: #333;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 48px 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}

.menu-sp .nav-sp li {
  padding: 24px 0;
}

.menu-sp .nav-sp li a {
  text-decoration: none;
  color: #fff;
}

.menu-sp .show {
  opacity: 1;
  visibility: visible;
}

.line-cta {
  z-index: 10;
  width: 15vw;
  height: 20vh;
  border: solid 3px #333;
  background-color: #59C03A;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 78vh;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: .3s;
}

@media (max-width: 480px) {
  .line-cta {
    width: 40vw;
  }
}

.line-cta div {
  color: #fff;
  text-align: center;
}

.line-cta div h3 {
  font-size: 24px;
  padding-top: 16px;
}

.line-cta:hover {
  background-color: #333;
  border-color: #59C03A;
  transition: .5s;
  top: 77vh;
}

.title-box {
  position: relative;
  height: 45vw;
}

@media (max-width: 480px) {
  .title-box {
    padding-bottom: 100%;
  }
}

.title-box-text {
  position: absolute;
  width: 24vw;
  height: 16vw;
  border: solid 3px #333;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 5px;
  z-index: 2;
}

@media (max-width: 480px) {
  .title-box-text {
    width: 65vw;
    height: 50vw;
  }
}

.title-box-text h2 {
  padding-top: 16px;
  font-size: 36px;
}

@media (max-width: 480px) {
  .title-box-text h2 {
    font-size: 24px;
  }
}

.title-box .info-box {
  position: absolute;
  top: 13vw;
  width: 40vw;
  height: 18vw;
  max-height: 350px;
  min-height: 240px;
  border: solid 3px #333;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 80px 48px;
  letter-spacing: 5px;
  line-height: 280%;
  background-color: #fff;
}

@media (max-width: 480px) {
  .title-box .info-box {
    width: 85vw;
    top: 40vw;
    padding: 48px 5vw;
    height: auto;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 230%;
    font-weight: normal;
  }
}

.section-link {
  margin-top: 5vw;
}

@media (max-width: 480px) {
  .section-link {
    margin-top: 10vw;
  }
}

.section-link a {
  margin-top: 24px;
  display: block;
  width: 26vw;
  height: 70px;
  border: solid 5px #FFDA7B;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  line-height: 70px;
  text-align: center;
  letter-spacing: 3px;
  transition: .3s;
}

.section-link a:hover {
  letter-spacing: 10px;
  transition: .5s;
}

@media (max-width: 480px) {
  .section-link a {
    width: 80vw;
    margin: 0 auto;
    margin-top: 24px;
  }
}

.anchor {
  position: relative;
  top: -100px;
  display: block;
}

.bg-blue {
  background-color: #2AD1FF;
  color: #fff;
}

.bg-red {
  background-color: #FA6157;
}

.bg-purple {
  background-color: #D96EFE;
}

.bg-yellow {
  background-color: #FFDA7B;
}

.bg-green {
  background-color: #2AFFB2;
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 60px);
  transition: all 800ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.fv {
  position: relative;
  width: 92vw;
  height: 100vh;
}

@media (max-width: 480px) {
  .fv {
    width: 100vw;
    height: 100vh;
  }
}

.fv img {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  filter: opacity(0.6);
}

@media (max-width: 480px) {
  .fv img {
    width: 100vw;
    height: 100vh;
  }
}

.fv .scroll {
  z-index: 2;
  position: absolute;
  top: 25vh;
  margin: auto;
  width: 100%;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  color: #000000;
  overflow: hidden;
}

@media (max-width: 480px) {
  .fv .scroll {
    display: none;
  }
}

.fv .scroll span {
  opacity: 0.3;
  display: inline-block;
  padding-left: 100%;
  font-size: 140px;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollAnime 15s linear infinite;
  animation-delay: -3s;
}

.fv .scroll span:last-child {
  animation-delay: -1s;
}

@keyframes scrollAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.fv .outline {
  display: inline-block;
  color: #ffffff;
  /* 文字の色 */
  letter-spacing: 2px;
  /* 文字間 */
  text-shadow: 1px  1px 1px #000000, -1px  1px 1px #000000, 1px -1px 1px #000000, -1px -1px 1px #000000, 1px  0px 1px #000000, 0px  1px 1px #000000, -1px  0px 1px #000000, 0px -1px 1px #000000;
  /* 文字の影 */
}

@media (max-width: 480px) {
  .fv .outline {
    display: none;
  }
}

.fv-box {
  width: 92vw;
  display: flex;
  justify-content: center;
}

@media (max-width: 480px) {
  .fv-box {
    width: 100vw;
  }
}

.fv-box-inline {
  position: absolute;
  z-index: 3;
  width: 90%;
  height: 85vh;
  margin-top: 3vw;
  border-style: solid;
  border-width: 20px;
  border-image: linear-gradient(135deg, #FFDA7B, #FA6157, #2AD1FF, #2AFFB2) 1 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .fv-box-inline {
    border: none;
  }
}

.fv-box-inline .fv-text {
  text-shadow: 0px 3px 4px #2b2b2b;
}

.fv-box-inline .fv-text h3 {
  font-size: 18px;
  letter-spacing: 5px;
}

.fv-box-inline .fv-text h1 {
  font-size: 160px;
  padding: 32px 0;
}

@media (max-width: 480px) {
  .fv-box-inline .fv-text h1 {
    font-size: 64px;
  }
}

.fv-box-inline .fv-text p {
  letter-spacing: 1.5px;
  line-height: 30px;
  text-shadow: 1px 1px 2px #646464;
}

.main {
  width: 90vw;
  margin: 0 auto;
  margin-top: 120px;
}

@media (max-width: 480px) {
  .main {
    width: 100vw;
    margin-top: 80px;
  }
}

.about {
  justify-content: space-around;
  display: flex;
}

@media (max-width: 480px) {
  .about {
    flex-direction: column;
  }
}

.about-left {
  width: 65%;
}

@media (max-width: 480px) {
  .about-left {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .about-left .title-box {
    left: -6vw;
  }
}

.about-left .title-box-text {
  background-color: #FFDA7B;
}

.about-left .title-box .info-box {
  margin-left: 8vw;
}

@media (max-width: 480px) {
  .about-left .title-box .info-box {
    margin-left: 6vw;
  }
}

.about-right {
  width: 45%;
}

@media (max-width: 480px) {
  .about-right {
    width: 90%;
    margin: 0 auto;
  }
}

.about-right div {
  text-align: center;
}

.about-right div img {
  width: auto;
  height: 16vw;
  padding: 48px 0 16px;
}

@media (max-width: 480px) {
  .about-right div img {
    width: auto;
    height: 60vw;
  }
}

.about .section-link {
  margin-left: 8vw;
}

@media (max-width: 480px) {
  .about .section-link {
    margin-left: 0vw;
    text-align: center;
  }
}

.about .section-link a:hover {
  background-color: #FFDA7B;
  color: #222;
}

.liver-left .title-box {
  width: 70vw;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .liver-left .title-box {
    width: 90vw;
    height: 30vw;
  }
}

.liver-left .title-box-text {
  background-color: #2AD1FF;
  color: #fff;
  right: 0;
}

@media (max-width: 480px) {
  .liver-left .title-box-text {
    margin-right: -6vw;
  }
}

.liver-left .title-box .info-box {
  margin-left: 8vw;
  top: 10vw;
  height: 8vw;
}

@media (max-width: 480px) {
  .liver-left .title-box .info-box {
    margin-left: -6vw;
    height: auto;
    top: 35vw;
  }
}

.liver-left .liver-text {
  display: flex;
  justify-content: center;
}

@media (max-width: 480px) {
  .liver-left .liver-text {
    flex-direction: column;
  }
}

.liver-left .liver-text div {
  text-align: center;
  padding: 0 2vw;
}

@media (max-width: 480px) {
  .liver-left .liver-text div {
    padding: 5vw 2vw;
  }
}

.liver-left .liver-text div img {
  width: auto;
  height: 20vw;
  padding: 32px 16px 8px;
}

@media (max-width: 480px) {
  .liver-left .liver-text div img {
    width: auto;
    height: 60vw;
  }
}

.liver-left .liver-text div p {
  letter-spacing: 2px;
  line-height: 140%;
  margin: 0 auto;
}

.liver .section-link {
  text-align: center;
}

.liver .section-link a {
  margin: 24px auto 0;
  border: solid 5px #2AD1FF;
}

.liver .section-link a:hover {
  background-color: #2AD1FF;
}

.liver-closeup {
  display: flex;
  margin-top: 10vw;
}

@media (max-width: 480px) {
  .liver-closeup {
    display: none;
  }
}

.liver-closeup div {
  margin: 0 1vw;
}

.liver-closeup div img {
  width: 40vw;
}

.interview {
  display: flex;
}

@media (max-width: 480px) {
  .interview {
    flex-direction: column;
  }
}

.interview-left {
  width: 35%;
}

@media (max-width: 480px) {
  .interview-left {
    width: 90%;
    margin: 0 auto;
    height: 140vw;
  }
}

.interview-left .title-box {
  height: 10vw;
}

@media (max-width: 480px) {
  .interview-left .title-box {
    height: 30vw;
  }
}

.interview-left .title-box-text {
  right: 0;
}

@media (max-width: 480px) {
  .interview-left .title-box-text {
    right: auto;
    margin-left: -6vw;
  }
}

.interview-left .title-box .info-box {
  height: 4vw;
  width: 30vw;
  padding: 32px;
}

@media (max-width: 480px) {
  .interview-left .title-box .info-box {
    width: 85vw;
    padding: 40px 5vw;
  }
}

.interview-right {
  width: 65%;
}

@media (max-width: 480px) {
  .interview-right {
    width: 90%;
    margin: 0 auto;
  }
}

.interview-right .interview-list {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .interview-right .interview-list {
    width: 100%;
  }
}

.interview-right .interview-list article {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.interview-right .interview-list-img {
  width: 100%;
  object-fit: cover;
}

.interview-right .interview-list .container-box {
  width: 300px;
  height: 220px;
  margin-bottom: 8vw;
}

@media (max-width: 480px) {
  .interview-right .interview-list .container-box {
    width: 45%;
    height: 120px;
    margin-bottom: 30vw;
  }
}

.interview-right .interview-list .container-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-right .interview-list .container-box .interview-post-title {
  position: static;
}

.interview-right .interview-list .container-box .interview-post-title h4 {
  padding: 16px 0;
}

.interview-right .interview-list .container-box .interview-post-title h4 a {
  color: #222;
  text-decoration: none;
  font-weight: normal;
}

.interview-right .interview-list .container-box .interview-post-title p {
  color: #666;
}

.interview-link {
  text-align: center;
}

.interview-link a {
  margin: 24px auto 0;
  border: solid 5px #2AFFB2;
}

.interview-link a:hover {
  background-color: #2AFFB2;
  color: #222;
}

.instagram-left .title-box {
  width: 70vw;
  margin: 0 auto;
  height: 34vw;
}

@media (max-width: 480px) {
  .instagram-left .title-box {
    height: 24vw;
    width: 90%;
    margin: 0 auto;
  }
}

.instagram-left .title-box-text {
  background-color: #D96EFE;
  color: #fff;
  right: 0;
}

@media (max-width: 480px) {
  .instagram-left .title-box-text {
    margin-right: -6vw;
  }
}

.instagram-left .title-box .info-box {
  margin-left: 16vw;
  top: 10vw;
  height: 8vw;
  width: 28vw;
  padding: 20px 40px;
}

@media (max-width: 480px) {
  .instagram-left .title-box .info-box {
    margin-left: -6vw;
    width: 85vw;
    top: 30vw;
    padding: 40px 5vw;
  }
}

.instagram-left .title-box .info-box a {
  color: #222;
  text-decoration: none;
}

.instagram .section-link {
  text-align: center;
}

.instagram .section-link a {
  margin: 24px auto 0;
  border: solid 5px #D96EFE;
}

.instagram .section-link a:hover {
  background-color: #D96EFE;
}

.instagram .post {
  display: flex;
  width: 100vw;
}

@media (max-width: 480px) {
  .instagram .post {
    display: none;
  }
}

.instagram .post img {
  width: 100vw;
  height: auto;
}

.instagram .post-sp {
  display: none;
}

@media (max-width: 480px) {
  .instagram .post-sp {
    display: flex;
    flex-wrap: wrap;
  }
  .instagram .post-sp img {
    width: 50vw;
    height: 50vw;
    object-fit: cover;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.instagram .post img:first-child {
  animation: loop 60s -30s linear infinite;
}

.instagram .post img:last-child {
  animation: loop2 60s linear infinite;
}

.cta {
  background-color: #333;
  border: solid 10px #2AFFB2;
  box-sizing: border-box;
  width: 92vw;
  margin-top: 120px;
}

@media (max-width: 480px) {
  .cta {
    width: 100vw;
    margin-top: 64px;
  }
}

.cta .section-link {
  color: #fff;
  text-align: center;
}

.cta .section-link a {
  margin: 24px auto 48px;
  border: none;
  background-color: #59C03A;
}

.contact-left .title-box {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media (max-width: 480px) {
  .contact-left .title-box {
    padding-bottom: 80%;
  }
}

.contact-left .title-box-text {
  background-color: #FA6157;
  color: #fff;
}

.contact-left .title-box .info-box {
  height: 8vw;
  width: 44vw;
}

@media (max-width: 480px) {
  .contact-left .title-box .info-box {
    width: 85vw;
  }
}

.contact-form {
  flex-direction: row;
  background-color: #fff;
  border-radius: 15px;
  color: #333;
  padding: 48px;
  padding-top: 0px;
}

.contact-form p {
  text-align: center;
  margin: 0 auto;
  line-height: 2;
}

@media (max-width: 480px) {
  .contact-form {
    width: 92vw;
    margin: 0 auto;
  }
}

.contact-form form {
  background-color: #fff;
  border-radius: 15px;
  color: #333;
  padding: 48px;
  padding-top: 0px;
}

@media (max-width: 480px) {
  .contact-form form {
    padding: 10vw 2vw;
  }
}

.contact-form form dl {
  width: 70%;
  min-width: 660px;
  margin: 48px auto;
}

@media (max-width: 480px) {
  .contact-form form dl {
    min-width: 300px;
    width: 100%;
    margin: 24px auto;
  }
}

.contact-form form dt {
  float: left;
}

@media (max-width: 480px) {
  .contact-form form dt {
    float: none;
  }
}

.contact-form form dd {
  padding-left: 13vw;
  width: 60%;
  margin: 24px auto;
}

@media (max-width: 480px) {
  .contact-form form dd {
    width: 85vw;
    padding: 0;
    margin: 8px 0 16px;
  }
}

.contact-form form dd input {
  width: 33vw;
  height: 40px;
  border-radius: 0;
  border: solid 1px #333;
  padding-left: 16px;
}

@media (max-width: 480px) {
  .contact-form form dd input {
    width: 98%;
  }
}

.contact-form form dd textarea {
  border-radius: 0;
  border: solid 1px #333;
  width: 33vw;
  height: 120px;
  padding-left: 16px;
}

@media (max-width: 480px) {
  .contact-form form dd textarea {
    width: 98%;
  }
}

.contact-form form .submit-button input {
  width: 240px;
  height: 56px;
  background-color: #333;
  border: solid 3px #FA6157;
  color: #fff;
  border-radius: 3px;
  transition: all .3s;
  -webkit-appearance: none;
}

.contact-form form .submit-button input:hover {
  background-color: #FA6157;
  transition: all .3s;
}

@media (max-width: 480px) {
  .contact-form {
    padding: 10vw 2vw;
  }
}

.contact-form dl {
  width: 70%;
  min-width: 660px;
  margin: 48px auto;
}

@media (max-width: 480px) {
  .contact-form dl {
    min-width: 300px;
    width: 100%;
    margin: 24px auto;
  }
}

.contact-form dt {
  float: left;
}

@media (max-width: 480px) {
  .contact-form dt {
    float: none;
  }
}

.contact-form dd {
  padding-left: 13vw;
  width: 60%;
  margin: 24px auto;
}

@media (max-width: 480px) {
  .contact-form dd {
    width: 85vw;
    padding: 0;
    margin: 8px 0 16px;
  }
}

.contact-form dd input {
  width: 33vw;
  height: 40px;
  border-radius: 0;
  border: solid 1px #333;
  padding-left: 16px;
}

@media (max-width: 480px) {
  .contact-form dd input {
    width: 98%;
  }
}

.contact-form dd textarea {
  border-radius: 0;
  border: solid 1px #333;
  width: 33vw;
  height: 120px;
  padding-left: 16px;
}

@media (max-width: 480px) {
  .contact-form dd textarea {
    width: 98%;
  }
}

.contact-form .submit-button input {
  width: 240px;
  height: 56px;
  background-color: #333;
  border: solid 3px #FA6157;
  color: #fff;
  border-radius: 3px;
  transition: all .3s;
  -webkit-appearance: none;
}

.contact-form .submit-button input:hover {
  background-color: #FA6157;
  transition: all .3s;
}

footer {
  padding-bottom: 40px;
  background-color: #333;
}

footer p {
  font-size: 10px;
  text-align: center;
  color: #cccccc;
}

footer ul {
  padding: 48px 8vw;
}

footer ul li {
  list-style: none;
  padding: 8px 0;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

footer ul li a:hover {
  border-bottom: solid 1px;
}

.under-fv {
  height: 75vh;
}

.under-fv img {
  height: 100%;
}

.under-fv-box-inline {
  height: 75%;
  border-width: 15px;
}

@media (max-width: 480px) {
  .under-fv-box-inline {
    margin-top: 20vw;
  }
}

.under-fv-box-inline .fv-text h1 {
  font-size: 100px;
}

@media (max-width: 480px) {
  .under-fv-box-inline .fv-text h1 {
    font-size: 48px;
  }
}

.under-main {
  width: 90vw;
  margin-top: 48px;
}

@media (max-width: 480px) {
  .under-main {
    margin: 0 auto;
    margin-top: 48px;
  }
}

.under-main-content {
  margin-bottom: 120px;
}

@media (max-width: 480px) {
  .under-main-content {
    margin-bottom: 64px;
  }
}

.under-main-content .title-box {
  width: 28vw;
  margin: 0 auto;
  height: 10vw;
}

@media (max-width: 480px) {
  .under-main-content .title-box {
    width: 80vw;
    padding-bottom: 30%;
  }
}

.under-main-content .title-box-text {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .under-main-content .title-box-text {
    height: 120px;
  }
}

.under-main-contents {
  padding-top: 80px;
}

.under-main-contents .interview-list {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  .under-main-contents .interview-list {
    margin-bottom: 64px;
  }
}

@media (max-width: 480px) {
  .under-main-contents .interview-list {
    width: 100%;
  }
}

.under-main-contents .interview-list article {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.under-main-contents .interview-list-img {
  width: 100%;
  object-fit: cover;
}

.under-main-contents .interview-list .container-box {
  width: 300px;
  height: 220px;
  margin-bottom: 8vw;
}

@media (max-width: 480px) {
  .under-main-contents .interview-list .container-box {
    width: 45%;
    height: 120px;
    margin-bottom: 30vw;
  }
}

.under-main-contents .interview-list .container-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.under-main-contents .interview-list .container-box .interview-post-title {
  position: static;
}

.under-main-contents .interview-list .container-box .interview-post-title h4 {
  padding: 16px 0;
}

.under-main-contents .interview-list .container-box .interview-post-title h4 a {
  color: #222;
  text-decoration: none;
  font-weight: normal;
}

.under-main-contents .interview-list .container-box .interview-post-title p {
  color: #666;
}

.under-support-content {
  display: flex;
  flex-wrap: wrap;
  width: 75vw;
  margin: 0 auto;
  justify-content: space-around;
}

@media (max-width: 480px) {
  .under-support-content {
    width: 100%;
  }
}

.under-support-content-s {
  text-align: center;
  padding: 24px;
}

.under-support-content-s img {
  width: 18vw;
  height: 18vw;
  object-fit: contain;
  padding-bottom: 24px;
}

@media (max-width: 480px) {
  .under-support-content-s img {
    width: 80vw;
    height: 80vw;
  }
}

.under-support-content-s p {
  display: block;
  width: 18vw;
}

@media (max-width: 480px) {
  .under-support-content-s p {
    width: 90vw;
  }
}

.under-cta {
  border-color: #FFDA7B;
}

.accordion {
  padding-top: 48px;
}

.accordion ul {
  width: 75%;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 480px) {
  .accordion ul {
    width: 100%;
  }
}

.accordion li {
  position: relative;
  border-bottom: 2px solid #333;
  list-style: none;
  padding: 16px 0;
}

.accordion li:hover {
  color: #2AD1FF;
}

.accordion li:hover .accordion_icon span {
  background-color: #2AD1FF;
}

.accordion li .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 1.5em 1em;
  position: relative;
}

.accordion li .toggle h5 {
  line-height: 150%;
}

@media (max-width: 480px) {
  .accordion li .toggle h5 {
    width: 80vw;
  }
}

@media (max-width: 480px) {
  .accordion li .toggle {
    padding: 1.5em 0em;
  }
}

.accordion li > p {
  padding: 1.5em 1em;
  display: none;
  text-align: left;
  color: #333;
  line-height: 2;
}

.accordion li > p a {
  color: #59C03A;
  font-size: 18px;
}

.accordion li .accordion_icon {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 0px;
  padding-top: 8px;
}

.accordion li .accordion_icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
}

.accordion li .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion li .accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}

.accordion li .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion li .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #333;
  background-color: #FFF;
  border: solid 3px #333;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #333;
  border-color: #333;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #FA6157;
  border-color: #FA6157;
  font-weight: bold;
}

.single-header {
  background-image: url(./img/support-fv.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 70vh;
  background-color: rgba(71, 71, 71, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .single-header {
    height: 50vh;
  }
}

.single-header h1 {
  font-size: 32px;
  text-align: center;
}

.single-header p {
  color: #666;
  padding-top: 24px;
}

.single-main {
  padding: 80px 0;
}

@media (max-width: 480px) {
  .single-main {
    padding: 48px 0;
  }
}

.single-main-text {
  width: 68vw;
  margin: 24px auto;
  padding: 48px 16px;
  background-color: #fff;
  border: solid 5px #333;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
}

@media (max-width: 480px) {
  .single-main-text {
    width: 85vw;
  }
}

.single-main-text .single-cat {
  width: 160px;
  height: 24px;
  padding: 16px 8px;
  margin: 16px;
  background-color: #FA6157;
  border-radius: 3px;
  text-align: center;
}

@media (max-width: 480px) {
  .single-main-text .single-cat {
    width: 64px;
    height: 16px;
    padding: 4px 8px;
    margin: 16px 0;
  }
}

.single-main-text .single-cat a {
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 480px) {
  .single-main-text .single-cat a {
    font-size: 8px;
    line-height: 16px;
  }
}

.single-contents {
  padding: 0 48px;
}

@media (max-width: 480px) {
  .single-contents {
    padding: 0;
  }
}

.single-contents img {
  width: 100%;
  max-height: 580px;
  object-fit: cover;
}

@media (max-width: 480px) {
  .single-contents img {
    height: 240px;
    object-fit: cover;
  }
}

.single-contents p {
  padding: 16px 0;
  line-height: 32px;
}

@media (max-width: 480px) {
  .single-contents p {
    font-size: 13px;
  }
}

.single-contents h2 {
  background-color: #FFDA7B;
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  padding-left: 16px;
}

@media (max-width: 480px) {
  .single-contents h2 {
    font-size: 16px;
  }
}

.single-contents h3 {
  padding-left: 16px;
  border-bottom: solid 5px #FFDA7B;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}

@media (max-width: 480px) {
  .single-contents h3 {
    font-size: 16px;
  }
}

.single-r-btn {
  width: 240px;
  height: 64px;
  margin: 0 auto;
  background-color: #333;
  color: #fff;
  display: block;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 64px;
  text-decoration: none;
  margin-top: 48px;
}

.liver-cat {
  display: none;
}

.liver-post-main {
  background-color: #fff;
}

.liver-contents {
  width: 85%;
  margin: 0 auto;
}

.liver-contents img {
  margin: 0 auto;
  width: auto;
  height: auto;
  object-fit: cover;
}
