@charset "UTF-8";
* {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
@media (max-width: 1100px) {
  html {
    scroll-padding-top: 0px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
  height: 100%;
  color: #000;
  letter-spacing: 0.025em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
@media (max-width: 790px) {
  body {
    font-size: 3.5vw;
  }
}

main {
  padding-top: 100px;
  overflow-x: hidden;
}
@media screen and (max-width: 1200px) {
  main {
    padding-top: 70px;
  }
}
@media (max-width: 790px) {
  main {
    overflow: hidden;
  }
}

.en {
  font-family: "Roboto", sans-serif;
}

img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.5;
}

.contents_wrap {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 1100px) {
  .contents_wrap {
    max-width: inherit;
  }
}

.wrap_inner {
  max-width: 800px;
  margin: auto;
}
@media (max-width: 1100px) {
  .wrap_inner {
    max-width: inherit;
  }
}

.line_account {
  background-color: #06c755;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px;
}
.line_account a {
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.line_account a .em {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (max-width: 790px) {
  .line_account a .em {
    font-size: 2.5vw;
  }
}
.line_account a .arrow {
  padding-right: 1em;
  line-height: 1;
  display: inline-block;
  position: relative;
}
@media (max-width: 790px) {
  .line_account a .arrow {
    font-size: 2.5vw;
    padding-right: 1.5em;
  }
}
.line_account a .arrow::after {
  content: "";
  width: 10px;
  height: 12px;
  background-color: #fff;
  -webkit-clip-path: polygon(10px 50%, 0% 0%, 0% 12px);
          clip-path: polygon(10px 50%, 0% 0%, 0% 12px);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.line_account img {
  width: 94px;
}
@media (max-width: 790px) {
  .line_account img {
    width: 10vw;
  }
}

.bg_ye {
  background: url("../../images/bg_yellow.png") repeat top center;
  background-size: 80%;
  padding: 100px 0;
}
@media (max-width: 1100px) {
  .bg_ye {
    padding: 100px 5vw;
  }
}
@media (max-width: 790px) {
  .bg_ye {
    padding: 50px 4vw 40px;
  }
}

.bg_bl {
  background: url("../../images/bg_blue.png") repeat top center;
  background-size: 80%;
  padding: 100px 0;
}
@media (max-width: 1100px) {
  .bg_bl {
    padding: 100px 5vw;
  }
}
@media (max-width: 790px) {
  .bg_bl {
    padding: 50px 4vw 40px;
  }
}

.bg_wrap {
  background-color: #fff;
  border-radius: 40px;
  padding: 80px 40px 60px;
  position: relative;
}
@media (max-width: 1100px) {
  .bg_wrap {
    padding: 80px 6vw 40px;
  }
}
@media (max-width: 790px) {
  .bg_wrap {
    border-radius: 20px;
    padding: 40px 5vw 20px;
  }
}
.bg_wrap h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #0d6fb8;
  color: #fff347;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  padding: 5px 30px;
  border-radius: 20vw;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1100px) {
  .bg_wrap h2 {
    font-size: 1.625rem;
  }
}
@media (max-width: 790px) {
  .bg_wrap h2 {
    font-size: 4vw;
    top: -5vw;
  }
}

.note {
  font-size: 0.75rem;
  font-weight: 400;
}
@media (max-width: 790px) {
  .note {
    font-size: 2.5vw;
  }
}

.text_r {
  color: #e60012;
}

.btn-y {
  text-align: center;
}
.btn-y a {
  background-color: #fff347;
  border: 2px solid #0d6fb8;
  border-radius: 20vw;
  color: #0d6fb8;
  font-weight: 700;
  display: inline-block;
  padding: 15px 10px;
  width: 400px;
  position: relative;
}
@media (max-width: 1100px) {
  .btn-y a {
    width: 300px;
  }
}
@media (max-width: 790px) {
  .btn-y a {
    width: 80%;
  }
}
.btn-y a::after {
  content: "";
  background-color: #0d6fb8;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.btn-y .smooth_link::after {
  width: 15px;
  height: 12px;
  -webkit-clip-path: polygon(50% 12px, 0% 0%, 15px 0%);
          clip-path: polygon(50% 12px, 0% 0%, 15px 0%);
}
.btn-y .page_link::after {
  width: 12px;
  height: 15px;
  -webkit-clip-path: polygon(12px 50%, 0% 0%, 0% 15px);
          clip-path: polygon(12px 50%, 0% 0%, 0% 15px);
}

.btn-b {
  text-align: center;
}
.btn-b a {
  background-color: #fff;
  border: 2px solid #0d6fb8;
  border-radius: 20vw;
  color: #0d6fb8;
  font-weight: 700;
  display: inline-block;
  padding: 15px 10px;
  width: 400px;
  position: relative;
}
@media (max-width: 1100px) {
  .btn-b a {
    width: 300px;
  }
}
.btn-b a::after {
  content: "";
  background-color: #0d6fb8;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.btn-b .smooth_link::after {
  width: 15px;
  height: 12px;
  -webkit-clip-path: polygon(50% 12px, 0% 0%, 15px 0%);
          clip-path: polygon(50% 12px, 0% 0%, 15px 0%);
}

.dot > li {
  padding-left: 1em;
  position: relative;
}
.dot > li::before {
  content: "";
  width: 0.2em;
  height: 0.2em;
  background: #000;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0.8em;
}

.square > li {
  padding-left: 1.2em;
  position: relative;
}
.square > li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #595656;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.notice > li {
  padding-left: 1em;
  position: relative;
}
.notice > li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 30;
}
header .gNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header .gNav .logo {
  max-width: 65px;
  padding: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #fff;
}
@media (max-width: 790px) {
  header .gNav .logo {
    max-width: 45px;
    padding: 20px;
  }
}
header .gNav nav {
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  header .gNav nav {
    display: none;
  }
  header .gNav nav.active {
    z-index: 998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #fffde7;
  }
  header .gNav nav.active ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
  header .gNav nav.active ul li {
    margin: 0px auto 20px !important;
  }
  header .gNav nav.active ul li a {
    font-size: 0.9375rem;
  }
  header .gNav nav.active ul li a span {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (max-width: 790px) {
  header .gNav nav.active ul li a {
    font-size: 4vw;
  }
}
header .gNav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 30px 20px 20px;
}
@media screen and (max-width: 1250px) {
  header .gNav nav ul {
    gap: 10px;
  }
}
header .gNav nav ul li a {
  font-size: 0.9375rem;
  color: #0d6fb8;
  position: relative;
}
header .gNav nav ul li a::before {
  content: "";
  border-bottom: 2px solid #fff347;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -3px;
}
header .gNav nav ul li a:hover {
  color: #fff347;
}
header .gNav nav ul li a span {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -50px;
  margin: auto;
  text-align: center;
  font-size: 0.5625rem;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 10px;
  color: #0d6fb8;
  background-color: #fff347;
  border: 1px solid #0d6fb8;
  border-radius: 20vw;
}
header .gNav nav ul li a span::before, header .gNav nav ul li a span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-clip-path: polygon(50% 0%, 0% 10px, 10px 10px);
          clip-path: polygon(50% 0%, 0% 10px, 10px 10px);
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
header .gNav nav ul li a span::before {
  background-color: #0d6fb8;
  top: -11px;
}
header .gNav nav ul li a span::after {
  background-color: #fff347;
  top: -9px;
}
header .gNav nav ul li a.close {
  pointer-events: none;
}
header .gNav nav ul li a.close::before {
  display: none;
}
header .gNav nav ul li a.close span {
  color: #fff347;
  background-color: #0d6fb8;
  border: 1px solid #fff347;
}
header .gNav nav ul li a.close span::before {
  background-color: #fff347;
}
header .gNav nav ul li a.close span::after {
  background-color: #0d6fb8;
}
header .gNav nav ul li:hover a {
  opacity: 1;
}
header .gNav nav ul li:hover a span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
@media screen and (max-width: 1250px) {
  header .gNav nav ul li:hover a span {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  header .gNav_btn {
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
  }
  header .gNav_btn a {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
  }
  header .gNav_btn a span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #0d6fb8;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .gNav_btn.active a span {
    display: block;
  }
  header .gNav_btn.active a span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  header .gNav_btn.active a span:nth-child(2) {
    opacity: 0;
  }
  header .gNav_btn.active a span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
}

#Top {
  position: relative;
  margin-bottom: 100px;
  margin-top: -1vw;
}
@media screen and (max-width: 1200px) {
  #Top {
    margin-top: 0;
  }
}
@media (max-width: 790px) {
  #Top {
    margin-bottom: 25vw;
  }
}
#Top h1 {
  position: relative;
  z-index: 3;
  margin: auto;
}
#Top .titleLogo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 480px;
  width: 28vw;
}
@media screen and (min-width: 1600px) {
  #Top .titleLogo {
    top: 1vw;
  }
}
@media screen and (max-width: 1200px) {
  #Top .titleLogo {
    min-width: inherit;
    width: 57vw;
    top: -4.5vw;
  }
}
@media (max-width: 790px) {
  #Top .titleLogo {
    min-width: inherit;
    width: 70vw;
    top: -10vw;
    z-index: 10;
  }
}
#Top .clip-path {
  position: relative;
}
@media (max-width: 790px) {
  #Top .clip-path {
    margin-top: 15vw;
  }
}
#Top .clip-path .top_mask {
  position: absolute;
  left: 0;
  z-index: 2;
}
#Top .clip-path .top_mask.mask01 {
  top: -0.5px;
}
#Top .clip-path .top_mask.mask02 {
  bottom: -0.5px;
}
#Top .clip-path .slider {
  width: 100%;
  margin: 0 auto;
}
#Top .clip-path .slider > li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#Top .clip-path .slider > li img {
  height: auto;
  width: 100%;
}
#Top .clip-path .slider .noLink {
  pointer-events: none;
}
#Top .clip-path .slick-dots {
  position: absolute;
  bottom: 20px;
  background: transparent;
  color: transparent;
  z-index: 4;
  pointer-events: auto;
}
@media screen and (min-width: 2000px) {
  #Top .clip-path .slick-dots {
    bottom: 3vw;
  }
}
@media (max-width: 1100px) {
  #Top .clip-path .slick-dots {
    bottom: 1vw;
  }
}
@media (max-width: 790px) {
  #Top .clip-path .slick-dots {
    bottom: -3vw;
  }
}
#Top .clip-path .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
#Top .clip-path .slick-dots li button {
  position: relative;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  background: #fff;
  color: #0d6fb8;
  border: 2px solid #0d6fb8;
  border-radius: 50%;
}
@media (max-width: 1100px) {
  #Top .clip-path .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 2px;
  }
}
@media (max-width: 790px) {
  #Top .clip-path .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 2px;
    border: 1px solid #0d6fb8;
  }
}
#Top .clip-path .slick-dots li button:before {
  content: "";
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
#Top .clip-path .slick-dots li.slick-active button {
  background: #0d6fb8;
  color: #0d6fb8;
}
#Top .clip-path .slick-arrow {
  width: 30px;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 790px) {
  #Top .clip-path .slick-arrow {
    width: 3.5vw;
  }
}
#Top .clip-path .slick-arrow::before {
  content: "";
  background-color: #0d6fb8;
  width: 20px;
  height: 30px;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 790px) {
  #Top .clip-path .slick-arrow::before {
    width: 2vw;
    height: 3vw;
  }
}
#Top .clip-path .slick-prev {
  left: 0;
}
#Top .clip-path .slick-prev::before {
  -webkit-clip-path: polygon(0% 50%, 20px 0%, 20px 30px);
          clip-path: polygon(0% 50%, 20px 0%, 20px 30px);
}
@media (max-width: 790px) {
  #Top .clip-path .slick-prev::before {
    -webkit-clip-path: polygon(0% 50%, 3vw 0%, 2vw 3vw);
            clip-path: polygon(0% 50%, 3vw 0%, 2vw 3vw);
  }
}
#Top .clip-path .slick-next {
  right: 0;
}
#Top .clip-path .slick-next::before {
  -webkit-clip-path: polygon(20px 50%, 0% 0%, 0% 30px);
          clip-path: polygon(20px 50%, 0% 0%, 0% 30px);
}
@media (max-width: 790px) {
  #Top .clip-path .slick-next::before {
    -webkit-clip-path: polygon(2vw 50%, 0% 0%, 0% 3vw);
            clip-path: polygon(2vw 50%, 0% 0%, 0% 3vw);
  }
}
#Top .top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  width: 80%;
  margin: -6vw auto 0px;
  z-index: 2;
  position: relative;
}
@media (max-width: 790px) {
  #Top .top_wrap {
    max-width: inherit;
    width: 90%;
    margin: 7vw 1vw 0 auto;
  }
}
#Top .top_wrap .umile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#Top .top_wrap .umile .character p {
  color: #0d6fb8;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
}
#Top .top_wrap .umile .character p span {
  display: block;
  font-size: 1.125rem;
}
@media (max-width: 1100px) {
  #Top .top_wrap .umile .character p span {
    font-size: 0.875rem;
  }
}
@media (max-width: 790px) {
  #Top .top_wrap .umile .character p span {
    font-size: 2.3vw;
  }
}
@media (max-width: 1100px) {
  #Top .top_wrap .umile .character p {
    font-size: 0.875rem;
  }
}
@media (max-width: 790px) {
  #Top .top_wrap .umile .character p {
    font-size: 1.8vw;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
#Top .top_wrap .umile .character .text_img {
  max-width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -70px;
}
@media (max-width: 790px) {
  #Top .top_wrap .umile .character .text_img {
    width: 14vw;
    left: -7vw;
  }
}
#Top .top_wrap .umile .ill_img {
  max-width: 220px;
  margin-left: 40px;
}
@media (max-width: 1100px) {
  #Top .top_wrap .umile .ill_img {
    max-width: 180px;
  }
}
@media (max-width: 790px) {
  #Top .top_wrap .umile .ill_img {
    max-width: inherit;
    width: 20vw;
    margin-left: 10vw;
  }
}
#Top .top_wrap .line_account {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#Contents .lead {
  position: relative;
  padding: 80px 0;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 180px;
}
@media (max-width: 1100px) {
  #Contents .lead {
    padding: 7vw 0 13vw;
    margin: 0 15% 180px;
  }
}
@media (max-width: 790px) {
  #Contents .lead {
    padding: 12vw 0 13vw;
    margin: 0 0 25vw;
  }
}
#Contents .lead::before {
  content: "";
  background: url("../../images/bg_lead.png") no-repeat center center;
  background-size: contain;
  display: block;
  width: 660px;
  height: 660px;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1100px) {
  #Contents .lead::before {
    width: 63vw;
    height: 62vw;
  }
}
@media (max-width: 790px) {
  #Contents .lead::before {
    width: 165vw;
    height: 120vw;
    top: 1vw;
  }
}
#Contents .lead h2 {
  width: 300px;
  margin: 0 auto 30px;
}
@media (max-width: 1100px) {
  #Contents .lead h2 {
    width: 370px;
    width: 33.6363636364vw;
  }
}
@media (max-width: 790px) {
  #Contents .lead h2 {
    width: 47vw;
  }
}
#Contents .lead p {
  font-size: 0.9375rem;
  line-height: 2;
  color: #0d6fb8;
}
@media (max-width: 1100px) {
  #Contents .lead p {
    font-size: 0.9375rem;
  }
}
@media (max-width: 790px) {
  #Contents .lead p {
    font-size: 3vw;
  }
}
#Contents .lead p .sp {
  display: none;
}
@media (max-width: 790px) {
  #Contents .lead p .sp {
    display: block;
  }
}
#Contents .lead .img img {
  position: absolute;
}
#Contents .lead .img .umile_logo {
  width: 100px;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1100px) {
  #Contents .lead .img .umile_logo {
    width: 100px;
    width: 9.0909090909vw;
    top: -5vw;
  }
}
@media (max-width: 790px) {
  #Contents .lead .img .umile_logo {
    width: 18vw;
    top: -10vw;
  }
}
#Contents .lead .img .icn {
  width: 90px;
  top: -20px;
  left: 0;
  right: -160px;
  margin: auto;
}
@media (max-width: 1100px) {
  #Contents .lead .img .icn {
    width: 90px;
    width: 8.1818181818vw;
    top: -2vw;
    right: -14vw;
  }
}
@media (max-width: 790px) {
  #Contents .lead .img .icn {
    width: 14vw;
    top: -4vw;
    right: -28vw;
  }
}
#Contents .lead .img .lead_01 {
  width: 80px;
  bottom: -30px;
  left: 70px;
}
@media (max-width: 1100px) {
  #Contents .lead .img .lead_01 {
    width: 80px;
    width: 7.2727272727vw;
    bottom: -2vw;
    left: 6vw;
  }
}
@media (max-width: 790px) {
  #Contents .lead .img .lead_01 {
    width: 100px;
    width: 9.0909090909vw;
    bottom: -9vw;
    left: 6vw;
  }
}
#Contents .lead .img .lead_02 {
  width: 90px;
  bottom: 100px;
  right: 50px;
}
@media (max-width: 1100px) {
  #Contents .lead .img .lead_02 {
    width: 90px;
    width: 8.1818181818vw;
    bottom: 8vw;
    right: 5vw;
  }
}
@media (max-width: 790px) {
  #Contents .lead .img .lead_02 {
    width: 120px;
    width: 10.9090909091vw;
    bottom: -10vw;
    right: 5vw;
  }
}
#Contents .flow {
  text-align: center;
}
@media (max-width: 1100px) {
  #Contents .flow {
    margin: 0 9vw;
  }
}
#Contents .flow h2 {
  font-size: 1.625rem;
  color: #0d6fb8;
  display: inline;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #fff347));
  background: linear-gradient(transparent 80%, #fff347 0%);
}
#Contents .flow h2 .sp {
  display: none;
}
@media (max-width: 1100px) {
  #Contents .flow h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 790px) {
  #Contents .flow h2 {
    font-size: 3.5vw;
  }
  #Contents .flow h2 .sp {
    display: block;
  }
}
#Contents .flow .img {
  width: 90%;
  margin: auto;
}
@media (max-width: 790px) {
  #Contents .flow .img {
    margin-top: 20px;
  }
}
#Contents .information {
  margin-top: 250px;
  background: #dff5f9;
  position: relative;
  border-top-right-radius: 2500px 1000px;
  border-top-left-radius: 2500px 1000px;
  margin-left: -500px;
  margin-right: -500px;
  padding-left: 500px;
  padding-right: 500px;
  padding-top: 50px;
}
@media (max-width: 790px) {
  #Contents .information {
    margin-top: 48vw;
  }
}
#Contents .information .page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  width: 50%;
  margin: -100px auto 160px;
}
@media (max-width: 1100px) {
  #Contents .information .page_link {
    width: 70%;
  }
}
@media (max-width: 790px) {
  #Contents .information .page_link {
    width: 90%;
    margin: -100px auto 80px;
    gap: 10px;
  }
}
#Contents .information .page_link li {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 790px) {
  #Contents .information .page_link li {
    width: calc((100% - 20px) / 3);
  }
}
#Contents .information .page_link li a {
  color: #fff;
  background-color: #0d6fb8;
  border-radius: 20px;
  height: 100%;
  padding: 40px 10px 10px;
  display: block;
  text-align: center;
  position: relative;
  line-height: 1.4;
}
@media (max-width: 790px) {
  #Contents .information .page_link li a {
    font-size: 3.2vw;
  }
}
#Contents .information .page_link li a::before, #Contents .information .page_link li a::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
#Contents .information .page_link li a::before {
  width: 50px;
  height: 50px;
  bottom: -20px;
  margin: auto;
  border-radius: 50%;
  background-color: #0d6fb8;
}
@media (max-width: 790px) {
  #Contents .information .page_link li a::before {
    bottom: -15px;
  }
}
#Contents .information .page_link li a::after {
  width: 14px;
  height: 12px;
  background-color: #fff347;
  -webkit-clip-path: polygon(50% 12px, 0% 0%, 14px 0%);
          clip-path: polygon(50% 12px, 0% 0%, 14px 0%);
  bottom: -10px;
}
@media (max-width: 790px) {
  #Contents .information .page_link li a::after {
    width: 10px;
    height: 8px;
    -webkit-clip-path: polygon(50% 8px, 0% 0%, 10px 0%);
            clip-path: polygon(50% 8px, 0% 0%, 10px 0%);
    bottom: -8px;
  }
}
#Contents .information .page_link li a p {
  position: relative;
  z-index: 1;
}
#Contents .information .page_link li a img {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  height: 70px;
  width: auto;
}
#Contents .information .page_link li a span {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: -80px;
  margin: auto;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  color: #0d6fb8;
  background-color: #fff347;
  border: 1px solid #0d6fb8;
  border-radius: 20vw;
}
#Contents .information .page_link li a span::before, #Contents .information .page_link li a span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-clip-path: polygon(50% 10px, 0% 0%, 10px 0%);
          clip-path: polygon(50% 10px, 0% 0%, 10px 0%);
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
#Contents .information .page_link li a span::before {
  background-color: #0d6fb8;
  bottom: -11px;
}
#Contents .information .page_link li a span::after {
  background-color: #fff347;
  bottom: -9px;
}
#Contents .information .page_link li a.close span {
  color: #fff347;
  background-color: #0d6fb8;
  border: 1px solid #fff347;
}
#Contents .information .page_link li a.close span::before {
  background-color: #fff347;
}
#Contents .information .page_link li a.close span::after {
  background-color: #0d6fb8;
}
#Contents .information .page_link li:last-child a p {
  margin-top: 1em;
}
#Contents .information .page_link li.close a {
  background-color: #afcde2;
}
#Contents .information .page_link li.close a::before, #Contents .information .page_link li.close a::after {
  display: none;
}
#Contents .information .page_link li.close a:hover {
  opacity: 1;
}
#Contents .information .page_link li.close a span {
  color: #fff347;
  background-color: #0d6fb8;
  border: 1px solid #fff347;
}
#Contents .information .page_link li.close a span::before {
  background-color: #fff347;
}
#Contents .information .page_link li.close a span::after {
  background-color: #0d6fb8;
}
#Contents .information .page_link li:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Contents .information .page_link li:hover a {
  opacity: 1;
}
#Contents .information .page_link li:hover a span {
  display: block;
}
@media (max-width: 790px) {
  #Contents .information .page_link li:hover a span {
    display: none;
  }
}
#Contents .information .program_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 100px;
}
@media (max-width: 1100px) {
  #Contents .information .program_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  #Contents .information .program_wrap .flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 790px) {
  #Contents .information .program_wrap .flex_wrap {
    display: block;
    margin-bottom: 0;
  }
}
#Contents .information .program_wrap .count {
  background-color: #fff687;
  text-align: center;
  padding: 30px 20px;
  border-radius: 20vw;
  -webkit-box-shadow: 10px 5px 0 #0d6fb8;
          box-shadow: 10px 5px 0 #0d6fb8;
}
@media (max-width: 1100px) {
  #Contents .information .program_wrap .count {
    margin-bottom: 60px;
  }
}
@media (max-width: 790px) {
  #Contents .information .program_wrap .count {
    margin-bottom: 40px;
    border-radius: 40vw;
  }
}
#Contents .information .program_wrap .count .pointsMileBox {
  border-bottom: 1px dotted #0d6fb8;
  padding: 30px 70px;
}
@media (max-width: 1100px) {
  #Contents .information .program_wrap .count .pointsMileBox {
    border-bottom: none;
    border-right: 1px dotted #0d6fb8;
  }
}
@media (max-width: 790px) {
  #Contents .information .program_wrap .count .pointsMileBox {
    border-bottom: 1px dotted #0d6fb8;
    border-right: none;
  }
}
#Contents .information .program_wrap .count .pointsMileBox:last-of-type {
  border-bottom: none;
}
@media (max-width: 1100px) {
  #Contents .information .program_wrap .count .pointsMileBox:last-of-type {
    border-right: none;
  }
}
@media (max-width: 790px) {
  #Contents .information .program_wrap .count .pointsMileBox:last-of-type {
    border-bottom: none;
  }
}
#Contents .information .program_wrap .count .pointsMileBox .mileTitle {
  font-size: 1.25rem;
  color: #0d6fb8;
  margin-bottom: 10px;
}
@media (max-width: 790px) {
  #Contents .information .program_wrap .count .pointsMileBox .mileTitle {
    font-size: 4vw;
  }
}
#Contents .information .program_wrap .count .pointsMileBox .point {
  font-size: 3.125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 1100px) {
  #Contents .information .program_wrap .count .pointsMileBox .point {
    font-size: 2.875rem;
  }
}
@media (max-width: 790px) {
  #Contents .information .program_wrap .count .pointsMileBox .point {
    font-size: 8vw;
  }
}
#Contents .information .program_wrap .count .pointsMileBox .unit {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 790px) {
  #Contents .information .program_wrap .count .pointsMileBox .unit {
    font-size: 3.6vw;
  }
}
#Contents .information .program_wrap .period {
  color: #0d6fb8;
  text-align: center;
}
@media (max-width: 790px) {
  #Contents .information .program_wrap .period {
    margin: 0 3vw;
  }
}
#Contents .information .program_wrap .period h2 span {
  letter-spacing: 0.2em;
  position: relative;
}
#Contents .information .program_wrap .period h2 span::before, #Contents .information .program_wrap .period h2 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  display: inline-block;
  background-color: #0d6fb8;
  color: transparent;
  width: 3px;
  height: 1.2em;
  margin: 0 1.5em;
  margin-top: 0em;
}
#Contents .information .program_wrap .period h2 span::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: -50px;
}
#Contents .information .program_wrap .period h2 span::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  right: -50px;
}
#Contents .information .program_wrap .period .em {
  font-size: 1.5rem;
  font-weight: 800;
}
@media (max-width: 790px) {
  #Contents .information .program_wrap .period .em {
    font-size: 4.8vw;
  }
}
#Contents .information .program_wrap .period .em br {
  display: none;
}
@media (max-width: 790px) {
  #Contents .information .program_wrap .period .em br {
    display: block;
  }
}
#Contents .information .program_wrap .period dl {
  margin-top: 20px;
}
#Contents .information .program_wrap .period dl div {
  margin-bottom: 10px;
}
#Contents .information .program_wrap .period dl div:last-child {
  margin-bottom: 0;
}
#Contents .information .program_wrap .period dl div dt {
  background-color: #fff;
  color: #009fb0;
  font-weight: 700;
  width: 60%;
  margin: auto;
  border-radius: 20vw;
}
@media (max-width: 790px) {
  #Contents .information .program_wrap .period dl div dt {
    width: 80%;
  }
}
#Contents .information .program_wrap .period dl div dd {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media (max-width: 790px) {
  #Contents .information .program_wrap .period dl div dd {
    font-size: 3.8vw;
  }
}
#Contents .information .news {
  margin-bottom: 80px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1100px) {
  #Contents .information .news {
    margin: 0 15% 80px;
  }
}
#Contents .information .news::after {
  content: "";
  display: block;
  border: 1px solid #009fb0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  right: -10px;
  z-index: -1;
}
#Contents .information .news .img {
  width: 150px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  position: absolute;
  top: -50px;
  left: -30px;
}
@media (max-width: 1100px) {
  #Contents .information .news .img {
    width: 150px;
    width: 13.6363636364vw;
    top: -70px;
    left: -20px;
  }
}
@media (max-width: 790px) {
  #Contents .information .news .img {
    width: 170px;
    width: 15.4545454545vw;
    top: -7vw;
    left: -2vw;
  }
}
#Contents .information .news .newslist_wrap_ttl {
  background: #009fb0;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.2em;
  padding: 5px 30px;
  border-radius: 20vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
}
@media (max-width: 1100px) {
  #Contents .information .news .newslist_wrap_ttl {
    font-size: 1.625rem;
  }
}
@media (max-width: 790px) {
  #Contents .information .news .newslist_wrap_ttl {
    font-size: 4vw;
    padding: 5px 3vw;
    top: -5vw;
  }
}
#Contents .information .news .section {
  text-align: right;
  background: #fff;
  padding: 40px 40px 0;
}
@media (max-width: 790px) {
  #Contents .information .news .section {
    padding: 30px 20px 20px;
  }
}
#Contents .information .news .newslist_wrap_link {
  position: relative;
  padding-right: 1.5em;
  color: #0d6fb8;
}
#Contents .information .news .newslist_wrap_link::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid #0d6fb8;
  border-right: 1px solid #0d6fb8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#Contents .information .news #newslist_js {
  text-align: left;
  margin-top: 40px;
}
#Contents .information .news #newslist_js .newslist {
  border-bottom: 1px dotted #0d6fb8;
}
#Contents .information .news #newslist_js .newslist .newslist_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 0;
  padding-bottom: 30px;
  padding-right: 60px;
  position: relative;
}
@media (max-width: 790px) {
  #Contents .information .news #newslist_js .newslist .newslist_ttl {
    padding-right: 30px;
  }
}
#Contents .information .news #newslist_js .newslist .newslist_ttl::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-bottom: 1px solid #0d6fb8;
  border-right: 1px solid #0d6fb8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Contents .information .news #newslist_js .newslist .newslist_ttl .newslist_ttl_date {
  margin-right: 3em;
  color: #898989;
}
@media (max-width: 790px) {
  #Contents .information .news #newslist_js .newslist .newslist_ttl .newslist_ttl_date {
    margin-right: 1em;
  }
}
#Contents .information .news #newslist_js .newslist .newslist_ttl .newslist_ttl_txt {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 1100px) {
  #Contents .information .news #newslist_js .newslist .newslist_ttl .newslist_ttl_txt {
    font-size: 0.9375rem;
  }
}
@media (max-width: 790px) {
  #Contents .information .news #newslist_js .newslist .newslist_ttl .newslist_ttl_txt {
    font-size: 3.4vw;
  }
}
#Contents .information .news #newslist_js .newslist .newslist_ttl.is-open::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
#Contents .information .news #newslist_js .newslist .newslist_body {
  display: none;
  padding-bottom: 40px;
}
#Contents .information .news #newslist_js .newslist .newslist_body a {
  word-break: break-all;
}
#Contents .information .news #newslist_js .newslist .newslist_body_img {
  width: 70%;
  margin: 0 auto 10px;
}
#Contents .information .news .newslist_wrap.is-top .newslist:nth-of-type(n+4) {
  border-bottom: none !important;
}
#Contents .information .news .newslist_wrap.is-top .newslist:nth-of-type(n+5) {
  display: none;
}
@media (max-width: 1100px) {
  #Contents .information .contact {
    margin: 0 10% 80px;
  }
}
@media (max-width: 790px) {
  #Contents .information .contact {
    margin: 0 6vw 12vw;
  }
}
#Contents .information .contact h2 {
  font-size: 1.625rem;
  font-weight: 700;
  color: #0d6fb8;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  #Contents .information .contact h2 {
    font-size: 1.375rem;
  }
}
@media (max-width: 790px) {
  #Contents .information .contact h2 {
    font-size: 4.4vw;
    margin-bottom: 10px;
  }
}
#Contents .information .contact .contact_wrap {
  background-color: #fff;
  border-radius: 20vw;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 790px) {
  #Contents .information .contact .contact_wrap {
    padding: 40px 10vw;
  }
}
#Contents .information .contact .contact_wrap h3 {
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #cfeaef;
  padding: 3px 20px;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  #Contents .information .contact .contact_wrap h3 {
    font-size: 0.9375rem;
  }
}
@media (max-width: 790px) {
  #Contents .information .contact .contact_wrap h3 {
    font-size: 3.6vw;
  }
}
@media (max-width: 790px) {
  #Contents .information .contact .contact_wrap > p br {
    display: none;
  }
}
#Contents .information .contact .contact_wrap .line_account {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px auto;
}
#Contents .information .img_goods {
  margin-top: 70px;
}
@media (max-width: 1100px) {
  #Contents .information .img_goods {
    width: 70%;
  }
}
@media (max-width: 790px) {
  #Contents .information .img_goods {
    width: 80%;
    margin-top: 12vw;
  }
}
#Contents .information .img_goods ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 790px) {
  #Contents .information .img_goods ul {
    gap: 10px;
  }
}
#Contents .information .img_goods ul li:nth-child(odd) {
  margin-top: 100px;
}
#Contents .contents_footer {
  z-index: 2;
  position: relative;
}

#Apply {
  padding-top: 200px;
}
@media (max-width: 790px) {
  #Apply {
    padding-top: 23vw;
  }
}
#Apply section {
  position: relative;
}
#Apply section .img_wrap img {
  position: absolute;
}
#Apply section .img_wrap .um_01 {
  width: 196px;
  top: -90px;
  left: 40px;
}
@media (max-width: 1100px) {
  #Apply section .img_wrap .um_01 {
    width: 190px;
    width: 17.2727272727vw;
    top: -8vw;
    left: 4vw;
  }
}
@media (max-width: 790px) {
  #Apply section .img_wrap .um_01 {
    width: 170px;
    width: 15.4545454545vw;
    top: -8vw;
    left: 4vw;
  }
}
#Apply section .img_wrap .um_02 {
  width: 170px;
  left: 0;
  right: 0;
  margin: auto;
  top: -170px;
  z-index: 1;
}
@media (max-width: 1100px) {
  #Apply section .img_wrap .um_02 {
    width: 170px;
    width: 15.4545454545vw;
    top: -16vw;
  }
}
@media (max-width: 790px) {
  #Apply section .img_wrap .um_02 {
    width: 190px;
    width: 17.2727272727vw;
    top: -19vw;
  }
}
#Apply section .img_wrap .um_03 {
  width: 284px;
  top: -110px;
  right: 40px;
}
@media (max-width: 1100px) {
  #Apply section .img_wrap .um_03 {
    width: 260px;
    width: 23.6363636364vw;
    top: -9vw;
    right: 5vw;
  }
}
@media (max-width: 790px) {
  #Apply section .img_wrap .um_03 {
    width: 250px;
    width: 22.7272727273vw;
    top: -9vw;
    right: 4vw;
  }
}
#Apply section .img_wrap .um_04 {
  width: 140px;
  bottom: -30px;
  right: -20px;
}
@media (max-width: 1100px) {
  #Apply section .img_wrap .um_04 {
    width: 140px;
    width: 12.7272727273vw;
    bottom: -3vw;
    right: -2vw;
  }
}
@media (max-width: 790px) {
  #Apply section .img_wrap .um_04 {
    width: 160px;
    width: 14.5454545455vw;
    bottom: -5vw;
    right: -1vw;
  }
}
#Apply h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0d6fb8;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  #Apply h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 790px) {
  #Apply h3 {
    font-size: 4vw;
  }
}
#Apply ol li {
  position: relative;
}
#Apply ol li .num_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  position: absolute;
  top: -30px;
  left: -30px;
}
#Apply ol li .num_wrap .num {
  background-color: #0d6fb8;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Apply ol li .num_wrap .num span {
  font-size: 2rem;
  color: #fff347;
}
@media (max-width: 1100px) {
  #Apply ol li .num_wrap .num span {
    font-size: 1.75rem;
  }
}
@media (max-width: 790px) {
  #Apply ol li .num_wrap .num span {
    font-size: 5.2vw;
  }
}
#Apply ol li .num_wrap .part {
  background-color: #fff347;
  color: #0d6fb8;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.2;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  margin-left: -10px;
}
#Apply ol li .num_wrap .part span {
  font-size: 1.5rem;
  color: #0d6fb8;
}
@media (max-width: 1100px) {
  #Apply ol li .num_wrap .part span {
    font-size: 1.25rem;
  }
}
@media (max-width: 790px) {
  #Apply ol li .num_wrap .part span {
    font-size: 4.2vw;
  }
}
#Apply ol .step_01 {
  border: 2px solid #0d6fb8;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 60px;
}
#Apply ol .step_01 .apply_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 790px) {
  #Apply ol .step_01 .apply_wrap {
    gap: 10px;
  }
}
#Apply ol .step_01 .apply_wrap p span {
  position: relative;
  padding-right: 1.2em;
}
#Apply ol .step_01 .apply_wrap p span::after {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  background-color: #0d6fb8;
  -webkit-clip-path: polygon(10px 50%, 0% 0%, 0% 15px);
          clip-path: polygon(10px 50%, 0% 0%, 0% 15px);
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
}
#Apply ol .step_01 .apply_wrap img {
  width: 90px;
  background-color: #06c755;
  padding: 10px;
  border-radius: 10px;
}
#Apply ol .step_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1100px) {
  #Apply ol .step_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#Apply ol .step_02 .step_inner {
  width: calc((100% - 40px) / 2);
  border: 2px solid #0d6fb8;
  border-radius: 20px;
  padding: 50px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  position: relative;
}
#Apply ol .step_02 .step_inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#Apply ol .step_02 .step_inner > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
#Apply ol .step_02 .step_inner > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media (max-width: 1100px) {
  #Apply ol .step_02 .step_inner {
    width: 100%;
  }
}
@media (max-width: 790px) {
  #Apply ol .step_02 .step_inner {
    padding: 50px 20px 40px;
  }
}
#Apply ol .step_02 .step_inner::before {
  content: "";
  width: 40px;
  height: 28px;
  background-color: #0d6fb8;
  -webkit-clip-path: polygon(50% 28px, 0% 0%, 40px 0%);
          clip-path: polygon(50% 28px, 0% 0%, 40px 0%);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -45px;
}
@media (max-width: 790px) {
  #Apply ol .step_02 .step_inner::before {
    width: 30px;
    height: 18px;
    -webkit-clip-path: polygon(50% 18px, 0% 0%, 30px 0%);
            clip-path: polygon(50% 18px, 0% 0%, 30px 0%);
    top: -41px;
  }
}
@media (max-width: 1100px) {
  #Apply ol .step_02 .step_inner:last-child::before {
    display: none;
  }
}
#Apply ol .step_02 .step_inner .apply_wrap {
  text-align: center;
}
#Apply ol .step_02 .step_inner .apply_wrap p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (max-width: 1100px) {
  #Apply ol .step_02 .step_inner .apply_wrap p {
    font-size: 0.9375rem;
  }
  #Apply ol .step_02 .step_inner .apply_wrap p br {
    display: none;
  }
}
@media (max-width: 790px) {
  #Apply ol .step_02 .step_inner .apply_wrap p {
    font-size: 3.4vw;
  }
  #Apply ol .step_02 .step_inner .apply_wrap p br {
    display: block;
  }
}
#Apply ol .step_02 .step_inner .apply_wrap strong {
  background: rgba(234, 85, 20, 0.2);
  color: #ea5514;
  padding: 2px 15px;
  border-radius: 20vw;
}
#Apply ol .step_02 .step_inner .apply_wrap .step_wrap {
  margin-top: 30px;
  color: #009fb0;
  font-weight: 700;
}
#Apply ol .step_02 .step_inner .apply_wrap .step_wrap .em {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  #Apply ol .step_02 .step_inner .apply_wrap .step_wrap .em {
    font-size: 0.9375rem;
  }
}
@media (max-width: 790px) {
  #Apply ol .step_02 .step_inner .apply_wrap .step_wrap .em {
    font-size: 3.4vw;
  }
}
#Apply ol .step_02 .step_inner .apply_wrap .step_wrap img {
  height: 190px;
  width: auto;
  margin: 0 auto 30px;
  display: block;
}
@media (max-width: 790px) {
  #Apply ol .step_02 .step_inner .apply_wrap .step_wrap img {
    height: 28vw;
  }
}
#Apply ol .step_02 .step_inner .apply_wrap .step_wrap ol {
  text-align: left;
  display: inline-block;
}
#Apply ol .step_02 .step_inner .apply_wrap .notes {
  text-align: left;
  margin: 30px auto;
}
#Apply ol .step_02 .step_inner .apply_wrap .notes dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 790px) {
  #Apply ol .step_02 .step_inner .apply_wrap .notes dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#Apply ol .step_02 .step_inner .apply_wrap .notes dl dt {
  background-color: #0d6fb8;
  color: #fff;
  padding: 2px 10px;
  border-radius: 20vw;
  font-size: 0.875rem;
  margin-right: 10px;
}
@media (max-width: 790px) {
  #Apply ol .step_02 .step_inner .apply_wrap .notes dl dt {
    font-size: 0.8125rem;
  }
}
#Apply ol .step_02 .step_inner .apply_wrap .notes dl dd {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4;
}
@media (max-width: 1100px) {
  #Apply ol .step_02 .step_inner .apply_wrap .notes dl dd {
    font-size: 1rem;
  }
  #Apply ol .step_02 .step_inner .apply_wrap .notes dl dd br {
    display: none;
  }
}
@media (max-width: 790px) {
  #Apply ol .step_02 .step_inner .apply_wrap .notes dl dd {
    font-size: 3.6vw;
  }
  #Apply ol .step_02 .step_inner .apply_wrap .notes dl dd br {
    display: block;
  }
}
#Apply ol .step_02 .step_inner .link_btn {
  -ms-grid-row: 3;
  grid-row: 3;
  margin-top: auto;
}
#Apply ol .step_02 .step_inner .link_btn .btn-y {
  margin-bottom: 10px;
}
#Apply ol .step_02 .step_inner .link_btn .btn-y:last-child {
  margin-bottom: 0;
}
#Apply ol .step_02 .step_inner .link_btn .btn-y a {
  width: 100%;
  height: 70px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  #Apply ol .step_02 .step_inner .link_btn .btn-y a {
    width: 60%;
    height: 70px;
    margin: auto;
  }
}
@media (max-width: 790px) {
  #Apply ol .step_02 .step_inner .link_btn .btn-y a {
    width: 100%;
  }
}
#Apply ol .step_02 .step_inner .link_btn .btn-y .other_link span img {
  width: 15px;
  vertical-align: middle;
  margin-left: 5px;
}
#Apply .link_wrap {
  margin-top: 40px;
}
#Apply .link_wrap .btn-b {
  margin-bottom: 20px;
}
#Apply .link_wrap .btn-b:last-child {
  margin-bottom: 0;
}
#Apply .link_wrap .btn-b a {
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-box-shadow: 0 5px 0 #0d6fb8;
          box-shadow: 0 5px 0 #0d6fb8;
  border: 3px solid #0d6fb8;
  position: relative;
}
@media (max-width: 1100px) {
  #Apply .link_wrap .btn-b a {
    width: 60%;
    font-size: 1rem;
  }
}
@media (max-width: 790px) {
  #Apply .link_wrap .btn-b a {
    width: 80%;
    font-size: 3.6vw;
  }
}
#Apply .link_wrap .btn-b a::before, #Apply .link_wrap .btn-b a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#Apply .link_wrap .btn-b a::before {
  width: 30px;
  height: 30px;
  right: 10px;
  border-radius: 50%;
  background-color: #0d6fb8;
}
#Apply .link_wrap .btn-b a::after {
  width: 14px;
  height: 12px;
  background-color: #fff347;
  -webkit-clip-path: polygon(50% 12px, 0% 0%, 14px 0%);
          clip-path: polygon(50% 12px, 0% 0%, 14px 0%);
  top: 3px;
  right: 18px;
}

#Prize section {
  position: relative;
}
#Prize section .img_wrap img {
  position: absolute;
}
#Prize section .img_wrap .um_01 {
  width: 130px;
  top: -50px;
  left: 30px;
}
@media (max-width: 1100px) {
  #Prize section .img_wrap .um_01 {
    width: 130px;
    width: 11.8181818182vw;
    top: -6vw;
    left: 4vw;
  }
}
@media (max-width: 790px) {
  #Prize section .img_wrap .um_01 {
    width: 150px;
    width: 13.6363636364vw;
    top: -7vw;
    left: 2vw;
  }
}
#Prize section .img_wrap .um_02 {
  width: 40px;
  left: -10px;
  top: 100px;
}
@media (max-width: 1100px) {
  #Prize section .img_wrap .um_02 {
    width: 40px;
    width: 3.6363636364vw;
    left: -10px;
    top: 100px;
  }
}
@media (max-width: 790px) {
  #Prize section .img_wrap .um_02 {
    width: 70px;
    width: 6.3636363636vw;
    left: -1vw;
    top: 11vw;
  }
}
#Prize section .img_wrap .um_03 {
  width: 80px;
  top: 110px;
  right: -20px;
}
@media (max-width: 1100px) {
  #Prize section .img_wrap .um_03 {
    width: 80px;
    width: 7.2727272727vw;
    top: 110px;
    right: -20px;
  }
}
@media (max-width: 790px) {
  #Prize section .img_wrap .um_03 {
    width: 120px;
    width: 10.9090909091vw;
    top: 24vw;
    right: -1vw;
  }
}
#Prize section .img_wrap .um_04 {
  width: 160px;
  bottom: 250px;
  right: -30px;
}
@media (max-width: 1100px) {
  #Prize section .img_wrap .um_04 {
    width: 160px;
    width: 14.5454545455vw;
    bottom: 250px;
    right: -30px;
  }
}
@media (max-width: 790px) {
  #Prize section .img_wrap .um_04 {
    width: 200px;
    width: 18.1818181818vw;
    bottom: 26vw;
    right: -2vw;
  }
}
#Prize section .img_wrap .um_05 {
  width: 90px;
  bottom: 0px;
  left: 40px;
}
@media (max-width: 1100px) {
  #Prize section .img_wrap .um_05 {
    width: 90px;
    width: 8.1818181818vw;
    bottom: 0px;
    left: 40px;
  }
}
@media (max-width: 790px) {
  #Prize section .img_wrap .um_05 {
    width: 110px;
    width: 10vw;
    bottom: 0vw;
    left: -2vw;
  }
}
#Prize .goods_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  #Prize .goods_select {
    gap: 10px;
    margin: 0 7vw 60px;
  }
}
@media (max-width: 790px) {
  #Prize .goods_select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin: 0 5vw 20px;
  }
}
#Prize .goods_select li {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 1100px) {
  #Prize .goods_select li {
    width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 790px) {
  #Prize .goods_select li {
    width: 80%;
  }
}
#Prize .goods_select li a {
  padding: 10px 15px;
  text-align: center;
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  border-radius: 20vw;
  position: relative;
}
@media (max-width: 1100px) {
  #Prize .goods_select li a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 790px) {
  #Prize .goods_select li a br {
    display: none;
  }
}
#Prize .goods_select li a::before, #Prize .goods_select li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#Prize .goods_select li a::before {
  width: 30px;
  height: 30px;
  right: 10px;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 1100px) {
  #Prize .goods_select li a::before {
    width: 3vw;
    height: 3vw;
  }
}
@media (max-width: 790px) {
  #Prize .goods_select li a::before {
    width: 5vw;
    height: 5vw;
  }
}
#Prize .goods_select li a::after {
  width: 17px;
  height: 15px;
  background-color: #0d6fb8;
  -webkit-clip-path: polygon(50% 15px, 0% 0%, 17px 0%);
          clip-path: polygon(50% 15px, 0% 0%, 17px 0%);
  top: 3px;
  right: 16px;
}
@media (max-width: 1100px) {
  #Prize .goods_select li a::after {
    width: 1.5vw;
    height: 1.3vw;
    -webkit-clip-path: polygon(50% 1.3vw, 0% 0%, 1.5vw 0%);
            clip-path: polygon(50% 1.3vw, 0% 0%, 1.5vw 0%);
    right: 1.7vw;
  }
}
@media (max-width: 790px) {
  #Prize .goods_select li a::after {
    width: 2.5vw;
    height: 2vw;
    -webkit-clip-path: polygon(50% 2vw, 0% 0%, 2.5vw 0%);
            clip-path: polygon(50% 2vw, 0% 0%, 2.5vw 0%);
    top: 1px;
    right: 14px;
  }
}
#Prize .goods_select li .eco {
  background-color: #88cdff;
  -webkit-box-shadow: 0 5px 0 #0d6fb8;
          box-shadow: 0 5px 0 #0d6fb8;
}
#Prize .goods_select li .donate {
  background-color: #fcc30b;
  -webkit-box-shadow: 0 5px 0 #ff9000;
          box-shadow: 0 5px 0 #ff9000;
}
#Prize .goods_select li .line {
  background-color: #06c755;
  -webkit-box-shadow: 0 5px 0 #00a610;
          box-shadow: 0 5px 0 #00a610;
}
#Prize .bg_wrap {
  padding-left: 0;
  padding-right: 0;
}
#Prize .goods_wrap {
  padding-bottom: 40px;
  border-bottom: 2px solid #0d6fb8;
  text-align: center;
}
#Prize .goods_wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#Prize .goods_wrap h3 {
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 1100px) {
  #Prize .goods_wrap h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 790px) {
  #Prize .goods_wrap h3 {
    font-size: 5vw;
  }
}
#Prize .goods_wrap .text {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1100px) {
  #Prize .goods_wrap .text {
    font-size: 0.9375rem;
  }
}
@media (max-width: 790px) {
  #Prize .goods_wrap .text {
    font-size: 3.6vw;
  }
}
#Prize .goods_wrap .text span {
  color: #0d6fb8;
}
#Prize .goods_wrap .text br {
  display: none;
}
@media (max-width: 790px) {
  #Prize .goods_wrap .text br {
    display: block;
  }
}
#Prize #eco {
  padding-top: 20px;
}
@media (max-width: 790px) {
  #Prize #eco {
    padding-top: 10px;
  }
}
#Prize #eco .title_wrap {
  position: relative;
  display: inline-block;
}
#Prize #eco .title_wrap h3 {
  color: #0d6fb8;
}
#Prize #eco .slider_goods {
  margin: 20px auto 30px;
  position: relative;
}
@media (max-width: 790px) {
  #Prize #eco .slider_goods {
    margin: 0px auto 30px;
  }
}
#Prize #eco .slider_goods li {
  background: url("../../images/bg_goods.png") no-repeat center center;
  background-size: contain;
  background-position-y: bottom;
  position: relative;
  padding: 10px 20px 30px;
}
#Prize #eco .slider_goods li .point {
  background-color: #0d6fb8;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.1;
  position: absolute;
  left: 0;
  bottom: 40px;
  padding: 10px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  #Prize #eco .slider_goods li .point {
    font-size: 0.9375rem;
  }
}
@media (max-width: 790px) {
  #Prize #eco .slider_goods li .point {
    left: -8vw;
    bottom: 0vw;
    width: 18vw;
    height: 18vw;
    font-size: 3vw;
  }
}
#Prize #eco .slider_goods li .point .en {
  font-size: 1.5625rem;
  line-height: 0.8;
  margin-bottom: 2px;
}
@media (max-width: 1100px) {
  #Prize #eco .slider_goods li .point .en {
    font-size: 1.3125rem;
  }
}
@media (max-width: 790px) {
  #Prize #eco .slider_goods li .point .en {
    font-size: 3.8vw;
  }
}
#Prize #eco .slider_goods li .point .en span {
  font-size: 1.125rem;
}
@media (max-width: 1100px) {
  #Prize #eco .slider_goods li .point .en span {
    font-size: 0.9375rem;
  }
}
@media (max-width: 790px) {
  #Prize #eco .slider_goods li .point .en span {
    font-size: 2.9vw;
  }
}
#Prize #eco .slider_goods li img {
  width: 80%;
  margin: auto;
}
#Prize #eco .slider_goods li .name {
  margin-top: 10px;
  font-weight: 700;
}
#Prize #eco .slider_goods .slick-slide {
  margin-right: 4vw !important;
  margin-left: 4vw !important;
  opacity: 0.5;
}
@media (max-width: 790px) {
  #Prize #eco .slider_goods .slick-slide {
    margin-right: 5vw !important;
    margin-left: 5vw !important;
  }
}
#Prize #eco .slider_goods .slick-active {
  opacity: 1;
}
#Prize #eco .slider_goods .slide-arrow {
  width: 100px;
  height: 100px;
  z-index: 2;
}
@media (max-width: 1100px) {
  #Prize #eco .slider_goods .slide-arrow {
    width: 7vw;
    height: 7vw;
  }
}
@media (max-width: 790px) {
  #Prize #eco .slider_goods .slide-arrow {
    width: 10vw;
    height: 10vw;
  }
}
#Prize #eco .slider_goods .slide-arrow:before, #Prize #eco .slider_goods .slide-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}
#Prize #eco .slider_goods .slide-arrow:before {
  width: 100%;
  height: 100%;
  border: 3px solid #0d6fb8;
  background: #fff;
  -webkit-box-shadow: 0 5px 0 #0d6fb8;
          box-shadow: 0 5px 0 #0d6fb8;
  color: transparent;
  border-radius: 50%;
}
@media (max-width: 1100px) {
  #Prize #eco .slider_goods .slide-arrow:before {
    border: 2px solid #0d6fb8;
    -webkit-box-shadow: 0 3px 0 #0d6fb8;
            box-shadow: 0 3px 0 #0d6fb8;
  }
}
#Prize #eco .slider_goods .slide-arrow:after {
  width: 40px;
  height: 50px;
  background-color: #0d6fb8;
  top: 50%;
}
@media (max-width: 1100px) {
  #Prize #eco .slider_goods .slide-arrow:after {
    width: 3vw;
    height: 4vw;
  }
}
@media (max-width: 790px) {
  #Prize #eco .slider_goods .slide-arrow:after {
    width: 5vw;
    height: 6vw;
  }
}
#Prize #eco .slider_goods .slick-prev {
  left: 0;
}
#Prize #eco .slider_goods .slick-prev:before {
  left: 5px;
}
#Prize #eco .slider_goods .slick-prev:after {
  left: 33px;
  -webkit-clip-path: polygon(0% 50%, 40px 0%, 40px 50px);
          clip-path: polygon(0% 50%, 40px 0%, 40px 50px);
}
@media (max-width: 1100px) {
  #Prize #eco .slider_goods .slick-prev:after {
    left: 2.5vw;
    -webkit-clip-path: polygon(0% 50%, 3vw 0%, 3vw 4vw);
            clip-path: polygon(0% 50%, 3vw 0%, 3vw 4vw);
  }
}
@media (max-width: 790px) {
  #Prize #eco .slider_goods .slick-prev:after {
    left: 3.3vw;
    -webkit-clip-path: polygon(0% 50%, 5vw 0%, 5vw 6vw);
            clip-path: polygon(0% 50%, 5vw 0%, 5vw 6vw);
  }
}
#Prize #eco .slider_goods .slick-next {
  right: 0;
}
#Prize #eco .slider_goods .slick-next:before {
  right: 5px;
}
#Prize #eco .slider_goods .slick-next:after {
  right: 33px;
  -webkit-clip-path: polygon(40px 50%, 0% 0%, 0% 50px);
          clip-path: polygon(40px 50%, 0% 0%, 0% 50px);
}
@media (max-width: 1100px) {
  #Prize #eco .slider_goods .slick-next:after {
    right: 2.3vw;
    -webkit-clip-path: polygon(3vw 50%, 0% 0%, 0% 4vw);
            clip-path: polygon(3vw 50%, 0% 0%, 0% 4vw);
  }
}
@media (max-width: 790px) {
  #Prize #eco .slider_goods .slick-next:after {
    right: 3.3vw;
    -webkit-clip-path: polygon(5vw 50%, 0% 0%, 0% 6vw);
            clip-path: polygon(5vw 50%, 0% 0%, 0% 6vw);
  }
}
@media (max-width: 790px) {
  #Prize #eco .note {
    padding: 0 3vw;
  }
}
#Prize #donate {
  padding: 40px;
}
@media (max-width: 790px) {
  #Prize #donate {
    padding: 20px;
  }
}
#Prize #donate h3 {
  color: #fcc30b;
}
#Prize #donate ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 790px) {
  #Prize #donate ul {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    width: 80%;
    margin: 20px auto 0;
  }
}
#Prize #donate ul li {
  border: 1px solid #0d6fb8;
}
@media (max-width: 790px) {
  #Prize #donate ul li {
    width: 100%;
  }
}
#Prize #line {
  padding: 40px 40px 0;
}
@media (max-width: 790px) {
  #Prize #line {
    padding: 20px 20px 0;
  }
}
#Prize #line h3 {
  color: #06c755;
}
#Prize #line img {
  width: 200px;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  #Prize #line img {
    width: 15vw;
  }
}
@media (max-width: 790px) {
  #Prize #line img {
    width: 35vw;
  }
}
#Prize #line .note {
  text-align: right;
}

#Products section {
  position: relative;
}
#Products section .img_wrap img {
  position: absolute;
}
#Products section .img_wrap .um_01 {
  width: 90px;
  top: -60px;
  right: 10px;
}
@media (max-width: 1100px) {
  #Products section .img_wrap .um_01 {
    width: 90px;
    width: 8.1818181818vw;
    top: -4vw;
    right: 2vw;
  }
}
@media (max-width: 790px) {
  #Products section .img_wrap .um_01 {
    width: 120px;
    width: 10.9090909091vw;
    top: -9vw;
    right: 2vw;
  }
}
#Products section .img_wrap .um_02 {
  width: 170px;
  left: -10px;
  bottom: -100px;
}
@media (max-width: 1100px) {
  #Products section .img_wrap .um_02 {
    width: 170px;
    width: 15.4545454545vw;
    left: -1vw;
    bottom: -11vw;
  }
}
@media (max-width: 790px) {
  #Products section .img_wrap .um_02 {
    width: 190px;
    width: 17.2727272727vw;
    left: 0vw;
    bottom: -12vw;
  }
}
#Products section .img_wrap .um_03 {
  width: 120px;
  bottom: -100px;
  right: -20px;
}
@media (max-width: 1100px) {
  #Products section .img_wrap .um_03 {
    width: 120px;
    width: 10.9090909091vw;
    bottom: -10.5vw;
    right: 3vw;
  }
}
@media (max-width: 790px) {
  #Products section .img_wrap .um_03 {
    width: 150px;
    width: 13.6363636364vw;
    bottom: -12vw;
    right: 3vw;
  }
}
#Products .wrap_inner {
  margin-bottom: 50px;
  font-weight: 600;
}
#Products .wrap_inner:last-child {
  margin-bottom: 0;
}
#Products .wrap_inner h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0d6fb8;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  #Products .wrap_inner h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 790px) {
  #Products .wrap_inner h3 {
    font-size: 4vw;
    margin-bottom: 10px;
  }
}
#Products .select_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  width: 100%;
}
@media (max-width: 790px) {
  #Products .select_products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#Products .select_products .select_wrap {
  width: calc((100% - 20px) / 2);
  background-color: #cfeaef;
  border-radius: 20px;
  padding: 30px 10px 20px;
  text-align: center;
}
@media (max-width: 790px) {
  #Products .select_products .select_wrap {
    width: 100%;
    padding: 30px 20px 20px;
  }
}
#Products .select_products .select_wrap h3 {
  font-size: 1.25rem;
  background-color: #fff;
  padding: 5px 10px;
  margin-bottom: 30px;
  display: inline-block;
}
@media (max-width: 1100px) {
  #Products .select_products .select_wrap h3 {
    font-size: 1rem;
  }
}
@media (max-width: 790px) {
  #Products .select_products .select_wrap h3 {
    font-size: 4vw;
    margin-bottom: 20px;
  }
}
#Products .select_products .select_wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 790px) {
  #Products .select_products .select_wrap > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#Products .select_products .select_wrap > div .select_img {
  background-color: #fff;
  width: 140px;
  height: 140px;
  padding: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  #Products .select_products .select_wrap > div .select_img {
    width: 15vw;
    height: 15vw;
  }
}
@media (max-width: 790px) {
  #Products .select_products .select_wrap > div .select_img {
    width: 35vw;
    height: 35vw;
  }
}
#Products .select_products .select_wrap > div .select_img img {
  width: 80%;
}
#Products .select_products .select_wrap > div .select_img img.receipt {
  width: 90%;
}
#Products .select_products .select_wrap > div p {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 1100px) {
  #Products .select_products .select_wrap > div p {
    font-size: 0.9375rem;
  }
}
@media (max-width: 790px) {
  #Products .select_products .select_wrap > div p {
    font-size: 3.8vw;
  }
}
#Products .select_products .select_wrap > div p span {
  color: #0d6fb8;
}
@media (max-width: 790px) {
  #Products .select_products .select_wrap > div p br {
    display: none;
  }
}
#Products .select_products .select_wrap ul {
  margin-top: 20px;
  text-align: left;
}
#Products .select_products .select_wrap ul li:not(.note) {
  margin-bottom: 5px;
}
#Products .select_products .select_wrap ul li.note {
  color: #0d6fb8;
}
#Products .select_products .select_wrap .btn-b {
  margin-top: 20px;
}
#Products .select_products .select_wrap .btn-b .other_link {
  width: 90%;
  line-height: 1.3;
}
@media (max-width: 790px) {
  #Products .select_products .select_wrap .btn-b .other_link {
    width: 100%;
  }
}
#Products .select_products .select_wrap .btn-b .other_link span img {
  width: 15px;
  vertical-align: middle;
  margin-left: 5px;
}
#Products .brand .brand_wrap {
  border: 2px solid #0d6fb8;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 790px) {
  #Products .brand .brand_wrap {
    padding: 20px;
  }
}
#Products .brand .brand_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 45px;
  width: 100%;
  margin: auto;
}
@media (max-width: 790px) {
  #Products .brand .brand_wrap ul {
    gap: 10px 25px;
  }
}
#Products .brand .brand_wrap ul li img.lux {
  width: 129px;
}
@media (max-width: 1100px) {
  #Products .brand .brand_wrap ul li img.lux {
    width: 129px;
    width: 11.7272727273vw;
  }
}
#Products .brand .brand_wrap ul li img.dove {
  width: 133px;
}
@media (max-width: 1100px) {
  #Products .brand .brand_wrap ul li img.dove {
    width: 133px;
    width: 12.0909090909vw;
  }
}
#Products .brand .brand_wrap ul li img.nexxus {
  width: 189px;
}
@media (max-width: 1100px) {
  #Products .brand .brand_wrap ul li img.nexxus {
    width: 189px;
    width: 17.1818181818vw;
  }
}
#Products .brand .brand_wrap ul li img.clear {
  width: 142px;
}
@media (max-width: 1100px) {
  #Products .brand .brand_wrap ul li img.clear {
    width: 142px;
    width: 12.9090909091vw;
  }
}
#Products .brand .brand_wrap ul li img.axe {
  width: 142px;
}
@media (max-width: 1100px) {
  #Products .brand .brand_wrap ul li img.axe {
    width: 142px;
    width: 12.9090909091vw;
  }
}
#Products .brand .brand_wrap ul li img.ponds {
  width: 144px;
}
@media (max-width: 1100px) {
  #Products .brand .brand_wrap ul li img.ponds {
    width: 144px;
    width: 13.0909090909vw;
  }
}
#Products .brand .brand_wrap ul li img.domest {
  width: 118px;
}
@media (max-width: 1100px) {
  #Products .brand .brand_wrap ul li img.domest {
    width: 118px;
    width: 10.7272727273vw;
  }
}
#Products .brand .brand_wrap .btn-y {
  margin-top: 40px;
}
@media (max-width: 790px) {
  #Products .brand .brand_wrap .btn-y {
    margin-top: 30px;
  }
}
@media (max-width: 790px) {
  #Products .brand .brand_wrap .btn-y a {
    width: 90%;
  }
}

#Shoot .pc {
  display: block;
}
@media (max-width: 790px) {
  #Shoot .pc {
    display: none;
  }
}
#Shoot section {
  position: relative;
}
#Shoot section .img_wrap img {
  position: absolute;
  z-index: 1;
}
#Shoot section .img_wrap .um_01 {
  width: 170px;
  top: 90px;
  left: 20px;
}
@media (max-width: 1100px) {
  #Shoot section .img_wrap .um_01 {
    width: 170px;
    width: 15.4545454545vw;
    top: 10vw;
    left: 3vw;
  }
}
@media (max-width: 790px) {
  #Shoot section .img_wrap .um_01 {
    width: 200px;
    width: 18.1818181818vw;
    top: 13vw;
    left: 0vw;
  }
}
#Shoot section .img_wrap .um_02 {
  width: 70px;
  right: 45px;
  top: 190px;
}
@media (max-width: 1100px) {
  #Shoot section .img_wrap .um_02 {
    width: 70px;
    width: 6.3636363636vw;
    right: 2vw;
    top: 22vw;
  }
}
@media (max-width: 790px) {
  #Shoot section .img_wrap .um_02 {
    width: 100px;
    width: 9.0909090909vw;
    right: 1vw;
    top: 31vw;
  }
}
#Shoot .wrap_inner {
  position: relative;
}
#Shoot .wrap_inner .img_wrap img {
  position: absolute;
}
#Shoot .wrap_inner .img_wrap .um_03 {
  width: 120px;
  top: 180px;
  right: -60px;
}
@media (max-width: 1100px) {
  #Shoot .wrap_inner .img_wrap .um_03 {
    width: 120px;
    width: 10.9090909091vw;
    top: 19vw;
    right: -4vw;
  }
}
@media (max-width: 790px) {
  #Shoot .wrap_inner .img_wrap .um_03 {
    width: 180px;
    width: 16.3636363636vw;
    top: 29vw;
    right: -4vw;
  }
}
#Shoot .wrap_inner {
  margin-bottom: 50px;
  font-weight: 600;
}
#Shoot .wrap_inner:last-child {
  margin-bottom: 0;
}
#Shoot .wrap_inner h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0d6fb8;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  #Shoot .wrap_inner h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 790px) {
  #Shoot .wrap_inner h3 {
    font-size: 4vw;
    margin-bottom: 10px;
  }
}
#Shoot .shoot_wrap {
  border: 2px solid #0d6fb8;
  border-radius: 30px;
}
#Shoot .shoot_wrap h4 {
  font-size: 1.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  #Shoot .shoot_wrap h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 790px) {
  #Shoot .shoot_wrap h4 {
    font-size: 3.8vw;
  }
}
#Shoot .shoot_wrap h4 img {
  width: 35px;
  margin-right: 10px;
}
#Shoot .note_wrap {
  border: 1px solid #000;
  margin-top: 30px;
}
#Shoot .note_wrap strong {
  font-size: 1.5rem;
  background-color: #000;
  color: #fff;
  display: block;
  text-align: center;
  padding: 5px;
}
@media (max-width: 1100px) {
  #Shoot .note_wrap strong {
    font-size: 1.25rem;
  }
}
@media (max-width: 790px) {
  #Shoot .note_wrap strong {
    font-size: 3.7vw;
  }
}
#Shoot .note_wrap ul {
  padding: 20px;
  font-size: 0.9375rem;
  background-color: #fff;
}
@media (max-width: 790px) {
  #Shoot .note_wrap ul {
    font-size: 3vw;
  }
}
#Shoot .good_wrap {
  padding: 40px;
}
@media (max-width: 790px) {
  #Shoot .good_wrap {
    padding: 20px;
  }
}
#Shoot .good_wrap .shoot_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
}
@media (max-width: 790px) {
  #Shoot .good_wrap .shoot_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#Shoot .good_wrap .shoot_img img {
  width: 30%;
}
@media (max-width: 790px) {
  #Shoot .good_wrap .shoot_img img {
    width: 50%;
  }
}
#Shoot .good_wrap .shoot_img ul li {
  margin-bottom: 5px;
}
#Shoot .bad_wrap {
  padding: 40px;
  background-color: #eeeeee;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 790px) {
  #Shoot .bad_wrap {
    padding: 20px 4vw;
  }
}
#Shoot .bad_wrap > p {
  text-align: center;
  margin-bottom: 10px;
}
#Shoot .bad_wrap > p:last-of-type {
  margin-bottom: 0;
}
#Shoot .bad_wrap > p .sp {
  display: none;
}
@media (max-width: 790px) {
  #Shoot .bad_wrap > p .sp {
    display: block;
  }
}
#Shoot .bad_wrap .square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 9em;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  #Shoot .bad_wrap .square {
    height: auto;
  }
}
#Shoot .bad_wrap .noshoot_sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
}
#Shoot .bad_wrap .noshoot_sample li {
  width: calc((100% - 40px) / 3);
  text-align: center;
}
@media (max-width: 790px) {
  #Shoot .bad_wrap .noshoot_sample li {
    width: calc((100% - 20px) / 2);
  }
}
#Shoot .bad_wrap .note {
  text-align: right;
}
#Shoot .recyclebox_wrap {
  background-color: #fff687;
  border-radius: 30px;
  padding: 40px;
}
@media (max-width: 790px) {
  #Shoot .recyclebox_wrap {
    padding: 20px;
  }
}
#Shoot .recyclebox_wrap > p {
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 1100px) {
  #Shoot .recyclebox_wrap > p {
    font-size: 1.25rem;
  }
}
@media (max-width: 790px) {
  #Shoot .recyclebox_wrap > p {
    font-size: 4vw;
  }
}
#Shoot .recyclebox_wrap > p br {
  display: none;
}
@media (max-width: 790px) {
  #Shoot .recyclebox_wrap > p br {
    display: block;
  }
}
#Shoot .recyclebox_wrap .box_wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
}
@media (max-width: 790px) {
  #Shoot .recyclebox_wrap .box_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#Shoot .recyclebox_wrap .box_wrap .img {
  background-color: #fff;
  width: 300px;
  height: 300px;
  padding: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  #Shoot .recyclebox_wrap .box_wrap .img {
    width: 23vw;
    height: 23vw;
  }
}
@media (max-width: 790px) {
  #Shoot .recyclebox_wrap .box_wrap .img {
    width: 70%;
    height: 70%;
  }
}
#Shoot .recyclebox_wrap .box_wrap .img img {
  width: 40%;
}
#Shoot .recyclebox_wrap .box_wrap ul li {
  margin-bottom: 5px;
}
#Shoot .recyclebox_wrap .box_wrap dl dt {
  background-color: #0d6fb8;
  color: #fff;
  font-size: 1.25rem;
  padding: 0 5px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 1100px) {
  #Shoot .recyclebox_wrap .box_wrap dl dt {
    font-size: 1rem;
  }
}
@media (max-width: 790px) {
  #Shoot .recyclebox_wrap .box_wrap dl dt {
    font-size: 3.5vw;
  }
}

#Recyclebox section {
  position: relative;
}
#Recyclebox section .img_wrap img {
  position: absolute;
  z-index: 1;
}
#Recyclebox section .img_wrap .um_01 {
  width: 100px;
  bottom: -30px;
  left: 20px;
}
@media (max-width: 1100px) {
  #Recyclebox section .img_wrap .um_01 {
    width: 100px;
    width: 9.0909090909vw;
    bottom: -5vw;
    left: 5vw;
  }
}
@media (max-width: 790px) {
  #Recyclebox section .img_wrap .um_01 {
    bottom: -8vw;
    left: 5vw;
  }
}
#Recyclebox section .img_wrap .um_02 {
  width: 130px;
  right: 0px;
  top: -40px;
}
@media (max-width: 1100px) {
  #Recyclebox section .img_wrap .um_02 {
    width: 130px;
    width: 11.8181818182vw;
    right: 0vw;
    top: -3vw;
  }
}
@media (max-width: 790px) {
  #Recyclebox section .img_wrap .um_02 {
    right: -1vw;
    top: -4vw;
  }
}
#Recyclebox .other_link span img {
  width: 15px;
  vertical-align: middle;
  margin-left: 5px;
}

#Faq section {
  position: relative;
}
#Faq section .img_wrap img {
  position: absolute;
  z-index: 1;
}
#Faq section .img_wrap .um_01 {
  width: 90px;
  top: -30px;
  left: -20px;
}
@media (max-width: 1100px) {
  #Faq section .img_wrap .um_01 {
    width: 90px;
    width: 8.1818181818vw;
    top: -2vw;
    left: -1vw;
  }
}
@media (max-width: 790px) {
  #Faq section .img_wrap .um_01 {
    width: 120px;
    width: 10.9090909091vw;
    top: -8vw;
    left: 0vw;
  }
}
#Faq section .img_wrap .um_02 {
  width: 120px;
  right: 30px;
  top: -60px;
}
@media (max-width: 1100px) {
  #Faq section .img_wrap .um_02 {
    width: 120px;
    width: 10.9090909091vw;
    right: 4vw;
    top: -5vw;
  }
}
@media (max-width: 790px) {
  #Faq section .img_wrap .um_02 {
    width: 160px;
    width: 14.5454545455vw;
    right: 4vw;
    top: -7vw;
  }
}
#Faq section .img_wrap .um_03 {
  width: 160px;
  left: -70px;
  bottom: -30px;
}
@media (max-width: 1100px) {
  #Faq section .img_wrap .um_03 {
    width: 160px;
    width: 14.5454545455vw;
    left: -3vw;
    bottom: -6vw;
  }
}
@media (max-width: 790px) {
  #Faq section .img_wrap .um_03 {
    width: 180px;
    width: 16.3636363636vw;
    left: 0vw;
    bottom: -7vw;
  }
}
#Faq .wrap_inner {
  margin-bottom: 50px;
}
@media (max-width: 790px) {
  #Faq .wrap_inner {
    margin-bottom: 30px;
  }
}
#Faq .wrap_inner:last-child {
  margin-bottom: 0;
}
#Faq .wrap_inner h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d6fb8;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  #Faq .wrap_inner h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 790px) {
  #Faq .wrap_inner h3 {
    font-size: 4vw;
    margin-bottom: 10px;
  }
}
#Faq .faq_wrap .faq_contents_wrap {
  margin-top: 10px;
}
#Faq .faq_wrap .faq_contents_wrap .en {
  font-weight: 700;
}
#Faq .faq_wrap .faq_contents_wrap.active .question {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Faq .faq_wrap .faq_contents_wrap.active .question::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0px;
}
#Faq .faq_wrap .faq_contents_wrap.active .answer {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Faq .faq_wrap .faq_contents_wrap .question {
  border: none;
  color: #000;
  background-color: #fff687;
  border-radius: 10px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
  padding: 20px 50px 20px 30px;
  text-align: left;
  position: relative;
}
@media (max-width: 790px) {
  #Faq .faq_wrap .faq_contents_wrap .question {
    padding: 20px 50px 20px 15px;
  }
}
#Faq .faq_wrap .faq_contents_wrap .question::before, #Faq .faq_wrap .faq_contents_wrap .question::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 25px;
  height: 3px;
  background-color: #0d6fb8;
  border-radius: 20vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 790px) {
  #Faq .faq_wrap .faq_contents_wrap .question::before, #Faq .faq_wrap .faq_contents_wrap .question::after {
    width: 15px;
    height: 2px;
  }
}
#Faq .faq_wrap .faq_contents_wrap .question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
}
#Faq .faq_wrap .faq_contents_wrap .question.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0;
}
#Faq .faq_wrap .faq_contents_wrap .question p {
  line-height: 1.4;
}
#Faq .faq_wrap .faq_contents_wrap .answer {
  display: none;
  gap: 10px;
  padding: 20px;
}
@media (max-width: 790px) {
  #Faq .faq_wrap .faq_contents_wrap .answer {
    padding: 20px 15px;
  }
}
#Faq .faq_wrap .faq_contents_wrap .answer p {
  margin-bottom: 10px;
}
#Faq .faq_wrap .faq_contents_wrap .answer a {
  color: #0d6fb8;
  text-decoration: underline;
  overflow-wrap: anywhere;
}
#Faq .faq_wrap .faq_contents_wrap .answer dl div {
  margin-bottom: 10px;
}
#Faq .faq_wrap .faq_contents_wrap .answer dl div dt {
  font-weight: 700;
}

#Importantpoints {
  padding-bottom: 180px;
}
@media (max-width: 1100px) {
  #Importantpoints {
    padding-bottom: 130px;
  }
}
@media (max-width: 790px) {
  #Importantpoints {
    padding-bottom: 18vw;
  }
}
#Importantpoints section {
  position: relative;
}
#Importantpoints section .img_wrap img {
  position: absolute;
  z-index: 1;
}
#Importantpoints section .img_wrap .um_01 {
  width: 160px;
  top: -50px;
  right: 80px;
}
@media (max-width: 1100px) {
  #Importantpoints section .img_wrap .um_01 {
    width: 160px;
    width: 14.5454545455vw;
    top: -6vw;
    right: 12vw;
  }
}
@media (max-width: 790px) {
  #Importantpoints section .img_wrap .um_01 {
    width: 180px;
    width: 16.3636363636vw;
    top: -7vw;
    right: 8vw;
  }
}
#Importantpoints section .img_wrap .um_02 {
  width: 80px;
  left: -20px;
  top: 270px;
}
@media (max-width: 1100px) {
  #Importantpoints section .img_wrap .um_02 {
    width: 80px;
    width: 7.2727272727vw;
    left: -1vw;
    top: 25vw;
  }
}
@media (max-width: 790px) {
  #Importantpoints section .img_wrap .um_02 {
    width: 100px;
    width: 9.0909090909vw;
    left: -2vw;
    top: 14vw;
  }
}
#Importantpoints section .img_wrap .um_03 {
  width: 70px;
  right: 0px;
  top: 40px;
}
@media (max-width: 1100px) {
  #Importantpoints section .img_wrap .um_03 {
    width: 70px;
    width: 6.3636363636vw;
    right: 2vw;
    top: 5vw;
  }
}
@media (max-width: 790px) {
  #Importantpoints section .img_wrap .um_03 {
    width: 90px;
    width: 8.1818181818vw;
    right: 1vw;
    top: 4vw;
  }
}
#Importantpoints .wrap_inner {
  margin-bottom: 50px;
}
@media (max-width: 790px) {
  #Importantpoints .wrap_inner {
    margin-bottom: 30px;
  }
}
#Importantpoints .wrap_inner:last-child {
  margin-bottom: 0;
}
#Importantpoints .wrap_inner h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0d6fb8;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  #Importantpoints .wrap_inner h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 790px) {
  #Importantpoints .wrap_inner h3 {
    font-size: 4vw;
    margin-bottom: 10px;
  }
}
#Importantpoints .program {
  color: #0d6fb8;
  text-align: center;
}
#Importantpoints .program h3 span {
  position: relative;
}
#Importantpoints .program h3 span::before, #Importantpoints .program h3 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  display: inline-block;
  background-color: #0d6fb8;
  color: transparent;
  width: 3px;
  height: 1.2em;
  margin: 0 1.5em;
  margin-top: 0em;
}
@media (max-width: 790px) {
  #Importantpoints .program h3 span::before, #Importantpoints .program h3 span::after {
    width: 2px;
  }
}
#Importantpoints .program h3 span::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: -70px;
}
@media (max-width: 790px) {
  #Importantpoints .program h3 span::before {
    left: -11vw;
  }
}
#Importantpoints .program h3 span::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  right: -70px;
}
@media (max-width: 790px) {
  #Importantpoints .program h3 span::after {
    right: -11vw;
  }
}
#Importantpoints .program .em {
  font-size: 1.625rem;
  font-weight: 800;
}
@media (max-width: 790px) {
  #Importantpoints .program .em {
    font-size: 4.5vw;
  }
}
#Importantpoints .program .em br {
  display: none;
}
@media (max-width: 790px) {
  #Importantpoints .program .em br {
    display: block;
  }
}
#Importantpoints .program dl {
  margin-top: 20px;
}
#Importantpoints .program dl div {
  margin-bottom: 10px;
}
#Importantpoints .program dl div:last-child {
  margin-bottom: 0;
}
#Importantpoints .program dl div dt {
  background-color: #cfeaef;
  color: #009fb0;
  font-weight: 700;
  width: 35%;
  margin: auto;
  border-radius: 20vw;
}
@media (max-width: 790px) {
  #Importantpoints .program dl div dt {
    width: 80%;
  }
}
#Importantpoints .program dl div dd {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media (max-width: 790px) {
  #Importantpoints .program dl div dd {
    font-size: 3.8vw;
  }
}
#Importantpoints .program dl div dd br {
  display: none;
}
@media (max-width: 790px) {
  #Importantpoints .program dl div dd br {
    display: block;
  }
}
#Importantpoints .contents_box {
  border: 2px solid #0d6fb8;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 790px) {
  #Importantpoints .contents_box {
    padding: 20px 15px;
  }
}
#Importantpoints .contents_box .contents_box_inner {
  height: 450px;
  overflow-y: auto;
  padding-right: 15px;
  overflow-wrap: anywhere;
}
#Importantpoints .contents_box .contents_box_inner::-webkit-scrollbar {
  background: #fff;
  border: 1px solid #0d6fb8;
  border-radius: 20vw;
  width: 10px;
}
@media (max-width: 790px) {
  #Importantpoints .contents_box .contents_box_inner::-webkit-scrollbar {
    width: 8px;
  }
}
#Importantpoints .contents_box .contents_box_inner::-webkit-scrollbar-thumb {
  background-color: #0d6fb8;
  border-radius: 20vw;
  padding: 3px;
}
#Importantpoints .contents_box .contents_box_inner p {
  margin-bottom: 1em;
}
#Importantpoints .contents_box .contents_box_inner dl {
  margin: 20px auto;
}
#Importantpoints .contents_box .contents_box_inner dl dt {
  font-weight: 700;
  margin-bottom: 5px;
}

footer {
  background-color: #fff;
  padding-bottom: 40px;
  text-align: center;
}
footer .img_footer {
  width: 50%;
  margin: -210px auto 0;
}
@media (max-width: 1100px) {
  footer .img_footer {
    width: 70%;
  }
}
@media (max-width: 790px) {
  footer .img_footer {
    width: 80%;
  }
}
footer .contents_wrap {
  margin-top: 60px;
}
@media (max-width: 790px) {
  footer .contents_wrap {
    margin-top: 30px;
  }
}
footer .contents_wrap p {
  font-size: 1.625rem;
  font-weight: 700;
  color: #0d6fb8;
}
@media (max-width: 1100px) {
  footer .contents_wrap p {
    font-size: 1.375rem;
  }
}
@media (max-width: 790px) {
  footer .contents_wrap p {
    font-size: 3.5vw;
  }
}
footer .contents_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: 20px auto 30px;
}
@media (max-width: 790px) {
  footer .contents_wrap ul {
    gap: 20px;
  }
}
footer .contents_wrap ul li {
  width: 60px;
}
@media (max-width: 790px) {
  footer .contents_wrap ul li {
    width: 10vw;
  }
}
footer .contents_wrap ul li a {
  display: block;
}
footer .contents_wrap .copyright {
  font-size: 0.8125rem;
  color: #000;
}
@media (max-width: 790px) {
  footer .contents_wrap .copyright {
    font-size: 12px;
  }
}

.img_wrap_anime img,
.img_wrap img,
.img_line img {
  position: absolute;
}

.img_wrap_anime img,
.img_line img {
  opacity: 0;
}

#Contents .lead {
  position: relative;
}
#Contents .lead .img_wrap_anime .ill_01 {
  width: 127px;
  top: -60px;
  right: 0;
}
@media (max-width: 1100px) {
  #Contents .lead .img_wrap_anime .ill_01 {
    width: 107px;
    width: 9.7272727273vw;
    top: -8vw;
    right: 0;
  }
}
@media (max-width: 790px) {
  #Contents .lead .img_wrap_anime .ill_01 {
    width: 160px;
    width: 14.5454545455vw;
    top: -21vw;
    right: 4vw;
  }
}
#Contents .lead .img_wrap_anime .ill_02 {
  width: 152px;
  top: 80px;
  left: -160px;
}
@media (max-width: 1100px) {
  #Contents .lead .img_wrap_anime .ill_02 {
    width: 132px;
    width: 12vw;
    top: 5vw;
    left: -12vw;
  }
}
@media (max-width: 790px) {
  #Contents .lead .img_wrap_anime .ill_02 {
    width: 182px;
    width: 16.5454545455vw;
    top: -13vw;
    left: 4vw;
  }
}
#Contents .lead .img_wrap_anime .ill_03 {
  width: 129px;
  bottom: -160px;
  right: 100px;
}
@media (max-width: 1100px) {
  #Contents .lead .img_wrap_anime .ill_03 {
    width: 129px;
    width: 11.7272727273vw;
    bottom: -13vw;
    right: 10vw;
  }
}
@media (max-width: 790px) {
  #Contents .lead .img_wrap_anime .ill_03 {
    width: 180px;
    width: 16.3636363636vw;
    bottom: -21vw;
    right: 28vw;
  }
}
#Contents .lead .img_wrap_anime .line_01 {
  width: 569px;
  top: -90px;
  left: 40px;
}
@media (max-width: 1100px) {
  #Contents .lead .img_wrap_anime .line_01 {
    width: 609px;
    width: 55.3636363636vw;
    top: -10vw;
    left: 2vw;
  }
}
@media (max-width: 790px) {
  #Contents .lead .img_wrap_anime .line_01 {
    width: 609px;
    width: 55.3636363636vw;
    top: -18vw;
    left: 22vw;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
#Contents .lead .img_wrap_anime .line_02 {
  width: 106px;
  top: 270px;
  left: -60px;
}
@media (max-width: 1100px) {
  #Contents .lead .img_wrap_anime .line_02 {
    width: 126px;
    width: 11.4545454545vw;
    top: 23vw;
    left: -9vw;
  }
}
@media (max-width: 790px) {
  #Contents .lead .img_wrap_anime .line_02 {
    display: none;
  }
}
#Contents .lead .img_wrap_anime .line_03 {
  width: 250px;
  bottom: -130px;
  left: 180px;
}
@media (max-width: 1100px) {
  #Contents .lead .img_wrap_anime .line_03 {
    width: 290px;
    width: 26.3636363636vw;
    bottom: -10vw;
    left: 17vw;
  }
}
@media (max-width: 790px) {
  #Contents .lead .img_wrap_anime .line_03 {
    width: 290px;
    width: 26.3636363636vw;
    bottom: -12vw;
    left: 20vw;
  }
}
#Contents .flow {
  position: relative;
}
#Contents .flow .img_wrap_anime .ill_04 {
  width: 216px;
  bottom: -190px;
  left: -90px;
}
@media (max-width: 1100px) {
  #Contents .flow .img_wrap_anime .ill_04 {
    width: 186px;
    width: 16.9090909091vw;
    bottom: -16vw;
    left: -5vw;
  }
}
@media (max-width: 790px) {
  #Contents .flow .img_wrap_anime .ill_04 {
    width: 236px;
    width: 21.4545454545vw;
    bottom: -23vw;
    left: -5vw;
  }
}
#Contents .flow .img_wrap_anime .line_04 {
  width: 40px;
  top: -40px;
  right: 60px;
}
@media (max-width: 1100px) {
  #Contents .flow .img_wrap_anime .line_04 {
    width: 50px;
    width: 4.5454545455vw;
    top: -6vw;
    right: 3vw;
  }
}
@media (max-width: 790px) {
  #Contents .flow .img_wrap_anime .line_04 {
    width: 50px;
    width: 4.5454545455vw;
    top: -2vw;
    right: 2vw;
  }
}
#Contents .flow .img_wrap_anime .line_05 {
  width: 39px;
  bottom: 20px;
  left: -10px;
}
@media (max-width: 1100px) {
  #Contents .flow .img_wrap_anime .line_05 {
    width: 49px;
    width: 4.4545454545vw;
    bottom: 1vw;
    left: -5vw;
  }
}
@media (max-width: 790px) {
  #Contents .flow .img_wrap_anime .line_05 {
    width: 49px;
    width: 4.4545454545vw;
    bottom: -2vw;
    left: -3vw;
  }
}
#Contents .flow .img_wrap_anime .line_06 {
  width: 169px;
  bottom: -170px;
  left: 130px;
}
@media (max-width: 1100px) {
  #Contents .flow .img_wrap_anime .line_06 {
    width: 189px;
    width: 17.1818181818vw;
    bottom: -17vw;
    left: 13vw;
  }
}
@media (max-width: 790px) {
  #Contents .flow .img_wrap_anime .line_06 {
    width: 189px;
    width: 17.1818181818vw;
    bottom: -25vw;
    left: 17vw;
  }
}
#Contents .program_wrap {
  position: relative;
}
#Contents .program_wrap .img_wrap_anime .ill_05 {
  width: 182px;
  top: -130px;
  right: -40px;
}
@media (max-width: 1100px) {
  #Contents .program_wrap .img_wrap_anime .ill_05 {
    width: 182px;
    width: 16.5454545455vw;
    top: -12vw;
    right: 6vw;
  }
}
@media (max-width: 790px) {
  #Contents .program_wrap .img_wrap_anime .ill_05 {
    width: 232px;
    width: 21.0909090909vw;
    top: -7vw;
    right: 2vw;
  }
}
#Contents .program_wrap .img_wrap_anime .line_07 {
  width: 195px;
  top: -140px;
  right: 190px;
}
@media (max-width: 1100px) {
  #Contents .program_wrap .img_wrap_anime .line_07 {
    width: 155px;
    width: 14.0909090909vw;
    top: -13vw;
    right: 25vw;
  }
}
@media (max-width: 790px) {
  #Contents .program_wrap .img_wrap_anime .line_07 {
    width: 155px;
    width: 14.0909090909vw;
    top: -8vw;
    right: 25vw;
  }
}
#Contents .program_wrap .img_wrap_anime .line_08 {
  width: 153px;
  bottom: -120px;
  right: -90px;
}
@media (max-width: 1100px) {
  #Contents .program_wrap .img_wrap_anime .line_08 {
    width: 153px;
    width: 13.9090909091vw;
    bottom: 0vw;
    right: 7vw;
  }
}
@media (max-width: 790px) {
  #Contents .program_wrap .img_wrap_anime .line_08 {
    width: 123px;
    width: 11.1818181818vw;
    bottom: -11vw;
    right: 3vw;
  }
}
#Contents .news {
  position: relative;
}
#Contents .news .img_wrap_anime .ill_06 {
  width: 180px;
  top: 270px;
  left: -210px;
}
@media (max-width: 1100px) {
  #Contents .news .img_wrap_anime .ill_06 {
    width: 150px;
    width: 13.6363636364vw;
    left: -14vw;
  }
}
@media (max-width: 790px) {
  #Contents .news .img_wrap_anime .ill_06 {
    width: 200px;
    width: 18.1818181818vw;
    top: auto;
    bottom: -5vw;
    left: -14vw;
  }
}
#Contents .news .img_wrap_anime .line_09 {
  width: 76px;
  top: 150px;
  left: -90px;
}
@media (max-width: 1100px) {
  #Contents .news .img_wrap_anime .line_09 {
    width: 76px;
    width: 6.9090909091vw;
    top: 170px;
    left: -70px;
  }
}
@media (max-width: 1100px) {
  #Contents .news .img_wrap_anime .line_09 {
    width: 76px;
    width: 6.9090909091vw;
    top: auto;
    bottom: 8vw;
    left: -9vw;
  }
}
#Contents .news .img_wrap_anime .line_10 {
  width: 719px;
  bottom: -90px;
  left: -90px;
}
@media (max-width: 1100px) {
  #Contents .news .img_wrap_anime .line_10 {
    width: 689px;
    width: 62.6363636364vw;
    bottom: -10vw;
    left: -7vw;
  }
}
@media (max-width: 790px) {
  #Contents .news .img_wrap_anime .line_10 {
    width: 600px;
    width: 54.5454545455vw;
    bottom: -15vw;
    left: -2vw;
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
}
#Contents .contact {
  position: relative;
}
#Contents .contact .img_wrap_anime .ill_07 {
  width: 160px;
  top: -30px;
  right: -80px;
}
@media (max-width: 1100px) {
  #Contents .contact .img_wrap_anime .ill_07 {
    width: 140px;
    width: 12.7272727273vw;
    top: -4vw;
    right: -4vw;
  }
}
@media (max-width: 790px) {
  #Contents .contact .img_wrap_anime .ill_07 {
    width: 180px;
    width: 16.3636363636vw;
    top: -7vw;
    right: 0vw;
  }
}
#Contents .contact .img_wrap_anime .ill_08 {
  width: 260px;
  bottom: -110px;
  left: -180px;
}
@media (max-width: 1100px) {
  #Contents .contact .img_wrap_anime .ill_08 {
    width: 240px;
    width: 21.8181818182vw;
    bottom: -12vw;
    left: -7vw;
  }
}
@media (max-width: 790px) {
  #Contents .contact .img_wrap_anime .ill_08 {
    width: 280px;
    width: 25.4545454545vw;
    bottom: -15vw;
    left: -2vw;
  }
}
#Contents .contact .img_wrap_anime .line_11 {
  width: 734px;
  bottom: -70px;
  right: -70px;
}
@media (max-width: 1100px) {
  #Contents .contact .img_wrap_anime .line_11 {
    width: 704px;
    width: 64vw;
    bottom: -8vw;
    right: -5vw;
  }
}
@media (max-width: 790px) {
  #Contents .contact .img_wrap_anime .line_11 {
    width: 704px;
    width: 64vw;
    bottom: -12vw;
    right: -9vw;
  }
}
#Contents .contact .img_wrap_anime .line_12 {
  width: 69px;
  bottom: -230px;
  left: -100px;
}
@media (max-width: 1100px) {
  #Contents .contact .img_wrap_anime .line_12 {
    width: 69px;
    width: 6.2727272727vw;
    bottom: -22vw;
    left: -2vw;
  }
}
@media (max-width: 790px) {
  #Contents .contact .img_wrap_anime .line_12 {
    width: 69px;
    width: 6.2727272727vw;
    bottom: -24vw;
    left: 2vw;
  }
}
#Contents .img_goods {
  position: relative;
}
#Contents .img_goods .img_wrap_anime .ill_09 {
  width: 180px;
  bottom: -80px;
  right: -160px;
  z-index: 3;
}
@media (max-width: 1100px) {
  #Contents .img_goods .img_wrap_anime .ill_09 {
    width: 160px;
    width: 14.5454545455vw;
    bottom: -4vw;
    right: -12vw;
  }
}
@media (max-width: 790px) {
  #Contents .img_goods .img_wrap_anime .ill_09 {
    width: 160px;
    width: 14.5454545455vw;
    bottom: -4vw;
    right: -9vw;
  }
}

.is-anime {
  -webkit-animation: scaleUpDown 0.6s ease-in-out forwards;
          animation: scaleUpDown 0.6s ease-in-out forwards;
}

@-webkit-keyframes scaleUpDown {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUpDown {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.line_left.is-lineanime {
  -webkit-animation: revealAndHide 4s ease-in-out forwards;
          animation: revealAndHide 4s ease-in-out forwards;
}

@-webkit-keyframes revealAndHide {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  98% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
}

@keyframes revealAndHide {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  98% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
}
.line_right.is-lineanime {
  -webkit-animation: revealFromRight 4s ease-in-out forwards;
          animation: revealFromRight 4s ease-in-out forwards;
}

@-webkit-keyframes revealFromRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  98% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
}

@keyframes revealFromRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  98% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
}
.line_top.is-lineanime {
  -webkit-animation: revealFromTop 4s ease-in-out forwards;
          animation: revealFromTop 4s ease-in-out forwards;
}

@-webkit-keyframes revealFromTop {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  98% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
}

@keyframes revealFromTop {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  98% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
}
@media (max-width: 790px) {
  #CP_roducts {
    padding: 50px 4vw 70px;
  }
}
#CP_roducts .bg_wrap {
  background-color: #fff;
  border-radius: 40px;
  padding: 80px 40px 60px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  #CP_roducts .bg_wrap {
    padding: 80px 6vw 60px;
  }
}
@media (max-width: 790px) {
  #CP_roducts .bg_wrap {
    padding: 60px 5vw;
  }
}
#CP_roducts .bg_wrap h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #0d6fb8;
  color: #fff347;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  padding: 5px 30px;
  border-radius: 20vw;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1100px) {
  #CP_roducts .bg_wrap h1 {
    font-size: 1.625rem;
  }
}
@media (max-width: 790px) {
  #CP_roducts .bg_wrap h1 {
    font-size: 4vw;
    top: -5vw;
  }
}
#CP_roducts .bg_wrap h2 {
  background-color: #fff;
  position: relative;
  top: auto;
  margin-bottom: 30px;
}
#CP_roducts .bg_wrap h2 img {
  width: 130px;
}
#CP_roducts .bg_wrap h2 .nexxus {
  width: 230px;
}
#CP_roducts .bg_wrap h2 .clear,
#CP_roducts .bg_wrap h2 .axe {
  width: 170px;
}
#CP_roducts .bg_wrap h2 .ponds {
  width: 200px;
}
#CP_roducts .bg_wrap h3 {
  font-size: 1.5rem;
  color: #0d6fb8;
  text-align: center;
  margin-bottom: 20px;
}
#CP_roducts .wrap_inner {
  margin-bottom: 80px;
}
#CP_roducts .wrap_inner:last-child {
  margin-bottom: 0;
}
#CP_roducts .wrap_inner dl div {
  margin-bottom: 40px;
  text-align: center;
}
#CP_roducts .wrap_inner dl div dt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d6fb8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #fff347));
  background: linear-gradient(transparent 80%, #fff347 0%);
  display: inline-block;
  margin-bottom: 20px;
}
#CP_roducts .wrap_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 20px;
}
#CP_roducts .wrap_inner ul li {
  padding-left: 0.5em;
  font-size: 1.125rem;
  font-weight: 700;
}
#CP_roducts .wrap_inner .note {
  text-align: center;
}
#CP_roducts .collect {
  padding: 40px;
}
#CP_roducts .btn-b a {
  -webkit-box-shadow: 0 5px 0 #0d6fb8;
          box-shadow: 0 5px 0 #0d6fb8;
  border: 3px solid #0d6fb8;
  position: relative;
}
@media (max-width: 790px) {
  #CP_roducts .btn-b a {
    width: 330px;
  }
}
#CP_roducts .btn-b a::before, #CP_roducts .btn-b a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#CP_roducts .btn-b a::before {
  width: 30px;
  height: 30px;
  left: 10px;
  border-radius: 50%;
  background-color: #0d6fb8;
}
#CP_roducts .btn-b a::after {
  width: 10px;
  height: 15px;
  background-color: #fff347;
  -webkit-clip-path: polygon(0% 50%, 10px 0%, 10px 15px);
          clip-path: polygon(0% 50%, 10px 0%, 10px 15px);
  left: 18px;
  right: auto;
}

@media (max-width: 790px) {
  #CP_news {
    padding: 50px 4vw 70px;
  }
}
#CP_news .bg_wrap {
  background-color: #fff;
  border-radius: 40px;
  padding: 80px 40px 60px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  #CP_news .bg_wrap {
    padding: 80px 6vw 60px;
  }
}
@media (max-width: 790px) {
  #CP_news .bg_wrap {
    padding: 60px 5vw;
  }
}
#CP_news .bg_wrap h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #0d6fb8;
  color: #fff347;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  padding: 5px 30px;
  border-radius: 20vw;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1100px) {
  #CP_news .bg_wrap h1 {
    font-size: 1.625rem;
  }
}
@media (max-width: 790px) {
  #CP_news .bg_wrap h1 {
    font-size: 4vw;
    top: -5vw;
  }
}
#CP_news .wrap_inner {
  position: relative;
}
#CP_news .wrap_inner .section {
  text-align: right;
  background: #fff;
}
#CP_news .wrap_inner .newslist_wrap_link {
  position: relative;
  padding-right: 1.5em;
  color: #0d6fb8;
}
#CP_news .wrap_inner .newslist_wrap_link::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid #0d6fb8;
  border-right: 1px solid #0d6fb8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#CP_news .wrap_inner #newslist_js {
  text-align: left;
  margin-top: 40px;
}
#CP_news .wrap_inner #newslist_js .newslist {
  border-bottom: 1px dotted #0d6fb8;
}
#CP_news .wrap_inner #newslist_js .newslist .newslist_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 0;
  padding-bottom: 30px;
  padding-right: 60px;
  position: relative;
}
#CP_news .wrap_inner #newslist_js .newslist .newslist_ttl::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-bottom: 1px solid #0d6fb8;
  border-right: 1px solid #0d6fb8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#CP_news .wrap_inner #newslist_js .newslist .newslist_ttl .newslist_ttl_date {
  margin-right: 3em;
  color: #898989;
}
#CP_news .wrap_inner #newslist_js .newslist .newslist_ttl .newslist_ttl_txt {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 1100px) {
  #CP_news .wrap_inner #newslist_js .newslist .newslist_ttl .newslist_ttl_txt {
    font-size: 0.9375rem;
  }
}
@media (max-width: 790px) {
  #CP_news .wrap_inner #newslist_js .newslist .newslist_ttl .newslist_ttl_txt {
    font-size: 3.4vw;
  }
}
#CP_news .wrap_inner #newslist_js .newslist .newslist_ttl.is-open::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
#CP_news .wrap_inner #newslist_js .newslist .newslist_body {
  display: none;
  padding-bottom: 40px;
}
#CP_news .wrap_inner #newslist_js .newslist .newslist_body a {
  word-break: break-all;
}
#CP_news .wrap_inner #newslist_js .newslist .newslist_body_img {
  width: 70%;
  margin: 0 auto 10px;
}
#CP_news .wrap_inner .newslist:nth-of-type(n+10) {
  display: none;
}
#CP_news .wrap_inner .newslist_all {
  margin-top: 60px;
  color: #0d6fb8;
  border: 2px solid #0d6fb8;
  border-radius: 20vw;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 10px 20px;
  width: 40%;
  margin: 60px auto 0;
  text-align: center;
  position: relative;
}
#CP_news .wrap_inner .newslist_all::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #0d6fb8;
  border-right: 2px solid #0d6fb8;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#CP_news .wrap_inner .is-open::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
#CP_news .btn-b a {
  -webkit-box-shadow: 0 5px 0 #0d6fb8;
          box-shadow: 0 5px 0 #0d6fb8;
  border: 3px solid #0d6fb8;
  position: relative;
}
@media (max-width: 790px) {
  #CP_news .btn-b a {
    width: 330px;
  }
}
#CP_news .btn-b a::before, #CP_news .btn-b a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#CP_news .btn-b a::before {
  width: 30px;
  height: 30px;
  left: 10px;
  border-radius: 50%;
  background-color: #0d6fb8;
}
#CP_news .btn-b a::after {
  width: 10px;
  height: 15px;
  background-color: #fff347;
  -webkit-clip-path: polygon(0% 50%, 10px 0%, 10px 15px);
          clip-path: polygon(0% 50%, 10px 0%, 10px 15px);
  left: 18px;
  right: auto;
}

@media (max-width: 790px) {
  #CP_roducts {
    padding: 50px 4vw 70px;
  }
}
#CP_roducts .bg_wrap {
  background-color: #fff;
  border-radius: 40px;
  padding: 80px 40px 60px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  #CP_roducts .bg_wrap {
    padding: 80px 6vw 60px;
  }
}
@media (max-width: 790px) {
  #CP_roducts .bg_wrap {
    padding: 60px 5vw;
  }
}
#CP_roducts .bg_wrap h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #0d6fb8;
  color: #fff347;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  padding: 5px 30px;
  border-radius: 20vw;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1100px) {
  #CP_roducts .bg_wrap h1 {
    font-size: 1.625rem;
  }
}
@media (max-width: 790px) {
  #CP_roducts .bg_wrap h1 {
    font-size: 4vw;
    top: -5vw;
  }
}
#CP_roducts .wrap_inner p {
  margin-bottom: 40px;
  text-align: center;
  line-height: 2;
}
@media (max-width: 790px) {
  #CP_roducts .wrap_inner p {
    font-size: 3.5vw;
  }
}
#CP_roducts .wrap_inner p span {
  font-weight: 700;
  color: #0d6fb8;
}
#CP_roducts .wrap_inner .pc {
  display: block;
}
@media (max-width: 790px) {
  #CP_roducts .wrap_inner .pc {
    display: none;
  }
}
#CP_roducts .btn-b a {
  -webkit-box-shadow: 0 5px 0 #0d6fb8;
          box-shadow: 0 5px 0 #0d6fb8;
  border: 3px solid #0d6fb8;
  position: relative;
}
@media (max-width: 790px) {
  #CP_roducts .btn-b a {
    width: 330px;
  }
}
#CP_roducts .btn-b a::before, #CP_roducts .btn-b a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#CP_roducts .btn-b a::before {
  width: 30px;
  height: 30px;
  left: 10px;
  border-radius: 50%;
  background-color: #0d6fb8;
}
#CP_roducts .btn-b a::after {
  width: 10px;
  height: 15px;
  background-color: #fff347;
  -webkit-clip-path: polygon(0% 50%, 10px 0%, 10px 15px);
          clip-path: polygon(0% 50%, 10px 0%, 10px 15px);
  left: 18px;
  right: auto;
}