@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes finger {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(-40px);
  }
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
main#container {
  width: 100%;
  padding: 0px;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
}
main#container::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/benefit/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -2;
}
main#container::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../common/images/bg_texture.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  mix-blend-mode: overlay;
}
main#container a.anchor {
  padding-top: 80px;
  margin-top: -80px;
  display: block;
}
main#container .section .title {
  margin-bottom: 40px;
}
main#container .section .title dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4px 0;
}
main#container .section .title dl dt {
  color: #FFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section .title dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
main#container #hero {
  width: 100%;
  padding: 128px 0 150px 0;
  margin: 0 auto;
  position: relative;
}
main#container #hero:not(:last-child) {
  margin-bottom: 0px;
}
main#container #hero .inner {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
main#container #hero .inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
main#container #hero .inner .breadcrumb {
  position: absolute;
  top: 24px;
  left: 80px;
}
main#container #hero .inner .title {
  width: 100%;
  height: 380px;
  padding: 0px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main#container #hero .inner .title dl {
  text-align: left;
  display: flex;
  flex-wrap: nowap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px 0;
}
main#container #hero .inner .title dl dt {
  color: #FFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main#container #hero .inner .title dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
main#container #benefit {
  width: 100%;
  margin-bottom: 150px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container #benefit .index {
  text-align: left;
  width: 19.5%;
  min-width: 280px;
  position: sticky;
  top: 108px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container #benefit .index h4 {
  color: #333333;
  font-family: "Albert Sans", sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
  position: relative;
  transform: translateX(40px);
}
main#container #benefit .index ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px 0;
}
main#container #benefit .index ul li {
  width: calc(100% - 30px);
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0 10px 10px 0;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
main#container #benefit .index ul li:hover {
  background-color: #FFF;
}
main#container #benefit .index ul li.active {
  width: calc(100% - 0px);
  background-color: rgba(255, 255, 255, 0.6);
}
main#container #benefit .index ul li span {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  padding: 0 20px 0 40px;
  pointer-events: none;
}
main#container #benefit .inner {
  width: calc(80.5% - 100px);
}
main#container #benefit .inner a#contents1, main#container #benefit .inner a#contents2, main#container #benefit .inner a#contents3 {
  padding-top: 108px;
  margin-top: -108px;
}
main#container #benefit .inner .inwrap {
  text-align: left;
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container #benefit .inner .inwrap .lead {
  width: 100%;
  margin-bottom: 100px;
}
main#container #benefit .inner .inwrap .lead > h3 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #FFF;
}
main#container #benefit .inner .inwrap .lead > p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
main#container #benefit .inner .inwrap .lead > p:not(:last-child) {
  margin-bottom: 24px;
}
main#container #benefit .inner .inwrap .lead > figure {
  width: 100%;
}
main#container #benefit .inner .inwrap .contents {
  width: 100%;
}
main#container #benefit .inner .inwrap .contents:not(:last-child) {
  margin-bottom: 100px;
}
main#container #benefit .inner .inwrap .contents.c2 .incontents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15px;
}
main#container #benefit .inner .inwrap .contents.c2 .incontents dl {
  width: calc((100% - 30px) / 3);
  background-color: #FFF;
  padding: 30px;
  border-radius: 5px;
}
main#container #benefit .inner .inwrap .contents.c2 .incontents dl dt {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
main#container #benefit .inner .inwrap .contents.c2 .incontents dl dt span {
  color: #3B6EDE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main#container #benefit .inner .inwrap .contents.c2 .incontents dl dt figure {
  width: 60px;
}
main#container #benefit .inner .inwrap .contents.c2 .incontents dl dd p {
  color: #555555;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main#container #benefit .inner .inwrap .contents.c2 .incontents dl dd p:not(:last-child) {
  margin-bottom: 16px;
}
main#container #benefit .inner .inwrap .contents.c2 .incontents dl dd p.right {
  text-align: right;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0 8px;
}
main#container #benefit .inner .inwrap .contents.c2 .incontents dl dd p.right::before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #555555;
  display: block;
}
main#container #benefit .inner .inwrap .contents.c3 .incontents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15px;
}
main#container #benefit .inner .inwrap .contents.c3 .incontents dl {
  width: calc((100% - 30px) / 3);
  background-color: #FFF;
  padding: 15px 25px 20px 25px;
  border-radius: 5px;
  position: relative;
}
main#container #benefit .inner .inwrap .contents.c3 .incontents dl.detail {
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
main#container #benefit .inner .inwrap .contents.c3 .incontents dl.detail:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
main#container #benefit .inner .inwrap .contents.c3 .incontents dl dt {
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
  margin-bottom: 16px;
}
main#container #benefit .inner .inwrap .contents.c3 .incontents dl dt figure {
  width: 15.4%;
}
main#container #benefit .inner .inwrap .contents.c3 .incontents dl dt span {
  color: #CD3A80;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd p {
  color: #555555;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd p:not(:last-child) {
  margin-bottom: 6px;
}
main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd p.right {
  text-align: right;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0 8px;
}
main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd p.right::before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #555555;
  display: block;
}
main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd p.notice {
  font-size: 1.2rem;
}
main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd .btn {
  background-color: #CD3A80;
  padding: 4px 10px;
  border-radius: 15px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/benefit/icon_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd .btn span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main#container #benefit .inner .inwrap .contents.c3 .incontents > p {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  width: 100%;
}
main#container #benefit .inner .inwrap .contents .tt {
  width: 100%;
  padding: 0 0 24px 0;
  margin-bottom: 24px;
  border-bottom: solid 1px #FFF;
}
main#container #benefit .inner .inwrap .contents .tt h4 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
main#container #benefit .inner .inwrap .contents .incontents {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container #benefit .inner .inwrap .contents .incontents .text {
  text-align: left;
  width: calc(56.25% - 60px);
}
main#container #benefit .inner .inwrap .contents .incontents .text p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
main#container #benefit .inner .inwrap .contents .incontents .text p:not(:last-child) {
  margin-bottom: 24px;
}
main#container #benefit .inner .inwrap .contents .incontents .text p span {
  text-decoration: none;
  background-image: linear-gradient(90deg, #DE803B, #DE803B);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 5px;
}
main#container #benefit .inner .inwrap .contents .incontents .photo {
  width: 43.75%;
  border-radius: 5px;
  overflow: hidden;
}
main#container #benefit .inner .inwrap .links {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main#container #benefit .inner .inwrap .links .link {
  width: calc((100% - 120px) / 2);
  min-width: calc((100% - 120px) / 2);
}
main#container #benefit .inner .inwrap .links .link .btn {
  width: 100%;
}
main#container #benefit .inner .inwrap .link {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main#container #benefit .inner .inwrap .link .btn {
  width: 43.85%;
  min-width: 420px;
}
main#container #benefit .inner .inwrap .link .btn a {
  width: 100%;
  height: 104px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  position: relative;
  transition: all 0.25s ease-in 0s;
}
main#container #benefit .inner .inwrap .link .btn a:hover {
  background-color: #FFF;
}
main#container #benefit .inner .inwrap .link .btn a::before {
  content: "";
  width: 24px;
  height: 9px;
  background-image: url(../../common/images/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 24px;
}
main#container #benefit .inner .inwrap .link .btn a span {
  color: #333333;
  font-family: "Albert Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
  pointer-events: none;
}
#overlay.on {
  opacity: 1;
  pointer-events: auto;
}
#overlay .inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#overlay .inner .comment {
  text-align: left;
  width: 28%;
  background-color: #FAFAFA;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  display: none;
}
#overlay .inner .comment .close {
  width: 18px;
  height: 18px;
  background-color: #CD3A80;
  border-radius: 9px;
  position: absolute;
  top: -23px;
  right: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
#overlay .inner .comment .close:hover {
  background-color: #CD3A80;
  transform: scale(1.25);
}
#overlay .inner .comment .close::before {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #FFF;
  display: block;
}
#overlay .inner .comment .combo {
  width: 100%;
}
#overlay .inner .comment .combo:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #eeeeee;
}
#overlay .inner .comment .combo dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 20px;
  margin-bottom: 0px;
}
#overlay .inner .comment .combo dl dt {
  width: 60px;
}
#overlay .inner .comment .combo dl dd {
  width: calc(100% - 60px - 20px);
}
#overlay .inner .comment .combo dl dd p {
  color: #555555;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main#container #benefit .index {
    width: 15%;
    min-width: 240px;
  }
  main#container #benefit .index ul li {
    width: calc(100% - 20px);
  }
  main#container #benefit .index ul li span {
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    padding: 0 10px 0 20px;
  }
  main#container #benefit .inner {
    width: calc(80.5% - 100px);
  }
  main#container #benefit .inner .inwrap {
    width: calc(100% - 40px);
  }
  main#container #benefit .inner .inwrap .contents.c2 .incontents dl {
    width: calc((100% - 15px) / 2);
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents dl {
    width: calc((100% - 15px) / 2);
  }
  main#container #benefit .inner .inwrap .links {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
  }
  main#container #benefit .inner .inwrap .links .link {
    width: calc(50% - 8px);
  }
  main#container #benefit .inner .inwrap .links .link .btn {
    min-width: 100%;
  }
  main#container #benefit .inner .inwrap .links .link .btn a span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  main#container {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
  }
  main#container::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images_sp/benefit/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
  }
  main#container::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../common/images/bg_texture.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    mix-blend-mode: overlay;
  }
  main#container a.anchor {
    padding-top: 80px;
    margin-top: -80px;
    display: block;
  }
  main#container .section .title {
    margin-bottom: 40px;
  }
  main#container .section .title dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 4px 0;
  }
  main#container .section .title dl dt {
    color: #FFF;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container .section .title dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main#container #hero {
    width: 100%;
    padding: 100px 0 80px 0;
  }
  main#container #hero:not(:last-child) {
    margin-bottom: 0px;
  }
  main#container #hero .inner {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
  }
  main#container #hero .inner::before {
    height: 107.7vw;
    background-color: #e6e6e6;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  main#container #hero .inner .breadcrumb {
    top: 20px;
    left: 15px;
  }
  main#container #hero .inner .title {
    width: 100%;
    height: 107.7vw;
    padding: 0px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main#container #hero .inner .title dl {
    text-align: center;
    display: flex;
    flex-wrap: nowap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px 0;
  }
  main#container #hero .inner .title dl dt {
    color: #FFF;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container #hero .inner .title dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main#container #benefit {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main#container #benefit .index {
    text-align: left;
    width: calc(100% - 15px);
    min-width: calc(100% - 15px);
    background-color: rgba(0, 133, 98, 0.8);
    padding: 20px 15px;
    border-radius: 0 20px 5px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    top: 25%;
    left: calc((100% - 15px) * -1);
    z-index: 10;
    transition: all 0.35s ease-in 0s;
  }
  main#container #benefit .index.on {
    left: 0px;
  }
  main#container #benefit .index::before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../../common/images_sp/btn_close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  main#container #benefit .index h4 {
    color: #FFF;
    font-family: "Albert Sans", sans-serif;
    font-size: 2.4rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 15px;
    position: relative;
    transform: none;
  }
  main#container #benefit .index ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px 0;
  }
  main#container #benefit .index ul.show {
    display: flex;
  }
  main#container #benefit .index ul.show li.tab {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
  }
  main#container #benefit .index ul li {
    width: calc(100% - 20px);
    padding: 10px 0;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0 10px 10px 0;
    transition: all 0.25s ease-in 0s;
  }
  main#container #benefit .index ul li:hover {
    background-color: #FFF;
  }
  main#container #benefit .index ul li:not(.child).active {
    width: calc(100% - 0px);
    background-color: rgba(255, 255, 255, 0);
    border: solid 1px #AAA;
  }
  main#container #benefit .index ul li:not(.child).active span {
    color: #FFF;
  }
  main#container #benefit .index ul li.tab {
    border-radius: 0px;
    position: relative;
  }
  main#container #benefit .index ul li.tab::after {
    width: 16px;
    height: 13px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    right: 20px;
    z-index: 1;
  }
  main#container #benefit .index ul li.child {
    padding: 0px;
    background-color: transparent;
  }
  main#container #benefit .index ul li.child dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px 0;
  }
  main#container #benefit .index ul li.child dl dt {
    width: 100%;
    padding: 10px 0;
    background-color: #FFF;
    border-radius: 0 10px 10px 0;
    position: relative;
    transition: all 0.25s ease-in 0s;
  }
  main#container #benefit .index ul li.child dl dt::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../../common/images/icon_plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 10px;
  }
  main#container #benefit .index ul li.child dl dt:hover {
    background-color: #FFF;
  }
  main#container #benefit .index ul li.child dl dd {
    width: calc(100% - 30px);
    padding: 6px 0;
    background-color: #FFF;
    border-radius: 0 16px 16px 0;
    transition: all 0.25s ease-in 0s;
    display: none;
  }
  main#container #benefit .index ul li.child dl dd:hover {
    background-color: #FFF;
  }
  main#container #benefit .index ul li.child.active dl dt {
    background-color: rgba(255, 255, 255, 0);
    border: solid 1px #AAA;
  }
  main#container #benefit .index ul li.child.active dl dt::after {
    background-image: url(../../common/images/icon_minus2.svg);
  }
  main#container #benefit .index ul li.child.active dl dt span {
    color: #EEEEEE;
  }
  main#container #benefit .index ul li.child.active dl dd {
    display: block;
    pointer-events: auto;
  }
  main#container #benefit .index ul li.child.active dl dd.active {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    border: solid 1px #AAA;
  }
  main#container #benefit .index ul li.child.active dl dd.active span {
    color: #FFF;
  }
  main#container #benefit .index ul li span {
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    width: 100%;
    padding: 0 20px 0 15px;
    display: block;
  }
  main#container #benefit .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container #benefit .inner a#contents1, main#container #benefit .inner a#contents2, main#container #benefit .inner a#contents3 {
    padding-top: 108px;
    margin-top: -108px;
  }
  main#container #benefit .inner .inwrap {
    text-align: left;
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container #benefit .inner .inwrap .lead {
    width: 100%;
    margin-bottom: 100px;
  }
  main#container #benefit .inner .inwrap .lead > h3 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
    width: 100%;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: solid 1px #FFF;
  }
  main#container #benefit .inner .inwrap .lead > p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: -0.02em;
  }
  main#container #benefit .inner .inwrap .lead > p:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container #benefit .inner .inwrap .lead > figure {
    width: 100%;
  }
  main#container #benefit .inner .inwrap .contents {
    width: 100%;
  }
  main#container #benefit .inner .inwrap .contents:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container #benefit .inner .inwrap .contents.c2 .incontents {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  main#container #benefit .inner .inwrap .contents.c2 .incontents dl {
    width: 100%;
    padding: 20px 15px;
    border-radius: 5px;
  }
  main#container #benefit .inner .inwrap .contents.c2 .incontents dl dt {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }
  main#container #benefit .inner .inwrap .contents.c2 .incontents dl dt span {
    color: #3B6EDE;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main#container #benefit .inner .inwrap .contents.c2 .incontents dl dt span br {
    display: none;
  }
  main#container #benefit .inner .inwrap .contents.c2 .incontents dl dt figure {
    width: 52px;
  }
  main#container #benefit .inner .inwrap .contents.c2 .incontents dl dd p {
    color: #555555;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container #benefit .inner .inwrap .contents.c2 .incontents dl dd p:not(:last-child) {
    margin-bottom: 12px;
  }
  main#container #benefit .inner .inwrap .contents.c2 .incontents dl dd p.right {
    text-align: right;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0 8px;
  }
  main#container #benefit .inner .inwrap .contents.c2 .incontents dl dd p.right::before {
    content: "";
    width: 16px;
    height: 1px;
    background-color: #555555;
    display: block;
  }
  main#container #benefit .inner .inwrap .contents.c3:not(:last-child) {
    margin-bottom: 60px;
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents dl {
    width: calc((100% - 10px) / 2);
    background-color: #FFF;
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents dl.detail {
    cursor: pointer;
    transition: all 0.25s ease-in 0s;
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents dl.detail:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents dl dt {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 8px;
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents dl dt figure {
    width: 30px;
    flex-shrink: 0;
    order: 2;
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents dl dt span {
    color: #CD3A80;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    order: 1;
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd p {
    color: #555555;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd p:not(:last-child) {
    margin-bottom: 6px;
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd p.right {
    text-align: right;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0 8px;
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd p.right::before {
    content: "";
    width: 16px;
    height: 1px;
    background-color: #555555;
    display: block;
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd p.notice {
    font-size: 1.2rem;
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd .btn {
    background-color: #CD3A80;
    padding: 4px 10px;
    border-radius: 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 6px;
    margin: auto 0 0 auto;
    position: relative;
    right: auto;
    bottom: auto;
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd .btn::after {
    content: "";
    width: 9px;
    height: 9px;
    background-image: url(../images/benefit/icon_plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents dl dd .btn span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container #benefit .inner .inwrap .contents.c3 .incontents > p {
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    width: 100%;
    padding: 10px 0 0 0;
  }
  main#container #benefit .inner .inwrap .contents .tt {
    width: 100%;
    padding: 0 0 10px 0;
    margin-bottom: 30px;
    border-bottom: solid 1px #FFF;
  }
  main#container #benefit .inner .inwrap .contents .tt h4 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: center;
  }
  main#container #benefit .inner .inwrap .contents .incontents {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px 0;
  }
  main#container #benefit .inner .inwrap .contents .incontents .text {
    text-align: left;
    width: 100%;
  }
  main#container #benefit .inner .inwrap .contents .incontents .text p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
  main#container #benefit .inner .inwrap .contents .incontents .text p:not(:last-child) {
    margin-bottom: 15px;
  }
  main#container #benefit .inner .inwrap .contents .incontents .text p span {
    color: #FFF;
  }
  main#container #benefit .inner .inwrap .contents .incontents .photo {
    width: 100%;
  }
  main#container #benefit .inner .inwrap .links {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px 0;
  }
  main#container #benefit .inner .inwrap .links .link {
    width: 100%;
    min-width: 100%;
  }
  main#container #benefit .inner .inwrap .links .link .btn {
    width: 100%;
  }
  main#container #benefit .inner .inwrap .link {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main#container #benefit .inner .inwrap .link .btn {
    width: 100%;
    min-width: 100%;
  }
  main#container #benefit .inner .inwrap .link .btn a {
    width: 100%;
    height: 72px;
  }
  main#container #benefit .inner .inwrap .link .btn a:hover {
    background-color: transparent;
  }
  main#container #benefit .inner .inwrap .link .btn a::before {
    content: "";
    width: 24px;
    height: 9px;
    background-image: url(../../common/images/arrow_btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 24px;
  }
  main#container #benefit .inner .inwrap .link .btn a span {
    color: #333333;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  #overlay .inner .comment {
    width: calc(100% - 60px);
    background-color: #FAFAFA;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    display: none;
  }
  #overlay .inner .comment .close {
    width: 18px;
    height: 18px;
    background-color: #CD3A80;
    border-radius: 9px;
    position: absolute;
    top: -23px;
    right: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
    cursor: pointer;
  }
  #overlay .inner .comment .close:hover {
    background-color: #CD3A80;
    transform: scale(1.25);
  }
  #overlay .inner .comment .close::before {
    content: "";
    width: 11px;
    height: 1px;
    background-color: #FFF;
    display: block;
  }
  #overlay .inner .comment .combo {
    width: 100%;
  }
  #overlay .inner .comment .combo:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dashed 1px #eeeeee;
  }
  #overlay .inner .comment .combo dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 20px;
    margin-bottom: 0px;
  }
  #overlay .inner .comment .combo dl dt {
    width: 40px;
  }
  #overlay .inner .comment .combo dl dd {
    width: calc(100% - 40px - 20px);
  }
  #overlay .inner .comment .combo dl dd p {
    color: #555555;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}

/*# sourceMappingURL=style_benefit.css.map */
