@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap);

@font-face {
  font-family: BGothicBold;
  src: url("./src/fonts/BankGothic_bold.ttf") format("truetype");
}

@font-face {
  font-family: 'A-OTF Shin Go Pro L';
  src: url("./src/fonts/AOTFShinGoProLight.woff");
}

@font-face {
  font-family: 'A-OTF Shin Go Pro M';
  src: url("./src/fonts/AOTFShinGoProMedium.woff");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 10px;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
}

@media screen and (max-width: 980px) {
  html {
    min-width: 980px;
  }
}

@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  html {
    overflow-x: hidden;
  }
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}

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

.sp {
  display: none;
}

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

.anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

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

.header__container,
.header__menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__close {
  position: fixed;
  width: calc(100% - 250px);
  height: 100vh;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
}

.header__close--active {
  display: block;
}

.header__container {
  width: 100%;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 13%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
  .header__container {
    display: none;
    width: 250px;
    height: 100vh;
    padding: 90px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    right: 0;
    overflow-y: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__container {
    width: 350px;
    height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .header__container--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
  }
}

.header__menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .header__menu-item {
    width: 100%;
    height: 47.5px;
    position: relative;
  }
}

.header__menu-item:not(:last-child) {
  margin-right: 9.48611px;
}

@media screen and (max-width: 1024px) {
  .header__menu-item:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid #171c61;
  }
}

@media screen and (max-width: 1024px) {
  .header__menu-item::before {
    content: '';
    width: 7.5px;
    height: 10.5px;
    background: url("./src/img/menu-arrow.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.header__menu-link {
  font-size: 14.22917px;
  color: #171c61;
  padding: 5px 9.48611px;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .header__menu-link {
    padding: 0 0 0 35px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header__menu-link:hover,
.header__menu-link--active {
  background-color: #d1d2df;
}

.header__button {
  width: 210px;
  height: 100%;
  background-color: #171c61;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .header__button {
    width: 100%;
    height: auto;
    padding: 15px 0 15px;
    bottom: 0;
    right: 0;
    position: fixed;
    width: 250px;
    z-index: 99;
  }
}

.header__button:hover {
  opacity: 0.9;
}

.header__phone,
.header__contact {
  font-size: 15px;
  color: #fff;
}

.header__phone {
  margin-bottom: 9.48611px;
}

.header__line {
  background-color: #fff;
  margin: 5px 0;
}

@media screen and (max-width: 767px) {
  .header__line {
    width: 24px;
    height: 1px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__line {
    width: 40px;
    height: 2px;
  }
}

.header__hamburger {
  display: none;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .header__hamburger {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #171c61;
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__hamburger {
    display: block;
    width: 75px;
    height: 75px;
    background-color: #171c61;
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
  }
}

.header__hamburger--close {
  background-color: transparent;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.header__hamburger--close .header__line {
  background-color: #171c61;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__hamburger--close .header__line {
    height: 2px;
  }
}

.header__hamburger--close .header__line:first-child {
  -webkit-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}

.header__hamburger--close .header__line:last-child {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

.header--toside .header__container {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 1025px) {
  .header--toside .header__container {
    width: 230px;
    height: auto;
    padding-left: 20px;
    background-color: transparent;
    display: block;
    position: absolute;
    top: 175px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .header--toside .header__container {
    width: 180px;
  }
}

@media screen and (min-width: 1025px) {
  .header--toside .header__menu-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1025px) {
  .header--toside .header__menu-list a {
    padding-left: 26px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .header--toside .header__menu-list a {
    padding-left: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .header--toside .header__menu-link {
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1.42857em;
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .header--toside .header__menu-item {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .header--toside .header__menu-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .header--toside .header__menu-link--active {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 0;
    margin-right: 0;
    background-color: transparent;
    position: relative;
  }
}

@media screen and (min-width: 1025px) {
  .header--toside .header__menu-link--active::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #171c61;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 1025px) {

  .header--toside .header__phone,
  .header--toside .header__contact {
    color: #171c61;
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 1025px) {
  .header--toside .header__phone {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .header--toside .header__button {
    padding-left: 26px;
    margin-top: 60px;
    background-color: transparent;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .header--toside .header__button {
    padding-left: 16px;
  }
}

.main-visual {
  position: relative;
}

.main-visual__image {
  width: 100%;
  height: auto;
}

.main-visual__content {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .main-visual__content {
    padding: 0 3%;
  }
}

.main-visual__content img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main-visual__content img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-visual__content img {
    width: 70%;
  }
}

.main-visual__content img:last-child {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .main-visual__content img:last-child {
    width: 250px;
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-visual__content img:last-child {
    width: 45%;
    margin-top: 20px;
  }
}

.main-visual__button-wrapper {
  position: absolute;
  left: 50%;
  bottom: -155px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .main-visual__button-wrapper {
    bottom: 35px;
  }
}

.main-visual__button-info,
.main-visual__button-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22.76667px;
}

@media screen and (max-width: 767px) {

  .main-visual__button-info,
  .main-visual__button-link {
    font-size: 18px;
  }
}

.main-visual__button-info {
  background-color: #ba0504;
  width: 340px;
  height: 65px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .main-visual__button-info {
    width: 280px;
    height: 60px;
  }
}

.main-visual__button-link {
  background-color: #fff;
  border: 1px solid #ba0504;
  width: 320px;
  height: 65px;
  color: #ba0504;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

@media screen and (max-width: 767px) {
  .main-visual__button-link {
    width: 280px;
    height: 60px;
  }
}

.main-visual__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .main-visual__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-visual__button--gray {
  margin-top: 20px;
}

.main-visual__button--gray .main-visual__button-info {
  background-color: #73716d;
}

.main-visual__button--gray .main-visual__button-link {
  border: 1px solid #73716d;
  color: #73716d;
}

.main-visual__button--blue {
  margin-top: 20px;
}

.main-visual__button--blue .main-visual__button-info {
  background-color: #00b0f0;
}

.main-visual__button--blue .main-visual__button-link {
  border: 1px solid #00b0f0;
  color: #00b0f0;
}

.main-visual__button-img {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .main-visual__button-img {
    width: 25px;
    height: auto;
    margin-left: 15px;
  }
}

.philosophy__container {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .philosophy__container {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .philosophy__container {
    max-width: 375px;
    padding-top: 117.5px;
  }
}

.philosophy__image-wrapper {
  width: 745px;
  height: 395px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .philosophy__image-wrapper {
    width: 80%;
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .philosophy__image-wrapper {
    width: 63%;
    height: auto;
  }
}

.philosophy__image {
  width: 100%;
  height: auto;
}

.philosophy__text {
  z-index: 1;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .philosophy__text {
    font-size: 15px;
    line-height: 28px;
  }
}

.service__container {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .service__container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.service__text {
  font-size: 18px;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .service__text {
    font-size: 15px;
    line-height: 28px;
  }
}

.service__text--small {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .service__text--small {
    font-size: 15px;
  }
}

.service__img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .service__img {
    width: 230px;
  }
}

.service__content {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .service__content {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .service__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
  }
}

.service__summary-list {
  width: 335px;
  height: 335px;
  border: 1px solid #171c61;
  border-radius: 100%;
  position: relative;
  margin: 90px 0 0 160px;
}

@media screen and (max-width: 767px) {
  .service__summary-list {
    width: 235px;
    height: 235px;
    margin: -23px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service__summary-list {
    margin-left: 50px;
  }
}

.service__summary-list::before {
  content: "ONE-STOP";
  font-size: 40px;
  font-weight: 300;
  color: #171c61;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .service__summary-list::before {
    font-size: 27px;
  }
}

.service__summary-item {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .service__summary-item {
    width: 90px;
    height: 90px;
  }
}

.service__summary-item span {
  font-size: 18px;
  color: #171c61;
}

@media screen and (max-width: 767px) {
  .service__summary-item span {
    font-size: 11px;
  }
}

.service__summary-item:nth-child(1) {
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .service__summary-item:nth-child(1) {
    top: -45px;
  }
}

.service__summary-item:nth-child(2) {
  top: -20px;
  left: -50px;
}

@media screen and (max-width: 767px) {
  .service__summary-item:nth-child(2) {
    top: -10px;
    left: -25px;
  }
}

.service__summary-item:nth-child(3) {
  top: -20px;
  right: -50px;
}

@media screen and (max-width: 767px) {
  .service__summary-item:nth-child(3) {
    top: -10px;
    right: -25px;
  }
}

.service__summary-item:nth-child(4) {
  left: -80px;
  bottom: 60px;
}

@media screen and (max-width: 767px) {
  .service__summary-item:nth-child(4) {
    left: -40px;
    bottom: 50px;
  }
}

.service__summary-item:nth-child(5) {
  right: -80px;
  bottom: 60px;
}

@media screen and (max-width: 767px) {
  .service__summary-item:nth-child(5) {
    right: -40px;
    bottom: 50px;
  }
}

.service__summary-item:nth-child(6) {
  left: 10px;
  bottom: -70px;
}

@media screen and (max-width: 767px) {
  .service__summary-item:nth-child(6) {
    left: 17.5px;
    bottom: -35px;
  }
}

.service__summary-item:nth-child(7) {
  right: 10px;
  bottom: -70px;
}

@media screen and (max-width: 767px) {
  .service__summary-item:nth-child(7) {
    right: 17.5px;
    bottom: -35px;
  }
}

.service__item-content {
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .service__item-content {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service__item-content {
    margin-left: 50px;
  }
}

.service__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.service__item:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .service__item:not(:last-child) {
    margin-bottom: 70px;
  }
}

.service__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .service__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.service__item:nth-child(even) .service__item-content {
  margin: 0 110px 0 0;
}

@media screen and (max-width: 767px) {
  .service__item:nth-child(even) .service__item-content {
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service__item:nth-child(even) .service__item-content {
    margin: 0 50px 0 0;
  }
}

.service__list {
  width: 100%;
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .service__list--why .service__item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

.service__item-title {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .service__item-title {
    margin-bottom: 40px;
  }
}

.service__item-title h2 {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 60px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .service__item-title h2 {
    font-size: 29px;
    line-height: 44px;
  }
}

.service__item-title span {
  font-size: 16px;
  line-height: 16px;
}

@media screen and (max-width: 767px) {
  .service__item-title span {
    font-size: 15px;
  }
}

.service__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .service__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
  }
}

.service__link a {
  font-size: 16px;
  color: #171c61;
  position: relative;
  padding-left: 15px;
  line-height: 32px;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

@media screen and (max-width: 767px) {
  .service__link a {
    font-size: 15px;
    max-width: 282.5px;
    width: 100%;
    height: 60px;
    border: 1px solid #171c61;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    text-align: center;
  }
}

.service__link a::before {
  content: '';
  width: 4px;
  height: 10px;
  background: url("./src/img/link-arrow.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .service__link a::before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .service__link a:not(:last-child) {
    margin-bottom: 20px;
  }
}

.service__link a:hover {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .service__link a:hover {
    background-color: #fff;
    color: #171c61;
  }
}

.service__item-image-wrapper {
  width: 640px;
  height: 470px;
}

@media screen and (max-width: 767px) {
  .service__item-image-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service__item-image-wrapper {
    width: 54%;
  }
}

.service__item-image-wrapper--why {
  width: 450px;
  height: 340px;
}

@media screen and (max-width: 767px) {
  .service__item-image-wrapper--why {
    width: 100%;
    margin: 40px 0 0;
  }
}

.service__item-image {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .service__item-image {
    width: 100%;
  }
}

.service__item-image--1,
.service__item-image--3 {
  -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0 86%);
  clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0 86%);
}

.service__item-image--2,
.service__item-image--4 {
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 86%, 0% 100%);
  clip-path: polygon(0 0, 100% 15%, 100% 86%, 0% 100%);
}

.service__item-image--test {
  display: block;
}

.why__container {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .why__container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.service-flow__container {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  .service-flow__container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.service-flow__img {
  width: auto;
  height: auto;
  position: absolute;
  top: 20px;
  right: -60px;
}

@media screen and (max-width: 767px) {
  .service-flow__img {
    width: 265px;
    position: relative;
    top: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service-flow__img {
    right: 0;
  }
}

.service-flow__list {
  position: relative;
  z-index: 1;
}

.service-flow__list::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #171c61;
  position: absolute;
  top: 0;
  left: 270px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .service-flow__list::before {
    left: 55px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    height: 90%;
  }
}

.service-flow__list::after {
  content: '';
  width: 70px;
  height: 154px;
  background: url("./src/img/service-flow-arrow.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 170px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .service-flow__list::after {
    width: 9px;
    height: 169px;
    background: url("./src/img/service-flow-arrow-sp.png") no-repeat;
    background-size: cover;
    top: 65px;
    left: -10px;
  }
}

.service-flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .service-flow__item {
    padding-left: 0 !important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.service-flow__item:nth-child(1) {
  padding-left: 4px;
}

.service-flow__item:nth-child(2) {
  padding-left: 64px;
}

.service-flow__item:nth-child(3) {
  padding-left: 134px;
}

.service-flow__item:nth-child(4) {
  padding-left: 204px;
}

.service-flow__item:nth-child(5) {
  padding-left: 274px;
}

.service-flow__item:nth-child(6) {
  padding-left: 344px;
}

.service-flow__item:nth-child(7) {
  padding-left: 414px;
}

.service-flow__item:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .service-flow__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.service-flow__item-title {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border: 1px solid #171c61;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .service-flow__item-title {
    width: 115px;
    height: 115px;
  }
}

.service-flow__item-title span {
  font-size: 18px;
  font-weight: 700;
  color: #171c61;
}

@media screen and (max-width: 767px) {
  .service-flow__item-title span {
    font-size: 16px;
  }
}

.service-flow__desc {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .service-flow__desc {
    margin-left: 10px;
    width: 60%;
    padding-top: 20px;
  }
}

.service-flow__desc p {
  font-size: 16px;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .service-flow__desc p {
    font-size: 15px;
    line-height: 28px;
  }
}

.message__container {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .message__container {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .message__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.message__image {
  width: 541px;
  height: auto;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .message__image {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .message__image {
    width: 40%;
    margin-top: 0;
  }
}

.message__content {
  width: 490px;
  margin-right: 110px;
}

@media screen and (max-width: 767px) {
  .message__content {
    width: auto;
    margin: 30px 0 0;
  }
}

.message__text p {
  font-size: 16px;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .message__text p {
    font-size: 15px;
    line-height: 28px;
  }
}

.message__signature {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.message__signature span {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .message__signature span {
    font-size: 15px;
  }
}

.message__signature-img {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .message__signature-img {
    width: 145px;
    margin-left: 10px;
  }
}

.about__container {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .about__container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.about__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .about__item {
    padding: 15px 0;
  }
}

.about__item--inner {
  padding: 0;
  position: relative;
  padding-left: 20px;
}

.about__item--inner:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .about__item--inner:not(:last-child) {
    margin-bottom: 20px;
  }
}

.about__item--inner::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .about__item--inner::before {
    top: 10px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.about__label,
.about__info {
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {

  .about__label,
  .about__info {
    font-size: 15px;
    line-height: 24px;
  }
}

.about__label {
  width: 130px;
}

@media screen and (max-width: 767px) {
  .about__label {
    width: 30%;
  }
}

.about__info {
  width: 850px;
}

@media screen and (max-width: 767px) {
  .about__info {
    width: 70%;
  }
}

.about__map {
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 767px) {
  .about__map {
    height: 240px;
  }
}

.about__map iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: hue-rotate(200deg) saturate(0.1);
  filter: hue-rotate(200deg) saturate(0.1);
}

.special__container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .special__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.special__item {
  width: 280px;
  height: 60px;
  border: 1px solid #171c61;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 15px;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

@media screen and (max-width: 767px) {
  .special__item {
    margin: 15px 0;
    max-width: 282.5px;
    width: 100%;
  }
}

.special__item span {
  font-size: 13px;
  color: #171c61;
}

@media screen and (max-width: 767px) {
  .special__item span {
    font-size: 13px;
  }
}

.special__item:hover {
  background-color: #171c61;
}

.special__item:hover span {
  color: #fff;
}

.section--main-visual {
  margin: 80px 0 230px;
}

@media screen and (max-width: 767px) {
  .section--main-visual {
    margin: 0 0 28.6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section--main-visual {
    margin: 0 0 120px;
  }
}

.section--philosophy {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .section--philosophy {
    margin-bottom: 125px;
    padding-bottom: 0;
  }
}

.section--service {
  background: url("./src/img/service-img.png") no-repeat;
  background-size: cover;
  padding-top: 100px;
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .section--service {
    background: url("./src/img/service-img-sp.png") no-repeat;
    background-size: contain;
    padding-top: 40px;
    margin-bottom: 150px;
  }
}

.section--why {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .section--why {
    margin-bottom: 125px;
  }
}

.section--service-flow {
  background: url("./src/img/service-flow-img.png") no-repeat;
  background-size: cover;
  padding: 90px 0 180px;
}

@media screen and (max-width: 767px) {
  .section--service-flow {
    background: url("./src/img/service-flow-img-sp.png") no-repeat;
    background-size: contain;
    padding: 30px 0 150px;
  }
}

.section--message {
  margin-bottom: 60px;
}

.section--about {
  background: url("./src/img/about-img.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 170px;
}

@media screen and (max-width: 767px) {
  .section--about {
    background: url("./src/img/about-img-sp.png") no-repeat;
    background-size: contain;
    padding-top: 80px 0;
  }
}

.section--special {
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .section--special {
    margin-bottom: 85px;
  }
}

.section__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 55px;
  margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .section__title {
    padding-top: 50px;
    margin-bottom: 62.5px;
  }
}

.section__title::before {
  content: '';
  width: 140px;
  height: 4px;
  background-color: #171c61;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section__title h3,
.section__title span {
  color: #171c61;
}

.section__title h3 {
  font-family: "BGothicBold";
  font-size: 40px;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .section__title h3 {
    font-size: 32px;
  }
}

.section__title span {
  font-size: 13px;
  line-height: 13px;
}

@media screen and (max-width: 767px) {
  .section__title span {
    font-size: 12px;
    line-height: 12px;
  }
}

.section__title--message {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .section__title--message {
    margin-bottom: 15.4px;
  }
}

.banner {
  position: relative;
  width: 100%;
  height: 320px;
  background: url("./src/img/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .banner {
    height: 246.4px;
    padding-top: 74.8px;
    background-image: url("./src/img/banner-sp.png");
    background-size: fill;
    background-position: bottom;
  }
}

.banner__title {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .banner__title {
    margin-bottom: 35.2px;
  }
}

.banner__title h2 {
  font-family: "BGothicBold";
  font-weight: 700;
  font-size: 5.5rem;
  color: #171c61;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .banner__title h2 {
    font-size: 50px;
  }
}

.banner__title h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #171c61;
  letter-spacing: 0.02em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .banner__title h3 {
    font-size: 15px;
    letter-spacing: 0.2em;
  }
}

.banner__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .banner__list {
    width: 320px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.banner__item {
  padding: 0 20px;
  border-right: 1px solid #171c61;
  font-size: 1.4rem;
  color: #171c61;
  letter-spacing: 0.02em;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .banner__item {
    padding: 0 8.8px;
    margin-bottom: 22px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 0.71429em;
  }
}

.banner__item:last-of-type {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .banner__item:last-of-type {
    border-right: 1px solid #171c61;
  }
}

@media screen and (max-width: 767px) {

  .banner__item:first-of-type,
  .banner__item:nth-of-type(4) {
    border-left: 1px solid #171c61;
  }
}

@media screen and (max-width: 767px) {
  .banner__item a.active {
    background-color: #171c61;
    padding: 6.6px 8.8px;
    color: #fff;
  }
}

.works {
  max-width: 1140px;
  margin: 75px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .works {
    max-width: 100%;
    margin-top: 52.8px;
  }
}

.works__section {
  width: 100%;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .works__section {
    margin-bottom: 88px;
  }
}

.works__section:last-of-type {
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .works__section:last-of-type {
    margin-bottom: 135.52px;
  }
}

.works__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .works__wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
}

.works__title {
  padding-top: 50px;
  margin-bottom: 45px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .works__title {
    padding-top: 39.6px;
    margin-bottom: 35.2px;
  }
}

.works__title::before {
  content: '';
  width: 140px;
  height: 4px;
  background-color: #171c61;
  position: absolute;
  top: 0;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .works__title::before {
    left: 42.5%;
  }
}

@media screen and (max-width: 767px) {
  .works__title::before {
    width: 105.6px;
    height: 3.52px;
  }
}

.works__title h2 {
  font-family: "BGothicBold";
  font-weight: 400;
  font-size: 4rem;
  color: #171c61;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .works__title h2 {
    font-size: 3.2rem;
  }
}

.works__title h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  color: #171c61;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .works__title h3 {
    font-size: 1.2rem;
  }
}

.works__title-text {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .works__title-text {
    margin-bottom: 35.2px;
  }
}

.works__title-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .works__title-text p {
    font-size: 1.5rem;
    line-height: 1.86667em;
  }
}

.works__image {
  margin: 0 auto;
}

.works__image--main {
  width: 805px;
  height: 453px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .works__image--main {
    width: 100%;
    height: auto;
    margin-bottom: 17.6px;
  }
}

.works__image--small {
  width: 400px;
  height: 225px;
}

@media screen and (max-width: 767px) {
  .works__image--small {
    width: 71.6%;
    height: auto;
  }
}

.works__image--small.margin {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .works__image--small.margin {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .works__image--small:not(:last-of-type) {
    margin-bottom: 17.6px;
  }
}

@media screen and (max-width: 767px) {
  .works__image--small:nth-of-type(odd) {
    margin-left: calc(100% - 71.6%);
  }
}

@media screen and (max-width: 767px) {
  .works__image--small.sp-reverse:not(:last-of-type) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .works__image--small.sp-reverse:nth-of-type(odd) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .works__image--small.sp-reverse:not(:first-of-type) {
    margin-bottom: 17.6px;
  }
}

@media screen and (max-width: 767px) {
  .works__image--small.sp-reverse:nth-of-type(even) {
    margin-left: calc(100% - 71.6%);
  }
}

@media screen and (max-width: 767px) {
  .works__image--small.sp-center:nth-of-type(odd) {
    margin-left: 0;
  }
}

.works__image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .works__image-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 3% 17.6px;
  }
}

.works__image-container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .works__image-container.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.works__image-container.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.works__image-container:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .works__image-container.sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.works__image img {
  width: 100%;
}

.footer__container {
  width: 100%;
  height: 350px;
  background-color: #eef2f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer__container {
    height: auto;
    padding: 40px 20px;
  }
}

.footer__content {
  margin: 20px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__content p {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__content p {
    font-size: 15px;
  }
}

.footer__button {
  width: 200px;
  height: 50px;
  background-color: #171c61;
  margin-top: 20px;
}

.footer__button a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.footer__button:hover {
  opacity: 0.9;
}

.footer__link {
  margin: 0 8px;
}

.footer__copyright {
  margin-top: 20px;
  text-align: center;
}

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

.footer__copyright span {
  font-size: 12px;
}

.footer__scroll {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  cursor: pointer;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.footer__scroll img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .footer__scroll img {
    width: 30px;
    height: 30px;
  }
}

.footer__scroll--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.black {
  color: #000;
}

.black-bg {
  background: #000;
}

.primary {
  color: #171c61;
}

.primary-bg {
  background: #171c61;
}

.center {
  text-align: center;
}

.no-margin {
  margin: 0 !important;
}


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