@charset "UTF-8";
/*淡いグリーン1*/
/*淡いグリーン2*/
/*淡いブルー1*/
/*ダークブルー*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
#main .member_group .contents .inview {
  opacity: 0.001;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (min-width: 769px) {
  #main .member_group .contents .inview {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

#main .member_group .contents .inview.view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#main .member_group .contents .inviews > * {
  opacity: 0.001;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (min-width: 769px) {
  #main .member_group .contents .inviews > * {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

#main .member_group .contents .inviews.view > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

@media screen and (max-width: 960px) {
  #content > .inner {
    padding: 10px 0 !important;
  }
}

#main .member_group {
  position: relative;
  color: #142474;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 961px) {
  #main .member_group {
    border-radius: 20px;
    padding: 0;
  }
}

#main .member_group .contents {
  content-visibility: auto;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 10px 10px;
}

#main .member_group .js-wordItem {
  display: inline-block;
}

#main .member_group .js-wordItem.-space {
  width: 0.5em;
}

#main .member_group .contents *,
#main .member_group .contents *::before,
#main .member_group .contents *::after {
  box-sizing: border-box;
}

#main .member_group .contents *::after {
  content: none;
}

#main .member_group .contents h2,
#main .member_group .contents h3,
#main .member_group .contents h4 {
  color: inherit;
  font-size: inherit;
  border: 0;
  padding: 0;
  margin: 0;
}

#main .member_group .contents p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents p {
    font-size: 16px;
  }
}

#main .member_group .contents a,
#main .member_group .contents a:focus {
  outline: none;
}

#main .member_group .contents a {
  color: inherit;
  text-decoration: none;
}

#main .member_group .contents .-pc {
  display: block !important;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .-pc {
    display: none !important;
  }
}

#main .member_group .contents .-sp {
  display: none !important;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .-sp {
    display: block !important;
  }
}

#main .member_group .contents .br--hg {
  display: none;
}

@media screen and (min-width: 1281px) {
  #main .member_group .contents .br--hg {
    display: block;
  }
}

#main .member_group .contents .br--hgSp {
  display: none;
}

@media screen and (max-width: 1100px) {
  #main .member_group .contents .br--hgSp {
    display: block;
  }
}

#main .member_group .contents .br--hgSp2 {
  display: none;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .br--hgSp2 {
    display: block;
  }
}

#main .member_group .contents .br--pc {
  display: none;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .br--pc {
    display: block;
  }
}

#main .member_group .contents .br--tb {
  display: block;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .br--tb {
    display: none;
  }
}

#main .member_group .contents .br--sp {
  display: block;
}

@media screen and (min-width: 769px) {
  #main .member_group .contents .br--sp {
    display: none;
  }
}

#main .member_group .contents .br--sm {
  display: none;
}

@media screen and (min-width: 601px) {
  #main .member_group .contents .br--sm {
    display: block;
  }
}

#main .member_group .menu {
  position: absolute;
  top: 90px !important;
  right: 0;
  z-index: 100;
  width: 46px;
}

@media screen and (min-width: 641px) {
  #main .member_group .menu {
    right: calc((100% - 100vw) / 2);
  }
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu {
    top: 0;
    right: -120px;
    width: 120px;
  }
}

#main .member_group .menu__inner {
  position: relative;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__inner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__inner {
    display: block !important;
  }
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__cont {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 45px 25px 57px;
    overflow: scroll;
  }
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__cont {
    background-color: #ffffff;
    border: 3px solid #142474;
    border-radius: 0px 15px 15px 0px;
    overflow: hidden;
  }
}

#main .member_group .menu__title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #142474;
  padding: 15px 0;
  margin: 0;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__title {
    color: #142474;
    font-size: 26px;
    background-color: unset;
    padding-bottom: 20px;
  }
}

#main .member_group .menu__list {
  margin-bottom: 0;
  padding: 20px 0;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__list {
    height: 100%;
    border: 2px solid #142474;
    border-radius: 30px;
    padding: 30px 50px;
    margin-top: 30px;
    width: 100%;
  }
}

#main .member_group .menu__item {
  position: relative;
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__item {
    background-color: unset;
    padding: 8.5px 0;
  }
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    display: inline-block;
    width: calc(100% - 10px);
    height: 0;
    border-bottom: 1px solid #142474;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#main .member_group .menu__item:last-of-type::after {
  content: none;
}

@media screen and (max-width: 960px) {
  #main .member_group .menu__item:last-of-type a::before {
    content: '';
    display: inline-block;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: -2px;
  }
}

#main .member_group .menu__item > a {
  position: relative;
  display: block;
  color: #142474;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px dotted #142474;
  transition: 0.5s;
  z-index: 0;
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__item > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    padding: 2px 5px;
    border-bottom: unset;
  }
  #main .member_group .menu__item > a.current, #main .member_group .menu__item > a:hover {
    color: #03D3D1;
  }
}

@media screen and (max-height: 600px) {
  #main .member_group .menu__item > a {
    min-height: 55px;
    font-size: 16px;
  }
}

#main .member_group .menu__item > a .sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__item > a .sp {
    display: inline;
  }
}

#main .member_group .menu__child {
  margin-top: 5px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__child {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__child li + li {
    margin-top: 20px;
  }
}

#main .member_group .menu__child li a {
  display: block;
  color: #142474;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 5px;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__child li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    text-align: center;
  }
}

#main .member_group .menu__child li a.current, #main .member_group .menu__child li a:hover {
  color: #218001;
  background-color: #fff;
}

#main .member_group .menu__child li a .sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__child li a .sp {
    display: inline;
  }
}

#main .member_group .menu .br--hg {
  display: none;
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu .br--hg {
    display: block;
  }
}

.spMenu {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #142474;
  border-radius: 5px 0 0 5px;
  padding: 13px;
  cursor: pointer;
  z-index: 101;
}

@media screen and (min-width: 1281px) {
  .spMenu {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .spMenu__inner {
    position: relative;
    display: block;
    width: 22px;
    height: 21px;
    cursor: pointer;
  }
  .spMenu__inner span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    transition: 0.5s;
  }
  .spMenu__inner span:nth-of-type(1) {
    top: 0;
  }
  .spMenu__inner span:nth-of-type(2) {
    top: 10px;
  }
  .spMenu__inner span:nth-of-type(3) {
    bottom: 0;
    width: 50%;
  }
}

.menu.inviews {
  opacity: 1;
  /* 初期値を1にする、もしくは transitionを不透明度以外にする */
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transition-delay: 0.15s;
}

@media screen and (max-width: 1280px) {
  .menu.inviews {
    -webkit-transform: unset;
            transform: unset;
  }
}

.menu.inviews.view {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 1280px) {
  .menu.inviews.view {
    -webkit-transform: unset;
            transform: unset;
  }
}

.spMenu.active {
  position: fixed;
  top: 90px;
  right: 0;
  z-index: 10000;
}

.spMenu.active .spMenu__inner span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

.spMenu.active .spMenu__inner span:nth-of-type(2) {
  opacity: 0;
}

.spMenu.active .spMenu__inner span:nth-of-type(3) {
  width: 100%;
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

#main .member_group .contents .visual {
  /*padding-bottom: 60px;*/
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .visual {
    /*padding-bottom: 50px;*/
  }
}

#main .member_group .contents .visual__img {
  width: 100%;
}

#main .member_group .contents .apAbout__cont {
  padding: 100px 50px;
  background-color: #F0F7FD;
  position: relative;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apAbout__cont {
    padding: 50px 15px;
  }
}

#main .member_group .contents .apAbout__title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apAbout__title {
    gap: 4px;
  }
}

#main .member_group .contents .apAbout__title span {
  width: 4%;
  font-size: 16px;
  font-family: 'Jost';
  font-style: normal;
  font-weight: bold;
  color: #03D3D1;
  line-height: normal;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apAbout__title span {
    font-size: 14px;
  }
}

#main .member_group .contents .apAbout__title h2 {
  width: 96%;
  font-size: 38px;
  background: linear-gradient(to right, #03D3D1, #42E000);
  /* 1. 背景にグラデーションを指定 */
  -webkit-background-clip: text;
  /* 2. 背景を文字の形に切り抜く（Safari用のベンダープレフィックスが必要） */
  background-clip: text;
  color: transparent;
  /* 3. 本来の文字色を透明にする（透明にしないと背景が見えません） */
  font-style: normal;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 6px;
  text-align: left;
  margin: 0;
  border-top: 2px solid #42E000;
  padding: 10px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apAbout__title h2 {
    font-size: 28px;
  }
}

#main .member_group .contents .apAbout__descriptionGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  /* 左右2カラム */
  gap: 40px;
  align-items: start;
}

@media screen and (max-width: 1100px) {
  #main .member_group .contents .apAbout__descriptionGrid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    /* 1列にする */
  }
}

#main .member_group .contents .apAbout__descriptionGrid .text-column {
  max-width: 440px;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  #main .member_group .contents .apAbout__descriptionGrid .text-column {
    max-width: none;
  }
}

#main .member_group .contents .apAbout__descriptionGrid .service-block {
  margin-bottom: 30px;
}

#main .member_group .contents .apAbout__descriptionGrid .service-block h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 140%;
  border-bottom: 2px solid transparent;
  /* 1. まず下の線だけ太さを指定し、色は transparent（透明）にする */
  border-image-source: linear-gradient(to right, #03D3D1, #42E000);
  /* 2. グラデーションの設定（例：$lightGreen2 から $emeraldGreen へ） */
  border-image-slice: 1;
  /* 3. 線の内側にグラデーションをフィットさせる設定（必須） */
  padding-bottom: 8px;
  margin-bottom: 8px;
}

#main .member_group .contents .apAbout__descriptionGrid .service-block p {
  font-size: 16px;
  line-height: 160%;
}

#main .member_group .contents .apAbout__descriptionGrid .image-column {
  max-width: 480px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1100px) {
  #main .member_group .contents .apAbout__descriptionGrid .image-column {
    max-width: none;
  }
}

#main .member_group .contents .apAbout__descriptionGrid .image-column .stats-card {
  position: absolute;
  max-width: 480px;
  width: 100%;
  top: -215px;
  right: 0;
  display: block;
}

@media screen and (max-width: 1100px) {
  #main .member_group .contents .apAbout__descriptionGrid .image-column .stats-card {
    display: none;
  }
}

#main .member_group .contents .apAbout__descriptionGrid .image-column .stats-card-2 {
  max-width: 600px;
  width: 100%;
  display: none;
  margin: 0px auto;
}

@media screen and (max-width: 1100px) {
  #main .member_group .contents .apAbout__descriptionGrid .image-column .stats-card-2 {
    display: block;
  }
}

#main .member_group .contents .apAbout__descriptionGrid .image-column .stats-card-3 {
  position: absolute;
  max-width: 280px;
  width: 100%;
  bottom: -8px;
  right: 0;
  display: none;
}

@media screen and (max-width: 1100px) {
  #main .member_group .contents .apAbout__descriptionGrid .image-column .stats-card-3 {
    display: block;
    max-width: 230px;
  }
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apAbout__descriptionGrid .image-column .stats-card-3 {
    display: block;
    max-width: 180px;
  }
}

#main .member_group .contents .apPoint__cont {
  padding: 100px 50px  50px 50px;
  background-color: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apPoint__cont {
    padding: 50px 15px;
  }
}

#main .member_group .contents .apPoint__title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apPoint__title {
    gap: 4px;
  }
}

#main .member_group .contents .apPoint__title span {
  width: 4%;
  font-size: 16px;
  font-family: 'Jost';
  font-style: normal;
  font-weight: bold;
  color: #03D3D1;
  line-height: normal;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apPoint__title span {
    font-size: 14px;
  }
}

#main .member_group .contents .apPoint__title h2 {
  width: 96%;
  font-size: 38px;
  background: linear-gradient(to right, #03D3D1, #42E000);
  /* 1. 背景にグラデーションを指定 */
  -webkit-background-clip: text;
  /* 2. 背景を文字の形に切り抜く（Safari用のベンダープレフィックスが必要） */
  background-clip: text;
  color: transparent;
  /* 3. 本来の文字色を透明にする（透明にしないと背景が見えません） */
  font-style: normal;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 6px;
  text-align: left;
  margin: 0;
  border-top: 2px solid #42E000;
  padding: 10px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apPoint__title h2 {
    font-size: 28px;
  }
}

#main .member_group .contents .apPoint__cardGrid {
  /* 4つのカードレイアウト */
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 55px;
  padding: 0 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apPoint__cardGrid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
    padding: 0 20px;
  }
}

#main .member_group .contents .apPoint__cardGrid .feature-card {
  padding: 0.5px 0.5px;
  text-align: center;
  position: relative;
  -webkit-transform: skewX(-9deg);
          transform: skewX(-9deg);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
}

#main .member_group .contents .apPoint__cardGrid .feature-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  background: linear-gradient(to right, #03D3D1, #42E000);
}

#main .member_group .contents .apPoint__cardGrid .feature-cardIn {
  text-align: center;
  background-color: #ffffff;
  padding: 20px 10px 40px 10px;
  display: flex;
  /* 中身を縦に並べる */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#main .member_group .contents .apPoint__cardGrid .card-icon {
  max-width: 60px;
  width: 100%;
  min-height: 100%;
  margin-bottom: 8px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apPoint__cardGrid .card-icon {
    max-width: 50px;
  }
}

#main .member_group .contents .apPoint__cardGrid .card-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apPoint__cardGrid .card-ttl {
    font-size: 18px;
  }
}

#main .member_group .contents .apPoint__cardGrid .arrow-down {
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: 2px solid #03D3D1;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #03D3D1;
  line-height: 1;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(-50%) skewX(-8deg);
          transform: translateX(-50%) skewX(-8deg);
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apPoint__cardGrid .arrow-down {
    width: 40px;
    height: 40px;
  }
}

#main .member_group .contents .apPoint__cardGrid a:hover {
  opacity: 0.9;
  /* 少し薄くする */
}

#main .member_group .contents .apPoint__detailBox {
  border: 2px solid transparent;
  /* 1. まず下の線だけ太さを指定し、色は transparent（透明）にする */
  border-image-source: linear-gradient(to right, #03D3D1, #42E000);
  /* 2. グラデーションの設定（例：$lightGreen2 から $emeraldGreen へ） */
  border-image-slice: 1;
  /* 3. 線の内側にグラデーションをフィットさせる設定（必須） */
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
}

#main .member_group .contents .apPoint__detailBox .detail-text-side {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apPoint__detailBox .detail-text-side {
    display: block;
  }
}

#main .member_group .contents .apPoint__detailBox .detail-text-side .detail-text-sideInL {
  width: 45%;
  padding-right: 30px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apPoint__detailBox .detail-text-side .detail-text-sideInL {
    width: 100%;
    padding-right: 0px;
  }
}

#main .member_group .contents .apPoint__detailBox .detail-text-side .detail-text-sideInL .detail-icon {
  max-width: 86px;
  width: 100%;
  margin: 0px auto 32px auto;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apPoint__detailBox .detail-text-side .detail-text-sideInL .detail-icon {
    max-width: 70px;
  }
}

#main .member_group .contents .apPoint__detailBox .detail-text-side .detail-text-sideInL .detail-list {
  padding-left: 20px;
  list-style: none;
}

#main .member_group .contents .apPoint__detailBox .detail-text-side .detail-text-sideInL .detail-list li {
  position: relative;
  margin-bottom: 10px;
  font-size: 0.95rem;
  font-size: 18px;
  line-height: 160%;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apPoint__detailBox .detail-text-side .detail-text-sideInL .detail-list li {
    font-size: 16px;
  }
}

#main .member_group .contents .apPoint__detailBox .detail-text-side .detail-text-sideInL .detail-list li::before {
  content: "•";
  font-weight: bold;
  position: absolute;
  left: -15px;
}

#main .member_group .contents .apPoint__detailBox .detail-text-side .detail-text-sideInR {
  width: 55%;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apPoint__detailBox .detail-text-side .detail-text-sideInR {
    width: 100%;
  }
}

#main .member_group .contents .apPoint__detailBox .detail-text-side .detail-text-sideInR .pointImg {
  max-width: 520px;
  width: 100%;
  display: block;
}

#main .member_group .contents .apPoint__detailBox .detail-text-sideReverse {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apPoint__detailBox .detail-text-sideReverse {
    display: block;
  }
}

#main .member_group .contents .apPoint__detailBox .detail-text-sideReverse .detail-text-sideInL {
  width: 45%;
  padding-left: 30px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apPoint__detailBox .detail-text-sideReverse .detail-text-sideInL {
    width: 100%;
    padding-left: 0px;
  }
}

#main .member_group .contents .apPoint__detailBox .detail-text-sideReverse .detail-text-sideInL .detail-icon {
  max-width: 86px;
  width: 100%;
  margin: 0px auto 32px auto;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apPoint__detailBox .detail-text-sideReverse .detail-text-sideInL .detail-icon {
    max-width: 70px;
  }
}

#main .member_group .contents .apPoint__detailBox .detail-text-sideReverse .detail-text-sideInL .detail-list {
  padding-left: 20px;
  list-style: none;
}

#main .member_group .contents .apPoint__detailBox .detail-text-sideReverse .detail-text-sideInL .detail-list li {
  position: relative;
  margin-bottom: 10px;
  font-size: 0.95rem;
  font-size: 18px;
  line-height: 160%;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apPoint__detailBox .detail-text-sideReverse .detail-text-sideInL .detail-list li {
    font-size: 16px;
  }
}

#main .member_group .contents .apPoint__detailBox .detail-text-sideReverse .detail-text-sideInL .detail-list li::before {
  content: "•";
  font-weight: bold;
  position: absolute;
  left: -15px;
}

#main .member_group .contents .apPoint__detailBox .detail-text-sideReverse .detail-text-sideInR {
  width: 55%;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apPoint__detailBox .detail-text-sideReverse .detail-text-sideInR {
    width: 100%;
  }
}

#main .member_group .contents .apPoint__detailBox .detail-text-sideReverse .detail-text-sideInR .pointImg {
  max-width: 520px;
  width: 100%;
  display: block;
}

#main .member_group .contents .apPoint__detailBox .howto-ttl {
  display: flex;
  align-items: flex-start;
  gap: 4;
  font-size: 32px;
  font-weight: bold;
  line-height: 140%;
  margin: 0px auto 32px auto;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apPoint__detailBox .howto-ttl {
    font-size: 28px;
  }
}

#main .member_group .contents .apPoint__detailBox .howto-num {
  flex-shrink: 0;
  padding-top: 1px;
}

#main .member_group .contents .apPoint__detailChara {
  position: relative;
  min-height: 50px;
}

#main .member_group .contents .apPoint__detailChara .charaImg {
  position: absolute;
  display: block;
  max-width: 117px;
  width: 100%;
  bottom: 0%;
  left: -3%;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apPoint__detailChara .charaImg {
    max-width: 90px;
    left: -1%;
  }
}

#main .member_group .contents .apHowto__cont {
  padding: 100px 50px;
  background-color: #F0F7FD;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apHowto__cont {
    padding: 50px 15px;
  }
}

#main .member_group .contents .apHowto__title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apHowto__title {
    gap: 4px;
  }
}

#main .member_group .contents .apHowto__title span {
  width: 4%;
  font-size: 16px;
  font-family: 'Jost';
  font-style: normal;
  font-weight: bold;
  color: #03D3D1;
  line-height: normal;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apHowto__title span {
    font-size: 14px;
  }
}

#main .member_group .contents .apHowto__title h2 {
  width: 96%;
  font-size: 38px;
  background: linear-gradient(to right, #03D3D1, #42E000);
  /* 1. 背景にグラデーションを指定 */
  -webkit-background-clip: text;
  /* 2. 背景を文字の形に切り抜く（Safari用のベンダープレフィックスが必要） */
  background-clip: text;
  color: transparent;
  /* 3. 本来の文字色を透明にする（透明にしないと背景が見えません） */
  font-style: normal;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 6px;
  text-align: left;
  margin: 0;
  border-top: 2px solid #42E000;
  padding: 10px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apHowto__title h2 {
    font-size: 28px;
  }
}

#main .member_group .contents .apHowto__cardGrid {
  /*
      display: flex !important; 
      overflow: visible !important;
      padding: 0;
      gap: 0;
      */
  /* 子要素（カード）への指定 */
}

#main .member_group .contents .apHowto__cardGrid .apHowto__swiper {
  padding: 0 0 40px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  #main .member_group .contents .apHowto__cardGrid .apHowto__swiper {
    overflow: visible !important;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  #main .member_group .contents .apHowto__cardGrid .swiper-wrapper {
    display: block !important;
  }
}

#main .member_group .contents .apHowto__cardGrid .towtoList {
  width: 374px;
  /* 固定幅を指定 */
  height: auto;
  white-space: normal;
  border-radius: 0 0 60px 0;
  background-color: #ffffff;
  padding: 15px 25px;
}

@media screen and (max-width: 640px) {
  #main .member_group .contents .apHowto__cardGrid .towtoList {
    max-width: 640px;
    width: 100%;
    margin: 20px auto;
  }
}

#main .member_group .contents .apHowto__cardGrid .card-ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apHowto__cardGrid .card-ttl {
    font-size: 22px;
  }
}

#main .member_group .contents .apHowto__cardGrid .card-ttl .num {
  font-size: 32px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apHowto__cardGrid .card-ttl .num {
    font-size: 28px;
  }
}

#main .member_group .contents .apHowto__cardGrid .card-dtl {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 25px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apHowto__cardGrid .card-dtl {
    font-size: 16px;
  }
}

#main .member_group .contents .apHowto__cardGrid .card-img {
  display: block;
  max-width: 324px;
  width: 100%;
  margin: 0px auto;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .apHowto__cardGrid .card-img {
    font-size: 16px;
  }
}

#main .member_group .contents .apFaq__cont {
  padding: 100px 50px;
  background-color: #FFFFFF;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apFaq__cont {
    padding: 50px 15px;
  }
}

#main .member_group .contents .apFaq__title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apFaq__title {
    gap: 4px;
  }
}

#main .member_group .contents .apFaq__title span {
  width: 4%;
  font-size: 16px;
  font-family: 'Jost';
  font-style: normal;
  font-weight: bold;
  color: #03D3D1;
  line-height: normal;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apFaq__title span {
    font-size: 14px;
  }
}

#main .member_group .contents .apFaq__title h2 {
  width: 96%;
  font-size: 38px;
  background: linear-gradient(to right, #03D3D1, #42E000);
  /* 1. 背景にグラデーションを指定 */
  -webkit-background-clip: text;
  /* 2. 背景を文字の形に切り抜く（Safari用のベンダープレフィックスが必要） */
  background-clip: text;
  color: transparent;
  /* 3. 本来の文字色を透明にする（透明にしないと背景が見えません） */
  font-style: normal;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 6px;
  text-align: left;
  margin: 0;
  border-top: 2px solid #42E000;
  padding: 10px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apFaq__title h2 {
    font-size: 28px;
  }
}

#main .member_group .contents .apFaq__faqList {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apFaq__faqList {
    max-width: 600px;
  }
}

@media screen and (max-width: 600px) {
  #main .member_group .contents .apFaq__faqList {
    max-width: 300px;
  }
}

#main .member_group .contents .apFaq__faqList .faq-item {
  position: relative;
  /* ボタンを絶対配置するために必要 */
  padding: 10px 0;
  /* 上下の余白 */
  border-bottom: 1px solid #999;
  /* 下の区切り線 */
  margin-bottom: 20px;
}

#main .member_group .contents .apFaq__faqList .faq-header {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Qと質問文の間の距離 */
  margin-bottom: 20px;
  /* 回答エリアとの距離 */
  padding-right: 60px;
  /* ボタンと重ならないように右側に余白を作る */
}

#main .member_group .contents .apFaq__faqList .q-symbol img {
  width: 32px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apFaq__faqList .q-symbol img {
    width: 23px;
  }
}

#main .member_group .contents .apFaq__faqList .faq-question {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apFaq__faqList .faq-question {
    font-size: 14px;
  }
}

#main .member_group .contents .apFaq__faqList .faq-answer-inner {
  font-size: 14px;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apFaq__faqList .faq-answer-inner {
    font-size: 14px;
  }
}

#main .member_group .contents .apFaq__faqList .faq-toggle-btn {
  position: absolute;
  top: 10px;
  /* .faq-itemのpaddingと同じ高さ */
  right: 0;
  width: 44px;
  /* タップしやすいサイズを確保 */
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* デフォルトのスタイルを解除 */
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .member_group .contents .apFaq__faqList .btn-text-wrapper {
  position: relative;
  width: 45px;
  /* 丸のサイズ */
  height: 45px;
  border: 1px solid #42E000;
  /* 緑色の枠線 */
  border-radius: 50%;
  /* 正円にする */
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  #main .member_group .contents .apFaq__faqList .btn-text-wrapper {
    width: 35px;
    height: 35px;
  }
}

#main .member_group .contents .apFaq__faqList .btn-text-wrapper span {
  font-size: 20px;
  font-weight: bold;
  color: #42E000;
}

#main .member_group .contents .apContact__cont {
  width: 100%;
  padding: 100px 50px 50px 50px;
  background-image: url(/file/aipics/img/contact-img-1.webp);
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apContact__cont {
    padding: 50px 15px;
    -o-object-fit: cover;
       object-fit: cover;
    background-image: url(/file/aipics/img/contact-img-2.webp);
  }
}

#main .member_group .contents .apContact__title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apContact__title {
    gap: 4px;
    margin-bottom: 30px;
  }
}

#main .member_group .contents .apContact__title span {
  width: 4%;
  font-size: 16px;
  font-family: 'Jost';
  font-style: normal;
  font-weight: bold;
  color: #03D3D1;
  line-height: normal;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apContact__title span {
    font-size: 14px;
  }
}

#main .member_group .contents .apContact__title h2 {
  width: 96%;
  font-size: 38px;
  background: linear-gradient(to right, #03D3D1, #42E000);
  /* 1. 背景にグラデーションを指定 */
  -webkit-background-clip: text;
  /* 2. 背景を文字の形に切り抜く（Safari用のベンダープレフィックスが必要） */
  background-clip: text;
  color: transparent;
  /* 3. 本来の文字色を透明にする（透明にしないと背景が見えません） */
  font-style: normal;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 6px;
  text-align: left;
  margin: 0;
  border-top: 2px solid #42E000;
  padding: 10px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apContact__title h2 {
    font-size: 28px;
  }
}

#main .member_group .contents .apContact__intro {
  max-width: 800px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 55px 55px 40px 55px;
  margin: 0px auto;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apContact__intro {
    padding: 50px 15px;
  }
}

#main .member_group .contents .apContact__copany {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 40px;
}

#main .member_group .contents .apContact__mail {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 45px;
}

#main .member_group .contents .apContact__mail .mailIcon img {
  width: 34px;
}

@media screen and (max-width: 768px) {
  #main .member_group .contents .apContact__mail .mailIcon img {
    width: 23px;
  }
}

#main .member_group .contents .apContact__mail a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid #142474;
  padding-bottom: 1px;
}

#main .member_group .contents .apContact__mail a:hover {
  opacity: 0.6 !important;
}

#main .member_group .contents .apContact__hp {
  max-width: 320px;
  width: 100%;
  margin: 0px auto;
}

#main .member_group .contents .apContact__hp .btn {
  display: flex;
  gap: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid #03D3D1;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: bold;
}

#main .member_group .contents .apContact__hp .btn:hover {
  opacity: 0.6 !important;
}

#main .member_group .contents .apContact__hp .btnLeft {
  width: 80%;
  text-align: center;
}

#main .member_group .contents .apContact__hp .btnRigt {
  width: 20%;
}

#main .member_group .contents .apContact__hp .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #03D3D1;
  border-radius: 50%;
  margin: 0 auto;
  color: #03D3D1;
}

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