@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : top.css                                   */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
#container {
  background: #F8F8F9;
}

.mv {
  position: relative;
}
.mv .mv_box img {
  width: 100%;
}
.mv .mv_message_box {
  position: absolute;
  right: 40px;
  bottom: 8%;
  display: flex;
  align-items: center;
  gap: 0 1.12%;
  width: 44.94%;
  background: #F8F8ED;
  border: 2px solid #E4E7E6;
  border-radius: 20px;
  font-size: 0.99vw;
  color: #137E63;
  line-height: 1.5;
  padding: 1%;
}
.mv .mv_message_box .icon_box {
  width: 3.07%;
}
.mv .mv_message_box .text_box {
  width: 95.82%;
  line-height: 1.8;
  letter-spacing: -0.04em;
}
.mv .mv_message_box span img {
  width: 100%;
}
.mv .mv_message_box .icon02 {
  display: inline-flex;
  vertical-align: middle;
  width: 5%;
  padding-bottom: 2px;
}
.mv .mv_message_box a {
  text-decoration: underline;
  color: #199778;
}

.consultation_sec {
  background: #FBFBF2;
  padding: 120px 0;
}
.consultation_sec .title {
  text-align: center;
}
.consultation_sec .title span {
  background: linear-gradient(transparent 92%, #EFD40C 0%);
  font-size: 40px;
  font-weight: bold;
  color: #199778;
  padding-bottom: 10px;
}
.consultation_sec .category_list {
  position: relative;
  display: flex;
  gap: 0 2.42%;
  margin-top: 80px;
  z-index: 2;
}
.consultation_sec .category_list .icon_box {
  position: absolute;
  top: -109px;
  left: 0;
  z-index: 1;
}
.consultation_sec .category_list .category_item {
  width: 48.79%;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
}
.consultation_sec .category_list .category_item img {
  width: 100%;
}
.consultation_sec .category_list .category_item .category_title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}
.consultation_sec .category_list .category_item .category_title .title_sub {
  display: block;
  text-align: center;
  font-size: 24px;
}
.consultation_sec .category_list .category_item .img {
  margin-top: 24px;
}
.consultation_sec .category_list .category_item .caption {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 24px;
}
.consultation_sec .category_list .category_item .caption .check {
  display: inline-flex;
  margin-right: 10px;
}
.consultation_sec .category_list .category_item .caption .text_s {
  text-align: left;
  font-size: 13px;
}
.consultation_sec .note_color {
  text-align: center;
  margin-top: 16px;
  color: #137E63;
}
.consultation_sec .btn_box {
  width: 56.45%;
  max-width: 700px;
  margin: 8px auto 0;
}
.consultation_sec .btn_wrap {
  position: relative;
  margin-top: 80px;
  z-index: 2;
}
.consultation_sec .btn_wrap .text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.consultation_sec .btn_wrap .text::before, .consultation_sec .btn_wrap .text::after {
  content: "";
  width: 1px;
  height: 23px;
  background-color: #0B2521;
}
.consultation_sec .btn_wrap .text::before {
  margin-right: 0.8em;
  transform: rotate(-40deg);
}
.consultation_sec .btn_wrap .text::after {
  margin-left: 0.8em;
  transform: rotate(40deg);
}
.consultation_sec .btn_wrap .icon_box {
  position: absolute;
  right: 5%;
  bottom: -50%;
  width: 13.95%;
  max-width: 173px;
  min-width: 145px;
  z-index: 1;
}

.about_sec {
  position: relative;
  background: #fff;
  padding: 120px 0;
}
.about_sec .title {
  position: relative;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-text-stroke: 8px #fff;
  text-stroke: 8px #fff;
  paint-order: stroke;
  z-index: 1;
}
.about_sec .title .title_english {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #199778;
  line-height: 1;
  margin-top: 8px;
}
.about_sec .icon_box {
  position: absolute;
  top: 80px;
  right: 17%;
  width: 9.06%;
  max-width: 120px;
  min-width: 100px;
}
.about_sec .icon_box img {
  width: 100%;
}
.about_sec .about_wrap {
  display: flex;
  align-items: flex-start;
  gap: 0 3.87%;
  margin-top: 80px;
}
.about_sec .about_wrap .image_area {
  position: relative;
  width: 42.74%;
}
.about_sec .about_wrap .image_area .hover_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.4s;
}
.about_sec .about_wrap .image_area .hover_img.is-active {
  position: relative;
  opacity: 1;
}
.about_sec .about_wrap .ac_item {
  border-bottom: 1px solid #E4E7E6;
  padding: 32px 0;
}
.about_sec .about_wrap .ac_item:first-of-type {
  padding-top: 0;
}
.about_sec .about_wrap .ac_text {
  display: none;
  padding-left: 16px;
}
.about_sec .about_wrap .title_area {
  width: 53.39%;
}
.about_sec .about_wrap .title_area .note {
  margin-top: 5px;
}
.about_sec .about_wrap .title_item {
  display: flex;
  align-items: flex-start;
  gap: 0 2.68%;
  transform: translateX(0);
}
@media (hover: hover) and (pointer: fine) {
  .about_sec .about_wrap .title_item.is-active {
    animation: bounceX 0.6s ease forwards;
  }
}
@media (hover: none) {
  .about_sec .about_wrap .title_item.is-active {
    animation: none;
  }
}
@keyframes bounceX {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(22px);
  }
  65% {
    transform: translateX(12px);
  }
  80% {
    transform: translateX(18px);
  }
  100% {
    transform: translateX(16px);
  }
}
.about_sec .about_wrap .title_item .num {
  display: inline-block;
  border-bottom: 2px solid #199778;
  font-size: 20px;
  font-weight: bold;
  color: #199778;
  line-height: 1.5;
}
.about_sec .about_wrap .title_item .title_box {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
.about_sec .about_wrap .rate {
  display: flex;
  align-items: center;
  gap: 0 0.5%;
  margin-top: 24px;
}
.about_sec .about_wrap .rate .rate_title {
  display: block;
  font-weight: bold;
  line-height: 1.2;
}
.about_sec .about_wrap .rate .line {
  display: inline-block;
  background: linear-gradient(transparent 80%, #EFD40C 80%);
  font-size: 65px;
  font-weight: bold;
  color: #199778;
  line-height: 1;
}
.about_sec .about_wrap .rate .text_s {
  font-size: 42px;
}
.about_sec .about_wrap .point_head {
  font-size: 16px;
  font-weight: bold;
  color: #199778;
  margin-top: 32px;
}
.about_sec .about_wrap .point_head .text_s {
  font-size: 12px;
}
.about_sec .about_wrap .point_list {
  margin-top: 8px;
}
.about_sec .about_wrap .point_list .point_title {
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
.about_sec .about_wrap .point_list .head {
  font-size: 10px;
  color: #EFD40C;
}
.about_sec .about_wrap .point_list .point_note {
  font-size: 13px;
  line-height: 1.5;
  padding-left: 1em;
  margin-top: 5px;
}

.voice_sec {
  position: relative;
  padding: 120px 0;
}
.voice_sec .title {
  position: relative;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
  z-index: 1;
}
.voice_sec .title .title_english {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #199778;
  line-height: 1;
  margin-top: 8px;
}
.voice_sec .icon_box {
  position: absolute;
  top: 8%;
  right: 10%;
  width: 16%;
}
.voice_sec .icon_box img {
  width: 100%;
}
.voice_sec .icon_box {
  position: absolute;
  top: 8%;
  right: 10%;
  width: 16%;
}
.voice_sec .icon_box img {
  width: 100%;
}
.voice_sec .voice_wrap {
  margin-top: 80px;
}
.voice_sec .voice_wrap .splide__track {
  overflow: visible; /* ← はみ出し表示 */
}
.voice_sec .voice_wrap .splide__list {
  align-items: stretch;
}
.voice_sec .splide__arrow {
  width: 60px;
  height: 60px;
  background: transparent;
  opacity: 1;
}
.voice_sec .splide__arrow svg {
  display: none;
}
.voice_sec {
  /* 左矢印 */
}
.voice_sec .splide__arrow--prev {
  background: url("/tenhennyu/img/arrow_prev.svg") no-repeat center/contain;
  left: -30px;
}
.voice_sec {
  /* 右矢印 */
}
.voice_sec .splide__arrow--next {
  background: url("/tenhennyu/img/arrow_next.svg") no-repeat center/contain;
  right: -30px;
}
.voice_sec .splide__pagination {
  bottom: -40px;
}
.voice_sec .splide__pagination__page {
  background: #AEB6B5;
  margin: 5px;
}
.voice_sec .splide__pagination__page.is-active {
  background: #199778;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.voice_sec .voice_wrap .splide__slide {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
}
.voice_sec .voice_wrap .splide__slide .img img {
  width: 100%;
}
.voice_sec .voice_wrap .splide__slide .lead {
  font-size: 24px;
  font-weight: bold;
  color: #199778;
  line-height: 1.5;
  margin-top: 24px;
}
.voice_sec .voice_wrap .splide__slide .name {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 16px;
}
.voice_sec .voice_wrap .splide__slide .name .tag {
  display: inline-block;
  border: 1px solid #5C6E6B;
  border-radius: 3px;
  text-align: center;
  font-size: 13px;
  color: #415552;
  line-height: 1;
  padding: 6px;
  margin-right: 8px;
}
.voice_sec .list_btn {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.voice_sec .list_btn a {
  position: relative;
  display: block;
  font-size: 20px;
  padding-right: 32px;
  transition: all 0.3s ease;
}
.voice_sec .list_btn a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  display: block;
  width: 100%;
  height: 2px;
  background: #C9CFCE;
}
.voice_sec .list_btn a span {
  position: absolute;
  right: 0;
  top: -15%;
  display: inline-block;
  width: 20%;
  transition: all 0.3s ease;
}
.voice_sec .list_btn a span img {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .voice_sec .list_btn a:hover {
    color: #199778;
  }
  .voice_sec .list_btn a:hover::after {
    content: "";
    position: absolute;
    bottom: -5px;
    display: block;
    width: 100%;
    height: 2px;
    background: #199778;
  }
  .voice_sec .list_btn a:hover span {
    right: -8px;
  }
}

.link_sec {
  position: relative;
  margin-top: 32px;
}
.link_sec .icon_box {
  position: absolute;
  top: -90%;
  left: 10%;
  width: 8%;
}
.link_sec .link_list {
  display: flex;
  gap: 0 1.61%;
}
.link_sec .link_item {
  position: relative;
  width: 32.26%;
  background: #fff;
  border: 3px solid #DEE7E4;
  border-radius: 20px;
  transition: all 0.2s;
}
.link_sec .link_item::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: block;
  background: url(/tenhennyu/img/link_arrow.svg) no-repeat top center/contain;
  width: 8%;
  aspect-ratio: 1/1;
  transition: all 0.2s;
}
.link_sec .link_item a {
  display: block;
  padding: 40px;
}
.link_sec .link_item a .img {
  text-align: center;
}
.link_sec .link_item a .text {
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  margin-top: 32px;
}
@media screen and (min-width: 750px) {
  .link_sec .link_item:hover {
    border-color: #199778;
  }
  .link_sec .link_item:hover::after {
    right: 14px;
  }
  .link_sec .link_item:hover a img {
    opacity: 1;
  }
  .link_sec .link_item:hover a .text {
    color: #199778;
  }
}

.contact_sec {
  margin-top: 120px;
}
.contact_sec .contact_illust {
  width: 82.66%;
  margin: 0 auto;
}
.contact_sec .contact_illust img {
  width: 100%;
}
.contact_sec .contact_wrap {
  background: #199778;
  padding: 120px 0;
}
.contact_sec .contact_wrap .inner {
  text-align: center;
}
.contact_sec .contact_wrap .title_text {
  display: inline;
  background: linear-gradient(transparent 95%, #fff 0%);
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 10px;
}
.contact_sec .contact_wrap .lead_text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 40px;
}
.contact_sec .contact_wrap .contact_link_list {
  display: flex;
  gap: 0 2.58%;
  margin-top: 80px;
}
.contact_sec .contact_wrap .contact_link_list .link_item {
  width: 48.71%;
}
.contact_sec .contact_wrap .contact_link_list .link_item a {
  display: block;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 100px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #199778;
  line-height: 1.5;
  padding: 40px 20px;
  transition: all 0.2s;
}
@media screen and (min-width: 750px) {
  .contact_sec .contact_wrap .contact_link_list .link_item a:hover {
    background: #199778;
    color: #fff;
  }
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .mv {
    padding-top: 62px;
  }
  .mv .mv_message_box {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    align-items: center;
    gap: 0 3%;
    width: 90.34%;
    border-radius: 10px;
    padding: 1.8%;
  }
  .mv .mv_message_box .icon_box {
    width: 8%;
  }
  .mv .mv_message_box .text_box {
    display: block;
    font-size: 14px;
  }
  .mv .mv_message_box .icon02 {
    display: inline-flex;
    vertical-align: text-top;
    width: 10%;
  }
  .consultation_sec {
    padding: 64px 0;
  }
  .consultation_sec .title span {
    background: linear-gradient(transparent 90%, #EFD40C 0%);
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0;
    padding-bottom: 5px;
  }
  .consultation_sec .category_list {
    flex-direction: column;
    gap: 16px 0;
    margin-top: 32px;
  }
  .consultation_sec .category_list .icon_box {
    top: -56px;
    left: 0;
    width: 21%;
  }
  .consultation_sec .category_list .icon_box img {
    width: 100%;
  }
  .consultation_sec .category_list .category_item {
    width: 100%;
    padding: 24px;
  }
  .consultation_sec .category_list .category_item .category_title {
    font-size: 24px;
  }
  .consultation_sec .category_list .category_item .category_title .title_sub {
    font-size: 18px;
  }
  .consultation_sec .category_list .category_item .img {
    margin-top: 16px;
  }
  .consultation_sec .category_list .category_item .caption {
    font-size: 18px;
    margin-top: 16px;
  }
  .consultation_sec .btn_box {
    width: 100%;
    max-width: 100%;
  }
  .consultation_sec .btn_wrap {
    margin-top: 32px;
  }
  .consultation_sec .btn_wrap .text {
    font-size: 14px;
  }
  .consultation_sec .btn_wrap .text::before, .consultation_sec .btn_wrap .text::after {
    height: 23px;
  }
  .consultation_sec .btn_wrap .text::before {
    margin-right: 0.8em;
    transform: rotate(-40deg);
  }
  .consultation_sec .btn_wrap .text::after {
    margin-left: 0.8em;
    transform: rotate(40deg);
  }
  .consultation_sec .btn_wrap .icon_box {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 20%;
    min-width: auto;
  }
  .about_sec {
    padding: 64px 0;
  }
  .about_sec .title {
    font-size: 22px;
  }
  .about_sec .title .title_english {
    font-size: 14px;
  }
  .about_sec .icon_box {
    top: 90px;
    right: 10px;
    width: 18%;
    min-width: auto;
    z-index: 2;
  }
  .about_sec .about_list {
    gap: 16px 0;
    margin-top: 32px;
  }
  .about_sec .about_wrap {
    flex-direction: column;
    gap: 16px 0;
    margin-top: 40px;
  }
  .about_sec .about_wrap .sp_image_area {
    width: 100%;
  }
  .about_sec .about_wrap .title_area {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
    width: 100%;
  }
  .about_sec .about_wrap .title_area .note {
    margin-top: 5px;
  }
  .about_sec .about_wrap .ac_item {
    border-bottom: 1px solid #E4E7E6;
    padding: 0 0 24px;
  }
  .about_sec .about_wrap .ac_text {
    padding-left: 0;
  }
  .about_sec .about_wrap .title_item {
    display: flex;
    align-items: flex-start;
    gap: 0 3%;
    padding-top: 16px;
  }
  .about_sec .about_wrap .title_item .num {
    font-size: 15px;
  }
  .about_sec .about_wrap .title_item .title_box {
    font-size: 18px;
  }
  .about_sec .about_wrap .title_item .btn {
    position: relative;
    display: block;
    align-self: center;
    margin-left: auto;
    margin-right: 3vw;
  }
  .about_sec .about_wrap .title_item .btn:before, .about_sec .about_wrap .title_item .btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 20px;
    background: #199778;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
  }
  .about_sec .about_wrap .title_item .btn::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .about_sec .about_wrap .title_item.is-open .btn::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .about_sec .about_wrap .rate {
    gap: 0 1.21%;
    margin-top: 16px;
  }
  .about_sec .about_wrap .rate .line {
    background: linear-gradient(transparent 80%, #EFD40C 80%);
    font-size: 61px;
  }
  .about_sec .about_wrap .rate .text_s {
    font-size: 39px;
  }
  .about_sec .about_wrap .point_head {
    font-size: 13px;
    margin-top: 16px;
  }
  .about_sec .about_wrap .point_head .text_s {
    font-size: 10px;
  }
  .about_sec .about_wrap .point_list .head {
    font-size: 10px;
  }
  .voice_sec {
    padding: 64px 0;
  }
  .voice_sec .title {
    font-size: 22px;
  }
  .voice_sec .title .title_english {
    font-size: 14px;
  }
  .voice_sec .icon_box {
    top: 5%;
    right: 3%;
    width: 28.26%;
  }
  .voice_sec .voice_wrap {
    margin-top: 32px;
  }
  .voice_sec .splide__arrow {
    width: 50px;
    height: 50px;
  }
  .voice_sec {
    /* 左矢印 */
  }
  .voice_sec .splide__arrow--prev {
    left: -15px;
  }
  .voice_sec {
    /* 右矢印 */
  }
  .voice_sec .splide__arrow--next {
    right: -15px;
  }
  .voice_sec .splide__pagination {
    bottom: -30px;
  }
  .voice_sec .splide__pagination__page {
    background: #AEB6B5;
    margin: 5px;
  }
  .voice_sec .voice_wrap .splide__slide {
    border-radius: 10px;
    padding: 16px;
  }
  .voice_sec .voice_wrap .splide__slide .lead {
    font-size: 18px;
    margin-top: 16px;
  }
  .voice_sec .voice_wrap .splide__slide .name {
    font-size: 14px;
    margin-top: 8px;
  }
  .voice_sec .voice_wrap .splide__slide .name .tag {
    font-size: 10px;
  }
  .voice_sec .list_btn {
    justify-content: center;
    margin-top: 48px;
  }
  .voice_sec .list_btn a {
    font-size: 16px;
    padding-right: 26px;
  }
  .voice_sec .list_btn a span {
    top: -15%;
    width: 20%;
  }
}
@media screen and (max-width: 750px) and (min-width: 750px) {
  .voice_sec .list_btn a:hover {
    color: #000000;
  }
  .voice_sec .list_btn a:hover::after {
    background: #C9CFCE;
  }
  .voice_sec .list_btn a:hover span {
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .link_sec {
    margin-top: 24px;
  }
  .link_sec .inner {
    padding: 0 8px;
  }
  .link_sec .icon_box {
    top: -38%;
    left: 9%;
    width: 15%;
  }
  .link_sec .link_list {
    flex-direction: column;
    gap: 8px 0;
  }
  .link_sec .link_item {
    width: 100%;
    border: 2px solid #DEE7E4;
  }
  .link_sec .link_item::after {
    right: 16px;
    bottom: 16px;
    width: 7.54%;
  }
  .link_sec .link_item a {
    padding: 26px;
  }
  .link_sec .link_item a .img {
    width: 40.2%;
    margin: 0 auto;
  }
  .link_sec .link_item a .text {
    font-size: 18px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) and (min-width: 750px) {
  .link_sec .link_item:hover {
    border-color: #DEE7E4;
  }
  .link_sec .link_item:hover::after {
    right: 16px;
  }
  .link_sec .link_item:hover a .text {
    color: #DEE7E4;
  }
}
@media screen and (max-width: 750px) {
  .contact_sec {
    margin-top: 60px;
  }
  .contact_sec .contact_illust {
    width: 100%;
  }
  .contact_sec .contact_wrap {
    padding: 64px 0;
  }
  .contact_sec .contact_wrap .title_text {
    background: linear-gradient(transparent 95%, #fff 0%);
    font-size: 22px;
    line-height: 1.8;
    padding-bottom: 5px;
  }
  .contact_sec .contact_wrap .lead_text {
    font-size: 14px;
    margin-top: 20px;
  }
  .contact_sec .contact_wrap .contact_link_list {
    flex-direction: column;
    gap: 16px 0;
    margin-top: 32px;
  }
  .contact_sec .contact_wrap .contact_link_list .link_item {
    width: 100%;
  }
  .contact_sec .contact_wrap .contact_link_list .link_item a {
    font-size: 16px;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 750px) and (min-width: 750px) {
  .contact_sec .contact_wrap .contact_link_list .link_item a:hover {
    background: #fff;
    color: #199778;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=top.css.map */