.page__fv {
  margin-top: 75px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page__fv {
    margin-top: 13.3333333333vw;
  }
}
.page__fv--title {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 5%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #999999);
}
@media screen and (max-width: 768px) {
  .page__fv--title {
    padding: 8vw 5.3333333333vw;
  }
}
.page__fv--title h1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page__fv--title h1 {
    font-size: 8.5333333333vw;
  }
}

.message {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.message__inner {
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .message__inner {
    flex-direction: column;
  }
}
.message__img {
  width: 57%;
  position: relative;
  margin-left: -40px;
}
@media screen and (max-width: 768px) {
  .message__img {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 26.6666666667vw;
  }
}
.message__img img {
  position: relative;
  z-index: 2;
}
.message__img::after {
  content: "";
  position: absolute;
  display: block;
  right: -50px;
  bottom: -50px;
  width: 80%;
  height: 80%;
  background: linear-gradient(to bottom, #4FDDB3, #3759E3);
}
@media screen and (max-width: 768px) {
  .message__img::after {
    right: -20px;
    bottom: -10px;
    width: 90%;
    height: 90%;
  }
}
.message__contents {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .message__contents {
    width: 100%;
  }
}
.message .section__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .message .section__title {
    margin-bottom: 8vw;
  }
}
.message__text {
  background: #fff;
  padding: 20px 20px 24px;
}
.message__text p {
  font-size: 16px;
  line-height: 2.5;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .message__text p {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}

.wrap {
  background: linear-gradient(to bottom, #FFFFFF, #C1E0FF);
}

.philosophy {
  padding: 75px 40px;
}
@media screen and (max-width: 768px) {
  .philosophy {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.philosophy__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.philosophy .section__title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .philosophy .section__title {
    margin-bottom: 24vw;
  }
}
.philosophy__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .philosophy__box {
    display: block;
    margin-bottom: 13.3333333333vw;
  }
}
.philosophy__box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.philosophy__contents {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .philosophy__contents {
    width: 100%;
    margin-bottom: 16vw;
  }
}
.philosophy__contents .en {
  font-size: 96px;
  font-weight: 900;
  margin-bottom: 50px;
  color: transparent;
  -webkit-text-stroke: 2px #FFF;
  text-stroke: 2px #FFF;
}
@media screen and (max-width: 768px) {
  .philosophy__contents .en {
    font-size: 17.0666666667vw;
    margin-bottom: 8vw;
  }
}
.philosophy__contents h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .philosophy__contents h3 {
    font-size: 9.6vw;
    line-height: 1.6;
  }
}
.philosophy__contents p {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .philosophy__contents p {
    font-size: 4.2666666667vw;
  }
}
.philosophy__img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .philosophy__img {
    width: 100%;
  }
}
.philosophy .more__btn {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .philosophy .more__btn {
    margin-top: 13.3333333333vw;
  }
}

.feature {
  padding: 75px 40px;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 13.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
}
.feature__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.feature .section__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .feature .section__title {
    margin-bottom: 24vw;
  }
}
.feature h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .feature h3 {
    font-size: 9.6vw;
    margin-bottom: 26.6666666667vw;
  }
}
.feature__item--contents {
  padding: 45px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  background: #fff;
  gap: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .feature__item--contents {
    padding: 5.3333333333vw 8vw;
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
}
.feature__item--contents .num {
  font-size: 64px;
  font-weight: 600;
  color: #172FA4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .feature__item--contents .num {
    font-size: 8.5333333333vw;
  }
}
.feature__item--contents p {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .feature__item--contents p {
    font-size: 3.7333333333vw;
  }
}
.feature__item:nth-of-type(even) .feature__item--contents {
  margin-left: auto;
}

.company {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.company__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.company .section__title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .company .section__title {
    margin-bottom: 9.3333333333vw;
  }
}
.company__table {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company__table {
    width: 100%;
  }
  .company__table tr {
    display: flex;
    flex-direction: column;
  }
}
.company__table th {
  box-sizing: border-box;
  background: #E0E0E0;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #202020;
  padding: 10px 0;
  width: 35%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .company__table th {
    width: 100%;
    padding: 9px 0;
    font-size: 16px;
  }
}
.company__table tr {
  border-bottom: 10px solid #fff;
}
.company__table td {
  padding: 5px 30px;
  width: 65%;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .company__table td {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
}

.contact {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 13.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
}
.contact__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.contact .section__title {
  text-align: center;
}
.contact__form {
  box-sizing: border-box;
  margin-top: 20px;
  background: #fff;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .contact__form {
    padding: 13.3333333333vw 0;
  }
}
.contact__form--item {
  margin-bottom: 40px;
}
.contact__form--item .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #172FA4;
}
@media screen and (max-width: 768px) {
  .contact__form--item .title {
    font-size: 4.2666666667vw;
    margin-bottom: 10px;
  }
}
.contact__form--item .title .required {
  color: #CD3B2B;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .contact__form--item .title .required {
    font-size: 3.4666666667vw;
  }
}
.contact__form--item .text input {
  border: none;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: #a5a5a5 1px solid;
  font-size: 20px;
}
.contact__form--item .text input::-moz-placeholder {
  color: #D9D9D9;
}
.contact__form--item .text input::placeholder {
  color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .contact__form--item .text input {
    font-size: 16px;
  }
}
.contact__form--item .text .info {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact__form--item .text .info {
    margin-top: 10px;
    font-size: 3.2vw;
  }
}
.contact__form--item .text textarea {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: #a5a5a5 1px solid;
  font-size: 20px;
  height: 280px;
}
@media screen and (max-width: 768px) {
  .contact__form--item .text textarea {
    height: 200px;
    font-size: 16px;
  }
}
.contact__form--item .text textarea::-moz-placeholder {
  color: #D9D9D9;
}
.contact__form--item .text textarea::placeholder {
  color: #D9D9D9;
}
.contact__form--privacy p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact__form--privacy p {
    font-size: 14px;
  }
}
.contact__form--privacy p a {
  color: #172FA4;
  text-decoration: underline;
}
.contact__form--privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #161616;
  font-size: 16px;
  font-weight: 500;
}
.contact__form--privacy label input {
  margin: 0;
}
.contact__form--submit {
  text-align: center;
  margin-top: 40px;
}
.contact__form--submit input {
  margin: 0 auto;
  display: block;
  width: 380px;
  text-align: center;
  padding: 15px 65px 15px 45px;
  box-sizing: border-box;
  line-height: 1;
  border: 1px solid #172FA4;
  border-radius: 50px;
  background-image: url(../img/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 55% left 65%;
  transition: 0.3s ease;
  border: 1px solid #172FA4;
  color: #fff;
  background-color: #172FA4;
  font-size: 20px;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact__form--submit input {
    width: 100%;
    font-size: 4.2666666667vw;
    padding: 15px 65px 15px 45px;
    background-position: top 55% left 65%;
  }
}
.contact__form--submit input:hover {
  color: #172FA4;
  opacity: 1;
  background-color: #fff;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 55% left 65%;
}

.service {
  padding: 80px 40px 150px;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 16vw 5.3333333333vw;
  }
}
.service__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.service__lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service__list {
  background: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service__list {
    display: block;
  }
}
.service__list--img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .service__list--img {
    width: 100%;
    margin-bottom: 16vw;
  }
}
.service__list--contents {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .service__list--contents {
    width: 100%;
  }
}
.service__list--title {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service__list--title {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.service__list--title h3 {
  font-weight: 500;
  line-height: 1.4;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .service__list--title h3 {
    font-size: 4.2666666667vw;
  }
}
.service__list--title h3 span {
  display: block;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .service__list--title h3 span {
    margin-bottom: 10px;
    font-size: 5.3333333333vw;
  }
}
.service__list p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .service__list p {
    font-size: 3.7333333333vw;
  }
}
.service__btns {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .service__btns {
    margin-top: 8vw;
    flex-direction: column;
    gap: 20px;
  }
}

.archive {
  padding: 150px 40px;
}
@media screen and (max-width: 768px) {
  .archive {
    padding: 16vw 5.3333333333vw;
  }
}
.archive .section__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .archive .section__title {
    margin-bottom: 10.6666666667vw;
  }
}
.archive__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.archive .news__list {
  color: #202020;
}
.archive .news__list--date {
  color: #202020;
}
.archive .news__list--title {
  color: #202020;
}
.archive .news__list {
  border-bottom: 1px solid #202020;
}
.archive .pagination {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .archive .pagination {
    margin-bottom: 10.6666666667vw;
  }
}
.archive .pagination__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.archive .pagination__list {
  color: #A7A7A7;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.archive .pagination__list.current {
  color: #202020;
}
.archive .back__btn {
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .archive .back__btn {
    margin-top: 10.6666666667vw;
  }
}

.single {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .single {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.single .inner {
  max-width: 800px;
  margin: 0 auto;
}
.single__thumbnail {
  margin: 0 auto 30px;
}
.single__thumbnail img {
  width: 100%;
}
.single__title {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .single__title {
    font-size: 6.4vw;
  }
}
.single__date {
  font-size: 16px;
  margin-bottom: 30px;
}
.single__contents {
  margin-bottom: 50px;
}
.single__contents p {
  line-height: 2;
  margin-bottom: 30px;
}
.single__contents ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.single__contents ul li {
  line-height: 1.5;
  margin-bottom: 10px;
  list-style: disc;
}
.single__contents h2 {
  margin-bottom: 30px;
  line-height: 1.5;
}
.single__contents h3 {
  line-height: 1.5;
  margin-bottom: 30px;
}
.single__contents img {
  margin-bottom: 30px;
}
.single .back__btn {
  margin: 0 auto;
}/*# sourceMappingURL=page.css.map */