@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP";
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #010101;
}

main {
  background-color: rgb(248, 248, 248);
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 62rem;
  }
}

.fv {
  width: 100%;
  position: relative;
  background-color: #EFF2F5;
  height: 221rem;
  border-bottom: 6rem solid #D3D3D3;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 142rem;
    border-bottom: none;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 268rem;
  height: 6rem;
  background-color: #0B92D9;
  bottom: -6rem;
  left: 100rem;
}
@media screen and (max-width: 768px) {
  .fv::before {
    width: 78rem;
    height: 3rem;
    left: 20rem;
    bottom: 35rem;
  }
}
.fv .fv__inner {
  top: 50%;
  left: 100rem;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fv .fv__inner {
    left: 20rem;
  }
}
.fv .fv__inner h1 {
  font-size: 48rem;
  font-size: calc(var(--fs) * 48);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h1 {
    font-size: 17rem;
  }
}
.fv .fv__inner h4 {
  color: #0691D9;
  font-size: 25rem;
  font-size: calc(var(--fs) * 24);
  font-weight: 600;
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h4 {
    font-size: 13rem;
    padding-left: 0;
    margin-top: 9rem;
  }
}

.individual {
  margin-top: 106rem;
  padding-bottom: 200rem;
}
@media screen and (max-width: 768px) {
  .individual {
    margin-top: 50rem;
    padding-bottom: 100rem;
  }
}
.individual h2 {
  font-size: 33rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .individual h2 {
    font-size: 18rem;
  }
}
.individual h2::before {
  content: "";
  position: absolute;
  width: 36rem;
  height: 3rem;
  background-color: #0691D9;
  left: 50%;
  transform: translate(-50%);
  bottom: -29rem;
}
.individual .list {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  height: auto;
  display: block;
  padding: 0 20rem;
  box-sizing: border-box;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .individual .list {
    padding: 0 20rem;
    box-sizing: border-box;
  }
}
.individual .list .intro {
  text-align: center;
  font-size: 18rem;
  line-height: 35rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .individual .list .intro {
    font-size: 15rem;
  }
}
.individual .list .individual__list {
  display: flex;
  gap: 29rem;
  margin-top: 60rem;
}
@media screen and (max-width: 768px) {
  .individual .list .individual__list {
    flex-direction: column;
    gap: 15rem;
    margin-top: 50rem;
  }
}
.individual .list .individual__list .individual__item {
  max-width: 32%;
  width: 100%;
  padding: 18rem 15rem;
  box-sizing: border-box;
  background-color: #fff;
  flex: 1 1 32%;
}
@media screen and (max-width: 768px) {
  .individual .list .individual__list .individual__item {
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.individual .list .individual__list .individual__item img {
  width: 100%;
}
.individual .list .individual__list .individual__item .btn {
  max-width: 309rem;
  height: 67rem;
  margin: auto;
  margin-top: 52rem;
}
.individual .list .individual__list .individual__item .btn a {
  width: inherit;
  height: inherit;
  background-color: #0691D9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 18rem;
  font-weight: 600;
  letter-spacing: 0;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .individual .list .individual__list .individual__item .btn a:hover {
    opacity: 0.7;
  }
}
.individual .list .individual__list .individual__item .btn a::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  border-right: 1rem solid #fff;
  border-bottom: 1rem solid #fff;
  right: 18rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.individual .if {
  background-color: #E4EDF4;
  padding-top: 50rem;
  padding-bottom: 83rem;
  margin-top: 102rem;
}
@media screen and (max-width: 768px) {
  .individual .if {
    margin-top: 50rem;
    padding-bottom: 50rem;
  }
}
.individual .if .if__inner {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .individual .if .if__inner {
    padding: 0 5rem;
    box-sizing: border-box;
  }
}
.individual .if .if__inner .if__list {
  display: flex;
  gap: 29rem;
  margin-top: 86rem;
  padding: 0 20rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .individual .if .if__inner .if__list {
    flex-direction: column;
    gap: 40rem;
    padding: 0;
    margin-top: 63rem;
  }
}
.individual .if .if__inner .if__list .if__item {
  max-width: 32%;
  flex: 1 1 32%;
}
@media screen and (max-width: 768px) {
  .individual .if .if__inner .if__list .if__item {
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.individual .if .if__inner .if__list .if__item h3 {
  font-size: 24rem;
  font-weight: 600;
  color: #0691D9;
  text-align: center;
}
.individual .if .if__inner .if__list .if__item img {
  width: 100%;
  vertical-align: bottom;
  margin-top: 17rem;
}
.individual .if .if__inner .if__list .if__item p {
  font-size: 18rem;
  font-weight: 500;
  text-align: center;
  margin-top: 20rem;
  line-height: 35rem;
  height: 107rem;
}
@media screen and (max-width: 768px) {
  .individual .if .if__inner .if__list .if__item p {
    padding: 0 20rem;
    height: auto;
    padding-bottom: 30rem;
  }
}
.individual .if .if__inner .if__list .if__item .btn {
  width: 100%;
  height: 83rem;
}
@media screen and (max-width: 768px) {
  .individual .if .if__inner .if__list .if__item .btn {
    width: calc(100% - 30rem);
    margin: auto;
    height: 67rem;
  }
}
.individual .if .if__inner .if__list .if__item .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
  background-color: #0691D9;
  color: #fff;
  font-size: 18rem;
  font-weight: 600;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .individual .if .if__inner .if__list .if__item .btn a {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .individual .if .if__inner .if__list .if__item .btn a:hover {
    opacity: 0.7;
  }
}
.individual .if .if__inner .if__list .if__item .btn a::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  border-right: 1rem solid #fff;
  border-bottom: 1rem solid #fff;
  right: 18rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.individual .understand {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  margin-top: 91rem;
  padding: 0 20rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .individual .understand {
    margin-top: 50rem;
    padding: 0 20rem;
    box-sizing: border-box;
  }
}
.individual .understand .understand__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 23rem;
       column-gap: 23rem;
  row-gap: 16rem;
  margin-top: 106rem;
}
@media screen and (max-width: 768px) {
  .individual .understand .understand__list {
    margin-top: 60rem;
  }
}
.individual .understand .understand__list .understand__item {
  max-width: calc(50% - 12rem);
  flex: 1 1 49%;
}
@media screen and (max-width: 768px) {
  .individual .understand .understand__list .understand__item {
    width: 100%;
    height: 306rem;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.individual .understand .understand__list .understand__item a {
  background-color: #E4EDF4;
  width: 100%;
  height: inherit;
  display: flex;
  gap: 20rem;
  box-sizing: border-box;
  padding: 13rem;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .individual .understand .understand__list .understand__item a {
    flex-direction: column;
    gap: 14rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .individual .understand .understand__list .understand__item a:hover {
    opacity: 0.7;
  }
}
.individual .understand .understand__list .understand__item a::before {
  content: "";
  position: absolute;
  width: 53rem;
  height: 53rem;
  border-radius: 50%;
  background-color: #fff;
  right: 13rem;
  bottom: 13rem;
}
.individual .understand .understand__list .understand__item a::after {
  content: "";
  position: absolute;
  width: 12rem;
  height: 12rem;
  border-right: 3rem solid #0B91D9;
  border-bottom: 3rem solid #0B91D9;
  bottom: 32rem;
  right: 34rem;
  transform: rotate(-45deg);
}
.individual .understand .understand__list .understand__item a img {
  width: 55%;
  height: 176rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .individual .understand .understand__list .understand__item a img {
    width: 100%;
  }
}
.individual .understand .understand__list .understand__item a h3 {
  font-size: 20rem;
  font-weight: 600;
  color: #0691D9;
}
.individual .understand .understand__list .understand__item a p {
  font-size: 20rem;
  color: #0691D9;
  font-weight: 600;
  padding-top: 14rem;
  width: 100%;
}
.individual .session {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  margin-top: 114rem;
  padding: 0 20rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .individual .session {
    padding: 0 20rem;
    margin-top: 50rem;
    box-sizing: border-box;
  }
}
.individual .session .intro {
  text-align: center;
  font-size: 18rem;
  font-weight: 500;
  margin-top: 80rem;
}
.individual .session .presentation {
  margin-top: 27rem !important;
}
.individual .session .event, .individual .session .presentation {
  width: 100%;
  margin-top: 50rem;
}
.individual .session .event h4, .individual .session .presentation h4 {
  width: inherit;
  height: 60rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 52rem;
  box-sizing: border-box;
  border-bottom: 1rem solid #D9D9D9;
}
.individual .session .event .content, .individual .session .presentation .content {
  width: 100%;
}
.individual .session .event .content a, .individual .session .presentation .content a {
  display: block;
  background-color: #fff;
  padding-top: 27rem;
  padding-bottom: 33rem;
  padding-left: 50rem;
  padding-right: 50rem;
  box-sizing: border-box;
  width: inherit;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .individual .session .event .content a, .individual .session .presentation .content a {
    font-size: 15rem;
    padding-left: 34rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .individual .session .event .content a:hover, .individual .session .presentation .content a:hover {
    opacity: 0.7;
  }
}
.individual .session .event .content a p, .individual .session .presentation .content a p {
  color: #0691D9;
  text-decoration: underline;
  display: inline;
}
.individual .session .event .content a img, .individual .session .presentation .content a img {
  width: 1em;
  height: 1em;
}

.accordion {
  margin-top: 10rem;
  margin-bottom: 100rem;
}

.accordion__container {
  width: 100%;
  margin: 0 auto;
}

.accordion__title {
  background-color: #EEF2F5;
  color: #fff;
  height: 72rem;
  font-size: 1.25em;
  padding: 0.625em 0.625em 0.625em 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35rem;
  box-sizing: border-box;
  margin-top: 20rem;
  border-radius: 6rem;
  transition: opacity 0.3s !important;
}
@media (hover: hover) and (pointer: fine) {
  .accordion__title:hover {
    opacity: 0.7;
  }
}
.accordion__title h5 {
  color: #0691D9;
  font-size: 20rem;
}
.accordion__title .arrow {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-right: 3rem solid #0691D9;
  border-bottom: 3rem solid #0691D9;
  transition: transform 0.3s;
}
.accordion__title.is-active {
  border-radius: 10rem 10rem 0 0;
}
.accordion__title.is-active .arrow__content .arrow {
  transform: translateY(-50%) rotate(-135deg);
  top: 50%;
}
.accordion__title.is-active::before {
  border-radius: 10rem 0 0 0;
}
.accordion__title h4 {
  font-size: 24rem;
  letter-spacing: 2.4rem;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .accordion__title .arrow {
    top: 50%;
  }
}
.accordion__content {
  background-color: #fff;
  padding: 0 30rem;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .accordion__content {
    padding: 0 20rem;
  }
}
.accordion__content a {
  color: #0691D9;
}
.accordion__content a div {
  display: block;
}
.accordion__content a div p {
  color: #0691D9;
  text-decoration: underline;
}
.accordion__content div {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  gap: 27rem;
  position: relative;
  padding-left: 5rem;
  margin-bottom: 35rem;
  font-size: 18rem;
}
@media screen and (max-width: 768px) {
  .accordion__content div {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 25rem;
    gap: 13rem;
  }
}
.accordion__content div time {
  font-size: 16rem;
  color: #B4B4B4;
  font-weight: 500;
}
.accordion__content div p {
  color: #3D3D3D;
  font-weight: 500;
}
.accordion__content a {
  display: flex;
  align-items: center;
  gap: 27rem;
  position: relative;
  padding-left: 5rem;
  margin-bottom: 35rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .accordion__content a {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 25rem;
    gap: 13rem;
  }
}
.accordion__content a div {
  margin: 0;
  padding: 0;
}
.accordion__content a div img {
  width: 1em;
  height: 1em;
}
.accordion__content a time {
  font-size: 16rem;
  color: #B4B4B4;
  font-weight: 500;
}
.accordion__content a p {
  display: inline;
  font-size: 18rem;
  color: #3D3D3D;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .accordion__content a:hover {
    opacity: 0.7;
  }
}
.accordion__content a:last-child {
  margin-bottom: 0;
}
@media (hover: hover) and (pointer: fine) {
  .accordion__content a:hover {
    opacity: 0.7;
  }
}
.accordion__content .content__last {
  margin-top: 15rem;
}
.accordion__content.is-open {
  line-height: normal;
  /* numberに書き換える*/
  height: auto;
  opacity: 1;
  padding: 50rem 30rem 27rem 30rem;
  padding-top: 0;
  line-height: normal;
  height: auto;
  opacity: 1;
  padding-top: 27rem;
}
@media screen and (max-width: 768px) {
  .accordion__content.is-open {
    padding: 27rem 20rem 27rem 20rem;
  }
}

.service {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25rem;
  padding: 0 120rem;
  box-sizing: border-box;
  margin-top: 114rem;
}
@media screen and (max-width: 768px) {
  .service {
    margin-top: 50rem;
    flex-direction: column;
    padding: 0 20rem;
    box-sizing: border-box;
  }
}
.service .service__item {
  width: 410rem;
  height: 83rem;
}
@media screen and (max-width: 768px) {
  .service .service__item {
    width: 100%;
  }
}
.service .service__item a {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  position: relative;
  justify-content: center;
  box-sizing: border-box;
  border: 1rem solid #0691D9;
  background-color: #fff;
  font-size: 24rem;
  font-weight: 600;
  color: #0691D9;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .service .service__item a {
    font-size: 15rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .service .service__item a:hover {
    opacity: 0.7;
  }
}
.service .service__item a::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  right: 21rem;
  top: 50%;
  border-right: 2rem solid #0691D9;
  border-bottom: 2rem solid #0691D9;
  transform: translateY(-50%) rotate(-45deg);
}
/*# sourceMappingURL=individual.css.map */