@charset "UTF-8";
.page__fv--imgs {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.page__fv--imgs .top,
.fv__imgs .bottom {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}

.page__fv--imgs img {
  width: auto;
  flex-shrink: 0;
}

/* ▼ top：左 → 右 */
.page__fv--imgs .top {
  animation: scroll-right 60s linear infinite;
}

/* 左から右へ動く */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.page__fv {
  padding: 0 40px;
  background: url(../img/page/page-fv.webp) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.page__fv.contact__fv {
  background: url(../img/top/fv-top.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__fv {
    padding: 0 5.3333333333vw;
  }
}
.page__fv--img img {
  width: 100%;
}
.page__fv::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(2, 36, 76, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page__fv--imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page__fv--inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 150px 0 150px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .page__fv--inner {
    padding: 21.3333333333vw 0;
  }
}
.page__fv--title {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page__fv--title {
    font-size: 5.3333333333vw;
  }
}
.page__fv .section__subTitle {
  color: #fff;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page__fv .section__subTitle {
    font-size: 3.2vw;
  }
}
.page__fv .breadCrumb {
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page__fv .breadCrumb {
    bottom: 10px;
  }
}
.page__fv .breadCrumb__lists {
  display: flex;
  align-items: center;
  gap: 20px;
}
.page__fv .breadCrumb__lists li {
  font-size: 12px;
  color: #fff;
}
.page__fv .breadCrumb__lists a,
.page__fv .breadCrumb__lists span {
  color: #fff;
  font-size: 12px;
}

.contact__main {
  padding: 75px 40px 110px;
}
@media screen and (max-width: 768px) {
  .contact__main {
    padding: 13.3333333333vw 5.3333333333vw 13.3333333333vw;
  }
}
.contact__main--inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__main--inner {
    display: block;
  }
}
.contact__main--form {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__main--form {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

.contact__flow {
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .contact__flow {
    width: 100%;
    position: unset;
    margin-bottom: 30px;
  }
}
.contact__flow--item {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 17px;
  font-weight: 500;
  opacity: 0.4;
  color: #0088fe;
}
.contact__flow--item span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0058bc;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 23px;
}
.contact__flow--item + .contact__flow--item {
  margin-top: 41px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__flow--item + .contact__flow--item {
    margin-top: 30px;
  }
}
.contact__flow--item + .contact__flow--item span {
  position: relative;
}
.contact__flow--item + .contact__flow--item span::before {
  content: "";
  width: 1px;
  height: 43px;
  left: 50%;
  transform: translateX(-50%);
  top: -86%;
  background: #0088fe;
  display: block;
  z-index: -1;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .contact__flow--item + .contact__flow--item span::before {
    top: -65%;
    height: 33px;
  }
}
.contact__flow--item.active {
  opacity: 1;
}

.smf-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-left: auto;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .smf-item {
    width: 100%;
    padding: 20px 0;
    display: block;
  }
}
.smf-item.first {
  padding-top: 0 !important;
}
.smf-item.last {
  align-items: flex-start;
}
.smf-item.last .smf-item__col--label {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .smf-item.last .smf-item__col--label {
    padding-top: 0;
  }
}

.smf-item__col--label {
  width: 28%;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .smf-item__col--label {
    width: 100%;
    margin-bottom: 20px;
  }
}
.smf-item__col--label .required {
  color: #fff;
  font-size: 11px;
  background: #ff0036;
  padding: 6px 8px;
}

.required .smf-item__col--label::after {
  content: "必須";
  color: #fff;
  font-size: 11px;
  background: #ff0036;
  padding: 6px 8px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.smf-form .smf-select-control {
  width: 100%;
  display: block;
}

.smf-placeholder + .smf-placeholder {
  margin: 20px 0;
}

.smf-radio-buttons-control__control .smf-label {
  margin-bottom: 10px;
}

.privacy {
  justify-content: center !important;
}
.privacy .smf-item__col--label {
  display: none !important;
}
.privacy .smf-label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.privacy .smf-label input {
  margin: 0 !important;
}

.smf-item__col--controls {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .smf-item__col--controls {
    width: 100%;
  }
}
.smf-item__col--controls input[type=text],
.smf-item__col--controls input[type=tel],
.smf-item__col--controls input[type=email],
.smf-item__col--controls .smf-select-control__control {
  background: #e6f1fd !important;
  height: 50px;
  width: 100% !important;
  padding: 0 20px;
  padding-left: 40px;
  border: none !important;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif !important;
}
.smf-item__col--controls input[type=text]::-moz-placeholder, .smf-item__col--controls input[type=tel]::-moz-placeholder, .smf-item__col--controls input[type=email]::-moz-placeholder, .smf-item__col--controls .smf-select-control__control::-moz-placeholder {
  color: #b2b2b2 !important;
}
.smf-item__col--controls input[type=text]::placeholder,
.smf-item__col--controls input[type=tel]::placeholder,
.smf-item__col--controls input[type=email]::placeholder,
.smf-item__col--controls .smf-select-control__control::placeholder {
  color: #b2b2b2 !important;
}
@media screen and (max-width: 768px) {
  .smf-item__col--controls input[type=text],
  .smf-item__col--controls input[type=tel],
  .smf-item__col--controls input[type=email],
  .smf-item__col--controls .smf-select-control__control {
    padding: 0 20px;
  }
}
.smf-item__col--controls textarea {
  background: #e6f1fd !important;
  height: 50px;
  width: 100%;
  padding: 0 40px;
  border: none !important;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif !important;
  box-sizing: border-box;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .smf-item__col--controls textarea {
    padding: 0 20px;
    height: 170px;
  }
}

.check textarea {
  height: 120px;
}
.check .smf-item__col--label {
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  .check .smf-item__col--label {
    margin-top: 0;
  }
}

.smf-checkboxes-control__control .smf-label {
  margin-bottom: 10px;
}

.smf-item__label__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .smf-item__label__text {
    justify-content: flex-start;
    gap: 10px;
  }
}

.smf-action {
  margin-top: 30px;
  text-align: center;
  margin-left: auto;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .smf-action {
    margin-top: 40px;
    width: 100%;
  }
}

.smf-button-control__control {
  font-family: "Noto Sans JP", sans-serif !important;
  width: 420px;
  margin: 0 auto;
  border: none !important;
  max-width: 100%;
  height: 56px;
  border-radius: 30px !important;
  color: #fff !important;
  font-size: 16px !important;
  background-image: none !important;
  background: linear-gradient(to right, #0058bd, #053d7d) !important;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .smf-button-control__control {
    height: 60px;
    background-size: 30px;
    font-size: 16px !important;
    margin: 0 !important;
  }
}

.smf-form {
  position: relative;
}

.smf-button-control__control[data-action=back] {
  width: 280px !important;
  background: #fff !important;
  font-size: 16px !important;
  height: 56px !important;
  border: 1px solid #333 !important;
  color: #333 !important;
}
@media screen and (max-width: 1150px) {
  .smf-button-control__control[data-action=back] {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .smf-button-control__control[data-action=back] {
    width: 100% !important;
    height: 56px !important;
  }
}

form[data-screen=confirm] .contact__flow .contact__flow--item:nth-child(1) {
  opacity: 1 !important;
}
form[data-screen=confirm] .contact__flow .contact__flow--item:nth-child(2) {
  opacity: 1 !important;
}
form[data-screen=confirm] .required .smf-item__col--label::after {
  display: none !important;
}
form[data-screen=confirm] .privacyBox + .smf-placeholder {
  display: none !important;
}
form[data-screen=confirm] .privacyBox + .smf-placeholder label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
form[data-screen=confirm] .privacyBox + .smf-placeholder label input {
  margin: 0;
}
form[data-screen=confirm] .privacyBox {
  display: none !important;
}
form[data-screen=confirm] .privacy {
  display: none !important;
}

form[data-screen=complete] .contact__flow .contact__flow--item:nth-child(1) {
  opacity: 1 !important;
}
form[data-screen=complete] .contact__flow .contact__flow--item:nth-child(2) {
  opacity: 1 !important;
}
form[data-screen=complete] .contact__flow {
  opacity: 1 !important;
}
form[data-screen=complete] .required {
  display: none !important;
}

.contact__top--box {
  width: 70%;
  margin-left: auto;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .contact__top--box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.contact__top--box > p {
  font-weight: bold;
  line-height: 1.6;
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1320px) {
  .contact__top--box > p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .contact__top--box > p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.contact__top--tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact__top--tel {
    display: block;
  }
}
.contact__top--tel .tel__top {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .contact__top--tel .tel__top {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact__top--tel .tel__top .tel__btn {
  width: 100%;
  display: none !important;
}
@media screen and (max-width: 768px) {
  .contact__top--tel .tel__top .tel__btn {
    display: flex !important;
    width: 100% !important;
  }
}
.contact__top--tel .tel__top .tel {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #0058bc;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 1320px) {
  .contact__top--tel .tel__top .tel {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .contact__top--tel .tel__top .tel {
    display: none;
  }
}
.contact__top--tel .tel__top .tel .text {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
}
.contact__top--tel .line__top {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .contact__top--tel .line__top {
    width: 100%;
  }
}
.contact__top--tel .line__top a {
  display: block;
  background: #000;
  height: 63px;
  background-image: url(../img/common/icon_line.webp);
  background-repeat: no-repeat;
  background-position: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  background-color: #00b600;
  border-radius: 31px;
  padding-left: 10px;
}
@media screen and (max-width: 1320px) {
  .contact__top--tel .line__top a {
    font-size: 14px;
  }
}

.thanks__title {
  text-align: center;
  margin: 120px auto 30px;
  font-size: 24px;
}

.thanks__message {
  text-align: center;
  line-height: 1.7;
}

.back_btn {
  margin: 50px auto 0;
  max-width: 100%;
  width: 200px;
  height: 50px;
  color: #050505 !important;
  font-weight: 500;
  line-height: 48px;
  font-size: 19px !important;
  background: #fff !important;
  text-align: center;
  border: 1px solid #050505 !important;
  border-radius: 1000px !important;
  display: block;
  font-family: "DM Sans", sans-serif;
}

.privacyBox {
  border: 1px solid #dfdfdf;
  height: 130px;
  overflow-y: auto;
  margin: 30px 0 20px;
  margin-left: auto;
  max-width: 70%;
  padding: 25px 15px;
}
@media screen and (max-width: 768px) {
  .privacyBox {
    max-width: 100%;
  }
}
.privacyBox .wrap {
  height: -moz-max-content;
  height: max-content;
  font-size: 14px;
  line-height: 1.7;
}
.privacyBox .wrap p {
  font-size: 14px;
  line-height: 1.7;
}

.privacyBox + .smf-placeholder label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.privacyBox + .smf-placeholder label input {
  margin: 0;
}

.blogList {
  padding: 75px 40px;
}
@media screen and (max-width: 768px) {
  .blogList {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.blogList__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.blogList__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px 30px;
}
@media screen and (max-width: 768px) {
  .blogList__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
}
.blogList__list--img {
  margin-bottom: 20px;
  border-radius: 10px;
}
.blogList__list--img img {
  width: 100%;
  border-radius: 10px;
}
.blogList__list .date {
  display: block;
  color: #cacaca;
  font-size: 19px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .blogList__list .date {
    font-size: 2.6666666667vw;
    margin-bottom: 10px;
  }
}
.blogList__list .title {
  display: block;
  font-size: 19px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .blogList__list .title {
    -webkit-line-clamp: 3;
    font-size: 3.7333333333vw;
    margin-bottom: 10px;
  }
}
.blogList__list .text {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .blogList__list .text {
    -webkit-line-clamp: 3;
    font-size: 2.6666666667vw;
  }
}

.pagination {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.pagination__list {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  background: #0058bd;
  color: #fff;
}
.pagination__list.current {
  background: #dadada;
  color: #747474;
}
.pagination__list.prev {
  margin-right: 20px;
  background: none;
}
.pagination__list.next {
  margin-left: 20px;
  background: none;
}

@media screen and (max-width: 768px) {
  .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0 !important;
  }
}
.blogDetail {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .blogDetail {
    padding: 8vw 4.2666666667vw;
  }
}
.blogDetail__inner {
  max-width: 800px;
  margin: 0 auto;
}
.blogDetail .breadCrumb__lists {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .blogDetail .breadCrumb__lists {
    gap: 10px;
  }
}
.blogDetail .breadCrumb__lists li {
  font-size: 12px;
}
.blogDetail .breadCrumb__lists a,
.blogDetail .breadCrumb__lists span {
  font-size: 12px;
  line-height: 1.5;
}
.blogDetail__thumbnail {
  margin: 25px 0;
}
.blogDetail__thumbnail img {
  width: 100%;
  border-radius: 10px;
}
.blogDetail__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.blogDetail__head .date {
  display: block;
  color: #cacaca;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .blogDetail__head .date {
    font-size: 2.6666666667vw;
    margin-bottom: 10px;
  }
}
.blogDetail__head .category {
  padding: 4px 10px;
  border: 1px solid #000;
  font-weight: 600;
  font-size: 13px;
}
.blogDetail .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .blogDetail .title {
    font-size: 20px;
  }
}
.blogDetail__contents p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 35px;
}
.blogDetail__contents p a {
  color: #0058bc;
  text-decoration: underline;
}
.blogDetail__contents h2 {
  padding-left: 25px;
  font-size: 22px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .blogDetail__contents h2 {
    font-size: 18px;
  }
}
.blogDetail__contents h2::before {
  content: "";
  width: 13px;
  height: 40px;
  background: #0058bc;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blogDetail__contents h3 {
  padding: 16px 25px;
  background: #f1f1f1;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .blogDetail__contents h3 {
    font-size: 16px;
  }
}
.blogDetail .share {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin: 50px auto 0;
  background: #000;
  padding: 15px 0;
  background: #e5f4ff;
  border-radius: 30px;
  max-width: 100%;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .blogDetail .share {
    gap: 30px;
    width: 300px;
  }
}

.guidance {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .guidance {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.guidance__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.guidance__contents h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #ced7e6;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .guidance__contents h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.guidance__contents h3::after {
  content: "";
  height: 1px;
  width: 160px;
  background: #6aa7ee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.guidance__contents p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .guidance__contents p {
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.guidance__contents p span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .guidance__contents p span {
    font-size: 3.2vw;
  }
}
.guidance__contents li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .guidance__contents li {
    font-size: 3.7333333333vw;
  }
}
.guidance__contents ol {
  list-style-type: decimal;
  padding-left: 30px;
}
.guidance__contents ol li {
  list-style-type: decimal;
}

.company {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.company__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.company__contents h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #ced7e6;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .company__contents h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.company__contents h3::after {
  content: "";
  height: 1px;
  width: 160px;
  background: #6aa7ee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.company__contents h4 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ced7e6;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .company__contents h4 {
    font-size: 4.2666666667vw;
  }
}
.company__contents p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .company__contents p {
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.company__contents p span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .company__contents p span {
    font-size: 3.2vw;
  }
}
.company__contents li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .company__contents li {
    font-size: 3.7333333333vw;
  }
}
.company__contents ol {
  list-style-type: decimal;
  padding-left: 30px;
}
.company__contents ol li {
  list-style-type: decimal;
}
.company__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company__box {
    display: block;
  }
}
.company__box--contents {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .company__box--contents {
    width: 100%;
  }
}
.company__box--contents p {
  margin-bottom: 0;
}
.company__box--contents .name {
  font-size: 18px;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .company__box--contents .name {
    font-size: 4.2666666667vw;
  }
}
.company__img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .company__img {
    width: 70%;
    margin: 0 auto 8vw;
  }
}
.company .philosophy {
  margin: 60px 0;
}
.company .detail table {
  width: 100%;
  border: 1px solid #dedede;
}
.company .detail table th {
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: bold;
  width: 20%;
  border: 1px solid #dedede;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company .detail table th {
    font-size: 14px;
    padding: 20px 15px;
    width: 30%;
  }
}
.company .detail table td {
  width: 80%;
  box-sizing: border-box;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #dedede;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company .detail table td {
    font-size: 14px;
    padding: 20px 15px;
    width: 70%;
  }
}

.about {
  padding: 80px 40px 60px;
  position: relative;
  background: #e8f1fa;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 13.3333333333vw 4.2666666667vw;
  }
}
.about::before {
  content: "";
  position: absolute;
  background: #f3f9ff;
  height: 200%;
  top: -70%;
  right: -80%;
  width: 150%;
  transform: skewX(65deg);
}
@media screen and (max-width: 768px) {
  .about::before {
    right: -60%;
    width: 130%;
    transform: skewX(40deg);
  }
}
.about__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.about__title {
  font-size: 112px;
  font-weight: bold;
  color: #d8e6f4;
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 19.2vw;
    margin-bottom: 6.6666666667vw;
  }
}
.about__title span {
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 20px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about__title span {
    font-size: 2.6666666667vw;
  }
}
.about__copy {
  font-size: 32px;
  font-weight: normal;
  color: #000033;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about__copy {
    font-size: 6.4vw;
  }
}
.about__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  color: #000033;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-bottom: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.about__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .about__lists {
    gap: 10px;
  }
}
.about__list {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.about__list span {
  background: #0058bc;
  color: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
}
@media screen and (max-width: 768px) {
  .about__list span {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
}
.about__list p {
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .about__list p {
    font-size: 2.9333333333vw;
    line-height: 1.5;
  }
}
.about .more__btn {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .about .more__btn {
    margin: 9.3333333333vw auto 0;
  }
}

.about__contents {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .about__contents {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.about__contents--inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about__contents .more__btn {
  margin: 30px auto 0;
}
.about__contents h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #ced7e6;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about__contents h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.about__contents h3::after {
  content: "";
  height: 1px;
  width: 160px;
  background: #6aa7ee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about__contents p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about__contents p {
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.about__contents p span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .about__contents p span {
    font-size: 3.2vw;
  }
}
.about__contents .schedule {
  margin-top: 60px;
}
.about__contents .schedule p {
  font-size: 12px;
  margin-top: 10px;
}
.about__contents .schedule table {
  width: 100%;
  border: 1px solid #dedede;
}
.about__contents .schedule table th {
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: bold;
  width: 20%;
  border: 1px solid #dedede;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about__contents .schedule table th {
    font-size: 14px;
    padding: 20px 15px;
    width: 35%;
    line-height: 1.4;
  }
}
.about__contents .schedule table td {
  width: 80%;
  box-sizing: border-box;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #dedede;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about__contents .schedule table td {
    font-size: 14px;
    padding: 20px 15px;
    width: 65%;
  }
}
.about__contents .curriculum {
  margin-top: 60px;
}
.about__contents .curriculum__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about__contents .curriculum__item {
    display: block;
  }
}
.about__contents .curriculum__item--title {
  background: #efefef;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 16px;
  width: 15%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .about__contents .curriculum__item--title {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 8px 10px;
    width: -moz-max-content;
    width: max-content;
  }
}
.about__contents .curriculum__item--text {
  width: 82%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .about__contents .curriculum__item--text {
    font-size: 14px;
    width: 100%;
  }
}
.about__contents .content {
  margin-top: 60px;
}
.about__contents .content__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .about__contents .content__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about__contents .content__list {
  border: 1px solid #c4ced7;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  background: #f3f9ff;
}

.staff {
  padding: 80px 40px;
  background: #f4f7fa;
}
@media screen and (max-width: 768px) {
  .staff {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.staff__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.staff__title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #ced7e6;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .staff__title {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.staff__title::after {
  content: "";
  height: 1px;
  width: 160px;
  background: #6aa7ee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.staff__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .staff__list {
    display: block;
  }
}
.staff__list--img {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .staff__list--img {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
  }
}
.staff__list--contents {
  width: 83%;
}
@media screen and (max-width: 768px) {
  .staff__list--contents {
    width: 100%;
  }
}
.staff__list--contents h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  color: #000033;
}
@media screen and (max-width: 768px) {
  .staff__list--contents h3 {
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
.staff__list--contents p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.imgs {
  padding: 80px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .imgs {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.imgs__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.imgs__title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #ced7e6;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .imgs__title {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.imgs__title::after {
  content: "";
  height: 1px;
  width: 160px;
  background: #6aa7ee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.imgs__slider {
  padding: 0 40px;
  /* スライドの動き等速 */
}
@media screen and (max-width: 768px) {
  .imgs__slider {
    padding: 0 20px;
  }
}
.imgs__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.imgs__slider .swiper-slide img {
  aspect-ratio: 0.9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}/*# sourceMappingURL=page.css.map */