@charset "UTF-8";
section {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  section {
    padding-top: 60px;
  }
}
.secTop {
  padding-top: 0;
}

.contactWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: clamp(15px, 1.33vw, 16px);
}
.contactWrap p {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .contactWrap {
    flex-direction: column;
    gap: 10px;
  }
}
.fukidashi {
  border: 3px solid #D7D7D7;
  background: #fff;
  border-radius: 20px;
}
.fukidashi .shippo {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%) rotate(-180deg);
  -webkit-transform: translateX(-50%) rotate(-180deg);
  -ms-transform: translateX(-50%) rotate(-180deg);
}

@media screen and (max-width: 1000px) {
  .fukidashi {
    grid-template-columns: 1fr;
  }
  .fukidashi .fukidashiTx ul {
    grid-template-columns: 1fr !important;
  }
}
.marker {
  background: linear-gradient(to bottom, transparent 70%, #FFD2AC 70%, #FFD2AC 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
}

.telBtn {
  display: block;
  border-radius: 36px;
  background: #4BD31C;
  padding: 13px 23px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.telBtn.org {
  background: #FF9035;
}
.telBtn * {
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.telBtn .tel {
  font-size: clamp(24px, 2.33vw, 28px);
}
.telBtn span {
  font-size: clamp(40px, 4.17vw, 50px);
}

@media screen and (max-width: 767px) {
  .telBtn {
    padding: 10px 15px;
  }
  .telBtn .tel {
    font-size: 16px;
  }
  .telBtn span {
    letter-spacing: 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .telBtn {
    max-width: 270px;
    padding: 15px;
  }
  .telBtn .tel {
    font-size: 16px;
  }
  .telBtn span {
    letter-spacing: 0;
    font-size: 30px;
  }
}
.simplebar-scrollbar:before {
  background: #009FB9;
}

.simplebar-track.simplebar-horizontal {
  border-radius: 10px;
  background: #D7D7D7;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 10px;
  top: 0;
}

.simplebar-placeholder {
  margin-bottom: 20px;
}

.commonInfo {
  display: grid;
  gap: 10px;
}
.commonInfo .infoWrap {
  display: flex;
  align-items: stretch;
  gap: 5px;
}
.commonInfo .infoWrap * {
  line-height: 120% !important;
}
.commonInfo .infoWrap .floor {
  width: 20px;
  display: flex;
  align-items: center;
}
.commonInfo .infoWrap .line {
  width: 1px;
  background: #000;
}
.commonInfo .infoWrap .detail {
  flex: 1;
}
.commonInfo .tx {
  padding-top: 20px;
}
.commonInfo .tx div {
  text-indent: -1em;
  padding-left: 1em;
}

.parkingArea .btn {
  background: none;
  border: 1px solid #fff;
  padding: 6px 40px;
  min-width: 270px;
}
.parkingArea.green .btn {
  margin-top: 22px;
  color: #4BD31C;
  background: #fff;
  border: 1px solid #4BD31C;
}
.parkingArea h3 {
  font-size: clamp(20px, 1.83vw, 22px);
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.parkingArea h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
}

.secTop {
  background: #009FB9;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
.secTop .scrollArea {
  position: absolute;
  left: 5%;
  bottom: 20px;
  display: flex;
  gap: 20px;
}
.secTop .scrollArea img {
  height: 54px;
  width: auto;
}
.secTop .scrollArea .line {
  position: relative;
  height: 50px;
  width: 1px;
  background: #fff;
}
.secTop .scrollArea .line .maru {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: moveDownUp 1.5s linear infinite;
}
.secTop .bkImg {
  position: absolute;
  z-index: 1;
  mix-blend-mode: multiply;
}
.secTop .bkImg.bkImg1 {
  top: -27%;
  left: -1%;
}
.secTop .bkImg.bkImg2 {
  bottom: -20%;
  right: -4%;
}
.secTop .wrap {
  height: 100vh;
  height: 100svh;
  max-width: 2500px;
  margin: 0 auto;
  position: relative;
}
.secTop .wrap video {
  z-index: 2;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  mix-blend-mode: lighten;
  width: 30%;
  max-width: 1400px;
  min-width: 440px;
}
.secTop .wrap .comImg {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
.secTop .wrap .comImg.img1 {
  top: calc(50% - 30px);
  left: 17.5%;
  width: 30%;
}
.secTop .wrap .comImg.img2 {
  top: 320px;
  right: -10%;
  width: 25%;
}
.secTop .wrap .logoWrap {
  position: absolute;
  bottom: 126px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 90%;
  text-align: center;
  z-index: 3;
}
.secTop .wrap .logoWrap img {
  width: 56%;
  min-width: 600px;
}
.secTop .messageWrap {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
}
.secTop .messageWrap .innerWrap {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  margin-left: auto;
  text-align: right;
  background: #EBFCFF;
  border-radius: 20px 0 5px 0;
  padding: 15px 20px 5px 30px;
}
.secTop .messageWrap .innerWrap p {
  padding-top: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
}

@keyframes moveDownUp {
  0% {
    top: -10px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  80% {
    top: 34px;
    opacity: 1;
  }
  100% {
    top: 42px;
    opacity: 0;
  }
}
@media (aspect-ratio < 1/1) and (min-width: 768px) {
  .secTop .wrap {
    height: initial;
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .secTop {
    background-image: url(../img/top_bk_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .secTop .wrap {
    height: initial;
    max-height: initial;
    max-width: 500px;
  }
  .secTop .wrap .videoWrap {
    aspect-ratio: 1/1;
    position: relative;
    width: 80%;
    margin: 90px auto 0;
  }
  .secTop .wrap .videoWrap video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    min-width: initial;
  }
  .secTop .wrap .logoWrap {
    padding-top: 8%;
    margin: 0 auto;
    position: relative;
    bottom: initial;
    top: initial;
    left: initial;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
  }
  .secTop .wrap .logoWrap img {
    min-width: initial;
    max-width: 100%;
    width: 100%;
  }
  .secTop .messageWrap {
    position: absolute;
    bottom: 0;
    padding-left: 15px;
    margin-top: 23px;
  }
  .secTop .messageWrap .innerWrap {
    width: 100%;
    padding-bottom: 7px;
  }
  .secTop .messageWrap .innerWrap p {
    font-size: 14px;
  }
  .secTop .messageWrap .sliderImg2 {
    padding: 19px 28px 6px 28px;
  }
  .secTop .messageWrap .sliderImg2 .scroll-container .scroll-content .item {
    height: 23px;
  }
  .secTop .spImgWrap {
    max-width: 500px;
    margin: 0 auto;
    top: 0px;
    position: relative;
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 100px;
  }
}
@media (orientation: portrait) and (min-aspect-ratio: 9/20) and (max-aspect-ratio: 9/18) {
  .secTop {
    height: 100vh;
    height: 100svh;
  }
}
@media screen and (max-width: 500px) {
  .secTop .messageWrap {
    position: absolute;
    bottom: 0;
    padding-left: 0px;
    margin-top: 23px;
    width: 100%;
  }
  .secTop .messageWrap .innerWrap {
    padding: 15px 15px 5px 15px;
    text-align: center;
    border-radius: 0;
    letter-spacing: 0;
  }
}
.secInfo .wrap {
  background: #EDEDED;
  border-radius: 20px;
  padding: 40px;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 30px;
  align-items: center;
}
.secInfo .wrap .imgArea {
  border-radius: 20px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.secInfo .wrap .txArea p {
  line-height: 1.5;
}
.secInfo .wrap .txArea .ano {
  padding-top: 8px;
}
.secInfo .wrap .txArea .place {
  padding: 15px 0 10px;
}
.secInfo .wrap .txArea .telBtn {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .secInfo .wrap {
    padding: 30px;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .secInfo .wrap .txArea {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.secSymptoms .imgWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  margin-bottom: 40px;
}

.secWorries .txArea {
  position: relative;
  border-radius: 20px;
  border: 3px solid #D7D7D7;
  margin-bottom: 56px;
}
.secWorries .txArea .shippo {
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.secWorries .txArea ul {
  padding: 35px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  align-items: center;
  gap: 15px;
}
.secWorries .txArea ul li {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 8px;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: bold;
  color: #000;
}
.secWorries .bottomTx {
  margin-bottom: 5px;
  color: #009FB9;
  font-size: clamp(28px, 2.67vw, 32px);
  font-weight: bold;
  text-align: center;
}
.secWorries .bottomTx span {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
  text-align: center;
  color: #009FB9;
}
.secWorries .bottomTx .marker {
  font-size: clamp(28px, 2.67vw, 32px);
}
.secWorries .bottomTx + p {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
  text-align: center;
  color: #009FB9;
}

@media screen and (max-width: 1000px) {
  .secWorries .txArea ul {
    grid-template-columns: 1fr;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .secWorries .txArea ul {
    padding: 20px;
  }
  .secWorries .bottomTx {
    line-height: 150%;
  }
  .secWorries .bottomTx span {
    line-height: inherit;
  }
  .secWorries .bottomTx + p {
    padding-top: 20px;
    line-height: 120%;
  }
}
.sliderImg2, .sliderImg {
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100vw;
  overflow: hidden;
  display: flex;
}
.sliderImg2 .scroll-container, .sliderImg .scroll-container {
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.sliderImg2 .scroll-container .scroll-content, .sliderImg .scroll-container .scroll-content {
  display: flex;
}
.sliderImg2 .scroll-container .scroll-content .item, .sliderImg .scroll-container .scroll-content .item {
  overflow: hidden;
  flex: 0 0 auto;
  height: auto;
}

.sliderImg2 {
  padding: 23px 28px 5px 28px;
}
.sliderImg2 .scroll-container {
  gap: 100px;
}
.sliderImg2 .scroll-container .scroll-content {
  animation: scroll 60s linear infinite;
  gap: 100px;
}
.sliderImg2 .scroll-container .scroll-content .item {
  height: 28px;
  width: auto;
  padding-left: 200px;
}

.sliderImg {
  padding-top: 64px;
}
.sliderImg .scroll-container {
  gap: 32px;
}
.sliderImg .scroll-container .scroll-content {
  gap: 32px;
  animation: scroll 80s linear infinite;
}
.sliderImg .scroll-container .scroll-content .item {
  border-radius: 20px;
  width: 25vw;
}

@media screen and (max-width: 767px) {
  .sliderImg {
    padding-top: 48px;
  }
  .sliderImg .scroll-container .scroll-content {
    gap: 32px;
    animation: scroll 30s linear infinite;
  }
  .sliderImg .scroll-container .scroll-content .item {
    border-radius: 20px;
    width: 66.6666666667vw;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.secAbout {
  background: #009FB9;
  margin-top: -60px;
  padding-bottom: 160px;
}
.secAbout .commonTitle {
  padding-top: 60px;
}
.secAbout .gridArea {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(3.125rem, -7.162rem + 21.46vw, 6.25rem);
  align-items: center;
}
.secAbout .gridArea .videoArea video {
  width: 100%;
  max-width: 440px;
  mix-blend-mode: lighten;
}
.secAbout .gridArea .txArea p {
  color: #fff;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .secAbout {
    padding-bottom: 40px;
  }
  .secAbout .gridArea {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .secAbout .gridArea .txArea {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .secAbout .gridArea .videoArea {
    text-align: center;
  }
  .secAbout .gridArea .videoArea video {
    max-width: 300px;
  }
}
.secCare {
  padding-bottom: 120px;
}
.secCare .commonTitle + p {
  padding-bottom: 40px;
}
.secCare .contentWrap {
  display: grid;
  gap: 64px;
}
.secCare .content {
  width: 100%;
}
.secCare .content.org .titleArea {
  background: #FF9035;
}
.secCare .content.org .detailArea {
  border-bottom: 3px solid #FF9035;
  border-left: 3px solid #FF9035;
  border-right: 3px solid #FF9035;
  border-radius: 0 0 20px 20px;
}
.secCare .content.org .detailArea .innerContent .tl:before {
  background: #FF9035;
}
.secCare .content.bl .titleArea {
  background: #009FB9;
}
.secCare .content.bl .detailArea {
  border-bottom: 3px solid #009FB9;
  border-left: 3px solid #009FB9;
  border-right: 3px solid #009FB9;
  border-radius: 0 0 20px 20px;
}
.secCare .content.bl .detailArea .innerContent .tl:before {
  background: #009FB9;
}
.secCare .content .titleArea {
  padding: 28px 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 20px 20px 0 0;
}
.secCare .content .titleArea * {
  color: #fff;
  font-weight: bold;
}
.secCare .content .titleArea h3 {
  font-size: clamp(24px, 2.33vw, 28px);
}
.secCare .content .titleArea .sub {
  border-radius: 40px;
  border: 1px solid #fff;
  padding: 0px 10px;
  font-size: clamp(16px, 1.5vw, 18px);
}
.secCare .content .detailArea {
  padding: 40px;
  display: grid;
  gap: 32px;
}
.secCare .content .detailArea .upTl {
  font-size: clamp(24px, 2.33vw, 28px);
  font-weight: bold;
  color: #009FB9;
  position: relative;
  padding-left: 10px;
  line-height: 120%;
}
.secCare .content .detailArea .upTl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 24px;
  width: 2px;
  background: #009FB9;
}
.secCare .content .detailArea .imgWrap {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.secCare .content .detailArea .imgWrap .img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.secCare .content .detailArea .imgWrap .img p {
  position: absolute;
  bottom: 7px;
  left: 20px;
  color: #fff;
}
.secCare .content .detailArea .innerContent.column2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
}
.secCare .content .detailArea .innerContent.column2 img {
  border-radius: 20px;
  width: 100%;
  max-width: initial;
}
.secCare .content .detailArea .innerContent .tl {
  font-size: clamp(20px, 1.83vw, 22px);
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.secCare .content .detailArea .innerContent .tl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.secCare .content .detailArea .innerContent .lastTx {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
  color: #009FB9;
  line-height: 160%;
  padding-bottom: 10px;
}
.secCare .content .detailArea .innerContent p {
  line-height: 200%;
}
.secCare .anoWrap {
  background: #EBFCFF;
  padding: 42px;
  border-radius: 20px;
}
.secCare .anoWrap .anoTl {
  display: flex;
  align-items: baseline;
  justify-content: left;
  gap: 5px;
}
.secCare .anoWrap .anoTl h4 {
  line-height: 1.2em;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: bold;
}
.secCare .anoWrap ul {
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.secCare .anoWrap ul li {
  line-height: 1.8em;
  font-size: 14px;
  font-weight: 500;
}
.secCare .safeTx {
  text-align: center;
  font-size: clamp(28px, 2.67vw, 32px);
  font-weight: bold;
  line-height: 130%;
  color: #009FB9;
}
.secCare .safeTx span {
  font-weight: bold;
  line-height: 130%;
  color: #009FB9;
}
.secCare .safeTx span {
  font-size: clamp(20px, 2vw, 24px);
}
.secCare .safeTx .marker {
  font-size: clamp(28px, 2.67vw, 32px);
}

@media screen and (max-width: 900px) {
  .secCare .content .detailArea .innerContent.column2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .secCare {
    padding-bottom: 60px;
  }
  .secCare .contentWrap {
    gap: 32px;
  }
  .secCare .content .titleArea {
    padding: 14px;
  }
  .secCare .content .detailArea {
    padding: 22px;
    gap: 16px;
  }
  .secCare .content .detailArea .imgWrap {
    grid-template-columns: 1fr;
  }
  .secCare .content .detailArea .upTl {
    margin-top: 16px;
    font-size: 18px;
  }
  .secCare .content .detailArea .innerContent .lastTx {
    font-size: clamp(16px, 4.62vw, 18px);
  }
  .secCare .anoWrap {
    padding: 20px;
  }
  .secCare .safeTx {
    font-size: clamp(14px, 6.15vw, 24px);
    line-height: 150%;
  }
  .secCare .safeTx span {
    line-height: 150%;
    font-size: clamp(20px, 2vw, 24px);
  }
  .secCare .safeTx .marker {
    font-size: clamp(14px, 6.15vw, 24px);
  }
}
@media screen and (max-width: 520px) {
  .secCare .content .titleArea {
    display: grid;
    grid-template-columns: max-content 1fr;
  }
  .secCare .content .titleArea h3 {
    font-size: 18px;
  }
  .secCare .content .titleArea img {
    width: 32px;
    height: 32px;
  }
  .secCare .content .titleArea .sub {
    width: -moz-fit-content;
    width: fit-content;
    grid-column: 1/3;
    grid-row: 1;
  }
}
.secFlow {
  background: #EBFCFF;
}
.secFlow .commonWidth {
  overflow: hidden;
}
.secFlow .contentWrap {
  padding: 20px 0 80px;
  display: grid;
  gap: 40px;
}
.secFlow .contentWrap .content {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 40px;
  align-items: center;
}
.secFlow .contentWrap .content .txArea .tl {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: left;
  margin-bottom: 5px;
}
.secFlow .contentWrap .content .txArea .tl .num {
  font-weight: bold;
  font-size: clamp(15px, 1.33vw, 16px);
  color: #009FB9;
}
.secFlow .contentWrap .content .txArea .tl h3 {
  font-size: clamp(20px, 1.83vw, 22px);
  font-weight: bold;
}
.secFlow .contentWrap .content .txArea .tx {
  padding-top: 16px;
}
.secFlow .contentWrap .line {
  background-image: url(../img/line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .secFlow .contentWrap {
    gap: 20px;
    padding: 0 0 60px;
  }
  .secFlow .contentWrap .line {
    margin-top: 15px;
  }
  .secFlow .contentWrap .content {
    grid-template-columns: 1fr;
  }
  .secFlow .contentWrap .content .txArea .tl h3 {
    font-size: clamp(16px, 4.62vw, 18px);
  }
  .secFlow .contentWrap .content .txArea .detail {
    padding-top: 8px;
  }
}
.secDirector {
  padding-bottom: 50px;
}
.secDirector .infoArea {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 40px;
}
.secDirector .infoArea .imgArea {
  border-radius: 20px;
  overflow: hidden;
  grid-row: 1/3;
}
.secDirector .infoArea .nameWrap {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
}
.secDirector .infoArea .nameWrap * {
  line-height: 1;
}
.secDirector .infoArea .nameWrap .syozoku {
  font-weight: bold;
}
.secDirector .infoArea .nameWrap .line {
  height: 20px;
  width: 2px;
  background: #D7D7D7;
}
.secDirector .infoArea .nameWrap .name {
  font-size: clamp(24px, 2.33vw, 28px);
  font-weight: bold;
}
.secDirector .infoArea .nameWrap .en {
  padding: 5px 0 0;
  font-weight: bold;
  color: #009FB9;
  font-size: clamp(15px, 1.33vw, 16px);
}
.secDirector .infoArea .nameWrap + p {
  padding-top: 38px;
}
.secDirector .detailArea .content h3 {
  font-size: clamp(20px, 1.83vw, 22px);
  font-weight: bold;
  padding-bottom: 5px;
}
.secDirector .detailArea .content ul {
  text-indent: -1em;
  padding-left: 1em;
}
.secDirector .detailArea .line {
  margin: 24px 0;
  background-image: url(../img/line2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .secDirector .infoArea {
    align-items: center;
    -moz-column-gap: 14px;
         column-gap: 14px;
    grid-template-columns: 1fr 1.1fr;
  }
  .secDirector .infoArea .imgArea {
    grid-row: 1/1;
  }
  .secDirector .infoArea .nameWrap {
    height: -moz-fit-content;
    height: fit-content;
    align-items: center;
    flex-wrap: wrap;
  }
  .secDirector .infoArea .nameWrap + p {
    padding-top: 18px;
    grid-column: 1/3;
  }
  .secDirector .infoArea .nameWrap .en {
    width: 100%;
  }
}
.secMenu {
  background: #EBFCFF;
  padding-bottom: 50px;
}
.secMenu .cta {
  border-radius: 20px;
  background-image: url(../img/menu_bk.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.secMenu .cta .txArea {
  display: grid;
  gap: 20px;
}
.secMenu .cta .txArea p {
  color: #fff;
  font-weight: 500;
  line-height: 150%;
  font-size: 16px;
}
.secMenu .cta .txArea .btn {
  padding: 12px 20px;
  margin: 0 auto;
}
.secMenu .fukidashi {
  margin: 60px 0 64px;
  padding: 50px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
  position: relative;
}
.secMenu .fukidashi .txArea h3 {
  color: #009FB9;
  font-size: clamp(24px, 2.33vw, 28px);
  font-weight: bold;
  line-height: 150%;
  padding-bottom: 15px;
}
.secMenu .fukidashi .txArea p {
  font-size: clamp(15px, 1.33vw, 16px);
}
.secMenu .fukidashi .imgArea {
  overflow: hidden;
  border-radius: 20px;
}
.secMenu .content .subTlArea {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}
.secMenu .content .subTlArea h3 {
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(24px, 2.33vw, 28px);
  color: #009FB9;
  font-weight: bold;
}
.secMenu .content .subTlArea .line {
  flex: 1;
  width: 100%;
  height: 100;
  position: relative;
}
.secMenu .content .subTlArea .line:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #D7D7D7;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.secMenu .content h4 {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
}
.secMenu .content .tx {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: left;
}
.secMenu .content .tx .line {
  height: 20px;
  width: 2px;
  background: #D7D7D7;
}
.secMenu .content .scrollWrap {
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .secMenu .cta {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .secMenu .cta .ctaImg {
    width: 100%;
    max-width: initial;
  }
  .secMenu .cta .txArea .btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .secMenu .fukidashi {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .secMenu .fukidashi br {
    display: none;
  }
  .secMenu .fukidashi .txArea h3 {
    font-size: clamp(19px, 5.38vw, 21px);
  }
  .secMenu .fukidashi .imgArea img {
    max-width: initial;
    width: 100%;
  }
  .secMenu .content h4 {
    font-size: clamp(16px, 4.62vw, 18px);
  }
  .secMenu .content .subTlArea h3 {
    font-size: 22px;
  }
  .secMenu .content .subInner .tx span:last-child {
    flex: 1;
  }
}
.secPersonal .gridArea {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: 46px;
  align-items: center;
}
.secPersonal .gridArea .imgArea img {
  border-radius: 20px;
  overflow: hidden;
}
.secPersonal .gridArea .txArea .tl {
  line-height: 130%;
  color: #009FB9;
  font-size: clamp(28px, 2.67vw, 32px);
  font-weight: bold;
}
.secPersonal .gridArea .txArea .tl span {
  line-height: inherit;
  font-size: clamp(28px, 2.67vw, 32px);
  font-weight: bold;
}
.secPersonal .gridArea .txArea .tl + p {
  padding-top: 20px;
}
.secPersonal .contactWrap {
  gap: clamp(1.25rem, -8.008rem + 19.31vw, 4.063rem);
  padding: 40px 0 80px;
}
.secPersonal .contactWrap p {
  line-height: 160%;
}
.secPersonal .contactWrap .btn {
  padding: 10px 20px;
}

@media screen and (max-width: 1000px) {
  .secPersonal .gridArea {
    grid-template-columns: 1fr 1fr;
  }
  .secPersonal .gridArea .imgArea img {
    max-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .secPersonal .gridArea {
    grid-template-columns: 1fr;
  }
  .secPersonal .gridArea .imgArea img {
    max-width: initial;
    width: 100%;
  }
  .secPersonal .gridArea .txArea .tl {
    font-size: 24px;
  }
  .secPersonal .gridArea .txArea .tl span {
    font-size: 24px;
  }
}
.secFunc {
  background: #EBFCFF;
  padding-bottom: 80px;
}
.secFunc .txArea {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  gap: 10px;
}
.secFunc .txArea .left {
  font-weight: bold;
  font-size: clamp(28px, 2.67vw, 32px);
  line-height: 100%;
}
.secFunc .txArea .left span {
  padding-left: 15px;
  font-weight: bold;
  font-size: clamp(28px, 2.67vw, 32px);
  line-height: 100%;
}
.secFunc .txArea .right * {
  color: #009FB9;
}
.secFunc .txArea .right .marker {
  font-size: clamp(38px, 3.5vw, 42px);
  font-weight: bold;
}
.secFunc .txArea .right span {
  line-height: 150%;
  font-weight: bold;
  font-size: clamp(28px, 2.67vw, 32px);
}
.secFunc .txArea + p {
  padding-top: 18px;
}
.secFunc .gridArea {
  padding: 40px 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.secFunc .gridArea .content {
  border: 3px solid #009FB9;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  height: 100%;
}
.secFunc .gridArea .content h3 {
  color: #009FB9;
  font-weight: bold;
  font-size: clamp(24px, 2.33vw, 28px);
  line-height: 1;
}
.secFunc .gridArea .content .line {
  margin: 25px 0;
  width: 100%;
  height: 2px;
  background: #D7D7D7;
}
.secFunc .gridArea .content .wrap {
  display: flex;
  flex-direction: column;
  height: calc(100% - 77px);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.secFunc .gridArea .content p {
  padding-bottom: 24px;
}
.secFunc .gridArea .content p span {
  color: #009FB9;
  font-weight: bold;
}
.secFunc .fukidashi {
  position: relative;
}
.secFunc .fukidashi .fukidashiTx {
  padding-top: 50px;
}
.secFunc .fukidashi .fukidashiTx h3 {
  color: #009FB9;
  text-align: center;
  font-weight: bold;
  font-size: clamp(24px, 2.33vw, 28px);
  line-height: 100%;
}
.secFunc .fukidashi ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 15px 0 30px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  align-items: center;
  gap: 15px;
}
.secFunc .fukidashi ul li {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 8px;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: bold;
  color: #000;
}
.secFunc .recommended {
  margin-top: 58px;
  text-align: center;
}
.secFunc .recommended h3 {
  color: #009FB9;
  font-size: clamp(28px, 2.67vw, 32px);
  font-weight: bold;
}
.secFunc .recommended .gridArea2 {
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.secFunc .recommended .gridArea2 .content {
  border-radius: 20px;
  height: 100%;
  border: 3px solid #D7D7D7;
  background: #fff;
  padding: 34px 17px;
  text-align: left;
}
.secFunc .recommended .gridArea2 .content .name {
  padding-bottom: 30px;
  line-height: 180%;
  font-size: 18px;
  font-weight: bold;
}
.secFunc .recommended .gridArea2 .content .txArea {
  line-height: 200%;
  font-size: 17px;
  background-image: url(../img/review_bk.svg);
  background-position: top;
  background-repeat: repeat-y;
  background-size: 940px 34px;
}

@media screen and (max-width: 767px) {
  .secFunc .txArea {
    flex-direction: column;
  }
  .secFunc .txArea .left {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .secFunc .txArea .left span {
    transform: rotate(90deg);
  }
  .secFunc .txArea .right br {
    display: none;
  }
  .secFunc .gridArea {
    grid-template-columns: 1fr;
  }
  .secFunc .gridArea .content {
    padding: 32px 16px;
  }
  .secFunc .gridArea .content p {
    padding-bottom: 0;
  }
  .secFunc .gridArea .content h3 {
    font-size: 22px;
  }
  .secFunc .gridArea .content .line {
    margin: 15px 0;
  }
  .secFunc .gridArea .content .wrap {
    height: initial;
    gap: 20px;
  }
  .secFunc .fukidashi {
    padding: 16px;
  }
  .secFunc .fukidashi .fukidashiTx {
    padding-top: 10px;
  }
  .secFunc .recommended h3 {
    font-size: 24px;
  }
  .secFunc .recommended .gridArea2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .secFunc .recommended .gridArea2 .content {
    padding: 20px 17px;
  }
  .secFunc .recommended .gridArea2 .content .name {
    padding-bottom: 5px;
    font-size: 17px;
    line-height: 140%;
  }
  .secFunc .recommended .gridArea2 .content .txArea {
    line-height: 210%;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .secFunc .txArea .left, .secFunc .txArea .right {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secFunc .txArea .left span, .secFunc .txArea .right span {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secFunc .txArea .right .marker {
    font-size: clamp(20px, 8.72vw, 34px);
    letter-spacing: 0;
  }
}
.secReview {
  padding-bottom: 0px;
}
.secReview .sliderWrap .slider .content {
  padding: 24px 20px;
  border: 3px solid #D7D7D7;
  border-radius: 20px;
}
.secReview .sliderWrap .slider .content .tlArea {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: bold;
}
.secReview .sliderWrap .slider .content .detailArea {
  font-size: 16px;
  line-height: 225%;
  letter-spacing: 0.02em;
  height: 100%;
  background-image: url(../img/review_bk.svg);
  background-position: top;
  background-repeat: repeat-y;
  background-size: 940px 36px;
}
.secReview .slick-track {
  display: flex;
}
.secReview .slick-slide {
  height: auto !important;
}
.secReview .arrow_content {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-top: 15px;
}
.secReview .arrow_box1 {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: right;
  position: relative;
}
.secReview .prev-arrow,
.secReview .next-arrow {
  display: block;
  width: 55px;
  height: 55px;
  background: none;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.secReview .prev-arrow::before,
.secReview .next-arrow::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.secReview .prev-arrow::before {
  background-image: url(../img/arrow_btn_prv.svg);
}
.secReview .next-arrow::before {
  background-image: url(../img/arrow_btn.svg);
}

@media screen and (max-width: 767px) {
  .secReview .sliderWrap {
    position: relative;
  }
  .secReview .sliderWrap .arrow_content {
    position: absolute;
    top: -95px;
    right: 0px;
    position: absolute;
  }
}
.secFaq .faqUl {
  display: grid;
  gap: 18px;
}
.secFaq .faqUl .faqLi {
  cursor: pointer;
  padding: 16px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  border-radius: 20px;
  border: 3px solid #D7D7D7;
}
.secFaq .faqUl .faqLi .en {
  font-size: clamp(28px, 2.67vw, 32px);
  font-weight: bold;
  line-height: 1;
  color: #009FB9;
  position: relative;
}
.secFaq .faqUl .faqLi .title {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: bold;
}
.secFaq .faqUl .faqLi .tx {
  font-size: clamp(15px, 1.33vw, 16px);
  font-weight: 500;
}
.secFaq .faqUl .faqLi .innerUl {
  display: none;
  margin-top: 12px;
}
.secFaq .faqUl .faqLi .innerUl .line {
  width: 100%;
  height: 8px;
  background-image: linear-gradient(to right, #D7D7D7, #D7D7D7 1px, transparent 1px, transparent 3px);
  background-size: 5px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.secFaq .faqUl .faqLi .innerUl .innerWrap {
  padding-top: 12px;
  gap: 18px;
  display: flex;
  align-items: flex-start;
}
.secFaq .faqUl .actitle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 30px;
}
.secFaq .faqUl .actitle {
  position: relative;
}
.secFaq .faqUl .actitle::before, .secFaq .faqUl .actitle::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #009FB9;
  transition: all 0.3s ease; /* 変化をスムーズに */
  opacity: 1;
  top: 50%;
  right: 5px;
}
.secFaq .faqUl .actitle::before {
  transform: rotate(0deg) translateY(-50%);
  -webkit-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
}
.secFaq .faqUl .actitle::after {
  transform: rotate(90deg) translateY(-50%);
  -webkit-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
}
.secFaq .faqUl .accordion.active .actitle::after {
  content: "";
  transform: rotate(0deg) translateY(-50%);
  -webkit-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  opacity: 0;
}

.secContact {
  padding-top: 150px;
  background-image: url(../img/contact_bk.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.secContact .tlWrap {
  font-size: clamp(28px, 2.67vw, 32px);
  color: #009FB9;
  font-weight: bold;
  line-height: 140%;
}
.secContact .tlWrap .marker {
  line-height: 140%;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.secContact .tlWrap span:not(.marker) {
  line-height: 140%;
  color: inherit;
  font-weight: inherit;
  font-size: clamp(20px, 2vw, 24px);
}
.secContact .tlWrap + p {
  font-size: clamp(15px, 1.33vw, 16px);
  padding-top: 20px;
  line-height: 180%;
}

@media screen and (max-width: 767px) {
  .secContact {
    padding-top: 120px;
  }
  .secContact .tlWrap {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secContact .tlWrap span:not(.marker) {
    font-size: clamp(14px, 5.13vw, 20px);
  }
}
.animationWrap {
  padding-top: 80px;
  position: relative;
  width: 100%;
}
.animationWrap #anime {
  top: -22px;
  background: initial;
  overflow: hidden;
  z-index: 0;
  top: 0px;
}
.animationWrap #anime .text-infinity-scroll {
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-bottom: -4px;
}
.animationWrap #anime .text-infinity-scroll .first,
.animationWrap #anime .text-infinity-scroll .second {
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  word-break: keep-all;
  display: inline;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: clamp(60px, 7.17vw, 86px);
  color: #009FB9;
  line-height: 0.76;
}
.animationWrap #anime .text-infinity-scroll .first {
  animation: anim--first 250s infinite linear 0.1s both;
}
.animationWrap #anime .text-infinity-scroll .second {
  animation: anim--second 250s infinite linear 0.1s both;
}

@media screen and (max-width: 767px) {
  .animationWrap {
    padding-top: 60px;
  }
}
@keyframes anim--first {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes anim--second {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=style.css.map */