:root {
  --main--: #192f60;
  --bg--: #20868a;
  --bg2--: #aeb6c7;
  --text--: #0c162c;
  --text2--: #ffffff;
  --text3--: #eff1f4;
}
.sp {
  display: none;
}
.kv {
  background-image: url(../img/fv-img01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 755px;
  max-height: 100%;
}
.pc {
  display: flex;
  height: 80px;
  background-color: var(--text2--);
}
.pc__logo {
  width: 124px;
  margin: 16px 53px;
}
.pc__menu {
  width: 100%;
  display: flex;
  justify-content: right;
}
.pc__ul {
  display: flex;
  margin-top: 20px;
  color: var(--main--);
  text-align: center;
}
.pc__li {
  font-size: 13px;
  font-family: Neue Haas Grotesk Text Pro;
  margin-right: 48px;
  position: relative;
  right: -100px;
  opacity: 0;
}
@keyframes slideInRight {
  to {
    right: 0;
    opacity: 1;
  }
}
.pc__span {
  font-size: 16px;
}
.pc__phon {
  color: var(--main--);
  font-size: 24px;
  font-family: Neue Haas Grotesk Text Pro;
  margin-top: 15px;
  width: 208px;
  max-width: 100%;
}
.phone {
  width: 16px;
  padding-bottom: 8px;
  margin-right: 10px;
}
.phone__span {
  font-size: 16px;
  display: block;
  text-align: center;
}
.pc__email {
  background-color: var(--bg--);
  width: 128px;
  max-width: 100%;
  text-align: center;
  color: var(--text2--);
  font-size: 14px;
  font-family: 平成角ゴシック Std;
}
.email {
  width: 30px;
  margin-top: 12px;
  margin-bottom: 14px;
}
/* kv */
.kv__ttl,
.kv__ttl2 {
  font-family: 平成角ゴシック Std;
  font-size: 60px;
  background-color: var(--text2--);
  color: var(--main--);
  display: inline-block;
  width: 913px;
  margin-top: 180px;
  margin-left: 110px;
  padding-left: 25px;
  font-weight: bold;
  padding: 13px 16px;
}
.kv__ttl {
  letter-spacing: 13px;
}
.kv__ttl2 {
  margin-top: 8px;
  letter-spacing: 2px;
}
.kv__text {
  background-color: var(--text2--);
  color: var(--main--);
  margin-top: 24px;
  display: inline-block;
  margin-left: 110px;
  font-family: 平成角ゴシック Std;
  font-size: 18px;
  padding: 13px 16px;
  letter-spacing: 2px;
}
.kv__box {
  display: flex;
  color: var(--text2--);
  margin-top: 84px;
  text-align: center;
  width: 100%;
  justify-content: space-between;
}
.kv__box2 {
  display: flex;
}
.kv__tel {
  background-color: var(--main--);
  padding: 2px 16px;
  margin-left: 110px;
  font-family: Neue Haas Grotesk Text Pro;
  font-size: 24px;
  display: inline-block;
}
.kv__phone {
  width: 16px;
  padding-bottom: 5px;
}
.kv__span {
  font-family: 平成角ゴシック Std;
  font-size: 16px;
}
.kv__btn {
  background-color: var(--bg--);
  width: 240px;
  height: 100%;
  margin-left: 80px;
  font-family: 平成角ゴシック Std;
  font-size: 20px;
  transition: background-color 0.7s ease;
}
.kv__btn:hover {
  background-color: #1a6169;
  font-size: 20px;
}
.kv__btn2 {
  margin-left: 14px;
}
.kv__img {
  width: 5px;
  padding-bottom: 5px;
}
.kv__btn .kv__img {
  transition: transform 0.3s ease;
}
.kv__btn:hover .kv__img {
  transform: translateX(10px);
}
.scroll {
  writing-mode: vertical-rl;
  position: relative;
  right: 32px;
  top: 0;
  color: var(--text2--);
  font-size: 10px;
  font-family: Quicksand;
}
.scroll__span {
  display: block;
  width: 1px;
  height: 56px;
  position: relative;
  background: linear-gradient(
    to bottom,
    var(--text2--) 0%,
    var(--text2--) 50%,
    transparent 50%,
    transparent 100%
  );
  background-size: 100% 200%;
  animation: scroll 2s linear infinite;
  top: 60px;
  right: -7px;
}
@keyframes scroll {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100% 0;
  }
}
.scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.news {
  background-color: rgba(255, 255, 255, 0.8);
  width: calc(100% - 113px);
  height: 80px;
  position: relative;
  left: 113px;
  top: 60px;
}
.news__ttl {
  padding: 26px 40px;
  font-family: Neue Haas Grotesk Text Pro;
  font-size: 22px;
  color: var(--main--);
}
.news__line {
  display: inline-block;
  width: 1px;
  height: 28px;
  border-right: solid 1px;
  position: relative;
  left: 22px;
  top: 5px;
}
.news__date {
  font-family: Quicksand;
  font-size: 16px;
  padding-top: 30px;
}
.news__text {
  font-family: 平成角ゴシック Std;
  font-size: 16px;
  padding-top: 33px;
  overflow: hidden;
}
/* header */
@media screen and (max-width: 1100px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: var(--text2--);
    top: 0;
    left: 0;
    z-index: 100;
  }
  .sp__logo {
    width: 120px;
    margin-top: 10px;
    margin-left: 20px;
  }
  .button {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 10;
    width: 50px;
    height: 40px;
  }
  .sp__btn1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 50px;
    background-color: #000000;
    transition: all 0.3s;
  }
  .sp__btn2 {
    position: absolute;
    top: 18px;
    right: 0;
    height: 2px;
    width: 50px;
    background-color: #000000;
    transition: all 0.3s;
  }
  .sp__btn3 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 50px;
    background-color: #000000;
    transition: all 0.3s;
  }
  .buttonIsOpen .sp__btn1 {
    transform: rotate(45deg);
    top: 23px;
  }
  .buttonIsOpen .sp__btn2 {
    opacity: 0;
  }
  .buttonIsOpen .sp__btn3 {
    transform: rotate(-45deg);
    bottom: 14px;
  }
  .sp__ul {
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 20;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    transform: translateX(100%);
    transition: all 0.5s;
    padding-left: 50px;
    padding-top: 60px;
    line-height: normal;
    z-index: 500;
    background-color: var(--text2--);
  }
  .sp__ulIsOpen {
    transform: translateX(0);
  }
  .sp__li {
    font-family: Neue Haas Grotesk Text Pro;
    font-size: 13px;
    font-weight: 550;
    margin-bottom: 20px;
  }
  .sp__span {
    font-family: 平成角ゴシック Std;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: solid 1px;
  }
  .kv__ttl,
  .kv__ttl2 {
    font-size: 25px;
    margin-left: 20px;
    width: 325px;
  }
  .kv__ttl {
    margin-top: 100px;
    letter-spacing: 3px;
  }
  .kv__text {
    font-size: 12px;
    margin-left: 20px;
  }
  .kv__box {
    margin-top: 40px;
    text-align: left;
  }
  .kv__box2 {
    display: block;
  }
  .kv__tel {
    margin-left: 20px;
    margin-bottom: 20px;
    display: block;
  }
  .kv__btn {
    margin-left: 20px;
    text-align: center;
    width: 200px;
    height: 60px;
  }
  .news {
    width: calc(100% - 20px);
    left: 20px;
    top: 40px;
  }
  .news tbody tr {
    display: block;
  }
  .news tbody tr th,
  .news tbody tr td {
    display: block;
  }
  .news__ttl {
    padding: 20px;
  }
  .news__date {
    font-size: 14px;
    padding-left: 20px;
    padding-top: 5px;
  }
  .news__text {
    font-size: 14px;
    padding: 20px;
  }
}

/* concept */
.concept {
  width: 1139px;
  max-width: 100%;
  margin: auto;
  background-image: url(../img/CONCEPT.png);
  background-size: 30% 100%;
  background-repeat: no-repeat;
  margin-top: 98px;
  text-align: center;
}
.concept2 {
  display: flex;
  justify-content: end;
}
.concept__img {
  width: 475px;
  max-width: 100%;
  margin-right: 15px;
  margin-top: 115px;
  margin-bottom: 40px;
  position: relative;
  opacity: 0;
  transition: all 1s;
}
.concept__img.slideIn {
  bottom: 0;
  opacity: 1;
}
.concept__box {
  margin-top: 115px;
  text-align: right;
  position: relative;
  opacity: 0;
  transition: all 1s;
}
.concept__box.slideIn {
  bottom: 0;
  opacity: 1;
}
@keyframes slideInUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.concept__tte,
.concept__tte2 {
  font-family: 平成角ゴシック Std;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 4px;
  background-color: var(--main--);
  color: var(--text2--);
  padding: 13px 16px;
}
.concept__tte2 {
  margin-top: 12px;
  display: inline-block;
  margin-bottom: 32px;
}
.concept__pay {
  font-family: 平成角ゴシック Std;
  font-size: 20px;
  color: var(--main--);
}
.concept__span {
  font-family: Neue Haas Grotesk Text Pro;
  font-size: 60px;
}
.concept__text {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-bottom: 40px;
}
.concept__text > p {
  width: 950px;
  max-width: 100%;
  font-family: 平成角ゴシック Std;
  font-size: 14px;
  line-height: normal;
  text-align: left;
}
.concept__btn {
  font-family: 平成角ゴシック Std;
  font-size: 14px;
  text-align: center;
  width: 240px;
  height: 40px;
  border: solid 1px var(--main--);
  margin-bottom: 60px;
  color: var(--main--);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.concept__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main--);
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}
.concept__btn:hover::before {
  transform: translateX(0);
}
.concept__btn:hover {
  color: #fff;
  transition: color 0.5s ease-in-out;
}
.concept__btn2 {
  margin-left: 16px;
}
@media screen and (max-width: 1100px) {
  .concept {
    background-size: cover;
  }
  .concept2 {
    display: block;
  }
  .concept__img {
    margin-top: 60px;
    margin-bottom: 0;
    margin-right: 0;
  }
  .concept__box {
    margin-top: 30px;
  }
  .concept__tte,
  .concept__tte2 {
    font-size: 20px;
  }
  .concept__pay {
    font-size: 18px;
  }
  .concept__span {
    font-size: 40px;
  }
  .concept__text {
    padding: 10px 16px;
    margin-bottom: 30px;
  }
  .concept__btn {
    margin-bottom: 40px;
  }
}

/* features */
.features {
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 75px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}
.features__text {
  padding-top: 80px;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.features__text,
.features__box2,
.features__box3,
.features__box4 {
  animation-fill-mode: forwards;
  opacity: 0;
}
.features__p {
  color: var(--main--);
  font-family: 平成角ゴシック Std;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.features__p2 {
  color: var(--text2--);
  background-color: var(--main--);
  width: 296px;
  padding: 13px 16px;
  font-family: 平成角ゴシック Std;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.features__p3 {
  width: 372px;
  max-width: 100%;
  font-family: 平成角ゴシック Std;
  font-size: 14px;
  font-weight: 500;
}
.features__box2 {
  display: flex;
  padding-top: 40px;
}
.features__box3,
.features__box4 {
  display: flex;
  margin-top: 32px;
}
.features__box4 {
  margin-bottom: 40px;
}
.features__number,
.features__number2,
.features__number3 {
  font-family: Neue Haas Grotesk Text Pro;
  font-weight: bold;
  font-size: 100px;
  color: var(--text3--);
  margin-right: 18px;
}
.features__number {
  margin-left: 120px;
}
.features__number2 {
  margin-left: 50px;
}
.features__number3 {
  margin-left: -40px;
}
.features__p4 {
  font-family: 平成角ゴシック Std;
  font-size: 24px;
  font-weight: 700;
  color: var(--main--);
  margin-top: 20px;
  margin-bottom: 11px;
}
.features__p5 {
  width: 459px;
  max-width: 100%;
  line-height: normal;
}
@media screen and (max-width: 1100px) {
  .features {
    margin-top: 40px;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .features__text {
    padding: 40px 16px;
  }
  .features__p2 {
    font-size: 20px;
    width: 230px;
    margin-bottom: 20px;
  }
  .features__box {
    padding: 0 16px;
  }
  .features__box2 {
    padding-top: 0;
  }
  .features__number,
  .features__number2,
  .features__number3 {
    font-size: 65px;
    margin: 0;
    padding-right: 20px;
  }
  .features__p4 {
    font-size: 20px;
  }
  .features__p5 {
    font-size: 14px;
    width: 270px;
  }
}
/* service */
.service {
  width: 1140px;
  max-width: 100%;
  margin: auto;
  background-image: url(../img/SERVICE.png);
  background-position: right;
  background-size: 30% 100%;
  background-repeat: no-repeat;
  padding-top: 80px;
  margin-bottom: 80px;
}
.service__ttl {
  font-family: 平成角ゴシック Std;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 40px;
  background-color: var(--main--);
  color: var(--text2--);
  width: 443px;
  padding: 13px 16px;
  letter-spacing: 2.5px;
}
.service__text {
  font-family: 平成角ゴシック Std;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  width: 950px;
  max-width: 100%;
  margin-bottom: 40px;
}
.service__ul {
  display: flex;
  text-align: center;
  width: 936px;
  max-width: 100%;
  margin: auto;
  gap: 13px;
}
@keyframes rotateAndScaleUp {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(360deg);
    opacity: 1;
  }
}
.service__box {
  position: relative;
  animation-fill-mode: forwards;
  opacity: 0;
}
.service__img {
  width: 308px;
  transition: 0.3s;
}
.service__img:hover {
  scale: 1.2;
}
.service__li {
  margin-bottom: 40px;
}
.service__lip {
  width: 250px;
  background-color: var(--text2--);
  color: var(--main--);
  font-family: 平成角ゴシック Std;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 16px;
  position: absolute;
  top: 150px;
  left: 16px;
}
.service__lip4 {
  width: 166px;
  background-color: var(--text2--);
  color: var(--main--);
  font-family: 平成角ゴシック Std;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 16px;
  position: absolute;
  top: 150px;
  left: 16px;
}
.service__lip2 {
  font-family: Neue Haas Grotesk Text Pro;
  font-weight: 550;
  font-size: 11px;
  color: var(--main--);
  text-align: left;
  position: absolute;
  top: 200px;
  left: 32px;
}
.service__lip3 {
  padding-top: 32px;
  padding-bottom: 40px;
  text-align: left;
  line-height: normal;
  font-family: 平成角ゴシック Std;
  font-weight: 500;
  font-size: 14px;
  width: 276px;
  margin: auto;
}
.service__btn {
  font-family: 平成角ゴシック Std;
  font-size: 14px;
  text-align: center;
  width: 240px;
  height: 40px;
  border: solid 1px var(--main--);
  color: var(--main--);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.service__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main--);
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}
.service__btn:hover::before {
  transform: translateX(0);
}
.service__btn:hover {
  color: #fff;
  transition: color 0.5s ease-in-out;
}
.service__btn2 {
  margin-left: 16px;
}
@media screen and (max-width: 1100px) {
  .service {
    padding-top: 40px;
    margin-bottom: 40px;
    background-size: cover;
  }
  .service__ttl {
    font-size: 20px;
    width: 100%;
  }
  .service__text {
    width: 100%;
    padding: 0 16px;
    background-color: var(--text2--);
  }
  .service__ul {
    display: block;
  }
  .service__lip {
    font-size: 18px;
    width: 220px;
    left: 40px;
  }
  .service__lip4 {
    font-size: 18px;
    width: 150px;
    left: 40px;
  }
  .service__lip2 {
    left: 40px;
  }
  .service__lip3 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--text2--);
  }
}
/* works */
.works {
  background-image: url(../img/WORKS.png);
  background-size: 30% 50%;
  background-repeat: no-repeat;
  background-position: 114px 0;
}
.works__box {
  width: 1130px;
  max-width: 100%;
  margin: auto;
  text-align: right;
  padding-top: 80px;
}
.works__ttl {
  padding: 13px 16px;
  width: 411px;
  font-family: 平成角ゴシック Std;
  font-size: 28px;
  font-weight: 700;
  background-color: var(--main--);
  color: var(--text2--);
  display: inline-block;
  margin-bottom: 40px;
}
.works__text {
  font-family: 平成角ゴシック Std;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 76px;
}
.swiper container {
  max-width: 100%;
  margin: auto;
}
.mySwiper {
  padding-top: 100px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev {
  width: 64px;
  top: 35px;
  left: auto;
  right: 300px;
}
.swiper-button-next {
  width: 64px;
  top: 35px;
  left: auto;
  right: 200px;
}
.works__box2 {
  width: 1130px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.works__p {
  font-family: 平成角ゴシック Std;
  color: var(--main--);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 32px;
}
.works__p2 {
  width: 528px;
  text-align: left;
  font-family: 平成角ゴシック Std;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 40px;
}
.works__btn3 {
  font-family: 平成角ゴシック Std;
  font-size: 14px;
  text-align: center;
  width: 240px;
  height: 40px;
  border: solid 1px var(--main--);
  background-color: var(--bg2--);
  color: var(--text2--);
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 24px;
  margin-bottom: 91px;
}
.works__btn3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #768cb9;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}
.works__btn3:hover::before {
  transform: translateX(0);
}
.works__btn3:hover {
  color: #fff;
  transition: color 0.5s ease-in-out;
}
.works__btn4 {
  margin-left: 10px;
}
@media screen and (max-width: 1100px) {
  .works {
    background-size: cover;
    background-position: left;
  }
  .works__box {
    padding-top: 40px;
    text-align: left;
  }
  .works__ttl {
    width: 100%;
    font-size: 22px;
  }
  .works__text {
    padding: 0 16px;
    background-color: var(--text2--);
    line-height: normal;
    margin-bottom: 40px;
  }
  .mySwiper {
    padding-top: 60px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    top: 25px;
  }
  .swiper-button-prev {
    right: auto;
    left: calc(100% - 140px);
  }
  .swiper-button-next {
    right: auto;
    left: calc(100% - 70px);
  }
  .works__img {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .works__p2 {
    width: 100%;
    padding: 0 16px;
    background-color: var(--text2--);
  }
  .works__btn3 {
    margin-bottom: 40px;
  }
}
/* blog */
.blog {
  background-image: url(../img/blog_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 80px;
  padding-top: 80px;
}
.blog__bg {
  background-image: url(../img/BLOG-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 115px;
  width: 335px;
  height: 409px;
}
.table {
  width: 950px;
  max-width: 100%;
  margin: auto;
  background-color: var(--text2--);
  padding-bottom: 55px;
  position: relative;
  padding-top: 25px;
}
.table2 {
  width: 760px;
  max-width: 100%;
  margin: auto;
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.blog__tr {
  position: relative;
  animation-fill-mode: forwards;
  opacity: 0;
}
.blog__tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: solid 1px #cacaca;
  transform: translateY(100%);
  opacity: 0;
  animation: slideInFromBottom 1s forwards;
}
.blog__th,
.blog__th2 {
  font-family: Quicksand;
  font-size: 16px;
  font-weight: normal;
  padding-left: 50px;
  padding-right: 25px;
  padding-bottom: 30px;
}
.blog__th2,
.blog__td2 {
  padding-top: 41px;
}
.blog__td,
.blog__td2 {
  font-family: 平成角ゴシック Std;
  font-size: 16px;
  font-weight: 300;
}
.blog__td > a,
.blog__td2 > a {
  position: relative;
}
.blog__td > a::before,
.blog__td2 > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: currentColor;
  transition: width 0.5s;
}
.blog__td > a:hover::before,
.blog__td2 > a:hover::before {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .blog {
    padding-top: 40px;
    margin-top: 40px;
  }
  .blog__bg {
    display: none;
  }
  .table {
    padding: 0 16px;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 90%;
  }
  .table2 {
    padding-top: 20px;
  }
  .blog__th,
  .blog__th2 {
    font-size: 14px;
    padding-left: 20px;
  }
  .blog__td,
  .blog__td2 {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
/* contact */
.contact {
  background-image: url(../img/contact01.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: var(--text2--);
  padding-bottom: 80px;
}
.contact__text {
  padding-top: 80px;
  font-family: 平成角ゴシック Std;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.contact__box {
  display: flex;
  text-align: center;
  justify-content: center;
}
.contact__tel {
  background-color: var(--main--);
  padding: 2px 16px;
  margin-left: 110px;
  font-family: Neue Haas Grotesk Text Pro;
  font-size: 24px;
  display: inline-block;
}
.contact__phone {
  width: 16px;
  padding-bottom: 5px;
}
.contact__span {
  font-family: 平成角ゴシック Std;
  font-size: 16px;
}
.contact__btn {
  background-color: var(--bg--);
  width: 240px;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-left: 80px;
  font-family: 平成角ゴシック Std;
  font-size: 20px;
  transition: background-color 0.7s ease;
}
.contact__btn:hover {
  background-color: #1a6169;
  font-size: 20px;
}
.contact__btn2 {
  margin-left: 14px;
}
.contact__img {
  width: 5px;
  padding-bottom: 5px;
}
.contact__btn .contact__img {
  transition: transform 0.3s ease;
}
.contact__btn:hover .contact__img {
  transform: translateX(10px);
}
@media screen and (max-width: 1100px) {
  .contact {
    padding-bottom: 40px;
  }
  .contact__text {
    padding-top: 40px;
    font-size: 22px;
  }
  .contact__box {
    display: block;
  }
  .contact__tel {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .contact__btn {
    margin-left: 0;
  }
}
/* footer */
.footer {
  background-color: #192f60;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer__img {
  width: 124px;
  margin-bottom: 24px;
}
.footer__text {
  font-family: 平成角ゴシック Std;
  font-size: 16px;
  font-weight: 300;
  color: var(--text2--);
  margin-bottom: 40px;
}
.footer__p {
  color: #aeb6c7;
  font-family: 平成角ゴシック Std;
  font-weight: 300;
  font-size: 11px;
}
@media screen and (max-width: 1100px) {
  .footer__img {
    width: 120px;
  }
  .footer__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
