* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 6.9444444444vw;
  font-size: 0.6944444444vw;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 0.7638888889vw;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  height: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

.afacad-font {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.header {
  width: 100%;
  height: 6.6rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.4rem;
  position: fixed;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .header {
    display: none;
  }
}
.header__company--icon {
  width: 11.7rem;
  margin: 0 auto 0 10rem;
}
.header__company--icon img {
  width: 100%;
}
.header__nav {
  width: auto;
  height: auto;
  color: #1B728C;
}
.header__nav--list {
  display: flex;
}
.header__nav--list--item {
  margin-right: 4.5rem;
  transition: opacity 0.3s;
}
.header__nav--list--item:hover {
  opacity: 0.5;
}
.header__button {
  font-size: 1.4rem;
  color: #fff;
  margin-right: 2.7rem;
  margin-left: 0.7rem;
  padding: 1.5rem 6.5rem;
  border-radius: 6.9444444444vw;
  background: rgb(188, 217, 242);
  background: linear-gradient(90deg, rgb(188, 217, 242) 0%, rgb(27, 114, 140) 100%);
  transition: opacity 0.3s;
}
.header__button:hover {
  opacity: 0.5;
}

.burger-container {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  inset: 5rem 4rem 0 auto;
  z-index: 999;
  background-color: #91CDD8;
  border-radius: 100rem;
  border: #fff 0.2rem solid;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .burger-container {
    display: inline-block;
  }
}
.burger-container .burger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 3rem;
  width: 3rem;
  margin: 1rem;
  flex-shrink: 0;
}
.burger-container .burger .bar {
  display: flex;
  width: 2.6rem;
  height: 0.33rem;
  background-color: #fff;
  margin: 0.3rem 0;
  transition: 0.1s;
  border-radius: 2rem;
}
.burger-container.active .bar {
  width: 3rem;
  margin: 0.34rem;
}
.burger-container.active .bar:nth-child(1) {
  transform: rotateZ(45deg) translate(0.75rem, 0.75rem);
}
.burger-container.active .bar:nth-child(2) {
  transform: translateX(0px) rotateZ(45deg);
}
.burger-container.active .bar:nth-child(3) {
  transform: rotateZ(-45deg) translate(0.75rem, -0.75rem);
}

.hamburgerNaviMenu {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -999;
  transition: opacity 0.3s;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 599px) {
  .hamburgerNaviMenu {
    display: inline-block;
  }
}
.hamburgerNaviMenu img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -10;
}
.hamburgerNaviMenu ul {
  margin: 17.7rem 0 0 5.8rem;
}
.hamburgerNaviMenu ul li {
  font-size: 2.4rem;
  color: #fff;
  margin-top: 0.8rem;
  letter-spacing: 0.05em;
}
.hamburgerNaviMenu ul li:nth-child(3) {
  margin-top: 0.9rem;
}
.hamburgerNaviMenu ul li:nth-child(4) {
  margin-top: 1rem;
}
.hamburgerNaviMenu ul li:nth-child(5) {
  margin-top: 1.3rem;
}
.hamburgerNaviMenu ul li a {
  transition: opacity 0.3s;
}
.hamburgerNaviMenu ul li a:hover {
  opacity: 0.5;
}
.hamburgerNaviMenu ul .button {
  font-size: 1.2rem;
  color: #185C71;
  background-color: #fff;
  display: inline-block;
  padding: 1.4rem 7rem;
  border-radius: 100rem;
  margin-top: 3.2rem;
  border: #185C71 solid 0.2rem;
  transition: opacity 0.3s;
}
.hamburgerNaviMenu ul .button:hover {
  opacity: 0.5;
}
.hamburgerNaviMenu.z-50 {
  z-index: 50;
}
.hamburgerNaviMenu.opacity-1 {
  opacity: 1;
}
.hamburgerNaviMenu.z--999 {
  z-index: -999;
}

.main .kv {
  padding-top: 6.6rem;
}
@media screen and (max-width: 599px) {
  .main .kv {
    padding: 0;
  }
}
.main .kv__img {
  width: 100%;
}
.main .kv__img img {
  width: 100%;
}
.main .about {
  width: 100%;
  display: flex;
  position: relative;
}
.main .about__bg {
  width: 100%;
  position: absolute;
  z-index: -10;
}
.main .about__bg img {
  width: 100%;
}
.main .about__element {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 110rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 11rem;
}
@media screen and (max-width: 599px) {
  .main .about__element {
    flex-flow: column;
    margin-top: 0;
  }
}
.main .about__element h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #1B728C;
}
@media screen and (max-width: 599px) {
  .main .about__element h2 {
    font-size: 1.4rem;
    margin-left: 5rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 599px) {
  .main .about__element h2 span {
    font-size: 1rem;
  }
}
.main .about__element--item {
  width: 100%;
  max-width: 53rem;
}
.main .about__element--item h3 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #1B728C;
}
@media screen and (max-width: 599px) {
  .main .about__element--item h3 {
    font-size: 1.4rem;
    margin-left: 4.2rem;
    margin-top: 5.2rem;
    color: #185C71;
  }
}
.main .about__element--item p {
  width: 59.7rem;
  font-size: 1.8rem;
  padding-top: 1.3rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 599px) {
  .main .about__element--item p {
    width: auto;
    padding-top: 5rem;
    font-size: 1.2rem;
    margin: 0 4.8rem;
  }
}
.main .business {
  width: 110rem;
  display: flex;
  flex-flow: column;
  margin: 12.2rem auto 0;
}
@media screen and (max-width: 599px) {
  .main .business {
    width: auto;
    margin: 16.1rem 0 0 0;
  }
}
.main .business h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #1B728C;
}
@media screen and (max-width: 599px) {
  .main .business h2 {
    font-size: 1.4rem;
    margin: 0 5rem;
  }
}
@media screen and (max-width: 599px) {
  .main .business h2 span {
    font-size: 1rem;
  }
}
.main .business h3 {
  color: #1B728C;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  padding: 5.4rem 0 3.3rem 0;
}
@media screen and (max-width: 599px) {
  .main .business h3 {
    font-size: 1.6rem;
    text-align: left;
    margin-left: 5rem;
    padding: 1.8rem 0 5rem;
    line-height: 1.4375;
  }
}
.main .business h3 br {
  display: none;
}
@media screen and (max-width: 599px) {
  .main .business h3 br {
    display: inline;
  }
}
.main .business__element {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .main .business__element {
    flex-flow: column;
    justify-content: flex-start;
  }
}
.main .business__element--item {
  width: 53rem;
  background: rgb(195, 225, 239);
  background: linear-gradient(180deg, rgb(195, 225, 239) 0%, rgb(138, 200, 231) 100%);
  border-radius: 3rem;
  padding: 0 3rem;
}
@media screen and (max-width: 599px) {
  .main .business__element--item {
    width: 29.7rem;
    margin: auto;
  }
}
.main .business__element--item h4 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #1B728C;
  padding: 5rem 0 3.3rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 599px) {
  .main .business__element--item h4 {
    font-size: 2rem;
    padding: 2.5rem 0 1.2rem;
  }
}
.main .business__element--item strong {
  width: 100%;
  border-radius: 2rem;
  font-size: 2.4rem;
  text-align: center;
  padding: 3rem 0 2.4rem;
  color: #1B728C;
  background-color: #DEF8FE;
  display: inline-block;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 599px) {
  .main .business__element--item strong {
    font-size: 2rem;
    padding: 1.2rem 0;
    border-radius: 1rem;
  }
}
.main .business__element--item strong span {
  font-size: 1.6rem;
}
.main .business__element--item--group {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .main .business__element--item--group {
    height: 11.8rem;
    flex-flow: column;
  }
}
.main .business__element--item--group strong {
  width: 100%;
  max-width: 22rem;
  border-radius: 2rem;
  font-size: 2.4rem;
  text-align: center;
  padding: 3rem 0 2.4rem;
  color: #1B728C;
  background-color: #DEF8FE;
  display: inline-block;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 599px) {
  .main .business__element--item--group strong {
    font-size: 2rem;
    padding: 1.2rem 0;
    border-radius: 1rem;
  }
}
.main .business__element--item--group strong span {
  font-size: 1.6rem;
}
.main .business__element--item p {
  font-size: 1.8rem;
  padding: 3rem 0;
  line-height: 1.7777777778;
}
@media screen and (max-width: 599px) {
  .main .business__element--item p {
    padding: 2.1rem 0 3.2rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .main .business__element--item:nth-child(2) {
    margin: 6.9rem auto 8.1rem;
  }
}
.main .work {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
.main .work h2 {
  padding: 4rem 0 3.3rem;
  color: #1B728C;
}
@media screen and (max-width: 599px) {
  .main .work h2 {
    font-size: 1.4rem;
    padding: 0 0 5.8rem 0;
  }
}
@media screen and (max-width: 599px) {
  .main .work h2 span {
    font-size: 1rem;
  }
}
.main .work .work__swiper {
  width: 110rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .main .work .work__swiper {
    width: 100%;
    padding: 0;
  }
}
.main .work .work__swiper .swiper {
  width: 100%;
  height: 100%;
}
.main .work .work__swiper .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  margin: 0 1rem;
  border: #D9D9D9 solid 0.1rem;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .main .work .work__swiper .swiper-pagination-bullet {
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 0.5rem;
  }
}
.main .work .work__swiper .swiper-pagination-bullet-active {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #D9D9D9;
  margin: 0 1rem;
  border: #D9D9D9 solid 0.1rem;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .main .work .work__swiper .swiper-pagination-bullet-active {
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 0.5rem;
  }
}
.main .work .work__swiper .swiper-slide {
  width: 34.6rem;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 3rem;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  padding: 0 0 12.8rem 0;
}
@media screen and (max-width: 599px) {
  .main .work .work__swiper .swiper-slide {
    width: 100%;
    height: auto;
    padding: 0 4.8rem 16.7rem;
  }
}
.main .work .work__swiper .swiper-slide .inner {
  width: 100%;
  height: 40.6rem;
  background: #BCD9F2;
  border-radius: 3rem;
  overflow: hidden;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 599px) {
  .main .work .work__swiper .swiper-slide .inner {
    width: 100%;
    height: auto;
  }
}
.main .work .work__swiper .swiper-slide__img {
  width: 100%;
  height: 22.2rem;
}
.main .work .work__swiper .swiper-slide__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .work .work__swiper .swiper-slide .text-content {
  width: 100%;
  height: 100%;
  padding: 3rem;
  text-align: left;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.main .work .work__swiper .swiper-slide .text-content h3 {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .main .work .work__swiper .swiper-slide .text-content h3 {
    font-size: 1.1rem;
  }
}
.main .work .work__swiper .swiper-slide .text-content p {
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .main .work .work__swiper .swiper-slide .text-content p {
    font-size: 1.2rem;
  }
}
.main .work .work__swiper .swiper-pagination {
  bottom: 5.3rem;
}
@media screen and (max-width: 599px) {
  .main .work .work__swiper .swiper-pagination {
    bottom: 7.7rem;
  }
}
.main .keyword {
  position: relative;
  padding-bottom: 11.3rem;
}
@media screen and (max-width: 599px) {
  .main .keyword {
    padding-bottom: 18.6rem;
  }
}
.main .keyword__bg {
  position: absolute;
  z-index: -10;
}
.main .keyword__bg img {
  width: 100%;
}
.main .keyword__bg__img {
  position: absolute;
  z-index: -10;
  bottom: 0;
}
@media screen and (max-width: 599px) {
  .main .keyword__bg__img {
    display: none;
  }
}
.main .keyword__bg__img img {
  width: 100%;
}
.main .keyword h2 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  padding: 7rem 0 6rem;
  color: #1B728C;
}
@media screen and (max-width: 599px) {
  .main .keyword h2 {
    font-size: 1.8rem;
    padding: 5.3rem 0 1.8rem;
  }
}
.main .keyword .explanation {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 599px) {
  .main .keyword .explanation {
    width: 31.2rem;
    margin: auto;
    font-size: 1.4rem;
  }
}
.main .keyword__element {
  width: 82.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .main .keyword__element {
    width: 100%;
  }
}
.main .keyword__element--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7.5rem;
}
@media screen and (max-width: 599px) {
  .main .keyword__element--item {
    flex-flow: column;
    margin-top: 10rem;
  }
}
.main .keyword__element--item--reverse {
  flex-flow: row-reverse;
}
@media screen and (max-width: 599px) {
  .main .keyword__element--item--reverse {
    flex-flow: column;
  }
}
.main .keyword__element--item--text--content {
  width: 43rem;
  color: #185C71;
}
@media screen and (max-width: 599px) {
  .main .keyword__element--item--text--content {
    width: 29.7rem;
  }
}
.main .keyword__element--item--text--content h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .main .keyword__element--item--text--content h3 {
    font-size: 2rem;
  }
}
.main .keyword__element--item--text--content p {
  font-size: 1.6rem;
  padding-top: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 599px) {
  .main .keyword__element--item--text--content p {
    font-size: 1.5rem;
    padding-top: 1.3rem;
  }
}
.main .keyword__element--item--text--content p .bold {
  font-weight: bold;
  font-size: 1.3rem;
}
.main .keyword__element--item--img {
  width: 34.6rem;
}
@media screen and (max-width: 599px) {
  .main .keyword__element--item--img {
    width: 29.7rem;
    margin-top: 3.6rem;
  }
}
.main .keyword__element--item--img img {
  width: 100%;
}
.main .company {
  width: 100%;
  padding-top: 4.8rem;
  position: relative;
  z-index: 20;
  padding-bottom: 14.1rem;
}
@media screen and (max-width: 599px) {
  .main .company {
    padding: 5.6rem 0 0 0;
  }
}
.main .company__bg {
  width: 100%;
  position: absolute;
  top: -10.5rem;
  z-index: -10;
}
@media screen and (max-width: 599px) {
  .main .company__bg {
    top: 0;
  }
}
.main .company__bg img {
  width: 100%;
}
.main .company h2 {
  width: 110rem;
  margin: auto;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .main .company h2 {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    margin: 0 0 0 5rem;
  }
}
@media screen and (max-width: 599px) {
  .main .company h2 span {
    font-size: 1rem;
  }
}
.main .company__element {
  width: 110rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 10.3rem;
}
@media screen and (max-width: 599px) {
  .main .company__element {
    width: 29.7rem;
    flex-flow: column-reverse;
    padding-top: 5.7rem;
  }
}
.main .company__element--item {
  padding-top: 3.2rem;
}
.main .company__element--item h3 {
  font-size: 1.6rem;
  color: #fff;
  padding-bottom: 1.1rem;
}
@media screen and (max-width: 599px) {
  .main .company__element--item h3 {
    font-size: 1.3rem;
    padding-bottom: 0.6rem;
  }
}
.main .company__element--item h4 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .main .company__element--item h4 {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.main .company__element--item p {
  width: 53.5rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  padding: 1.4rem 0;
}
@media screen and (max-width: 599px) {
  .main .company__element--item p {
    width: 29.7rem;
    font-size: 1.3rem;
    padding: 1.9rem 0 1.2rem;
  }
}
.main .company__element--item .job {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-flow: column;
}
.main .company__element--item .job .inner {
  font-weight: bold;
}
.main .company__element--item .job .inner h5 {
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .main .company__element--item .job .inner h5 {
    font-size: 1rem;
  }
}
.main .company__element--item .job .inner strong {
  font-size: 2rem;
  padding-top: 0.8rem;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .main .company__element--item .job .inner strong {
    font-size: 1.6rem;
  }
}
.main .company__element--img {
  width: 100%;
  max-width: 47.7rem;
}
@media screen and (max-width: 599px) {
  .main .company__element--img {
    max-width: 29.7rem;
  }
}
.main .company__element--img img {
  width: 100%;
}
.main .company__overview {
  width: 110rem;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .main .company__overview {
    width: 33.5rem;
    padding-bottom: 9.5rem;
  }
}
.main .company__overview h3 {
  font-size: 1.6rem;
  padding-top: 9rem;
  padding-bottom: 2.1rem;
}
@media screen and (max-width: 599px) {
  .main .company__overview h3 {
    font-size: 1.3rem;
    padding-top: 6.8rem;
    padding-bottom: 4.4rem;
  }
}
.main .company__overview table {
  width: 100%;
}
.main .company__overview table tr th {
  width: 21.8rem;
  font-size: 1.8rem;
  padding: 2.4rem 0 2.4rem 3.1rem;
  border-bottom: 0.1rem solid #8AC8E7;
}
@media screen and (max-width: 599px) {
  .main .company__overview table tr th {
    width: 13.8rem;
    font-size: 1.2rem;
    padding: 0.9rem 0 0.9rem 1.5rem;
  }
}
.main .company__overview table tr td {
  font-size: 1.6rem;
  padding: 2.4rem 0;
  border-bottom: 0.1rem solid #8AC8E7;
}
@media screen and (max-width: 599px) {
  .main .company__overview table tr td {
    font-size: 1.2rem;
    padding: 0.9rem 0;
  }
}
.main .recruit {
  width: 100%;
  position: relative;
  z-index: 30;
  background-color: #fff;
  overflow: hidden;
}
.main .recruit__img {
  width: 100%;
  position: absolute;
  top: 14.4rem;
  z-index: -10;
}
@media screen and (max-width: 599px) {
  .main .recruit__img {
    width: 57.9rem;
  }
}
.main .recruit__img img {
  width: 100%;
  opacity: 25%;
}
.main .recruit__element {
  width: 110rem;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .main .recruit__element {
    width: 33.5rem;
  }
}
.main .recruit__element h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #1B728C;
  padding: 10.4rem 0 4.1rem 0;
}
@media screen and (max-width: 599px) {
  .main .recruit__element h2 {
    font-size: 1.4rem;
    padding: 3rem 0 3.3rem 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .main .recruit__element h2 span {
    font-size: 1rem;
  }
}
.main .recruit__element h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: #185C71;
}
@media screen and (max-width: 599px) {
  .main .recruit__element h3 {
    font-size: 2rem;
  }
}
.main .recruit__element h3 br {
  display: none;
}
@media screen and (max-width: 599px) {
  .main .recruit__element h3 br {
    display: inline;
    line-height: 1.45;
  }
}
.main .recruit__element p {
  font-size: 1.6rem;
  text-align: center;
  padding: 3.1rem 0 3.9rem 0;
  line-height: 1.75;
}
@media screen and (max-width: 599px) {
  .main .recruit__element p {
    font-size: 1.3rem;
  }
}
.main .recruit__element table {
  width: 100%;
}
.main .recruit__element table tr th {
  width: 21.8rem;
  font-size: 1.6rem;
  padding: 2.4rem 0 2.4rem 3.1rem;
  border-bottom: 0.1rem solid #8AC8E7;
  color: #185C71;
}
@media screen and (max-width: 599px) {
  .main .recruit__element table tr th {
    width: 11rem;
    font-size: 1.2rem;
    padding: 1.6rem 0 1.6rem 1.4rem;
  }
}
.main .recruit__element table tr td {
  font-size: 1.4rem;
  padding: 2.4rem 0;
  border-bottom: 0.1rem solid #8AC8E7;
  color: #185C71;
}
@media screen and (max-width: 599px) {
  .main .recruit__element table tr td {
    font-size: 1.2rem;
    padding: 1.6rem 1.4rem 1.6rem 0;
  }
}
.main .recruit__button--flex {
  display: flex;
  justify-content: center;
}
.main .recruit__button--flex .recruit__button {
  color: #fff;
  padding: 2.4rem 18rem;
  margin: 11.3rem auto 10.5rem;
  border-radius: 10rem;
  background: rgb(188, 217, 242);
  background: linear-gradient(90deg, rgb(188, 217, 242) 0%, rgb(27, 114, 140) 100%);
  display: inline-block;
  font-size: 1.4rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 599px) {
  .main .recruit__button--flex .recruit__button {
    padding: 1.9rem 10.9rem;
    margin: 8.7rem auto 8rem;
    border-radius: 10rem;
    background: rgb(188, 217, 242);
    background: linear-gradient(90deg, rgb(188, 217, 242) 0%, rgb(27, 114, 140) 100%);
    display: inline-block;
    font-size: 1.4rem;
  }
}
.main .recruit__button--flex .recruit__button:hover {
  opacity: 0.5;
}

.footer {
  width: 100%;
  text-align: center;
  background-color: #CEEAF1;
}
.footer small {
  font-size: 1rem;
  display: inline-block;
  padding: 2rem 0;
}
@media screen and (max-width: 599px) {
  .footer small {
    font-size: 0.7rem;
    padding: 1rem 0;
  }
}/*# sourceMappingURL=style.css.map */