@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/*common*/
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}
* {
  box-sizing: border-box;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #c50018;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}
.font_anton {
  font-family: "Anton", sans-serif;
}

/*** スマホ 320px ~ 767px***/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }

  .pc {
    display: none;
  }
}

/* !volters_lp_wrapper
---------------------------------------------------------- */
#volters_lp_wrapper {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  background: #f9f8f3;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
}

/* !header
---------------------------------------------------------- */
#volters_lp_header {
  position: relative;
  z-index: 99;
}
.contactBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.4rem;
  height: 6rem;
  background: #fff;
  border-radius: 6rem;
  border: 0.2rem solid #151c4b;
  box-shadow: 0 0.4rem 0 #151c4b;
  color: #151c4b;
  font-weight: 700;
}

.volters_lp_nav {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 4rem;
  height: 6.6rem;
  background: #c50018;
}
.volters_lp_nav ul {
  display: flex;
}
.volters_lp_nav li {
  margin-right: 3.2rem;
}
.volters_lp_nav li a {
  color: #fff;
  font-weight: 700;
}
.volters_lp_nav .contactBtn {
  height: 4rem;
}

.volters_lp_mainVisual img {
  width: 100%;
}

.volters_lp_headfixed {
  display: none;
  position: fixed;
  top: 2.4rem;
  right: 2.4rem;
}
.volters_lp_headfixed .head_in {
  display: flex;
}
.volters_lp_headfixed .contactBtn {
  border-width: 0.3rem;
  font-size: 2rem;
}
.volters_lp_btn_menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 3;
  transition: 0.3s;
  margin-left: 1.5rem;
  width: 6rem;
  height: 6rem;
  background: #fff;
  border-radius: 50%;
  border: 0.3rem solid #151c4b;
  box-shadow: 0 0.4rem 0 #151c4b;
}
.volters_lp_btn_menu span {
  display: block;
  transition: all 0.3s;
  margin: 0.3rem 0;
  transform-origin: 50% 0;
  width: 50%;
  height: 0.3rem;
  background: #151c4b;
}
.volters_lp_btn_menu.active {
  background: none;
  border-color: #fff;
  box-shadow: 0 0.4rem 0 #fff;
}
.volters_lp_btn_menu.active span {
  background: #fff;
}
.volters_lp_btn_menu.active span:first-child {
  transform: rotate(45deg) translate(0.9rem, 0.7rem);
}
.volters_lp_btn_menu.active span:nth-of-type(2) {
  opacity: 0;
}
.volters_lp_btn_menu.active span:last-child {
  transform: rotate(-45deg) translate(0.5rem, -0.5rem);
}

#volters_lp_navi {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  transform: translateX(100%);
  transition: all 0.3s;
  padding: 12rem 6.4rem;
  width: 100%;
  height: 100vh;
  max-width: 46.2rem;
  background: #c50018;
  color: #fff;
  overflow: scroll;
}
#volters_lp_navi.open {
  transform: translateX(0%);
}
#volters_lp_navi li {
  position: relative;
  margin: 4.8rem 0;
  border-top: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  line-height: 1;
  text-align: center;
}
#volters_lp_navi li a {
  display: block;
  padding: 1.2rem 0 1.4rem;
  background: url("../image/common/icon_arrow_white.svg") no-repeat right 1.6rem
    center;
  background-size: 1.2rem;
  font-size: 2.8rem;
  font-weight: 700;
}
#volters_lp_navi li .eng {
  position: absolute;
  left: 0;
  top: 0.2rem;
  transform: translateY(-100%);
  padding-right: 1rem;
  background: #c50018;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff;
  color: #c50018;
  font-size: 2rem;
  font-weight: normal;
}
#volters_lp_navi .contactBtn {
  font-size: 2.8rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (min-width: 768px) {
  .volters_lp_btn_menu:hover {
    transform: scale(1.05, 1.05);
  }

  .volters_lp_nav li a:hover,
  #volters_lp_navi li a:hover {
    opacity: 0.7;
  }
  .contactBtn:hover {
    transform: scale(1.05, 1.05);
  }
}
@media screen and (max-width: 767px) {
  .volters_lp_nav {
    display: none;
  }

  .contactBtn {
    height: 4rem;
  }

  .volters_lp_headfixed {
    display: block;
    right: 1.6rem;
  }

  .volters_lp_btn_menu {
    margin-left: 1.2rem;
    width: 4rem;
    height: 4rem;
    border-width: 0.2rem;
  }
  .volters_lp_btn_menu span {
    margin: 0.15rem 0;
    height: 0.2rem;
  }
  .volters_lp_btn_menu.active span:first-child {
    transform: rotate(45deg) translate(0.45rem, 0.45rem);
  }
  .volters_lp_btn_menu.active span:last-child {
    transform: rotate(-45deg) translate(0.2rem, -0.3rem);
  }
  .volters_lp_headfixed .contactBtn {
    border-width: 0.2rem;
    font-size: 1.6rem;
  }

  #volters_lp_navi {
    padding: 8rem 4rem 6rem;
  }
  #volters_lp_navi li {
    margin: 3rem 0;
  }
  #volters_lp_navi li a {
    padding: 1.2rem 0 1.4rem;
    background-position: right 1.6rem center;
    background-size: 1.2rem;
    font-size: 2.4rem;
  }
  #volters_lp_navi li .eng {
    font-size: 1.6rem;
  }
  #volters_lp_navi .contactBtn {
    margin-top: 6.4rem;
    height: 5.2rem;
    font-size: 2.4rem;
  }
}

/* volters_lp_footer
-----------------------------------------------------------*/
.volters_lp_footer {
  padding: 8rem 3rem 12rem;
  background: #c50018;
  color: #fff;
}
.volters_lp_footlinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.volters_lp_footlinks li {
  padding: 0 1.6rem;
  font-size: 1.4rem;
}
.volters_lp_footlinks li + li {
  border-left: 1px solid #fff;
}

.volters_lp_footer .footer_in {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 5.6rem auto 0;
  max-width: 76.8rem;
}
.volters_lp_footer .footlogo {
  text-align: center;
  font-size: 1.4rem;
}
.volters_lp_footer .footlogo img {
  display: block;
  margin: 0 auto 2.4rem;
}

.volters_lp_footer .sns {
  display: flex;
  justify-content: flex-end;
}
.volters_lp_footer .sns a {
  margin-left: 2.4rem;
  width: 2.4rem;
}

.volters_lp_footer #copyright {
  margin-top: 2.4rem;
  font-size: 1.2rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (min-width: 768px) {
  .volters_lp_footer a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .volters_lp_footer {
    padding: 6.4rem 1rem 8rem;
    text-align: center;
  }

  .volters_lp_footlinks {
    justify-content: flex-start;
  }
  .volters_lp_footlinks li {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
  }
  .volters_lp_footlinks li:nth-of-type(4) {
    border-left: 0;
  }

  .volters_lp_footer .footer_in {
    display: block;
    margin-top: 3.2rem;
  }
  .volters_lp_footer .footlogo {
    margin-bottom: 6.4rem;
    font-size: 1.2rem;
  }
  .volters_lp_footer .footlogo img {
    margin-bottom: 1.6rem;
  }
  .volters_lp_footer .sns {
    justify-content: center;
  }
  .volters_lp_footer .sns a {
    margin: 0 1.2rem;
  }
  .volters_lp_footer #copyright {
    font-size: 1rem;
  }
}

/* common
-----------------------------------------------------------*/
.volters_lp_inner {
  padding: 0 2rem;
  margin: 0 auto;
  max-width: 132rem;
  position: relative;
}

.volters_lp_title {
  line-height: 1;
}
.left::before {
  content: "";
  display: inline-block;
  width: 40em;
  height: 40em;
  z-index: -100;
  position: absolute;
  left: -80%;
  top: -8rem;
  opacity: 0.1;
  background-image: url("../image/common/logo_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.volters_lp_title .eng {
  display: block;
  margin-bottom: -2rem;
  color: transparent;
  -webkit-text-stroke: 1px #c50018;
  font-size: 17rem;
}
.volters_lp_title .jap {
  display: inline-block;
  padding: 0.4rem 1rem 0.8rem;
  margin-bottom: 1.6rem;
  background: #c50018;
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
}
.volters_lp_title .jap:first-child {
  margin-top: -0.8rem;
}

.volters_lp_contact {
  position: relative;
  z-index: 5;
  padding: 4rem;
  background: #151c4b;
  text-align: center;
}
.volters_lp_contact .content {
  margin: 0 auto;
  padding: 5rem 20% 6rem;
  background: #2c4198;
}
.volters_lp_contact .welcome_hot {
  pointer-events: none;
  position: absolute;
  top: -4rem;
}
.volters_lp_contact .welcome_hot.animated {
  animation: zoom_in_out 1s 1;
}
@keyframes zoom_in_out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.volters_lp_contact .welcome_hot.img1 {
  left: 0;
  width: 26.5rem;
}
.volters_lp_contact .welcome_hot.img2 {
  right: 0;
  width: 32.9rem;
}
.volters_lp_contact .content .title {
  position: relative;
  z-index: 2;
  padding: 4rem 0;
  min-height: 17rem;
  line-height: 1;
  text-align: center;
  color: #f9f8f3;
}
.volters_lp_contact .content .title .eng {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  mix-blend-mode: screen;
  width: 100%;
  font-size: 17rem;
}
.volters_lp_contact .content .title .jap {
  display: block;
  margin-bottom: 2.4rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
.volters_lp_contact .content .title .jap2 {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.volters_lp_contact .contactBtn {
  margin: 0 auto;
  padding-right: 4rem;
  height: 9.1rem;
  max-width: 66.1rem;
  font-size: 4rem;
  font-weight: 900;
}
.volters_lp_contact .contactBtn:after {
  content: "";
  display: block;
  margin-left: 1.6rem;
  height: 2.4rem;
  width: 2.4rem;
  background: url("../image/common/icon_arrow_blue.svg") center;
  background-size: 100%;
}

.volters_lp_overplay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}

.volters_lp_btn_apply {
  text-align: center;
}
.volters_lp_btn_apply a {
  display: inline-flex;
  align-items: center;
  padding: 0 2.4rem;
  height: 4.8rem;
  border: 0.2rem solid #c50018;
  border-radius: 5rem;
  color: #c50018;
  font-weight: 700;
}
.volters_lp_btn_apply a:after {
  content: "";
  display: block;
  margin-left: 1rem;
}
.volters_lp_btn_apply .file:after {
  height: 1.2rem;
  width: 1.2rem;
  background: url("../image/common/icon_file.svg") no-repeat center;
  background-size: 100%;
}
.volters_lp_btn_apply .link:after {
  height: 1.6rem;
  width: 1.6rem;
  background: url("../image/common/icon_arrow_red.svg") no-repeat center;
  background-size: auto 100%;
}

/*** スマホ 320px ~ 767px***/
@media screen and (min-width: 768px) {
  .volters_lp_btn_apply a:hover {
    background: #c50018;
    color: #fff;
  }
  .volters_lp_btn_apply .file:hover:after {
    background-image: url("../image/common/icon_file_white.svg");
  }
  .volters_lp_btn_apply .link:hover:after {
    background-image: url("../image/common/icon_arrow_white.svg");
  }
}
@media screen and (max-width: 767px) {
  .volters_lp_inner {
    padding: 0 1.6rem;
  }

  .volters_lp_title .eng {
    margin-bottom: -1rem;
    font-size: 6rem;
  }
  .volters_lp_title .jap {
    padding: 0.4rem 1rem 0.8rem;
    margin-bottom: 0.8rem;
    font-size: 3.2rem;
  }
  .volters_lp_title .jap:first-child {
    margin-top: -0.4rem;
  }

  .volters_lp_contact {
    padding: 1.6rem;
  }
  .volters_lp_contact .content {
    padding: 2.4rem 1.6rem 14rem;
  }
  .volters_lp_contact .content .title {
    padding: 0;
    min-height: 10rem;
  }
  .volters_lp_contact .content .title .eng {
    display: block;
    position: static;
    transform: translateY(0%);
    margin-bottom: -5rem;
    font-size: 10rem;
  }
  .volters_lp_contact .content .title .jap {
    line-height: 1.5;
    font-size: 2.2rem;
  }
  .volters_lp_contact .content .title .jap2 {
    line-height: 1.5;
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }
  .volters_lp_contact .contactBtn {
    padding-right: 2.4rem;
    height: 6rem;
    border-width: 0.4rem;
    box-shadow: 0px 0.8rem 0px 0px #151c4b;
    font-size: 2rem;
  }
  .volters_lp_contact .contactBtn:after {
    margin-left: 0.8rem;
    height: 1.6rem;
    width: 1.6rem;
  }
  .volters_lp_contact .welcome_hot {
    position: absolute;
    top: auto;
    bottom: 1.6rem;
  }
  .volters_lp_contact .welcome_hot.img1 {
    left: 4.8rem;
    width: 10.2rem;
  }
  .volters_lp_contact .welcome_hot.img2 {
    right: 6rem;
    width: 10.8rem;
  }
  @keyframes zoom_in_out {
    0% {
      transform: scale(1.1, 1.1);
      transform-origin: 50% 100%;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 50% 100%;
    }
    100% {
      transform: scale(1.1, 1.1);
      transform-origin: 50% 100%;
    }
  }

  .volters_lp_btn_apply .link:after {
    height: 1.2rem;
    width: 1.2rem;
  }
}

/* page
-----------------------------------------------------------*/
.volters_lp_story {
  padding: 12rem 0 0;
  background: linear-gradient(to left, #efece3 33.3333%, transparent 33.3333%);
}
.volters_lp_story .display {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  margin-right: -5.6rem;
}
.volters_lp_story .display .img {
  width: 43%;
}
.volters_lp_story .display .info {
  width: calc(54.8% - 1rem);
}
.volters_lp_story .volters_lp_title {
  margin-bottom: 1.2rem;
}
.volters_lp_story .volters_lp_title .eng {
  margin-left: -8rem;
}
.volters_lp_story .volters_lp_title .jap {
  padding: 0.4rem 1rem 1.2rem;
  font-size: 56px;
}
.volters_lp_story .volters_lp_title .jap.sub_title {
  font-size: 28px;
}
.volters_lp_story .display .txt {
  line-height: 1.8;
  font-size: 2.4rem;
  font-weight: 700;
}
.volters_lp_story .banner {
  padding: 8rem 0 2.3rem;
  background: url("../image/02_story/bg_story_pc.svg") no-repeat center bottom;
  background-size: 100%;
  text-align: center;
}
.volters_lp_story .banner .volters_lp_inner {
  max-width: 102rem;
}

.volters_lp_achievement {
  padding: 12rem 0 0;
  background: linear-gradient(to right, #efece3 33.3333%, transparent 33.3333%);
}
.volters_lp_achievement .volters_lp_title {
  z-index: 2;
  margin-bottom: -19.6rem;
  text-align: right;
}
.volters_lp_achievement .display {
  display: flex;
  justify-content: center;
}
.volters_lp_achievement .display .img {
  margin-left: -8rem;
  width: 58.3rem;
}
.volters_lp_achievement .display .info {
  padding: 20rem 0 0;
  width: 70.2rem;
}
.volters_lp_achievement .results {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-bottom: 24px;
}
.volters_lp_achievement .results .tit {
  border-top: 0.2rem solid;
  border-bottom: 0.2rem solid;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}
.volters_lp_achievement .results span {
  font-size: 1.4rem;
}
.volters_lp_achievement .results .data {
  line-height: 1.2;
  font-size: 3.6rem;
  font-weight: bold;
}
.volters_lp_achievement .results .num {
  font-size: 11rem;
  font-weight: 400;
}
.volters_lp_achievement .display .sub {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: bold;
}
.volters_lp_achievement .display .photos {
  display: flex;
  justify-content: space-between;
  margin: 0 -12rem 0 -8rem;
}
.volters_lp_achievement .display .photos .pic1 {
  width: 47%;
}
.volters_lp_achievement .display .photos .pic2 {
  width: 47%;
}

.volters_lp_message {
  display: flex;
  position: relative;
}
.volters_lp_message .message_imgs {
  overflow: hidden;
  width: calc(20% - 1.3rem);
}
.volters_lp_message .message_swiper {
  height: 100%;
  width: 100%;
}
.volters_lp_message .message_swiper .swiper-slide {
  height: calc(100% / 3);
}
.volters_lp_message .message_swiper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.volters_lp_message .content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 7.2rem 5rem;
  width: calc(60% + 2.6rem);
  background: #c50018;
  text-align: center;
  color: #fff;
}
.volters_lp_message .content:before {
  content: "";
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../image/04_message/bg_message.svg") no-repeat center;
  background-size: auto 94.8%;
}
.volters_lp_message .title {
  margin-bottom: 2.4rem;
}
.volters_lp_message .title span {
  display: inline-block;
  margin: 0.4rem 0;
  padding: 0 1rem 0.1rem;
  background: #fff;
  color: #c50018;
  font-size: 3.2rem;
  font-weight: 900;
}
.volters_lp_message .content .txt p {
  line-height: 2;
  font-size: 2rem;
  font-weight: 700;
}
.volters_lp_message .content .txt p + p {
  margin-top: 2.4rem;
}

.volters_lp_thema {
  z-index: 2;
  padding: 12rem 0;
  position: relative;
}
.volters_lp_thema:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 12rem;
  z-index: -1;
  transform: translateX(-50%);
  width: 98.4rem;
  height: 98.4rem;
  background: #efece3;
  border-radius: 50%;
}
.volters_lp_thema .volters_lp_title {
  margin-bottom: 8.2rem;
}
.volters_lp_thema .four_themes {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.2rem;
}
.volters_lp_thema .four_themes li {
  position: relative;
  margin-left: 3.2rem;
  width: calc(25% - 3.2rem);
}
.volters_lp_thema .four_themes .step {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  width: 6.8rem;
  height: 6.8rem;
  background: #c50018;
  line-height: 1;
  color: #fff;
  font-size: 4.8rem;
}
.volters_lp_thema .four_themes .img {
  border: 0.4rem solid #c50018;
}
.volters_lp_thema .four_themes .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  margin-left: auto;
  padding: 1rem;
  width: 24.4rem;
  background: #c50018;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
}
.volters_lp_hd01 {
  margin-top: 1.8rem;
  line-height: 1;
  text-align: center;
  font-size: 4rem;
}
.volters_lp_hd01 .logo {
  display: block;
  margin-bottom: 1.6rem;
  font-size: 11rem;
}

.volters_lp_example {
  padding: 12rem 0 0;
  background: url("../image/07_example/bg_example.png") no-repeat left top;
  background-size: 55.8rem;
}
.volters_lp_example .volters_lp_title {
  margin-bottom: 6.4rem;
  text-align: right;
}
.volters_lp_example .hd01 {
  position: relative;
  margin-bottom: 1.2rem;
}
.volters_lp_example .hd01 .step {
  opacity: 0.8;
  mix-blend-mode: multiply;
  line-height: 1;
  font-size: 23rem;
}
.volters_lp_example .hd01 .jap {
  position: absolute;
  right: 0;
  bottom: 1.6rem;
  line-height: 1.4;
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
}
.volters_lp_example .hd02 {
  position: relative;
  padding: 0.8rem;
  margin-bottom: 2.4rem;
  background: #151c4b;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  font-weight: 900;
  font-size: 2.4rem;
}
.volters_lp_example .hd02:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-right: 1.6rem solid #151c4b;
  border-top: 0.9rem solid transparent;
  border-bottom: 0.9rem solid transparent;
}
.volters_lp_example .hd03 {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.volters_lp_example .hd03 span {
  display: inline-block;
  padding: 0.4rem 0.4rem 0.5rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  line-height: 1;
}

.volters_lp_example > ul > li {
  display: flex;
  margin: -0.4rem 0;
  background: #c50018;
  border-top: 0.4rem solid #c50018;
  border-bottom: 0.4rem solid #c50018;
}
.volters_lp_example > ul > li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.volters_lp_example li .step_info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  width: 44.375%;
}
.volters_lp_example li .step_info .con {
  width: 48rem;
}
.volters_lp_example li .step_info .txt {
  display: flex;
  justify-content: center;
  margin-top: 1.4rem;
  color: #f9f8f3;
}
.volters_lp_example li .example_box {
  padding: 5rem 5.6rem 2.4rem;
  width: 55.625%;
  background: #f9f8f3;
}
.volters_lp_example li .example_swiper {
  overflow: hidden;
  position: relative;
}
.example_swiper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  margin-top: 4rem;
  color: #c50018;
}
.example_swiper .swiper-button-prev,
.example_swiper .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat center;
  background-size: 100%;
}
.example_swiper .swiper-button-prev {
  left: 40%;
  margin-left: -10rem;
  background-image: url("../image/common/icon_prev.svg");
}
.example_swiper .swiper-button-next {
  right: 40%;
  margin-right: -10rem;
  background-image: url("../image/common/icon_next.svg");
}
.example_swiper .swiper-button-next:after,
.example_swiper .swiper-button-prev:after {
  display: none;
}
.example_swiper .swiper-pagination {
  position: static;
  margin: 0 auto;
  padding: 0.5rem 0;
  max-width: 12rem;
  line-height: 1;
  font-size: 2rem;
}
.example_swiper .swiper-pagination span {
  margin: 0 0.3rem;
}
.example_swiper .swiper-pagination-total {
  opacity: 0.5;
}
.example_swiper .swiper-pagination-current {
  font-size: 3rem;
}

.volters_lp_example li .example_swiper .display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 0;
}
.volters_lp_example li .example_swiper .display .img {
  width: calc(50% - 4.4rem);
}
.volters_lp_example li .example_swiper .display .info {
  width: calc(50% + 1.2rem);
}
.volters_lp_example_logos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.6rem -0.8rem;
}
.volters_lp_example_logos li {
  margin: 0 0 0.8rem 0.8rem;
  width: calc(100% / 3 - 0.8rem);
}
.volters_lp_example_sdgs {
  display: flex;
  flex-wrap: wrap;
}
.volters_lp_example_sdgs li {
  margin: 0 0 0.6rem 0.6rem;
  width: 6.4rem;
}
.volters_lp_example li .example_swiper .display .sub {
  color: #151c4b;
  font-weight: bold;
}
.volters_lp_example li .example_swiper .display .more {
  margin-top: 2.4rem;
  text-align: right;
}
.volters_lp_example li .example_swiper .display .more a {
  display: inline-flex;
  align-items: center;
  padding: 0 4.8rem;
  height: 4.6rem;
  border: 0.3rem solid #151c4b;
  border-radius: 5rem;
  color: #151c4b;
  font-weight: 700;
}
.volters_lp_example li .example_swiper .display .more a:after {
  content: "";
  display: block;
  margin-left: 1.6rem;
  width: 1.3rem;
  height: 1.2rem;
  background: url("../image/common/icon_plus_blue.svg") no-repeat center;
  background-size: 100%;
}
.volters_lp_example .popup_layer {
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  padding: 4rem;
  width: 90%;
  max-width: 128rem;
  background: #f9f8f3;
  color: #151c4b;
}
.is-hide {
  display: none !important;
}
.volters_lp_example .popup_display {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.volters_lp_example .popup_display .popup_img {
  width: 36%;
}
.volters_lp_example .popup_display .popup_info {
  width: calc(64% - 5.9rem);
}
.volters_lp_example .popup_display .head {
  margin-bottom: 0.8rem;
}
.volters_lp_example .popup_display .step {
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.volters_lp_example .popup_display .step .num {
  margin-right: 0.4rem;
  font-size: 1.6rem;
  font-weight: normal;
}
.volters_lp_example .popup_display .hd02 {
  display: inline-block;
  letter-spacing: -0.02em;
  font-size: 2.75rem;
}
.volters_lp_example .popup_display .overview {
  overflow-y: scroll;
  padding-right: 1rem;
  height: 25rem;
}
.overview::-webkit-scrollbar {
  width: 0.6rem;
}
.overview::-webkit-scrollbar-track {
  background: #c6c6c6;
  border-radius: 2rem;
}
.overview::-webkit-scrollbar-thumb {
  background: #919191;
  border-radius: 2rem;
}
.volters_lp_example .popup_display .part {
  margin-bottom: 2.4rem;
  line-height: 1.7;
}
.volters_lp_example .popup_layer .volters_lp_example_logos li {
  width: calc(25% - 0.8rem);
}
.volters_lp_example .pagePrevNext {
  position: relative;
  margin: 6.4rem auto 0;
  max-width: 100rem;
}
.volters_lp_example .pagePrevNext a {
  display: block;
}
.volters_lp_example .pagePrevNext .close {
  padding: 2.2rem 0 0;
  margin: 0 auto;
  background: url("../image/common/icon_close_blue.svg") no-repeat center top;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.volters_lp_example .pagePrevNext .prev,
.volters_lp_example .pagePrevNext .next {
  position: absolute;
  top: 0;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  background-repeat: no-repeat;
  background-size: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.volters_lp_example .pagePrevNext .prev {
  left: 0;
  padding-left: 5rem;
  background-image: url("../image/common/icon_prev_blue.svg");
  background-position: left center;
}
.volters_lp_example .pagePrevNext .next {
  right: 0;
  padding-right: 5rem;
  background-image: url("../image/common/icon_next_blue.svg");
  background-position: right center;
}

.volters_lp_datelinks a {
  display: inline-block;
  margin-right: 4rem;
  padding-right: 2.4rem;
  background: url("../image/common/icon_arrow_red.svg") no-repeat right center;
  border-bottom: 0.1rem solid;
  color: #c50018;
  font-size: 1.4rem;
  font-weight: 700;
}

.volters_lp_news {
  padding: 12rem 0;
  background: url("../image/08_news/bg_news_pc.png") no-repeat right 2rem bottom;
  background-size: 24rem;
}
.volters_lp_news .volters_lp_inner {
  max-width: 115.2rem;
}
.volters_lp_news .volters_lp_title {
  position: relative;
  margin-bottom: -24rem;
}
.volters_lp_news .volters_lp_title .jap {
  padding: 1rem 1.2rem;
  margin: 3rem 0 0;
  writing-mode: vertical-lr;
}
.volters_lp_news_list {
  margin: 0 auto;
  max-width: 83.1rem;
}
.volters_lp_news_list li {
  padding: 2.4rem 0;
}
.volters_lp_news_list li + li {
  border-top: 0.1rem solid rgba(21, 28, 75, 0.5);
}
.volters_lp_news_list li a {
  display: flex;
  justify-content: space-between;
  padding-right: 4rem;
  background: url("../image/common/icon_arrow_red.svg") no-repeat right center;
  font-weight: 700;
}
.volters_lp_news_list li .img {
  width: 15rem;
}
.volters_lp_news_list li .info {
  width: calc(100% - 18.2rem);
}
.volters_lp_news_list li .tit {
  margin-bottom: 1.6rem;
}
.volters_lp_news_list li .cate {
  display: inline-block;
  margin-right: 1.2rem;
  padding: 0 1.2rem;
  background: #c50018;
  border-radius: 3rem;
  font-size: 1.4rem;
  color: #fff;
}
.volters_lp_news_list li .txt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
}

.volters_lp_partner {
  padding: 10rem 0 12rem;
}
.volters_lp_partner .volters_lp_inner {
  max-width: 76rem;
}
.volters_lp_partner .volters_lp_title {
  margin-bottom: 14rem;
  text-align: center;
}
.volters_lp_partner .title {
  margin-bottom: 2.4rem;
  border-top: 0.2rem solid;
  border-bottom: 0.2rem solid;
  text-align: center;
  font-weight: normal;
  font-size: 2.4rem;
}
.volters_lp_partner .partner_part {
  margin-bottom: 4.8rem;
}
.volters_lp_partner .partner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -2.4rem;
}
.partner_official {
  width: 50% !important;
}
.volters_lp_partner .partner li {
  margin: 0 2.4rem 2.4rem;
  width: calc(100% / 3 - 4.8rem);
  border: 1px solid #c6c6c6;
}
.volters_lp_partner .donation li {
  margin: 0 1.2rem 1.2rem;
  width: calc(100% / 4 - 3rem);
  border: 1px solid #c6c6c6;
}
.volters_lp_partner .volters_lp_btn_apply a {
  padding: 0 6.4rem;
  height: 6.8rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 1340px) {
  .volters_lp_story .volters_lp_title .jap {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .volters_lp_example li .example_swiper .display .more a:hover {
    background: #151c4b;
    color: #fff;
  }

  .volters_lp_example li .example_swiper .display .more a:hover:after {
    background-image: url(../image/common/icon_plus_white.svg);
  }

  .volters_lp_datelinks a:hover,
  .volters_lp_news_list li a:hover,
  .volters_lp_partner .partner li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .volters_lp_story {
    padding: 6.4rem 0 0;
    background: linear-gradient(
      to bottom,
      #fff 13.3rem,
      #efece3 13.3rem,
      #efece3 38rem,
      transparent 38rem
    );
  }
  .volters_lp_story .display {
    display: block;
    margin-right: 0;
  }
  .volters_lp_story .display .img {
    margin-left: -0.8rem;
    width: 100%;
  }
  .volters_lp_story .display .info {
    width: auto;
  }
  .volters_lp_story .volters_lp_title {
    margin: -6rem 0 0.8rem;
  }
  .volters_lp_story .volters_lp_title .eng {
    margin-left: 0;
    color: #fff;
  }
  .volters_lp_story .volters_lp_title .jap {
    font-size: 3.6rem;
  }
  .volters_lp_story .display .txt {
    line-height: 1.75;
    font-size: 1.6rem;
  }
  .volters_lp_story .banner {
    padding: 4.8rem 0 1rem;
    background-image: url(../image/02_story/bg_story_sp.svg);
  }

  .volters_lp_achievement {
    padding: 6.4rem 0;
    /* background: linear-gradient(
      to bottom,
      #efece3 31.1rem,
      transparent 31.1rem
    ); */

    background: #efece3;
  }
  .volters_lp_achievement .volters_lp_title {
    z-index: 0;
    margin-bottom: -6.8rem;
    text-align: right;
  }
  .volters_lp_achievement .display {
    display: block;
  }
  .volters_lp_achievement .display .img {
    margin: 0 0 1.6rem;
    width: auto;
  }
  .volters_lp_achievement .display .info {
    padding: 80px 0 0;
    width: auto;
  }
  .volters_lp_achievement .display .sub {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
  .volters_lp_achievement .results {
    padding-bottom: 0;
  }
  .volters_lp_achievement .results .tit {
    font-size: 1.6rem;
  }
  .volters_lp_achievement .results span {
    font-size: 1rem;
  }
  .volters_lp_achievement .results .data {
    font-size: 1.6rem;
  }
  .volters_lp_achievement .results .num {
    font-size: 6rem;
  }

  .volters_lp_message {
    display: block;
  }
  .volters_lp_message .message_imgs {
    width: auto;
  }
  .volters_lp_message .message_swiper {
    display: flex;
  }
  .volters_lp_message .message_swiper .swiper-slide {
    height: auto;
    width: calc(100% / 3);
  }
  .volters_lp_message .content {
    padding: 3.2rem 1.6rem;
    width: auto;
  }
  .volters_lp_message .content:before {
    background-size: 100%;
  }
  .volters_lp_message .title span {
    margin: 0.2rem 0;
    font-size: 2rem;
  }
  .volters_lp_message .content .txt p {
    line-height: 1.75;
    font-size: 1.4rem;
  }

  .volters_lp_thema {
    padding: 6.4rem 0 11.5rem;
  }
  .volters_lp_thema:before {
    top: 14rem;
    height: 80rem;
    width: 80rem;
    /* display: none; */
  }
  .volters_lp_thema .four_themes {
    margin-left: -2.3rem;
  }
  .volters_lp_thema .four_themes li {
    margin: 0 0 0.8rem 2.3rem;
    width: calc(50% - 2.3rem);
  }
  .volters_lp_thema .four_themes .step {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 3rem;
  }
  .volters_lp_thema .four_themes .tit {
    padding: 0.5rem 0;
    width: auto;
    font-size: 1.6rem;
  }
  .volters_lp_hd01 {
    margin-top: 0;
    font-size: 2rem;
  }
  .volters_lp_hd01 .logo {
    margin-bottom: 0.8rem;
    font-size: 6rem;
  }

  .volters_lp_example {
    padding: 6.4rem 0 0;
    background-size: 21.5rem;
  }
  .volters_lp_example .volters_lp_title {
    margin-bottom: 3.2rem;
  }
  .volters_lp_example > ul > li {
    display: block;
    margin: 3.2rem 0 0;
    padding: 3.2rem 1.6rem;
    border: 0;
  }
  .volters_lp_example li .step_info {
    display: block;
    padding: 0 0 4rem;
    width: auto;
  }
  .volters_lp_example li .step_info .con {
    width: auto;
  }
  .volters_lp_example li .example_box {
    padding: 3.2rem 1.6rem 2.4rem;
    width: auto;
  }
  .volters_lp_example .hd01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 1.6rem 0.8rem;
  }
  .volters_lp_example .hd01 .step {
    font-size: 8rem;
  }
  .volters_lp_example .hd01 .jap {
    position: static;
    width: calc(100% - 9.2rem);
    font-size: 2.6rem;
  }
  .volters_lp_example .hd02 {
    padding: 0.8rem 0;
    font-size: 1.8rem;
  }
  .volters_lp_example .hd02:before {
    right: 40%;
    top: -1.4rem;
    transform: translateX(50%);
    border-color: transparent transparent #151c4b transparent;
    border-style: solid;
    border-width: 0 0.8rem 1.4rem 0.8rem;
  }
  .volters_lp_example .hd03 {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.2rem;
  }
  .volters_lp_example .hd03 span {
    display: block;
  }
  .volters_lp_example li .step_info .txt {
    display: block;
    font-size: 1.2rem;
  }
  .volters_lp_example li .example_swiper .display {
    display: block;
  }
  .volters_lp_example li .example_swiper .display .img {
    margin: 0 auto;
    width: 22rem;
  }
  .volters_lp_example li .example_swiper .display .info {
    width: auto;
  }
  .volters_lp_example li .example_swiper .display .sub {
    font-size: 1.4rem;
  }
  .volters_lp_example_logos {
    margin: 0 0 1rem -0.6rem;
  }
  .volters_lp_example_logos li {
    margin: 0 0 0.6rem 0.6rem;
    width: calc(100% / 3 - 0.6rem);
  }
  .volters_lp_example li .example_swiper .display .more a {
    padding: 0 2.1rem;
    height: 3.3rem;
    font-size: 1.4rem;
  }
  .example_swiper .pagination {
    margin-top: 2.4rem;
  }
  .example_swiper .swiper-button-prev,
  .example_swiper .swiper-button-next {
    width: 3rem;
    height: 3rem;
  }
  .example_swiper .swiper-pagination {
    font-size: 1.6rem;
  }
  .example_swiper .swiper-pagination-current {
    font-size: 2rem;
  }

  .volters_lp_example .popup_layer {
    padding: 2.4rem 1.6rem;
  }
  .volters_lp_example .popup_display {
    display: block;
  }
  .volters_lp_example .popup_display .popup_img {
    margin: 0 auto;
    width: 22rem;
  }
  .volters_lp_example .popup_display .popup_info {
    width: auto;
  }
  .volters_lp_example .popup_display .step {
    display: none;
  }
  .volters_lp_example .popup_display .hd02 {
    display: block;
    padding: 1rem 0;
    letter-spacing: -0.02em;
    font-size: 1.6rem;
  }
  .volters_lp_example .popup_display .overview {
    height: 22rem;
  }
  .volters_lp_example .popup_display .part {
    font-size: 1.2rem;
  }
  .volters_lp_example .popup_layer .volters_lp_example_logos li {
    width: calc(50% - 0.6rem);
  }
  .volters_lp_example_sdgs li {
    width: 4rem;
  }
  .volters_lp_example .pagePrevNext {
    margin-top: 1.6rem;
  }
  .volters_lp_example .pagePrevNext .prev,
  .volters_lp_example .pagePrevNext .next {
    height: 3rem;
    background-size: 3rem;
    font-size: 0;
  }
  .volters_lp_example .pagePrevNext .prev {
    padding-left: 3rem;
  }
  .volters_lp_example .pagePrevNext .next {
    padding-right: 3rem;
  }

  .volters_lp_news {
    padding: 6.4rem 0;
    background-image: url(../image/08_news/bg_news_sp.png);
    background-position: right 2rem top 1.6rem;
    background-size: 8.6rem;
  }
  .volters_lp_news .volters_lp_title {
    margin-bottom: 2.4rem;
  }
  .volters_lp_news .volters_lp_title .jap {
    padding: 0.5rem 1rem 0.7rem;
    margin: 0;
    writing-mode: horizontal-tb;
  }
  .volters_lp_news_list li {
    padding: 1.6rem 0;
  }
  .volters_lp_news_list li a {
    align-items: center;
    padding-right: 2.4rem;
    background-size: 1rem;
  }
  .volters_lp_news_list li .img {
    width: 12rem;
  }
  .volters_lp_news_list li .info {
    width: calc(100% - 13.6rem);
  }
  .volters_lp_news_list li .tit {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
  }
  .volters_lp_news_list li .cate {
    margin-right: 0.8rem;
    padding: 0 0.6rem;
    font-size: 1.2rem;
  }
  .volters_lp_news_list li .txt {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .volters_lp_partner {
    padding: 6.4rem 0;
  }
  .volters_lp_partner .volters_lp_title {
    margin-bottom: 2.4rem;
  }
  .volters_lp_partner .title {
    font-size: 2rem;
  }
  .volters_lp_partner .partner_part {
    margin-bottom: 2.8rem;
  }
  .volters_lp_partner .partner {
    justify-content: center;
    margin: 0 0 0 -1.2rem;
  }
  .volters_lp_partner .partner li {
    margin: 0 0 1.2rem 1.2rem;
    width: calc(50% - 1.2rem);
  }
  .partner_official {
    width: 70% !important;
  }
  .volters_lp_partner .volters_lp_btn_apply {
    margin-top: 5rem;
  }
  .volters_lp_partner .volters_lp_btn_apply a {
    display: flex;
    justify-content: center;
    padding: 0 2.4rem;
    height: 4.8rem;
    font-size: 1.4rem;
  }
}
