@charset "UTF-8";
body {
  line-height: 1.8em;
}
header.G_header .header_inner {
  z-index: 98;
  top: 0;
  right: 0;
  overflow-x: hidden;
  text-align: center;
  width: 100%; /* ←100%から 0 に変更 */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 0;
  text-align: left;
}
@media all and (-ms-high-contrast: none) {
  header.G_header .header_inner {
    height: auto;
    overflow: visible;
  }
}
header.G_header .scroll_widh {
  width: 100%;
  height: 80px;
  overflow: initial;
}
@media (max-width: 500px) {
  header.G_header .scroll_widh {
    height: 60px;
  }
}

.hero {
  position: relative;
  height: 100vh;
  margin-bottom: 10em;
  z-index: 99;
  /* 波のアニメーション */
  /*Shrinking for mobile*/
}
@media (max-width: 500px) {
  .hero {
    margin-bottom: 2em;
  }
}
.hero p.logo {
  position: absolute;
  z-index: 999;
  right: 0;
  left: 0;
  top: 50px;
  margin: auto;
  width: 280px;
}
@media (max-width: 500px) {
  .hero p.logo {
    width: 200px;
  }
}
.hero p.logo img {
  width: 100%;
}
.hero #slider {
  position: relative;
  text-align: center;
  background-blend-mode: color-burn;
  background-size: cover;
}
.hero #slider .slider-outer {
  position: relative;
}
.hero #slider .slider-outer .slider-inner {
  position: absolute;
  width: 100%;
  height: 100vh;
}
@media all and (-ms-high-contrast: none) {
  .hero #slider .slider-outer .slider-inner img.slide-img {
    display: none;
  }
}
.hero #slider .slider-outer .slider-inner img.IE-img {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  .hero #slider .slider-outer .slider-inner img.IE-img {
    display: block;
  }
}
.hero #slider .slider-outer .slider-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}
@media (max-width: 500px) {
  .hero #slider .slider-outer .slider-inner img {
    height: 90vh;
  }
}
.hero #slider .slider-outer .fade-enter-active, .hero #slider .slider-outer .fade-leave-active {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.hero #slider .slider-outer .fade-enter, .hero #slider .slider-outer .fade-leave-to {
  opacity: 0;
}
.hero p.scroll {
  position: absolute;
  bottom: 15vh;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.hero .keyframe1 {
  -webkit-animation-name: anim_v;
          animation-name: anim_v;
}
@-webkit-keyframes anim_v {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}
@keyframes anim_v {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}
.hero .waves {
  position: absolute;
  width: 100%;
  height: 10vh;
  z-index: 9;
  min-height: 100px;
  max-height: 150px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 500px) {
  .hero .waves {
    bottom: 44px;
  }
}
@media all and (-ms-high-contrast: none) {
  .hero .waves {
    display: none;
  }
}
.hero .parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.hero .parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
.hero .parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.hero .parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}
.hero .parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .hero .waves {
    height: 60px;
    min-height: 40px;
  }
  .hero .content {
    height: 30vh;
  }
  .hero h1 {
    font-size: 24px;
  }
}

section.read_txt {
  position: relative;
}
section.read_txt::before {
  content: "";
  background-image: url(../images/home/line_wave_blue.svg);
  display: block;
  width: 250px;
  height: 90px;
  background-size: cover;
  position: absolute;
  top: -110px;
  right: 0;
  left: auto;
  margin: auto;
}
@media (max-width: 500px) {
  section.read_txt::before {
    display: none;
  }
}
section.read_txt::after {
  content: "";
  background-image: url(../images/home/line_wave_blue.svg);
  display: block;
  width: 250px;
  height: 90px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background-size: cover;
  position: absolute;
  right: auto;
  bottom: -130px;
  left: 0;
  margin: auto;
}
@media (max-width: 500px) {
  section.read_txt::after {
    -webkit-transform: none;
            transform: none;
    right: 0;
    left: auto;
  }
}
section.read_txt .txt {
  position: relative;
  padding: 1em;
  max-width: 800px;
  margin: 0 auto;
}
section.read_txt .txt::before {
  content: "ABOUT";
  color: #A8C9EA;
  font-size: 8em;
  font-weight: bold;
  position: absolute;
  z-index: -1;
  top: -30%;
  left: -10%;
}
@media (max-width: 500px) {
  section.read_txt .txt::before {
    font-size: 5em;
    left: 0;
    top: -5%;
  }
}

p.top_img {
  position: relative;
  height: 500px;
}
@media (max-width: 500px) {
  p.top_img {
    height: 300px;
  }
}
p.top_img img {
  position: absolute;
}
p.top_img img.photo {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 500px;
}
@media (max-width: 500px) {
  p.top_img img.photo {
    -o-object-position: -120px;
       object-position: -120px;
    height: 300px;
  }
}
p.top_img img.wave {
  width: 100%;
  height: 60px;
  bottom: 0;
  z-index: 98;
}
@media (max-width: 500px) {
  p.top_img img.wave {
    height: 30px;
  }
}

section.service {
  position: relative;
  margin-top: 2em;
}
section.service::before {
  content: "";
  background-image: url(../images/home/line_wave_blue.svg);
  display: block;
  width: 250px;
  height: 90px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background-size: cover;
  position: absolute;
  right: auto;
  top: 30%;
  left: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 500px) {
  section.service::before {
    display: none;
  }
}
section.service::after {
  content: "";
  background-image: url(../images/home/line_wave_blue.svg);
  display: block;
  width: 250px;
  height: 90px;
  background-size: cover;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 10%;
  margin: auto;
  z-index: 1;
}
section.service > .inner {
  padding: 4em 1em;
  max-width: 1000px;
  margin: 0 auto;
}
section.service > .inner h2 {
  text-align: center;
  font-size: 2.4em;
  margin-bottom: 1em;
  color: #004092;
}
@media (max-width: 500px) {
  section.service > .inner h2 {
    font-size: 1.8em;
  }
}
section.service > .inner > p {
  text-align: center;
  margin-bottom: 6em;
}
section.service > .inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
section.service > .inner ul li {
  background-color: #A8C9EA;
  width: calc(50% - 3em);
  height: 450px;
  margin-bottom: 4em;
  border-radius: 20px;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 500px) {
  section.service > .inner ul li {
    width: calc(100% - 0.8em);
    height: 480px;
  }
}
section.service > .inner ul li a {
  display: block;
  width: 100%;
  height: 450px;
  color: #ffffff;
}
section.service > .inner ul li a .service_list_inner {
  position: absolute;
  top: calc(30px - 0.6em);
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  width: 90%;
}
section.service > .inner ul li a .service_list_inner h3 img {
  max-width: 300px;
  font-size: 1.6em;
  margin-bottom: 0.4em;
}
section.service > .inner ul li a .service_list_inner p {
  font-size: 1em;
}
section.service > .inner ul li a .service_list_inner p strong {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  margin-bottom: 0.4em;
}
@media (max-width: 500px) {
  section.service > .inner ul li a .service_list_inner p strong {
    font-size: 1.2em;
  }
}
@media (max-width: 500px) {
  section.service > .inner ul li a .service_list_inner p {
    font-size: 0.9em;
  }
}
@media (max-width: 500px) {
  section.service > .inner ul li a .service_list_inner {
    font-size: 1.2em;
    top: calc(40px - 1em);
  }
}
@media (max-width: 500px) {
  section.service > .inner ul li a .service_list_inner span {
    display: block;
  }
}
section.service > .inner ul li .img_zoom {
  width: 100%;
  padding-top: 130%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 500px) {
  section.service > .inner ul li .img_zoom {
    padding-top: 480px;
    background-size: cover;
  }
}
section.service > .inner ul li .img_zoom:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.6;
}
section.service > .inner ul li .debut_gakkou {
  background-image: url(../images/home/debut_gakkou_backimg.jpg);
}
section.service > .inner ul li .toranoana {
  background-image: url(../images/home/toranoana_backimg.jpg);
}

.info {
  background-color: #EFEFEF;
}
.info > .inner {
  max-width: 1000px;
  padding: 6em 1em;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 500px) {
  .info > .inner {
    display: block;
  }
}
@media (max-width: 500px) {
  .info > .inner > section {
    width: 100%;
    margin-bottom: 4em;
  }
}
.info > .inner > section h2 {
  font-size: 2em;
  color: #004092;
}
.info > .inner section.schedule h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.info > .inner section.schedule h2::before {
  content: " ";
  background-image: url(../images/home/calendar_icon.svg);
  background-size: cover;
  -o-object-fit: fill;
     object-fit: fill;
  display: block;
  width: 35px;
  height: 40px;
  margin-right: 0.4em;
}
.info > .inner section.schedule .calendar {
  background-color: #ffffff;
  height: 300px;
}
.info > .inner section.news {
  width: 100%;
  position: relative;
}
.info > .inner section.news > h2 {
  position: absolute;
  top: -40px;
  left: 10px;
}
@media (max-width: 500px) {
  .info > .inner section.news > h2 {
    top: -80px;
    left: 0;
  }
}
.info > .inner section.news > h2 img {
  width: 200px;
}
.info > .inner section.news ul {
  max-width: 800px;
  margin: 0 auto;
  padding: 2em;
  margin-top: 2em;
}
.info > .inner section.news ul li {
  padding: 1em 0;
}
.info > .inner section.news ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.info > .inner section.news ul li a span.day {
  color: #004092;
  display: block;
  margin-right: 1em;
}
.info > .inner section.news ul li::after {
  margin-top: 1em;
  content: " ";
  background-image: url(../images/global/titel_under_wave.svg);
  width: 100%;
  height: 9px;
  display: block;
}
.info > .inner section.news ul li:last-child::after {
  content: none;
}
.info > .inner section.news p a {
  background-color: #004092;
  border: solid 2px #004092;
  border-radius: 5px;
  color: #ffffff;
  width: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0.6em 1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.info > .inner section.news p a::after {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 0.8em;
  border-radius: 10px;
  background-color: #ffffff;
  color: #004092;
  content: "▶︎";
  line-height: 1;
  padding: 5px;
  font-size: 0.6em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.info > .inner section.news p a:hover {
  background-color: #ffffff;
  color: #004092;
}
.info > .inner section.news p a:hover::after {
  background-color: #004092;
  color: #ffffff;
}

section.consultation {
  padding: 6em 1em;
}
section.consultation h2 {
  text-align: center;
  font-size: 2.4em;
  margin-bottom: 2em;
  color: #004092;
}
section.consultation ul.consultation_list {
  max-width: 1000px;
  padding: 0 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 4em auto;
}
@media (max-width: 500px) {
  section.consultation ul.consultation_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 500px) {
  section.consultation ul.consultation_list li {
    margin-bottom: 3em;
  }
}
section.consultation ul.consultation_list li img {
  max-width: 300px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 2em;
}
section.consultation ul.consultation_list li > h4 {
  color: #004092;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
section.consultation ul.consultation_list li p.price {
  text-align: center;
  font-weight: bold;
  color: #707070;
  margin-bottom: 1em;
}
section.consultation ul.consultation_list li p.link a {
  background-color: #004092;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1rem;
  padding: 0.4em 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 160px;
  margin: 0 auto;
  text-align: center;
}
section.consultation ul.consultation_list li p.link a::before {
  content: " ";
  background-image: url(../images/products/cart_icon.svg);
  display: block;
  width: 27px;
  height: 24px;
  margin-right: 0.6em;
}
section.consultation p.more a {
  background-color: #004092;
  border: solid 2px #004092;
  border-radius: 5px;
  color: #ffffff;
  width: 150px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 0.6em 1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section.consultation p.more a:hover {
  background-color: #ffffff;
  color: #004092;
}

section.user_voice_area {
  padding: 6em 0;
}
section.user_voice_area h2 {
  text-align: center;
  font-size: 2.4em;
  margin-bottom: 4em;
  color: #004092;
}
@media (max-width: 500px) {
  section.user_voice_area h2 {
    margin-bottom: 2em;
    font-size: 1.8em;
  }
}
section.user_voice_area > ul li {
  position: relative;
}
section.user_voice_area > ul li .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto 10em;
  padding: 0 1em;
}
@media (max-width: 500px) {
  section.user_voice_area > ul li .inner {
    display: block;
  }
}
section.user_voice_area > ul li .img_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 500px) {
  section.user_voice_area > ul li .img_area {
    margin-bottom: 2em;
  }
}
section.user_voice_area > ul li .img_area h4 {
  color: #004092;
  text-align: center;
}
section.user_voice_area > ul li .img_area h4 span {
  display: block;
}
section.user_voice_area > ul li .img_area h4::before, section.user_voice_area > ul li .img_area h4::after {
  content: " ";
  display: block;
  background-image: url(../images/user_voice/line.svg);
  width: 100%;
  height: 38px;
}
section.user_voice_area > ul li .img_area h4::before {
  margin-bottom: 1em;
}
@media (max-width: 500px) {
  section.user_voice_area > ul li .img_area h4::before {
    margin-bottom: 0;
  }
}
section.user_voice_area > ul li .img_area h4::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  margin-top: 1em;
}
@media (max-width: 500px) {
  section.user_voice_area > ul li .img_area h4::after {
    margin-top: 0;
  }
}
section.user_voice_area > ul li .img_area img {
  width: auto;
  height: 300px;
}
@media (max-width: 800px) {
  section.user_voice_area > ul li .img_area img {
    height: 200px;
  }
}
section.user_voice_area > ul li .txt_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.user_voice_area > ul li .txt_area > dl {
  margin-bottom: 2em;
}
section.user_voice_area > ul li .txt_area > dl dt {
  font-size: 1.2em;
  color: #004092;
  font-weight: bold;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.user_voice_area > ul li .txt_area > dl dt p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.user_voice_area > ul li .txt_area > dl dt span {
  background-color: #004092;
  color: #ffffff;
  position: relative;
  padding: 0.5em;
  margin-right: 0.6em;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
section.user_voice_area > ul li .txt_area > dl dt span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -3px;
  bottom: -1px;
  border-style: solid;
  border-color: transparent transparent transparent #004092;
  border-width: 8px 0 8px 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.user_voice_area > ul li .txt_area p.link a {
  background-color: #004092;
  border: solid 2px #004092;
  border-radius: 5px;
  color: #ffffff;
  width: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-right: 0;
  padding: 0.4em 0.8em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section.user_voice_area > ul li .txt_area p.link a::after {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 0.8em;
  border-radius: 10px;
  background-color: #ffffff;
  color: #004092;
  content: "▶︎";
  line-height: 1;
  padding: 5px;
  font-size: 0.6em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section.user_voice_area > ul li .txt_area p.link a:hover {
  background-color: #ffffff;
  color: #004092;
}
section.user_voice_area > ul li .txt_area p.link a:hover::after {
  background-color: #004092;
  color: #ffffff;
}
section.user_voice_area > ul li:nth-child(odd) .img_area {
  margin-right: 3em;
}
@media (max-width: 500px) {
  section.user_voice_area > ul li:nth-child(odd) .img_area {
    margin-right: 0;
  }
}
section.user_voice_area > ul li:nth-child(odd)::after {
  content: " ";
  background-image: url(../images/home/line_wave_blue.svg);
  display: block;
  width: 350px;
  height: 90px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background-size: cover;
  position: absolute;
  right: auto;
  bottom: -100px;
  left: 0;
  margin: auto;
}
section.user_voice_area > ul li:nth-child(even) .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.user_voice_area > ul li:nth-child(even) .img_area {
  margin-right: 0;
  margin-left: 3em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 500px) {
  section.user_voice_area > ul li:nth-child(even) .img_area {
    margin-left: 0;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
section.user_voice_area > ul li:nth-child(even) .img_area h4::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 500px) {
  section.user_voice_area > ul li:nth-child(even) .img_area h4::before {
    -webkit-transform: none;
            transform: none;
  }
}
section.user_voice_area > ul li:nth-child(even) .img_area h4::after {
  -webkit-transform: none;
          transform: none;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
@media (max-width: 500px) {
  section.user_voice_area > ul li:nth-child(even) .img_area h4::after {
    -webkit-transform: none;
            transform: none;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
}
section.user_voice_area > ul li:nth-child(even)::after {
  content: "";
  background-image: url(../images/home/line_wave_blue.svg);
  display: block;
  width: 350px;
  height: 90px;
  background-size: cover;
  position: absolute;
  bottom: -100px;
  right: 0;
  left: auto;
  margin: auto;
}
section.user_voice_area > ul li:last-child::after {
  display: none;
}
section.user_voice_area p.voice_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #707070;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.8;
}
@media (max-width: 500px) {
  section.user_voice_area p.voice_link {
    font-size: 1em;
  }
}
section.user_voice_area p.voice_link span {
  display: block;
  font-size: 2rem;
  color: #004092;
}
@media (max-width: 500px) {
  section.user_voice_area p.voice_link span {
    font-size: 1.6rem;
  }
}
section.user_voice_area p.voice_link::after, section.user_voice_area p.voice_link::before {
  content: " ";
  background-image: url(../images/global/line02.svg);
  display: inline-block;
  width: 38px;
  height: 72px;
  margin: 0 0.4em;
}
section.user_voice_area p.voice_link::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

h2.under_line {
  text-align: center;
}
h2.under_line > span {
  display: inline-block;
}
h2.under_line > span::after {
  content: " ";
  background-image: url(../images/global/titel_under_wave.svg);
  width: 100%;
  height: 9px;
  margin-top: 0.4em;
  display: block;
}

h2.white_underline > span::after {
  background-image: url(../images/global/titel_under_wave_white.svg);
}/*# sourceMappingURL=home.css.map */