/* =======================================
 base style
======================================= */
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  line-height: 1;
  margin: auto;
  width: 100%;
  max-width: 2000px;
}
@media only screen and (min-width: 769px) {
  body {
    font-size: 1.455vw;
  }
}
@media only screen and (min-width: 1100px) {
  body {
    font-size: 16px;
    min-width: 1100px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.467vw;
    overflow-x: hidden;
  }
}

img {
  width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
a {
  text-decoration: none;
  animation: all 1s ease-in-out;
}
a:hover {
  opacity: 0.9;
  animation: all 1s ease-in-out;
}

.main_ctx {
  position: relative;
  overflow: hidden;
}

.inner_ctx {
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .inner_ctx {
    width: 100vw;
    max-width: 1100px;
  }
}
@media only screen and (max-width: 768px) {
  .inner_ctx {
    padding: 0 5.333%;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 100%;
  max-width: 2000px;
  z-index: 99;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
@media only screen and (min-width: 769px) {
  .nav {
    background: url("../img/nav_bg.jpg") no-repeat 50% 0%;
    background-size: 125em 4.5em;
    height: 4.5em;
  }
}
@media only screen and (max-width: 768px) {
  .nav {
    background: url("../img/nav_bg_sp.jpg") no-repeat 50% 0;
    background-size: 100vw auto;
    height: 17.333vw;
  }
  .nav.active {
    box-shadow: none;
  }
}
.nav .inner_ctx {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .nav .inner_ctx {
    height: 4.5em;
  }
}
@media only screen and (max-width: 768px) {
  .nav .inner_ctx {
    height: 17.333vw;
    padding: 0 2vw 0 32.4vw;
  }
}
.nav .logo {
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 769px) {
  .nav .logo {
    width: 13.25em;
    left: 4.313em;
  }
}
@media only screen and (max-width: 768px) {
  .nav .logo {
    width: 28.933vw;
    left: 2vw;
  }
}
.nav .menu {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .nav .menu {
    margin-left: 16.875em;
  }
}
@media only screen and (max-width: 768px) {
  .nav .menu {
    flex-wrap: wrap;
    width: 48.8vw;
    margin-left: 26.667vw;
    gap: 2.4vw 0;
  }
}
.nav .menu a {
  color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .nav .menu a {
    font-size: 1em;
    border-right: 0.063em solid #ffffff;
    padding: 0 1.063em;
  }
}
@media only screen and (max-width: 768px) {
  .nav .menu a {
    font-size: 3.467vw;
    letter-spacing: 0.267vw;
    padding: 0 1.333vw;
  }
}
@media only screen and (max-width: 768px) {
  .nav .menu a:after {
    position: absolute;
    content: "";
    width: 0.133vw;
    height: 3.2vw;
    top: 1.467vw;
    background-color: #fff;
    right: 0;
  }
}
.nav .menu li:last-child a {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .nav .menu li:nth-of-type(3) a:after {
    content: none;
  }
}
@media only screen and (min-width: 769px) {
  .nav .btn {
    width: 13.375em;
  }
}
@media only screen and (max-width: 768px) {
  .nav .btn {
    width: 46.8vw;
  }
}
.nav .menu_trigger {
  background: url(../img/menu.png) no-repeat center center;
  background-size: 8.667vw;
  width: 17.333vw;
  height: 17.333vw;
  transition: all 0.3s;
}
.nav .menu_trigger.active {
  background: url(../img/close.png) no-repeat center center;
  background-size: 8.667vw;
}

@media only screen and (min-width: 769px) {
  .copyright {
    padding: 2em 0 1.625em;
  }
}
@media only screen and (max-width: 768px) {
  .copyright {
    padding: 7.2vw 0 5.333vw;
  }
}
.copyright p {
  color: #333333;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .copyright p {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 768px) {
  .copyright p {
    font-size: 4vw;
  }
}

.sp_menu {
  opacity: 0;
  visibility: hidden;
  background: url(../img/nav_sp_bg.png) repeat center 0/100%;
  position: fixed;
  top: 17.333vw;
  left: 0;
  width: 100%;
  height: calc(100vh - 17.333vw);
  height: calc(100dvh - 17.333vw);
  z-index: 90;
  padding-top: 7.467vw;
  transition: all 0.3s;
}
.sp_menu.active {
  opacity: 1;
  visibility: visible;
}
.sp_menu ul {
  width: 86.667vw;
  margin-inline: auto;
}
.sp_menu li {
  border-bottom: 1px solid #fff;
  height: 14vw;
}
.sp_menu a {
  display: flex;
  background: url(../img/marker.png) no-repeat right 30px center;
  background-size: 2.133vw;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  position: relative;
  font-size: 4.267vw;
  padding: 0 0 0 6.267vw;
}
.sp_menu li:last-child {
  border: none;
}
@media only screen and (max-width: 768px) {
  .sp_menu li:nth-of-type(3) a:after {
    content: none;
  }
}

@media only screen and (min-width: 769px) {
  .top {
    background: url("../img/top_bg.jpg") no-repeat 50% 0%;
    background-size: 125em auto;
    height: 54.938em;
    margin-top: 4.5em;
  }
}
@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .top {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media only screen and (max-width: 768px) {
  .top {
    background: url("../img/top_bg_sp.jpg") no-repeat 50% 0;
    background-size: 100vw auto;
    height: 214.667vw;
    margin-top: 17.333vw;
  }
}
.top .txt01 {
  position: absolute;
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .top .txt01 {
    font-size: 1.625em;
    top: 4.231em;
    left: 4.154em;
    letter-spacing: 0.077em;
  }
}
@media only screen and (max-width: 768px) {
  .top .txt01 {
    font-size: 4.533vw;
    top: 16vw;
    left: 8vw;
    letter-spacing: 0.267vw;
  }
}
.top .txt01 b {
  font-weight: 400;
  color: #eddc94;
}
.top .txt01 span {
  font-size: 90%;
}
.top .txt02 {
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .top .txt02 {
    width: 44.188em;
    top: 10em;
    left: 5em;
  }
}
@media only screen and (max-width: 768px) {
  .top .txt02 {
    width: 94.933vw;
    top: 25.867vw;
    left: 2.133vw;
  }
}
.top .txt03 {
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .top .txt03 {
    width: 5.5em;
    top: 24.375em;
    left: 57.188em;
  }
}
@media only screen and (max-width: 768px) {
  .top .txt03 {
    width: 13.333vw;
    top: 42.667vw;
    left: 73.333vw;
  }
}
.top .txt04 {
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .top .txt04 {
    width: 57.125em;
    top: 31.25em;
    left: 5.938em;
  }
}
@media only screen and (max-width: 768px) {
  .top .txt04 {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 76.267vw;
    top: 108.667vw;
  }
}
.top .txt05 {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .top .txt05 {
    width: 3.875em;
    top: 46.875em;
  }
}
@media only screen and (max-width: 768px) {
  .top .txt05 {
    width: 10.533vw;
    top: 185.067vw;
  }
}

@media only screen and (min-width: 769px) {
  .result {
    background: url("../img/result_bg.jpg") no-repeat 50% 0, #e9e9e9;
    background-size: 125em 57.875em, auto;
  }
}
@media only screen and (max-width: 768px) {
  .result {
    background: url("../img/result_bg_sp.jpg") no-repeat 50% 0, #e9e9e9;
    background-size: 100vw 138.667vw, auto;
  }
}
.result .inner_ctx {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .result .txt01 {
    width: 40.875em;
    padding-top: 0em;
  }
}
@media only screen and (max-width: 768px) {
  .result .txt01 {
    width: 75.6vw;
    padding-top: 0vw;
  }
}
.result .txt02 {
  color: #1b243f;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .result .txt02 {
    font-size: 1.125em;
    line-height: 2.222em;
    padding-top: 1.944em;
  }
}
@media only screen and (max-width: 768px) {
  .result .txt02 {
    font-size: 3.467vw;
    line-height: 7.467vw;
    padding-top: 6.667vw;
  }
}
@media only screen and (min-width: 769px) {
  .result .txt03 {
    width: 52.625em;
    padding-top: 2.25em;
  }
}
@media only screen and (max-width: 768px) {
  .result .txt03 {
    width: 89.333vw;
    padding-top: 7.467vw;
  }
}
.result .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .result .list {
    gap: 1.25em;
    padding: 2.688em 0 1.125em;
  }
}
@media only screen and (max-width: 768px) {
  .result .list {
    gap: 4vw 3.2vw;
    padding: 8.667vw 0 8.933vw;
  }
}
.result .list li {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -3px;
  background-color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .result .list li {
    border-radius: 0.625em;
  }
}
@media only screen and (max-width: 768px) {
  .result .list li {
    border-radius: 1.867vw;
  }
}
@media only screen and (min-width: 769px) {
  .result .list li:nth-child(1),
  .result .list li:nth-child(2) {
    width: 30.625em;
  }
}
@media only screen and (max-width: 768px) {
  .result .list li:nth-child(1),
  .result .list li:nth-child(2) {
    width: 89.333vw;
  }
}
@media only screen and (min-width: 769px) {
  .result .list li:nth-child(3),
  .result .list li:nth-child(4),
  .result .list li:nth-child(5) {
    width: 20em;
  }
}
@media only screen and (max-width: 768px) {
  .result .list li:nth-child(3) {
    width: 44vw;
  }
}
@media only screen and (max-width: 768px) {
  .result .list li:nth-child(4) {
    width: 42.133vw;
  }
}
@media only screen and (max-width: 768px) {
  .result .list li:nth-child(5) {
    width: 49.333vw;
  }
}
.result .list h2 {
  color: #ffffff;
  text-align: center;
  background-color: #4a6da0;
}
@media only screen and (min-width: 769px) {
  .result .list h2 {
    font-size: 1.5em;
    padding: 0.5em 0;
    border-top-left-radius: 0.417em;
    border-top-right-radius: 0.417em;
  }
}
@media only screen and (max-width: 768px) {
  .result .list h2 {
    font-size: 4.133vw;
    padding: 2.4vw 0;
    border-top-left-radius: 1.867vw;
    border-top-right-radius: 1.867vw;
  }
}
.result .list p {
  color: #1b243f;
}
@media only screen and (min-width: 769px) {
  .result .list p {
    font-size: 1.125em;
    line-height: 1.778em;
    padding: 1.111em 1.111em 2.222em;
  }
}
@media only screen and (max-width: 768px) {
  .result .list p {
    font-size: 3.467vw;
    letter-spacing: -0.133vw;
    line-height: 6.133vw;
    padding: 3.467vw 0 5.333vw 2.667vw;
  }
}

@media only screen and (min-width: 769px) {
  .fe01 {
    background: url("../img/fe01_bg.jpg") no-repeat 50% 0%, #f3f5f8;
    background-size: 125em auto, auto;
    height: 190.625em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 {
    background: url("../img/fe01_bg_sp.jpg") no-repeat 50% 0, #f3f5f8;
    background-size: 100vw 164.133vw, auto;
    padding-bottom: 18.267vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe01 .txt01 {
    padding-top: 10em;
    margin-left: 15.75em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .txt01 {
    width: 86.667vw;
    padding-top: 29.333vw;
    margin-left: 7.733vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe01 .txt01 img {
    width: 36.563em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .txt01 img {
    width: 80.4vw;
  }
}
.fe01 .txt01 p {
  color: #ffffff;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .fe01 .txt01 p {
    font-size: 1.125em;
    line-height: 2.111em;
    padding-top: 1.556em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .txt01 p {
    font-size: 3.467vw;
    line-height: 7.467vw;
    padding-top: 5.333vw;
  }
}
.fe01 .txt02 {
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .fe01 .txt02 {
    width: 9em;
    padding-top: 7.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .txt02 {
    width: 25.067vw;
    padding-top: 24vw;
  }
}
.fe01 .ctx01 {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .fe01 .ctx01 {
    gap: 2.813em;
    padding-top: 1.563em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .ctx01 {
    flex-direction: column;
    gap: 7.067vw;
    margin-top: 6vw;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .grid {
    margin: auto;
    width: 84vw;
  }
}
.fe01 .el01 {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 5px;
}
@media only screen and (min-width: 769px) {
  .fe01 .el01 {
    width: 28.125em;
    height: 19.125em;
    border-radius: 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .el01 {
    width: 84vw;
    height: 57.2vw;
    border-radius: 2.667vw;
  }
}
.fe01 .el02 {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .fe01 .el02 {
    width: 23.125em;
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .el02 {
    width: 84vw;
    margin-top: 6.667vw;
  }
}
.fe01 .el02 p {
  color: #4d4d4d;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .fe01 .el02 p {
    font-size: 0.813em;
    line-height: 1.846em;
    width: 24.615em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .el02 p {
    font-size: 2.933vw;
    line-height: 5.067vw;
    width: 69.333vw;
  }
}
.fe01 .el02::before, .fe01 .el02::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .fe01 .el02::before, .fe01 .el02::after {
    background-image: url("../img/fe01_line.png");
    width: 1.125em;
    height: 7.063em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .el02::before, .fe01 .el02::after {
    background-image: url("../img/fe01_line_sp.png");
    width: 3.467vw;
    height: 22.4vw;
  }
}
.fe01 .el02::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media only screen and (min-width: 769px) {
  .fe01 .txt03 {
    width: 27.25em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .txt03 {
    width: 80.533vw;
  }
}
.fe01 .txt04 {
  color: #a4903d;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .fe01 .txt04 {
    font-size: 1.5em;
    line-height: 1.583em;
    margin-top: 1.333em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .txt04 {
    font-size: 4.533vw;
    line-height: 7.2vw;
    margin-top: 6.667vw;
    letter-spacing: -0.133vw;
  }
}
.fe01 .txt05 {
  display: inline-block;
  color: #fff;
  background-color: #a4903d;
}
@media only screen and (min-width: 769px) {
  .fe01 .txt05 {
    font-size: 2.375em;
    padding: 0.211em 0.342em;
    margin-top: 0.368em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .txt05 {
    text-align: center;
    font-size: 7.067vw;
    width: 84vw;
    padding: 1.467vw 2.4vw;
    margin-top: 4.533vw;
  }
}
.fe01 .txt06 {
  color: #4d4d4d;
}
@media only screen and (min-width: 769px) {
  .fe01 .txt06 {
    font-size: 1.125em;
    width: 27.778em;
    line-height: 2.111em;
    margin-top: 0.889em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .txt06 {
    font-size: 3.467vw;
    width: 84vw;
    line-height: 7.467vw;
    margin-top: 3.467vw;
  }
}
.fe01 .ctx02 {
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .fe01 .ctx02 {
    background: url("../img/fe01_ctx02_bg.png") no-repeat 50% 0%;
    background-size: 68.75em 31.75em;
    width: 68.75em;
    height: 31.75em;
    border-radius: 0.875em;
    margin-top: 4.375em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .ctx02 {
    background: url("../img/fe01_ctx02_bg_sp.png") no-repeat 50% 0;
    background-size: 89.333vw 314.667vw;
    width: 89.333vw;
    height: 314.667vw;
    border-radius: 2.667vw;
    margin-top: 8.533vw;
  }
}
.fe01 .mov {
  position: relative;
  color: #fff;
}
.fe01 .mov .img {
  position: absolute;
}
.fe01 .mov .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fe01 .mov .sub span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9A8B38;
}
.fe01 .mov .txt {
  text-align: center;
}
.fe01 .mov .tube {
  margin-inline: auto;
}
.fe01 .mov .tube iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fe01 .mov .note {
  width: fit-content;
  width: -moz-fit-content;
  margin-inline: auto;
}
@media only screen and (min-width: 769px) {
  .fe01 .mov {
    background: url(../img/mov_bg.png) no-repeat center 0/100%;
    width: 72.875em;
    height: 48.813em;
    margin: 3.125em auto 0;
    padding: 4.375em 0 0;
  }
  .fe01 .mov .img {
    width: 10.063em;
    top: -0.938em;
    margin: 0 0 0 9.688em;
  }
  .fe01 .mov .sub {
    font-size: 2.063em;
    gap: 0.424em;
  }
  .fe01 .mov .sub span {
    width: 5.091em;
    height: 1.455em;
  }
  .fe01 .mov .txt {
    margin: 3.625em 0 2.75em;
  }
  .fe01 .mov .tube {
    width: 40em;
    height: 22.5em;
  }
  .fe01 .mov .note {
    font-size: 0.813em;
    line-height: 1.846em;
    margin-top: 1.231em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .mov {
    background: url(../img/mov_bg_sp.png) no-repeat center 0/100%;
    width: 100vw;
    height: 141.2vw;
    margin: 10vw 0 21.333% -5.333%;
    padding: 21.333vw 0 0;
    z-index: 5;
  }
  .fe01 .mov .img {
    width: 24vw;
    top: -4.667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .fe01 .mov .sub {
    font-size: 6.133vw;
    gap: 1.867vw;
  }
  .fe01 .mov .sub span {
    width: 26vw;
    height: 7.333vw;
    display: block;
    padding-top: 0.267vw;
  }
  .fe01 .mov .txt {
    margin: 7.733vw 0 3.467vw;
    line-height: 6.4vw;
  }
  .fe01 .mov .tube {
    width: 76.8vw;
    height: 43.2vw;
  }
  .fe01 .mov .note {
    width: 66.667vw;
    font-size: 2.933vw;
    line-height: 5.067vw;
    margin-top: 4vw;
  }
}
.fe01 .txt07 {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .fe01 .txt07 {
    font-size: 2.063em;
    padding-top: 0.485em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .txt07 {
    font-size: 6.133vw;
    padding-top: 2.667vw;
  }
}
.fe01 .list01 {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .fe01 .list01 {
    gap: 1.875em;
    padding-top: 2.875em;
    padding-left: 16.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .list01 {
    flex-wrap: wrap;
    gap: 2.667vw;
    padding-top: 7.467vw;
    padding-left: 7.733vw;
  }
}
.fe01 .list01 li {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .fe01 .list01 li {
    gap: 0.625em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .list01 li {
    gap: 1.333vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe01 .list01 li:nth-child(1) img {
    width: 1.188em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .list01 li:nth-child(1) img {
    width: 3.467vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe01 .list01 li:nth-child(2) img, .fe01 .list01 li:nth-child(3) img {
    width: 0.938em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .list01 li:nth-child(2) img, .fe01 .list01 li:nth-child(3) img {
    width: 2.8vw;
  }
}
.fe01 .list01 p {
  color: #1b243f;
}
@media only screen and (min-width: 769px) {
  .fe01 .list01 p {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .list01 p {
    font-size: 3.067vw;
  }
}
.fe01 .list02 {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .fe01 .list02 {
    justify-content: center;
    gap: 1.875em;
    margin-top: 1.875em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .list02 {
    flex-direction: column;
    align-items: center;
    gap: 12vw;
    margin-top: 10.667vw;
  }
}
.fe01 .list02 li {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .fe01 .list02 li {
    width: 14.125em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .list02 li {
    width: 61.333vw;
  }
}
.fe01 .list02 li img {
  box-shadow: rgba(86, 86, 86, 0.08) 2px 2px 11px 0px;
}
@media only screen and (min-width: 769px) {
  .fe01 .list02 li img {
    width: 14.125em;
    height: 9.875em;
    border-radius: 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .list02 li img {
    width: 61.333vw;
    height: 43.067vw;
    border-radius: 4vw;
  }
}
.fe01 .list02 li p {
  color: #1b243f;
}
@media only screen and (min-width: 769px) {
  .fe01 .list02 li p {
    font-size: 1.125em;
    line-height: 1.778em;
    margin-top: 1.222em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .list02 li p {
    font-size: 3.467vw;
    line-height: 6.133vw;
    margin-top: 3.2vw;
  }
}
.fe01 .list02 li::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .fe01 .list02 li::before {
    width: 2.25em;
    height: 2.25em;
    top: -1.125em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .list02 li::before {
    width: 9.867vw;
    height: 9.867vw;
    top: -4.933vw;
  }
}
.fe01 .list02 li::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .fe01 .list02 li::after {
    background-image: url("../img/fe01_el09.png");
    width: 0.813em;
    height: 1.5em;
    top: 4.313em;
    right: -1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe01 .list02 li::after {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/fe01_el09_sp.png");
    width: 5.867vw;
    height: 2.933vw;
    bottom: -4.533vw;
  }
}
.fe01 .list02 li:nth-child(1)::before {
  background-image: url("../img/fe01_num01.png");
}
.fe01 .list02 li:nth-child(2)::before {
  background-image: url("../img/fe01_num02.png");
}
.fe01 .list02 li:nth-child(3)::before {
  background-image: url("../img/fe01_num03.png");
}
.fe01 .list02 li:nth-child(4)::before {
  background-image: url("../img/fe01_num04.png");
}
.fe01 .list02 li:nth-child(4)::after {
  content: none;
}

.automix {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .automix {
    margin-left: 3em;
  }
}
@media only screen and (max-width: 768px) {
  .automix {
    margin-left: 0vw;
  }
}
.automix .txt08 {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .automix .txt08 {
    align-items: flex-end;
    margin-top: 8.75em;
  }
}
@media only screen and (max-width: 768px) {
  .automix .txt08 {
    flex-direction: column;
    position: relative;
    top: -2.667vw;
    margin-bottom: -2.667vw;
  }
}
.automix .txt08 h1 {
  color: #1b243f;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .automix .txt08 h1 {
    font-size: 2.625em;
    letter-spacing: 0.024em;
  }
}
@media only screen and (max-width: 768px) {
  .automix .txt08 h1 {
    font-size: 7.467vw;
    letter-spacing: 0.133vw;
  }
}
.automix .txt08 h2 {
  color: #9a8b38;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .automix .txt08 h2 {
    font-size: 1.563em;
    letter-spacing: 0.04em;
  }
}
@media only screen and (max-width: 768px) {
  .automix .txt08 h2 {
    font-size: 4.8vw;
    letter-spacing: 0.133vw;
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  .automix .txt09 {
    margin-top: 4.063em;
    margin-left: 2.125em;
  }
}
@media only screen and (max-width: 768px) {
  .automix .txt09 {
    margin-top: 10.133vw;
    margin-left: 4vw;
  }
}
.automix .txt09 p {
  color: #1b243f;
}
@media only screen and (min-width: 769px) {
  .automix .txt09 p {
    font-size: 1.125em;
    line-height: 2.375em;
    margin-bottom: 0.485em;
  }
}
@media only screen and (max-width: 768px) {
  .automix .txt09 p {
    font-size: 3.467vw;
    line-height: 6.4vw;
    margin-bottom: 4vw;
  }
}
.automix .el03 {
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .automix .el03 {
    width: 69.063em;
    top: -10.625em;
    left: -0.188em;
  }
}
@media only screen and (max-width: 768px) {
  .automix .el03 {
    width: 94.667vw;
    top: -30.667vw;
    right: -5.333vw;
  }
}

@media only screen and (min-width: 769px) {
  .fe02 {
    background: url("../img/fe02_bg.jpg") no-repeat 50% 0%, #f3f5f8;
    background-size: 125em auto;
    padding-bottom: 6.438em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 {
    background: #f3f5f8;
    padding-bottom: 12vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe02 .inner_ctx {
    padding: 0 3.125em;
  }
}
.fe02 .txt01 {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .fe02 .txt01 {
    gap: 1.688em;
    padding-top: 2.5em;
    letter-spacing: 0.125em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .txt01 {
    align-items: flex-start;
    flex-direction: column;
    gap: 3.867vw;
  }
}
.fe02 .txt01 h1 {
  color: #1b243f;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .fe02 .txt01 h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .txt01 h1 {
    font-size: 7.467vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe02 .txt01 img {
    width: 23.125em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .txt01 img {
    width: 65.6vw;
    padding-left: 1.067vw;
  }
}
.fe02 .tit {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .fe02 .tit {
    gap: 0.625em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .tit {
    align-self: flex-start;
    padding-left: 4.267vw;
    gap: 1.333vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe02 .tit img {
    width: 4.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .tit img {
    width: 13.333vw;
  }
}
.fe02 .tit h2 {
  color: #4a6d9f;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .fe02 .tit h2 {
    font-size: 1.625em;
    line-height: 1.538em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .tit h2 {
    font-size: 4.933vw;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) {
  .fe02 .des {
    font-size: 1.125em;
    line-height: 1.778em;
    width: 23.333em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .des {
    font-size: 3.467vw;
    line-height: 6.133vw;
    width: 66.667vw;
  }
}
.fe02 .ctx01 {
  display: flex;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx01 {
    justify-content: center;
    background: url("../img/fe02_ctx01_bg.png") no-repeat 50% 0%;
    background-size: 62.5em 17em;
    width: 62.5em;
    height: 17em;
    border-radius: 0.875em;
    margin-top: 2.188em;
    padding-top: 1.688em;
    gap: 5.75em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx01 {
    flex-direction: column;
    background: url("../img/fe02_ctx01_bg_sp.png") no-repeat 50% 0;
    background-size: 84vw 146.667vw;
    width: 84vw;
    height: 146.667vw;
    border-radius: 2.667vw;
    margin-top: 6.133vw;
    padding-top: 5.333vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx01 .el {
    width: 26.625em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx01 .el {
    width: 53.333vw;
    margin-top: 4.4vw;
  }
}
.fe02 .ctx_col {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx_col {
    gap: 1.875em;
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx_col {
    flex-direction: column;
    gap: 5.867vw;
    margin-top: 5.867vw;
  }
}
.fe02 .ctx02 {
  display: flex;
  margin: auto;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx02 {
    background: url("../img/fe02_ctx0205_bg.png") no-repeat 50% 0%;
    background-size: 30.313em 22.625em;
    width: 30.313em;
    height: 22.625em;
    border-radius: 0.875em;
    padding: 1.25em 1.875em 0;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx02 {
    background: url("../img/fe02_ctx02_bg_sp.png") no-repeat 50% 0;
    background-size: 84vw 72.8vw;
    width: 84vw;
    height: 72.8vw;
    border-radius: 2.667vw;
    padding-top: 5.867vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx02 .el {
    width: 26.625em;
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx02 .el {
    width: 72vw;
    margin: 3.067vw 0 4.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx02 .tit h2 {
    font-size: 4.667vw;
  }
}
.fe02 .ctx03 {
  display: flex;
  margin: auto;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx03 {
    background: url("../img/fe02_ctx0205_bg.png") no-repeat 50% 0%;
    background-size: 30.313em 22.625em;
    width: 30.313em;
    height: 22.625em;
    border-radius: 0.875em;
    padding: 1.25em 1.875em 0;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx03 {
    background: url("../img/fe02_ctx03_bg_sp.png") no-repeat 50% 0;
    background-size: 84vw 124.8vw;
    width: 84vw;
    height: 124.8vw;
    border-radius: 2.667vw;
    padding-top: 5.867vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx03 .el {
    width: 26.625em;
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx03 .el {
    width: 53.333vw;
    margin: 1.867vw 0 4.4vw;
  }
}
.fe02 .ctx04 {
  display: flex;
  margin: auto;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx04 {
    background: url("../img/fe02_ctx0205_bg.png") no-repeat 50% 0%;
    background-size: 30.313em 22.625em;
    width: 30.313em;
    height: 22.625em;
    border-radius: 0.875em;
    padding: 1.25em 1.875em 0;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx04 {
    background: url("../img/fe02_ctx04_bg_sp.png") no-repeat 50% 0;
    background-size: 84vw 80.8vw;
    width: 84vw;
    height: 80.8vw;
    border-radius: 2.667vw;
    padding-top: 5.867vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx04 .el {
    width: 26.625em;
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx04 .el {
    width: 72vw;
    margin: 3.067vw 0 4.4vw;
  }
}
.fe02 .ctx05 {
  display: flex;
  margin: auto;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx05 {
    background: url("../img/fe02_ctx0205_bg.png") no-repeat 50% 0%;
    background-size: 30.313em 22.625em;
    width: 30.313em;
    height: 22.625em;
    border-radius: 0.875em;
    padding: 1.25em 1.875em 0;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx05 {
    background: url("../img/fe02_ctx05_bg_sp.png") no-repeat 50% 0;
    background-size: 84vw 87.467vw;
    width: 84vw;
    height: 87.467vw;
    border-radius: 2.667vw;
    padding-top: 5.867vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx05 .el {
    width: 26.625em;
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx05 .el {
    width: 72vw;
    margin: 1.867vw 0 4.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx05 .tit h2 {
    font-size: 4.667vw;
  }
}
.fe02 .ctx06 {
  display: flex;
  margin: auto;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx06 {
    background: url("../img/fe02_ctx06_bg.png") no-repeat 50% 0%;
    background-size: 62.5em 37em;
    width: 62.5em;
    height: 37em;
    border-radius: 0.875em;
    padding: 1.25em 1.875em 0;
    margin-top: 2.5em;
    gap: 2.75em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx06 {
    background: url("../img/fe02_ctx06_bg_sp.png") no-repeat 50% 0;
    background-size: 84vw 199.467vw;
    width: 84vw;
    height: 199.467vw;
    border-radius: 2.667vw;
    padding-top: 5.867vw;
    margin-top: 5.867vw;
    gap: 4.667vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx06 .el {
    width: 26.625em;
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx06 .el {
    width: 72vw;
    margin: 1.867vw 0 4.4vw;
  }
}
.fe02 .ctx06 .tit {
  align-self: flex-start;
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx06 .tit h2 {
    position: relative;
    top: 0.538em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx06 .tit h2 {
    font-size: 3.733vw;
    line-height: 5.867vw;
  }
}
.fe02 .layer {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .fe02 .layer {
    align-items: flex-start;
    gap: 1.875em;
    margin-bottom: 2.5em;
    padding-left: 0.938em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .layer {
    align-items: center;
    flex-direction: column;
    gap: 3.733vw;
    width: 73.333vw;
    margin-bottom: 4.533vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe02 .layer .icon {
    width: 9.438em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .layer .icon {
    width: 33.333vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe02 .layer .info {
    width: 46.313em;
  }
}
.fe02 .layer .info h1 {
  color: #ffffff;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .fe02 .layer .info h1 {
    font-size: 1.625em;
    width: 28.5em;
    padding: 0.346em 0 0.346em 1.115em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .layer .info h1 {
    font-size: 4.933vw;
    width: 73.333vw;
    padding: 1.733vw 3.467vw;
  }
}
.fe02 .layer .info h2 {
  color: #1b243f;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .fe02 .layer .info h2 {
    font-size: 1.25em;
    line-height: 1.8em;
    padding: 0.45em 0 0 1.35em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .layer .info h2 {
    font-size: 3.733vw;
    line-height: 6.4vw;
    padding: 1.733vw 3.467vw 0;
  }
}
.fe02 .layer .info h2 span {
  color: #9a8b38;
}
.fe02 .layer .info p {
  color: #1b243f;
}
@media only screen and (min-width: 769px) {
  .fe02 .layer .info p {
    font-size: 1.125em;
    line-height: 2em;
    padding-left: 1.35em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .layer .info p {
    font-size: 3.467vw;
    line-height: 6vw;
    padding: 0 3.467vw;
  }
}
.fe02 .layer:nth-child(1) .info h1 {
  background-color: #4a6d9f;
}
.fe02 .layer:nth-child(2) .info h1 {
  background-color: #6baab8;
}
.fe02 .ctx07 {
  display: flex;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx07 {
    justify-content: center;
    background: url("../img/fe02_ctx07_bg.png") no-repeat 50% 0%;
    background-size: 62.5em 12.625em;
    width: 62.5em;
    height: 12.625em;
    border-radius: 0.875em;
    margin-top: 2.5em;
    padding-top: 1.688em;
    gap: 4.75em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx07 {
    flex-direction: column;
    background: url("../img/fe02_ctx07_bg_sp.png") no-repeat 50% 0;
    background-size: 84vw 76.8vw;
    width: 84vw;
    height: 76.8vw;
    border-radius: 2.667vw;
    margin-top: 5.867vw;
    padding-top: 5.333vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx07 .des {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx07 .el {
    width: 26.625em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx07 .el {
    width: 72vw;
    margin-top: 4.4vw;
  }
}
.fe02 .ctx08 {
  display: flex;
  margin: auto;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx08 {
    background: url("../img/fe02_ctx08_bg.png") no-repeat 50% 0%;
    background-size: 62.5em 32.5em;
    width: 62.5em;
    height: 32.5em;
    border-radius: 0.875em;
    padding: 1.938em 2.188em 0;
    margin-top: 2.5em;
    gap: 1.875em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx08 {
    background: url("../img/fe02_ctx08_bg_sp.png") no-repeat 50% 0;
    background-size: 84vw 152vw;
    width: 84vw;
    height: 152vw;
    border-radius: 2.667vw;
    padding-top: 5.867vw;
    margin-top: 5.867vw;
    gap: 2.667vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx08 .tit {
    gap: 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx08 .tit {
    gap: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx08 .tit h2 {
    font-size: 4.933vw;
    line-height: 7.467vw;
  }
}
.fe02 .ctx08 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx08 .list {
    gap: 0.188em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx08 .list {
    gap: 1.333vw;
  }
}
.fe02 .ctx08 .list li {
  display: flex;
  flex-direction: column;
  width: 220px;
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx08 .list li {
    width: 13.75em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx08 .list li {
    width: 37.333vw;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx08 .list li:nth-child(3) .subdes, .fe02 .ctx08 .list li:nth-child(4) .subdes {
    height: 40vw;
  }
}
.fe02 .ctx08 .list .subtit {
  background-color: rgba(107, 170, 184, 0.7);
  color: #ffffff;
}
.fe02 .ctx08 .list .subtit p {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx08 .list .subtit p {
    font-size: 1.25em;
    line-height: 2.25em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx08 .list .subtit p {
    font-size: 3.867vw;
    line-height: 9.333vw;
  }
}
.fe02 .ctx08 .list .subdes {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(107, 170, 184, 0.2);
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx08 .list .subdes {
    width: 13.75em;
    height: 15.625em;
    padding-top: 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx08 .list .subdes {
    width: 37.333vw;
    height: 45.333vw;
    padding-top: 2.667vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx08 .list .subdes img {
    width: 12.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx08 .list .subdes img {
    width: 32vw;
  }
}
.fe02 .ctx08 .list .subdes p {
  color: #1b243f;
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx08 .list .subdes p {
    font-size: 1em;
    width: 11.25em;
    line-height: 1.75em;
    margin-top: 0.75em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx08 .list .subdes p {
    font-size: 3.2vw;
    width: 32vw;
    line-height: 5.067vw;
    margin-top: 1.333vw;
    letter-spacing: 0.133vw;
  }
}
.fe02 .ctx08 .note {
  color: #1b243f;
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .fe02 .ctx08 .note {
    text-align: center;
    font-size: 1.125em;
    line-height: 1.778em;
    margin-top: 0.667em;
  }
}
@media only screen and (max-width: 768px) {
  .fe02 .ctx08 .note {
    width: 76.267vw;
    font-size: 3.467vw;
    line-height: 6.133vw;
    margin-top: 2.933vw;
  }
}

@media only screen and (min-width: 769px) {
  .fe03 {
    background: url("../img/fe03_bg.jpg") no-repeat 50% 0%;
    background-size: 125em auto;
    height: 109.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe03 {
    background: url("../img/fe03_bg_sp.jpg") no-repeat 50% 0%, #dadbdb;
    background-size: 100vw 485.6vw;
    height: auto;
  }
}
.fe03 .ctx01 {
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media only screen and (min-width: 769px) {
  .fe03 .ctx01 {
    justify-content: center;
    background: url("../img/fe03_ctx01_bg.png") no-repeat 50% 0%;
    background-size: 68.75em 72.375em;
    width: 68.75em;
    height: 72.375em;
    border-radius: 0.875em;
  }
}
@media only screen and (max-width: 768px) {
  .fe03 .ctx01 {
    flex-direction: column;
    background: #fff;
    width: 89.333vw;
    height: auto;
    border-radius: 2.667vw;
    border: solid 1vw rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 1vw #fff;
    background-clip: padding-box;
    position: relative;
  }
}
.fe03 .txt01 {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .fe03 .txt01 {
    font-size: 2.063em;
    padding-top: 0.455em;
  }
}
@media only screen and (max-width: 768px) {
  .fe03 .txt01 {
    font-size: 6.133vw;
    padding-top: 2.667vw;
    background: url("../img/fe03_ctx01_tit_bg_sp.png") no-repeat 50% 0;
    background-size: 77.6vw 12vw;
    width: 77.6vw;
    height: 12vw;
    position: absolute;
    top: -1.5vw;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.fe03 .col {
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .fe03 .col {
    width: 62.563em;
    gap: 2.5em;
    margin-top: 3.438em;
  }
}
@media only screen and (max-width: 768px) {
  .fe03 .col {
    width: 80vw;
    gap: 9.333vw;
    margin-top: 16vw;
    margin-bottom: 8vw;
  }
}
.fe03 .grid h2 {
  color: #7690b9;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .fe03 .grid h2 {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  .fe03 .grid h2 {
    font-size: 3.6vw;
    line-height: 6.133vw;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 769px) {
  .fe03 .grid img {
    width: 62.5em;
    margin-top: 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  .fe03 .grid img {
    width: 80vw;
    margin-top: 4vw;
  }
}
.fe03 .ctx02 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .fe03 .ctx02 {
    margin: 15.625em auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .fe03 .ctx02 {
    background: url("../img/fe03_ctx02_bg_sp.png") no-repeat 50% 0;
    background-size: 100vw 136.667vw;
    height: 136.667vw;
    width: 100vw;
    margin: 14.667vw 0 0 -5.333%;
    padding-top: 26vw;
    padding-right: 5.333vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe03 .txt02 {
    width: 34.188em;
  }
}
@media only screen and (max-width: 768px) {
  .fe03 .txt02 {
    width: 73.067vw;
  }
}
.fe03 .list {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .fe03 .list {
    gap: 0.5em;
    margin: 2.5em auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .fe03 .list {
    flex-wrap: wrap;
    gap: 1.6vw;
    margin: 6.667vw 0 0;
  }
}
.fe03 .list li {
  color: #fff;
  display: inline-block;
  background-color: #9a8b38;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .fe03 .list li {
    font-size: 1.125em;
    padding: 0.444em 1.111em;
  }
}
@media only screen and (max-width: 768px) {
  .fe03 .list li {
    font-size: 3.733vw;
    padding: 1.6vw 4vw;
  }
}
.fe03 .txt03 {
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .fe03 .txt03 {
    font-size: 1.125em;
    line-height: 2.111em;
    margin: 1.667em auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .fe03 .txt03 {
    white-space: nowrap;
    font-size: 3.467vw;
    line-height: 7.467vw;
    margin: 8vw 0 0;
  }
}

@media only screen and (min-width: 769px) {
  .fe04 {
    background: url("../img/fe04_bg.jpg") no-repeat 50% 0%, #fff;
    background-size: 125em 59.813em, auto;
    padding-bottom: 3.75em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 {
    background: url("../img/fe04_bg_sp.jpg") no-repeat 50% 0, #fff;
    background-size: 100vw 181.867vw, auto;
    padding-top: 56vw;
    padding-bottom: 14.667vw;
    margin-top: -69.333vw;
  }
}
.fe04 .txt01 {
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .fe04 .txt01 {
    width: 9em;
    padding-top: 2.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .txt01 {
    width: 25.067vw;
    padding-top: 24vw;
  }
}
.fe04 .ctx01 {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .fe04 .ctx01 {
    gap: 2.813em;
    padding-top: 2.375em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .ctx01 {
    flex-direction: column;
    gap: 7.067vw;
    margin-top: 5.867vw;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .grid {
    margin: auto;
    width: 84vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe04 .el01 {
    width: 28.125em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .el01 {
    width: 78.667vw;
    margin-left: 2.4vw;
  }
}
.fe04 .el03 {
  display: flex;
  margin: auto;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .fe04 .el03 {
    width: 26em;
    top: -0.625em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .el03 {
    width: 84vw;
    top: -4vw;
  }
}
.fe04 .el03 p {
  color: #4d4d4d;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .fe04 .el03 p {
    font-size: 0.813em;
    line-height: 1.846em;
    width: 29.231em;
    padding-top: 1.846em;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .el03 p {
    font-size: 2.933vw;
    line-height: 5.067vw;
    width: 72vw;
    padding-top: 7.333vw;
  }
}
.fe04 .el03::before, .fe04 .el03::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .fe04 .el03::before, .fe04 .el03::after {
    background-image: url("../img/fe04_line.png");
    width: 1.063em;
    height: 6.875em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .el03::before, .fe04 .el03::after {
    background-image: url("../img/fe04_line_sp.png");
    width: 3.467vw;
    height: 31.467vw;
  }
}
.fe04 .el03::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media only screen and (min-width: 769px) {
  .fe04 .txt02 {
    width: 30.125em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .txt02 {
    width: 83.2vw;
  }
}
.fe04 .txt03 {
  color: #a4903d;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .fe04 .txt03 {
    font-size: 1.5em;
    line-height: 1.583em;
    margin-top: 1.667em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .txt03 {
    font-size: 4.133vw;
    line-height: 6.533vw;
    margin-top: 6.667vw;
    letter-spacing: -0.133vw;
  }
}
.fe04 .txt04 {
  display: inline-block;
  color: #fff;
  background-color: #a4903d;
}
@media only screen and (min-width: 769px) {
  .fe04 .txt04 {
    font-size: 2.375em;
    padding: 0.211em 0.342em;
    margin-top: 0.658em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .txt04 {
    display: inline-block;
    font-size: 7.067vw;
    padding: 1.467vw 2.4vw;
    margin-top: 4.533vw;
  }
}
.fe04 .txt05 {
  color: #4d4d4d;
}
@media only screen and (min-width: 769px) {
  .fe04 .txt05 {
    font-size: 1.125em;
    width: 29.444em;
    line-height: 2.111em;
    margin-top: 1.389em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .txt05 {
    font-size: 3.467vw;
    line-height: 7.467vw;
    margin-top: 3.467vw;
    letter-spacing: 0vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe04 .el02 {
    width: 32.625em;
    margin: 3.188em 0 3.813em 18.938em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .el02 {
    width: 90.267vw;
    margin: 1.333vw 0 0 1.333vw;
  }
}
.fe04 .ctx02 {
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .fe04 .ctx02 {
    background: url("../img/fe04_ctx02_bg.png") no-repeat 50% 0%;
    background-size: 72.875em 32.563em;
    width: 72.875em;
    height: 32.563em;
    border-radius: 0.875em;
    margin-top: 4.375em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .ctx02 {
    background: url("../img/fe04_ctx02_bg_sp.png") no-repeat 50% 0;
    background-size: 89.333vw 320vw;
    width: 89.333vw;
    height: 320vw;
    border-radius: 2.667vw;
    margin-top: 10.667vw;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
}
.fe04 .txt06 {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .fe04 .txt06 {
    font-size: 2.063em;
    padding-top: 0.788em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .txt06 {
    font-size: 5.067vw;
    line-height: 7.2vw;
    padding-top: 2.4vw;
  }
}
.fe04 .list01 {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .fe04 .list01 {
    gap: 1.875em;
    padding-top: 2.875em;
    padding-left: 16.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .list01 {
    flex-wrap: wrap;
    gap: 2.667vw;
    padding-top: 7.467vw;
    padding-left: 7.733vw;
  }
}
.fe04 .list01 li {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .fe04 .list01 li {
    gap: 0.625em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .list01 li {
    gap: 1.333vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe04 .list01 li:nth-child(1) img {
    width: 1.188em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .list01 li:nth-child(1) img {
    width: 3.2vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe04 .list01 li:nth-child(2) img, .fe04 .list01 li:nth-child(3) img {
    width: 0.938em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .list01 li:nth-child(2) img, .fe04 .list01 li:nth-child(3) img {
    width: 2.8vw;
  }
}
.fe04 .list01 p {
  color: #1b243f;
}
@media only screen and (min-width: 769px) {
  .fe04 .list01 p {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .list01 p {
    font-size: 3.067vw;
  }
}
.fe04 .list02 {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .fe04 .list02 {
    justify-content: center;
    gap: 1.875em;
    margin-top: 1.875em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .list02 {
    flex-direction: column;
    align-items: center;
    gap: 12vw;
    margin-top: 10.667vw;
  }
}
.fe04 .list02 li {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .fe04 .list02 li {
    width: 14.125em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .list02 li {
    width: 61.333vw;
  }
}
.fe04 .list02 li img {
  box-shadow: rgba(86, 86, 86, 0.08) 2px 2px 11px 0px;
}
@media only screen and (min-width: 769px) {
  .fe04 .list02 li img {
    width: 14.125em;
    height: 9.875em;
    border-radius: 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .list02 li img {
    width: 61.333vw;
    height: 43.067vw;
    border-radius: 4vw;
  }
}
.fe04 .list02 li p {
  color: #1b243f;
}
@media only screen and (min-width: 769px) {
  .fe04 .list02 li p {
    font-size: 1.125em;
    line-height: 1.778em;
    margin-top: 1.222em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .list02 li p {
    font-size: 3.467vw;
    line-height: 6.133vw;
    margin-top: 3.2vw;
  }
}
.fe04 .list02 li p span {
  font-size: 80%;
}
.fe04 .list02 li::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .fe04 .list02 li::before {
    width: 2.25em;
    height: 2.25em;
    top: -1.125em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .list02 li::before {
    width: 9.867vw;
    height: 9.867vw;
    top: -4.933vw;
  }
}
.fe04 .list02 li::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .fe04 .list02 li::after {
    background-image: url("../img/fe01_el09.png");
    width: 0.813em;
    height: 1.5em;
    top: 4.313em;
    right: -1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .list02 li::after {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/fe01_el09_sp.png");
    width: 5.867vw;
    height: 2.933vw;
    bottom: -4.533vw;
  }
}
.fe04 .list02 li:nth-child(1)::before {
  background-image: url("../img/fe01_num01.png");
}
.fe04 .list02 li:nth-child(1) p {
  text-align: center;
}
.fe04 .list02 li:nth-child(2)::before {
  background-image: url("../img/fe01_num02.png");
}
.fe04 .list02 li:nth-child(3)::before {
  background-image: url("../img/fe01_num03.png");
}
.fe04 .list02 li:nth-child(4)::before {
  background-image: url("../img/fe01_num04.png");
}
.fe04 .list02 li:nth-child(4)::after {
  content: none;
}
.fe04 .mov {
  position: relative;
  color: #fff;
}
.fe04 .mov .img {
  position: absolute;
}
.fe04 .mov .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fe04 .mov .sub span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9A8B38;
}
.fe04 .mov .txt {
  text-align: center;
}
.fe04 .mov .tube {
  margin-inline: auto;
}
.fe04 .mov .tube iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fe04 .mov .note {
  width: fit-content;
  width: -moz-fit-content;
  margin-inline: auto;
}
@media only screen and (min-width: 769px) {
  .fe04 .mov {
    background: url(../img/mov2_bg.png) no-repeat center 0/100%;
    width: 72.875em;
    height: 47.75em;
    margin: 1.125em auto 0;
    padding: 4.375em 0 0;
  }
  .fe04 .mov .img {
    width: 10.063em;
    top: -0.938em;
    margin: 0 0 0 9.688em;
  }
  .fe04 .mov .sub {
    font-size: 2.063em;
    gap: 0.424em;
  }
  .fe04 .mov .sub span {
    width: 5.091em;
    height: 1.455em;
  }
  .fe04 .mov .txt {
    margin: 3.625em 0 2.75em;
  }
  .fe04 .mov .tube {
    width: 40em;
    height: 22.5em;
  }
  .fe04 .mov .note {
    font-size: 0.813em;
    line-height: 1.846em;
    margin-top: 1.231em;
  }
}
@media only screen and (max-width: 768px) {
  .fe04 .mov {
    background: url(../img/mov_bg_sp.png) no-repeat center 0/100%;
    width: 100vw;
    height: 141.2vw;
    margin: 10vw auto 0;
    padding: 21.333vw 0 0;
    z-index: 5;
  }
  .fe04 .mov .img {
    width: 24vw;
    top: -4.667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .fe04 .mov .sub {
    font-size: 6.133vw;
    gap: 1.867vw;
  }
  .fe04 .mov .sub span {
    width: 26vw;
    height: 7.333vw;
    display: block;
    padding-top: 0.267vw;
  }
  .fe04 .mov .txt {
    margin: 7.733vw 0 3.467vw;
    line-height: 6.4vw;
  }
  .fe04 .mov .tube {
    width: 76.8vw;
    height: 43.2vw;
  }
  .fe04 .mov .note {
    width: 66.667vw;
    font-size: 2.933vw;
    line-height: 5.067vw;
    margin-top: 4vw;
  }
}

@media only screen and (min-width: 769px) {
  .fe05 {
    background: url("../img/fe05_bg.jpg") no-repeat 50% 100%, #fff;
    background-size: 125em 70.438em, auto;
    padding-bottom: 7.188em;
  }
}
@media only screen and (max-width: 768px) {
  .fe05 {
    background: url("../img/fe05_bg_sp.jpg") no-repeat 50% 100%, #fff;
    background-size: 100vw 160vw, auto;
    padding-bottom: 21.733vw;
  }
}
.fe05 .txt01 {
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .fe05 .txt01 {
    width: 9em;
  }
}
@media only screen and (max-width: 768px) {
  .fe05 .txt01 {
    width: 25.067vw;
  }
}
.fe05 .ctx01 {
  position: relative;
  display: flex;
}
@media only screen and (min-width: 769px) {
  .fe05 .ctx01 {
    padding-top: 2.375em;
    margin-left: 3.125em;
  }
}
@media only screen and (max-width: 768px) {
  .fe05 .ctx01 {
    flex-direction: column;
    justify-content: center;
    gap: 12vw;
    margin-top: 5.867vw;
  }
}
@media only screen and (max-width: 768px) {
  .fe05 .grid {
    margin: auto;
    width: 84vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe05 .el01 {
    position: absolute;
    width: 38em;
    top: 6.25em;
    left: 37.313em;
  }
}
@media only screen and (max-width: 768px) {
  .fe05 .el01 {
    position: relative;
    width: 100vw;
    left: -5.333vw;
  }
}
@media only screen and (min-width: 769px) {
  .fe05 .txt02 {
    width: 33.25em;
  }
}
@media only screen and (max-width: 768px) {
  .fe05 .txt02 {
    width: 70.4vw;
  }
}
.fe05 .txt03 {
  color: #4d4d4d;
}
@media only screen and (min-width: 769px) {
  .fe05 .txt03 {
    font-size: 1.125em;
    line-height: 2.222em;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .fe05 .txt03 {
    font-size: 3.467vw;
    line-height: 7.467vw;
    margin-top: 6.667vw;
    letter-spacing: -0.133vw;
  }
}
.fe05 .txt03 b {
  font-weight: 500;
  color: #a4903d;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .fe05 .txt03 b {
    font-size: 1.333em;
    line-height: 1.667em;
    margin-top: 0.278em;
  }
}
.fe05 .txt04 {
  display: inline-block;
  color: #fff;
  background-color: #a4903d;
}
@media only screen and (min-width: 769px) {
  .fe05 .txt04 {
    font-size: 2.375em;
    padding: 0.211em 0.342em;
    margin-top: 0.342em;
  }
}
@media only screen and (max-width: 768px) {
  .fe05 .txt04 {
    text-align: center;
    font-size: 7.067vw;
    padding: 1.467vw 2.4vw;
    margin-top: 4.533vw;
  }
}
.fe05 .txt05 {
  color: #4d4d4d;
}
@media only screen and (min-width: 769px) {
  .fe05 .txt05 {
    font-size: 1.125em;
    line-height: 2.111em;
    margin-top: 1.111em;
  }
}
@media only screen and (max-width: 768px) {
  .fe05 .txt05 {
    font-size: 3.467vw;
    line-height: 7.467vw;
    margin-top: 3.467vw;
    letter-spacing: 0vw;
  }
}
.fe05 .ctx02 {
  margin: auto;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media only screen and (min-width: 769px) {
  .fe05 .ctx02 {
    background: url("../img/fe05_ctx02_bg.png") no-repeat 50% 0%;
    background-size: 68.75em 22.875em;
    width: 68.75em;
    height: 22.875em;
    border-radius: 0.875em;
    margin-top: 4.375em;
  }
}
@media only screen and (max-width: 768px) {
  .fe05 .ctx02 {
    background: url("../img/fe05_ctx02_bg_sp.png") no-repeat 50% 0;
    background-size: 89.333vw 110.667vw;
    width: 89.333vw;
    height: 110.667vw;
    border-radius: 2.667vw;
    margin: 1.067vw auto 0;
  }
}
.fe05 .txt06 {
  position: absolute;
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .fe05 .txt06 {
    font-size: 2em;
    top: 2.5em;
    left: 3.438em;
  }
}
@media only screen and (max-width: 768px) {
  .fe05 .txt06 {
    font-size: 6vw;
    line-height: 7.467vw;
    top: 12.533vw;
    left: 5.867vw;
  }
}
.fe05 .txt07 {
  position: absolute;
  color: #9a8b38;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .fe05 .txt07 {
    font-size: 1.375em;
    top: 6.409em;
    left: 6.364em;
  }
}
@media only screen and (max-width: 768px) {
  .fe05 .txt07 {
    font-size: 4vw;
    top: 33.2vw;
    left: 11.6vw;
  }
}
.fe05 .btn01 {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .fe05 .btn01 {
    width: 31.25em;
    top: 14.813em;
  }
}
@media only screen and (max-width: 768px) {
  .fe05 .btn01 {
    width: 74.667vw;
    top: 84.933vw;
  }
}
.fe05 .video iframe {
  display: block;
}
@media only screen and (min-width: 769px) {
  .fe05 .video iframe {
    width: 40em;
    height: 22.5em;
    margin: 4.375em auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .fe05 .video iframe {
    width: 90.533vw;
    height: 50.133vw;
    margin: 10vw auto 0;
  }
}

@media only screen and (min-width: 769px) {
  .usage {
    background: url("../img/usage_bg.jpg") no-repeat 50% 0%;
    background-size: 125em auto;
    height: 145.875em;
    padding-top: 6.188em;
  }
}
@media only screen and (max-width: 768px) {
  .usage {
    background: url("../img/usage_bg_sp.jpg") no-repeat center top;
    background-size: 100vw 100%;
    height: 664vw;
    padding-top: 16.667vw;
  }
}
.usage .txt01 {
  margin: auto;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  background-color: #333333;
}
@media only screen and (min-width: 769px) {
  .usage .txt01 {
    font-size: 1.625em;
    border-radius: 1.154em;
    width: 15.346em;
    padding: 0.192em 0 0.308em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .txt01 {
    font-size: 5.733vw;
    border-radius: 5.733vw;
    width: 86.667vw;
    padding: 1.333vw 0 2.133vw;
  }
}
.usage .txt02 {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .usage .txt02 {
    align-items: center;
    gap: 4em;
    padding-top: 2.375em;
    margin-left: 5.125em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .txt02 {
    flex-direction: column;
    gap: 4.533vw;
    padding-top: 6.267vw;
  }
}
.usage .txt02 h1 {
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .usage .txt02 h1 {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .txt02 h1 {
    font-size: 6.267vw;
    margin-left: 5.333vw;
  }
}
.usage .txt02 p {
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .usage .txt02 p {
    font-size: 1em;
    line-height: 2.375em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .txt02 p {
    font-size: 3.467vw;
    line-height: 6.133vw;
  }
}
.usage .ctx01 {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .usage .ctx01 {
    width: 46.375em;
    height: 3.75em;
    margin: 2.875em auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .usage .ctx01 {
    width: 84vw;
    height: 30.667vw;
    margin-top: 8.667vw;
  }
}
.usage .txt03 {
  display: flex;
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .usage .txt03 {
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .usage .txt03 {
    gap: 1.333vw;
  }
}
.usage .txt03 p {
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .usage .txt03 p {
    font-size: 1.125em;
    line-height: 1.778em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .txt03 p {
    white-space: nowrap;
    font-size: 4vw;
    line-height: 6.4vw;
  }
}
.usage .txt04 {
  position: absolute;
  color: #ffffff;
  bottom: 0;
}
@media only screen and (min-width: 769px) {
  .usage .txt04 {
    font-size: 0.625em;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .usage .txt04 {
    font-size: 2.667vw;
    left: 5.333vw;
  }
}
.usage .list01 {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .usage .list01 {
    justify-content: center;
    width: 46.375em;
    gap: 2.5em 2em;
    margin: 1.688em auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .usage .list01 {
    justify-content: space-between;
    width: 84.8vw;
    gap: 8vw 0;
    margin: 8vw auto 0;
  }
}
.usage .list01 li {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .usage .list01 li {
    width: 14.125em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .list01 li {
    width: 40vw;
  }
}
@media only screen and (min-width: 769px) {
  .usage .list01 li img {
    width: 14.125em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .list01 li img {
    width: 40vw;
  }
}
.usage .list01 li p {
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .usage .list01 li p {
    white-space: nowrap;
    font-size: 0.938em;
    line-height: 2em;
    margin-top: 0.8em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .list01 li p {
    font-size: 3.467vw;
    line-height: 6.133vw;
    margin-top: 2.133vw;
  }
}
.usage .list01 li::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .usage .list01 li::after {
    background-image: url("../img/usage_el01.png");
    width: 1.438em;
    height: 1.75em;
    top: 4.5em;
    right: -1.75em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .list01 li::after {
    background-image: url("../img/usage_el01.png");
    width: 5.467vw;
    height: 6.533vw;
    top: 12vw;
    right: -2.933vw;
  }
}
.usage .list01 li:last-child::after {
  content: none;
}
.usage .video iframe {
  display: block;
}
@media only screen and (min-width: 769px) {
  .usage .video iframe {
    width: 40em;
    height: 22.5em;
    margin: 5.625em auto 6.625em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .video iframe {
    width: 84.667vw;
    height: 47.733vw;
    aspect-ratio: 16/9;
    margin: 10.667vw auto 24vw;
  }
}
.usage .txt05 {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .usage .txt05 {
    align-items: center;
    gap: 4em;
    margin-left: 5.125em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .txt05 {
    position: relative;
    left: -5.333vw;
    width: 100vw;
    max-width: none;
    margin-bottom: -5vw;
    flex-direction: column;
    gap: 4.533vw;
    top: -4vw;
  }
}
.usage .txt05 h1 {
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .usage .txt05 h1 {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .txt05 h1 {
    font-size: 6.267vw;
    margin-left: 2.8vw;
  }
}
.usage .txt05 p {
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .usage .txt05 p {
    font-size: 1em;
    line-height: 2.375em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .txt05 p {
    font-size: 3.467vw;
    line-height: 6.133vw;
  }
}
@media only screen and (min-width: 769px) {
  .usage .ctx02 {
    margin: 3.438em 0 0 5.938em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .ctx02 {
    margin: 8vw 0 0 2.667vw;
  }
}
.usage .txt06 {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .usage .txt06 {
    gap: 0.438em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .txt06 {
    gap: 1.333vw;
  }
}
.usage .txt06 p {
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .usage .txt06 p {
    font-size: 1.125em;
    line-height: 1.778em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .txt06 p {
    font-size: 4vw;
    line-height: 6.4vw;
  }
}
.usage .list02 {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .usage .list02 {
    justify-content: flex-start;
    width: 57.5em;
    gap: 2.5em 2em;
    margin: 1.688em auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .usage .list02 {
    justify-content: space-between;
    width: 84.8vw;
    gap: 8vw 0;
    margin: 8vw auto 0;
  }
}
.usage .list02 li {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .usage .list02 li {
    width: 12.875em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .list02 li {
    width: 40vw;
  }
}
@media only screen and (min-width: 769px) {
  .usage .list02 li img {
    width: 12.875em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .list02 li img {
    width: 40vw;
  }
}
.usage .list02 li p {
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .usage .list02 li p {
    font-size: 1em;
    line-height: 1.875em;
    margin-top: 0.75em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .list02 li p {
    font-size: 3.467vw;
    line-height: 6.133vw;
    margin-top: 2.133vw;
  }
}
.usage .list02 li p span {
  font-size: 75%;
}
@media only screen and (max-width: 768px) {
  .usage .list02 li p span {
    display: inline-block;
    line-height: 5.067vw;
  }
}
.usage .list02 li::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .usage .list02 li::after {
    background-image: url("../img/usage_el01.png");
    width: 1.438em;
    height: 1.75em;
    top: 4.5em;
    right: -1.75em;
  }
}
@media only screen and (max-width: 768px) {
  .usage .list02 li::after {
    background-image: url("../img/usage_el01.png");
    width: 5.467vw;
    height: 6.533vw;
    top: 12vw;
    right: -2.933vw;
  }
}
.usage .list02 li:last-child::after {
  content: none;
}

@media only screen and (min-width: 769px) {
  .support {
    background: url("../img/support_bg.jpg") no-repeat 50% 0;
    background-size: 125em auto;
    height: 59.625em;
  }
}
@media only screen and (max-width: 768px) {
  .support {
    background: url("../img/support_bg_sp.jpg") no-repeat 50% 0;
    background-size: 100vw auto;
    height: 237.333vw;
  }
}
.support .txt01 {
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .support .txt01 {
    font-size: 1.75em;
    padding-top: 0.571em;
  }
}
@media only screen and (max-width: 768px) {
  .support .txt01 {
    font-size: 6.267vw;
    line-height: 9.333vw;
    padding-top: 4vw;
  }
}
.support .ctx01 {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .support .ctx01 {
    padding-top: 4.063em;
    margin-left: 19.875em;
  }
}
@media only screen and (max-width: 768px) {
  .support .ctx01 {
    padding-top: 10.133vw;
    margin-left: 25.333vw;
  }
}
.support .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .support .col {
    width: 21.25em;
    height: 16.75em;
    padding-top: 1.438em;
  }
}
@media only screen and (max-width: 768px) {
  .support .col {
    width: 45.333vw;
    height: 80vw;
    padding-top: 5.333vw;
  }
}
.support .col h1 {
  text-align: center;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .support .col h1 {
    font-size: 1.25em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .support .col h1 {
    font-size: 4.267vw;
    line-height: 6.667vw;
  }
}
.support .col p {
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #364f85;
}
@media only screen and (min-width: 769px) {
  .support .col p {
    font-size: 1em;
    width: 17.188em;
    padding: 0.5em 0 0.625em;
    border-radius: 3.125em;
  }
}
@media only screen and (max-width: 768px) {
  .support .col p {
    width: 26.667vw;
    font-size: 3.467vw;
    line-height: 5.067vw;
    padding: 2.4vw 0;
    border-radius: 6.667vw;
  }
}
.support .ctx02 {
  display: grid;
}
@media only screen and (min-width: 769px) {
  .support .ctx02 {
    grid-template-columns: 13.75em 21.25em 21.25em;
    margin-left: 6.188em;
    margin-top: 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  .support .ctx02 {
    grid-template-columns: 25.333vw 32.267vw 32.267vw;
    margin-top: 3.467vw;
  }
}
.support .ctx02 ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.support .ctx02 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .support .ctx02 ul li {
    height: 4.063em;
  }
}
@media only screen and (max-width: 768px) {
  .support .ctx02 ul li {
    height: 14.533vw;
  }
}
.support .ctx02 ul li p {
  color: #1b243f;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .support .ctx02 ul li p {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 768px) {
  .support .ctx02 ul li p {
    font-size: 3.733vw;
    line-height: 6.133vw;
  }
}
.support .ctx02 ul li p span {
  font-size: 60%;
}
.support .ctx02 ul li h2 {
  display: flex;
  align-items: center;
  color: #666666;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .support .ctx02 ul li h2 {
    font-size: 1.5em;
    gap: 0.333em;
  }
}
@media only screen and (max-width: 768px) {
  .support .ctx02 ul li h2 {
    font-size: 5.333vw;
    gap: 1.867vw;
  }
}
.support .ctx02 ul li h2::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .support .ctx02 ul li h2::before {
    background-image: url("../img/support_el01.png");
    width: 1.167em;
    height: 1.125em;
  }
}
@media only screen and (max-width: 768px) {
  .support .ctx02 ul li h2::before {
    position: relative;
    top: 0.4vw;
    background-image: url("../img/support_el01_sp.png");
    width: 6.267vw;
    height: 6vw;
  }
}
.support .ctx02 ul li b {
  background-color: #666666;
}
@media only screen and (min-width: 769px) {
  .support .ctx02 ul li b {
    width: 1.313em;
    height: 0.125em;
  }
}
@media only screen and (max-width: 768px) {
  .support .ctx02 ul li b {
    width: 4.8vw;
    height: 0.533vw;
  }
}
@media only screen and (max-width: 768px) {
  .support .ctx02 ul li:nth-of-type(1) p {
    line-height: 4vw;
  }
}

@media only screen and (min-width: 769px) {
  .series {
    background: url("../img/series_bg.jpg") no-repeat 50% 0, #fff;
    background-size: 125em 58.75em, auto;
    padding-bottom: 7.188em;
  }
}
@media only screen and (max-width: 768px) {
  .series {
    background-color: #fff;
    padding-bottom: 17.333vw;
  }
}
.series .inner_ctx {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .series .inner_ctx {
    padding: 0;
  }
}
.series .txt01 {
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .series .txt01 {
    width: 48.125em;
    padding-top: 4.375em;
  }
}
@media only screen and (max-width: 768px) {
  .series .txt01 {
    width: 87.2vw;
    padding-top: 12.667vw;
  }
}
@media only screen and (min-width: 769px) {
  .series .txt02 {
    background: url("../img/series_ibg01.png") no-repeat top center;
    background-size: 62.5em 2.688em;
    width: 62.5em;
    height: 2.688em;
    margin-top: 1.875em;
  }
}
@media only screen and (max-width: 768px) {
  .series .txt02 {
    background: url("../img/series_ibg01_sp.png") no-repeat top center;
    background-size: 94.667vw 8vw;
    width: 94.667vw;
    height: 8vw;
    margin-left: 5.333vw;
    margin-top: 8vw;
  }
}
.series .txt02 h1 {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .series .txt02 h1 {
    font-size: 1.625em;
    margin-left: 0.885em;
    height: 1.654em;
  }
}
@media only screen and (max-width: 768px) {
  .series .txt02 h1 {
    font-size: 4.8vw;
    height: 8vw;
    margin-left: 4vw;
  }
}
.series .ctx01 {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .series .ctx01 {
    gap: 1.875em;
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx01 {
    flex-direction: column;
    gap: 1.6vw;
    margin-top: 5.333vw;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx01 .grid {
    width: 89.333vw;
  }
}
@media only screen and (min-width: 769px) {
  .series .ctx01 .img {
    width: 30.313em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx01 .img {
    width: 89.333vw;
  }
}
.series .ctx01 .txt {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .series .ctx01 .txt {
    align-items: center;
    gap: 0.375em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx01 .txt {
    align-items: flex-start;
    gap: 1.6vw;
    margin-top: 1.6vw;
  }
}
@media only screen and (min-width: 769px) {
  .series .ctx01 .txt img {
    width: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx01 .txt img {
    position: relative;
    top: 0.8vw;
    width: 5.333vw;
  }
}
.series .ctx01 .txt p {
  font-weight: 700;
  color: #9a8b38;
}
@media only screen and (min-width: 769px) {
  .series .ctx01 .txt p {
    font-size: 1.375em;
    line-height: 1.364em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx01 .txt p {
    font-size: 4.8vw;
    line-height: 6.667vw;
  }
}
.series .ctx01 .note {
  font-weight: 700;
  color: #1b243f;
}
@media only screen and (min-width: 769px) {
  .series .ctx01 .note {
    font-size: 1.125em;
    width: 26.944em;
    margin: 1em 0 0;
    padding-bottom: 1em;
    border-bottom: 0.167em dotted #989898;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx01 .note {
    font-size: 4vw;
    width: 89.333vw;
    margin: 4.8vw 0 0;
    padding-bottom: 4vw;
    border-bottom: 0.4vw dotted #989898;
  }
}
@media only screen and (min-width: 769px) {
  .series .ctx01 .list {
    margin-top: 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx01 .list {
    margin-top: 4vw;
  }
}
.series .ctx01 .list li {
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (min-width: 769px) {
  .series .ctx01 .list li {
    font-size: 1em;
    line-height: 1.875em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx01 .list li {
    font-size: 3.467vw;
    line-height: 6.667vw;
  }
}
@media only screen and (min-width: 769px) {
  .series .txt03 {
    background: url("../img/series_ibg02.png") no-repeat top center;
    background-size: 62.5em 2.688em;
    width: 62.5em;
    height: 2.688em;
    margin-top: 5em;
  }
}
@media only screen and (max-width: 768px) {
  .series .txt03 {
    background: url("../img/series_ibg02_sp.png") no-repeat top center;
    background-size: 94.667vw 8vw;
    width: 94.667vw;
    height: 8vw;
    margin-left: 5.333vw;
    margin-top: 12vw;
  }
}
.series .txt03 h1 {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .series .txt03 h1 {
    font-size: 1.625em;
    margin-left: 0.885em;
    height: 1.654em;
  }
}
@media only screen and (max-width: 768px) {
  .series .txt03 h1 {
    font-size: 4.8vw;
    height: 8vw;
    margin-left: 4vw;
  }
}
.series .col01 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .series .col01 {
    width: 62.5em;
  }
}
@media only screen and (max-width: 768px) {
  .series .col01 {
    flex-direction: column;
    width: 90.667vw;
    gap: 6.667vw;
  }
}
.series .col02 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .series .col02 {
    width: 62.5em;
  }
}
@media only screen and (max-width: 768px) {
  .series .col02 {
    flex-direction: column;
    width: 90.667vw;
    gap: 6.667vw;
    margin-top: 6.667vw;
  }
}
.series .ctx02 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .series .ctx02 {
    gap: 1.875em;
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx02 {
    flex-direction: column;
    gap: 1.6vw;
    margin-top: 5.333vw;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx02 .grid {
    width: 89.333vw;
  }
}
@media only screen and (min-width: 769px) {
  .series .ctx02 .img {
    width: 30.313em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx02 .img {
    width: 89.333vw;
  }
}
.series .ctx02 .txt {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .series .ctx02 .txt {
    align-items: center;
    gap: 0.375em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx02 .txt {
    align-items: flex-start;
    gap: 1.6vw;
    margin-top: 1.6vw;
  }
}
@media only screen and (min-width: 769px) {
  .series .ctx02 .txt img {
    width: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx02 .txt img {
    position: relative;
    top: 0.8vw;
    width: 5.333vw;
  }
}
.series .ctx02 .txt p {
  font-weight: 700;
  color: #9a8b38;
}
@media only screen and (min-width: 769px) {
  .series .ctx02 .txt p {
    font-size: 1.375em;
    line-height: 1.364em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx02 .txt p {
    font-size: 4.8vw;
    line-height: 6.667vw;
  }
}
.series .ctx02 .note {
  font-weight: 700;
  color: #1b243f;
}
@media only screen and (min-width: 769px) {
  .series .ctx02 .note {
    font-size: 1.125em;
    width: 26.944em;
    margin: 1em 0 0;
    padding-bottom: 1em;
    border-bottom: 0.167em dotted #989898;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx02 .note {
    font-size: 4vw;
    width: 89.333vw;
    margin: 4.8vw 0 0;
    padding-bottom: 4vw;
    border-bottom: 0.4vw dotted #989898;
  }
}
@media only screen and (min-width: 769px) {
  .series .ctx02 .list {
    margin-top: 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx02 .list {
    margin-top: 4vw;
  }
}
.series .ctx02 .list li {
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (min-width: 769px) {
  .series .ctx02 .list li {
    font-size: 1em;
    line-height: 1.875em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx02 .list li {
    font-size: 3.467vw;
    line-height: 6.667vw;
  }
}
@media only screen and (min-width: 769px) {
  .series .ctx02 .list01 {
    padding-bottom: 1.25em;
    border-bottom: 0.188em dotted #989898;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx02 .list01 {
    padding-bottom: 4vw;
    border-bottom: 0.4vw dotted #989898;
  }
}
@media only screen and (min-width: 769px) {
  .series .ctx02 .tone {
    width: 22.563em;
    margin-top: 1.563em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx02 .tone {
    width: 80.4vw;
    margin-top: 7.2vw;
  }
}
.series .ctx02 .tone p {
  display: inline-block;
  color: #1b243f;
  background-color: #f6edc9;
}
@media only screen and (min-width: 769px) {
  .series .ctx02 .tone p {
    font-size: 1em;
    padding: 0.438em 0.625em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx02 .tone p {
    font-size: 3.467vw;
    padding: 1.333vw 2.4vw 1.6vw;
  }
}
@media only screen and (min-width: 769px) {
  .series .ctx02 .tone img {
    margin-top: 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  .series .ctx02 .tone img {
    margin-top: 7.2vw;
  }
}
@media only screen and (min-width: 769px) {
  .series .txt04 {
    background: url("../img/series_ibg03.png") no-repeat top center;
    background-size: 62.5em 2.688em;
    width: 62.5em;
    height: 2.688em;
    margin-top: 5em;
  }
}
@media only screen and (max-width: 768px) {
  .series .txt04 {
    background: url("../img/series_ibg03_sp.png") no-repeat top center;
    background-size: 94.667vw 8vw;
    width: 94.667vw;
    height: 8vw;
    margin-left: 5.333vw;
    margin-top: 12vw;
  }
}
.series .txt04 h1 {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .series .txt04 h1 {
    font-size: 1.625em;
    margin-left: 0.885em;
    height: 1.654em;
  }
}
@media only screen and (max-width: 768px) {
  .series .txt04 h1 {
    font-size: 4.8vw;
    height: 8vw;
    margin-left: 4vw;
  }
}

@media only screen and (min-width: 769px) {
  .product {
    background: url("../img/series_bg.jpg") no-repeat 50% 0, #fff;
    background-size: 125em 58.75em, auto;
  }
}
@media only screen and (max-width: 768px) {
  .product {
    background-color: #fff;
  }
}
.product .manual .inner_ctx {
  background-color: #f8f6e7;
}
@media only screen and (min-width: 769px) {
  .product .manual .inner_ctx {
    padding: 3.125em 3.125em;
  }
}
@media only screen and (max-width: 768px) {
  .product .manual .inner_ctx {
    padding: 9.333vw 0 12.667vw;
  }
}
.product .manual .txt01 {
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .product .manual .txt01 {
    width: 16.438em;
  }
}
@media only screen and (max-width: 768px) {
  .product .manual .txt01 {
    width: 47.2vw;
  }
}
.product .manual .list {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .product .manual .list {
    gap: 4.688em;
    padding-top: 1.563em;
  }
}
@media only screen and (max-width: 768px) {
  .product .manual .list {
    flex-direction: column;
    gap: 12vw;
    padding-top: 6.267vw;
  }
}
.product .manual .list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .product .manual .list li {
    gap: 3.125em;
  }
}
@media only screen and (max-width: 768px) {
  .product .manual .list li {
    gap: 3.6vw;
  }
}
.product .manual .cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .product .manual .cat {
    height: 16.25em;
  }
}
@media only screen and (max-width: 768px) {
  .product .manual .cat {
    height: 48vw;
  }
}
@media only screen and (min-width: 769px) {
  .product .manual .cat.cat01 {
    width: 11.438em;
  }
}
@media only screen and (max-width: 768px) {
  .product .manual .cat.cat01 {
    width: 33.733vw;
  }
}
@media only screen and (min-width: 769px) {
  .product .manual .cat.cat02 {
    width: 17.5em;
  }
}
@media only screen and (max-width: 768px) {
  .product .manual .cat.cat02 {
    width: 51.467vw;
  }
}
@media only screen and (min-width: 769px) {
  .product .manual .btn {
    width: 23.75em;
  }
}
@media only screen and (max-width: 768px) {
  .product .manual .btn {
    width: 80vw;
  }
}
@media only screen and (min-width: 769px) {
  .product .literature .inner_ctx {
    padding: 5.625em 3.125em 1.875em;
  }
}
@media only screen and (max-width: 768px) {
  .product .literature .inner_ctx {
    padding: 10.667vw 0 6.667vw;
  }
}
.product .literature .txt01 {
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .product .literature .txt01 {
    width: 24em;
  }
}
@media only screen and (max-width: 768px) {
  .product .literature .txt01 {
    width: 65.2vw;
  }
}
.product .literature .grid {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .product .literature .grid {
    padding-top: 3.438em;
  }
}
@media only screen and (max-width: 768px) {
  .product .literature .grid {
    align-items: center;
    flex-direction: column;
    gap: 7.2vw;
    padding-top: 7.333vw;
  }
}
@media only screen and (min-width: 769px) {
  .product .literature .grid .ava {
    width: 20.938em;
  }
}
@media only screen and (max-width: 768px) {
  .product .literature .grid .ava {
    width: 56vw;
  }
}
@media only screen and (min-width: 769px) {
  .product .literature .grid .info {
    width: 39.063em;
  }
}
@media only screen and (max-width: 768px) {
  .product .literature .grid .info {
    width: 89.333vw;
  }
}
.product .literature .grid .txt02 {
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 769px) {
  .product .literature .grid .txt02 {
    gap: 0.313em;
    padding-bottom: 1.375em;
  }
}
@media only screen and (max-width: 768px) {
  .product .literature .grid .txt02 {
    gap: 0.267vw;
    padding-bottom: 6.667vw;
    white-space: nowrap;
  }
}
.product .literature .grid .txt02 img {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .product .literature .grid .txt02 img {
    width: 1.5em;
    top: 0.313em;
  }
}
@media only screen and (max-width: 768px) {
  .product .literature .grid .txt02 img {
    width: 5.333vw;
    top: 0.667vw;
  }
}
.product .literature .grid .txt02 p {
  font-weight: 700;
  display: inline-block;
  color: #9a8b38;
}
@media only screen and (min-width: 769px) {
  .product .literature .grid .txt02 p {
    font-size: 1.375em;
    line-height: 1.682em;
  }
}
@media only screen and (max-width: 768px) {
  .product .literature .grid .txt02 p {
    font-size: 4.8vw;
    line-height: 6.667vw;
  }
}
.product .literature .grid .txt02 p span {
  color: #1b243f;
  font-weight: 500;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .product .literature .grid .txt02 p span {
    font-size: 90%;
    line-height: 1.682em;
    padding-left: 0.682em;
  }
}
@media only screen and (max-width: 768px) {
  .product .literature .grid .txt02 p span {
    font-size: 90%;
    margin-top: 4vw;
    padding-left: 4vw;
    line-height: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  .product .literature .grid .txt03 {
    padding-top: 1.375em;
    border-top: 0.125em dotted #989898;
  }
}
@media only screen and (max-width: 768px) {
  .product .literature .grid .txt03 {
    padding-top: 6.667vw;
    border-top: 0.533vw dotted #989898;
  }
}
.product .literature .grid .txt03 p {
  color: #1b243f;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .product .literature .grid .txt03 p {
    font-size: 1.125em;
    line-height: 1.778em;
    padding-left: 2.333em;
  }
}
@media only screen and (max-width: 768px) {
  .product .literature .grid .txt03 p {
    font-size: 3.733vw;
    line-height: 6.667vw;
    padding-left: 7.2vw;
  }
}
.product .literature .btn {
  text-align: center;
  display: block;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .product .literature .btn {
    width: 31.25em;
    margin-top: 3.563em;
  }
}
@media only screen and (max-width: 768px) {
  .product .literature .btn {
    width: 80vw;
    margin-top: 8.667vw;
  }
}
@media only screen and (min-width: 769px) {
  .product .voice .inner_ctx {
    padding: 5.625em 3.125em 8.75em;
  }
}
@media only screen and (max-width: 768px) {
  .product .voice .inner_ctx {
    padding: 10.667vw 0 22.667vw;
  }
}
.product .voice .txt01 {
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .product .voice .txt01 {
    width: 26.375em;
    margin-bottom: 3.5em;
  }
}
@media only screen and (max-width: 768px) {
  .product .voice .txt01 {
    width: 72.4vw;
    margin-bottom: 11.467vw;
  }
}
.product .voice .voice_list {
  display: flex;
  justify-content: center;
}
.product .voice .voice_list li {
  background: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
.product .voice .voice_list .sub {
  font-weight: 700;
  color: #1B243F;
}
.product .voice .voice_list .txt {
  margin-inline: auto;
}
@media only screen and (min-width: 769px) {
  .product .voice .voice_list li {
    width: 20em;
    padding-bottom: 2.188em;
  }
  .product .voice .voice_list .sub {
    font-size: 1.125em;
    line-height: 1.667em;
    height: 6.278em;
    width: 15em;
    margin: 1.111em auto 0;
  }
  .product .voice .voice_list .txt {
    font-size: 1.125em;
    line-height: 1.667em;
    width: 15em;
  }
}
@media only screen and (max-width: 768px) {
  .product .voice .voice_list li {
    width: 64vw;
    padding-bottom: 7.333vw;
  }
  .product .voice .voice_list .sub {
    line-height: 5.6vw;
    height: 17.333vw;
    width: 51.467vw;
    margin: 5.333vw auto 0;
  }
  .product .voice .voice_list .txt {
    line-height: 5.6vw;
    width: 51.467vw;
  }
}
.product .voice .btn {
  text-align: center;
  display: block;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .product .voice .btn {
    width: 31.25em;
    margin-top: 3.563em;
  }
}
@media only screen and (max-width: 768px) {
  .product .voice .btn {
    width: 80vw;
    margin-top: 11.333vw;
  }
}

@media only screen and (min-width: 769px) {
  .qna {
    background: url("../img/qna_bg.jpg") repeat-y 50% 0;
    background-size: 125em 209.375em;
    padding: 3.75em 0 7.5em;
  }
}
@media only screen and (max-width: 768px) {
  .qna {
    background: url("../img/qna_bg_sp.jpg") repeat-y 50% 0;
    background-size: 100vw 401.333vw;
    padding: 14.667vw 0 18.667vw;
  }
}
.qna .inner_ctx {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qna .tit {
  color: #ffffff;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .qna .tit {
    font-size: 2.063em;
    margin-bottom: 1.515em;
    letter-spacing: 0.061em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .tit {
    font-size: 7.333vw;
    margin-bottom: 10.133vw;
    letter-spacing: 0.267vw;
  }
}
.qna .ctx {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(33, 33, 33, 0.25) 3px 5px 27px 0px;
}
@media only screen and (min-width: 769px) {
  .qna .ctx {
    width: 62.5em;
    border-radius: 1.875em;
    margin-bottom: 4.375em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .ctx {
    width: 89.333vw;
    border-radius: 4vw;
    margin-bottom: 13.333vw;
  }
}
@media only screen and (min-width: 769px) {
  .qna .before {
    background: url("../img/qna_el01.png") no-repeat 50% 0;
    background-size: 62.5em 2.5em;
    width: 62.5em;
    height: 2.5em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .before {
    background: url("../img/qna_el01_sp.png") repeat-y 50% 0;
    background-size: 89.333vw 8vw;
    width: 89.333vw;
    height: 8vw;
  }
}
@media only screen and (min-width: 769px) {
  .qna .after {
    background: url("../img/qna_el02.png") no-repeat 50% 0;
    background-size: 62.5em 2.5em;
    width: 62.5em;
    height: 2.5em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .after {
    background: url("../img/qna_el02_sp.png") repeat-y 50% 0;
    background-size: 89.333vw 8vw;
    width: 89.333vw;
    height: 8vw;
  }
}
.qna .main {
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .qna .main {
    background: url("../img/qna_el03.png") repeat-y 50% 0;
    background-size: 62.5em 2.5em;
    width: 62.5em;
    padding-bottom: 2.5em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .main {
    background: url("../img/qna_el03_sp.png") repeat-y 50% 0;
    background-size: 89.333vw 8vw;
    width: 89.333vw;
    padding-bottom: 4vw;
  }
}
.qna .txt01 {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .qna .txt01 {
    width: 34.313em;
    top: -0.625em;
    margin-left: 2.875em;
    margin-bottom: 0.625em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .txt01 {
    width: 75.333vw;
    top: -1.333vw;
    margin-left: 6.133vw;
    margin-bottom: 4vw;
  }
}
.qna .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .qna .list {
    gap: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .list {
    gap: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  .qna .list .item {
    width: 56.25em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .list .item {
    width: 78.667vw;
  }
}
.qna .list .title {
  background-color: #1b243f;
  position: relative;
  cursor: pointer;
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .qna .list .title {
    display: flex;
    align-items: center;
    font-size: 1.125em;
    line-height: 2.111em;
    gap: 0.667em;
    padding: 1.111em 1.556em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .list .title {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 5.867vw 1fr;
    font-size: 4vw;
    line-height: 6.133vw;
    gap: 1.067vw;
    padding: 3.467vw 3.2vw;
  }
}
.qna .list .title::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .qna .list .title::before {
    background-image: url("../img/qna_q.png");
    width: 1.5em;
    height: 1.167em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .list .title::before {
    background-image: url("../img/qna_q_sp.png");
    width: 5.867vw;
    height: 4.4vw;
  }
}
@media only screen and (min-width: 769px) {
  .qna .list .title.multi {
    padding: 0.333em 1.556em 0.778em;
  }
}
@media only screen and (min-width: 769px) {
  .qna .list .title.multi::before {
    margin-top: -1.833em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .list .title.talign {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .qna .list .title.talign::before {
    position: relative;
    top: 0.933vw;
  }
}
.qna .list .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .qna .list .btn {
    width: 1.625em;
    height: 1.625em;
    right: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .list .btn {
    width: 5.867vw;
    height: 5.867vw;
    right: 4vw;
  }
}
.qna .list .btn:before, .qna .list .btn:after {
  display: block;
  content: "";
  background-color: #7690b9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 769px) {
  .qna .list .btn:before, .qna .list .btn:after {
    width: 0.688em;
    height: 0.125em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .list .btn:before, .qna .list .btn:after {
    width: 2.533vw;
    height: 0.4vw;
  }
}
.qna .list .btn:before {
  width: 2px;
  height: 10px;
}
.qna .list .title.selected .btn:before {
  content: normal;
}
.qna .list .item dd {
  display: none;
  color: #333333;
}
@media only screen and (min-width: 769px) {
  .qna .list .item dd {
    font-size: 1.125em;
    line-height: 2.111em;
    padding: 1.111em 0 0.556em 3.889em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .list .item dd {
    font-size: 3.467vw;
    line-height: 6.667vw;
    padding: 4vw 0 4vw 10.667vw;
  }
}
.qna .txt02 {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .qna .txt02 {
    width: 30.188em;
    top: 0em;
    margin-left: 4.063em;
    margin-bottom: 1.875em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .txt02 {
    width: 73.867vw;
    margin: 1.333vw 0 8vw 8.8vw;
  }
}
@media only screen and (min-width: 769px) {
  .qna .info {
    border: 0.063em solid #ffffff;
    width: 62.5em;
    border-radius: 1.25em;
    padding: 2.5em 2.188em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .info {
    border: 0.267vw solid #ffffff;
    width: 89.333vw;
    border-radius: 2.667vw;
    padding: 8vw 6.667vw;
  }
}
.qna .info ul {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .qna .info ul {
    gap: 1.125em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .info ul {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .qna .info ul li {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .qna .info ul li {
    display: grid;
    grid-template-columns: 28.933vw 1fr;
  }
}
.qna .info ul p {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .qna .info ul p {
    font-size: 0.875em;
    line-height: 2.143em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .info ul p {
    display: flex;
    justify-content: space-between;
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
}
.qna .info h4 {
  color: #fff;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .qna .info h4 {
    font-size: 1em;
    line-height: 1.875em;
    margin-top: 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  .qna .info h4 {
    font-size: 3.6vw;
    line-height: 6.8vw;
    margin-top: 10.667vw;
  }
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 2%;
  display: none;
  z-index: 9999;
  line-height: 1.8;
}
.popup .btn {
  margin-top: 2%;
}
.popup .btn button {
  padding: 1%;
}
@media only screen and (max-width: 768px) {
  .popup {
    padding: 5%;
    width: 92vw;
    font-size: 4.133vw;
    line-height: 6.533vw;
  }
  .popup .btn button {
    width: 20vw;
    font-size: 4.133vw;
  }
}/*# sourceMappingURL=style.css.map */