@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  box-sizing: border-box;
  list-style: none;
}

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;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s;
}
/* 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;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

button,
input[type=submit] {
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

input {
  box-sizing: border-box;
}
input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}
input[type=radio] {
  display: none;
}

textarea {
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

select {
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@keyframes turnAround {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
@keyframes switchOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes easeOutElastic {
  0% {
    scale: 0;
  }
  16% {
    scale: 1.5;
  }
  28% {
    scale: 0.7;
  }
  40% {
    scale: 1.1;
  }
  59% {
    scale: 0.95;
  }
  73% {
    scale: 1.01;
  }
  88% {
    scale: 0.99;
  }
  100% {
    scale: 1;
  }
}
img {
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 736px) {
  img[src$="_pc.jpg"], img[src$="_pc.png"], img[src$="_pc.svg"] {
    display: none !important;
  }
}
@media screen and (min-width: 737px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
    display: none !important;
  }
}

@media screen and (max-width: 736px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 737px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (min-width: 737px) {
  html {
    font-size: 0.834vw;
  }
}
@media screen and (min-width: 1201px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 736px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  margin: 0;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  overflow-y: scroll;
}

a {
  text-decoration: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}

#wrapper.is-fixed {
  position: fixed;
  inset: 0;
}

.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/bg.png);
}
@media screen and (min-width: 737px) {
  .wrapper {
    background-size: 8.3rem;
  }
}
@media screen and (max-width: 736px) {
  .wrapper {
    background-size: 3.8rem;
  }
}

.italic {
  font-style: italic;
}

.font400 {
  font-weight: 400;
}

@media screen and (min-width: 737px) {
  .inner {
    width: 100rem;
    margin: auto;
  }
}
@media screen and (max-width: 736px) {
  .inner {
    width: 66rem;
    margin: auto;
  }
}

@media screen and (max-width: 736px) {
  .base01-p {
    font-size: 2rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 737px) {
  .base01-p {
    font-size: 1.4rem;
    line-height: 1.715em;
  }
}
@media screen and (min-width: 737px) {
  .base01-p.pc_bold {
    font-weight: 500;
  }
}

.btn-totop {
  display: block;
}
@media screen and (max-width: 736px) {
  .btn-totop {
    width: 11.5rem;
    padding-top: 11.5rem;
    padding-bottom: 5.5rem;
    margin: auto;
  }
}
@media screen and (min-width: 737px) {
  .btn-totop {
    width: 9.6rem;
    padding-top: 11.1rem;
    padding-bottom: 7rem;
    margin: auto;
  }
}

.header {
  position: fixed;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .header {
    z-index: 100;
  }
}
@media screen and (min-width: 737px) {
  .header {
    background-color: #fff;
    z-index: 100;
  }
}
@media screen and (max-width: 736px) {
  .header_logo {
    width: 25rem;
  }
}
@media screen and (min-width: 737px) {
  .header_logo {
    width: 13.9rem;
  }
}
@media screen and (max-width: 736px) {
  .header_inner {
    display: flex;
    justify-content: space-between;
    padding: 3.2rem 2.3rem 3.3rem;
    height: 12.5rem;
    background-color: #fff;
    z-index: 100;
  }
}
@media screen and (min-width: 737px) {
  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 0;
    width: 104rem;
    margin: auto;
    background-color: #fff;
  }
}

@media screen and (max-width: 736px) {
  .nav {
    background-color: #004ea2;
    width: 53.1rem;
    height: 124.9rem;
    display: flex;
    align-items: center;
    position: fixed;
    right: 0;
    transform: translateX(53.1rem);
    transition: ease-in 0.3s;
    z-index: 1000;
    margin-top: 12.5rem;
  }
}
@media screen and (max-width: 736px) and (max-width: 736px) {
  .nav.is-open {
    transform: translateX(0);
  }
}
@media screen and (min-width: 737px) {
  .nav > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80.5rem;
  }
}
@media screen and (min-width: 737px) {
  .nav > ul li {
    padding: 0.8rem;
    display: inline-block;
    opacity: 1;
  }
  .nav > ul li img {
    filter: invert(19%) sepia(97%) saturate(1812%) hue-rotate(198deg) brightness(93%) contrast(102%);
  }
  .nav > ul li img:hover {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(300deg) brightness(106%) contrast(103%);
  }
  .nav > ul li:hover {
    background-color: #004ea2;
  }
  .nav > ul li:hover img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(300deg) brightness(106%) contrast(103%);
  }
  .nav > ul li .menu01 > img {
    width: 8rem;
    margin: auto;
  }
  .nav > ul li .menu02 > img {
    width: 13.6rem;
    margin: auto;
  }
  .nav > ul li .menu03 > img {
    width: 16.1rem;
    margin: auto;
  }
  .nav > ul li .menu04 > img {
    width: 9.8rem;
    margin: auto;
  }
  .nav > ul li .menu05 > img {
    width: 15.3rem;
    margin: auto;
  }
}
.nav_btn {
  padding: 2.3rem 0;
  width: 6rem;
  height: 8.5rem;
  right: 2.3rem;
  cursor: pointer;
  z-index: 100;
  position: relative;
}
.nav_btn::after {
  content: "";
  position: absolute;
  left: -7rem;
  top: -3rem;
  width: 17rem;
  height: 12rem;
}
@media screen and (max-width: 736px) {
  .nav_btn > span {
    display: block;
    background-color: #004ea2;
    width: 6rem;
    position: absolute;
    transition: 0.4s;
    opacity: 1;
  }
}
@media screen and (max-width: 736px) {
  .nav_btn > span:first-child {
    transition: 0.4s;
    top: 1.1rem;
    height: 0.45rem;
    opacity: 1;
  }
}
@media screen and (max-width: 736px) {
  .nav_btn > span:nth-of-type(2) {
    top: 2.6rem;
    height: 0.45rem;
    opacity: 1;
  }
}
@media screen and (max-width: 736px) {
  .nav_btn > span:last-child {
    top: 4.1rem;
    height: 0.45rem;
    opacity: 1;
  }
}
@media screen and (max-width: 736px) {
  .nav_btn.is-open > span:first-child {
    top: 2.5rem;
    transform: rotate(30deg);
    opacity: 1;
  }
}
@media screen and (max-width: 736px) {
  .nav_btn.is-open > span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 736px) {
  .nav_btn.is-open > span:last-child {
    transform: rotate(-30deg);
    top: 2.6rem;
    opacity: 1;
  }
}

.js-animation.slideUp, .js-fvAnimation.slideUp {
  opacity: 0;
  translate: 0 10px;
  transition: opacity 0.2s linear 0s, translate 0.2s ease 0s;
}
.js-animation.slideUp.is-animated, .js-fvAnimation.slideUp.is-animated {
  opacity: 1;
  translate: 0 0;
}

main {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .main_kv {
    padding-top: 12.5rem;
  }
}
@media screen and (min-width: 737px) {
  .main_kv {
    padding-top: 6.2rem;
  }
}
.main_kv_inner {
  background: linear-gradient(to right, #e60012 50%, #004ea2 50%);
}
.main_content {
  position: relative;
  background: #fff;
}
.main_inner {
  position: relative;
}
@media screen and (max-width: 736px) {
  .main_inner {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 737px) {
  .main_inner {
    padding-top: 8rem;
  }
}
.main_inner::before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(to right, #c4aa75, #f9f0cf 32.24%, #f0e6be 49.9238%, #c7b98a 75.6915%, #ad9870);
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 736px) {
  .main_inner::before {
    height: 3rem;
  }
}
@media screen and (min-width: 737px) {
  .main_inner::before {
    height: 2rem;
  }
}
.main_bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100dvh;
  margin-bottom: -100dvh;
  background-image: url(../img/bg.png);
  background-position: center bottom;
}
@media screen and (max-width: 736px) {
  .main_bg {
    background-size: 3.8rem;
  }
}
@media screen and (min-width: 737px) {
  .main_bg {
    background-size: 8.3rem;
  }
}

.kv {
  position: relative;
}
.kv_inner {
  position: relative;
}
@media screen and (min-width: 737px) {
  .kv_inner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }
}
@media screen and (max-width: 736px) {
  .main_kv .kv_inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    padding-top: 3.7rem;
  }
}
.kv_item {
  margin: 0 auto;
  filter: drop-shadow(0 1.5rem 3rem rgba(0, 0, 0, 0.3));
  scale: 0.9;
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.23, 0.99, 0.46, 1) 0s;
  z-index: 1;
}
@media screen and (min-width: 737px) {
  .kv_item {
    position: sticky;
    width: 26rem;
    top: 6.2rem;
    bottom: 0;
    padding: 2.7rem 0 6.7rem;
  }
}
@media screen and (max-width: 736px) {
  .kv_item {
    position: relative;
    width: 32.3rem;
    margin-top: -54.5rem;
  }
}
.kv_item.is-animated {
  scale: 1;
  opacity: 1;
}
.kv_blocks {
  display: grid;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 737px) {
  .kv_blocks {
    grid-template-columns: repeat(2, 35rem);
    column-gap: 27.8rem;
    width: 100%;
    margin-top: -66rem;
  }
}
@media screen and (max-width: 736px) {
  .kv_blocks {
    order: -5;
    grid-template-columns: repeat(2, 1fr);
    width: 100vw;
    padding: 0 0 30rem;
  }
}
.kv_block {
  position: relative;
}
@media screen and (min-width: 737px) {
  .kv_block {
    padding: 0 0 7.5rem;
  }
}
.kv_block_copy {
  margin: 0 auto;
}
@media screen and (min-width: 737px) {
  .kv_block_copy.wid1 {
    width: 91.715%;
  }
}
@media screen and (max-width: 736px) {
  .kv_block_copy.wid1 {
    width: 77.067%;
  }
}
@media screen and (min-width: 737px) {
  .kv_block_copy.wid2 {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .kv_block_copy.wid2 {
    width: 84.267%;
    padding-top: 0.5rem;
  }
}
.kv_block_icons {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 11.4rem);
}
@media screen and (min-width: 737px) {
  .kv_block_icons {
    column-gap: 2.9rem;
    margin: 4.1rem auto 0;
  }
}
@media screen and (max-width: 736px) {
  .kv_block_icons {
    row-gap: 1.7rem;
    width: 11.4rem;
    margin: 4.3rem auto 0;
  }
}
@media screen and (min-width: 737px) {
  .kv_block_icons.pos1 {
    justify-content: center;
  }
}
@media screen and (max-width: 736px) {
  .kv_block_icons.pos1 {
    margin-left: 7.8rem;
  }
}
@media screen and (max-width: 736px) {
  .kv_block_icons.pos2 {
    margin-right: 7.8rem;
  }
}
.kv_tabs {
  display: grid;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 737px) {
  .kv_tabs {
    grid-template-columns: repeat(2, 37.5rem);
    column-gap: 25rem;
    width: 100%;
    padding-top: 18.6rem;
  }
}
@media screen and (max-width: 736px) {
  .kv_tabs {
    grid-template-columns: repeat(2, 1fr);
    width: 100vw;
    padding-top: 7.1rem;
  }
}
.kv_tab {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kv_tab > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 737px) {
  .kv_tab_title.wid1 {
    width: 31.2rem;
  }
}
@media screen and (max-width: 736px) {
  .kv_tab_title.wid1 {
    width: 83.2%;
  }
}
.kv_tab_title.wid2 {
  margin-top: 0.2rem;
}
@media screen and (min-width: 737px) {
  .kv_tab_title.wid2 {
    width: 17.8rem;
  }
}
@media screen and (max-width: 736px) {
  .kv_tab_title.wid2 {
    width: 47.467%;
  }
}
.kv_tab_thumbnail {
  margin-top: -1.6rem;
  scale: 0;
  transform-origin: center bottom;
}
@media screen and (min-width: 737px) {
  .kv_tab_thumbnail {
    width: 31.5rem;
  }
}
@media screen and (max-width: 736px) {
  .kv_tab_thumbnail {
    width: 84%;
  }
}
.kv_tab_thumbnail.is-animated {
  animation: easeOutElastic 1s linear 0s 1 forwards;
}
@media screen and (min-width: 737px) {
  .kv_tab_copy {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 736px) {
  .kv_tab_copy {
    margin-top: 2.8rem;
  }
}
@media screen and (min-width: 737px) {
  .kv_tab_copy.wid1 {
    width: 36.4rem;
  }
}
@media screen and (max-width: 736px) {
  .kv_tab_copy.wid1 {
    width: 90.134%;
  }
}
@media screen and (min-width: 737px) {
  .kv_tab_copy.wid2 {
    width: 34.5rem;
  }
}
@media screen and (max-width: 736px) {
  .kv_tab_copy.wid2 {
    width: 85.6%;
  }
}
@media screen and (min-width: 737px) {
  .kv_tab_caption {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 737px) {
  .kv_tab_caption.wid1 {
    width: 36.6rem;
  }
}
@media screen and (max-width: 736px) {
  .kv_tab_caption.wid1 {
    width: 96%;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 737px) {
  .kv_tab_caption.wid2 {
    width: 31.6rem;
  }
}
@media screen and (max-width: 736px) {
  .kv_tab_caption.wid2 {
    width: 90.4%;
    margin-top: 7rem;
  }
}
.kv_caption {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 737px) {
  .kv_caption {
    margin-top: 5.1rem;
  }
}
@media screen and (max-width: 736px) {
  .kv_caption {
    margin-top: 4.8rem;
  }
}
@media screen and (min-width: 737px) {
  .kv_caption p {
    width: 63rem;
  }
}
@media screen and (max-width: 736px) {
  .kv_caption p {
    width: 58.6rem;
  }
}
@media screen and (min-width: 737px) {
  .kv_caption h2 {
    width: 50.8rem;
    margin-top: 3.7rem;
  }
}
@media screen and (max-width: 736px) {
  .kv_caption h2 {
    width: 42.8rem;
    margin-top: 1.5rem;
  }
}

.movie {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 737px) {
  .movie {
    width: 100%;
    margin-top: 15.2rem;
    padding: 0 0 20rem;
  }
}
@media screen and (max-width: 736px) {
  .movie {
    width: 100vw;
    margin-top: 6.4rem;
    padding: 0 0 35rem;
  }
}
.movie_title {
  margin: 0 auto;
}
@media screen and (min-width: 737px) {
  .movie_title {
    width: 78rem;
    margin-bottom: 2rem;
    filter: drop-shadow(1rem 1rem 0 #000);
  }
}
@media screen and (max-width: 736px) {
  .movie_title {
    width: 51.6rem;
    margin-bottom: 1.4rem;
    filter: drop-shadow(0.6rem 0.6rem 0 #000);
  }
}
@media screen and (min-width: 737px) {
  .movie_inner {
    padding: 5.4rem 0;
  }
}
@media screen and (max-width: 736px) {
  .movie_inner {
    padding: 2.4rem 0;
  }
}
.movie_frame {
  perspective: 3000px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
@media screen and (min-width: 737px) {
  .movie_frame {
    width: 81.6rem;
  }
}
@media screen and (max-width: 736px) {
  .movie_frame {
    width: 63.84rem;
  }
}
.movie_frame:hover {
  cursor: pointer;
}
.movie_frame.is-playing .is-current .movie_img.wid1 {
  opacity: 0;
  translate: -20% -20%;
  transition-delay: 0s;
}
.movie_frame.is-playing .is-current .movie_img.wid2 {
  opacity: 0;
  translate: 20% -20%;
  transition-delay: 0s;
}
.movie_frame.is-playing .is-current .movie_chara {
  opacity: 0;
  transition-delay: 0s;
}
.movie_box {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.5s ease 0s;
}
.movie_chara {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.1rem;
  margin: 0 auto;
  transition: all 0.2s linear 0.5s;
  pointer-events: none;
  z-index: 1;
}
.movie_chara img {
  animation: switchOpacity 2.6s steps(1) 0s infinite;
}
.movie_chara img:nth-of-type(2) {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: switchOpacity 2.6s steps(1) 1.3s infinite;
}
.movie_surface {
  position: absolute;
  width: 100%;
  height: 100%;
}
.movie_surface::before {
  content: "";
  position: absolute;
  background: linear-gradient(to left, #e60012 50%, #004ea2 50%);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
@media screen and (min-width: 737px) {
  .movie_surface::before {
    width: 104.167%;
    height: 107.408%;
  }
}
@media screen and (max-width: 736px) {
  .movie_surface::before {
    width: 104.167%;
    height: 107.408%;
  }
}
.movie_surface [data-ytid] {
  position: relative;
  width: 100%;
  height: 100%;
}
.movie_surface [data-ytid]::before {
  content: "";
  position: absolute;
  background-image: url(../img/movie_thumbnail.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: -0.1rem;
  z-index: 1;
}
.movie_surface [data-ytid]::after {
  content: "";
  position: absolute;
  background-color: #c3af6d;
  background-image: url(../img/play.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 10.417%;
  height: 18.519%;
  inset: 0;
  margin: auto;
  z-index: 2;
}
.is-playing .movie_surface [data-ytid]::before, .is-playing .movie_surface [data-ytid]::after {
  content: none;
}
.movie_surface.is-current {
  z-index: 5;
}
.movie_surface.is-current .movie_arrow {
  display: block;
}
.movie_surface .image, .movie_surface .video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.movie_surface .video {
  position: relative;
  background: #000;
  border: none;
}
.movie_surface .image:hover {
  filter: blur(2px);
}
@media screen and (min-width: 737px) {
  .movie_surface:nth-of-type(1) {
    transform: translateZ(40.32rem);
  }
}
@media screen and (max-width: 736px) {
  .movie_surface:nth-of-type(1) {
    transform: translateZ(32.928rem);
  }
}
@media screen and (min-width: 737px) {
  .movie_surface:nth-of-type(2) {
    transform: translateX(40.32rem) rotateY(90deg);
  }
}
@media screen and (max-width: 736px) {
  .movie_surface:nth-of-type(2) {
    transform: translateX(32.928rem) rotateY(90deg);
  }
}
.movie_arrow {
  display: none;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 737px) {
  .movie_arrow {
    width: 64.8rem;
    aspect-ratio: 25/2;
    bottom: -40.74%;
  }
}
@media screen and (max-width: 736px) {
  .movie_arrow {
    width: 50rem;
    aspect-ratio: 25/3;
    bottom: -52.91%;
  }
}
.movie_arrow::before, .movie_arrow::after {
  content: "";
  position: absolute;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  pointer-events: none;
}
@media screen and (max-width: 736px) {
  .movie_arrow::before, .movie_arrow::after {
    height: 180%;
  }
}
.movie_arrow::after {
  opacity: 0;
}
.movie_arrow img {
  pointer-events: none;
}
@media screen and (min-width: 737px) {
  .movie_arrow.prev::before, .movie_arrow.prev::after {
    width: 121.334%;
    height: 182%;
  }
}
@media screen and (max-width: 736px) {
  .movie_arrow.prev::before, .movie_arrow.prev::after {
    width: 126%;
  }
}
@media screen and (min-width: 737px) {
  .movie_arrow.prev::before {
    background-image: url(../img/movie1_arrow1_pc.png);
  }
}
@media screen and (max-width: 736px) {
  .movie_arrow.prev::before {
    background-image: url(../img/movie1_arrow1_sp.png);
  }
}
@media screen and (min-width: 737px) {
  .movie_arrow.prev::after {
    background-image: url(../img/movie1_arrow2_pc.png);
  }
}
.movie_arrow.next::before, .movie_arrow.next::after {
  width: 100%;
}
@media screen and (min-width: 737px) {
  .movie_arrow.next::before, .movie_arrow.next::after {
    height: 200%;
  }
}
@media screen and (min-width: 737px) {
  .movie_arrow.next::before {
    background-image: url(../img/movie2_arrow1_pc.png);
  }
}
@media screen and (max-width: 736px) {
  .movie_arrow.next::before {
    background-image: url(../img/movie2_arrow1_sp.png);
  }
}
@media screen and (min-width: 737px) {
  .movie_arrow.next::after {
    background-image: url(../img/movie2_arrow2_pc.png);
  }
}
@media screen and (min-width: 737px) {
  .movie_arrow:hover::before {
    opacity: 0;
  }
  .movie_arrow:hover::after {
    opacity: 1;
  }
}
.movie_arrow:not(.js-movie_arrow) {
  pointer-events: none;
}
.movie_sub {
  margin: 0 auto;
}
@media screen and (min-width: 737px) {
  .movie_sub {
    width: 92.2rem;
    margin-top: 4.7rem;
  }
}
@media screen and (max-width: 736px) {
  .movie_sub {
    width: 65.2rem;
    margin-top: 3.5rem;
  }
}

.result {
  position: relative;
}
@media screen and (max-width: 736px) {
  .result {
    padding-top: 17rem;
  }
}
@media screen and (min-width: 737px) {
  .result {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 737px) {
  .result_inner {
    width: 100rem;
    margin: auto;
  }
}
.result_ttl01 {
  display: flex;
  position: relative;
}
@media screen and (max-width: 736px) {
  .result_ttl01 {
    width: 53rem;
  }
}
@media screen and (min-width: 737px) {
  .result_ttl01 {
    width: calc(50% + 28.4rem);
  }
}
.result_ttl01 p {
  position: absolute;
  height: 3.9rem;
}
@media screen and (max-width: 736px) {
  .result_ttl01 p {
    right: 0.9rem;
    bottom: 100%;
    translate: 0 0.4rem;
  }
}
@media screen and (min-width: 737px) {
  .result_ttl01 p {
    right: 35rem;
    bottom: 97.184%;
  }
}
.result_ttl01 p img {
  width: auto;
  max-height: 100%;
}
.result_ttl01 h2 {
  width: 100%;
  line-height: 0;
}
@media screen and (max-width: 736px) {
  .result_ttl01 h2 {
    background: linear-gradient(to bottom, #e60012 50%, #004ea2 50%);
    height: 22rem;
  }
}
@media screen and (min-width: 737px) {
  .result_ttl01 h2 {
    justify-content: flex-end;
    background: linear-gradient(to left, #004ea2 32.8rem, #e60012 32.8rem);
    min-width: 88.4rem;
    height: 14.2rem;
  }
}
.result_ttl01 h2 img {
  width: auto;
  max-height: 100%;
  margin: 0 0 0 auto;
}
.result_ttl02 {
  background: #004ea2;
}
@media screen and (max-width: 736px) {
  .result_ttl02 {
    width: 53rem;
    padding: 1.1rem 1.1rem 1.1rem 2.9rem;
  }
}
@media screen and (min-width: 737px) {
  .result_ttl02 {
    width: 74%;
    padding: 2rem 2.5rem 2rem 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .result_ttl02 {
    width: calc(100% - (50% - 310px));
  }
}
@media screen and (max-width: 736px) {
  .result_ttl02 img {
    margin: auto;
    width: 44.2rem;
  }
}
@media screen and (min-width: 737px) {
  .result_ttl02 img {
    width: 80rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 1160px) {
  .result_ttl02 img {
    width: 100rem;
  }
}
@media screen and (max-width: 736px) {
  .result_graph {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 737px) {
  .result_graph {
    padding-top: 6.4rem;
  }
}
@media screen and (max-width: 736px) {
  .result_graph + .result_graph {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 737px) {
  .result_graph + .result_graph {
    padding-top: 10rem;
  }
}
.result_graph-idx {
  display: flex;
  justify-content: center;
}
.result_graph-idx h3 {
  padding: 0 2rem;
}
@media screen and (max-width: 736px) {
  .result_graph-idx h3 {
    height: 8.2rem;
  }
}
@media screen and (min-width: 737px) {
  .result_graph-idx h3 {
    height: 6.5rem;
  }
}
.result_graph-idx h3 img {
  width: auto;
  max-height: 100%;
}
.result_graph-idx.col1 h3 {
  background: #004ea2;
}
.result_graph-idx.col1 h3 img {
  background: #e60012;
}
.result_graph-idx.col2 h3 {
  background: #e60012;
}
.result_graph-idx.col2 h3 img {
  background: #004ea2;
}
@media screen and (max-width: 736px) {
  .result_graph-ttl {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 737px) {
  .result_graph-ttl {
    margin-top: 4rem;
  }
}
.result_graph-ttl img {
  width: auto;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .result_graph-ttl img {
    height: 3.2rem;
  }
}
@media screen and (min-width: 737px) {
  .result_graph-ttl img {
    height: 2.7rem;
  }
}
.result_graph > p {
  font-weight: 400;
}
@media screen and (max-width: 736px) {
  .result_graph > p {
    padding-top: 1.3rem;
    width: 46.5rem;
    margin: auto;
    font-size: 2rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 737px) {
  .result_graph > p {
    text-align: center;
    padding-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.834em;
  }
}
.result_graph > p.pt-none {
  padding-top: 0;
}
.result_graph-txt {
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .result_graph-txt {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 737px) {
  .result_graph-txt {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 736px) {
  .result_graph-txt.wid1 {
    width: 60rem;
  }
}
@media screen and (min-width: 737px) {
  .result_graph-txt.wid1 {
    width: 84rem;
  }
}
@media screen and (max-width: 736px) {
  .result_graph-txt.wid2 {
    width: 53.8rem;
  }
}
@media screen and (min-width: 737px) {
  .result_graph-txt.wid2 {
    width: 65.2rem;
  }
}
.result_graph_layout {
  display: grid;
  background: #004ea2;
}
@media screen and (max-width: 736px) {
  .result_graph_layout {
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
    margin-top: 2.5rem;
    padding: 0.5rem;
  }
}
@media screen and (min-width: 737px) {
  .result_graph_layout {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5px;
    row-gap: 5px;
    margin-top: 1.5rem;
    padding: 5px;
  }
}
@media screen and (min-width: 737px) {
  .result_graph_layout .result_graph_sub {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 737px) {
  .result_graph_layout .result_graph_source {
    grid-column: 1/3;
  }
}
.result_graph_content {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 736px) {
  .result_graph_content {
    row-gap: 0.5rem;
  }
}
@media screen and (min-width: 737px) {
  .result_graph_content {
    row-gap: 5px;
  }
}
.result_graph_content .result_graph_sub {
  flex-shrink: 0;
  grid-column: 1/2;
}
.result_graph_content .result_graph_image {
  height: 100%;
}
.result_graph_sub {
  display: flex;
  align-items: center;
}
.result_graph_sub h5 {
  background: #fff;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .result_graph_sub h5 {
    height: 9.6rem;
    padding: 2.5rem 0;
  }
}
@media screen and (min-width: 737px) {
  .result_graph_sub h5 {
    height: 5.3rem;
    padding: 1.05rem 0;
  }
}
.result_graph_sub h5 img {
  width: auto;
  max-height: 100%;
  margin: 0 auto;
}
.result_graph_sub p {
  flex-shrink: 0;
  background: #004ea2;
}
@media screen and (max-width: 736px) {
  .result_graph_sub p {
    width: 17.5rem;
    padding: 0 1.8rem 0 2.3rem;
  }
}
@media screen and (min-width: 737px) {
  .result_graph_sub p {
    width: 11.7rem;
    padding: 0 1.8rem 0 2.3rem;
  }
}
.result_graph_image {
  background: #fff;
}
.result_graph_source {
  display: flex;
  background: #004ea2;
}
@media screen and (max-width: 736px) {
  .result_graph_source {
    column-gap: 0.5rem;
  }
}
@media screen and (min-width: 737px) {
  .result_graph_source {
    column-gap: 5px;
  }
}
.result_graph_source > dt {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .result_graph_source > dt {
    width: 11.4rem;
  }
}
@media screen and (min-width: 737px) {
  .result_graph_source > dt {
    width: 6rem;
  }
}
@media screen and (max-width: 736px) {
  .result_graph_source > dt p {
    height: 3.2rem;
  }
}
@media screen and (min-width: 737px) {
  .result_graph_source > dt p {
    height: 1.6rem;
  }
}
.result_graph_source > dt p img {
  width: auto;
  max-height: 100%;
}
.result_graph_source > dd {
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
  font-weight: 400;
}
@media screen and (max-width: 736px) {
  .result_graph_source > dd {
    padding: 0.6rem 2rem;
    line-height: 1.2em;
    font-size: 2rem;
  }
}
@media screen and (min-width: 737px) {
  .result_graph_source > dd {
    padding: 0.4rem 1rem;
    line-height: 1.667em;
    font-size: 1.2rem;
  }
}
.result_graph_note {
  letter-spacing: 0.07em;
  font-weight: 400;
}
@media screen and (max-width: 736px) {
  .result_graph_note {
    margin-top: 1rem;
    line-height: 1.6em;
    font-size: 2rem;
  }
}
@media screen and (min-width: 737px) {
  .result_graph_note {
    margin-top: 1.6rem;
    line-height: 1.667em;
    font-size: 1.2rem;
  }
}
.result_graph_note p.large {
  text-decoration: underline;
}
@media screen and (min-width: 737px) {
  .result_graph_note p.large {
    font-size: 1.167em;
  }
}
@media screen and (max-width: 736px) {
  .result_graph_note p.large {
    font-size: 1.2em;
  }
}
.result_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .result_buttons {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 737px) {
  .result_buttons {
    margin-top: 3rem;
  }
}
.result_buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  font-weight: 700;
  color: #e60012;
  fill: #e60012;
}
@media screen and (max-width: 736px) {
  .result_buttons a {
    border: 0.4rem solid #e60012;
    border-radius: 3.077em;
    width: 18.847em;
    height: 3.077em;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 737px) {
  .result_buttons a {
    border: 4px solid #e60012;
    border-radius: 2.6em;
    width: 19.2em;
    height: 2.6em;
    font-size: 2.5rem;
  }
}
.result_buttons a svg {
  position: absolute;
  width: 0.44em;
  height: 0.76em;
  right: 6.25%;
}
.result_buttons a:hover {
  background: #e60012;
  color: #fff;
  fill: #fff;
}

@media screen and (max-width: 736px) {
  .product {
    padding-top: 25rem;
  }
}
@media screen and (min-width: 737px) {
  .product {
    margin-top: 3rem;
    padding-top: 12rem;
  }
}
.product_flex {
  display: flex;
  justify-content: end;
  justify-content: flex-end;
}
.product_ttl01 {
  background-color: #e60012;
}
@media screen and (max-width: 736px) {
  .product_ttl01 {
    width: 20.9rem;
    padding: 1.3rem;
  }
}
@media screen and (min-width: 737px) {
  .product_ttl01 {
    width: 26.3rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 736px) {
  .product_ttl01 img {
    margin: auto;
    width: 17.5rem;
  }
}
@media screen and (min-width: 737px) {
  .product_ttl01 img {
    width: 21.1rem;
  }
}
.product_ttl02 {
  background-color: #004ea2;
}
@media screen and (max-width: 736px) {
  .product_ttl02 {
    width: 22.1rem;
    padding: 1.3rem;
  }
}
@media screen and (min-width: 737px) {
  .product_ttl02 {
    width: calc(100% - (50% + 275px));
    min-width: 32.6rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 736px) {
  .product_ttl02 img {
    margin: auto auto auto 0;
    width: 17.5rem;
  }
}
@media screen and (min-width: 737px) {
  .product_ttl02 img {
    width: 21.9rem;
  }
}
@media screen and (max-width: 736px) {
  .product_box {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 737px) {
  .product_box {
    padding-top: 0;
  }
}
@media screen and (max-width: 736px) {
  .product_box.inner {
    width: 69rem;
  }
}
.product_box-flex {
  display: grid;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .product_box-01 {
    grid-template-columns: 19rem 45rem;
  }
}
@media screen and (min-width: 737px) {
  .product_box-01 {
    grid-template-columns: 23.6rem 60.2rem;
    padding-right: 3.2rem;
  }
}
@media screen and (max-width: 736px) {
  .product_box-02 {
    grid-template-columns: 43.1rem 24.8rem;
    padding-top: 11.4rem;
  }
}
@media screen and (min-width: 737px) {
  .product_box-02 {
    grid-template-columns: 60.8rem 30.8rem;
    padding-top: 14.3rem;
  }
}
@media screen and (min-width: 737px) {
  .product_box-02 .product_box-txt {
    padding-top: 0;
  }
}
@media screen and (max-width: 736px) {
  .product_box-02 .product_box-img {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 736px) {
  .product_box-img {
    padding-top: 8.5rem;
    width: 20rem;
  }
}
@media screen and (max-width: 736px) {
  .product_box-img.item02 {
    margin-left: -2rem;
    width: 27rem;
  }
}
@media screen and (min-width: 737px) {
  .product_box-img.item02 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 736px) {
  .product_box-txt {
    padding-top: 0;
  }
}
@media screen and (min-width: 737px) {
  .product_box-txt {
    padding-top: 8rem;
  }
}
.product_box-txt > p {
  font-weight: 400;
}
@media screen and (max-width: 736px) {
  .product_box-txt > p {
    padding-top: 1.3rem;
    width: 34.4rem;
    font-size: 2rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 737px) {
  .product_box-txt > p {
    padding-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 736px) {
  .product_box-btn {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 737px) {
  .product_box-btn {
    padding-top: 2.6rem;
    position: relative;
    width: 45rem;
  }
}
.product_box-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  /* padding-right: 5.556%; */
  font-weight: 700;
  color: #004ea2;
  fill: #004ea2;
}
@media screen and (max-width: 736px) {
  .product_box-btn a {
    border: 0.4rem solid #004ea2;
    border-radius: 3.077em;
    width: 17.693em;
    height: 3.077em;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 737px) {
  .product_box-btn a {
    border: 4px solid #004ea2;
    border-radius: 2.6em;
    width: 18em;
    height: 2.6em;
    font-size: 2.5rem;
  }
}
.product_box-btn a svg {
  position: absolute;
  width: 0.44em;
  height: 0.76em;
  right: 6.667%;
}
.product_box-btn a:hover {
  background: #004ea2;
  color: #fff;
  fill: #fff;
}
.product_box-sup {
  font-weight: 400;
  border: solid 1px #000;
}
@media screen and (max-width: 736px) {
  .product_box-sup {
    margin: auto;
    padding: 2rem 1.3rem 2rem 2.5rem;
    margin-top: 11rem;
    width: 67rem;
  }
}
@media screen and (min-width: 737px) {
  .product_box-sup {
    margin: auto;
    padding: 2.5rem;
    margin-top: 11.5rem;
    width: 73.7rem;
  }
}
@media screen and (max-width: 736px) {
  .product_txtBox {
    padding-top: 19rem;
  }
}
@media screen and (min-width: 737px) {
  .product_txtBox {
    padding-top: 13.6rem;
  }
}
.product_txtBox_inner {
  background: linear-gradient(to bottom, #e60012 50%, #004ea2 50%);
}
@media screen and (min-width: 737px) {
  .product_txtBox_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9.4rem;
  }
}
@media screen and (max-width: 736px) {
  .product_txt01, .product_txt02 {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 737px) {
  .product_txt01 img, .product_txt02 img {
    margin: auto;
    width: 63.2rem;
  }
}
@media screen and (max-width: 736px) {
  .product_txt01 img {
    margin: auto;
    width: 23.4rem;
  }
}
@media screen and (min-width: 737px) {
  .product_txt01.pc {
    position: relative;
  }
  .product_txt01.pc .kv_item_inner {
    position: absolute;
    top: 2.7rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 736px) {
  .product_txt02 img {
    margin: auto;
    width: 48.4rem;
  }
}

.qa {
  position: relative;
}
@media screen and (max-width: 736px) {
  .qa {
    padding-top: 11rem;
  }
}
@media screen and (min-width: 737px) {
  .qa {
    padding-top: 8rem;
  }
}
.qa_flex {
  display: flex;
}
@media screen and (max-width: 736px) {
  .qa_flex {
    padding-top: 17rem;
  }
}
@media screen and (min-width: 737px) {
  .qa_flex {
    padding-top: 12rem;
  }
}
.qa_ttl01 {
  background-color: #e60012;
}
@media screen and (max-width: 736px) {
  .qa_ttl01 {
    width: 29.5rem;
    padding: 4rem 1.1rem 1.1rem;
  }
}
@media screen and (min-width: 737px) {
  .qa_ttl01 {
    width: 26%;
    padding: 5.8rem 2rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .qa_ttl01 {
    width: calc(100% - (50% + 280px));
  }
}
@media screen and (max-width: 736px) {
  .qa_ttl01 img {
    margin: auto;
    width: 24.8rem;
  }
}
@media screen and (min-width: 737px) {
  .qa_ttl01 img {
    width: 22.2rem;
    margin-left: auto;
  }
}
.qa_ttl02 {
  background-color: #004ea2;
}
@media screen and (max-width: 736px) {
  .qa_ttl02 {
    width: 29.8rem;
    padding: 1.1rem;
  }
}
@media screen and (min-width: 737px) {
  .qa_ttl02 {
    width: 32.6rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 736px) {
  .qa_ttl02 img {
    margin: auto;
    width: 26.3rem;
  }
}
@media screen and (min-width: 737px) {
  .qa_ttl02 img {
    width: 31.4rem;
  }
}
@media screen and (max-width: 736px) {
  .qa_box {
    padding-top: 9.6rem;
  }
}
@media screen and (min-width: 737px) {
  .qa_box {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 736px) {
  .qa_box .mt-01 {
    margin-top: -0.5px !important;
  }
}
@media screen and (max-width: 736px) {
  .qa_box .mt04 {
    margin-top: -4.5px !important;
  }
}
@media screen and (max-width: 736px) {
  .qa_box .mt-05 {
    margin-top: -5px !important;
  }
}
@media screen and (max-width: 736px) {
  .qa_box .mt05 {
    margin-top: -5.5px !important;
  }
}
@media screen and (max-width: 736px) {
  .qa_box .mt03 {
    margin-top: -3.8px;
  }
}
@media screen and (min-width: 737px) {
  .qa_box .ml01 {
    margin-left: -1px;
  }
}
.qa_box > dl {
  position: relative;
}
@media screen and (max-width: 736px) {
  .qa_box > dl {
    width: 55.9rem;
    margin: auto;
  }
}
@media screen and (max-width: 736px) {
  .qa_box > dl .qa_ac_sp {
    margin-top: -0.58rem;
    width: 55.9rem;
  }
}
@media screen and (min-width: 737px) {
  .qa_box > dl .qa_ac_pc {
    cursor: pointer;
  }
}
@media screen and (min-width: 737px) {
  .qa_box > dl.pc_mt-01 {
    margin-top: -1px;
  }
}
.qa_box > dl > dt {
  position: relative;
}
@media screen and (max-width: 736px) {
  .qa_box > dl > dt {
    margin: auto;
    width: 55.9rem;
  }
}
@media screen and (min-width: 737px) {
  .qa_box > dl > dt.left {
    margin-left: auto;
  }
}
@media screen and (min-width: 737px) {
  .qa_box > dl > dt {
    width: 50rem;
    z-index: 3;
  }
}
.qa_box > dl > dt::before {
  content: "";
  background-image: url(../img/q-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 736px) {
  .qa_box > dl > dt::before {
    width: 10.9rem;
    height: 10.9rem;
  }
}
@media screen and (min-width: 737px) {
  .qa_box > dl > dt::before {
    width: 10.9rem;
    height: 10.9rem;
  }
}
.qa_box > dl > dt.right .qa_ac_pc {
  position: absolute;
  bottom: 0;
  z-index: 10;
}
@media screen and (min-width: 737px) {
  .qa_box > dl > dt.right .qa_ac_pc {
    width: 14.5rem;
    height: 10.9rem;
    right: -3.6rem;
  }
  .qa_box > dl > dt.right .qa_ac_pc_hover {
    opacity: 0;
  }
  .qa_box > dl > dt.right .qa_ac_pc_hover:hover {
    opacity: 1;
  }
}
.qa_box > dl > dt.left .qa_ac_pc {
  position: absolute;
  bottom: 0;
  z-index: 10;
}
@media screen and (min-width: 737px) {
  .qa_box > dl > dt.left .qa_ac_pc {
    width: 14.5rem;
    height: 10.9rem;
    left: -3.6rem;
  }
  .qa_box > dl > dt.left .qa_ac_pc_hover {
    opacity: 0;
  }
  .qa_box > dl > dt.left .qa_ac_pc_hover:hover {
    opacity: 1;
  }
}
.qa_box > dl > dd {
  position: relative;
}
@media screen and (max-width: 736px) {
  .qa_box > dl > dd {
    width: 55.9rem;
    position: absolute;
    top: 0;
    display: none;
    opacity: 0;
    z-index: 10;
  }
  .qa_box > dl > dd.qa-open {
    display: block;
    opacity: 1;
  }
}
@media screen and (max-width: 736px) {
  .qa_box > dl > dd {
    transition: 0.3s;
  }
}
@media screen and (min-width: 737px) {
  .qa_box > dl > dd {
    width: 50rem;
    position: absolute;
    top: 0;
    z-index: 2;
  }
}
@media screen and (min-width: 737px) {
  .qa_box > dl > dd {
    opacity: 0;
    transition: 0.3s;
    transform: translateX(500);
  }
  .qa_box > dl > dd.qa-open {
    opacity: 1;
    transform: translateX(50rem);
  }
}
@media screen and (max-width: 736px) {
  .qa_box > dl > dd .qa_ac_sp {
    width: 55.9rem;
  }
}
@media screen and (min-width: 737px) {
  .qa_box > dl > dd.left {
    width: 50rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
}
@media screen and (min-width: 737px) {
  .qa_box > dl > dd.left {
    opacity: 0;
    transition: 0.3s;
    transform: translateX(0);
  }
  .qa_box > dl > dd.left.qa-open {
    opacity: 1;
    transform: translateX(-50rem);
  }
}
.qa_box > dl > dd::before {
  content: "";
  background-image: url(../img/a-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 736px) {
  .qa_box > dl > dd::before {
    width: 10.9rem;
    height: 10.9rem;
  }
}
@media screen and (min-width: 737px) {
  .qa_box > dl > dd::before {
    width: 10.9rem;
    height: 10.9rem;
  }
}

.footer {
  font-weight: 400;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 737px) {
  .footer .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 736px) {
  .footer {
    padding-top: 4.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 737px) {
  .footer {
    padding-top: 2.8rem;
    font-size: 1.2rem;
    height: 6.8rem;
  }
}
.footer .footer_ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (max-width: 736px) {
  .footer .footer_ul {
    margin-bottom: 5rem;
  }
}
.footer .footer_ul li {
  margin-right: 17px;
}
@media screen and (max-width: 736px) {
  .footer .footer_ul li:first-child {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 736px) {
  .footer .footer_ul {
    flex-direction: column;
  }
}
.footer_link {
  display: flex;
  align-items: center;
  color: #000;
}
@media screen and (max-width: 736px) {
  .footer_link {
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-end;
    font-size: 12px;
  }
}
@media screen and (max-width: 736px) {
  .footer_link > span {
    margin-left: 0.5rem;
    width: 1rem;
  }
}
@media screen and (min-width: 737px) {
  .footer_link > span {
    margin-left: 0.5rem;
    width: 1rem;
  }
}
@media screen and (max-width: 736px) {
  .footer .copyright {
    display: block;
    text-align: center;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }
}

.icon {
  position: relative;
}
.icon::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 736px) {
  .icon::before {
    width: 44.2rem;
    top: -2.5rem;
  }
}
@media screen and (min-width: 737px) {
  .icon::before {
    top: -2.5rem;
    width: 54.7rem;
  }
}
.icon.icon_result {
  position: relative;
}
.icon.icon_result::before {
  position: absolute;
  background-image: url(../img/result-h2-icon.png);
}
@media screen and (max-width: 736px) {
  .icon.icon_result::before {
    width: 44.2rem;
    height: 2.6rem;
    left: 3.1rem;
  }
}
@media screen and (min-width: 737px) {
  .icon.icon_result::before {
    width: 43.2rem;
    height: 2.6rem;
    left: -1.8rem;
    top: -2.5rem;
  }
}
.icon.icon_product::before {
  background-image: url(../img/product-h2-icon.png);
}
@media screen and (max-width: 736px) {
  .icon.icon_product::before {
    width: 14.1rem;
    height: 2.6rem;
    left: 2rem;
  }
}
@media screen and (min-width: 737px) {
  .icon.icon_product::before {
    width: 14.1rem;
    height: 2.6rem;
    left: 2rem;
  }
}
.icon.icon_qa::before {
  background-image: url(../img/qa-h2-icon.png);
}
@media screen and (max-width: 736px) {
  .icon.icon_qa::before {
    width: 14.1rem;
    height: 3.3rem;
    top: -3.1rem;
    left: 2rem;
  }
}
@media screen and (min-width: 737px) {
  .icon.icon_qa::before {
    width: 8.3rem;
    height: 3.5rem;
    top: -3.4rem;
    left: -24rem;
  }
}

@media screen and (max-width: 736px) {
  .sayou_kv {
    padding-top: 12.5rem;
  }
}
@media screen and (min-width: 737px) {
  .sayou_kv {
    padding-top: 6rem;
  }
}
.sayou_kv_ttl01 {
  background-color: #e60012;
}
@media screen and (max-width: 736px) {
  .sayou_kv_ttl01 {
    padding: 2.8rem 0;
  }
}
@media screen and (min-width: 737px) {
  .sayou_kv_ttl01 {
    padding: 2.8rem 0;
  }
}
.sayou_kv_ttl01 img {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .sayou_kv_ttl01 img {
    width: 58rem;
  }
}
@media screen and (min-width: 737px) {
  .sayou_kv_ttl01 img {
    width: 58rem;
  }
}
.sayou_kv_ttl02 {
  background-color: #004ea2;
}
@media screen and (max-width: 736px) {
  .sayou_kv_ttl02 {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 737px) {
  .sayou_kv_ttl02 {
    padding: 2.4rem 0;
  }
}
.sayou_kv_ttl02 img {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .sayou_kv_ttl02 img {
    width: 44.7rem;
  }
}
@media screen and (min-width: 737px) {
  .sayou_kv_ttl02 img {
    width: 44.7rem;
  }
}

@media screen and (max-width: 736px) {
  .border {
    border: solid 4px #004ea2;
  }
}
@media screen and (min-width: 737px) {
  .border {
    border: solid 5px #004ea2;
  }
}
.border + .border {
  border-top: solid 0px #004ea2;
}
.border.border-top05 {
  border: 0;
}
@media screen and (max-width: 736px) {
  .border.border-top05 {
    border-top: solid 4px #004ea2;
  }
}
@media screen and (min-width: 737px) {
  .border.border-top05 {
    border-top: solid 5px #004ea2;
  }
}
@media screen and (max-width: 736px) {
  .border .border-bottom {
    border-bottom: solid 4px #004ea2;
  }
}
@media screen and (min-width: 737px) {
  .border .border-bottom {
    border-bottom: solid 5px #004ea2;
  }
}
@media screen and (max-width: 736px) {
  .border .border-bottom.border-bottom03 {
    border-bottom: solid 2px #004ea2;
  }
}
@media screen and (min-width: 737px) {
  .border .border-bottom.border-bottom03 {
    border-bottom: solid 3px #004ea2;
  }
}
@media screen and (max-width: 736px) {
  .border .border-bottom_sp {
    border-bottom: solid 2px #004ea2;
  }
}
@media screen and (min-width: 737px) {
  .border .border-right_pc {
    border-right: solid 3px #004ea2;
  }
}
@media screen and (max-width: 736px) {
  .border.border03 {
    border: 2px solid #004ea2;
  }
}
@media screen and (min-width: 737px) {
  .border.border03 {
    border: 3px solid #004ea2;
  }
}
.border .arrow {
  position: relative;
}
.border .arrow::after {
  content: "";
  background-image: url(../img/sayou-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 737px) {
  .border .arrow::after {
    width: 8.6rem;
    height: 3.3rem;
  }
}
@media screen and (max-width: 736px) {
  .border .arrow::after {
    width: 8.6rem;
    height: 3.3rem;
  }
}
@media screen and (min-width: 737px) {
  .border .arrow.pcleft::after {
    top: 40%;
    left: -1.1rem;
    transform: rotate(-90deg) translateY(-50%);
  }
}

.section {
  background-color: #fff;
}
.section_ttl {
  background-color: #004ea2;
}
.section_flex {
  display: flex;
}
@media screen and (max-width: 736px) {
  .section_flex {
    flex-direction: column;
  }
}
@media screen and (min-width: 737px) {
  .section_flex {
    align-items: center;
  }
}
.section_grid {
  display: grid;
}
@media screen and (max-width: 736px) {
  .section_grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 737px) {
  .section_grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 737px) {
  .section_grid.column {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 736px) {
  .section_grid.mt-05 {
    margin-top: -5px;
  }
}
@media screen and (min-width: 737px) {
  .section_grid.mt-05 {
    margin-top: -5px;
  }
}
@media screen and (max-width: 736px) {
  .section_txt {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 737px) {
  .section_txt {
    font-size: 2rem;
    line-height: 1.7em;
  }
}
@media screen and (max-width: 736px) {
  .section_txt-small {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 737px) {
  .section_txt-small {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 737px) {
  .section_txt.ml70 {
    margin-left: 7rem;
  }
}
.section_txt.min {
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 736px) {
  .section_txt.min {
    font-size: 2rem;
    line-height: 1.1em;
    padding: 0.4rem 0.7rem 0.7rem;
    height: 5.5rem;
  }
}
@media screen and (min-width: 737px) {
  .section_txt.min {
    display: flex;
    font-size: 1.2rem;
    padding: 1rem;
  }
}
@media screen and (max-width: 736px) {
  .section_txt.mt60 {
    margin-top: 7rem !important;
  }
}
@media screen and (min-width: 737px) {
  .section_txt.mt60 {
    margin-top: 6rem !important;
  }
}
.section_txt.center {
  text-align: center;
}
.section_txt.flex_center {
  display: flex;
  justify-content: center;
}
.section_block {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .section_block {
    width: 61rem;
    padding: 5rem 0;
  }
}
@media screen and (min-width: 737px) {
  .section_block {
    width: 91.8rem;
    padding: 4.3rem 0;
  }
}

@media screen and (max-width: 736px) {
  .section01 {
    margin-top: 7.6rem;
  }
}
@media screen and (min-width: 737px) {
  .section01 {
    margin-top: 13.7rem;
  }
}
@media screen and (max-width: 736px) {
  .section01_ttl {
    padding: 2rem;
  }
}
@media screen and (min-width: 737px) {
  .section01_ttl {
    width: 50rem;
    padding: 1.4rem;
  }
}
.section01_ttl img {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .section01_ttl img {
    width: 44rem;
  }
}
@media screen and (min-width: 737px) {
  .section01_ttl img {
    width: 44rem;
  }
}
@media screen and (max-width: 736px) {
  .section01_txt01 {
    padding: 2.5rem;
  }
}
@media only screen and (max-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .section01_txt01 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 737px) {
  .section01_txt01 {
    padding: 0 3rem;
  }
}
.section01_img01 img {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .section01_img01 img {
    width: 51.8rem;
  }
}
@media screen and (min-width: 737px) {
  .section01_img01 img {
    width: 51.8rem;
  }
}
@media screen and (max-width: 736px) {
  .section01_block01 .section_txt {
    margin-bottom: 5.2rem;
  }
}
@media screen and (min-width: 737px) {
  .section01_block01 .section_txt {
    margin-bottom: 7rem;
  }
}
.section01_block01_ttl {
  background-color: #004ea2;
}
.section01_block01_ttl img {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .section01_block01_ttl img {
    width: 21rem;
    margin-top: 6rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 737px) {
  .section01_block01_ttl img {
    width: 21rem;
    margin-top: 7rem;
    padding: 1.2rem;
  }
}
.section01_block02_ttl {
  background-color: #004ea2;
}
.section01_block02_ttl img {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .section01_block02_ttl img {
    width: 43rem;
    margin-top: 6rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 737px) {
  .section01_block02_ttl img {
    width: 43rem;
    margin-top: 7rem;
    padding: 1.2rem;
  }
}
.section01_block02_txt03 {
  display: flex;
}
@media screen and (max-width: 736px) {
  .section01_block02_txt03 {
    height: 6.5rem;
  }
}
@media screen and (min-width: 737px) {
  .section01_block02_txt03 {
    height: 3.7rem;
  }
}
.section01_block02_txt03-img {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 737px) {
  .section01_block02_txt03-img {
    border-right: 5px solid #004ea2;
    width: 6.4rem;
    padding: 0.8rem 0;
  }
  .section01_block02_txt03-img img {
    width: auto;
    max-height: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 736px) {
  .section01_block02_txt03-img {
    border-right: 4px solid #004ea2;
    width: 14.3rem;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 736px) {
  .section01_block01 .section_txt, .section01_block02 .section_txt {
    margin-top: 5.2rem;
    margin-bottom: 5.2rem;
  }
}
@media screen and (min-width: 737px) {
  .section01_block01 .section_txt, .section01_block02 .section_txt {
    margin-top: 3.7rem;
    margin-bottom: 3.7rem;
  }
}

@media screen and (max-width: 736px) {
  .section02 {
    margin-top: 7.6rem;
  }
}
@media screen and (min-width: 737px) {
  .section02 {
    margin-top: 13.7rem;
  }
}
@media screen and (max-width: 736px) {
  .section02_ttl {
    padding: 4rem;
  }
}
@media screen and (min-width: 737px) {
  .section02_ttl {
    flex-shrink: 0;
    width: 35.2rem;
    padding: 1.4rem;
  }
}
.section02_ttl img {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .section02_ttl img {
    width: 57.4rem;
  }
}
@media screen and (min-width: 737px) {
  .section02_ttl img {
    width: 28.5rem;
  }
}
@media screen and (max-width: 736px) {
  .section02_block01 .section_txt {
    margin-bottom: 5.2rem;
  }
}
@media screen and (min-width: 737px) {
  .section02_block01 .section_txt {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}
.section02_block01_ttl {
  background-color: #004ea2;
}
.section02_block01_ttl img {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .section02_block01_ttl img {
    width: 57.4rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 737px) {
  .section02_block01_ttl img {
    width: 50.8rem;
    padding: 1.2rem;
  }
}
.section02_block01_img01 img {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .section02_block01_img01 img {
    width: 54.8rem;
  }
}
@media screen and (min-width: 737px) {
  .section02_block01_img01 img {
    width: 66.8rem;
  }
}
.section02_block01_img02 img {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .section02_block01_img02 img {
    width: 37.4rem;
    margin-top: 3.4rem;
  }
}
@media screen and (min-width: 737px) {
  .section02_block01_img02 img {
    width: 37.4rem;
    margin: 5.7rem 0 3.2rem auto;
  }
}
.section02_block01_img03 img {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .section02_block01_img03 img {
    width: 52.4rem;
    margin-top: 6.3rem;
  }
}
@media screen and (min-width: 737px) {
  .section02_block01_img03 img {
    width: 52.5rem;
    margin-top: 6rem;
  }
}
.section02_block01_img04 img {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .section02_block01_img04 img {
    width: 23rem;
    margin-top: 8.4rem;
  }
}
@media screen and (min-width: 737px) {
  .section02_block01_img04 img {
    width: 23rem;
    margin-top: 8rem;
    margin-bottom: 7.8rem;
  }
}
.section02_block01_img05 img {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .section02_block01_img05 img {
    width: 44.9rem;
    margin-top: 2.5rem;
    margin-bottom: 7.4rem;
  }
}
@media screen and (min-width: 737px) {
  .section02_block01_img05 img {
    width: 44.9rem;
    margin-top: 8rem;
    margin-top: 8rem;
    margin-bottom: 7.8rem;
    margin-left: -7.8rem;
  }
}
.section02_block01_img06 img {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .section02_block01_img06 img {
    width: 37.4rem;
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 737px) {
  .section02_block01_img06 img {
    width: 37.4rem;
    margin: 5.7rem 0 3.2rem auto;
  }
}
.section02_block01_img07 img {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .section02_block01_img07 img {
    width: 57.4rem;
    margin-top: 6.7rem;
  }
}
@media screen and (min-width: 737px) {
  .section02_block01_img07 img {
    width: 57.8rem;
    margin-top: 7rem;
  }
}
.section02_block01_txt01 img, .section02_block01_txt02 img {
  margin: auto;
}
@media screen and (max-width: 736px) {
  .section02_block01_txt01 img, .section02_block01_txt02 img {
    width: 51.5rem;
    margin-top: 4.4rem;
    margin-bottom: 4.4rem;
  }
}
@media screen and (min-width: 737px) {
  .section02_block01_txt01 img, .section02_block01_txt02 img {
    width: 63.2rem;
    margin-top: 3.8rem;
    margin-bottom: 4rem;
  }
}

.box-graph {
  position: relative;
}

.box-graph img:first-child {
  position: relative;
  z-index: 1;
}

.box-graph img:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 736px) {
  .graph1-1 {
    width: 38rem;
    margin: 3.7rem auto;
  }
}
@media screen and (min-width: 737px) {
  .graph1-1 {
    width: 32.6rem;
    margin: 4.2rem auto;
  }
}

@media screen and (max-width: 736px) {
  .graph1-2 {
    width: 44.5rem;
    margin: 3.7rem auto;
  }
}
@media screen and (min-width: 737px) {
  .graph1-2 {
    width: 35rem;
    margin: 4.2rem auto;
  }
}

@media screen and (max-width: 736px) {
  .graph1-3 {
    width: 44.5rem;
    margin: 3rem auto;
  }
}
@media screen and (min-width: 737px) {
  .graph1-3 {
    width: 35rem;
    margin: 4.2rem auto;
  }
}

.anm-blind {
  background: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 737px) {
  .lay-col {
    display: flex;
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 736px) {
  .graph2-1 {
    width: 59rem;
    margin: 0 auto;
    padding-top: 4.7rem;
  }
}
@media screen and (min-width: 737px) {
  .graph2-1 {
    width: 39.9rem;
    margin: 0 auto;
    padding-top: 3rem;
  }
}
.graph2-1_note {
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 736px) {
  .graph2-1_note {
    width: 59rem;
    margin: 0 auto;
    padding-top: 1rem;
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (min-width: 737px) {
  .graph2-1_note {
    width: 39.9rem;
    margin: 0 auto;
    padding-top: 0.5rem;
    line-height: 1.667em;
    font-size: 1.2rem;
  }
}
.graph2-1_txt {
  font-weight: 400;
}
@media screen and (max-width: 736px) {
  .graph2-1_txt {
    width: 59rem;
    margin: auto;
    padding-left: 1em;
    padding-top: 2rem;
    padding-bottom: 3rem;
    text-indent: -1em;
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (min-width: 737px) {
  .graph2-1_txt {
    width: 39.9rem;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
    line-height: 1.667em;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 736px) {
  .graph2-2 {
    width: 59rem;
    margin: auto;
    padding-top: 4.7rem;
    padding-bottom: 4.3rem;
  }
}
@media screen and (min-width: 737px) {
  .graph2-2 {
    width: 39.9rem;
    margin: 0 auto;
    padding-top: 3rem;
  }
}

.graph2-1 .icon-asterisk {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.248%;
  z-index: 10;
}
@media screen and (min-width: 737px) {
  .graph2-1 .icon-asterisk {
    margin-top: 7rem;
    margin-left: 24.7rem;
  }
}
@media screen and (max-width: 736px) {
  .graph2-1 .icon-asterisk {
    margin-top: 10.6rem;
    margin-left: 36.5rem;
  }
}

.wrap-pink,
.wrap-gray {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
}
.wrap-pink img,
.wrap-gray img {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 737px) {
  .wrap-pink,
  .wrap-gray {
    margin: auto;
    padding-top: 3.1rem;
  }
}
@media screen and (max-width: 736px) {
  .wrap-pink,
  .wrap-gray {
    margin: auto;
    padding-top: 4.7rem;
  }
}

.graph2-2 .icon-asterisk {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.248%;
  z-index: 10;
}
@media screen and (min-width: 737px) {
  .graph2-2 .icon-asterisk {
    margin-top: 8.5rem;
    margin-left: 29.6rem;
  }
}
@media screen and (max-width: 736px) {
  .graph2-2 .icon-asterisk {
    margin-top: 13.5rem;
    margin-left: 43.7rem;
  }
}

@media screen and (max-width: 736px) {
  .graph3-1 {
    width: 56rem;
    margin: 4.6rem auto 0;
  }
}
@media screen and (min-width: 737px) {
  .graph3-1 {
    width: 38.4rem;
    margin: 4.2rem auto 0;
  }
}
.graph3-1 .anm-blind {
  background: #fff;
  top: 17%;
}
.graph3-1_txt {
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .graph3-1_txt {
    padding: 1.5rem 0 4rem;
    line-height: 1.6em;
    font-size: 2rem;
  }
}
@media screen and (min-width: 737px) {
  .graph3-1_txt {
    padding: 1rem 0 3rem;
    line-height: 1.667em;
    font-size: 1.2rem;
  }
}

.feadin-scale {
  opacity: 0;
  transform: scale(0.6);
}
.feadin-scale.animated {
  animation: zoom-in-anim 0.4s linear 0.2s 1 forwards;
}

@keyframes zoom-in-anim {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}