@charset "UTF-8";
.page__fv {
  background: url(../img/page/page-fv.png) no-repeat;
  background-size: cover;
  background-position: left bottom;
  padding: 180px 40px 140px;
}
@media screen and (max-width: 768px) {
  .page__fv {
    padding: 40vw 5.3333333333vw 26.6666666667vw;
    background: url(../img/page/page-fv-sp.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
}
.page__fv--inner {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page__fv--inner {
    max-width: 100%;
  }
}
.page__fv--title {
  color: #fff;
}
.page__fv--title h2 {
  font-weight: bold;
  font-size: 96px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .page__fv--title h2 {
    font-size: 14.4vw;
    text-align: center;
  }
}
.page__fv--title p {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page__fv--title p {
    font-size: 6.4vw;
    text-align: center;
  }
}
.page__fv--subTitle {
  margin-top: 64px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #fff;
}
.page__fv--text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page__fv.about__fv {
    background-position: 20% bottom;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.about__fv .page__fv--title h2,
  .page__fv.about__fv .page__fv--title p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.about__fv .page__fv--subTitle {
    margin-top: 10.6666666667vw;
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.about__fv .page__fv--text {
    margin-top: 6.4vw;
    font-size: 4.2666666667vw;
  }
}

.faq {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.faq__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.faq .section__titleArea {
  text-align: center;
  margin-bottom: 40px;
}
.faq__lists {
  border-bottom: 1px solid #d0d4d8;
}
.faq .more__btn {
  margin: 0 auto;
}
.faq__item {
  padding: 32px 40px;
  border-top: 1px solid #d0d4d8;
}
@media screen and (max-width: 768px) {
  .faq__item {
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw;
  }
}
.faq__item--title {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 60px;
  background: url(../img/common/icon_plus.svg) no-repeat;
  background-size: 43px;
  background-position: 98%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq__item--title {
    background-size: 8.5333333333vw;
  }
}
.faq__item--title.active {
  background: url(../img/common/icon_minus.svg) no-repeat;
  background-size: 43px;
  background-position: 98%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq__item--title.active {
    background-size: 8.5333333333vw;
  }
}
.faq__item--title span {
  width: 53px;
  height: 53px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0439bf;
  border: 1px solid #0439bf;
  border-radius: 50%;
  font-weight: bold;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .faq__item--title span {
    font-size: 5.3333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.faq__item--title p {
  font-size: 20px;
  font-weight: bold;
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .faq__item--title p {
    font-size: 3.7333333333vw;
  }
}
.faq__item--text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.faq__item--textWrap {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 60px;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap {
    gap: 10px;
    padding-right: 0;
  }
}
.faq__item--textWrap span {
  width: 53px;
  height: 53px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #0439bf;
  border: 1px solid #0439bf;
  border-radius: 50%;
  font-weight: bold;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap span {
    font-size: 5.3333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    min-width: 10%;
  }
}
.faq__item--textWrap p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap p {
    max-width: 90%;
    font-size: 3.7333333333vw;
  }
}

.news__category {
  display: flex;
  align-items: center;
  border-left: 2px solid #000;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .news__category {
    margin-bottom: 10.6666666667vw;
  }
}
.news__category--item {
  border-right: 2px solid #000;
  padding: 2px 24px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}
.news__category--item.current {
  color: rgb(0, 0, 0);
}

.pagination {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 17.0666666667vw;
  }
}
.pagination__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pagination__list {
  width: 43px;
  height: 43px;
  display: block;
  border-radius: 50%;
  border: 1px solid #0439bf;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0439bf;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .pagination__list {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
.pagination__list.current {
  background: #0439bf;
  color: #fff;
}
.pagination__list:hover {
  background: #0439bf;
  color: #fff;
  opacity: 1;
}
.pagination__list.prev, .pagination__list.next {
  background: transparent !important;
  border: none;
}

.product {
  padding: 80px 40px 60px;
}
@media screen and (max-width: 768px) {
  .product {
    padding: 16vw 5.3333333333vw 10.6666666667vw;
  }
}
.product__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.product__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .product__lists {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .product__list {
    margin-bottom: 8.5333333333vw;
  }
}
.product__list--img {
  margin-bottom: 16px;
}
.product__list--img img {
  border-radius: 20px;
}
.product__list--title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.contact__sec {
  padding: 80px 40px 30px;
}
@media screen and (max-width: 768px) {
  .contact__sec {
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
.contact__sec--inner {
  max-width: 670px;
  margin: 0 auto;
}
.contact__sec .contact__text {
  line-height: 1.7;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__text {
    margin: 0vw auto 9.3333333333vw;
  }
}
.contact__sec .smf-form {
  max-width: 658px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__sec .smf-form {
    padding: 0 8vw;
  }
}
.contact__sec .contact__form {
  max-width: 658px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form {
    padding: 0 8vw;
  }
}
.contact__sec .smf-item {
  margin-bottom: 30px;
}
.contact__sec .smf-item__col--label {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact__sec .smf-item__col--label {
    font-size: 3.7333333333vw;
  }
}
.contact__sec .smf-item__col--label .required {
  color: #ff0000;
  margin-left: 10px;
}
.contact__sec .smf-select-control {
  width: 100%;
}
.contact__sec .smf-item__controls input[type=text],
.contact__sec .smf-item__controls input[type=email],
.contact__sec .smf-select-control input[type=text],
.contact__sec .smf-select-control input[type=email] {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  background: #fff;
  border: none;
  box-sizing: border-box;
  height: 56px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .contact__sec .smf-item__controls input[type=text],
  .contact__sec .smf-item__controls input[type=email],
  .contact__sec .smf-select-control input[type=text],
  .contact__sec .smf-select-control input[type=email] {
    padding: 0 14px;
  }
}
.contact__sec .smf-item__controls select,
.contact__sec .smf-select-control select {
  font-family: "Noto Sans JP", sans-serif;
  width: 100% !important;
  background: #fff;
  border: none;
  box-sizing: border-box;
  height: 56px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .contact__sec .smf-item__controls select,
  .contact__sec .smf-select-control select {
    padding: 0 14px;
  }
}
.contact__sec .smf-item__controls textarea,
.contact__sec .smf-select-control textarea {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  background: #fff;
  border: none;
  box-sizing: border-box;
  height: 193px;
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .contact__sec .smf-item__controls textarea,
  .contact__sec .smf-select-control textarea {
    padding: 12px 14px;
  }
}
.contact__sec .privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact__sec .privacy input {
  width: 24px;
  height: 24px;
  border: rgba(53, 53, 53, 0.3) 1px solid;
}
@media screen and (max-width: 768px) {
  .contact__sec .privacy input {
    width: 16px;
    height: 16px;
  }
}
.contact__sec .privacy .smf-item__col--label {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contact__sec .privacy .smf-item__col--label {
    font-size: 3.2vw;
  }
}

.smf-action {
  margin: 0 auto 80px;
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .smf-action {
    margin-bottom: 21.3333333333vw;
  }
}

.smf-button-control {
  text-align: center;
}
.smf-button-control button {
  cursor: pointer;
  display: block;
  background: linear-gradient(to right, #148fe8, #0439bf) !important;
  color: #fff !important;
  width: 260px !important;
  margin: 0 auto;
  background-image: none;
  height: 48px !important;
  font-size: 16px !important;
  border-radius: 4px !important;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
}
@media screen and (max-width: 768px) {
  .smf-button-control button {
    width: 61.3333333333vw;
    height: 10.9333333333vw;
    font-size: 3.2vw;
  }
}
.smf-button-control button:hover {
  opacity: 0.85 !important;
}

.thanks__en {
  text-align: center;
  font-size: 96px;
  font-weight: bold;
  background: linear-gradient(to right, #148fe8, #0439bf);
  font-family: "Poppins", sans-serif;
  margin-top: 80px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .thanks__en {
    font-size: 14.9333333333vw;
    margin-top: 13.3333333333vw;
  }
}

.thanks__title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .thanks__title {
    font-size: 6.4vw;
    margin-bottom: 7.4666666667vw;
    margin-bottom: 6.4vw;
  }
}

.thanks__text {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    letter-spacing: -0.05em;
    font-size: 3.7333333333vw;
  }
}

.privacy-policy {
  padding: 180px 40px 120px;
}

@media screen and (max-width: 767px) {
  .privacy-policy {
    padding: 23.4375vw 2.6042vw 10.4167vw;
  }
}
.privacy-policy__inner {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding-top: 10.4167vw;
  }
}

.privacy-policy__content {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 120px;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content {
    font-size: 1.8229vw;
  }
}
.privacy-policy__content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #0439bf;
  margin: 40px 0 24px;
  padding-left: 16px;
  border-left: 4px solid #0439bf;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content h2 {
    font-size: 2.6042vw;
    margin: 4.1667vw 0 2.0833vw;
    padding-left: 1.5625vw;
  }
}
.privacy-policy__content h2:first-child {
  margin-top: 0;
}

.privacy-policy__content p {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content p {
    margin-bottom: 1.5625vw;
  }
}
.privacy-policy__content ul {
  margin: 16px 0;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content ul {
    margin: 1.5625vw 0;
    padding-left: 2.6042vw;
  }
}
.privacy-policy__content ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content ul li {
    margin-bottom: 1.0417vw;
  }
}
.privacy-policy__content ol {
  margin: 16px 0;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content ol {
    margin: 1.5625vw 0;
    padding-left: 2.6042vw;
  }
}
.privacy-policy__content ol li {
  list-style-type: decimal;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content ol li {
    margin-bottom: 1.0417vw;
  }
}
.privacy-policy__content a {
  color: #0439bf;
  text-decoration: underline;
}

.privacy-policy__content a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content {
    padding: 40px 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy__content h2 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy__content p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy__content ul {
    margin-bottom: 20px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy__content ul li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy__content ol {
    margin-bottom: 20px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy__content ol li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}
.privacy-policy-link {
  display: block;
}

.privacy-policy-link input {
  width: 24px;
  height: 24px;
  border: rgba(53, 53, 53, 0.3) 1px solid;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .privacy-policy-link input {
    width: 16px;
    height: 16px;
  }
}
.privacy-policy-link a {
  padding-bottom: 1px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  /* 薄い黒 */
  text-decoration: none;
  transition: border-color 0.3s ease;
}

.privacy-policy a:hover {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  /* さらに薄く */
}

.privacy .service__titleArea {
  text-align: center;
}

.news__detail {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .news__detail {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.news__detail--inner {
  max-width: 800px;
  margin: 0 auto;
}
.news__detail--title {
  font-size: 32px;
  color: #0439bf;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news__detail--title {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.news__detail .date {
  color: rgba(35, 24, 21, 0.4);
}
.news__detail--category {
  color: #0439bf;
  font-size: 12px;
  padding: 6px 24px;
  border-radius: 999px;
  background: #fff;
  width: max-content;
  display: none;
}
.news__detail--thumbnail {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.news__detail--thumbnail img {
  width: 100%;
}
.news__detail--contents {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .news__detail--contents {
    margin-bottom: 40px;
  }
}
.news__detail--contents h3,
.news__detail--contents h4 {
  color: #0439bf;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 40px;
}
.news__detail--contents p,
.news__detail--contents li {
  line-height: 2;
  margin-bottom: 10px;
}
.news__detail--contents p a,
.news__detail--contents li a {
  text-decoration: underline;
  color: blue;
}
.news__detail--contents strong {
  font-weight: bold;
}
.news__detail--contents img {
  margin-bottom: 20px;
  margin-top: 20px;
}
.news__detail .more__btn {
  margin: 80px auto 0;
}

.service {
  padding: 140px 40px 60px;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 17.0666666667vw 5.3333333333vw 10.6666666667vw;
  }
}
.service__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.service__box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .service__box {
    margin-top: 8.5333333333vw;
  }
}
.service__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .service__item {
    flex-direction: column-reverse;
  }
}
.service__item:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .service__item:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
.service__item--contents {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .service__item--contents {
    width: 100%;
    margin-top: 6.4vw;
  }
}
.service__item--contents h3 {
  font-size: 32px;
  line-height: 1.5;
  color: #3591d1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service__item--contents h3 {
    font-size: 8.5333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.service__item--contents p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .service__item--contents p {
    font-size: 4.2666666667vw;
  }
}
.service__item--num {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  padding: 35px;
  color: #3591d1;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service__item--num {
    padding: 4px 4px;
    font-size: 3.7333333333vw;
  }
}
.service__item--num span {
  font-size: 56px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .service__item--num span {
    font-size: 10.6666666667vw;
  }
}
.service__item--img {
  position: relative;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .service__item--img {
    width: 100%;
  }
}
.service__item + .service__item {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .service__item + .service__item {
    margin-top: 12.8vw;
  }
}
.service__item + .service__item .service__item--num {
  right: 0;
  left: unset;
}

.message {
  padding: 60px 40px 235px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .message {
    padding-bottom: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .message {
    overflow: hidden;
    padding: 10.6666666667vw 5.3333333333vw 21.3333333333vw;
  }
}
.message__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.message__box {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .message__box {
    margin-top: 8.5333333333vw;
    display: flex;
    flex-direction: column-reverse;
  }
}
.message__subTitle {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .message__subTitle {
    font-size: 8.5333333333vw;
    margin-bottom: 6.4vw;
    margin-top: -40px;
  }
}
.message__subTitle span {
  color: #3591d1;
}
.message__contents {
  width: 58%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .message__contents {
    width: 100%;
  }
}
.message__text {
  max-width: 495px;
  line-height: 2.2;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .message__text {
    font-size: 4.2666666667vw;
  }
}
.message__name {
  margin-top: 32px;
  font-size: 20px;
  font-weight: bold;
  margin-left: auto;
  width: max-content;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .message__name {
    margin-top: 4.2666666667vw;
    margin-left: 0;
    font-size: 3.7333333333vw;
  }
}
.message__name span {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .message__name span {
    font-size: 5.3333333333vw;
  }
}
.message__img {
  position: absolute;
  top: 20%;
  right: 0;
  width: 55%;
  z-index: 1;
  max-width: 700px;
}
@media screen and (max-width: 1320px) {
  .message__img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .message__img {
    position: unset;
    width: 110%;
    margin-right: -5.3333333333vw;
  }
}
.message__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .message__img img {
    display: block;
    transform: translateX(5px);
  }
}

.company {
  padding: 64px 40px;
  background: linear-gradient(to right, #148fe8, #0439bf) !important;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 12.8vw 5.3333333333vw;
    border-radius: 20px;
    margin-bottom: 10.6666666667vw;
  }
}
.company__inner {
  background: #fff;
  border-radius: 16px;
  padding: 64px 30px;
  max-width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company__inner {
    border-radius: 16px;
    padding: 10.6666666667vw 2.6666666667vw;
  }
}
.company__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .company__titleArea {
    margin-bottom: 12vw;
  }
}
.company__table {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid rgba(26, 26, 26, 0.3);
}
.company__table tr {
  border-bottom: 1px solid rgba(26, 26, 26, 0.3);
}
@media screen and (max-width: 768px) {
  .company__table tr {
    display: flex;
    flex-direction: column;
  }
}
.company__table th {
  width: 25%;
  padding: 24px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company__table th {
    width: 100%;
    font-size: 3.7333333333vw;
    padding: 4.2666666667vw 0 0;
  }
}
.company__table td {
  padding: 24px 0;
  font-size: 16px;
  box-sizing: border-box;
  width: 75%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company__table td {
    width: 100%;
    font-size: 3.7333333333vw;
    padding: 3.2vw 0;
  }
}
.company__table td span {
  color: #148fe8;
  font-weight: bold;
}

.philosophy {
  padding: 80px 40px;
}
.philosophy__inner {
  max-width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .philosophy .section__title {
    font-size: 14.4vw;
  }
}
.philosophy__text {
  margin-top: 64px;
  margin-left: auto;
  width: 64%;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .philosophy__text {
    margin-left: 0;
    width: 100%;
    margin-top: 8vw;
    font-size: 6.4vw;
  }
}

/*# sourceMappingURL=page.css.map */
