@charset "UTF-8";
/*========================================================
共通部分
==========================================================*/
body {
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.7;
}

.btn {
  padding: 14px 24px;
  width: 240px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background-color: #FFAC5F;
  letter-spacing: 0.3em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .btn {
    padding: 8px 16px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.color-y {
  color: #F7D357;
}

.pc-none {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pc-none {
    display: inline;
  }
}
@media (max-width: 767px) {
  .pc-none {
    display: inline;
  }
}

/*========================================================
header
==========================================================*/
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: 70px;
  margin-inline: auto;
}

.header__logo {
  display: flex;
}

.header__logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.header__btn {
  display: block;
}
@media (max-width: 767px) {
  .header__btn {
    width: auto;
  }
}

/*========================================================
fv
==========================================================*/
.fv {
  background: url(../img/fv.jpg) no-repeat center center;
  background-size: cover;
  height: 450px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 79, 126, 0.84);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fv {
    height: 384px;
  }
}
@media (max-width: 767px) {
  .fv {
    height: 280px;
  }
}

.fv-container {
  width: 84%;
  max-width: 1200px;
  margin-inline: auto;
  height: inherit;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .fv-container {
    display: block;
    width: 96%;
  }
}

.fv__left {
  width: 720px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fv__left {
    max-width: 644px;
  }
}
@media (max-width: 767px) {
  .fv__left {
    width: 90%;
    margin-inline: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.fv__title--head {
  font-size: 29px;
  letter-spacing: 0.3em;
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fv__title--head {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .fv__title--head {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.fv__title {
  font-size: 60px;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fv__title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .fv__title {
    font-size: 28px;
  }
}

.fv__title--foot {
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fv__title--foot {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fv__title--foot {
    font-size: 14px;
  }
}

.fv__right {
  width: 24%;
  margin-left: 4%;
}
@media (max-width: 767px) {
  .fv__right {
    display: none;
  }
}
.fv__right img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*========================================================
problem
==========================================================*/
.problem {
  font-weight: bold;
  height: 450px;
  position: relative;
}
@media (max-width: 767px) {
  .problem {
    height: auto;
  }
}
.problem::after {
  content: "";
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  width: 76%;
  border-bottom: 1px dashed #000;
}
@media (max-width: 767px) {
  .problem::after {
    bottom: 32px;
  }
}

.problem-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  height: inherit;
  padding: 40px 0 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .problem-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .problem-container {
    display: block;
    padding: 40px 0 80px;
  }
}

.problem__left {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .problem__left {
    width: 64%;
    max-width: 280px;
    margin: 0 auto 112px;
  }
}
.problem__left img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.problem__right {
  position: relative;
}

.problem__balloon {
  position: absolute;
  top: -88px;
  left: 22%;
  background: url(../img/balloon.png) no-repeat top left;
  background-size: contain;
  width: 262px;
  height: 84px;
  color: #fff;
  text-align: center;
  padding: 12px;
}
@media (max-width: 767px) {
  .problem__balloon {
    left: 50%;
    transform: translateX(-50%);
    top: -92px;
  }
}

.balloon__text--first {
  font-size: 10px;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
}

.balloon__text--second {
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .balloon__text--second {
    font-size: 13px;
  }
}

.problem__list {
  margin-top: 4px;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .problem__list {
    margin-left: 0;
  }
}
.problem__list li {
  font-size: 21px;
  position: relative;
  padding-left: 64px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .problem__list li {
    font-size: 18px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .problem__list li {
    font-size: 14px;
    padding-left: 36px;
  }
}
.problem__list li:not(:last-child) {
  margin-bottom: 36px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .problem__list li:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .problem__list li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.problem__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../img/check.png) no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .problem__list li::before {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .problem__list li::before {
    width: 24px;
    height: 24px;
  }
}

span.accent {
  color: #6DAFA7;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  span.accent {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  span.accent {
    font-size: 18px;
  }
}

/*========================================================
feature
==========================================================*/
.feature {
  position: relative;
}
.feature::after {
  content: "";
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  width: 76%;
  border-bottom: 1px dashed #000;
}
@media (max-width: 767px) {
  .feature::after {
    bottom: 40px;
  }
}

.feature-container {
  width: 75%;
  max-width: 1080px;
  margin-inline: auto;
  padding-bottom: 144px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature-container {
    width: 88%;
  }
}
@media (max-width: 767px) {
  .feature-container {
    width: 94%;
    padding-bottom: 64px;
  }
}

.feature__heading {
  font-weight: 900;
  font-size: 33px;
  color: #294F7E;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin-bottom: 136px;
}
@media (max-width: 767px) {
  .feature__heading {
    font-size: 22px;
    margin-bottom: 64px;
  }
}
.feature__heading .large {
  font-size: 40px;
}
@media (max-width: 767px) {
  .feature__heading .large {
    font-size: 28px;
  }
}
.feature__heading::after {
  content: "";
  position: absolute;
  bottom: -96px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/arrow-down.svg) no-repeat center center;
  background-size: contain;
  width: 264px;
  height: 36px;
}
@media (max-width: 767px) {
  .feature__heading::after {
    width: 164px;
    bottom: -60px;
  }
}

.feature__contents {
  font-weight: bold;
}

.feature__list {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .feature__list {
    display: block;
  }
}

.feature__list--item {
  padding: 8px;
}
@media (max-width: 767px) {
  .feature__list--item {
    margin-bottom: 16px;
  }
}
.feature__list--item.first {
  width: 30%;
}
@media (max-width: 767px) {
  .feature__list--item.first {
    width: 100%;
  }
}
.feature__list--item.first .feature__img {
  width: 98px;
  margin: 16px auto 24px;
}
.feature__list--item.first .feature__description {
  width: 88%;
}
@media (max-width: 767px) {
  .feature__list--item.first .feature__description {
    width: 96%;
  }
}
.feature__list--item.second {
  width: 40%;
}
@media (max-width: 767px) {
  .feature__list--item.second {
    width: 100%;
  }
}
.feature__list--item.second .feature__img {
  width: 152px;
  margin: 0 auto 32px;
}
.feature__list--item.second .feature__description {
  width: 70%;
}
@media (max-width: 767px) {
  .feature__list--item.second .feature__description {
    width: 96%;
  }
}
.feature__list--item.third {
  width: 30%;
}
@media (max-width: 767px) {
  .feature__list--item.third {
    width: 100%;
  }
}
.feature__list--item.third .feature__img {
  width: 106px;
  margin: 6px auto 24px;
}
.feature__list--item.third .feature__description {
  width: 84%;
}
@media (max-width: 767px) {
  .feature__list--item.third .feature__description {
    width: 96%;
  }
}

.feature__img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.feature__title {
  color: #294F7E;
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .feature__title {
    margin-bottom: 16px;
  }
}

.feature__description {
  margin-inline: auto;
  letter-spacing: 0.1em;
}

/*========================================================
category
==========================================================*/
.category {
  font-weight: bold;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .category {
    margin-bottom: 40px;
  }
}

.category-container {
  width: 80%;
  max-width: 1200px;
  margin-inline: auto;
}

.category__heading {
  color: #294F7E;
  font-weight: bold;
  font-size: 19px;
  padding: 12px 48px;
  position: relative;
  background-color: #EDF6F5;
  margin-bottom: 56px;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .category__heading {
    margin-bottom: 40px;
  }
}
.category__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #294F7E;
}

.category__imgs {
  display: flex;
}
@media (max-width: 767px) {
  .category__imgs {
    flex-wrap: wrap;
    max-width: 400px;
    margin-inline: auto;
  }
}

.category__img {
  width: calc(20% - 12.8px);
  position: relative;
}
@media (max-width: 767px) {
  .category__img {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
  .category__img:nth-child(2n) {
    margin-left: 16px !important;
  }
}
.category__img:not(:first-child) {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .category__img:not(:first-child) {
    margin-left: 0;
  }
}
.category__img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.category__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 79, 126, 0.62);
}

.category__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
  width: 100%;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .category__title {
    font-size: 14px;
  }
}

/*========================================================
contact
==========================================================*/
.contact {
  background-color: #EDF6F5;
  font-weight: bold;
  padding: 56px 0;
}
@media (max-width: 767px) {
  .contact {
    padding: 32px 0;
  }
}

.contact-container {
  width: 70%;
  max-width: 960px;
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-container {
    width: 88%;
  }
}
@media (max-width: 767px) {
  .contact-container {
    width: 90%;
  }
}

.contact__heading {
  font-size: 30px;
  color: #294F7E;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .contact__heading {
    font-size: 20px;
  }
}

.contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .contact__items {
    display: block;
  }
}

.contact__text {
  color: #294F7E;
  display: flex;
  justify-content: left;
}
@media (max-width: 767px) {
  .contact__text {
    display: block;
    text-align: center;
  }
}

.contact__lead {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .contact__lead {
    font-size: 16px;
  }
}
.contact__lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/line.svg) no-repeat top left;
  background-size: contain;
  width: 388px;
  height: 18px;
}
@media (max-width: 767px) {
  .contact__lead::after {
    display: none;
  }
}

.contact__hand {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .contact__hand {
    display: none;
  }
}

.contact__btn {
  display: block;
  margin-left: 64px;
  box-shadow: 7px 7px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .contact__btn {
    margin-inline: auto;
  }
}

/*========================================================
skill
==========================================================*/
.skill-container {
  width: 80%;
  max-width: 1200px;
  margin: 70px auto 40px;
}
@media (max-width: 767px) {
  .skill-container {
    margin: 40px auto;
  }
}

.skill__heading {
  color: #294F7E;
  font-weight: bold;
  font-size: 19px;
  padding: 12px 48px;
  position: relative;
  background-color: #EDF6F5;
  margin-bottom: 42px;
  letter-spacing: 0.12em;
}
.skill__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #294F7E;
}

.skill__list {
  width: 88%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .skill__list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .skill__list {
    width: 100%;
  }
}

.skill__list--item {
  width: calc(16.6% - 20px);
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .skill__list--item {
    width: calc(33% - 5.3333333333px);
  }
  .skill__list--item:not(:nth-child(3n+1)) {
    margin-left: 8px !important;
  }
}
.skill__list--item:not(:nth-child(6n+1)) {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .skill__list--item:not(:nth-child(6n+1)) {
    margin-left: 0;
  }
}

.skill__img {
  text-align: center;
  margin-bottom: 24px;
}
.skill__img img {
  vertical-align: bottom;
}

.skill__name {
  font-size: 18px;
  font-weight: bold;
  color: #6B6C6F;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .skill__name {
    font-size: 16px;
  }
}

/*========================================================
footer
==========================================================*/
footer {
  background-color: #2C384C;
  color: #fff;
  font-size: 14px;
}

.footer-container {
  width: 80%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 72px 0 24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer-container {
    padding: 40px 0 16px;
  }
}
@media (max-width: 767px) {
  .footer-container {
    padding: 24px 0 8px;
  }
}

.footer__head {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .footer__head {
    display: block;
    margin-bottom: 16px;
  }
}

.footer__about {
  width: 384px;
}
@media (max-width: 767px) {
  .footer__about {
    width: auto;
  }
}

.footer__logo {
  width: 264px;
  margin-top: 24px;
}
.footer__logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.footer__description {
  margin-top: 32px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .footer__description {
    font-size: 12px;
    margin-top: 16px;
  }
}

.footer__nav {
  display: flex;
}
@media (max-width: 767px) {
  .footer__nav {
    font-size: 12px;
  }
}

.footer__nav--block {
  margin-left: 80px;
  padding-top: 24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__nav--block {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .footer__nav--block {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .footer__nav--block:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer__nav--block:not(:first-child) {
    margin-left: 24px;
  }
}

.footer__nav--lead {
  font-weight: bold;
}

.footer__nav--list li {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .footer__nav--list li {
    margin-top: 8px;
  }
}
.footer__nav--list li a {
  color: #fff;
}
.footer__nav--list li a:hover {
  opacity: 0.7;
}

.footer__foot {
  padding: 16px 0;
  border-top: 2px solid #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__foot {
    display: block;
  }
}

.copyright {
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 10px;
    margin-top: 8px;
  }
}

.footer__right {
  display: flex;
}
@media (max-width: 767px) {
  .footer__right {
    display: block;
  }
}
.footer__right li {
  margin-left: 48px;
}
@media (max-width: 767px) {
  .footer__right li {
    margin-left: 0;
  }
}
.footer__right li a {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.footer__right li a:hover {
  opacity: 0.7;
}

.privacy {
  max-width: 1080px;
  margin: 0 auto;
  line-height: 28px;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .privacy {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  svg {
    width: 180px;
  }
}
