@charset "utf-8";
/*------------------------------------------------------------------

  機能

------------------------------------------------------------------*/

/* PC以下共通サイズ------------------------------- */

/*
  一覧
--------------------------*/
.func {
  padding-top: 50px;
}
.cat_item {
  padding: 80px 0 40px;
}
.cat_header {
  text-align: center;
  margin-bottom: 50px;
}
.cat_header .ttl2 {
  margin-bottom: 15px;
}
.func_list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 2%;
}
.func_list .item {
  width: 32%;
  display: flex;
  gap: 25px 2%;
  border: 1px solid #c6e5e2;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.func_list .item:before {
  position: absolute;
  font-family: var(--ff-icon);
  font-weight: bold;
  content: "\f061";
  color: #fff;
  background: var(--c-blue);
  font-size: 16px;
  width: 60px;
  line-height: 30px;
  border-radius: 30px;
  bottom: 10px;
  right: 10px;
  text-align: center;
  transition: 0.3s;
}
.func_list .img_area {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 8 / 5;
  width: 100%;
  background: var(--c-lightblue);
}
.func_list .img_area img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.func_list .price_type {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  width: 46px;
}
.func_list .price_type span {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: solid 2px var(--c-orange);
  color: var(--c-orange);
  background: #fff;
  font-size: 13px;
  font-weight: var(--fw-bold);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  text-align: center;
  line-height: 1.1;
}
.func_list .price_type .paid {
  color: var(--c-green);
  border-color: var(--c-green);
}
.func_list .price_type .paid2 {
  color: var(--c-green);
  border-color: var(--c-green);
  font-size: 12px;
}
.func_list .item_info {
  padding: 25px 9% 50px;
}
.func_list .title {
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-weight: var(--fw-bold);
  line-height: 1.5;
  margin-bottom: 13px;
  font-size: 18px;
}
.func_list .title .icon_area {
  width: 36px;
}
.func_list .list {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
.func_list .list li {
  line-height: 1.5;
  padding-left: 15px;
  position: relative;
  font-size: 15px;
}
.func_list .list li:before {
  position: absolute;
  content: "";
  background: var(--c-darkgray);
  border-radius: 50%;
  width: 6px;
  aspect-ratio: 1 / 1;
  left: 0;
  top: 9px;
}
@media (hover: hover) and (pointer: fine) {
  .func_list .item:hover .img_area img {
    transform: scale(1.1, 1.1);
  }
  .func_list .item:hover:before {
    background: var(--c-orange);
  }
}

/*
  詳細
--------------------------*/
.key_visual {
  background: var(--c-lightblue);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.key_visual:before {
  position: absolute;
  content: "";
  border-radius: 100px 0 0 100px;
  background: #c9f1e8;
  right: 0;
  top: 60px;
  width: 48%;
  height: calc(100% - 120px);
}
.key_visual .inner {
  max-width: 1100px;
  display: flex;
  align-items: center;
  gap: 0 5%;
  position: relative;
}
.key_visual .img_area {
  width: min(53.5%, 558px);
  margin-top: 15px;
}
.key_visual .txt_area {
  flex: 1;
}
.key_visual .ttl1 {
  font-size: 44px;
  align-items: flex-start;
  gap: 8px 0;
  margin-bottom: 30px;
}
.key_visual .ttl1 .en_font:after {
  content: none;
}
.key_visual .catch_copy {
  margin-bottom: 20px;
}
.key_visual .catch_copy p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px 0;
}
.key_visual .catch_copy span {
  color: #fff;
  font-family: var(--ff-maru);
  font-size: 20px;
  letter-spacing: 0.07em;
  background: var(--c-blue);
  padding: 0 10px;
}
.--detail {
  max-width: 100% !important;
}
.--detail .ttl1 {
  margin-bottom: 50px;
}
.merit_list {
  display: flex;
  gap: 20px 20px;
}
.merit_list li {
  flex: 1;
  background: var(--c-lightgray);
  border-radius: 30px;
  padding: 25px 2.3% 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
}
.merit_list .icon_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 50%;
}
.merit_list .icon_area img {
  width: 44px;
}
.merit_list .maru_font {
  color: var(--c-txtblue);
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.merit_list .txt_basic {
  font-size: 15px;
}
.merit_list .txt_small {
  margin-top: 5px;
}

.b_and_a {
  background: var(--c-lightblue);
}
.ba_wrap {
  display: flex;
  gap: 65px 8%;
  justify-content: center;
}
.ba_item {
  flex: 1;
  position: relative;
}
.ba_item > .maru_font {
  background: var(--c-darkgray);
  display: block;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 50px;
  border-radius: 30px 30px 0 0;
}
.ba_item > div {
  padding: 30px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  border-radius: 0 0 30px 30px;
  background: #fff;
  position: relative;
  height: calc(100% - 50px);
}
.ba_item > div:before {
  content: "";
  position: absolute;
  width: 2.5px;
  height: calc(100% - 100px);
  top: 46px;
  left: 125px;
  background-image: repeating-linear-gradient(180deg, var(--c-gray), var(--c-gray) 5px, transparent 5px, transparent 10px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 3px 100%;
}
.ba_item dl {
  display: flex;
  gap: 0 25px;
}
.ba_item dt {
  width: 56px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.ba_item dt span {
  color: #fff;
  background: var(--c-txtorange);
  border-radius: 30px;
  font-size: 11px;
  line-height: 16px;
  margin-top: -8px;
}
.ba_item dt:before {
  content: "";
  background: url(../img/func/ba_parent01.png) top center / cover no-repeat;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.ba_item .staff dt:before {
  background: url(../img/func/ba_staff01.png) top center / cover no-repeat;
}
.ba_item .staff dt span {
  background: var(--c-green);
}
.ba_item dd {
  flex: 1;
}
.ba_item ul {
  display: flex;
  gap: 15px 0;
  flex-direction: column;
  padding-top: 6px;
}
.ba_item li {
  line-height: 1.6;
  position: relative;
  padding-left: 22px;
  min-height: 3.2em;
}
.ba_item li:after {
  position: absolute;
  content: "";
  width: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--c-orange);
  left: 0;
  top: 8px;
}
.ba_item .staff li:after {
  background: var(--c-green);
}
.ba_item li .bold {
  font-weight: var(--fw-mid);
  color: var(--c-txtorange);
}
.ba_item .staff li .bold {
  color: var(--c-green);
}
.ba_item .staff li .special {
  color: var(--c-green);
  background: var(--c-lightgreen);
  text-align: center;
  display: block;
  font-weight: var(--fw-mid);
  padding: 10px;
  margin-top: 10px;
}
.ba_item.--after:before {
  position: absolute;
  content: "";
  background: url(../img/common/triangle.svg) center / contain no-repeat;
  width: 30px;
  height: 50px;
  top: 50%;
  left: -11.5%;
  margin-top: -25px;
}
.ba_item.--after > .maru_font {
  background: var(--c-blue);
}
.ba_item.--after dt:before {
  background: url(../img/func/ba_parent02.png) top center / cover no-repeat;
}
.ba_item.--after .staff dt:before {
  background: url(../img/func/ba_staff02.png) top center / cover no-repeat;
}
.ba_item dl:last-child li:last-child:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 10px;
  height: calc(100% - 17px);
  bottom: 0;
  left: 0;
}
.ba_item.--after .--func07 {
  height: calc(100% - 50px);
}
.ba_item.--after .--func07 dl:last-child {
  height: 100%;
}
.ba_item.--after .--func07 dl:last-child ul {
  height: 100%;
  justify-content: space-between;
}
.ba_item .--func07 li {
  min-height: 2.3em;
}

.screen {
  background: #fff;
}
.merit + .screen {
  margin-top: -280px;
}
.screen_wrap {
  display: flex;
  gap: 60px 5%;
}
.screen_wrap section {
  width: 45%;
}
.screen_wrap section:last-child {
  padding-left: 5%;
  border-left: dashed 2px var(--c-gray);
  width: 50%;
}
.screen_wrap .maru_font {
  font-size: 20px;
  line-height: 1.5;
  color: var(--c-txtblue);
  background: var(--c-lightblue);
  border: solid 2px var(--c-blue);
  border-radius: 30px;
  padding: 10px 15px;
  margin-bottom: 40px;
  text-align: center;
}
.screen_wrap .img_area {
  margin: 0 auto 30px;
  position: relative;
  display: block;
  aspect-ratio: 44 / 31;
  width: min(100%, 440px);
}
.screen_wrap .img_area:before {
  position: absolute;
  content: "";
  height: 120px;
  background: url(../img/func/man.svg) center / contain no-repeat;
  aspect-ratio: 5 / 6;
  bottom: 0;
  left: 0;
}
.screen_wrap section:last-child .img_area:before {
  background: url(../img/func/woman.svg) center / contain no-repeat;
  aspect-ratio: 2 / 3;
  left: auto;
  right: 13%;
}

.voice_area {
  background: var(--c-lightgray);
}
.voice_area .slick-dots li button {
  background: #d0d0d0;
}
.slick-list {
  width: 100% !important;
}
.count1 .slick-track {
  transform: none !important;
}
.count2 .slick-track {
  margin: 0;
}
.count2,
.count3 {
  max-width: 1200px;
  margin: 0 auto;
}

.others {
  background: #fff;
  padding-bottom: 0 !important;
}
.others .btn_area {
  padding-top: 90px;
}

@media (hover: hover) and (pointer: fine) {
}

/* PCのみサイズ------------------------------- */
@media screen and (min-width: 1800px) {
  .count4 .slick-dots {
    display: none;
  }
}
/* PCのみサイズ------------------------------- */
@media screen and (min-width: 1051px) {
  .count1 .slick-dots,
  .count2 .slick-dots,
  .count3 .slick-dots {
    display: none;
  }
}

/* タブレット（iPad Pro）以下サイズ------------------------------- */
@media screen and (max-width: 1050px) {
  .merit + .screen {
    margin-top: -240px;
  }
}

/* タブレット（iPad）以下サイズ------------------------------- */
@media screen and (max-width: 1023px) {
  .func_list .item {
    width: 49%;
  }
  .key_visual .ttl1 {
    font-size: 28px;
    letter-spacing: 0.08em;
  }
  .key_visual .img_area {
    width: 50%;
  }
  .key_visual .catch_copy span {
    font-size: 18px;
  }
  .merit_list {
    gap: 20px 3%;
    flex-wrap: wrap;
  }
  .merit_list li {
    flex: 0 0 48.5%;
  }
  .ba_wrap {
    flex-direction: column;
  }
  .ba_item.--after:before {
    top: -56px;
    left: 50%;
    margin-left: -16px;
    margin-top: 0;
    transform: rotate(90deg);
  }
}

/* スマホサイズ------------------------------- */
@media screen and (max-width: 767px) {
  .func {
    padding-top: 30px;
  }
  .page_menu li {
    flex: 1;
  }
  .page_menu li:first-child {
    flex: 0 0 100%;
  }
  .cat_item {
    padding: 70px 0 30px;
  }
  .cat_header {
    margin-bottom: 40px;
  }
  .func_list {
    gap: 20px 0;
  }
  .func_list .item {
    width: 100%;
  }
  .func_list .title {
    font-size: 16px;
  }
  .func_list .list li {
    font-size: 14px;
  }
  .key_visual {
    padding: 60px 0 80px;
    overflow: hidden;
  }
  .key_visual:before {
    content: none;
  }
  .key_visual .inner {
    flex-direction: column;
  }
  .key_visual .ttl1 {
    font-size: min(8vw, 32px);
  }
  .key_visual .img_area {
    position: relative;
    display: block;
    width: min(100%, 400px);
    margin: 0 auto 30px;
    padding: 30px 0 25px;
  }
  .key_visual .img_area img {
    position: relative;
  }
  .key_visual .img_area:before {
    position: absolute;
    content: "";
    border-radius: 30px 0 0 30px;
    background: #c9f1e8;
    left: 15%;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .key_visual .catch_copy {
    margin-bottom: 15px;
  }
  .key_visual .catch_copy span {
    font-size: min(4.6vw, 18px);
  }
  .merit + .screen {
    margin-top: -200px;
  }
  .--detail .ttl1 {
    margin-bottom: 40px;
  }
  .merit_list {
    flex-direction: column;
    gap: 10px 0;
  }
  .merit_list li {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 15px;
    padding: 25px 7%;
  }
  .merit_list .icon_area {
    width: 64px;
  }
  .merit_list .maru_font {
    flex: 1;
    text-align: left;
    font-size: min(4.4vw, 17px);
  }
  .merit_list .txt_basic {
    font-size: 13px;
    flex: 0 0 100%;
  }
  .ba_item > .maru_font {
    font-size: 18px;
    line-height: 45px;
    border-radius: 25px 25px 0 0;
  }
  .ba_item > div {
    padding: 30px 25px;
    border-radius: 0 0 25px 25px;
  }
  .ba_item > div:before {
    left: 92px;
    height: calc(100% - 86px);
  }
  .ba_item dl {
    gap: 0 15px;
  }
  .ba_item dt {
    width: 48px;
  }
  .ba_item li {
    min-height: 0 !important;
  }
  .screen_wrap {
    flex-direction: column;
    gap: 60px 0;
  }
  .screen_wrap section {
    width: 100% !important;
  }
  .screen_wrap section:last-child {
    padding: 0;
    border: none;
  }
  .screen_wrap .maru_font {
    font-size: 18px;
    padding: 8px 15px;
    margin-bottom: 30px;
  }
  .screen_wrap .img_area {
    margin-bottom: 20px;
  }
  .screen_wrap .img_area:before {
    height: 100px;
  }
  .screen_wrap section:last-child .img_area:before {
    right: 11%;
  }
  .others .btn_area {
    padding-top: 50px;
  }
}
