html {
  font-size: 2.564vw;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  word-break: normal;
  line-break: strict;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
p,
li,
a,
th,
td,
button,
label,
input,
textarea {
	font-family: 'Zen Maru Gothic', 'Zen Maru Gothic Fallback';
    font-style: normal;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  color: #152023;
}

button {
  font-family: "Zen Maru Gothic", "Zen Maru Gothic Fallback";
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
}

.modalActive {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-out;
}

.modalClosing {
  opacity: 0;
  visibility: hidden;
}

body:has(.modalActive) {
  overflow: hidden;
}

main {
  animation: pageAnime 0.8s ease-out;
}

html :where(.wp-block){
max-width: 90%;
}

@keyframes pageAnime {
  0% {
    opacity: 0;
    filter: blur(0.5rem);
  }
  5% {
    opacity: 0;
    filter: blur(0.5rem);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@media screen and (width <= 767px) {
  body:has(.navActive) {
    overflow: hidden;
  }
  .pc_only {
    display: none !important;
  }
  body:has(.serviceNews) header {
    top: 2.3rem;
  }
  body:has(.serviceNews) main {
    margin-top: 7.8rem;
  }
  body:has(.serviceNews) .hamburger {
    top: 2.3rem;
  }
  main {
    margin-top: 5.5rem;
  }
  main:has(.pageNav) section,
  main:has(.pageNav) div {
    scroll-margin-top: 13rem;
  }
  section,
  div {
    scroll-margin-top: 6.5rem;
  }
}
@media screen and (width > 767px) {
  html {
    font-size: 0.625vw;
  }
  .sp_only {
    display: none !important;
  }
  body:has(.serviceNews) header {
    top: 3.4rem;
  }
  body:has(.serviceNews) main {
    margin-top: 12.4rem;
  }
  body:has(.serviceNews) .pageNav {
    top: 12.2rem;
  }
  body:has(.serviceNews) .categories {
    top: 18.4rem;
  }
  body:has(.serviceNews) .listNav {
    top: 32.4rem;
  }
  main {
    margin-top: 8.8rem;
  }
  main:has(.pageNav) section,
  main:has(.pageNav) div {
    scroll-margin-top: 18rem;
  }
  section,
  div {
    scroll-margin-top: 10rem;
  }
}/*# sourceMappingURL=global.css.map */

@media screen and (width <= 767px) {
  .twoTextThreeImage, .textImageAccessList, .priceOptionTwoLink {
    border: 1.2rem solid;
    border-radius: 3.2rem;
  }
}
@media screen and (width > 767px) {
  .twoTextThreeImage, .textImageAccessList, .priceOptionTwoLink {
    border: 6rem solid;
    border-radius: 12rem;
  }
}
html {
  scroll-behavior: smooth;
}

figure {
  margin: 0;
  overflow: hidden;
}
figure img {
  width: 100%;
  height: auto;
}

@media screen and (width <= 767px) {
  figure {
    border-radius: 1rem;
  }
}
@media screen and (width > 767px) {
  figure {
    border-radius: 2rem;
  }
}
.borderGreen {
  border-color: #32A56C;
}

.borderBlue {
  border-color: #0C7FC6;
}

.borderLightGreen {
  border-color: #94D25C;
}

.whiteButton a, .yellowButton a {
  line-height: 1.45;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 1.8rem 2rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.4);
  border-radius: 9rem;
  box-shadow: 0 1.1rem 1.2rem -1.2rem rgba(0, 0, 0, 0.8);
  position: relative;
}
.whiteButton a::after, .yellowButton a::after {
  position: relative;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.whiteButton a:hover, .yellowButton a:hover {
  box-shadow: inset 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.4);
}

.cardLink {
  display: block;
  border: 0.1rem solid #DADCE0;
  border-radius: 1rem;
  overflow: hidden;
}
.cardLink__imgWrap {
  width: 100%;
  height: 13rem;
  overflow: hidden;
}
.cardLink__imgWrap__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cardLink__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: white;
  padding: 0.8rem 1.4rem;
  background: #32A56C;
}
.cardLink__text::after {
  position: relative;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("/icon/white_bg-icon.svg") no-repeat center/100%;
  transition: all 0.3s ease-in-out;
}
.cardLink:hover .cardLink__imgWrap__image {
  scale: 1.1;
}
.cardLink:hover .cardLink__text::after {
  translate: 1rem 0;
}

@media screen and (width <= 767px) {
  .cardLink__imgWrap {
    height: 7.4rem;
  }
  .cardLink__text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (width > 767px) {
  .cardLink__imgWrap {
    height: 13rem;
  }
  .cardLink__text {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
@media screen and (width <= 767px) {
  .whiteButton a, .yellowButton a {
    font-size: 1.4rem;
    gap: 0.4rem;
  }
}
@media screen and (width > 767px) {
  .whiteButton a, .yellowButton a {
    font-size: 1.8rem;
    gap: 1rem;
  }
}
.yellowButton.pdf a::after {
  background-image: url("/icon/icon-pdf-white.svg");
}
.yellowButton a {
  background: #FFE100;
}
.yellowButton a::after {
  background-image: url("/icon/white_bg-icon.svg");
}
.yellowButton a:hover {
  background: white;
}
.yellowButton a:hover::after {
  filter: invert(1);
}

.whiteButton.pdf a::after {
  background-image: url("/icon/icon-pdf-black.svg");
}
.whiteButton a {
  border-color: #DADCE0;
}
.whiteButton a::after {
  background-image: url("/icon/black_bg-arrow.svg");
}
.whiteButton a:hover {
  color: white;
  background: #231815;
}
.whiteButton a:hover::after {
  filter: invert(1);
}

.oneTextTwoImage {
  position: relative;
}
.oneTextTwoImage::before {
  position: absolute;
  content: "";
  z-index: -1;
}
.oneTextTwoImage__title {
  line-height: 1.6;
}
.oneTextTwoImage__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
.oneTextTwoImage__images__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (width <= 767px) {
  .oneTextTwoImage {
    padding: 3.2rem 2.5rem;
    z-index: 10;
  }
  .oneTextTwoImage::before {
    width: 28.5rem;
    height: 30.5rem;
    bottom: -17rem;
    right: 0;
    scale: -1 1;
    background: url("/pages/lpg/lpg-about-rainbow-SP.webp") no-repeat center/cover;
  }
  .oneTextTwoImage__title {
    font-size: 2rem;
    padding-right: 4.2rem;
    margin-bottom: 2.4rem;
  }
  .oneTextTwoImage__text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 2.4rem;
  }
  .oneTextTwoImage__images {
    gap: 1.6rem;
  }
  .oneTextTwoImage__images:has(.oneTextTwoImage__images__grid) {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .oneTextTwoImage__images__grid {
    gap: 1rem 1.4rem;
  }
}
@media screen and (width > 767px) {
  .oneTextTwoImage {
    padding: 5.6rem 20rem 6.4rem 12.8rem;
  }
  .oneTextTwoImage::before {
    width: 56.1rem;
    height: 60.9rem;
    bottom: -29rem;
    left: 0;
    background: url("/pages/lpg/lpg-about-rainbow.webp") no-repeat center/cover;
  }
  .oneTextTwoImage__title {
    font-size: 3.6rem;
    padding-right: 12.8rem;
  }
  .oneTextTwoImage__text {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-right: 12.8rem;
    margin-top: 3rem;
  }
  .oneTextTwoImage__images {
    gap: 2rem;
  }
  .oneTextTwoImage__images__grid {
    gap: 1.6rem;
  }
}
.singleNav {
  display: flex;
  justify-content: flex-start;
}
.singleNav__title {
  position: relative;
}
.singleNav__title::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 6.4rem;
  height: 0.1rem;
  background: #D9D9D9;
}
.singleNav__list {
  display: flex;
  align-items: center;
  border-radius: 2rem;
  background: #F7F7F7;
}
.singleNav__list__item a {
  line-height: 1.5;
  display: flex;
  align-items: center;
  position: relative;
}
.singleNav__list__item a::after {
  position: relative;
  content: "";
  display: block;
  rotate: 90deg;
  background: url("/icon/black_bg-arrow.svg") no-repeat center/100%;
}
.singleNav__list__item a:hover {
  opacity: 0.7;
}

@media screen and (width <= 767px) {
  .singleNav {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.6rem;
    padding: 0 2.5rem 4rem;
  }
  .singleNav__title {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-inline: 2.5rem 7.6rem;
  }
  .singleNav__title::before {
    right: -1.2rem;
  }
  .singleNav__list {
    flex-wrap: wrap;
    gap: 1.6rem;
    padding: 1rem 1.2rem;
  }
  .singleNav__list__item {
    width: calc(50% - 0.8rem);
  }
  .singleNav__list__item a {
    width: 100%;
    font-size: 1.2rem;
    justify-content: space-between;
    padding: 1rem 0.8rem;
  }
  .singleNav__list__item a::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (width > 767px) {
  .singleNav {
    align-items: center;
    gap: 4rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 9.6rem;
  }
  .singleNav__title {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-right: 8.8rem;
  }
  .singleNav__title::before {
    right: -2.4rem;
  }
  .singleNav__list {
    gap: 2.4rem;
    padding: 1.2rem 2.4rem;
  }
  .singleNav__list__item a {
    font-size: 1.4rem;
    justify-content: flex-start;
    gap: 1rem;
    padding: 0.8rem;
  }
  .singleNav__list__item a::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.twoTextThreeImage__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.twoTextThreeImage__subTtitle {
  line-height: 1.8;
}
.twoTextThreeImage__wrap {
  display: grid;
}
.twoTextThreeImage__wrap__content__title {
  line-height: 1.8;
}
.twoTextThreeImage__wrap__content__text {
  line-height: 1.8;
}

@media screen and (width <= 767px) {
  .twoTextThreeImage {
    padding: 2.8rem 2.2rem 4.4rem;
    margin-inline: 1.2rem;
  }
  .twoTextThreeImage__title {
    font-size: 2rem;
    line-height: 1.7;
  }
  .twoTextThreeImage__images {
    gap: 0.5rem;
    margin-top: 2.4rem;
  }
  .twoTextThreeImage__subTtitle {
    font-size: 2rem;
    margin-top: 2.4rem;
  }
  .twoTextThreeImage__text {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 2.4rem;
  }
  .twoTextThreeImage__wrap {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
  .twoTextThreeImage__wrap__content__title {
    font-size: 2rem;
  }
  .twoTextThreeImage__wrap__content__text {
    font-size: 1.4rem;
    margin-top: 2.4rem;
  }
}
@media screen and (width > 767px) {
  .twoTextThreeImage {
    padding: 6rem 10rem 10rem;
    margin-inline: 6rem;
  }
  .twoTextThreeImage__title {
    font-size: 3.6rem;
    line-height: 1.6;
  }
  .twoTextThreeImage__images {
    gap: 2rem;
    margin-top: 4rem;
  }
  .twoTextThreeImage__subTtitle {
    font-size: 2.8rem;
    margin-top: 3rem;
  }
  .twoTextThreeImage__text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 3rem;
  }
  .twoTextThreeImage__wrap {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 3rem;
    margin-top: 4rem;
  }
  .twoTextThreeImage__wrap__content__title {
    font-size: 2.8rem;
  }
  .twoTextThreeImage__wrap__content__text {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
.colorfulBorder {
  width: 100%;
}

@media screen and (width <= 767px) {
  .colorfulBorder {
    height: 0.3rem;
    background: repeating-linear-gradient(to right, #0C7FC6 0%, #0C7FC6 6%, transparent 6%, transparent 6.78%, #32A56C 6.78%, #32A56C 12.78%, transparent 12.78%, transparent 13.56%, #FCC800 13.56%, #FCC800 19.56%, transparent 19.56%, transparent 20.34%);
  }
}
@media screen and (width > 767px) {
  .colorfulBorder {
    height: 0.4rem;
    background: repeating-linear-gradient(to right, #0C7FC6 0%, #0C7FC6 6%, transparent 6%, transparent 6.78%, #32A56C 6.78%, #32A56C 12.78%, transparent 12.78%, transparent 13.56%, #FCC800 13.56%, #FCC800 19.56%, transparent 19.56%, transparent 20.34%);
  }
}
.threeColumnsDetails__title {
  line-height: 1.6;
}
.threeColumnsDetails__text {
  line-height: 1.8;
}
.threeColumnsDetails__list {
  display: grid;
}
.threeColumnsDetails__list__item__image {
  width: 100%;
}
.threeColumnsDetails__list__item__title {
  line-height: 1.8;
  margin-top: 2.4rem;
}
.threeColumnsDetails__list__item__text {
  line-height: 1.8;
  margin-top: 1.6rem;
}

@media screen and (width <= 767px) {
  .threeColumnsDetails {
    padding: 4.8rem 3.2rem 4rem;
  }
  .threeColumnsDetails__title {
    font-size: 2rem;
  }
  .threeColumnsDetails__text {
    font-size: 1.4rem;
    margin-top: 2.4rem;
    margin-bottom: 4rem;
  }
  .threeColumnsDetails__list {
    grid-template-columns: 1fr;
    margin-top: 5.4rem;
    gap: 6rem;
  }
  .threeColumnsDetails__list__item__title {
    font-size: 2rem;
  }
  .threeColumnsDetails__list__item__text {
    font-size: 1.4rem;
  }
}
@media screen and (width > 767px) {
  .threeColumnsDetails {
    padding: 9rem 14rem;
  }
  .threeColumnsDetails__title {
    font-size: 3.6rem;
    padding-inline: 4rem;
  }
  .threeColumnsDetails__text {
    font-size: 1.6rem;
    padding-inline: 4rem;
    margin-top: 3rem;
    margin-bottom: 7rem;
  }
  .threeColumnsDetails__list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3rem;
  }
  .threeColumnsDetails__list__item {
    padding: 4rem;
  }
  .threeColumnsDetails__list__item__title {
    font-size: 2.8rem;
  }
  .threeColumnsDetails__list__item__text {
    font-size: 1.6rem;
  }
}
.textImageAccessList__wrap {
  display: grid;
}
.textImageAccessList__wrap__text {
  line-height: 1.8;
}
.textImageAccessList__list {
  display: grid;
}
.textImageAccessList__list__item a {
  display: block;
  border: 0.1rem solid #DADCE0;
  border-radius: 0.6rem;
}
.textImageAccessList__list__item a p {
  position: relative;
  display: flex;
  align-items: center;
}
.textImageAccessList__list__item a p:first-child {
  line-height: 1.5;
  justify-content: space-between;
}
.textImageAccessList__list__item a p:first-child::after {
  position: relative;
  content: "";
  display: block;
  transition: all 0.3s ease-in-out;
  background: url("/icon/green_bg-arrow.svg") no-repeat center/100%;
}
.textImageAccessList__list__item a p:last-child {
  line-height: 1.5;
  justify-content: flex-start;
  margin-top: 0.2rem;
}
.textImageAccessList__list__item a p:last-child::before {
  position: relative;
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/icon/icon-ping.svg") no-repeat center/100%;
}
.textImageAccessList__list__item a:hover p:first-child::after {
  translate: 1rem 0;
}

@media screen and (width <= 767px) {
  .textImageAccessList {
    padding: 2.8rem 2.2rem 4.4rem;
    margin-inline: 1.2rem;
  }
  .textImageAccessList__title {
    font-size: 2rem;
    line-height: 1.7;
  }
  .textImageAccessList__wrap {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
  .textImageAccessList__wrap__text {
    font-size: 1.4rem;
  }
  .textImageAccessList__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    margin-top: 2.4rem;
  }
  .textImageAccessList__list__item a {
    padding: 1.2rem 1.6rem;
  }
  .textImageAccessList__list__item a p:first-child {
    font-size: 1.2rem;
  }
  .textImageAccessList__list__item a p:first-child::after {
    width: 1.5rem;
    height: 1.5rem;
  }
  .textImageAccessList__list__item a p:last-child {
    font-size: 1rem;
    gap: 0.4rem;
  }
  .textImageAccessList__list__item a p:last-child::before {
    aspect-ratio: 1/1;
  }
  .textImageAccessList__list__item a:hover p:first-child::after {
    translate: 1rem 0;
  }
}
@media screen and (width > 767px) {
  .textImageAccessList {
    padding: 6rem 10rem 10rem;
    margin-inline: 6rem;
  }
  .textImageAccessList__title {
    font-size: 3.6rem;
    line-height: 1.6;
  }
  .textImageAccessList__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.4rem;
    align-items: center;
    margin-top: 4rem;
  }
  .textImageAccessList__wrap__text {
    font-size: 1.6rem;
  }
  .textImageAccessList__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
    margin-top: 4.6rem;
  }
  .textImageAccessList__list__item a {
    padding: 1.8rem 2.4rem;
  }
  .textImageAccessList__list__item a p:first-child {
    font-size: 1.6rem;
  }
  .textImageAccessList__list__item a p:first-child::after {
    width: 1.8rem;
    height: 1.8rem;
  }
  .textImageAccessList__list__item a p:last-child {
    font-size: 1.2rem;
    gap: 0.25rem;
  }
  .textImageAccessList__list__item a:hover p:first-child::after {
    translate: 1rem 0;
  }
}
.titleJaEnThreeImage {
  position: relative;
  z-index: 10;
}
.titleJaEnThreeImage::before, .titleJaEnThreeImage::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.titleJaEnThreeImage::before {
  background: url("/common/reviewObj01.svg") no-repeat center/100%;
}
.titleJaEnThreeImage::after {
  background: url("/common/reviewObj02.svg") no-repeat center/100%;
}
.titleJaEnThreeImage__title-ja {
  line-height: 1.6;
  text-align: center;
}
.titleJaEnThreeImage__title-en {
  line-height: 1.8;
  text-align: center;
  margin-top: 1.6rem;
}
.titleJaEnThreeImage__subTitle {
  line-height: 1.8;
  text-align: center;
}
.titleJaEnThreeImage__text {
  line-height: 1.8;
  text-align: center;
  margin-top: 3rem;
}
.titleJaEnThreeImage__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.titleJaEnThreeImage__review {
  text-align: center;
}

@media screen and (width <= 767px) {
  .titleJaEnThreeImage {
    padding: 4rem 2rem 8.8rem;
  }
  .titleJaEnThreeImage::before {
    width: 16.4rem;
    height: 17.4rem;
    top: 25.8rem;
    left: -1rem;
  }
  .titleJaEnThreeImage::after {
    width: 21.4rem;
    height: 20rem;
    bottom: 0;
    right: 0rem;
  }
  .titleJaEnThreeImage__title-ja {
    font-size: 2rem;
  }
  .titleJaEnThreeImage__title-en {
    font-size: 1.2rem;
  }
  .titleJaEnThreeImage__subTitle {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
  .titleJaEnThreeImage__text {
    font-size: 1.4rem;
    padding-inline: 2rem;
  }
  .titleJaEnThreeImage__images {
    margin-top: 3.8rem;
  }
  .titleJaEnThreeImage__images__image {
    padding: 0 0.5rem;
  }
  .titleJaEnThreeImage__review {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-inline: 2rem;
    margin-top: 3rem;
  }
}
@media screen and (width > 767px) {
  .titleJaEnThreeImage {
    padding: 11.4rem 20rem 13rem;
  }
  .titleJaEnThreeImage::before {
    width: 39.2rem;
    height: 41.7rem;
    top: 3.4rem;
    left: 0;
  }
  .titleJaEnThreeImage::after {
    width: 38rem;
    height: 35.2rem;
    bottom: 6.6rem;
    right: 8rem;
  }
  .titleJaEnThreeImage__title-ja {
    font-size: 3.6rem;
  }
  .titleJaEnThreeImage__title-en {
    font-size: 1.4rem;
  }
  .titleJaEnThreeImage__subTitle {
    font-size: 2.8rem;
    margin-top: 4rem;
  }
  .titleJaEnThreeImage__text {
    font-size: 1.6rem;
  }
  .titleJaEnThreeImage__images {
    margin-top: 4rem;
  }
  .titleJaEnThreeImage__images__image {
    padding: 1.6rem;
  }
  .titleJaEnThreeImage__review {
    font-size: 1.6rem;
    line-height: 2.5;
    margin-top: 7rem;
  }
}
.priceOptionTwoLink__title {
  line-height: 1.6;
}
.priceOptionTwoLink__caption {
  line-height: 1.8;
  margin-inline: auto 0;
}
.priceOptionTwoLink__tableWrap {
  position: relative;
}
.priceOptionTwoLink__pr {
  position: absolute;
  top: 4rem;
  left: 0;
  text-decoration: underline;
  rotate: -10deg;
}
.priceOptionTwoLink__table table {
  width: 100%;
}
.priceOptionTwoLink__table table thead th {
  line-height: 1.8;
  background: #FFE100;
}
.priceOptionTwoLink__table table thead th:first-child {
  background: none;
}
.priceOptionTwoLink__table table thead th:nth-child(2) {
  background: #32A56C;
}
.priceOptionTwoLink__table table tbody tr:first-child td {
  color: red;
}
.priceOptionTwoLink__table table tbody tr td {
  text-align: center;
  background: #FFFEF5;
}
.priceOptionTwoLink__table table tbody tr td:first-child {
  line-height: 1.8;
  text-align: left;
  border: 0.1rem solid #F7F7F7;
  background: none;
}
.priceOptionTwoLink__table table tbody tr td:nth-child(2) {
  background: #F7FCF9;
}
.priceOptionTwoLink__annotation {
  line-height: 1.8;
  margin-top: 0.4rem;
}
.priceOptionTwoLink__option {
  display: flex;
  justify-content: flex-start;
}
.priceOptionTwoLink__option__title {
  line-height: 1.8;
  position: relative;
}
.priceOptionTwoLink__option__title::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -2.4rem;
  width: 6.4rem;
  height: 0.1rem;
  background: #D9D9D9;
}
.priceOptionTwoLink__option__list {
  display: flex;
  align-items: center;
  background: #F7F7F7;
}
.priceOptionTwoLink__option__list__item {
  line-height: 1.5;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
.priceOptionTwoLink__option__list__item::before {
  position: relative;
  content: "";
  display: block;
  background: url("/icon/icon-checkbox.svg") no-repeat center/100%;
}
.priceOptionTwoLink__links {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (width <= 767px) {
  .priceOptionTwoLink {
    padding: 2.8rem 2.2rem 4.4rem;
    margin-inline: 1.2rem;
  }
  .priceOptionTwoLink__title {
    font-size: 2rem;
  }
  .priceOptionTwoLink__caption {
    font-size: 2rem;
    width: -moz-max-content;
    width: max-content;
    margin-left: 25rem;
    margin-top: 2.8rem;
  }
  .priceOptionTwoLink__tableWrap {
    overflow-x: scroll;
  }
  .priceOptionTwoLink__pr {
    top: 4rem;
    font-size: 2rem;
  }
  .priceOptionTwoLink__table {
    width: 62rem;
    padding-bottom: 2.2rem;
  }
  .priceOptionTwoLink__table table thead th {
    font-size: 1.6rem;
    border-radius: 0.8rem 0.8rem 0 0;
  }
  .priceOptionTwoLink__table table tbody tr:first-child td {
    font-size: 2rem;
  }
  .priceOptionTwoLink__table table tbody tr td {
    font-size: 1.4rem;
  }
  .priceOptionTwoLink__table table tbody tr td:first-child {
    font-size: 1.4rem;
    padding: 0.8rem 1.4rem;
    width: 19%;
  }
  .priceOptionTwoLink__table table tbody tr td:nth-child(2) {
    background: #F7FCF9;
  }
  .priceOptionTwoLink__annotation {
    font-size: 1.2rem;
  }
  .priceOptionTwoLink__option {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 2.4rem;
  }
  .priceOptionTwoLink__option__title {
    font-size: 1.4rem;
    padding-inline: 1.4rem 7.6rem;
  }
  .priceOptionTwoLink__option__list {
    flex-wrap: wrap;
    gap: 1.2rem 1rem;
    padding: 1.2rem 1rem;
    border-radius: 1rem;
  }
  .priceOptionTwoLink__option__list__item {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.6rem 0.8rem;
  }
  .priceOptionTwoLink__option__list__item::before {
    width: 2rem;
    height: 2rem;
  }
  .priceOptionTwoLink__links {
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 2.4rem;
  }
  .priceOptionTwoLink__links > p,
  .priceOptionTwoLink__links > p > a {
    width: 100%;
  }
}
@media screen and (width > 767px) {
  .priceOptionTwoLink {
    padding: 6rem 10rem 10rem;
    margin-inline: 6rem;
  }
  .priceOptionTwoLink__title {
    font-size: 3.6rem;
  }
  .priceOptionTwoLink__caption {
    font-size: 2.8rem;
    width: 56%;
    margin-top: 4rem;
  }
  .priceOptionTwoLink__pr {
    top: 4rem;
    font-size: 2.8rem;
  }
  .priceOptionTwoLink__table {
    width: 100%;
  }
  .priceOptionTwoLink__table table thead th {
    font-size: 2.2rem;
    border-radius: 0.4rem 0.4rem 0 0;
  }
  .priceOptionTwoLink__table table tbody tr:first-child td {
    font-size: 2.2rem;
  }
  .priceOptionTwoLink__table table tbody tr td {
    font-size: 1.6rem;
  }
  .priceOptionTwoLink__table table tbody tr td:first-child {
    font-size: 1.8rem;
    padding: 1rem 2.4rem;
    width: 27%;
  }
  .priceOptionTwoLink__table table tbody tr td:nth-child(2) {
    background: #F7FCF9;
  }
  .priceOptionTwoLink__annotation {
    font-size: 1.6rem;
    text-align: right;
  }
  .priceOptionTwoLink__option {
    align-items: center;
    gap: 4rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2rem auto 0;
  }
  .priceOptionTwoLink__option__title {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-right: 8.8rem;
  }
  .priceOptionTwoLink__option__list {
    gap: 2.4rem;
    padding: 1.2rem 2.4rem;
    border-radius: 2rem;
  }
  .priceOptionTwoLink__option__list__item {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1rem 0.8rem;
  }
  .priceOptionTwoLink__option__list__item::before {
    width: 2.4rem;
    height: 2.4rem;
  }
  .priceOptionTwoLink__links {
    gap: 3rem;
    margin-top: 5.2rem;
  }
  .priceOptionTwoLink__links a {
    width: 44.5rem;
  }
}
.flowSection__title {
  line-height: 1.6;
}
.flowSection__list {
  display: grid;
}
.flowSection__list__item {
  position: relative;
}
.flowSection__list__item__image {
  border-radius: 1rem;
}
.flowSection__list__item__title {
  line-height: 1.8;
}
.flowSection__list__item__text {
  line-height: 1.8;
  padding-inline: 1.6rem;
  margin-top: 1.2rem;
}
.flowSection__list__item__text a {
  color: #32A56C;
  text-decoration: underline;
}
.flowSection__list__item__text a:hover {
  color: #231815;
  text-decoration: none;
}

@media screen and (width <= 767px) {
  .flowSection {
    padding: 4rem 2.5rem;
  }
  .flowSection__title {
    font-size: 2rem;
  }
  .flowSection__list {
    margin-top: 4rem;
  }
  .flowSection__list.col-1-sp {
    grid-template-columns: 1fr;
    gap: 7.2rem;
  }
  .flowSection__list.col-1-sp .flowSection__list__item:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    bottom: -3.6rem;
    left: calc(50% - 0.6rem);
    rotate: 90deg;
    background: url("/icon/icon-flow-arrow.svg") no-repeat center/100%;
  }
  .flowSection__list:not(.col-1-sp) {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem 3.6rem;
  }
  .flowSection__list:not(.col-1-sp) .flowSection__list__item:not(:nth-child(2n))::after {
    position: absolute;
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    top: calc(50% - 0.6rem);
    right: -1.2rem;
    translate: 100% 0;
    background: url("/icon/icon-flow-arrow.svg") no-repeat center/100%;
  }
  .flowSection__list:not(.col-1-sp) .flowSection__list__item:nth-child(3n), .flowSection__list:not(.col-1-sp) .flowSection__list__item:nth-child(4n) {
    translate: 2rem 0;
  }
  .flowSection__list__item__title {
    font-size: 1.4rem;
    padding-inline: 0.4rem;
    margin-top: 1.2rem;
  }
  .flowSection__list__item__text {
    font-size: 1.2rem;
    padding-inline: 0.4rem;
  }
}
@media screen and (width > 767px) {
  .flowSection {
    padding: 9rem 20rem;
  }
  .flowSection__title {
    font-size: 3.6rem;
  }
  .flowSection__list {
    margin-top: 8rem;
  }
  .flowSection__list.col-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 7.2rem;
  }
  .flowSection__list.col-2 .flowSection__list__item:not(:nth-child(2n))::after {
    position: absolute;
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    top: calc(50% - 0.9rem);
    right: -3rem;
    translate: 100% 0;
    background: url("/icon/icon-flow-arrow.svg") no-repeat center/100%;
  }
  .flowSection__list.col-2 .flowSection__list__item:nth-child(3n), .flowSection__list.col-2 .flowSection__list__item:nth-child(4n) {
    translate: 8rem 0;
  }
  .flowSection__list.col-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 6.2rem 8.8rem;
  }
  .flowSection__list.col-3 .flowSection__list__item:not(:nth-child(3n))::after {
    position: absolute;
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    top: calc(50% - 0.9rem);
    right: -3.4rem;
    translate: 100% 0;
    background: url("/icon/icon-flow-arrow.svg") no-repeat center/100%;
  }
  .flowSection__list.col-3 .flowSection__list__item:nth-child(4n), .flowSection__list.col-3 .flowSection__list__item:nth-child(5n), .flowSection__list.col-3 .flowSection__list__item:nth-child(6n) {
    translate: 8rem 0;
  }
  .flowSection__list__item__title {
    font-size: 2rem;
    padding-inline: 1.6rem;
    margin-top: 2rem;
  }
  .flowSection__list__item__text {
    font-size: 1.6rem;
    padding-inline: 1.6rem;
  }
}
.faqSection {
  background: #FFFCF4;
}
.faqSection__title {
  line-height: 1.8;
}
.faqSection__list {
  display: grid;
}
.faqSection__list__item summary {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 2.4rem 1.2rem;
  background: #231815;
  cursor: pointer;
  position: relative;
}
.faqSection__list__item summary::-webkit-details-marker {
  display: none;
}
.faqSection__list__item summary::after {
  position: relative;
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  rotate: 90deg;
  transition: all 0.3s ease-in-out;
  background: url("/icon/white_bg-icon.svg") no-repeat center/100%;
}
.faqSection__list__item[open] summary::after {
  rotate: -90deg;
}
.faqSection__list__item__panel {
  padding: 2.4rem 3.2rem;
  background: white;
}
.faqSection__list__item__panel__title {
  line-height: 1.8;
}
.faqSection__list__item__panel ul {
  list-style: disc;
  margin-top: 1.6rem;
}
.faqSection__list__item__panel ul li {
  line-height: 1.8;
}
.faqSection__list__item__panel ul li + li {
  margin-top: 1.6rem;
}

@media screen and (width <= 767px) {
  .faqSection {
    padding: 4rem 2.5rem;
    border-radius: 4rem;
    margin-bottom: 4rem;
  }
  .faqSection__title {
    font-size: 2rem;
  }
  .faqSection__list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
  .faqSection__list__item__panel__title {
    font-size: 1.4rem;
  }
  .faqSection__list__item__panel ul {
    padding-left: 1.6rem;
  }
  .faqSection__list__item__panel ul li {
    font-size: 1.4rem;
  }
}
@media screen and (width > 767px) {
  .faqSection {
    padding: 9rem 14.4rem;
    border-radius: 12rem;
    margin-inline: 6rem;
    margin-bottom: 9rem;
  }
  .faqSection__title {
    font-size: 3.6rem;
  }
  .faqSection__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
    margin-top: 4rem;
  }
  .faqSection__list__item__panel__title {
    font-size: 1.8rem;
  }
  .faqSection__list__item__panel ul {
    padding-left: 2rem;
  }
  .faqSection__list__item__panel ul li {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=single.css.map */