@charset "UTF-8";

/* main
**********************************************/
.l-main {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width: 599px) {
  .l-main {
    padding-top: 56px;
  }
}

/* main-visual
**********************************************/
.l-main-visual {
}
.main-visual_gb {
  background: url(/_newimg/ads_new/main-visual-background.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: calc(100vh - 116px);
  min-height: 530px;
  width: 100%;
  position: relative;
}
.main-visual_gb::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.main-visual_box {
  width: 100%;
  max-width: 810px;
  margin: auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 1;
}
.box-title_sub {
  border: 1px solid #fff;
  border-radius: 4px;
  height: 47px;
  width: 328px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin: 0 auto;
}

.box-title {
  z-index: 1;
}
.box-title_main {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.box-title_main span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.box-title_main span::before {
  background-color: #3bdbc7;
  content: "";
  position: absolute;
  bottom: 5px;
  display: inline-block;
  opacity: 0.75;
  width: 100%;
  height: 30px;
  transform: skewX(-30deg);
  z-index: -1;
}

.box-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 640px;
  height: 106px;
  margin: 20px auto 0;
  z-index: 1;
}
.box-body_image img {
  height: 75px;
  width: auto;
}
.box-body_text {
  font-size: 20px;
}

.box-button {
  text-align: center;
  z-index: 1;
}
.box-button .button {
  margin-top: 40px;
}

@media screen and (max-width: 599px) {
  .main-visual_gb {
    height: calc(90vh - 55px);
  }
  .main-visual_box {
    /* padding: 40px 12px 60px; */
    width: auto;
  }
  .box-title_sub {
    height: 44px;
    max-width: 328px;
    width: 100%;
    font-size: 16px;
  }
  .box-title_main {
    font-size: 20px;
  }
  .box-title_main span::before {
    bottom: 0;
    height: 12px;
  }

  .box-body {
    flex-direction: column-reverse;
    height: auto;
    width: auto;
    padding: 12px 0;
  }
  .box-body_text {
    font-size: 15px;
  }
  .box-body_image {
    margin-top: 12px;
  }
  .box-button .button {
    margin-top: 24px;
  }
}

/* home-section-container
**********************************************/
.home-section-container {
}

/* button
**********************************************/
.button {
  padding: 14px 30px;
  border-radius: 4px;
  background: #f2534f;
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  transition: background 0.3s, color 0.3s;
  border: 2px solid #f2534f;
  display: inline-block;
}
.button:hover {
  background: #fff;
  color: #f2534f;
  opacity: 1;
}

.button.button-white {
  color: #000;
  border: 6px solid #f2534f;
  background: #fff;
}
.button.button-white:hover {
  background: #f2534f;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .button {
    padding: 12px 15px;
    font-size: 20px;
  }
}

/* l-section
**********************************************/
.l-section {
  padding: 80px 12px 0;
  background-color: #fff;
}
.l-section:nth-child(odd) {
  background-color: #f7f5f1;
}
.l-section-inner {
  width: 1020px;
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 26px;
}
.section-title.section-title__underline::after {
  content: "";
  display: block;
  width: 340px;
  height: 4px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section-description {
  font-size: 16px;
  text-align: center;
  margin-top: 4px;
}
.section-text {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.section-text + .section-text {
  margin-top: 30px;
}

@media screen and (max-width: 599px) {
  .l-section {
    padding-top: 40px;
  }
  .l-section-inner {
    max-width: 100%;
  }
  .section-title {
    font-size: 22px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .section-title.section-title__underline::after {
    width: 105%;
  }
  .section-description {
    font-size: 14px;
    margin-top: 0;
  }
  .section-text {
    font-size: 16px;
  }
}

/* task
**********************************************/
.task-list {
  display: flex;
  justify-content: space-between;
}
.task-list > li {
  width: 300px;
  height: 212px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
}

.task-description {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 100px 0 0;
}

.task-arrow {
  display: flex;
  justify-content: center;
  height: 120px;
}
.next-arrow {
  position: relative;
}
.next-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 4px;
  height: 55px;
  background: #000;
}
.next-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  left: -12px;
  width: 20px;
  height: 20px;
  border: 4px solid;
  border-color: transparent transparent #000 #000;
  transform: rotate(-45deg);
}

@media screen and (max-width: 599px) {
  .task-list {
    flex-direction: column;
    align-items: center;
  }
  .task-list > li {
    font-size: 14px;
    width: 200px;
    height: 142px;
  }
  .task-list > li + li {
    margin-top: 24px;
  }

  .task-description {
    font-size: 22px;
    margin: 40px 0 0;
  }
  .next-arrow::before {
    top: 15px;
  }
  .next-arrow::after {
    top: 40px;
  }
}

/* l-feature
**********************************************/

.l-feature .media {
  margin: 12px 0 70px;
}

@media screen and (max-width: 599px) {
  .l-feature .media {
    margin: 20px 0 120px;
  }
}

/* media
**********************************************/
.media {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.media.media-reverse {
  flex-flow: row-reverse;
}
.media-title {
  font-size: 32px;
  font-weight: bold;
}
.media-body_text {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}
.media-body_description {
  font-size: 16px;
  margin-top: 20px;
}

.media-image.media-image_right {
  text-align: right;
}

.media-half .media-text,
.media-half .media-image {
  width: 49%;
}

.media-button {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 599px) {
  .media {
    flex-direction: column-reverse;
  }
  .media-title {
    font-size: 22px;
    text-align: center;
  }
  .media-text {
    margin-top: 60px;
  }
  .media-body_text {
    font-size: 16px;
    text-align: center;
  }
  .media-body_description {
    font-size: 14px;
  }

  .media-half .media-text,
  .media-half .media-image {
    width: 100%;
  }
  .media-half .media-image {
    text-align: center;
  }
  .media-button {
    margin-top: 40px;
  }
}

/* cards
**********************************************/
.cards {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

.card {
  width: 320px;
}
.card-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-image {
  margin-top: 4px;
}
.card-text {
  margin-top: 12px;
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  .cards {
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
  }

  .card {
    width: 100%;
  }
  .card-title {
    font-size: 16px;
    height: auto;
    margin-top: 30px;
  }
  .card:first-child .card-title {
    margin-top: 40px;
  }
  .card-image {
    margin: 40px auto 0;
    display: block;
  }
  .card-text {
    margin-top: 30px;
    font-size: 14px;
  }
}

/* line-up
**********************************************/
.line-up {
  margin-top: 75px;
  padding-bottom: 135px;
}
.line-up .media + .media {
  margin-top: 100px;
}
.line-up .media-title {
  color: #3bdbc7;
  font-size: 28px;
  position: relative;
  padding-left: 80px;
}
.line-up .media-image {
  text-align: center;
}
.line-up .media-body_text,
.line-up .media-body_description {
  margin-top: 10px;
}

@media screen and (max-width: 599px) {
  .line-up {
    padding-bottom: 60px;
  }
  .line-up .media {
    border: 1px solid #000;
    border-radius: 4px;
    padding: 28px 6px 10px;
    margin-top: 60px;
  }
  .line-up .media + .media {
    margin-top: 20px;
  }
  .line-up .media,
  .line-up .media.media-reverse {
    flex-direction: column;
  }
  .line-up .media-text {
    margin-top: 0;
  }
  .line-up .media-title {
    font-size: 16px;
    padding-left: 60px;
    text-align: left;
  }
  .line-up .media-title::before {
    width: 50px;
    height: 40px;
    top: 50%;
    transform: translateY(-67%);
  }
  .line-up .media-body_text,
  .line-up .media-body_description {
    text-align: left;
  }
  .line-up .media-body_text {
    margin-top: 20px;
  }
  .line-up .media-body_description {
    font-size: 14px;
  }
  .line-up .media-image {
    max-width: 80%;
    margin-top: 10px;
  }
}
/* .l-performance
**********************************************/
.l-performance-inner {
  width: 1080px;
}

@media screen and (max-width: 599px) {
  .l-performance-inner {
    width: 100%;
  }
}

/* .thumbnail
**********************************************/
.thumbnail {
  display: flex;
  flex-wrap: wrap;
  padding: 75px 0 80px;
}
.thumbnail li:not(:nth-child(5n)) {
  margin: 0 20px 20px 0;
}
.thumbnail-image {
  width: 200px;
  height: 100px;
  object-fit: contain;
}

@media screen and (max-width: 599px) {
  .thumbnail {
    padding: 25px 0 60px;
  }
  .thumbnail li:not(:nth-child(5n)),
  .thumbnail li:nth-child(5n) {
    width: 32%;
    margin: 0;
  }
  .thumbnail li:not(:nth-child(3n)) {
    margin: 0 2% 2% 0;
  }
  .thumbnail-image {
    width: 100%;
    height: calc((100vw - 24px) * 0.32 * 0.5);
    object-fit: contain;
  }
}

/* l-consultation
**********************************************/
.l-consultation {
  padding-bottom: 100px;
}

@media screen and (max-width: 599px) {
  .l-consultation {
    padding-bottom: 75px;
  }
  .l-consultation .box-button .button {
    margin-top: 60px;
  }
}

/* l-footer
**********************************************/
.l-footer {
  background: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.footer-inner {
  padding: 80px 12px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-logo {
  height: 75px;
  width: auto;
}
.footer-copyright {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}

@media screen and (max-width: 599px) {
  .footer-copyright {
    font-size: 14px;
  }
}

/* レスポンシブでの表示・非表示
**********************************************/
.sp_disp {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp_disp {
    display: block;
  }
}

/* ScrollTrigger
**********************************************/
.invisible {
  opacity: 0;
}
.visible {
  opacity: 1;
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
