@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

h2,
ul {
  margin: 0;
  padding: 0;
}

.index {
  position: relative;
}
.index .bnr-area {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 56px 16px;
}
@media screen and (min-width:640px) {
  .index .bnr-area {
    padding: 56px 0;
  }
}
.index .bnr-area__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (min-width:640px) {
  .index .bnr-area__list {
    justify-content: center;
    gap: 8px;
  }
}
.index .bnr-area__item {
  width: calc(50% - 8px);
}
@media screen and (min-width:640px) {
  .index .bnr-area__item {
    width: calc(20% - 8px);
  }
}
.index .bnr-area__item img {
  width: 100%;
}
.index .content {
  background-color: #F4F3FF;
  position: relative;
  z-index: 1;
}
.index .contentInner {
  position: relative;
}
@media screen and (min-width:640px) {
  .index .content ul {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .index .content ul > * {
    width: calc((100% - calc(20px * 2)) / 3);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .index .content ul > * {
    width: calc((100% - calc(10px * 2)) / 3);
  }
}
.index .content ul li {
  height: clamp(220px, 19.550342131vw, 240px);
  color: #fff;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  background-image: url(../../assets/img/index/contents_bg01.png);
  background-size: cover;
  background-position: center center;
}
.index .content ul li a:not(.btn) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  text-decoration: none;
}
.index .content ul li a:not(.btn):hover {
  opacity: 1;
}
@media screen and (max-width:639px) {
  .index .content ul li {
    margin-bottom: 50px;
  }
}
.index .content ul li small {
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.index .content ul li:nth-child(2) {
  background-image: url(../../assets/img/index/contents_bg02.png);
}
.index .content ul li:nth-child(3) {
  background-image: url(../../assets/img/index/contents_bg03.png);
}
.index .content ul li .btn {
  text-align: center;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: auto;
  white-space: nowrap;
  width: 143px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .infomation {
  padding-top: 0;
  position: relative;
  z-index: 0;
}
.index .infomationInner {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
  max-width: 1200px;
  display: flex;
  gap: 40px;
  background-color: #FFFFFF;
  padding: clamp(24px, 3.8095238095vw, 56px) clamp(24px, 3.8095238095vw, 120px);
  border-radius: 4px;
  box-shadow: 0px 4px 32px 0px rgba(15, 0, 180, 0.1);
}
@media screen and (min-width:1025px) {
  .index .infomationInner {
    gap: 120px;
  }
}
@media screen and (min-width:1025px) {
  .index .infomationInner {
    justify-content: space-between;
  }
}
@media screen and (max-width:1024px) {
  .index .infomationInner {
    flex-direction: column;
  }
}
.index .infomationLeft {
  display: flex;
}
@media screen and (min-width:1025px) {
  .index .infomationLeft {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width:1024px) {
  .index .infomationLeft {
    justify-content: space-between;
    align-items: center;
  }
}
.index .infomationRight {
  display: flex;
  align-items: center;
  width: 100%;
}
.index .infomationRight ul {
  width: 100%;
}
.index .infomation {
  background-color: #FFFFFF;
}
.index .infomation .heading01 {
  font-size: clamp(24px, 3.3333333333vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .index .infomation .heading01 {
    margin-bottom: 48px;
  }
}
.index .infomation .heading01:after {
  width: 60px;
}
.index .infomation .btn {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 18px;
}
@media screen and (max-width:639px) {
  .index .infomation .btn {
    padding: 5px 12px;
  }
}
@media screen and (min-width:1025px) {
  .index .infomation .btn {
    text-align: center;
  }
}
.index .infomation li {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:640px) {
  .index .infomation li {
    gap: 8px;
  }
}
@media screen and (max-width:639px) {
  .index .infomation li {
    gap: 10px;
  }
}
.index .infomation li:not(:last-child) {
  border-bottom: 1px solid #EAE6DD;
  padding-bottom: clamp(14px, 1.7857142857vw, 16px);
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.index .infomation li div {
  display: flex;
  gap: clamp(21px, 2.6785714286vw, 24px);
}
@media screen and (max-width:1024px) {
  .index .infomation li div {
    flex-direction: column;
    gap: 8px;
  }
}
.index .infomation time {
  color: #9F9DB5;
  font-size: clamp(12.5px, 1.5476190476vw, 14px);
  white-space: nowrap;
  width: 8.5em;
}
.index .infomation a {
  display: inline;
  font-weight: bold;
}
.index .infomation p {
  margin-bottom: 0;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.mainImg {
  background-image: url(../../assets/img/index/kv-img.png);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  height: 65vh;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .mainImg {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width:639px) {
  .mainImg {
    background-image: url(../../assets/img/index/kv-img-sp.png);
    height: 60vh;
    background-position: center right;
  }
}
@media screen and (min-width:640px) {
  .mainImg {
    background-position: top 20% right 20%;
  }
}
.mainImgInner {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  position: relative;
}
.mainImg h2 {
  padding-top: 64px;
  color: #fff;
  font-size: 32px;
  line-height: 170%;
  letter-spacing: 1.6px;
  text-shadow: 4px 4px 16px rgba(39, 122, 199, 0.5);
}
@media screen and (max-width:639px) {
  .mainImg h2 {
    padding-top: 0;
    position: relative;
    top: 3.5vh;
    left: 3vw;
    font-size: clamp(20px, 5.3333333333vw, 25px);
  }
}
@media screen and (min-width:1025px) {
  .mainImg h2 br.tb {
    display: none;
  }
}
@media screen and (min-width:640px) {
  .mainImg h2 br.sp {
    display: none;
  }
}
@media screen and (max-width:639px) {
  .mainImg h2 br.sp {
    display: block;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  width: 100%;
  padding: 80px 32px;
  background: #F4F3FF;
  font-weight: bold;
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: #2818DB;
  font-size: clamp(24px, 3.3333333333vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}

.lower .sectionTtl {
  color: #2818DB;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.lower .private .private-list {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.lower .private .private-list__link {
  text-decoration: none;
  background-color: #ffffff;
  color: #2818DB;
  padding: 1em;
  border: 3px solid #4839F3;
  border-radius: 1000px;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.4em;
}
@media screen and (min-width:640px) {
  .lower .private .private-list__link {
    flex-direction: row;
    padding: 1.4em 2em;
  }
}
.lower .private .private-list__link.pdf::before {
  flex-shrink: 0;
  content: "";
  display: block;
  background-image: url(../img/cmn/ico_pdf_primary.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 1.6em;
  height: 1.6em;
}
.lower .private .private-list__link:hover {
  background-color: #4839F3;
  color: #ffffff;
  opacity: 1;
}
.lower .private .private-list__link:hover.pdf::before {
  background-image: url(../img/cmn/ico_pdf_white.svg);
}
.lower .private .private-list__note {
  font-size: 0.75em;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  gap: 0.6em;
}
.lower .private .private-list__note::before {
  content: "";
}
@media screen and (min-width:640px) {
  .lower .private .private-list__note::before {
    content: "・";
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.lower .about .message {
  display: flex;
  gap: 24px;
  flex-direction: column-reverse;
}
.lower .about .message__txt {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.lower .about .message__img {
  width: 70%;
  max-width: 320px;
  margin: 0 auto;
}
.lower .about .message__img .name {
  margin-top: 0.5em;
  text-align: center;
  font-size: 0.9em;
}
@media screen and (min-width:1025px) {
  .lower .about .message {
    gap: 40px;
    flex-direction: row;
  }
  .lower .about .message__txt {
    width: 60%;
  }
  .lower .about .message__img {
    width: 40%;
    max-width: 100%;
  }
  .lower .about .message__img .name {
    text-align: right;
  }
}/*# sourceMappingURL=pages.css.map */