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

header {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding-block: 31px;
  height: 170px;
  transition: all 0.5s ease;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-inline: 50px;
}
header nav .logo {
  display: flex;
  align-items: center;
}
header nav .logo img {
  width: 65.32px;
  height: auto;
}
header nav .logo p {
  white-space: nowrap;
}
header nav .logo p:nth-of-type(1) {
  font-size: 13px;
}
header nav .logo p:nth-of-type(2) {
  font-size: 28px;
}
header nav .menu-wrap ul {
  display: flex;
  font-size: 18px;
  gap: 40px;
  margin-bottom: 14px;
}
header nav .btn {
  border-radius: 10px;
  padding: 15px 75px;
  font-size: 20px;
  position: relative;
}
header nav .btn-wrap {
  display: flex;
  justify-content: end;
  gap: 20px;
}
header nav .btn .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 27px;
  display: block;
  content: "";
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  width: 11px;
  height: 11px;
  transform: rotate(-45deg);
  flex-shrink: 0;
}
header nav .btn:nth-of-type(1) {
  filter: drop-shadow(2px 4px 0px #3EC19A);
}
header nav .btn:nth-of-type(2) {
  filter: drop-shadow(2px 4px 0px #2E8E72);
}
header.hide {
  transform: translateY(-100%);
}
header.fixed {
  transform: translateY(0%);
  position: fixed;
}
@media screen and (max-width: 980px) {
  header {
    height: 68px;
    padding-block: 7px;
    position: absolute;
  }
  header nav {
    margin-inline: 16px;
    align-items: center;
  }
  header nav .logo p:nth-of-type(1) {
    font-size: 10px;
  }
  header nav .logo p:nth-of-type(2) {
    font-size: 20px;
  }
  header nav .menu-wrap {
    display: none;
  }
  header nav .spmenu-wrap {
    width: 100dvw;
    position: fixed;
    top: -1000px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.6);
    padding-bottom: 16px;
    transition: all 0.3s ease;
  }
  header nav .spmenu-wrap.active {
    top: 68px;
  }
  header nav .spmenu-wrap ul {
    margin-inline: 28px;
  }
  header nav .spmenu-wrap ul li {
    text-align: center;
    border-bottom: 1px solid #424242;
  }
  header nav .spmenu-wrap ul li a p:nth-of-type(1) {
    padding-top: 10px;
    font-size: 10px;
  }
  header nav .spmenu-wrap ul li a p:nth-of-type(2) {
    font-size: 18px;
    padding-bottom: 8px;
  }
  header nav .spmenu-wrap ul li:last-of-type {
    margin-bottom: 38px;
  }
  header nav .spmenu-wrap .btn {
    width: 100%;
  }
  header nav .spmenu-wrap .btn-wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-inline: 16px;
    padding: 25px 16px;
  }
  header nav .spmenu-wrap .btn p {
    text-align: center;
  }
  header .humberger span {
    display: block;
    width: 40px;
    height: 3px;
    background: #80B541;
    margin-bottom: 6px;
    border-radius: 8px;
    transition: all 0.4s ease;
  }
  header .humberger span:last-of-type {
    margin-bottom: 0;
  }
  header .humberger.active span:nth-of-type(1) {
    transform: rotate(45deg) translateY(12px);
  }
  header .humberger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .humberger.active span:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-12px);
  }
}

.fv {
  position: relative;
  height: 1080px;
  background-image: url(../img/fv-pc.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.fv-text {
  position: absolute;
  max-width: 1440px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 128px;
}
.fv h1 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 100px;
  line-height: 1.4;
  background: rgba(62, 193, 154, 0.8);
  padding: 20px 80px;
  margin-bottom: 20px;
  margin-left: auto;
}
.fv h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
  background: rgba(62, 193, 154, 0.8);
  padding: 10px 80px;
  margin-left: auto;
}
@media screen and (max-width: 980px) {
  .fv {
    height: 673px;
    background-image: url(../img/fv-sp.png);
    background-size: cover;
  }
  .fv h1 {
    font-size: 32px;
    padding: 5px 16px;
  }
  .fv h2 {
    font-size: 16px;
    padding: 4px 16px;
  }
  .fv-text {
    bottom: 63px;
  }
}

.subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.subtitle h3 {
  font-size: 30px;
}
.subtitle p {
  font-size: 150px;
}
@media screen and (max-width: 980px) {
  .subtitle {
    display: block;
    width: auto;
    margin: 65px 16px 0;
    position: relative;
  }
  .subtitle h3 {
    font-size: 22px;
  }
  .subtitle p {
    font-size: 70px;
    position: absolute;
    bottom: 17px;
    left: -29px;
  }
}

.about {
  max-width: 1220px;
  padding-block: 150px;
  margin: auto;
}
.about-content {
  margin-top: 30px;
  font-size: 18px;
  padding: 60px 90px;
  border-radius: 10px;
  line-height: 1.8;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 980px) {
  .about {
    padding-block: 80px 20px;
  }
  .about-content {
    font-size: 16px;
    margin: 60px 16px 0;
    padding: 60px 25px;
  }
}

.service {
  padding-block: 150px;
  background-image: url(../img/service-bg-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.service-wrap {
  max-width: 1220px;
  margin: auto;
}
.service-wrap-grid {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 70px;
  margin-top: 30px;
}
.service-wrap-grid .item {
  max-width: 360px;
}
.service-wrap-grid .item img {
  margin-bottom: 36px;
}
.service-wrap-grid .item p:nth-of-type(1) {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1;
}
.service-wrap-grid .item p:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .service {
    background-image: url(../img/service-bg-sp.png);
    padding-block: 80px;
  }
  .service-wrap-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-inline: 29px;
  }
  .service-wrap-grid .item img {
    margin-bottom: 18px;
  }
  .service-wrap-grid .item p:nth-of-type(1) {
    font-size: 20px;
  }
  .service-wrap-grid .item p:nth-of-type(2) {
    font-size: 14px;
  }
}

.subtitle .feature-only {
  display: none;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -100px;
  left: 244px;
  background-image: url(../img/feature_icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 980px) {
  .subtitle .feature-only {
    display: none !important;
  }
}

.feature {
  position: relative;
}
.feature .feature-only {
  display: block;
}
.feature-before {
  display: block;
  content: "";
  width: 180px;
  height: 180px;
  background-image: url(../img/feature_icon2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 53px;
  left: 139px;
}
.feature-after {
  display: block;
  content: "";
  width: 160px;
  height: 160px;
  background-image: url(../img/feature_icon3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 103px;
  right: 156px;
}
.feature .subtitle {
  position: relative;
}
.feature-wrap {
  position: relative;
  max-width: 1220px;
  padding-block: 150px;
  margin: auto;
}
.feature-menu {
  border-radius: 10px 10px 0px 0px;
  background: #E4E4E4;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  transition: background 0.4s ease;
}
.feature-menu.active {
  background: #F0AC47;
}
.feature-menu-wrap {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: solid 3px #F0AC47;
  padding-inline: 1px;
  margin-bottom: 57px;
  margin-top: 30px;
}
.feature-menu .num {
  font-size: 40px;
  line-height: 1;
  opacity: 0.5;
}
.feature-menu .text {
  text-align: right;
}
.feature-menu .text .sub {
  font-size: 14px;
  line-height: 1.2;
}
.feature-menu .text .title {
  font-size: 20px;
  line-height: 1.3;
}
.feature-content {
  display: none;
  opacity: 0;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: center;
  transition: all 0.4s ease;
}
.feature-content img {
  height: auto;
}
.feature-content-wrap {
  height: 475px;
}
.feature-content-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.3;
  gap: 15px;
}
.feature-content-item .c8 {
  line-height: 1;
  margin-bottom: 12px;
}
.feature-content-item img {
  width: 80px;
  height: auto;
}
.feature-content-item-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.feature-content.active {
  display: grid;
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .feature-before {
    width: 230px;
    height: 230px;
    bottom: 51px;
    left: unset;
    right: -19px;
  }
  .feature-after {
    width: 204px;
    height: 204px;
    left: -27px;
    bottom: 222px;
  }
  .feature-wrap {
    padding-block: 80px 715px;
  }
  .feature-wrap-before {
    display: block;
    content: "";
    width: 292px;
    height: 292px;
    background-image: url(../img/feature_icon1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 372px;
    right: -45px;
  }
  .feature-menu {
    padding: 9px 28px;
    justify-content: center;
  }
  .feature-menu-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: -3px;
    margin-inline: 16px;
    padding-inline: 0;
  }
  .feature-menu .text {
    display: none;
  }
  .feature-menu .num {
    position: relative;
  }
  .feature-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .feature-content-item img {
    width: 55px;
  }
  .feature-content-item-wrap .text.sp .sub {
    font-size: 14px;
  }
  .feature-content-item-wrap .text.sp .title {
    font-size: 20px;
  }
  .feature-content-wrap {
    padding: 17px 16px;
    margin-inline: 16px;
    height: auto;
    border: 5px solid #F0AC47;
  }
  .feature-content-item-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.data {
  padding-block: 150px;
  background-image: url(../img/data-bg-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.data-wrap {
  max-width: 1220px;
  margin: auto;
}
.data-wrap .items .year {
  font-size: 14px;
  padding-block: 24px 20px;
  text-align: center;
  margin-bottom: 19.5px;
}
.data-wrap .items .year span {
  font-size: 36px;
  letter-spacing: 1.8px;
  line-height: 1;
}
.data-wrap .items .danjo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 19.95px 18.95px;
}
.data-wrap .items .danjo span {
  letter-spacing: unset;
  font-size: 24px;
}
.data-content-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.data-content-wrap .bg1 {
  border-radius: 10px;
}
.data-content-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
  border-radius: 10px;
  padding: 44px 63px;
  line-height: 1;
  font-size: 16px;
}
.data-content-item span {
  font-size: 24px;
  font-weight: 500;
}
.data .pie {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.data .pie.data1 {
  background-image: conic-gradient(#5F5F5F 0% 100%, #2E8E72 100% 100%);
}
.data .pie.data2 {
  background-image: conic-gradient(#5F5F5F 0% 82%, #2E8E72 82% 100%);
}
.data .pie.data3 {
  background-image: conic-gradient(#BC45AC 0% 60%, #2E448E 60% 100%);
}
.data .pie span {
  content: "";
  position: absolute;
  display: block;
  background: #D9D9D9;
  width: 37.36px;
  height: 37.36px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .data {
    padding-block: 80px;
    background-image: url(../img/data-bg-sp.png);
  }
  .data-content-item {
    padding: 24px 37px;
  }
  .data-content-wrap {
    margin-top: 60px;
    margin-inline: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
  }
}

.interview {
  padding-block: 150px 0;
}
.interview-wrap {
  max-width: 1220px;
  margin: auto;
}
.interview-content {
  max-width: 1180px;
  margin-left: auto;
  margin-top: 60px;
}
.interview-content .item {
  display: flex;
  align-items: start;
  gap: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 981px) {
  .interview-content .item > .close.viewlink {
    display: none !important;
  }
}
.interview-content .item-wrap .viewlink {
  display: block;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
.interview-content .item-wrap .viewlink.close {
  margin-bottom: 50px;
}
.interview-content .item-wrap > img, .interview-content .item-wrap .close {
  display: none;
}
.interview-content .item-wrap.active .open {
  display: none;
}
.interview-content .item-wrap.active > img, .interview-content .item-wrap.active .close {
  display: block;
}
.interview-content .item-wrap.active .item .qaitem:nth-of-type(n+2) {
  display: block;
}
.interview-content .item .profile {
  position: relative;
  width: 340px;
  flex-shrink: 0;
}
.interview-content .item .profile .text {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20.88px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
}
.interview-content .item .profile .text p {
  padding: 6.18px 14.15px;
}
.interview-content .item .profile .text p:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.9);
}
.interview-content .item .qa {
  width: 100%;
}
.interview-content .item .qaitem:nth-of-type(n+2) {
  display: none;
}
.interview-content .item .qa .title {
  display: block;
  padding: 16px 40px;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.interview-content .item .qa .q {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: center;
  line-height: 60px;
  font-size: 18px;
  border-bottom: 1px solid #424242;
  margin-bottom: 14px;
}
.interview-content .item .qa .a {
  padding-inline: 50px 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}
@media screen and (max-width: 980px) {
  .interview-image-wrap {
    position: relative;
    width: 100%;
    height: 660px;
  }
  .interview-image1, .interview-image2, .interview-image3, .interview-image4 {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    height: auto;
  }
  .interview-image1 {
    background-image: url(../img/interview-1-sp.png);
    width: 183.93px;
    left: -7px;
  }
  .interview-image2 {
    background-image: url(../img/interview-2-sp.png);
    width: 273.25px;
    top: 98px;
    right: -49.25px;
  }
  .interview-image3 {
    background-image: url(../img/interview-3-sp.png);
    width: 273.25px;
    left: -42px;
    top: 315px;
  }
  .interview-image4 {
    background-image: url(../img/interview-4-sp.png);
    width: 171.64px;
    right: -9.64px;
    bottom: -5px;
  }
  .interview-content {
    margin-inline: 29px;
  }
  .interview-content .item {
    flex-wrap: wrap;
    justify-content: center;
    border: 2px solid #F0AC47;
    gap: 30px;
    border-radius: 12px;
  }
  .interview-content .item > img {
    display: none;
    padding-inline: 17px;
  }
  .interview-content .item .profile {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: 29px;
  }
  .interview-content .item .profile .text {
    justify-content: start;
    white-space: nowrap;
    margin-inline: 10px;
  }
  .interview-content .item .profile .text p {
    font-size: 12px;
    padding: 6px 8px;
  }
  .interview-content .item .profile .text p:nth-of-type(2) {
    padding: 6px 9px;
  }
  .interview-content .item .title.sp {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
    padding: 17px 13px;
  }
  .interview-content .item .qa {
    margin-inline: 9px;
  }
  .interview-content .item .qaitem {
    display: none;
  }
  .interview-content .item .qaitem .q {
    line-height: 1.2;
    padding-block: 11px;
    gap: 8px;
  }
  .interview-content .item .qaitem .q p:nth-of-type(2) {
    width: 75%;
  }
  .interview-content .item .qaitem .q::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    border-bottom: 1px solid #424242;
    border-left: 1px solid #424242;
    transition: all 0.4s ease;
  }
  .interview-content .item .qaitem .a {
    display: none;
    padding: 14px 17px;
  }
  .interview-content .item-wrap > .close.viewlink {
    display: none !important;
  }
  .interview-content .item-wrap.active .item > img {
    display: block;
  }
  .interview-content .item-wrap.active .item .qaitem {
    display: block;
  }
  .interview-content .item-wrap.active .item .qaitem.active .q::after {
    transform: rotate(135deg);
  }
  .interview-content .item-wrap.active .item .qaitem.active .a {
    display: block;
  }
  .interview-content .item-wrap.active .item .viewlink.close {
    margin-bottom: 10px;
    margin-right: 17px;
  }
}

.recruit {
  max-width: 1220px;
  padding-top: 150px;
  margin: 0 auto 150px;
}
.recruit-wrap .jobs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.recruit-wrap .jobs > p {
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  padding-block: 8px;
}
.recruit-wrap .jobs > p span {
  font-size: 12px;
}
.recruit-wrap .jobs-wrap {
  font-size: 16px;
  max-width: 830px;
  margin: 60px auto;
}
.recruit-wrap .jobs-wrap > p {
  margin-bottom: 10px;
}
.recruit-content {
  display: none;
  margin: 60px auto 0;
  max-width: 730px;
}
.recruit-content.active {
  display: block;
}
.recruit-content .item {
  padding: 15px 40px;
  border-bottom: 1px solid #C6C6C6;
  display: flex;
  gap: 110px;
  font-size: 18px;
}
.recruit-content .item p:nth-of-type(1) {
  width: 150px;
  flex-shrink: 0;
}
.recruit-content .accordion {
  padding: 15px 40px;
  border-bottom: 1px solid #C6C6C6;
}
.recruit-content .accordion .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 1;
}
.recruit-content .accordion .title::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  flex-shrink: 0;
  border-bottom: 1px solid #3EC19A;
  border-left: 1px solid #3EC19A;
  transition: all 0.5s ease;
}
.recruit-content .accordion .desc {
  height: 0;
  display: flex;
  gap: 110px;
  font-size: 0px;
  line-height: 1.5;
  transition: none;
}
.recruit-content .accordion .desc .empty {
  width: 150px;
}
.recruit-content .accordion.active .title::after {
  transform: rotate(135deg);
}
.recruit-content .accordion.active .desc {
  height: auto;
  font-size: 18px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 980px) {
  .recruit {
    padding-top: 80px;
  }
  .recruit-wrap .jobs {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
  .recruit-wrap .jobs-wrap {
    margin-inline: 32px;
  }
  .recruit-wrap .jobs-wrap > p {
    font-size: 20px;
  }
  .recruit-content {
    margin-inline: 24px;
  }
  .recruit-content .item {
    display: block;
    padding: 15px 10px;
  }
  .recruit-content .item:first-of-type {
    border-top: 1px solid #C6C6C6;
  }
  .recruit-content .item p:nth-of-type(1) {
    font-size: 20px;
  }
  .recruit-content .item p:nth-of-type(2) {
    font-size: 14px;
  }
  .recruit-content .accordion {
    padding: 15px 10px;
  }
  .recruit-content .accordion .desc .empty {
    display: none;
  }
  .recruit-content .accordion.active .desc {
    font-size: 14px;
    margin-block: 14px 0;
  }
}

.flow {
  padding-bottom: 150px;
}
.flow-wrap {
  max-width: 1220px;
  margin: auto;
}
.flow-wrap img {
  margin: auto;
}
.flow-wrap img:nth-of-type(1) {
  margin-top: 60px;
}
.flow-wrap img:nth-of-type(2) {
  margin-top: 30px;
}
.flow-wrap .text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 8px;
  padding-block: 13px;
  border-radius: 10px;
  border: 2px solid #3EC19A;
  background: rgba(62, 193, 154, 0.15);
  color: #FFF;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #3EC19A;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.flow-wrap .text img {
  margin-top: 0;
  width: 192px;
  height: auto;
}
.flow-wrap .text::before {
  display: block;
  content: "";
  background-image: url(../img/flow_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 33.372px;
}
@media screen and (max-width: 980px) {
  .flow {
    padding-bottom: 60px;
  }
  .flow-wrap img:nth-of-type(1) {
    padding-inline: 29px;
    width: auto;
  }
  .flow-wrap .text {
    display: none;
  }
}

.cta {
  padding-block: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.cta.sp {
  display: none;
}
.cta .btn {
  position: relative;
  display: block;
  border-radius: 10px;
  padding: 26px;
  width: 315px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.cta .btn-wrap:nth-of-type(1) .btn {
  filter: drop-shadow(3px 6px 0px #3EC19A);
}
.cta .btn-wrap:nth-of-type(2) .btn {
  filter: drop-shadow(3px 6px 0px #2E8E72);
}
.cta .btn-wrap .head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.cta .btn-wrap .head::before {
  display: block;
  content: "";
  width: 18px;
  height: 1px;
  background: #424242;
  transform: rotate(45deg);
}
.cta .btn-wrap .head::after {
  display: block;
  content: "";
  width: 18px;
  height: 1px;
  background: #424242;
  transform: rotate(-45deg);
}
.cta .btn-wrap .head p {
  display: block;
}
.cta .btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 27px;
  display: block;
  content: "";
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .cta {
    flex-wrap: wrap;
    gap: 23px;
  }
  .cta.sp {
    display: flex;
  }
}

.message {
  margin: 150px auto;
  max-width: 1220px;
}
.message-wrap {
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.message-wrap img {
  width: 340px;
  height: auto;
  flex-shrink: 0;
}
.message-wrap .desc {
  max-width: 760px;
  width: 100%;
}
.message-wrap .desc-message {
  font-size: 16px;
  padding-inline: 40px;
  letter-spacing: 0.8px;
  line-height: 1.5;
}
.message-wrap .position {
  font-size: 16px;
}
.message-wrap .name {
  font-size: 22px;
}
.message-wrap .name-wrap {
  display: flex;
  line-height: 1.5;
  align-items: center;
  gap: 30px;
  justify-content: start;
  padding: 20px 40px;
  border-bottom: solid 2px #3EC19A;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .message {
    padding-bottom: 60px;
  }
  .message-wrap {
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .message-wrap img {
    width: 259px;
  }
  .message-wrap .desc {
    margin-inline: 41px;
  }
  .message-wrap .desc-message {
    padding-inline: 0;
    font-size: 14px;
  }
  .message-wrap .desc .name {
    font-size: 20px;
  }
  .message-wrap .desc .name-wrap {
    width: 259px;
    gap: 10px;
    padding: 9px 45px;
    margin: 0 auto 20px;
  }
  .message-wrap .desc .name-wrap .position {
    font-size: 14px;
  }
}

.information {
  max-width: 1220px;
  margin: auto;
}
.information .subtitle {
  display: flex;
  position: relative;
  justify-content: end;
  align-items: center;
  line-height: 1;
}
.information .subtitle h3 {
  position: absolute;
  left: 0;
  font-size: 30px;
}
.information .subtitle p {
  font-size: 150px;
}
.information-wrap {
  max-width: 760px;
  margin: auto;
}
.information-wrap .item {
  padding: 21px 40px;
  border-bottom: 1px solid #C6C6C6;
  display: flex;
  justify-content: start;
  font-size: 18px;
  gap: 110px;
}
.information-wrap .item .title {
  width: 150px;
}
@media screen and (max-width: 980px) {
  .information .subtitle {
    display: block;
    position: relative;
  }
  .information .subtitle h3 {
    font-size: 22px;
    position: relative;
  }
  .information .subtitle p {
    font-size: 70px;
    bottom: 17px;
    left: -25px;
  }
  .information-wrap {
    margin-block: 60px;
  }
  .information-wrap .item {
    display: block;
    font-size: 16px;
    margin-inline: 24px;
    padding: 11px 10px;
  }
}

footer {
  max-width: 1220px;
  margin: auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-block: 100px 34px;
}
footer img {
  width: 200px;
  height: auto;
}
footer nav a {
  display: block;
  text-align: end;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  footer {
    margin: 35px 24px 0;
  }
  footer img {
    width: 146.9px;
  }
  footer nav a {
    margin-bottom: 10px;
  }
}

.privacy {
  max-width: 1220px;
  margin: auto;
  display: flex;
  justify-content: end;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding-bottom: 51px;
}
@media screen and (max-width: 980px) {
  .privacy {
    gap: 8px;
    padding-bottom: 25px;
    margin: 15px 24px;
  }
}

.default {
  max-width: 1080px;
  margin: 170px auto;
}
@media screen and (max-width: 980px) {
  .default {
    margin: 68px 20px;
  }
}/*# sourceMappingURL=style.css.map */