body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  background-color: #F9FEFF;
  line-height: 1.75;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
}
.mb-45 {
  margin-bottom: 45px;
}
.en {
  font-family: 'Poppins', sans-serif;
}
.upper {
  text-transform: uppercase;
}
.cap {
  text-transform: capitalize;
}

.emphasis {
  background-image: linear-gradient(rgba(0 0 0 / 0) 60%, #FFEA7E 60%);
}
.f-white {
  color: #fff;
}
.f-green {
  color: #76BC21;
}
.f-blue {
  color: #00A7E1;
}
.f-80 {
  font-size: 80px;
}

.section-title {
  font-weight: bold;
  position: relative;
  font-size: 32px;
  text-align: center;
  z-index: 2;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 8px;
  background-color: #00A7E1;
  display: block;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:450px) {
.section-title {
    font-size: 24px;
  }
}

.cta-btn {
  background: transparent linear-gradient(262deg, #76BC21 0%, #76BC21 100%) 0% 0% no-repeat padding-box;
  box-shadow: 5px 5px 0px #00000029;
  max-width: 504px;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
    transition: ease .2s;
}
.cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background: transparent linear-gradient(262deg, #4FB1ED 0%, #02A8DF 100%) 0% 0% no-repeat padding-box;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
.cta-btn:hover::before {
  animation: skewanime .5s forwards;
}
@keyframes skewanime {
  100% {
    left: -10%;
  }
}
.cta-btn > a {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 30px;
  max-width: 504px;
  align-items: center;
}
.cta-icon {
  max-width: 35px;
  position: relative;
  z-index: 3;
}
.cta-btn p {
  letter-spacing: 0.1em;
  font-size: 27px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 3px 6px #00000029;
  margin-left: 25px;
  position: relative;
}
.cta-btn p:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
  top: -2px;
  left: 10px;
}
@media screen and (max-width: 800px) {
  .cta-btn {
    margin: 60px auto;
  }
}
@media screen and (max-width: 800px) {
.cta-btn {
  margin-right:auto;
  margin-left:auto;
  max-width: 334px;
}
.cta-btn>a {
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 14px;
  align-items: center;
}
.cta-icon {
  max-width: 24px;
}
.cta-btn p {
  font-size: 17px;
  margin-left: 23px;
  display: flex;
  align-items: center;
}
.cta-btn p:after {
  width: 12px;
  height: 12px;
  border: 4px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  top: 2px;
  left: 4%;
}
}
.fix-cta {
  position: fixed;
  right: 0;
  top: 100px;
  text-align: center;
  background: transparent linear-gradient(16deg, #76BC21 0%, #76BC21 100%) 0% 0% no-repeat padding-box;
  box-shadow: 13px 9px 0px #00000029;
  border: 3px solid #FFFFFF;
  padding: 32px 42px;
  z-index: 999;
  overflow: hidden;
  transition: ease .2s;
}
.fix-cta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: transparent linear-gradient(262deg, #4FB1ED 0%, #02A8DF 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.fix-cta:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.fix-cta p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  margin-top: 26px;
  position: relative;
  z-index: 3;
}
.fix-cta img {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .fix-cta {
  right: initial;
  top: initial;
  bottom: 0; 
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  padding: 18px 42px;
}
.fix-cta a {
  display: flex;
  align-items: center;
}
.fix-cta p {
  -ms-writing-mode: horizonal-tb;
  writing-mode: horizontal-tb;
  font-size: 32px;
  margin-top: 0px;
  margin-left: 30px;
}
}
@media screen and (max-width: 500px) {
.fix-cta {
  padding-top: 8px;
  padding-bottom: 8px;
}
.fix-cta p {
  font-size: 22px;
  margin-left: 20px;
}
.fix-cta img {
  max-width: 24px;
}
}
.header-inner {
  padding-top: 38px;
  padding-bottom: 38px;
  max-width: 1666px;
  margin: 0 auto;
  width: 96%;
}
.header-inner img {
  max-width: 380px;
}
.fv {
  background-image: url(img/fv-back-pc.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
 padding-bottom: 160px;
}
.fv-inner {
  max-width: 1320px;
  margin: 50px auto 0px;
  width: 96%;
}
.fv-seishain {
  max-width: 643px;
  text-align: right;
  position: relative;
  z-index: 1;
}
.fv-seishain p {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.fv-text-wrap {
  max-width: 614px;
  margin-top: 68px;
}
.fv-merit-cta-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.fv-merit-wrap {
  margin-top: 64px;
  display: flex;
  max-width: 614px;
  justify-content: space-between;
}
.fv-merit {
  max-width: 290px;
  width: 290px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 0px #00000029;
  border: 5px solid #00A7E1;
}
.fv-merit-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.fv-merit-title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #6A6A6A;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #00A7E1;
  border-bottom: 1px solid #00A7E1;
  display: inline-block;
  text-align: center;
}
.fv-merit-title.w-p {
  padding-left: 1em;
  padding-right: 1em;
}
.fv-merit-main-inner {
  display: flex;
  max-width: 235px;
  width: 235px;
  align-items: center;
  justify-content: space-around;
}

.fv-merit-main-number {
  font-size:166px;
  font-weight: bold;
  color: #00A7E1;
  letter-spacing: -0.028em;
  line-height: 1;
  position: relative;
}
.fv-merit-main-number-add {
  margin-bottom: -30px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.028em;
  color: #6A6A6A;
}
.fv-merit-unit-yen {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.028em;
  color: #6A6A6A;
}
.fv-merit-unit-year {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.035em;
  color: #6A6A6A;
}

.fv-merit:first-child {
  margin-right: 34px;
}
.fv-merit-sub {
  font-size: 14px;
  font-weight: bold;
  color: #6A6A6A;
  text-align: right;
  padding-right: 20px;
}

@media screen and (max-width: 1120px) {
.fv {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 800px) {
.fv {
    background-image: url(img/fv-back-sp.jpg);
    background-position: top;
    padding-bottom: 0px;
  }
.header-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.fv-inner {
  margin-top: 0px;
}
.fv-seishain p {
  color: #555555;
  font-size: 13px;
}
.fv-text-wrap {
  margin-top: 350px;
}
.fv-merit-wrap {
  margin-top: 30px;
}
}
@media screen and (max-width: 630px) {
.fv-merit:first-child {
  margin-right: 18px;
}
  .fv-merit {
    max-width: initial;
    padding: 8px;
    width: 100%;
  }

  .fv-merit-title {
    margin-top: 10px;
    font-size: clamp(0.75rem, -0.3529rem + 4.7059vw, 1.5rem);
  }

  .fv-merit-title.w-p {
    padding-left: 1em;
    padding-right: 1em;
  }

  .fv-merit-main-inner {
    display: flex;
    max-width: initial;
    width: auto;
  }

  .fv-merit-main-number {
    font-size: clamp(5.5625rem, -1.5147rem + 30.1961vw, 10.375rem);
  }

  .fv-merit-main-number-add {
    margin-bottom: -20px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.028em;
    color: #6A6A6A;
  }
  .fv-merit-unit-yen {
    font-size: clamp(0.8125rem, -0.9338rem + 7.451vw, 2rem);
    font-weight: bold;
    letter-spacing: -0.028em;
    color: #6A6A6A;
  }
  .fv-merit-unit-year {
    font-size: clamp(0.5rem, -0.0515rem + 2.3529vw, 0.875rem);
    font-weight: bold;
    letter-spacing: -0.035em;
    color: #6A6A6A;
  }
  .fv-merit-sub {
    font-size: clamp(0.625rem, 0.2574rem + 1.5686vw, 0.875rem);
    font-weight: bold;
    color: #6A6A6A;
    text-align: right;
    padding-right: 5px;
  }
}
@media screen and (max-width: 500px) {
.header-inner img {
  max-width: 153px;
}
.fv-inner {
  width: 90%;
}
.fv-seishain p {
  font-size: 10px;
}
.fv-text-wrap {
  margin-top: 222px;
}
}

.fv-btn {
  flex-grow: 1;
  margin: 0;
  height: 80px;
  background: transparent linear-gradient(262deg, #76BC21 0%, #76BC21 100%) 0% 0% no-repeat padding-box;
  box-shadow: 5px 5px 0px #00000029;
  max-width: 504px;
  margin: 0 0 5px 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
} 
.fv-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background: transparent linear-gradient(262deg, #4FB1ED 0%, #02A8DF 100%) 0% 0% no-repeat padding-box;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
.fv-btn:hover::before {
  animation: skewanime .5s forwards;
}  
@keyframes skewanime {
  100% {
    left: -10%;
  }
}

.fv-btn>a {
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 30px;
  max-width: 504px;
  align-items: center;
}
.fv-icon {
  max-width: 35px;
}
.fv-btn p {
  letter-spacing: 0.1em;
  font-size: 27px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 3px 6px #00000029;
  margin-left: 25px;
  position: relative;
}
.fv-btn p:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
  top: -2px;
  left: 10px;
}
@media screen and (max-width: 1120px) {
.fv-btn {
    margin: 60px auto;
  }
}
@media screen and (max-width: 800px) {
  .fv-btn {
    margin-right: auto;
    margin-left: auto;
    max-width: 334px;
    height: auto;
  }
  .fv-btn>a {
    padding-bottom: 16px;
    padding-top: 16px;
    padding-left: 14px;
    align-items: center;
  }
  .fv-icon {
    max-width: 24px;
  }
  .fv-btn p {
    font-size: 17px;
    margin-left: 23px;
    display: flex;
    align-items: center;
  }
  .fv-btn p:after {
    width: 12px;
    height: 12px;
    border: 4px solid #fff;
    border-bottom: transparent;
    border-left: transparent;
    top: 2px;
    left: 4%;
  }
}
.what {
  background-image: url(img/what-back-pc.jpg);
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}
.what-inner {
  max-width: 1183px;
  margin: 0 auto;
}
.what-desc-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 320px;
}
.what-desc-title {
  background: transparent linear-gradient(65deg, #02A8DF 0%, #4FB1ED 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 0px #00000029;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 33px 54px;
  flex-basis: 30%;
  position: absolute;
  top: 50%;
  transform: translateY(15%);
  left: 0;
  z-index: 1;
}
.what-desc-maintitle {
  font-weight: bold;
  font-size: 40px;
}
.what-desc-subtitle {
  font-weight: bold;
  font-size: 32px;
}
.what-desc-text {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 896px;
  font-size: 24px;
  color: #024151;
  padding: 68px;
  padding-bottom: 68px;
  padding-left: 114px;
  background-color: #fff;
  box-shadow: 0px 3px 0px #00000029;
  border-radius: 2px;
}
.what-desc-text span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FAFF70 30%);
}
@media screen and (max-width: 1130px) {
.what-desc-wrap {
  margin-bottom: 100px;
}
.what-desc-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .what-desc-title {
  flex-basis: 30%;
  position: relative;
  top: 40px;
  transform: translateY(0%);
  left: 0;
  z-index: 1;
  }
.what-desc-text {
  position: relative;
  padding-top: 68px;
  padding-bottom: 40px;
  padding-left: initial;
  padding-right: initial;
  width: 90%;
}
.what-desc-text p {
  max-width: 729px;
  margin: 0 auto;
  width: 90%;
}
}

@media screen and (max-width: 500px) {
.what {
  padding-top: 50px;
  padding-bottom: 100px;
}
.what-desc-wrap {
    margin-bottom: 70px;
  }
.what-desc-maintitle {
  font-size: 26px;
}
.what-desc-subtitle {
  font-size: 20px;
}
.what-desc-text {
  font-size: 18px;
}
}
.slide-items {
  max-width: 1024px;
  display: flex;
  justify-content: space-between ;
}
.slide-items li {
  max-width: 460px;
}
.slide-items img {
  width: 100%;
  object-fit: cover;
}
.slide-items {
  margin: auto;
}

.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-prev {
  left: calc((100vw - 250px) / 2);
  z-index: 100;
  top: 110%;
}

.slick-next {
  right: calc((100vw - 250px) / 2);
  z-index: 99;
  top: 110%;
}
.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
}
.slick-prev:before,
.slick-next:before {
  color: #1a1a1a;
  margin-top: auto;
  font-size: 30px;
}

.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}

.slick-prev.slick-disabled {
  visibility: hidden;
}
.slick-next.slick-disabled {
  visibility: hidden;
}

@media screen and (min-width: 500px) {
  .slide-items {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 500px) {
  .slide-items img {
    margin-left: -10%;
  }
  .slide-items {
    width: 80%;
  }
}
.point {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #F0FFFA;
  position: relative;
}
.point-wrap {
  max-width: 930px;
  margin: 70px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 247px;
}
.point-card-text {
  color: #024151;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.point-card-subtext {
  font-size: 16px;
  color: #024151;
  font-weight: bold;
}
.point-cross {
  position: relative;
  top: -40px;
  left: -1.5em;
}
.point-cross::before,
.point-cross::after {
  content: "";
  display: block;
  width: 47px;
  height: 8px;
  background-color: #00A7E1;
  border-radius: 8px;
  position: absolute;
}
.point-cross::before {
  transform: rotate(45deg);
}
.point-cross::after {
  transform: rotate(-45deg);
}
.illust01 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
}
@media screen and (max-width: 800px) {
.point {
  padding-bottom: 60px;
}
}
@media screen and (max-width: 735px) {
.point-cross {
  position: relative;
  top: -40px;
  left: -1em;
}
.point-cross::before,
.point-cross::after {
  width: 30px;
  height: 6px;
}
.point-card-text {
  font-size: 18px;
}
.point-card-subtext {
  font-size: 14px;
}
}
@media screen and (max-width: 600px) {
.point {
    padding-bottom: 40px;
  }
.point-wrap {
  width: 90%;
}
.point-cross {
    left: -0.5em;
  }
.point-cross::before,
.point-cross::after {
    width: 17px;
    height: 4px;
  }
.point-card-text {
  font-size: 16px;
}
.point-card-subtext {
  font-size: 11px;
}
.point-img {
  max-width: 160px;
}
.point-card-subtext span {
  display: block;
}
.illust01 {
  bottom: -50px;
  width: 30%;
  z-index: 10;
}
}

.job {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(90deg, #E4F4FE 0%, #E4F4FE 40%, #fff 40%, #fff 100%);
  position: relative;
}
.job-inner {
  max-width: 1342px;
  margin-top: 100px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.job-back {
  position: absolute;
  top: -300px;
  right: 0;
}
.job-contents-box {
  flex-basis: 60%;
  z-index: 2;
}

.job-revenue {
  max-width: 680px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  line-height: 1;
  padding: 0.7rem 1rem 1rem 1.5rem;
  border-radius: 5px;
  border: 3px solid #024151;
  box-shadow: 3px 3px 0 0 #024151, 8px 8px 0 0 rgba(0,0,0,0.16);
}
.job-revenue::before,
.job-revenue::after {
  position: absolute;
  left: 100px;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}
.job-revenue::before {
  top: 100%;
  margin-left: -12px;
  border-color: transparent;
  border-top-color: #024151;
  border-right-color: #024151;
  border-width: 20px;
}
.job-revenue::after {
  top: 99%;
  margin-left: -7px;
  border-color: transparent;
  border-top-color: white;
  border-right-color: white;
  border-width: 15px;
}

.job-revenue-hukidasi {
  color: #024151;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.nikkin {
  font-size: 42px;
  position: relative;
  line-height: 1;
}
.nikkin::before {
  content: "";
  background-image: url(img/enphasis.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  width: 36px;
  height: 20px;
  top: 0em;
  left: -0.30em;
}
.gesshu {
  font-size: 24px;
    line-height: 1;
}
.kingaku {
  font-size: 107px;
  letter-spacing: -0.009em;
    line-height: 1;
}
.manen,
.kasegu {
  font-size: 35px;
    line-height: 1;
}
.job-contents {
  position: relative;
  margin-top: 20px;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 630px;
  box-shadow: 5px 5px 0px #00000029;
}
.job-contents-topic {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  text-align: center;
  color: #024151;
}
.job-contents-topic::before,
.job-contents-topic::after {
  content: "";
  width: 2px;
  height: 35px;
  background-color:#024151;
  display: inline-block;
  position: relative;
  bottom: -2px;
}
.job-contents-topic::before {
  left: -24px;
  transform: rotate(-25deg);
}
.job-contents-topic::after {
  right: -20px;
  transform: rotate(25deg);
}
.job-contents-inner {
  margin-top: 34px;
}
.job-contents-title {
  background-color: #024151;
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: bold;
}
.job-contents-inner h3 {
  font-size: 44px;
  font-weight: bold;
  color: #024151;
  background: linear-gradient(transparent 60%, #FAFF70 30%);
  display: inline-block;
}
.job-contents-inner ul {
  color: #024151;
  font-size: 24px;
  font-weight: bold;
}
.job-contents-inner ul li {
  margin-top: 16px;
}
.job-contents-add {
  font-size: 16px;
  font-weight: bold;
  color: #024151;
  padding-left: 5px;
}
.illust02 {
  position: absolute;
  width: 20%;
  mix-blend-mode: multiply;
}
@media screen and (max-width:1350px) {
  .job-inner {
    width: 96%;
  }
}
@media screen and (max-width:1200px) {
  .job-inner {
    flex-direction: column;
  }
.job-back {
    position: relative;
    top: 0;
    right: 0;
    max-width: 768px;
    margin-left: 14%;
    margin-top: 50px;
  }
.illust02 {
  width: 30%;
}
}
@media screen and (max-width:650px) {
  .job {
    padding-bottom: 70px;
  }
  .job-revenue {
    max-width: 640px;
    margin: 0 auto;
  }
.nikkin {
  font-size: clamp(1.5rem, 0.3068rem + 5.0909vw, 2.375rem);
}
.gesshu {
  font-size: clamp(0.75rem, -0.2727rem + 4.3636vw, 1.5rem);
}
.kingaku {
  font-size: clamp(3.3125rem, -1.2898rem + 19.6364vw, 6.6875rem);
}
.manen,
.kasegu {
  font-size: clamp(1rem, -0.6193rem + 6.9091vw, 2.1875rem);
}

  .job-back {
    position: relative;
    top: 0;
    right: 0;
    max-width: 768px;
    margin-left: 14%;
    margin-top: 50px;
  }
.job-contents {
  min-width: auto;
  padding: 40px 10px;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
}
.job-contents-topic {
  font-size: 24px;
}

.job-contents-topic::before,
.job-contents-topic::after {
  height: 30px;
  bottom: -3px;
}

.job-contents-topic::before {
  left: -14px;
  transform: rotate(-25deg);
}

.job-contents-topic::after {
  right: -13px;
  transform: rotate(25deg);
}

.job-contents-title {
  font-size: 14px;
}

.job-contents-inner h3 {
  font-size: 24px;
  margin-bottom: 6px;
}

.job-contents-inner ul {
  font-size: 14px;
}

.job-contents-inner ul li {
  margin-top: 6px;
}

.job-contents-add {
  font-size: 13px;
  padding-left: 5px;
}
.illust02 {
  width: 40%;
}
}

@media screen and (max-width:500px) {
  .job-revenue {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
    padding-left: 0.4rem;
    padding-right: 0.2rem;
  }
  .nikkin::before {
    width: 24px;
    height: 20px;
    top: 0em;
    left: -0.20em;
  }
  .job-revenue::before {
    border-width: 15px;
  }
  .job-revenue::after {
    border-width: 10px;
  }
}


.dormitory {
  padding-top: 100px;
}
.dormitory h3 {
  margin: 100px auto 0px ;
  max-width: 1150px;
  width: 96%;
  position: relative;
  padding: 0.7rem 0.7rem 1.2rem 0.7rem;
  border-radius: 5px;
  border: 3px solid #024151;
  box-shadow: 3px 3px 0 0 #024151,8px 8px 0 0 rgba(0,0,0,0.16);
  font-weight: bold;
  font-size: 40px;
  color: #024151;
  line-height: 1;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  z-index: 5;
}
.dormitory h3:before,
.dormitory h3:after {
  position: absolute;
  left: 60px;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}
.dormitory h3:before {
  top: 100%;
  margin-left: -12px;
  border-color: transparent;
  border-top-color: #024151;
  border-right-color: #024151;
  border-width: 27px;
}
.dormitory h3:after {
  top: 99%;
  margin-left: -7px;
  border-color: transparent;
  border-top-color: white;
  border-right-color: white;
  border-width: 20px;
}
.dormitory-f-large {
  font-size: 80px;
}

.dormitory-room {
  position: relative;
  padding-bottom: 74px;
}
.dormitory-room::before {
  content: "";
  position: absolute;
  background-image: url(img/dormitory.png);
  width: 60%;
  height: 464px;
}
.dormitory-room::after {
  content: "";
  position: absolute;
  background-image: url(img/dormitory-square.png);
  width: 90%;
  height: 320px;
  bottom: 0;
  background-size: cover;
}
.dormitory-room-inner {
 position: relative;
 max-width: 1025px;
 margin: 0 auto;
 z-index: 1;
}
.dormitory-room-list-box {
  padding-top: 85px;
  padding-left: 60px;
  padding-bottom: 85px;
  box-shadow: 5px 5px 0px #00000029;
  max-width: 633px;
  flex-shrink: 0;
  background-color: #fff;
}
.dormitory-room-list {
  font-size: 40px;
  font-weight: bold;
  color: #024151;
  position: relative;
  padding-left: 27px;
}
.dormitory-room-list:first-child {
  margin-bottom: 45px;
}
.dormitory-room-list:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 15px;
  height: 21px;
  border-right: 3px solid #024151;
  border-bottom: 3px solid #024151;
}
.dormitory-pc-br {
  display: block;
}
.dormitory-enphasis {
  background: linear-gradient(transparent 60%, #FAFF70 30%);
}
.dormitory-room-list-box p {
 color: #024151;
 font-size: 16px;
 font-weight: bold;
 margin-top: 10px;
}
.dormitory-room-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.dormitory-room-img-inner {
  max-width: 512px;
}
.dormitory-room-img-inner p {
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 1170px) {
  .dormitory h3 {
  font-size: clamp(1.875rem, -0.9821rem + 4.7619vw, 2.5rem);
  }
}
@media screen and (max-width: 960px) {
.dormitory h3 {
  font-size: clamp(1.4375rem, 0.962rem + 1.5217vw, 1.875rem);
}
.dormitory-f-large {
  font-size: clamp(2.125rem, -1rem + 10vw, 5rem);
}
.dormitory-room {
  padding-bottom: 35px;
}
.dormitory-room::before {
  display: none;
}
.dormitory-room::after {
  background-image: url(img/dormitory-square-sp.png);
  width: 100%;
  height: 75%;
}
.dormitory-room-inner {
  max-width: none;
  width: 90%;
}
.dormitory-pc-br {
  display: inline;
}
.dormitory-sp-br {
  display: inline-block;
}
.dormitory-room-img {
  position: relative;
  top: -40px;
  transform: translateY(0%);
  right: 0%;
  display: flex;
  flex-direction:column;
  align-items: center;
}
}
@media screen and (max-width:855px) {

  .dormitory h3 {
    max-width: 680px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 35px;
  }
  .dormitory-merit02 {
    margin-top: 16px;
  }
  .dormitory-room-list-box {
    margin: 0 auto;
  }
  .dormitory-mobility-list-box {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 700px) {
  .dormitory-inner {
    width: 96%;
    margin: 0 auto;
  }
.dormitory h3:before {
    border-width: 20px;
  }
  .dormitory h3:after {
    border-width: 14px;
  }
.dormitory-room-list {
    font-size: 20px;
  }
.dormitory-room-img-inner {
  max-width: 400px;
}
.dormitory-room-list:before {
  top: 10px;
  width: 13px;
  height: 19px;
}
.dormitory-room-list-box {
  padding-top: 24px;
  padding-left: 24px;
  padding-bottom: 65px;
  box-shadow: 5px 5px 0px #00000029;
  max-width: none;
  width: 100%;
  margin: 0 auto;
  flex-shrink: 0;
  background-color: #fff;
}
.dormitory-room-list:first-child {
  margin-bottom: 24px;
}
}
@media screen and (max-width: 500px) {
.dormitory {
  padding-top: 60px;
}
.dormitory h3 {
  margin-top: 55px;
}
.dormitory h3:before {
    border-width: 15px;
  }
  .dormitory h3:after {
    border-width: 10px;
  }
.dormitory-pc-br {
    display: block;
  }

.dormitory-room-list {
    font-size: 20px;
  }
.dormitory-room-img-inner {
  max-width: 290px;
}
.dormitory-room-img {
  position: relative;
  top: -40px;
  transform: translateY(0%);
  right: 0%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 8%;
}
.dormitory-room-img-inner p {
  font-size: 13px;
}
}

.dormitory-mobility {
  position: relative;
  margin-top: 60px;
  padding-bottom: 90px;
}
.dormitory-mobility::before {
  content: "";
  position: absolute;
  background-image: url(img/mobility.png);
  width: 60%;
  height: 464px;
  bottom: 0;
  right: 0;
}
.dormitory-mobility::after {
  content: "";
  position: absolute;
  background-image: url(img/dormitory-square.png);
  width: 90%;
  height: 320px;
  bottom: 0;
  right: 0;
  background-size: cover;
}
.dormitory-mobility-inner {
  position: relative;
  max-width: 1025px;
  margin: 0 auto;
  z-index: 1;
}
.dormitory-mobility-list-box {
  padding-top: 64px;
  padding-left: 176px;
  padding-bottom: 64px;
  box-shadow: 5px 5px 0px #00000029;
  max-width: 633px;
  flex-shrink: 0;
  background-color: #fff;
  margin-left: auto;
}
.dormitory-mobility-list-box p {
  font-size: 16px;
  font-weight: bold;
  color: #024151;
  text-align: right;
  padding-right: 35px;
}
.dormitory-mobility-list {
  font-size: 40px;
  font-weight: bold;
  color: #024151;
  position: relative;
  padding-left: 27px;
  margin-top: 16px;
}

.dormitory-mobility-list:first-child {
  margin-top: 0;
}

.dormitory-mobility-list:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 15px;
  height: 21px;
  border-right: 3px solid #024151;
  border-bottom: 3px solid #024151;
}
.dormitory-mobility-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.dormitory-mobility-img-inner {
  max-width: 512px;
}
.dormitory-mobility-img p {
  text-align: right;
  font-size: 14px;
  color: #024151;
}
@media screen and (max-width: 960px) {
.dormitory-mobility {
    padding-bottom: 35px;
  }

  .dormitory-mobility::before {
    display: none;
  }

  .dormitory-mobility::after {
    background-image: url(img/dormitory-square-sp.png);
    width: 100%;
    height: 75%;
  }
.dormitory-mobility-inner {
  max-width: none;
  width: 90%;
}
.dormitory-mobility-list-box {
  margin-left: auto;
  padding-top: 85px;
  padding-left: 60px;
  padding-bottom: 85px;
  max-width: 633px;
}
.dormitory-mobility-img {
  position: relative;
  top: -40px;
  transform: translateY(0%);
  right: 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
}
@media screen and (max-width: 700px) {
  .dormitory-mobility-list {
    font-size: 20px;
  }
  .dormitory-mobility-img-inner {
    max-width: 400px;
  }
  .dormitory-mobility-list:before {
    top: 10px;
    width: 13px;
    height: 19px;
  }
  .dormitory-mobility-list-box {
    padding-top: 24px;
    padding-left: 24px;
    padding-bottom: 65px;
    box-shadow: 5px 5px 0px #00000029;
    max-width: none;
    width: 100%;
    margin: 0 auto;
    flex-shrink: 0;
    background-color: #fff;
  }
  .dormitory-mobility-list:first-child {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 500px) {
  .dormitory h3 {
    font-size: 22px;
    width: 90%;
  }
  .dormitory-f-large {
    font-size: 34px;
  }
  .dormitory-mobility-list {
    font-size: 20px;
  }
  .dormitory-mobility-img-inner {
    max-width: 290px;
  }
  .dormitory-mobility-img {
    position: relative;
    top: -40px;
    transform: translateY(0%);
    right: 0%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 8%;
  }
  .dormitory-mobility-img-inner p {
    font-size: 13px;
  }
}

/* 食堂 */
.dining {
  position: relative;
  padding-top: 100px;
  padding-bottom: 186px;
  margin-bottom: 100px;
}
.dining::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(img/dining-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 320px;
  bottom: 0;
}
.dining::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(img/dining.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 318px;
  z-index: 9;
  bottom: 0;
  right: 0;
}
.dining-inner {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.dining-img {
  width: 50%;
  text-align: right;
  margin-right: 10px;
}
.dining-text-wrap {
  width: 50%;
  font-weight: bold;
  color: #024151;
}
.dining-text-wrap-inner {
  margin-left: 10px;
  max-width: 456px;
  display: flex;
  flex-direction: column;
}
.dining-text-wrap-inner p {
  font-size: 38px;
  display: inline;
}
.dining-text-wrap-inner div {
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 960px) {
.dining-inner {
  flex-direction: column;
  flex-direction: column-reverse;
  align-items: center;
}
.dining-img {
  width: 90%;
  text-align: right;
  margin-right: 10px;
  margin-top: 30px;
}
.dining-text-wrap {
  width: 90%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.dining {
  padding-bottom: 100px;
}
.dining::after {
  height: 200px;
}
}
@media screen and (max-width: 500px) {
.dining {
    padding-bottom: 70px;
    padding-top: 70px;
    margin-bottom:60px;
  }
.dining-text-wrap-inner p {
    font-size: 23px;
  }
}

/* 勤務地はこちら */
.map {
  background-image: url(img/map-back.png);
  position: relative;
  background-size: cover;
}
.map-inner {
  position: relative;
}
.map-img {
  max-width: 1258px;
  margin: 0 auto;
  position: relative;
}
.map-contents {
  background-image: url(img/map-contents-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
  margin-top: -306px;
  padding-top: 80px;
  padding-bottom: 95px;
  text-align: center;
}
.map-contents h3 {
  font-size: 39px;
  font-weight: bold;
}
.map-contents>p {
  margin-top: 87px;
  font-size: 24px;
  font-weight: bold;
  color: #024151;
}
.map-activity {
  margin-top: 48px;
}
.map-activity-list-wrap {
  max-width: 858px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.map-activity-list {
  max-width: 268px;
}
.map-access {
  margin: 48px auto 0px;
  background-color: #fff;
  max-width: 709px;
  color: #024151;
  font-weight: bold;
  padding-top: 24px;
  padding-bottom: 2px;
  box-shadow: 0px 3px 0px #00000029;
}
.map-access>p {
  font-size: 28px;
}
.map-access-list-wrap {
  margin: 30px auto;
  text-align: start;
  max-width: 603px;
}
.map-access-list {
  font-size: 20px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1024px) {
  .map-contents {
    margin-top: -24%;
  }
  .map-activity {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 800px) {
  .map {
    background-image: url(img/map-back-sp.png);
  }
  .map-img {
    width: 90%;
  }
  .map-img img {
    width: 100%;
  }
  .map-access {
    max-width: none;
    width: 96%;
  }
  .map-access-list-wrap {
  max-width: none;
  width: 90%;
}
}
@media screen and (max-width: 500px) {
.map-contents {
  padding-top: 34px;
  padding-bottom: 50px;
}
.map-contents h3 {
  font-size: 21px;
  width: 90%;
  margin: 0 auto;
}
.map-contents>p {
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
  margin-top: 29px;
}
.map-activity {
  margin-top: 24px;
}
.map-access {
  margin-top: 24px;
}
.map-access>p {
  font-size: 20px;
}
.map-access-list {
  font-size: 16px;
  margin-bottom: 10px;
}
}

.flow {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.flow::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 314px;
  width: 40%;
  background-image: url(img/flow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.illust03 {
  position: absolute;
  z-index: 2;
  max-width: 448px;
  width: 20%;
  bottom: -70px;
  right: 0;
    mix-blend-mode: multiply;
}
.flow-inner {
  margin: 70px auto 0px;
  max-width: 886px;
  position: relative;
}
.flow-box {
  border: 1px solid #00A7E1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 27px;
}
.flow-step-wrap {
  background-color: #00A7E1;
  box-shadow: 0px 2px 0px #00000029;

}
.flow-step {
  padding: 2px 50px;
  margin: 0px 2px 2px 2px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-top: none;
  
}
.flow-step-num {
  vertical-align: middle;
  font-size: 27px;
  line-height: 0;
  margin-left: 4px;
}
.flow-box-inner {
  margin-top: 30px;
  display: flex;
}
.flow-box-img {
  max-width: 222px;
}
.flow-box-contents {
  margin-left: 40px;
  max-width: 530px;
}
.flow-box-title-wrap {
  display: flex;
  align-items: center;
}
.flow-num {
  font-size: 40px;
  font-weight: 400;
  color: #00A7E1;
  line-height: 60px;
}
.flow-box-title {
  color: #04263F;
  font-size: 32px;
  font-weight: bold;
  margin-left: 6px;
}
.flow-box-text {
  color: #04263F;
  font-size: 20px;
}
.flow-enphasis {
  font-weight: bold;
}
.flow-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 53.5px 0 53.5px;
  border-color: #00A7E1 transparent transparent transparent;
  margin: 26px auto;
}

@media screen and (max-width: 892px) {
  .flow {
      padding-top: 60px;
      padding-bottom: 0px;
    }
.flow::after {
  display: none;
}
.illust03 {
  position: relative;
  z-index: 2;
  max-width: 448px;
  width: 20%;
  bottom: 0px;
  right: 0;
  min-width: 157px;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.flow-inner {
  width: 90%;
  }
.flow-box {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.flow-box-inner {
  flex-direction: column;
  align-items: center;
}
.flow-box-contents {
  margin-left: 0px;
  margin-top: 20px;
}
.flow-box-title-wrap {
  flex-direction: column;
}
.flow-box-title {
  margin-left: 0px;
}
.flow-box-text {
  margin-top: 10px;
}
}
@media screen and (max-width: 500px) {

.flow-box {
  padding-left: 10px;
  padding-right: 10px;
}
.flow-step {
  font-size: 14px;
}
.flow-step-num {
  font-size: 24px;
}
.flow-box-img {
  max-width: 235px;
}
.flow-box-contents {
  margin-top: 23px;
}
.flow-num {
  font-size: 50px;
}
.flow-box-title {
  font-size: 20px;
  margin-left: 0px;
}
.flow-box-text {
  font-size: 16px;
}
.flow-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 47px 0 47px;
  border-color: #00A7E1 transparent transparent transparent;
  margin: 30px auto;
}
}

.support {
  position: relative;
  width: 100%;
  background-position: center center;
  padding-top: 170px;
  padding-bottom: 100px;
  background: transparent linear-gradient(241deg, #C3EFFF 0%, #D6EEB9 100%) 0% 0% no-repeat padding-box;
}
.support::after {
display: block;
position: absolute;
top: 0;
left: 0;
content: "";
height: 464px;
width: 80%;
background-image: url(img/support.png);
background-size: contain;
background-repeat: no-repeat;
}
.support-inner {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.support-main-inner {
  background-color: rgba(255,255,255,0.69);
  max-width: 705px;
  padding-top: 44px;
  padding-bottom: 44px;
  padding-left: 34px;
}
.support-main-inner h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 28px;
}
.support-main-inner h2::before {
  content: "";
  position: relative;
  display: block;
  background-color: #00A7E1;
  width: 80px;
  height: 8px;
  margin-bottom: 14px;
}
.support-main-text {
  max-width: 421px;
}
.support-main-text:first-of-type {
  padding-bottom: 24px;
}
.support-main-container {
  position: relative;
}
.support-img {
  max-width: 379px;
  position: absolute;
  top: 40%;
  left: 50%;
}
.support-sub-title {
  margin-top: 100px;
  color: #04263F;
  font-size: 32px;
  font-weight: bold;
  max-width: 1024px;
  text-align: center;
}
.support-base {
  margin-top: 24px;
  font-size: 16px;
  max-width: 1024px;
  line-height: 1.7;
}
@media screen and (max-width: 1023px) {
.support-inner {
  width: 90%;
  margin: 0 auto;
}
.support-main-inner {
  margin: 0 auto;
}
.support-main-text {
  max-width: 100%;
  width: 96%;
}
.support-img {
  position: relative;
  margin-top: -5%;
  transform: translateX(-50%);
}
}
@media screen and (max-width: 500px) {
.support {
  padding-top: 70px;
  padding-bottom: 24px;
}
.support::after {
  display: none;
}
.support-main-inner {
  padding-top: 44px;
  padding-bottom: 93px;
  padding-left: 18px;
  padding-right: 10px;
}
.support-main-inner h2 {
  font-size: 22px;
  margin-right: auto;
  margin-left: auto;
}
.support-main-text {
  margin-right: auto;
  margin-left: auto;
}
.support-img {
  position: relative;
  margin-top: -18%;
  transform: translateX(-50%);
  max-width: 288px;
}
.support-sub-title {
  margin-top: 24px;
  font-size: 20px;
}
.support-base {
  font-size: 14px;
  line-height: 1.9;
}
}

.description {
  max-width: 840px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.description-contents {
  margin: 80px auto;
}
.description-list {
  display: flex;
  margin: 0 auto 30px;
  color: #04263F;
  align-items: baseline;
}
.description-title {
  width: 230px;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
  flex-shrink: 0;
  position: relative;
}
.description-title::after {
  content: "";
  position: relative;
  height: 26px;
  width: 2px;
  background-color: #00A7E1;
  display: inline-block;
  top: 3px;
  left: 0;
  margin-left: 24px;
}
.description-text {
  padding-left: 34px;
  font-size: 24px;
}
.description-text-add {
  padding-left: 34px;
  font-size: 16px;
}
.description-text-add-star {
  padding-left: 34px;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 500px) {
.description {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.description-list {
  flex-direction: column;
  width: 90%;
}
.description-title {
  width: 230px;
  text-align: start;
  font-size: 20px;
  margin-bottom: 8px;
}
.description-title::after {
  display: none;
}
.description-title::before {
  content: "";
  position: relative;
  height: 2px;
  width: 26px;
  background-color: #00A7E1;
  display: inline-block;
  top: -5px;
  left: 0;
  margin-right: 8px;
}
.description-text {
  padding-left: 0px;
  font-size: 18px;
}
.description-text-add,
.description-text-add-star {
  padding-left: 0px;
  font-size: 14px;
}
}

.contact {
  background: transparent linear-gradient(77deg, #C6EEFA 0%, #E8F7FF 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 40px;
  padding-top: 80px;
  text-align: center;
  justify-content: space-around;
  position: relative;
}
.contact-card-wrap {
  margin-top: 70px;
  max-width: 970px;
  margin: 70px auto 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact-card-tel {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  border: 1px solid #00A7E1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  width: 100%;
  height: 330px;
}
.contact-card-icon {
  width: 83px;
}
.contact-card-title {
  font-size: 20px;
  font-weight: bold;
}
.contact-card-telnumber {
  display: flex;
  align-items: center;
}
.contact-card-telnumber-icon {
  width: 40px;
  margin-right: 8px;
}
.contact-card-telnumber a {
  font-size: 37px;
  font-family: 'Roboto', sans-serif;
  color: #024151;
  font-weight: bold;
}
.contact-card-telhour {
  font-size: 18px;
}
.contact-card-adnumber {
  font-size: 16px;
  max-width: 364px;
  width: 90%;
  border: 1px solid #242424;
  margin-top: 13px;
}
.contact-card-tel-text {
  font-size: 16px;
  margin-top: 15px;
}
.contact-card-web {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  border: 1px solid #00A7E1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  width: 100%;
  height: 330px;
}
.contact-btn {
  display: flex;
  background-color: #76BC21;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 262px;
  padding: 14px 12px;
  margin-top: 10px;
}
.contact-btn p {
  margin-left: 8px;
  position: relative;
}
.contact-btn p::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
  top: -1px;
  left: 20px;
}
.contact-line-wrap {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.contact-line-icon {
  width: 40px;
}
.contact-line-wrap p {
  color: #024151;
  font-size: 20px;
  font-weight: bold;
  margin-left: 20px;
}
.contact-line-btn {
  display: flex;
  background-color: #06C755;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 262px;
  padding: 14px 12px;
  margin-top: 20px;
  justify-content: center;
}
.contact-line-btn p {
  position: relative;
  letter-spacing: .1em;
}
.contact-line-btn p::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
  top: -1px;
  left:50px;
}
@media screen and (max-width:900px) {
  .contact-card-wrap {
    justify-content: center;
  }
  .contact-card-tel {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:450px) {
  .contact-card-tel,
  .contact-card-web {
    width: 90%;
    height: auto;
  }
  .contact-card-title {
    font-size: 18px;
    margin-top: 13px;
  }
  .contact-card-telnumber p {
    font-size: 28px;
  }
  .contact-card-telhour {
    font-size: 16px;
  }
  .contact-card-adnumber {
    font-size: 13px;
  }
  .contact-card-tel-text {
    font-size: 13px;
  }
  .contact-line-wrap p {
    font-size: 18px;
  }
}

.pagetop {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color:#FFB759;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
.pagetop-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pagettop-text {
  font-size: 13px;
  font-weight: bold;
}
.pagetop-arrow {
  width: 16px;
  height: 16px;
  border: 5px solid #fff;
  transform: rotate(-45deg);
  border-bottom: transparent;
  border-left: transparent;
  margin-top: 13px;
}
@media screen and (max-width: 500px) {
.pagetop {
  bottom: 60px;
  right: 10px;
  width: 64px;
  height: 64px;
}
.pagettop-text {
  margin-top: 4px;
  font-size: 10px;
}
.pagetop-arrow {
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  transform: rotate(-45deg);
  border-bottom: transparent;
  border-left: transparent;
  margin-top: 6px;
}
}
.footer {
  padding-top: 45px;
  padding-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer img {
  max-width: 482px;
  width: 90%;
  display: block;
}
.footer small {
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .footer {
    padding-top: 30px;
  }
}
.elm2 {
transform:translateY(50px);
opacity:0;
}
.lagchild {
opacity:0;
transform:translateY(50px);
}
.huwa {
animation:huwa .4s ease-out forwards;
}
@keyframes huwa {
to {
transform:initial;
opacity:1;
}
}