@charset "UTF-8";
/* bg-img */
.bg-img {
  position: absolute;
  z-index: -1; }

.bg-img01, .bg-img03, .bg-img05 {
  width: 165px;
  left: -40px; }

.bg-img02, .bg-img04, .bg-img06 {
  width: 260px;
  right: -40px; }

.bg-img01 {
  top: 200px; }

.bg-img02 {
  top: 600px; }

.bg-img03 {
  top: 1400px; }

.bg-img04 {
  top: 1800px; }

.bg-img05 {
  top: 2600px; }

.bg-img06 {
  top: 3000px; }

/* btn-wrapper */
.btn-wrapper {
  text-align: center; }

/* btn */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 210px;
  max-width: 100%;
  height: 60px;
  border-radius: 10px;
  line-height: 1.25;
  background: #fff;
  letter-spacing: 0.1em;
  box-shadow: 1px 1px 12px rgba(40, 165, 226, 0.7);
  background: url(../img/arrow-icon01.svg) no-repeat center right 11px/34px;
  white-space: nowrap;
  font-size: 15px;
  transition: background .2s; }
  @media screen and (max-width: 767px) {
    .btn {
      font-size: 14px !important;
      padding: 19px 74px; } }
  .btn:hover {
    background: url(../img/arrow-icon01.svg) no-repeat center right 6px/34px; }

/* footer */
.footer {
  background: #DCE3E5;
  padding: 25px 100px 15px; }
  @media screen and (max-width: 1023px) {
    .footer {
      padding: 25px 50px 15px; } }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 30px 15px 15px; } }

.footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .footer__inner {
      display: block; } }

.footer__title {
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .footer__title {
      font-size: 14px; } }

.footer__address {
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 0.02em; }
  @media screen and (max-width: 767px) {
    .footer__address {
      font-size: 12px;
      margin-top: 14px; } }

.footer__link {
  display: inline-block;
  padding: 5px 0;
  margin: -5px 0;
  font-size: 14px;
  padding-right: 40px;
  background: url(../img/arrow-icon02.svg) no-repeat center right/25px; }
  @media screen and (max-width: 767px) {
    .footer__link {
      font-size: 12px;
      margin-top: 16px;
      padding-right: 30px; } }

.footer__copyright {
  text-align: center;
  font-size: 14px;
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .footer__copyright {
      text-align: left;
      font-size: 12px;
      margin-top: 35px; } }

/* fv */
.fv {
  margin-top: 139px;
  height: 295px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .fv {
      height: calc(100vw * .35);
      margin-top: 30vw; } }
  @media screen and (max-width: 575px) {
    .fv {
      margin-top: 180px;
      height: 32vw; } }

.fv--privacy .fv__title {
  margin-right: -130px; }
  @media screen and (max-width: 1260px) {
    .fv--privacy .fv__title {
      margin-right: 0; } }

.fv--about .fv__title {
  margin-right: -45px; }
  @media screen and (max-width: 1260px) {
    .fv--about .fv__title {
      margin-right: 0; } }

.fv--recruit .fv__title {
  margin-right: -15px; }
  @media screen and (max-width: 1260px) {
    .fv--recruit .fv__title {
      margin-right: 0; } }

.fv--news .fv__title {
  margin-right: -50px; }
  @media screen and (max-width: 1260px) {
    .fv--news .fv__title {
      margin-right: 0; } }

.fv__inner {
  height: inherit; }

.fv__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: inherit;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 767px) {
    .fv__title-wrapper {
      height: unset;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -60px; } }

.fv__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .fv__title {
      font-size: 20px; } }

.fv__bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .fv__bg {
      width: 100%;
      height: calc(100vw * .38); } }

.sub-mv-lottie {
  width: 802px !important; }
  @media screen and (max-width: 767px) {
    .sub-mv-lottie {
      width: 100% !important; } }

/* header */
/* l-content */
.l-content {
  min-height: 500px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .l-content {
      padding-bottom: 80px; } }

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
  padding-right: 25px;
  padding-left: 25px; }
  @media screen and (max-width: 767px) {
    .l-inner {
      padding-right: 15px;
      padding-left: 15px; } }

/* list */
.list__item {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }
  .list__item:first-child .list__title {
    border-top: 2px solid #D3D3D3; }
  .list__item:first-child .list__text {
    border-top: 1px solid #D3D3D3; }

.list__title, .list__text {
  padding: 10px 15px; }
  @media screen and (max-width: 767px) {
    .list__title, .list__text {
      padding: 10px 0;
      font-size: 14px; } }

.list__title {
  border-bottom: 2px solid #D3D3D3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  font-weight: 700;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .list__title {
      width: 24%; } }

.list__text {
  width: 81%;
  border-bottom: 1px solid #D3D3D3; }
  @media screen and (max-width: 767px) {
    .list__text {
      width: 70%; } }
  .list__text .url {
    text-decoration: underline; }

/* pagetop */
.pagetop {
  position: fixed;
  width: 56px;
  right: 35px;
  bottom: 25px; }
  @media screen and (max-width: 767px) {
    .pagetop {
      right: 15px;
      bottom: 15px; } }

/* section-text */
.section-text {
  line-height: 1.75;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .section-text {
      font-size: 14px;
      line-height: 1.71; } }

/* section-title-wrapper */
.section-title-wrapper {
  text-align: center; }

/* section-title */
.section-title {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative; }
  @media screen and (max-width: 767px) {
    .section-title {
      font-size: 20px; } }
  .section-title::after {
    position: absolute;
    content: "";
    width: 102px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    background: #27A5E2; }
    @media screen and (max-width: 767px) {
      .section-title::after {
        bottom: -12px; } }

/* about */
.about {
  margin-top: 145px; }
  @media screen and (max-width: 767px) {
    .about {
      margin-top: 70px; } }

.about__block + .about__block {
  margin-top: 110px; }
  @media screen and (max-width: 767px) {
    .about__block + .about__block {
      margin-top: 70px; } }

.about__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .about__inner {
      margin-top: 30px;
      display: block; } }

.about__texts {
  width: 56%; }
  @media screen and (max-width: 767px) {
    .about__texts {
      width: 100%; } }

.about__text + .about__text {
  margin-top: 20px; }

.about__img {
  width: 36%; }
  @media screen and (max-width: 767px) {
    .about__img {
      width: 220px;
      max-width: 100%;
      margin: 30px auto 0; } }

.about__list {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .about__list {
      margin-top: 70px; } }

.about__btn {
  width: 400px;
  margin: 80px auto 0; }
  @media screen and (max-width: 767px) {
    .about__btn {
      width: 310px; } }

.about__note {
  margin: 10px 0;
  font-size: 12px;
  text-align: right; }

.about__docs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px; }
  .about__docs .docs__item {
    width: 40%;
    text-align: center;
    line-height: 1.9; }
    .about__docs .docs__item span {
      font-size: 1.2rem; }
    .about__docs .docs__item a {
      color: #27A5E2;
      font-size: 15px; }

/* business */
.business {
  margin-top: 90px; }

.business__img {
  margin-top: 65px; }
  @media screen and (max-width: 767px) {
    .business__img {
      margin-top: 35px; } }

.business__list {
  margin-top: 65px; }
  @media screen and (max-width: 767px) {
    .business__list {
      margin-top: 25px; } }

.business__btns {
  display: flex;
  justify-content: space-between;
  margin-top: 70px; }
  @media screen and (max-width: 767px) {
    .business__btns {
      display: block;
      margin-top: 50px; } }

.business__btn {
  width: 330px;
  max-width: 41%; }
  @media screen and (max-width: 767px) {
    .business__btn {
      width: 280px;
      max-width: 100%;
      margin: 0 auto; }
      .business__btn + .business__btn {
        margin-top: 40px; } }

.business__box {
  background: #F2FBFD;
  margin-top: 95px;
  padding: 40px 40px; }
  @media screen and (max-width: 767px) {
    .business__box {
      margin-top: 70px;
      padding: 30px 20px; } }

.business__subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .business__subtitle {
      font-size: 16px; } }

.business__text {
  text-align: center;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .business__text {
      font-size: 14px;
      margin-top: 5px; } }

.business__items {
  margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .business__items {
      margin-top: 25px; } }

.business__item {
  display: flex;
  font-size: 14px;
  line-height: 1.7; }
  @media screen and (max-width: 767px) {
    .business__item {
      font-size: 12px;
      line-height: 1.66; } }
  .business__item:last-child {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .business__item:last-child {
        margin-top: 15px; } }

.business__item-year {
  width: 10%;
  font-weight: 400;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .business__item-year {
      width: 16%; } }

.business__item-text {
  width: 90%;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .business__item-text {
      width: 84%; } }

/* project */
.project {
  margin-top: 90px; }

.project__img {
  margin-top: 65px; }
  @media screen and (max-width: 767px) {
    .project__img {
      margin-top: 35px; } }

.project__list {
  margin-top: 65px; }
  @media screen and (max-width: 767px) {
    .project__list {
      margin-top: 25px; } }

.project__btns {
  display: flex;
  justify-content: space-between;
  margin-top: 70px; }
  @media screen and (max-width: 767px) {
    .project__btns {
      display: block;
      margin-top: 50px; } }

.project__btn {
  width: 330px;
  max-width: 41%; }
  @media screen and (max-width: 767px) {
    .project__btn {
      width: 280px;
      max-width: 100%;
      margin: 0 auto; }
      .project__btn + .project__btn {
        margin-top: 40px; } }

.project__box {
  background: #F2FBFD;
  margin-top: 95px;
  padding: 40px 40px; }
  @media screen and (max-width: 767px) {
    .project__box {
      margin-top: 70px;
      padding: 30px 20px; } }

.project__subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .project__subtitle {
      font-size: 16px; } }

.project__text {
  text-align: center;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .project__text {
      font-size: 14px;
      margin-top: 5px; } }

.project__items {
  margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .project__items {
      margin-top: 25px; } }

.project__item {
  display: flex;
  font-size: 14px;
  line-height: 1.7; }
  @media screen and (max-width: 767px) {
    .project__item {
      font-size: 12px;
      line-height: 1.66; } }
  .project__item:last-child {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .project__item:last-child {
        margin-top: 15px; } }

.project__item-year {
  width: 13%;
  min-width: 80px;
  font-weight: 400;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .project__item-year {
      width: 16%; } }

.project__item-text {
  width: 90%;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .project__item-text {
      width: 84%; } }

.project__report-archive-navi {
  display: flex;
  flex-direction: column;
  align-items: center; }

.project__report-read {
  margin-top: 65px;
  text-align: left; }
  .project__report-read a:hover {
    opacity: .65; }

/* greeting */
.greeting {
  margin-top: 90px; }
  @media screen and (max-width: 767px) {
    .greeting {
      margin-top: 70px; } }

.greeting__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 65px; }
  @media screen and (max-width: 767px) {
    .greeting__inner {
      display: block;
      margin-top: 30px; } }

.greeting__texts {
  width: 61%; }
  @media screen and (max-width: 767px) {
    .greeting__texts {
      width: 100%; } }

.greeting__text + .greeting__text {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .greeting__text + .greeting__text {
      margin-top: 25px; } }

.greeting__subtext {
  margin-top: 40px; }

.greeting__img {
  width: 32%; }
  @media screen and (max-width: 767px) {
    .greeting__img {
      width: 60%;
      max-width: 400px;
      margin: 50px auto 0; } }

/* news */
.news {
  margin-top: 90px; }
  @media screen and (max-width: 767px) {
    .news {
      margin-top: 50px; } }

.news__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 12px; }
  @media screen and (max-width: 767px) {
    .news__title {
      font-size: 20px;
      line-height: 1.2;
      padding-bottom: 9px; } }

.news__date-wrapper {
  text-align: center; }

.news__date {
  display: inline-block;
  font-size: 14px;
  margin-top: 12px; }
  @media screen and (max-width: 767px) {
    .news__date {
      margin-top: 9px; } }

.news__content {
  margin-top: 55px;
  letter-spacing: 0.03em;
  line-height: 1.75; }
  @media screen and (max-width: 767px) {
    .news__content {
      margin-top: 45px;
      font-size: 14px; } }
  .news__content h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.27; }
    @media screen and (max-width: 767px) {
      .news__content h2 {
        font-size: 20px;
        line-height: 1.2; } }
  .news__content h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      .news__content h3 {
        font-size: 16px;
        line-height: 1.68; } }
  .news__content h4, .news__content h5, .news__content h6 {
    font-weight: 700;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .news__content h4, .news__content h5, .news__content h6 {
        font-size: 16px; } }
  .news__content .news__img {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .news__content .news__img {
        margin-top: 20px; } }
  .news__content .bold {
    font-weight: 700; }
  .news__content .mb-30 {
    margin-bottom: 30px; }

.news__btn {
  margin: 90px auto 0; }
  @media screen and (max-width: 767px) {
    .news__btn {
      margin-top: 80px; } }

/* privacy */
.privacy {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .privacy {
      margin-top: 70px; } }

.privacy__items {
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .privacy__items {
      margin-top: 20px; } }

.privacy__item + .privacy__item {
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .privacy__item + .privacy__item {
      margin-top: 20px; } }

.privacy__item-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.27; }
  @media screen and (max-width: 767px) {
    .privacy__item-title {
      font-size: 20px; } }

.privacy__item-text {
  margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .privacy__item-text {
      margin-top: 2px; } }
  .privacy__item-text + .privacy__item-text {
    margin-top: 25px; }

/* recruit */
.recruit {
  margin-top: 105px; }
  @media screen and (max-width: 767px) {
    .recruit {
      margin-top: 70px; } }

.recruit__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .recruit__header {
      display: block;
      margin-top: 70px; } }

.recruit__header-body {
  width: 45%; }
  @media screen and (max-width: 767px) {
    .recruit__header-body {
      width: 100%;
      text-align: center; } }

.recruit__header-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em; }
  @media screen and (max-width: 767px) {
    .recruit__header-title {
      font-size: 16px; } }

.recruit__header-subtitle {
  font-size: 25px;
  font-weight: 700;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .recruit__header-subtitle {
      font-size: 20px; } }

.recruit__header-text {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .recruit__header-text {
      font-size: 18px; } }

.recruit__header-img {
  width: 36%; }
  @media screen and (max-width: 767px) {
    .recruit__header-img {
      width: 290px;
      max-width: 100%;
      margin: 25px auto 0; } }

.recruit__items {
  margin-top: 85px; }

.recruit__item + .recruit__item {
  margin-top: 70px; }
  @media screen and (max-width: 767px) {
    .recruit__item + .recruit__item {
      margin-top: 55px; } }

.recruit__item-text {
  margin-top: 70px; }
  @media screen and (max-width: 767px) {
    .recruit__item-text {
      margin-top: 45px; } }

.recruit__item-subtext {
  margin-top: 25px; }

.recruit__number {
  margin-top: 60px; }

.recruit__number-item {
  padding-left: 2em;
  text-indent: -2em; }
  .recruit__number-item + .recruit__number-item {
    margin-top: 26px; }

.recruit__mail-img {
  vertical-align: sub; }

.recruit__list {
  background: #FAFAFA;
  margin-top: 60px;
  border-top: 1px solid #D3D3D3; }

.recruit__list-item {
  display: flex;
  padding: 10px 23px;
  border-bottom: 1px solid #D3D3D3; }
  @media screen and (max-width: 767px) {
    .recruit__list-item {
      font-size: 14px;
      padding: 8px 13px; } }

.recruit__list-title {
  font-weight: 700;
  width: 27%; }
  @media screen and (max-width: 767px) {
    .recruit__list-title {
      width: 41%; } }

.recruit__list-text {
  width: 72%; }
  @media screen and (max-width: 767px) {
    .recruit__list-text {
      width: 59%; } }

.recruit__text {
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .recruit__text {
      margin-top: 45px; } }

.recruit__btns {
  display: flex;
  justify-content: space-between;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .recruit__btns {
      display: block;
      margin-top: 30px; } }
  .recruit__btns .recruit__btn {
    width: 330px;
    max-width: 45%;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .recruit__btns .recruit__btn {
        width: 310px;
        max-width: 100%;
        margin: 30px auto; } }

.recruit__btn {
  width: 400px;
  margin: 10px auto 0; }
  @media screen and (max-width: 767px) {
    .recruit__btn {
      width: 310px; } }

.recruit__btn--bottom {
  margin-top: 75px; }
  @media screen and (max-width: 767px) {
    .recruit__btn--bottom {
      margin-top: 60px; } }

.grid-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px 15px; }

@media screen and (min-width: 768px) {
  .grid-column {
    grid-template-columns: 1fr 1fr 1fr; } }
.d-none {
  display: none !important; }

.lg-block {
  display: none; }

@media screen and (min-width: 1024px) {
  .lg-block {
    display: block; } }
@media screen and (min-width: 1024px) {
  .lg-none {
    display: none; } }
@media screen and (min-width: 768px) {
  .md-none {
    display: none; } }
.md-block {
  display: none; }

@media screen and (min-width: 768px) {
  .md-block {
    display: block; } }
@media screen and (max-width: 480px) {
  .sm-none {
    display: none; } }
.sm-block {
  display: none; }

@media screen and (max-width: 480px) {
  .sm-block {
    display: block; } }
/********************************
 募集実績
*********************************/
.result-content {
  margin: 60px auto 20px;
  max-width: 800px;
  width: 90%; }

.result-content h2 {
  border-bottom: 2px solid #D3D3D3;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
  padding-bottom: 9px; }

.result-content h3 {
  color: #27A5E2;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px; }

.result-content p {
  font-weight: bold; }

@media screen and (min-width: 768px) {
  .result-content__inner {
    margin: 0; } }
.result-content__wrapper {
  row-gap: 50px; }

@media screen and (min-width: 768px) {
  .result-content__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media screen and (min-width: 768px) {
  .result-content__box {
    height: auto;
    max-width: 250px;
    width: 100%; } }
.result-content__box img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: 1s all;
  width: 100%; }
  .result-content__box img:hover {
    transform: scale(1.13, 1.13);
    transition: 1s all; }

.result-content__box a:hover {
  opacity: .7; }

.result-content__box:nth-of-type(1) img {
  height: 100%;
  width: 43%; }

.result-content__box:nth-of-type(2) img {
  height: 100%;
  width: 80%; }

.result-content__box:nth-of-type(3) img {
  height: 100%;
  width: 45%; }

.result-content__box:nth-of-type(4) img {
  height: 100%;
  width: 45%; }

.result-content__box:nth-of-type(5) img {
  height: 100%;
  width: 65%; }

.result-content__box:nth-of-type(6) img {
  height: 100%;
  width: 65%; }

.result-content__box:nth-of-type(7) img {
  height: 100%;
  width: 65%; }

.result-content__img {
  background-color: #F0F0F0;
  display: block;
  height: auto;
  margin: 0 auto;
  margin-bottom: 12px;
  text-align: center;
  width: 100%;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .result-content__img {
    height: auto;
    aspect-ratio: 1/.68; } }
/* result-detail */
.result-detail {
  margin-top: 90px; }
  @media screen and (max-width: 767px) {
    .result-detail {
      margin-top: 50px; } }

.result-detail__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 12px; }
  @media screen and (max-width: 767px) {
    .result-detail__title {
      font-size: 20px;
      line-height: 1.2;
      padding-bottom: 9px; } }

.result-detail__date-wrapper {
  text-align: center; }

.result-detail__content {
  margin-top: 55px;
  letter-spacing: 0.03em;
  line-height: 1.75; }
  @media screen and (max-width: 767px) {
    .result-detail__content {
      margin-top: 45px;
      font-size: 14px; } }
  .result-detail__content h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.27; }
    @media screen and (max-width: 767px) {
      .result-detail__content h2 {
        font-size: 20px;
        line-height: 1.2; } }
  .result-detail__content h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      .result-detail__content h3 {
        font-size: 16px;
        line-height: 1.68; } }
  .result-detail__content h4, .result-detail__content h5, .result-detail__content h6 {
    font-weight: 700;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .result-detail__content h4, .result-detail__content h5, .result-detail__content h6 {
        font-size: 16px; } }
  .result-detail__content .result-detail__img {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .result-detail__content .result-detail__img {
        margin-top: 20px; } }
    .result-detail__content .result-detail__img img {
      height: auto; }
  .result-detail__content .result-detail__img-50 img {
    width: 50%;
    height: auto; }
    @media screen and (max-width: 767px) {
      .result-detail__content .result-detail__img-50 img {
        width: 100%; } }
  .result-detail__content .bold {
    font-weight: 700; }
  .result-detail__content .mb-30 {
    margin-bottom: 30px; }

.result-detail__btn {
  margin: 90px auto 0; }
  @media screen and (max-width: 767px) {
    .result-detail__btn {
      margin-top: 80px; } }

.result-detail__report {
  margin: 80px 0; }
  .result-detail__report p {
    margin-bottom: 25px; }
  .result-detail__report a {
    color: #27A5E2; }
  .result-detail__report .report-head {
    width: 100%;
    border-bottom: solid 1px #D3D3D3; }
  .result-detail__report .result-caption {
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      .result-detail__report .result-caption {
        font-size: 11px; } }

/* top-about */
.top-about {
  margin-top: 135px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .top-about {
      margin-top: 150px; } }

.top-about__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .top-about__title {
      font-size: 20px;
      line-height: 1.45; } }

.top-about__text {
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .top-about__text {
      margin-top: 30px; } }

.top-about__btn {
  margin: 45px auto 0; }
  @media screen and (max-width: 767px) {
    .top-about__btn {
      margin-top: 55px; } }

/* top-menu */
.top-menu {
  margin-top: 145px; }
  @media screen and (max-width: 767px) {
    .top-menu {
      margin-top: 80px; } }

.top-menu__inner {
  max-width: 1000px; }

.top-menu__items {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .top-menu__items {
      display: block; } }

.top-menu__item {
  width: 260px;
  max-width: 32%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .top-menu__item {
      max-width: 100%;
      margin: 0 auto; }
      .top-menu__item + .top-menu__item {
        margin-top: 82px; } }

.top-menu__item-imgs {
  width: 216px;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }

.top-menu__item-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 22px;
  font-weight: 700; }

.top-menu__item-text {
  line-height: 1.75;
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .top-menu__item-text {
      margin-top: 20px; } }

.top-menu__item-btn {
  margin: 20px auto 0; }
  @media screen and (max-width: 767px) {
    .top-menu__item-btn {
      font-size: 16px;
      padding: 19px 69px;
      margin-top: 15px; } }

/* top-news */
.top-news {
  background: rgba(189, 228, 243, 0.3);
  padding: 50px 0 80px;
  margin-top: 110px; }
  @media screen and (max-width: 767px) {
    .top-news {
      margin-top: 80px;
      padding-bottom: 50px; } }

.top-news__inner {
  min-height: 300px; }

.top-news__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700; }

.top-news__items {
  width: 800px;
  max-width: 100%;
  margin: 50px auto 0; }
  @media screen and (max-width: 767px) {
    .top-news__items {
      margin-top: 38px; } }

.top-news__item {
  font-size: 14px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .top-news__item {
      display: block; } }
  .top-news__item + .top-news__item {
    margin-top: 27px; }
    @media screen and (max-width: 767px) {
      .top-news__item + .top-news__item {
        margin-top: 20px; } }

.top-news__item-date {
  width: 12%;
  color: #838383; }
  @media screen and (max-width: 767px) {
    .top-news__item-date {
      width: 100%; } }

.top-news__item-inner {
  width: 84%;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .top-news__item-inner {
      width: 100%; } }

.top-news__item-title {
  line-height: 1.42;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .top-news__item-title {
      margin-top: 5px; } }

@media screen and (max-width: 767px) {
  .u-pc {
    display: none; } }

.u-sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .u-sp {
      display: block; } }
