@charset "utf-8";

/* ==========================
layout
=========================== */
body {
  -webkit-font-smoothing: antialiased;
  font-family: Noto Sans JP, sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #212529;
  background-color: #fff;
}

.wrap {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .wrap {
    min-width: 320px;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 64px;
}

header .logo {
  display: flex;
  align-items: center;
}

header .logo .h1-text {
  padding-left: 16px;
}

@media only screen and (max-width: 1023px) {
  header {
    padding: 16px 16px;
  }

  header .logo img {
    width: 52px;
    height: 52px;
  }
}

.contents {
  padding: 0 64px;
}

@media only screen and (max-width: 1023px) {

  .contents {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1253px) and (min-width: 1024px) {

  .footer,
  .media-footer {
    padding: 0 24px !important;
  }
}

.media-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px;
  border-top: 1px solid #eee;
}

.media-footer .wrapper-internal-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 26px 0;
  line-height: 19px;
}

.media-footer .wrapper-internal-link .second-line {
  height: 24px;
}

.media-footer .wrapper-internal-link .third-line {
  display: none;
}

.media-footer .wrapper-internal-link .custom-line {
  background-color: #eee;
  width: 1px;
}

.media-footer .wrapper-internal-link .internal-link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .media-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1206px;
    width: 100%;
    margin: 80px auto auto;
    padding: 0;
  }

  .media-footer .wrapper-internal-link {
    padding: 16px 0;
  }

  .media-footer .wrapper-internal-link .internal-link {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: auto;
  }

  .media-footer .wrapper-internal-link .second-line {
    margin: 0 16px;
  }

  .media-footer .wrapper-internal-link .third-line {
    display: block;
    margin: 0 0 0 16px;
  }
}

.footer {
  background-color: #eee;
}

@media only screen and (max-width: 1023px) {
  .footer {
    background-color: #fafafa;
  }
}

.footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 24px;
}

.footer .footer-wrapper .logo-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.footer .footer-wrapper .logo-footer img {
  width: 184px;
}

.footer .footer-wrapper .logo-footer span {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #444;
}

.footer .footer-wrapper .copyright {
  margin-top: 24px;
  font-size: 10px;
  line-height: 18px;
  color: #444;
  font-family: Noto Sans JP Medium, sans-serif;
}

@media only screen and (min-width: 1024px) {
  .footer .footer-wrapper {
    max-width: 1206px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .footer-wrapper .logo-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer .footer-wrapper .logo-footer img {
    padding: 16px 0;
    width: unset;
    height: unset;
  }

  .footer .footer-wrapper .logo-footer span {
    margin-left: 16px;
    font-size: 12px;
    margin-top: unset;
  }

  .footer .footer-wrapper .copyright {
    line-height: 14px;
    margin-top: unset;
  }
}

/* ==========================
common
=========================== */
img {
  width: 100%;
}

/* --- PC/SP切り替え --- */
.display-sp {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .display-pc {
    display: none;
  }

  .display-sp {
    display: block;
  }
}

/* --- text align --- */
.txtC {
  text-align: center;
}

/* --- font weight --- */
/* medium */
.fw500 {
  font-weight: 500;
}

/* bold */
.fw700 {
  font-weight: 700;
}

/* --- font size --- */
.f20 {
  font-size: 20px;
}

@media only screen and (max-width: 1023px) {
  .f16-sp {
    font-size: 16px;
  }
}

/* --- font color --- */
.fc-pink {
  color: #FF9383;
}

.fc-light-blue {
  color: #58C1F5;
}

.fc-link-blue {
  color: #0d6efd;
}

/* --- margin, padding --- */
.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mt40 {
  margin-top: 40px;
}


.mt48 {
  margin-top: 48px;
}

/* --- line --- */
.line01 {
  border-top: 1px solid #eee;
  margin-top: 48px;
  padding-top: 48px;
}

/* --- title01 --- */
.title01 {
  display: flex;
  justify-content: center;
  padding-left: 40px;
  line-height: 1.4;
}

.title01-inner {
  height: 120px;
  position: relative;
  display: flex;
  align-items: center;
}

.title01-inner:before {
  content: "";
  background: url("../img/ico-title-01.svg") no-repeat left top;
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  z-index: 0;
}

.title01-txt {
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1023px) {
  .title01 {
    padding-left: 20px;
  }

  .title01-inner:before {
    background-size: contain;
    width: 104px;
    height: 104px;
    left: -30px;
  }

  .services .title01-inner:before {
    left: -20px;
  }

  .title01-txt {
    font-size: 24px;
  }

  .services .title01-txt {
    font-size: 22px;
  }
}

/* --- title02 --- */
.title02 {
  font-weight: bold;
  font-size: 32px;
}

@media only screen and (max-width: 1023px) {
  .title02 {
    font-size: 20px;
    line-height: 1.2;
  }
}

/* --- title03 --- */
.title03 {
  padding-left: 32px;
  position: relative;
  display: flex;
  align-items: center;
}

.title03:before {
  content: "";
  background: url("../img/ico-title-02.svg") no-repeat left top;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 0;
}

.title03-txt {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1023px) {
  .title03 {
    padding-left: 20px;
  }

  .title01-inner:before {
    background-size: contain;
    width: 104px;
    height: 104px;
    left: -30px;
  }

  .title03-txt {
    font-size: 24px;
  }
}


/* --- base button --- */
.btn {
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.gradient-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 1rem 1rem 1rem 1.5rem;
  border: unset !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9383), color-stop(47%, #ea78b6), to(#67cdf7));
  background-image: linear-gradient(90deg, #ff9383, #ea78b6 47%, #67cdf7);
  font-size: .875rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  color: #fff !important;
  z-index: 1;
}

.gradient-button:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #67cdf7, #ea78b6 47%, #ff9383);
  z-index: -1;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  opacity: 0;
}

.base-box-shadow {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .1607843137);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .1607843137);
}

.default-button {
  max-width: 100%;
  width: max-content;
  align-items: center;
  border-radius: 1.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.default-button.left,
.default-button.right {
  padding: 0 1rem;
  box-sizing: border-box;
}

.default-button.left .label-button-wrapper {
  -webkit-box-pack: start;
  -webkit-box-flex: 1;
  flex: 1;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.default-button.left .label-button-wrapper .label-button {
  text-align: left;
}

.label-button-wrapper .label-button {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 auto;
}

.default-button:active,
.default-button:hover {
  box-shadow: unset !important;
  outline: 0 !important;
}

.gradient-button:active:before,
.gradient-button:hover:before {
  opacity: 1;
}

.gradient-button .right-icon {
  display: flex;
  align-items: center;
}

/* login button */
.login-btn-box {
  display: flex;
  justify-content: right;
}

.default-button.left.login-btn {
  min-width: 11.25rem;
  height: 3.25rem;
  padding-left: 24px;
}

@media only screen and (max-width: 1023px) {
  .login-btn {
    padding-left: 16px;
    min-width: 160px !important;
    height: 33px !important;
  }

  .login-btn .label-button-wrapper .label-button {
    font-size: 12px;
    line-height: 16px;
  }
}

/* inquiry button */

.inquiry-btn-large {
  font-size: 30px;
  width: 800px;
  min-height: 50px;
  aspect-ratio: 10 / 1;
  border-radius: 60px;
  display: flex;
  line-height: 1;
  margin: 0 auto;
}

.default-button.left.inquiry-btn-large {
  padding: 0 2rem;
}

@media only screen and (max-width: 1023px) {
  .inquiry-btn-large {
    font-size: 16px;
  }
  .inquiry-btn-large .right-icon img {
    width: 20px;
    height: 18px;
  }
}

/* services button */
.services-item-btn {
  width: 355px;
  min-height: 50px;
  aspect-ratio: 10 / 1;
  margin: 0 auto;
}

/* anchor link button */
.anchor-link-button {
  width: 100%;
  box-shadow: 2px 2px 8px #00000029;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 80px;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.anchor-link-button .anchor-link-button-txt {
  margin-right: 20px;
}

.anchor-link-button .right-icon {
  width: 20px;
}

@media only screen and (max-width: 1023px) {
  .anchor-link-button {
    font-size: 16px;
    padding: 12px 20px;
  }
}




/* ==========================
Contents
=========================== */
.main {
  padding: 0 64px;
}

@media only screen and (max-width: 1023px) {
  .main {
    padding: 0;
  }
}

.beginning-part {
  display: flex;
  justify-content: space-between;
}

.beginning-part-left, .beginning-part-right {
  width: 48%;
}

@media only screen and (max-width: 1023px) {
  .beginning-part {
    display: block;
  }
  .beginning-part-left, .beginning-part-right {
    width: 100%;
  }
}


/* anchor-link-button-box */
.anchor-link-button-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.anchor-link-button-box li {
  width: 31%;
}

@media only screen and (max-width: 1023px) {
  .anchor-link-button-box {
    display: block;
  }
  .anchor-link-button-box li {
    width: 100%;
    margin-top: 20px;
  }
}


/* services */
  .services-container {
    width: 100%;
    margin-top: 40px;
  }

  .services-item {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 4px 4px 16px #0000001F;
    border-radius: 40px;
    background: url("../img/ico-title-01.svg") no-repeat left top;
    padding: 44px;
  }

  .services-contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .services-item-img {
    width: 13.91%;
  }

  .services-item-img img {
    border-radius: 1.5rem;
    border: .0625rem solid #eeeeee;
    object-fit: cover;
  }


  .services-item-inner {
    width: 83%;
  }

  .services-icon-category {
    border: .0625rem solid #58c1f5;
    border-radius: 0.4rem;
    padding: 4px 12px 4px;
    display: inline-block;
    /* background-color: #f4fbff; */
    color: #58c1f5;
    font-weight: 700;
  }

  .services-item-name {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 12px;
    }

  .services-item-company {
    font-size: 16px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    opacity: .75;
  }

  .services-item-text {
    margin-top: 24px;
    padding-top: 24px;
    width: 100%;
    border-top: .0625rem solid #eeeeee;
  }

  .services-item-text h4 {
    font-weight: 700;
  }




@media only screen and (max-width: 1023px) {
  .services-contents {
    display: block;
  }

  .services-item-img {
    width: 100%;
  }

  .services-item-inner {
    width: 100%;
    margin-top: 24px;
  }

  .services-item-company {
    display: block;
    font-size: 14px;
  }
}