@charset "utf-8";
a {
  color: #000;
}
/* 共通 */
.top-ttl {
  font-size: 40px;
  font-weight: 400;
  color: #b2b2b2;
}
.pink {
  color: #cc7983;
  margin-right: 0.3em;
}
.yel {
  color: #e9d172;
  margin-right: 0.3em;
}
.flex-box {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-around;
}
@media screen and (min-width: 769px) {
  .top-ttl {
    font-size: clamp(70px, calc(141/1920*100vw), 141px);
    line-height: 1.2;
  }
  .flex-box {
    justify-content: space-between;
  }
}
/* ================= fv ================= */
.fv {
  position: relative;
  height: 120vh;
  background: url("../image/sitetop/fv.jpg") no-repeat center / cover;
}
/* --- PC：下に重ねる --- */
.fv__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 4vh;
}
.fv__box {
  margin: 0 auto;
  width: min(92%, 1600px);
  display: flex;
  gap: 90px;
  padding: 1em 3em;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}
.news, .event {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.fv__box a{
	text-decoration: underline;
}
.news ul li div span:first-child, .event ul li div span:first-child {
  display: block;
}
@media (max-width:768px) {
  .fv {
    height: auto;
    min-height: 100vh;
    padding-top: 55vh;
    background: url("../image/sitetop/fv-s.jpg") no-repeat top center / cover;
  }
  .fv__overlay {
    position: static;
  }
  .fv__box {
    display: block;
  }
  .news ul, .event ul {
    height: auto;
    overflow: visible;
  }
}
.fv__box h2 span {
  width: 43px;
  height: 43px;
  line-height: 45px;
  letter-spacing: 0;
  text-align: center;
  margin-right: 0.2em;
  border: solid 1px #fff;
  border-radius: 50%;
  display: inline-block;
}
.fv__box .more {
  text-align: right;
  position: relative;
}
.fv__box .more::before {
  content: '';
  width: 5em;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 11px;
  right: 5.5em;
}
.fv__buttons {
  padding: 107px 20px 5px;
  background-color: #e6f0e4;
}
.btn {
  width: min(90%, 600px);
  font-size: 13px;
  background-image: linear-gradient(130deg, #b8c597, #afc5b4);
  color: #fff;
  padding: 21px 28px;
  margin: 0 auto 22px;
  border-radius: 42px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}
.btn img {
  width: 7px;
}
.fv__buttons h4 {
  text-align: center;
  font-size: 1.4em;
  color: #5D6E5A;
  margin-bottom: 1em;
}
  .fv__box h2 {
    color: #87986D;
    font-weight: normal;
  }
.news{
	margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .news ul, .event ul {
    margin-left: 2em;
  }
  .news li, .event li {
    margin-bottom: 15px;
  }
  .news li a, .event li a {
    font-size: 17px;
  }
  .news ul li div span:first-child, .event ul li div span:first-child {
    font-size: 15px;
  }
  .fv__box h2 {
    font-size: 48px;
    margin-bottom: 15px;
    color: #87986D;
    font-weight: normal;
  }
  .fv__box h2 span {
    width: 78px;
    height: 78px;
    line-height: 70px;
  }
  .fv__buttons ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 2em;
  }
  .fv__buttons ul li {
    width: clamp(460px, 36%, 686px);
    margin: 0 1em;
  }
  .fv__buttons ul li a {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .fv__box h2 {
    font-size: 40px;
    line-height: 43px;
  }
  .fv__box h2 span {
    width: 43px;
    height: 43px;
    line-height: 44px;
  }
}
/* about */
.about {
  max-width: 1590px;
  margin: 60px auto 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about .inner {
  padding: 0 20px;
}
.about .inner::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw; /* ← 画面幅いっぱい */
  height: 120%;
  bottom: -60%;
  background-image: url("../image/sitetop/aboutus-back-s.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: -1;
  pointer-events: none;
}
.about-text h3 {
  font-weight: 400;
  font-size: 23px;
  border-bottom: solid 1px #333;
  margin-bottom: 0.5em;
}
.about-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-card {
  position: relative;
  border-radius: 10px;
}
.about-card img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-card span {
  width: 147px;
  height: 30px;
  font-size: 13px;
  line-height: 29px;
  padding-left: 2em;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.about-card span::before {
  content: '';
  width: 2.5em;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -15px;
  margin: auto;
}
section.about {
  background: none;
}
@media screen and (min-width: 769px) {
  .about {
    margin: 140px auto 40px;
    flex-direction: column;
    gap: 60px;
  }
  .about .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /*  .about .inner::before {
    width: min(1074px, 60%);
    height: auto;
    background-image: url("../image/sitetop/aboutus-back.png")!important;
    bottom: -110%;
    right: 52%;
  }*/
  .about .inner::before {
    background-image: none;
  }
  section.about {
    height: auto;
    background: url("../image/sitetop/aboutus-back.png")no-repeat;
  }
  .about-text {
    width: 40%;
  }
  .about-links {
    width: 50%;
  }
  .about-text h3 {
    font-size: 47px;
    margin-bottom: 0.5em;
  }
  .about-card {
    height: auto;
    border-radius: min(calc(80/1920*100vw), 80px) 0 0 0;
    position: relative;
  }
  .about-card img {
    border-radius: min(calc(80/1920*100vw), 80px) 0 0 0;
  }
  .about-card span {
    width: 320px;
    height: 62px;
    font-size: 20px;
    line-height: 60px;
    padding-left: 2.5em;
    z-index: 2;
  }
  .about-card span::before {
    left: -20px;
  }
  .about-card::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: min(calc(80/1920*100vw), 80px) 0 0 0;
    display: block;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: ease 0.3s opacity;
  }
  .about-card:nth-of-type(1)::before {
    background-color: #708e4f78;
  }
  .about-card:nth-of-type(2)::before {
    background-color: #bd9a6378;
  }
  .about-card:nth-of-type(3)::before {
    background-color: #95a7c578;
  }
  .about-card:hover::before {
    opacity: 1;
  }
}
/* information */
.information {
  padding: 40px 20px;
  text-align: center;
}
.information h3, h2.rinsyo_title {
  text-align: center;
  font-weight: 400;
  font-size: 23px;
}
.info-list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.info-item {
  width: calc(50% - 10px);
  /*width: 180px;*/
  border-radius: 40px;
  text-decoration: none;
  color: #555;
}
.info-item img {
  border-radius: 40px;
  object-fit: cover;
  margin-bottom: 8px;
}
.info-item span {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .information h3, h2.rinsyo_title {
    font-size: 47px;
  }
  .info-list {
    margin-top: 60px;
    gap: 2%;
  }
  .info-item {
    width: 23%;
    height: auto;
    border-radius: 80px;
  }
  .info-item img {
    border-radius: 80px;
    transition: 0.3s ease margin-top;
  }
  .info-item:hover img {
    margin-top: -20px;
  }
  .info-item span {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .info-item {
    width: 43%;
    margin-bottom: 20px;
  }
}
/* study */
.study__topro {
  background-image: url("../image/sitetop/to-professional-s.jpg");
  background-size: 100%;
  border-radius: 36px 36px 0 0;
  padding: 23px 22px 65px;
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .study__topro {
    flex-direction: row;
    border-radius: calc(95/1920*100vw) calc(95/1920*100vw) 0 0;
  }
}
.study__topro-inner {
  padding: 20px 15px 15px;
  border: solid 1px #fff;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.study__topro-inner h2 {
  font-size: 23px;
  text-align: center;
  font-weight: 400;
  order: -2;
}
/* ---------- menu ---------- */
.study__topro-menu {
  position: relative;
  z-index: 2;
}
.study__topro-menu li {
  margin: 10px 0;
}
.study__topro-menu li a {
  display: flex;
  align-items: center;
}
.study__topro-menu img {
  width: 7px;
  margin-right: 0.5em;
}
/* ---------- image ---------- */
.study__topro-image {
  width: clamp(130px, 26vw, 200px);
  height: clamp(130px, 26vw, 200px);
  position: relative;
  pointer-events: none;
  order: -1;
}
.study__topro-image li {
  position: absolute;
  inset: 0;
  opacity: 0;
  border: solid 3px #fff;
  border-radius: 50%;
  transition: opacity 0.4s ease;
}
.study__topro-image li.active {
  opacity: 1;
}
.study__topro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.study__topro-image li:first-child {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .study__topro {
    padding: 5% 7% 10%;
  }
  .study__topro-inner {
    width: 100%;
    max-width: 1601px;
    margin: 0 auto;
    padding: 5% 9%;
    align-items: flex-start;
    position: relative;
  }
  .study__topro-inner h2 {
    font-size: 47px;
  }
  .study__topro-menu {
    display: flex;
    flex-direction: column;
  }
  .study__topro-menu li {
    margin: 20px 0;
  }
  .study__topro-menu li a {
    font-size: 20px;
  }
  .study__topro-menu img {
    width: 11px;
    margin-right: 1em;
  }
  .study__topro-image {
    width: clamp(300px, calc(358/1920*100vw), 358px);
    height: clamp(300px, calc(358/1920*100vw), 358px);
    position: absolute !important;
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .study__topro-image li {
    border: solid 10px #fff;
  }
}
@media screen and (min-width: 1279px) {
  .study__topro-menu {
    width: 74%;
    flex-flow: wrap;
    flex-direction: row;
  }
  .study__topro-menu li {
    width: 50%;
  }
}
.study__details {
  padding: 4em 0;
}
.study__details h2 {
  text-align: center;
}
.study__details a {
  text-decoration: underline;
}
.study__lch {
  margin-top: -40px;
  border-radius: 36px 36px 0 0;
  padding: 40px 30px;
  background-image: linear-gradient(130deg, rgba(236, 245, 211, 1), rgba(206, 226, 200, 1));
}
.study__lch h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .study__lch {
    margin-top: -5%;
    border-radius: calc(95/1920*100vw) calc(95/1920*100vw) 0 0;
    padding: 5% 7%;
  }
  .study__lch h2 {
    font-size: 36px;
    margin-bottom: 1.5em;
  }
  .study__lch .study__lch-txt {
    display: flex;
    align-items: stretch;
  }
  .study__lch .study__lch-txt > div {
    width: 50%;
    padding: 20px 5%;
  }
  .study__lch .study__lch-txt > div:nth-of-type(1) {
    border-right: solid 1px #009f6c;
  }
}
.study__details h3 {
  font-size: 11px;
  border: solid 1px #007e6c;
  margin: 20px auto;
  text-align: center;
  width: 92%;
  padding: 6px;
  border-radius: 26px;
}
.study__details .flex-box {
  width: 95%;
  margin: 30px auto;
}
.study__details-box {
  border: solid 1px #333;
}
.study__details-box > h4 {
  width: 80%;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 15px;
  background-image: url("../../image/sitetop/study-ttl-back.png");
  background-size: 297px 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.study__details-box > h4 span:not(.yel) {
  font-size: 12px;
  display: block;
}
.study__details .flex-box > div {
  width: 45%;
}
.border-box {
  margin: 15px 0;
  border: solid 1px #333;
  padding: 15px 20px;
}
.border-box h5 {
  font-size: 13px;
  margin: 0 0 15px;
}
.study__details-box dt, .study__details-box dd {
  font-size: 11px;
}
.study__details .flex-box dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.study__details .flex-box dt .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.1rem;
  background: none;
}
.study__details .flex-box dt .icon.arrow::before {
  position: absolute;
  content: "";
  top: 21px;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #91C0CC;
  border-right: 0.125rem solid #91C0CC;
  transform: rotate(45deg);
}
.study__details-box .wrap {
  padding: 40px 0;
}
.study__details .flex-box:nth-of-type(2) h4 {
  font-size: 14px;
  text-align: center;
}
.study__details .flex-box img {
  width: 74px;
  display: block;
  margin: 15px auto;
}
.green-back, .yellow-back, .purple-back {
  position: relative;
  background-color: #fff;
}
.green-back::before, .yellow-back::before, .purple-back::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.green-back::before {
  background-color: #bcd09740;
}
.yellow-back::before {
  background-color: #ffd09740;
}
.purple-back::before {
  background-color: #c9bed740;
}
@media screen and (max-width: 768px) {
  .border-box {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .study__details {
    width: calc(1820/1920*100%);
    max-width: 1820px;
    margin: 50px auto;
  }
  .study__details h3 {
    font-size: 18px;
    width: 670px;
  }
  .study__details-box {
    padding: 2% 4%;
  }
  .border-box {
    padding: 10px;
  }
  .study__details-box > h4 {
    background-size: 634px 100%;
    font-size: 21px;
    margin-bottom: 2%;
  }
  .study__details-box > h4 span:not(.yel) {
    font-size: 18px;
  }
  .border-box h5 {
    font-size: 18px;
    text-align: center;
  }
  .study__details .flex-box {
    margin: 40px auto;
  }
  .study__details .flex-box > div {
    width: 47%;
  }
  .study__details .flex-box dl {
    display: flex;
    align-items: center;
  }
  .study__details .flex-box dt {
    width: 50%;
    font-size: 18px;
    padding: 10px 10px 10px 10px;
  }
  .study__details .flex-box dt::after {
    width: 8px;
    height: 17px;
  }
  .study__details .flex-box dd {
    width: 50%;
    font-size: 14px;
    padding: 10px 0 10px 20px;
  }
  .study__details .flex-box:nth-of-type(2) h4 {
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .study__details .flex-box img {
    width: 72px;
    margin: 20px;
  }
  .study__details .flex-box:nth-of-type(2) > div:nth-of-type(2) h4 {
    flex-direction: row-reverse;
  }
  .green-back::before, .yellow-back::before, .purple-back::before {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 1278px) {
  .study__details .flex-box dl {
    flex-direction: column;
  }
  .study__details .flex-box dt {
    width: 100%;
  }
  .study__details .flex-box dd {
    width: 100%;
  }
}