@charset "UTF-8";
:root {
  --color-base: #00A63C;
  --color-white: #FFF;
  --color-content-title: #333;
}

html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

p, span, label, li, th, td {
  font-size: 1.6rem;
}

h2 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 4px;
}

ruby {
  line-height: 1;
}
ruby rt {
  line-height: 1;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 560px) {
  .sp-br {
    display: block;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
}
header .header-logo01, header .header-logo02, header .yamashin-logo {
  position: absolute;
  max-width: 100px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
header .header-logo01 {
  left: 20%;
}
@media screen and (max-width: 1400px) {
  header .header-logo01 {
    left: 5%;
  }
}
header .header-logo02 {
  right: 20%;
}
@media screen and (max-width: 1400px) {
  header .header-logo02 {
    right: 5%;
  }
}
@media screen and (max-width: 560px) {
  header .header-logo02 {
    display: none;
  }
}
header .yamashin-logo {
  right: 20px;
  display: block;
}
@media screen and (max-width: 1400px) {
  header .yamashin-logo {
    display: none;
  }
}
header .header-nav {
  width: 100%;
  height: 7.5rem;
  background: url(../img/header-bg.svg) center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 1400px) {
  header .header-nav {
    background: var(--color-base);
  }
}
header .header-nav .hamb-menu {
  display: none;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  z-index: 9999;
}
@media screen and (max-width: 560px) {
  header .header-nav .hamb-menu {
    display: block;
  }
}
header .header-nav .hamb-menu_line, header .header-nav .hamb-menu_line::before, header .header-nav .hamb-menu_line::after {
  position: absolute;
  display: block;
  background-color: var(--color-white);
  width: 4rem;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}
header .header-nav .hamb-menu_line {
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
header .header-nav .hamb-menu_line::before, header .header-nav .hamb-menu_line::after {
  content: "";
  transition: 0.3s;
}
header .header-nav .hamb-menu_line::before {
  top: -10px;
}
header .header-nav .hamb-menu_line::after {
  top: 10px;
}
header .header-nav .hamb-menu.open .hamb-menu_line {
  background-color: initial;
}
header .header-nav .hamb-menu.open .hamb-menu_line::before, header .header-nav .hamb-menu.open .hamb-menu_line::after {
  top: 0;
  opacity: 1;
}
header .header-nav .hamb-menu.open .hamb-menu_line::before {
  transform: translateX(-50%) rotate(45deg);
}
header .header-nav .hamb-menu.open .hamb-menu_line::after {
  transform: translateX(-50%) rotate(-45deg);
}
header .header-nav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  width: 100%;
  margin: auto;
  height: 7.5rem;
  transition: 0.6s;
}
@media screen and (max-width: 992px) {
  header .header-nav_list {
    max-width: 360px;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 560px) {
  header .header-nav_list {
    max-width: 100%;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100dvh;
    right: -100%;
    top: 0;
    background-color: var(--color-base);
    justify-content: flex-start;
    padding-top: 10rem;
  }
}
header .header-nav_list__item {
  text-align: center;
  display: flex;
}
header .header-nav_list__item::after {
  content: "／";
  margin: 0 1rem;
  color: var(--color-white);
}
header .header-nav_list__item:last-child::after {
  content: none;
}
@media screen and (max-width: 560px) {
  header .header-nav_list__item {
    flex: 0;
  }
  header .header-nav_list__item::after {
    content: none;
  }
}
header .header-nav_list__item a {
  color: var(--color-white);
  font-weight: 600;
}
@media screen and (max-width: 560px) {
  header .header-nav_list__item a {
    padding: 1rem 3rem;
    display: block;
    height: auto;
  }
}
header .header-nav_list.open {
  right: 0;
}

footer {
  background-color: var(--color-base);
}
footer .footer-gallery {
  display: flex;
  align-items: center;
}
footer .footer-gallery img {
  width: 33.3333333333%;
}
footer .footer-inner {
  color: var(--color-white);
  padding: 5rem 1rem;
}
footer .footer-inner .footer-logo {
  max-width: 360px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-bottom: 2rem;
}
footer .footer-inner .footer-logo img:first-child {
  max-width: 120px;
}
footer .footer-inner .footer-logo img {
  max-width: 90px;
  width: 100%;
}
footer .footer-inner h5 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}
footer .footer-inner .contact-info {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  footer .footer-inner .contact-info {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-inner .contact-info p {
  position: relative;
}
@media screen and (max-width: 992px) {
  footer .footer-inner .contact-info p {
    margin-bottom: 1rem;
  }
}
footer .footer-inner .contact-info p::after {
  content: "／";
  margin: 0 1rem;
}
@media screen and (max-width: 992px) {
  footer .footer-inner .contact-info p::after {
    content: none;
  }
}
footer .footer-inner .contact-info p:last-child::after {
  content: none;
}
footer .footer-inner .contact-info p a {
  text-decoration: underline;
}

.content-title .sub-title img {
  display: block;
  max-height: 5rem;
  height: 100%;
  width: auto;
  margin: 0 auto 3rem;
}
.content-title .main-title {
  text-align: center;
  margin: 3rem 0 6rem;
  padding: 0 2rem;
  color: var(--color-content-title);
}
.content-title .content-text {
  text-align: center;
}

.title-caption {
  font-size: 0.6em;
  display: block;
}

.text-caption {
  font-size: 0.8em;
  display: block;
}

input {
  transform: scale(1.5);
  margin-right: 1em;
}

#mv {
  width: 100%;
  height: 100dvh;
  background: url(../img/img_mv.webp) center/cover no-repeat;
  position: relative;
}
#mv::before {
  content: "";
  display: block;
  background-color: var(--color-white);
  border-radius: 50% 50% 0 0;
  width: 80%;
  height: 2vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#mv .mv-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 35%;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 780px) {
  #mv .mv-logo {
    width: 65vw;
  }
}
#mv .mv-logo img {
  filter: drop-shadow(0 0 2rem var(--color-white));
}
#mv .mv-scroll {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80px;
  width: 100%;
  animation: scroll 2s ease-in-out infinite;
}
@keyframes scroll {
  0% {
    bottom: 25%;
  }
  50% {
    bottom: 22%;
  }
  100% {
    bottom: 25%;
  }
}

#summary {
  position: relative;
  overflow-x: clip;
}
#summary .photo-gallery {
  position: absolute;
  width: 350px;
  z-index: 1;
}
#summary .photo-gallery:nth-child(1) {
  left: 0;
}
#summary .photo-gallery:nth-child(2) {
  right: 0;
}
@media screen and (max-width: 1200px) {
  #summary .photo-gallery {
    display: none;
  }
}
#summary .summary-deco {
  position: absolute;
  top: 5vw;
  left: 50%;
  width: 140%;
  height: auto;
  z-index: 2;
  transform: translate(-50%, -65%);
}
#summary .summary-deco .cls-1 {
  fill: #FF5158;
}
#summary .summary-deco .cls-1, #summary .summary-deco .cls-2, #summary .summary-deco .cls-3, #summary .summary-deco .cls-4 {
  stroke: var(--color-white);
  stroke-miterlimit: 10;
  stroke-width: 11.34px;
}
#summary .summary-deco .cls-2 {
  fill: #F57C00;
}
#summary .summary-deco .cls-3 {
  fill: #A9B300;
}
#summary .summary-deco .cls-4 {
  fill: none;
}
#summary .summary-deco .cls-5 {
  clip-path: url(#clippath);
}
#summary .summary-content {
  width: 70%;
  margin: auto;
  padding: 0 2rem;
}
@media screen and (max-width: 992px) {
  #summary .summary-content {
    width: 100%;
  }
}
#summary .summary-content_text {
  display: flex;
  justify-content: center;
  line-height: 3;
  padding: 13rem 0;
}
@media screen and (max-width: 560px) {
  #summary .summary-content_text {
    padding: 7rem 0;
  }
}
#summary .summary-content_text p {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-base);
}

#project {
  margin-top: 10rem;
}
#project .project-inner {
  background-color: var(--color-base);
  border-radius: 999px 999px 0 0;
  padding: 15rem 5rem 10rem;
  position: relative;
  max-width: 720px;
  margin: auto;
  color: var(--color-white);
}
@media screen and (max-width: 560px) {
  #project .project-inner {
    padding: 10rem 2rem 5rem;
  }
}
#project .project-inner::before {
  content: "";
  background: url(../img/item-project.png) center/contain no-repeat;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 6rem;
  height: 6rem;
}
#project .project-inner .content-title .main-title {
  color: var(--color-white);
}
#project .project-inner .project-text {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 4px;
  display: flex;
  justify-content: center;
  line-height: 2;
}

#exp .content-title {
  margin-top: 15rem;
}
#exp .content-title::after {
  content: "";
  background: url(../img/deco-arch.webp) center/cover no-repeat;
  display: block;
  position: absolute;
  width: 100%;
  height: 10vw;
}
#exp .content-title_text {
  margin-top: 3rem;
  letter-spacing: 3px;
}
#exp .exp-visual {
  background: url(../img/img_panel.webp) center/cover no-repeat;
  width: 100%;
  aspect-ratio: 1600/1080;
}
#exp .exp-list {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  top: -20rem;
  padding: 0 2rem;
}
@media screen and (max-width: 560px) {
  #exp .exp-list {
    display: block;
    top: 0;
    margin-top: 2rem;
  }
}
#exp .exp-list_item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 560px) {
  #exp .exp-list_item {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#exp .exp-list_item img {
  border-radius: 16px;
  width: 70%;
  margin: 5rem auto 0;
}
@media screen and (max-width: 780px) {
  #exp .exp-list_item img {
    width: 90%;
    margin: 0 auto 5rem;
  }
}
#exp .exp-list_title {
  min-height: 23rem;
  background: var(--color-white);
  border-radius: 999px 999px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 560px) {
  #exp .exp-list_title {
    border-radius: 0;
    width: 50%;
    min-height: 15rem;
  }
}
#exp .exp-list_text {
  flex: 1;
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 560px) {
  #exp .exp-list_text {
    width: 50%;
  }
}
#exp .note {
  text-align: center;
  margin-top: -10rem;
  padding: 0 2rem;
}
@media screen and (max-width: 780px) {
  #exp .note {
    margin-top: 0;
  }
}

#process {
  background: url(../img/bg-grid01.webp) center top/cover no-repeat;
  padding-top: 20rem;
  margin-top: 10rem;
}
@media screen and (max-width: 780px) {
  #process {
    padding-top: 10rem;
  }
}
#process .process-content_title {
  text-align: center;
}
#process .process-inner {
  padding-bottom: 20rem;
}
@media screen and (max-width: 560px) {
  #process .process-inner {
    padding-bottom: 10rem;
  }
}
#process .process-inner .process-table {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  margin-top: 10rem;
  border-collapse: collapse;
}
#process .process-inner .process-table tr:nth-child(1) {
  z-index: 10;
}
#process .process-inner .process-table tr:nth-child(2) {
  z-index: 9;
}
#process .process-inner .process-table tr:nth-child(3) {
  z-index: 8;
}
#process .process-inner .process-table tr:nth-child(4) {
  z-index: 7;
}
#process .process-inner .process-table tr:nth-child(5) {
  z-index: 6;
}
#process .process-inner .process-table tr {
  position: relative;
}
@media screen and (max-width: 780px) {
  #process .process-inner .process-table tr {
    display: grid;
    grid-template-columns: 2fr 3fr;
  }
}
#process .process-inner .process-table tr:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 75%;
  border-bottom: solid 1px #9B9B9B;
  z-index: 50;
}
@media screen and (max-width: 780px) {
  #process .process-inner .process-table tr:after {
    content: none;
  }
}
#process .process-inner .process-table tr:last-child:after {
  border-bottom: none;
}
#process .process-inner .process-table tr .step, #process .process-inner .process-table tr .flow, #process .process-inner .process-table tr .info {
  position: relative;
  padding: 3rem 2rem;
  border-radius: 0 1rem 1rem 0;
}
@media screen and (max-width: 780px) {
  #process .process-inner .process-table tr .step, #process .process-inner .process-table tr .flow, #process .process-inner .process-table tr .info {
    padding: 2rem;
  }
}
#process .process-inner .process-table tr .step {
  font-family: "Roboto Slab", serif;
  color: var(--color-white);
  font-weight: 600;
  z-index: 30;
}
@media screen and (max-width: 780px) {
  #process .process-inner .process-table tr .step {
    grid-column: 1;
  }
}
#process .process-inner .process-table tr .step:after {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 50%);
  width: 2rem;
  height: 2rem;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
}
#process .process-inner .process-table tr .step span {
  font-size: 4rem;
  margin-left: 2rem;
  vertical-align: sub;
}
#process .process-inner .process-table tr .flow {
  font-weight: 600;
  text-align: center;
  z-index: 20;
}
@media screen and (max-width: 780px) {
  #process .process-inner .process-table tr .flow {
    grid-column: 2;
    text-align: left;
    display: flex;
    align-items: center;
  }
}
#process .process-inner .process-table tr .flow:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5rem;
  width: 5rem;
  height: 100%;
  z-index: 1;
}
#process .process-inner .process-table tr .info {
  background-color: var(--color-white);
  z-index: 10;
}
@media screen and (max-width: 780px) {
  #process .process-inner .process-table tr .info {
    grid-column: 1/-1;
  }
}
#process .process-inner .process-table tr .info:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5rem;
  background-color: var(--color-white);
  width: 5rem;
  height: 100%;
  z-index: 1;
}
#process .process-inner .process-table tr:first-child .step {
  background-color: #22A473;
}
#process .process-inner .process-table tr:first-child .step:after {
  background-color: #22A473;
}
#process .process-inner .process-table tr:first-child .flow {
  background-color: #C6E7DB;
}
#process .process-inner .process-table tr:first-child .flow:before {
  background-color: #C6E7DB;
}
#process .process-inner .process-table tr:nth-child(2) .step {
  background-color: #56AE3F;
}
#process .process-inner .process-table tr:nth-child(2) .step:after {
  background-color: #56AE3F;
}
#process .process-inner .process-table tr:nth-child(2) .flow {
  background-color: #D3EACD;
}
#process .process-inner .process-table tr:nth-child(2) .flow:before {
  background-color: #D3EACD;
}
#process .process-inner .process-table tr:nth-child(3) .step {
  background-color: #C79F3B;
}
#process .process-inner .process-table tr:nth-child(3) .step:after {
  background-color: #C79F3B;
}
#process .process-inner .process-table tr:nth-child(3) .flow {
  background-color: #F1E6CC;
}
#process .process-inner .process-table tr:nth-child(3) .flow:before {
  background-color: #F1E6CC;
}
#process .process-inner .process-table tr:nth-child(4) .step {
  background-color: #CA7024;
}
#process .process-inner .process-table tr:nth-child(4) .step:after {
  background-color: #CA7024;
}
#process .process-inner .process-table tr:nth-child(4) .flow {
  background-color: #F1DAC6;
}
#process .process-inner .process-table tr:nth-child(4) .flow:before {
  background-color: #F1DAC6;
}
#process .process-inner .process-table tr:last-child .step {
  background-color: #CB4324;
}
#process .process-inner .process-table tr:last-child .flow {
  background-color: #F2CEC6;
}
#process .process-inner .process-table tr:last-child .flow:before {
  background-color: #F2CEC6;
}

#plan {
  padding: 10rem 0;
  background: url(../img/bg-grid02.webp) center;
}
#plan .plan-select {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
#plan .plan-select .plan-list {
  display: flex;
  gap: 5rem;
  counter-reset: number 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  #plan .plan-select .plan-list {
    display: block;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 560px) {
  #plan .plan-select .plan-list {
    padding-bottom: 1svh;
  }
}
#plan .plan-select .plan-list_item {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 2rem 2rem;
  border-radius: 1rem;
}
#plan .plan-select .plan-list_item:nth-child(n+2) .plan-name {
  gap: 2rem;
}
@media screen and (min-width: 560px) and (max-width: 992px) {
  #plan .plan-select .plan-list_item {
    flex-direction: row;
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  #plan .plan-select .plan-list_item {
    width: 100%;
    margin-bottom: 5rem;
    position: sticky;
    top: 10rem;
    box-shadow: none;
  }
}
#plan .plan-select .plan-list_item::before {
  content: counter(number);
  counter-increment: number 1;
  position: absolute;
  left: 3%;
  top: 3%;
  z-index: 10;
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
}
@media screen and (min-width: 560px) and (max-width: 992px) {
  #plan .plan-select .plan-list_item::before {
    left: 2%;
  }
}
#plan .plan-select .plan-list_item::after {
  content: "PLAN";
  position: absolute;
  right: 3%;
  top: 3%;
  z-index: 10;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 560px) and (max-width: 992px) {
  #plan .plan-select .plan-list_item::after {
    bottom: 5%;
    left: 2%;
    top: initial;
    writing-mode: horizontal-tb;
  }
}
#plan .plan-select .plan-list_item .plan-name {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  background-color: var(--color-base);
  color: var(--color-white);
  height: 20rem;
  gap: 1rem;
  border-radius: 1rem 1rem 0 0;
  font-size: 2rem;
}
@media screen and (min-width: 560px) and (max-width: 992px) {
  #plan .plan-select .plan-list_item .plan-name {
    width: 25%;
    height: auto;
    justify-content: center;
    border-radius: 1rem 0 0 1rem;
  }
}
#plan .plan-select .plan-list_item .plan-name .plan-br {
  display: none;
}
@media screen and (min-width: 560px) and (max-width: 992px) {
  #plan .plan-select .plan-list_item .plan-name .plan-br {
    display: block;
  }
}
#plan .plan-select .plan-list_item .plan-name::before {
  content: "";
  background-color: #EEEFE3;
  width: 3rem;
  height: 1.7rem;
  border-radius: 50%/0 0 100% 100%;
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 560px) and (max-width: 992px) {
  #plan .plan-select .plan-list_item .plan-name::before {
    height: 3rem;
    width: 1.7rem;
    top: 50%;
    left: 8px;
    border-radius: 0 100% 100% 0%/50%;
  }
}
#plan .plan-select .plan-list_item .plan-name img {
  display: block;
  max-height: 2rem;
  height: 100%;
  width: auto;
}
#plan .plan-select .plan-list_item .plan-name span {
  display: block;
  font-size: 0.7em;
}
#plan .plan-select .plan-list_item .plan-name .plan-limit {
  font-weight: 600;
  font-size: 0.7em;
  margin: 1rem 0;
}
#plan .plan-select .plan-list_item .plan-info {
  background-color: var(--color-white);
  text-align: center;
  padding: 4rem;
  border-radius: 0 0 1rem 1rem;
  flex-grow: 1;
  position: relative;
}
@media screen and (min-width: 560px) and (max-width: 992px) {
  #plan .plan-select .plan-list_item .plan-info {
    display: flex;
    justify-content: space-around;
    padding: 4rem 2rem;
    border-radius: 0 1rem 1rem 0;
    align-items: center;
  }
}
#plan .plan-select .plan-list_item .plan-info::before, #plan .plan-select .plan-list_item .plan-info::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
}
#plan .plan-select .plan-list_item .plan-info::before {
  background: url(../img/ticket_wave.svg) center/cover no-repeat;
  top: -0.3rem;
  width: 100%;
  height: 1rem;
}
@media screen and (min-width: 560px) and (max-width: 992px) {
  #plan .plan-select .plan-list_item .plan-info::before {
    background: url(../img/ticket_wave-sp.svg);
    background-repeat: no-repeat;
    width: 1rem;
    height: 100%;
    top: 0;
    left: -0.3rem;
  }
}
@media screen and (max-width: 560px) {
  #plan .plan-select .plan-list_item .plan-info::before {
    height: 1.5rem;
  }
}
#plan .plan-select .plan-list_item .plan-info::after {
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 8px;
  background: repeating-linear-gradient(to right, #f05252 0 7px, transparent 7px 20px, #a8bf00 20px 27px, transparent 27px 40px, #f57c00 40px 47px, transparent 47px 60px);
}
@media screen and (min-width: 560px) and (max-width: 992px) {
  #plan .plan-select .plan-list_item .plan-info::after {
    bottom: 1rem;
  }
}
#plan .plan-select .plan-list_item .plan-info img {
  display: block;
  max-height: 4rem;
  height: 100%;
  width: auto;
  margin: auto;
}
#plan .plan-select .plan-list_item .plan-info p {
  margin-bottom: 3rem;
}
#plan .plan-select .plan-list_item .plan-info_for {
  background-color: #EDEFE2;
  color: var(--color-base);
  font-weight: 600;
  border-radius: 30px;
  margin: 1rem auto 0;
  padding: 0.5rem 2rem;
  display: inline-block;
}
@media screen and (min-width: 560px) and (max-width: 992px) {
  #plan .plan-select .plan-list_item .plan-info .middle-border {
    height: 100%;
    width: 1px;
  }
}
#plan .plan-select .plan-list_item .plan-info_set {
  padding-top: 3rem;
}
#plan .plan-select .plan-list_item .plan-info_set p {
  position: relative;
}
#plan .plan-select .plan-list_item .plan-info_set p::after {
  content: "";
  background: url(../img/img-set.png) center/contain no-repeat;
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.5rem;
}
#plan .plan-select .plan-list_item .plan-info_set p:last-child::after {
  content: none;
}
#plan .plan-content_text {
  margin-top: 10rem;
  text-align: center;
  padding: 0 3rem;
}

#partner {
  padding: 10rem 0;
  background: url(../img/bg-grid02.webp) center;
}
#partner .content-title {
  background-color: var(--color-white);
  border-radius: 999px 999px 0 0;
  padding: 20rem 0;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 992px) {
  #partner .content-title {
    padding: 15rem 0;
  }
}
@media screen and (max-width: 560px) {
  #partner .content-title {
    padding: 7rem 0;
  }
}
#partner .partner-inner:nth-child(2) .partner-info::before {
  background-image: url(../img/icon_product01.png);
}
#partner .partner-inner:nth-child(3) .partner-info::before {
  background-image: url(../img/icon_product02.png);
}
#partner .partner-inner:last-child .partner-info::before {
  background-image: url(../img/icon_product03.png);
}
#partner .partner-inner .partner-photo {
  display: flex;
  width: 100%;
}
#partner .partner-inner .partner-photo img {
  width: 50%;
}
#partner .partner-inner .partner-info {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  background-color: var(--color-white);
  padding: 5rem 0 10rem;
  position: relative;
}
#partner .partner-inner .partner-info::before {
  content: "";
  background-size: contain;
  display: block;
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
  height: 10rem;
}
#partner .partner-inner .partner-info_title {
  text-align: center;
  font-weight: 600;
  padding: 7rem 0;
}
#partner .partner-inner .partner-info_title .partner-product {
  font-size: 2.3rem;
}
#partner .partner-inner .partner-info_title img {
  width: 3rem;
  height: auto;
  margin: 3rem 0;
}
#partner .partner-inner .partner-info_title .partner-name span {
  display: block;
  font-weight: normal;
}
#partner .partner-inner .partner-info_text {
  max-width: 780px;
  width: 100%;
  margin: auto;
  padding: 0 2rem;
}

#entry {
  background-color: #FFE100;
  padding-bottom: 10rem;
}
@media screen and (max-width: 992px) {
  #entry {
    padding-bottom: 0;
  }
}
#entry .content-title {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
#entry .entry-inner {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  background-color: var(--color-white);
  padding: 10rem 0;
}
#entry .entry-inner .entry-list {
  display: flex;
  padding-bottom: 10rem;
}
@media screen and (max-width: 560px) {
  #entry .entry-inner .entry-list {
    flex-direction: column;
  }
}
#entry .entry-inner .entry-list_left, #entry .entry-inner .entry-list_right {
  width: 50%;
  padding: 0 10rem;
}
@media screen and (max-width: 992px) {
  #entry .entry-inner .entry-list_left, #entry .entry-inner .entry-list_right {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 560px) {
  #entry .entry-inner .entry-list_left, #entry .entry-inner .entry-list_right {
    width: 100%;
  }
}
#entry .entry-inner .entry-list_left li, #entry .entry-inner .entry-list_right li {
  padding: 0.5rem 0;
  padding-left: 2rem;
  position: relative;
}
#entry .entry-inner .entry-list_left li::before, #entry .entry-inner .entry-list_left li::after, #entry .entry-inner .entry-list_right li::before, #entry .entry-inner .entry-list_right li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
#entry .entry-inner .entry-list_left li::before, #entry .entry-inner .entry-list_right li::before {
  left: 0;
  width: 1em;
  height: 1em;
  background-color: var(--color-base);
}
#entry .entry-inner .entry-list_left li::after, #entry .entry-inner .entry-list_right li::after {
  background-color: var(--color-white);
  width: 1.4em;
  height: 1px;
  left: -3px;
  transform: translateY(-50%) rotate(45deg);
}
#entry .entry-inner .entry-message {
  font-size: 2.3rem;
  padding: 0 2rem;
  color: var(--color-base);
  text-align: center;
}
#entry .entry-inner .entry-legal {
  padding: 10rem 2rem;
  max-width: 780px;
  width: 100%;
  margin: auto;
}
#entry .entry-inner .entry-legal_list {
  margin-top: 2rem;
}
#entry .entry-inner .entry-legal_list li {
  padding: 0.5rem 0;
  padding-left: 1.8rem;
  text-indent: -1.8em;
}
@media screen and (max-width: 560px) {
  #entry .entry-inner .entry-legal_list li {
    padding-left: 2.8rem;
    text-indent: -3.8rem;
  }
}
#entry .entry-inner .entry-legal_list li a {
  color: #0084CF;
}
#entry .entry-inner .entry-btn {
  max-width: 360px;
  width: 100%;
  margin: auto;
  text-align: center;
  background-color: var(--color-base);
  opacity: 0.6;
  transition: 0.6s;
}
#entry .entry-inner .entry-btn a {
  pointer-events: none;
  font-size: 2rem;
  display: block;
  padding: 2rem;
  color: var(--color-white);
  font-weight: 600;
}
#entry .entry-inner .entry-btn.active {
  opacity: 1;
  background-color: var(--color-base);
}
#entry .entry-inner .entry-btn.active a {
  pointer-events: all;
}

#modal {
  position: relative;
}
#modal .modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#modal .modal-mask .close-btn {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  right: 15%;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  #modal .modal-mask .close-btn {
    right: 0;
  }
}
#modal .modal-mask .close-btn::before, #modal .modal-mask .close-btn::after {
  content: "";
  width: 3rem;
  height: 3px;
  background-color: var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#modal .modal-mask .close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal .modal-mask .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal .modal-content .modal-inner {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: var(--color-white);
  border: solid 2px var(--color-base);
  padding: 5rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90dvh;
  max-width: 1080px;
  width: 90%;
  overflow-y: auto;
  scrollbar-width: thin;
  z-index: 1000;
}
@media screen and (max-width: 560px) {
  #modal .modal-content .modal-inner {
    padding: 3rem;
    width: 85%;
  }
}
#modal .modal-content .modal-inner .modal-title {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
}
#modal .modal-content .modal-inner .modal-article {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 2rem;
}
#modal .modal-content .modal-inner .modal-table {
  width: 100%;
  margin-bottom: 1rem;
}
#modal .modal-content .modal-inner .modal-table th, #modal .modal-content .modal-inner .modal-table td {
  padding: 1rem;
  font-size: 1.4rem;
}
#modal .modal-content .modal-inner .modal-table thead {
  background-color: #DFF4FF;
}
#modal .modal-content .modal-inner .modal-table tbody {
  background-color: #F9F9F9;
}
@media screen and (max-width: 560px) {
  #modal .modal-content .modal-inner .table01 thead {
    display: none;
  }
  #modal .modal-content .modal-inner .table01 tbody th, #modal .modal-content .modal-inner .table01 tbody td {
    display: block;
    width: 100%;
  }
  #modal .modal-content .modal-inner .table01 tbody th {
    background-color: #DFF4FF;
  }
  #modal .modal-content .modal-inner .table01 tbody th::before {
    content: attr(label);
    clear: both;
  }
}
@media screen and (max-width: 560px) {
  #modal .modal-content .modal-inner .table02 th {
    background-color: #DFF4FF;
  }
  #modal .modal-content .modal-inner .table02 th, #modal .modal-content .modal-inner .table02 td {
    width: 100%;
    display: block;
  }
}
#modal .modal-content .modal-inner .modal-list {
  padding-left: 2em;
}
#modal .modal-content .modal-inner .modal-list_ordered {
  list-style: decimal;
}
#modal .modal-content .modal-inner .modal-list_unordered {
  list-style: disc;
}
#modal .modal-content .modal-inner p {
  font-size: 1.4rem;
}
#modal .modal-content .modal-inner .agree {
  margin-top: 2rem;
  text-align: center;
}
#modal .modal-content .modal-inner .agree label {
  padding-left: 1rem;
}
#modal .modal-content .modal-inner .agree input, #modal .modal-content .modal-inner .agree label {
  cursor: pointer;
}
#modal .modal-content .modal-terms.active,
#modal .modal-content .modal-commerce.active,
#modal .modal-content .modal-cancel.active,
#modal .modal-content .modal-privacy.active {
  opacity: 1;
  visibility: visible;
}
#modal .modal-mask.active {
  opacity: 1;
  visibility: visible;
}