.front-content {
  padding-top: 0;
}
.front-content .sec1 {
  padding-bottom: 40px;
  overflow: hidden;
}
.front-content .sec1-bg {
  display: none;
}
.front-content .sec1 .slide-wrap .slick-dots {
  bottom: -18px;
}
.front-content .sec1 .slide-wrap .slick-dots li {
  width: 60px;
  height: 8px;
}
.front-content .sec1 .slide-wrap .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #EBEBEB;
}
.front-content .sec1 .slide-wrap .slick-dots li button::before {
  content: none;
}
.front-content .sec1 .slide-wrap .slick-dots li.slick-active button {
  background: #006C71;
}
.front-content .sec1 .slide-wrap.slick-dotted.slick-slider {
  margin-bottom: 18px;
}
.front-content .sec1 .slide-msg {
  bottom: 33px;
  left: 0;
  width: 100%;
}
.front-content .sec1 .slide-msg img {
  width: auto;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .front-content {
    padding-top: 0;
  }
  .front-content .sec1 {
    background: #006C71;
    position: relative;
    padding: 0;
  }
  .front-content .sec1-bg {
    background: #fff;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
  }
  .front-content .sec1 .slide-wrap {
    max-width: 1655px;
    width: 86.2%;
  }
  .front-content .sec1 .slide-wrap.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .front-content .sec1 .slide-wrap .slick-list {
    overflow: hidden;
  }
  .front-content .sec1 .slide-wrap .slick-dots {
    bottom: 50%;
    transform: translateY(50%);
    right: -37px;
    width: 14px;
  }
  .front-content .sec1 .slide-wrap .slick-dots li {
    width: 14px;
    height: 82px;
    margin: 0 0 15px;
  }
  .front-content .sec1 .slide-wrap .slick-dots li:last-of-type {
    margin-bottom: 0;
  }
  .front-content .sec1 .slide-msg {
    bottom: 36px;
    left: 0;
    width: 69.12%;
    max-width: 1144px;
  }
  .front-content .sec1 .slide-msg img {
    width: auto;
    height: auto;
  }
}
.front-content .sec2-block1 {
  margin-bottom: 100px;
}
.front-content .sec2-block1-box h3:before {
  background: transparent url(../img/common/logo-bg.svg) no-repeat 50% 0/290px auto;
  height: 44px;
  content: "";
  margin-bottom: -17px;
}
.front-content .sec2-block1-box1 {
  margin-bottom: 30px;
}
.front-content .sec2-block1-box2 {
  padding: 0 15px;
}
.front-content .sec2-block1-box2 p {
  line-height: 2;
}
.front-content .sec2-block2-box {
  margin-bottom: 80px;
}
.front-content .sec2-block2-img {
  margin-bottom: -30px;
  z-index: 1;
  position: relative;
}
.front-content .sec2-block2-info {
  position: relative;
  z-index: 2;
  background: #fff;
  margin: 0 auto;
  max-width: 500px;
  border-radius: 15px;
  width: calc(100% - 30px);
  padding: 25px 15px 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.front-content .sec2-block2-info h4 {
  margin-bottom: 20px;
}
.front-content .sec2-block2-info p {
  line-height: 2;
}

@media print, screen and (min-width: 992px) {
  .front-content .sec2 {
    padding-top: 150px;
    position: relative;
    overflow: hidden;
  }
  .front-content .sec2:after {
    position: absolute;
    max-width: 475px;
    width: 20%;
    height: calc(100% - 170px);
    content: "";
    background: #006C71;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .front-content .sec2-block1 {
    margin-bottom: 100px;
  }
  .front-content .sec2-block1-box h3:before {
    background-size: 500px auto;
    height: 75px;
    margin-bottom: -28px;
  }
  .front-content .sec2-block1-box1 {
    width: 50%;
    padding-left: 40px;
    margin-bottom: 0;
  }
  .front-content .sec2-block1-box1 img {
    transform: translateX(100%);
    transition: transform 1.2s, opacity 0.6s;
    opacity: 0;
  }
  .front-content .sec2-block1-box1.on img {
    transform: translateX(0);
    opacity: 1;
  }
  .front-content .sec2-block1-box2 {
    padding: 0 40px;
    width: 50%;
    max-width: 640px;
    margin: 0 0 0 auto;
  }
  .front-content .sec2-block1-box2 p {
    line-height: 2;
  }
  .front-content .sec2-block2 {
    max-width: 1280px;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto 110px;
  }
  .front-content .sec2-block2-box {
    margin-bottom: 0;
    width: calc(50% - 40px);
  }
  .front-content .sec2-block2-box:nth-child(2n) {
    margin-top: 50px;
  }
  .front-content .sec2-block2-img {
    margin-bottom: -60px;
  }
  .front-content .sec2-block2-info {
    width: 85.71%;
    margin: 0 auto;
    padding: 30px 25px 40px;
  }
}
.front-content .sec3-main {
  padding: 0 15px 70px;
}
.front-content .sec3-box {
  opacity: 0;
  transform: translateY(50%);
  transition: 0.8s;
}
@media screen and (max-width: 767px) {
  .front-content .sec3-box {
    max-width: 360px;
    margin: 0 auto 20px;
  }
  .front-content .sec3-box.on {
    opacity: 1;
    transform: translateY(0);
  }
}
.front-content .sec3-box:last-of-type {
  margin-bottom: 0;
}
.front-content .sec3-box h4 {
  width: 100%;
  margin-bottom: 15px;
  color: #000;
  transition: color 0.3s;
}
.front-content .sec3-box-img {
  width: 90px;
  margin: 0 auto 0 0;
}
.front-content .sec3-box-info {
  width: calc(100% - 105px);
  line-height: 2;
  margin: 0 0 0 auto;
  color: #000;
  transition: color 0.3s;
}
.front-content .sec3-box a {
  background: #F5F5F5;
  padding: 20px 15px 25px;
  transition: background 0.3s;
}
.front-content .sec3-box a:hover {
  opacity: 1;
  text-decoration: none;
}
.front-content .sec3-box a:hover h4,
.front-content .sec3-box a:hover .sec3-box-info {
  color: #fff;
}
.front-content .sec3-box:nth-of-type(1) a:hover {
  background: #FFAB1A;
}
.front-content .sec3-box:nth-of-type(2) a:hover {
  background: #344EB7;
}
.front-content .sec3-box:nth-of-type(3) a:hover {
  background: #1C9F51;
}

@keyframes upbox {
  from {
    opacity: 0;
    transform: translateY(80%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 768px) {
  .front-content .sec3 {
    margin-bottom: 200px;
    position: relative;
  }
  .front-content .sec3:before {
    position: absolute;
    background: #005C50;
    min-height: 521px;
    width: 1000px;
    height: calc(100% - 147px);
    display: block;
    top: 0;
    right: 50%;
    transform: translateX(-100%);
    transition: transform 0.6s;
    content: "";
    z-index: 1;
  }
  .front-content .sec3:before.on {
    transform: translateX(-33.3333333333%);
  }
  .front-content .sec3 .sec-ttl {
    margin-bottom: 50px;
  }
  .front-content .sec3-main {
    padding: 0 15px;
    max-width: 1310px;
    margin: 0 auto;
    gap: 0 40px;
    position: relative;
    z-index: 2;
  }
  .front-content .sec3-box {
    width: calc((100% - 80px) / 3);
    margin-bottom: 0;
  }
  .front-content .sec3-box h4 {
    margin-bottom: 37px;
  }
  .front-content .sec3-box-img {
    width: 149px;
    margin: 0 auto 38px;
  }
  .front-content .sec3-box-info {
    width: 100%;
    margin: 0 auto;
  }
  .front-content .sec3-box a {
    padding: 40px 24px 43px;
  }
  .front-content .sec3-box:nth-of-type(1).on {
    animation: upbox 0.6s linear 0.3s forwards;
  }
  .front-content .sec3-box:nth-of-type(2).on {
    animation: upbox 0.6s linear 0.6s forwards;
  }
  .front-content .sec3-box:nth-of-type(3).on {
    animation: upbox 0.6s linear 0.9s forwards;
  }
}
@media screen and (min-width: 1310px) {
  .front-content .sec3.on:before {
    transform: translateX(-440px);
  }
}
.front-content .sec4 {
  margin-bottom: 100px;
}

@media print, screen and (min-width: 768px) {
  .front-content .sec4 {
    margin-bottom: 200px;
  }
  .front-content .sec4 .sec-ttl {
    margin-bottom: 50px;
  }
}
.front-content .sec5 {
  padding-bottom: 100px;
  overflow: hidden;
}
.front-content .sec5-img {
  width: calc(100% - 25px);
  position: relative;
  margin: 25px 0 50px 25px;
}
.front-content .sec5-img::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  display: block;
  width: 0%;
  height: 100%;
  background: #005C50;
  z-index: 1;
  transition: 0.6s;
}
.front-content .sec5-img img {
  position: relative;
  z-index: 2;
}
.front-content .sec5-box {
  padding: 0 15px;
}
.front-content .sec5-box p {
  line-height: 2;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .front-content .sec5-img img {
    transform: translateX(100%);
    transition: 0.6s;
  }
  .front-content .sec5-img.on::before {
    width: 100%;
  }
  .front-content .sec5-img.on img {
    transform: translateX(0);
  }
}
@media print, screen and (min-width: 768px) {
  .front-content .sec5 {
    padding-bottom: 150px;
  }
  .front-content .sec5-img {
    width: calc(50% - 60px);
    margin: 70px 0 0 60px;
  }
  .front-content .sec5-img::before {
    top: -70px;
    left: -70px;
    transition: 1.5s;
  }
  .front-content .sec5-img img {
    transform: translateX(-100%);
    opacity: 0;
    transition: 1.2s;
  }
  .front-content .sec5-img.on::before {
    width: 100%;
  }
  .front-content .sec5-img.on img {
    transform: translateX(0);
    opacity: 1;
  }
  .front-content .sec5-box {
    width: 50%;
    padding: 0 40px;
    max-width: 640px;
  }
  .front-content .sec5-box h3 {
    margin-bottom: 60px;
  }
  .front-content .sec5-box p {
    margin-bottom: 60px;
  }
}
.front-content .sec6 {
  padding: 0 15px;
}
.front-content .sec6-inner {
  padding: 40px 15px 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.front-content .sec6 .news-list {
  margin-bottom: 50px;
}
.front-content .sec6 .link-btn {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .front-content .sec6 {
    padding: 0 15px;
    margin-bottom: 150px;
  }
  .front-content .sec6-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 40px;
  }
  .front-content .sec6-inner h3:before {
    font-size: 5.313rem;
    margin-bottom: -50px;
  }
  .front-content .sec6-main {
    width: calc(100% - 290px);
    margin: 0 0 0 auto;
  }
  .front-content .sec6 .news-box {
    padding: 0 30px 15px;
  }
  .front-content .sec6 .news-date {
    margin-bottom: 0;
    vertical-align: bottom;
    width: 100px;
    line-height: 1.5;
  }
  .front-content .sec6 .news-ttl {
    line-height: 1.5;
    vertical-align: bottom;
    width: calc(100% - 100px);
  }
}
.page-about .sec01 {
  padding: 0 15px;
}
.page-about .sec01 .sec-inner {
  padding-bottom: 100px;
}
.page-about .sec01-box {
  padding: 30px 15px 50px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  margin-bottom: 30px;
}
.page-about .sec01-box h4 {
  font-weight: bold;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-about .sec01-box h4 {
    background-size: 80px 6px;
  }
}
.page-about .sec01-box p {
  line-height: 2.2;
  text-align: center;
}
.page-about .sec01-box:last-of-type p {
  margin-bottom: 14px;
}
.page-about .sec01-box:last-of-type p:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  body.about {
    overflow-x: hidden;
  }

  .page-about {
    position: relative;
  }
  .page-about::before {
    position: absolute;
    z-index: 1;
    width: 1000px;
    left: 50%;
    top: -60px;
    transform: translateX(540px);
    content: "";
    display: block;
    background: #005C50;
    height: 300px;
  }
  .page-about .sec01 {
    padding: 0 15px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    margin-bottom: 100px;
  }
  .page-about .sec01::before {
    position: absolute;
    z-index: 1;
    width: 1000px;
    left: 50%;
    top: -60px;
    transform: translateX(540px);
    content: "";
    display: block;
    background: #005C50;
    height: calc(100% + 60px);
  }
  .page-about .sec01 .sec-inner {
    max-width: 1186px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 180px;
  }
  .page-about .sec01-block {
    gap: 60px;
  }
  .page-about .sec01-box {
    width: calc(50% - 30px);
    padding: 40px 30px 70px;
    margin-bottom: 0;
  }
  .page-about .sec01-box p {
    line-height: 2;
  }
  .page-about .sec01-box:last-of-type {
    width: 589px;
    max-width: 100%;
  }
  .page-about .sec01-box:last-of-type p {
    line-height: 40px;
    margin-bottom: 10px;
  }
  .page-about .sec01-box:last-of-type p:last-of-type {
    margin-bottom: 0;
  }
}
.page-about .sec02 {
  padding: 0 15px;
  margin-bottom: 50px;
}
.page-about .sec02-img div {
  padding-left: 10px;
  margin-bottom: 20px;
}
.page-about .sec02-img div img {
  box-shadow: -10px 10px 0 #006C71;
  width: 180px;
}
.page-about .sec02-img dl dt {
  margin-bottom: 5px;
  line-height: 24px;
}
.page-about .sec02-img dl dd {
  margin-bottom: 0;
  line-height: 26px;
}
.page-about .sec02-msg {
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .page-about .sec02 {
    padding: 0 15px;
    margin-bottom: 100px;
  }
  .page-about .sec02 .sec-inner {
    max-width: 990px;
    margin: 0 auto;
  }
  .page-about .sec02-img {
    width: 190px;
    padding-left: 10px;
  }
  .page-about .sec02-img div {
    padding-left: 0;
  }
  .page-about .sec02-img dl {
    margin-bottom: 0;
  }
  .page-about .sec02-msg {
    line-height: 2;
    width: calc(100% - 240px);
  }
}
.page-about .sec03 {
  padding: 0 15px;
  margin-bottom: 100px;
}
.page-about .sec03-main > dl {
  margin-bottom: 45px;
}
.page-about .sec03-main > dl:last-of-type {
  margin-bottom: 0;
}
.page-about .sec03-main > dl > dt, .page-about .sec03-main > dl > dd {
  line-height: 2;
  font-size: 1rem;
  margin-bottom: 0;
}
.page-about .sec03-main > dl > dd {
  padding: 10px 0 0;
}
.page-about .sec03-main > dl > dd dl {
  margin-bottom: 30px;
}
.page-about .sec03-main > dl > dd dl:last-of-type {
  margin-bottom: 0;
}
.page-about .sec03-main > dl > dd dt {
  margin-bottom: 10px;
  line-height: 24px;
}
.page-about .sec03-main > dl > dd a:not(.c-red) {
  color: #000;
}
.page-about .sec03-main > dl > dd a.c-dgreen {
  text-decoration: underline;
}
.page-about .sec03-main > dl > dd strong.c-yellow {
  margin-bottom: 30px;
}
.page-about .sec03-main > dl > dd ul {
  margin-bottom: 0;
}
.page-about .sec03-main > dl > dd ul li {
  padding-left: 16px;
  background: transparent url(../img/common/dotted-dgreen.svg) no-repeat 0 15px;
  line-height: 2;
  margin-bottom: 8px;
}
.page-about .sec03-main > dl > dd ul li:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (max-width: 767px) {
  .page-about .sec03 {
    padding: 0 15px;
  }
  .page-about .sec03 h3 {
    margin-bottom: 40px;
  }
  .page-about .sec03-main > dl > dt {
    padding-bottom: 10px;
    border-bottom: 1px solid #717071;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .page-about .sec03 {
    padding: 0 15px;
  }
  .page-about .sec03 .sec-inner {
    max-width: 1220px;
    margin: 0 auto;
  }
  .page-about .sec03-main > dl {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }
  .page-about .sec03-main > dl > dt {
    width: 200px;
    padding-right: 30px;
    text-align: right;
  }
  .page-about .sec03-main > dl > dd {
    width: calc(100% - 200px);
    border-left: 1px solid #717071;
    padding: 13px 30px;
  }
}
.page-about .sec04-box {
  margin-bottom: 80px;
}
.page-about .sec04-box:last-of-type {
  margin-bottom: 0;
}
.page-about .sec04-img {
  z-index: 1;
  position: relative;
}
.page-about .sec04-info {
  z-index: 2;
  position: relative;
  margin: -60px auto 0;
  width: calc(100% - 30px);
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 768px) {
  .page-about .sec04-main {
    gap: 80px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .page-about .sec04-box {
    width: calc(50% - 40px);
    margin-bottom: auto;
  }
  .page-about .sec04-info {
    margin: -50px auto 0;
    width: 78%;
    padding: 40px 30px;
  }
}
.page-access section {
  padding: 0 15px;
}
.page-access section .access-box-img {
  margin-bottom: 20px;
}
.page-access section .access-box-info {
  margin-bottom: 30px;
}
.page-access section .access-box-info dl {
  margin-bottom: 20px;
}
.page-access section .access-box-info dl:last-of-type {
  margin-bottom: 0;
}
.page-access section .access-box-info dl dt, .page-access section .access-box-info dl dd {
  margin-bottom: 0;
}
.page-access section .access-box-info dl dt {
  width: 75px;
  padding-right: 10px;
}
.page-access section .access-box-info dl dd {
  width: calc(100% - 75px);
  border-left: 1px solid #717071;
  padding-left: 10px;
  line-height: 2;
}
.page-access section .access-box-info dl dd a {
  color: #000000;
}
.page-access section.sec01 {
  margin-bottom: 100px;
}

@media print, screen and (min-width: 768px) {
  .page-access section {
    padding: 0 15px;
  }
  .page-access section .sec-inner {
    max-width: 1230px;
    margin: 0 auto;
  }
  .page-access section .access-box {
    width: calc(50% - 20px);
  }
  .page-access section .access-box-img {
    margin-bottom: auto;
  }
  .page-access section .access-box-info {
    margin-bottom: auto;
  }
  .page-access section .access-box-info dl dt {
    width: 97px;
    padding-right: 20px;
  }
  .page-access section .access-box-info dl dd {
    width: calc(100% - 97px);
    padding-left: 20px;
  }
  .page-access section .gmap {
    padding-top: 50px;
  }
  .page-access section .gmap iframe {
    height: 340px;
  }
}
.page-contact .sec01 {
  padding: 0 15px;
}
.page-contact .sec01-main {
  margin-bottom: 100px;
}
.page-contact .sec01-box {
  margin-bottom: 30px;
}
.page-contact .sec01-box a {
  background: #fff;
  padding: 15px 15px 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  margin-bottom: 10px;
  border-radius: 15px;
}
.page-contact .sec01-box-ttl {
  margin-bottom: 13px;
}
.page-contact .sec01-box-number span {
  display: inline-block;
  line-height: 45px;
}
.page-contact .sec01-box1 .sec01-box-number span {
  padding-left: 25px;
  background: transparent url(../img/common/icon-tel-lgreen.svg) no-repeat 0 55%/19px auto;
  color: #005C50;
}
.page-contact .sec01-box2 {
  margin-bottom: 0;
}
.page-contact .sec01-box2 .sec01-box-number span {
  padding-left: 38px;
  background: transparent url(../img/common/icon-fax-lgreen.svg) no-repeat 0 50%/30px auto;
}

@media print, screen and (min-width: 768px) {
  .page-contact .sec01 {
    padding: 0 15px;
  }
  .page-contact .sec01 .sec-ttl2 {
    font-size: 2.5rem;
    margin-bottom: 70px;
  }
  .page-contact .sec01 .sec-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-contact .sec01-main {
    margin-bottom: 150px;
    gap: 0 100px;
  }
  .page-contact .sec01-box {
    width: calc(50% - 50px);
    margin-bottom: 0;
  }
  .page-contact .sec01-box a {
    padding: 15px 15px 25px;
    margin-bottom: 20px;
  }
  .page-contact .sec01-box-ttl {
    line-height: 44px;
  }
  .page-contact .sec01-box-number span {
    line-height: 72px;
  }
  .page-contact .sec01-box1 .sec01-box-number span {
    padding-left: 40px;
    background-size: 30px auto;
  }
  .page-contact .sec01-box2 .sec01-box-number span {
    padding-left: 50px;
    background-size: 40px auto;
  }
}
.page-contact .sec02 {
  padding: 0 15px;
}
.page-contact .sec02 h3 {
  font-size: 1.5rem;
}
.page-contact .sec02 p {
  margin-bottom: 50px;
}
.page-contact .sec02 dl {
  padding-bottom: 16px;
  margin-bottom: 14px;
  border-bottom: 1px dashed #707070;
}
.page-contact .sec02 dl:last-of-type {
  padding-bottom: 0;
  margin-bottom: 50px;
  border-bottom: none;
}
.page-contact .sec02 dl dt p, .page-contact .sec02 dl dd p {
  margin-bottom: 0;
  max-width: 100%;
}
.page-contact .sec02 dl dt {
  margin-bottom: 15px;
}
.page-contact .sec02 dl dt span {
  color: #E50012;
}
.page-contact .sec02 dl dd {
  margin-bottom: 0;
}
.page-contact .sec02 dl dd input,
.page-contact .sec02 dl dd textarea {
  border: 1px solid #979797;
  box-shadow: none;
  border-radius: 5px;
}
.page-contact .sec02 dl.form-name dd {
  justify-content: space-between;
}
.page-contact .sec02 dl.form-name dd p {
  display: flex;
  justify-content: space-between;
}
.page-contact .sec02 dl.form-name dd p .wpcf7-form-control-wrap {
  width: calc(50% - 5px);
}
.page-contact .sec02 .submit {
  text-align: center;
}
.page-contact .sec02 .submit input[type=submit] {
  background: #005C50 url(../img/common/border-white.svg) no-repeat 100% 50%;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  font-weight: 700;
  border: 3px solid #005C50;
  box-shadow: none;
  width: 270px;
  height: 55px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.page-contact .sec02 .submit input[type=submit]:hover {
  background-color: #fff;
  background-image: url(../img/common/border-lgreen.svg);
  color: #005C50;
}

@media print, screen and (min-width: 768px) {
  .page-contact .sec02 {
    padding: 0 15px;
  }
  .page-contact .sec02 .sec-inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .page-contact .sec02 h3 {
    font-size: 2.5rem;
    margin-bottom: 70px;
  }
  .page-contact .sec02 dl {
    display: flex;
    gap: 20px;
    padding-left: 20px;
    padding-right: 61px;
    align-items: center;
  }
  .page-contact .sec02 dl dt {
    margin: auto 0;
    width: 151px;
  }
  .page-contact .sec02 dl dd {
    width: calc(100% - 171px);
    margin-bottom: auto;
  }
  .page-contact .sec02 dl dd input,
.page-contact .sec02 dl dd textarea {
    width: 100%;
  }
  .page-contact .sec02 dl.form-name dd .wpcf7-form-control-wrap {
    width: calc(50% - 10px);
  }
  .page-contact .sec02 dl.form-other dt {
    margin-top: 4px;
  }
  .page-contact .sec02 .submit input[type=submit] {
    font-size: 1.25rem;
    width: 308px;
    height: 65px;
  }
}
.page-faq .sec01 {
  padding: 0 15px;
}
.page-faq .sec01-box {
  margin-bottom: 20px;
}
.page-faq .sec01 .faq-q {
  padding: 12px 0 15px 47px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 2px solid #E6E6E6;
  background: transparent url(../img/faq/faq-q2.svg) no-repeat 0 0;
}
.page-faq .sec01 .faq-q span {
  display: block;
}
.page-faq .sec01 .faq-q-main {
  width: calc(100% - 32px);
  line-height: 2;
}
.page-faq .sec01 .faq-q .open-close {
  width: 22px;
  height: 12px;
  background: transparent url(../img/common/arrow-bottom-dgreen.svg) no-repeat 0 0;
  transition: 0.8s;
}
.page-faq .sec01 .faq-q.active .open-close {
  background-image: url(../img/common/arrow-top-dgreen.svg);
}
.page-faq .sec01 .faq-a {
  padding: 9px 0 20px 47px;
  line-height: 2;
  background: transparent url(../img/faq/faq-a.svg) no-repeat 0 0;
}

@media print, screen and (min-width: 768px) {
  .page-faq .sec01 {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .page-faq .sec01 h3 {
    margin-bottom: 70px;
  }
  .page-faq .sec01-main {
    max-width: 980px;
    margin: 0 auto;
  }
  .page-faq .sec01-box {
    margin-bottom: 20px;
  }
  .page-faq .sec01 .faq-q {
    padding: 16px 15px 20px 62px;
    background-position: 15px 0;
  }
  .page-faq .sec01 .faq-q-main {
    width: calc(100% - 32px);
    line-height: 2;
  }
  .page-faq .sec01 .faq-a {
    padding: 9px 0 20px 62px;
    line-height: 2;
    background-position: 15px 0;
  }
}
.page-service .sec3-main {
  padding: 0 15px 70px;
}
.page-service .sec3-box {
  opacity: 0;
  transform: translateY(50%);
  transition: 0.8s;
}
@media screen and (max-width: 767px) {
  .page-service .sec3-box {
    max-width: 360px;
    margin: 0 auto 20px;
  }
  .page-service .sec3-box.on {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-service .sec3-box:last-of-type {
  margin-bottom: 0;
}
.page-service .sec3-box h4 {
  width: 100%;
  margin-bottom: 15px;
  color: #000;
  transition: color 0.3s;
}
.page-service .sec3-box-img {
  width: 90px;
  margin: 0 auto 0 0;
}
.page-service .sec3-box-info {
  width: calc(100% - 105px);
  line-height: 2;
  margin: 0 0 0 auto;
  color: #000;
  transition: color 0.3s;
}
.page-service .sec3-box a {
  background: #F5F5F5;
  padding: 20px 15px 25px;
  transition: background 0.3s;
}
.page-service .sec3-box a:hover {
  opacity: 1;
  text-decoration: none;
}
.page-service .sec3-box a:hover h4,
.page-service .sec3-box a:hover .sec3-box-info {
  color: #fff;
}
.page-service .sec3-box:nth-of-type(1) a:hover {
  background: #FFAB1A;
}
.page-service .sec3-box:nth-of-type(2) a:hover {
  background: #344EB7;
}
.page-service .sec3-box:nth-of-type(3) a:hover {
  background: #1C9F51;
}

@keyframes upbox {
  from {
    opacity: 0;
    transform: translateY(80%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 768px) {
  .page-service .sec3 {
    margin-bottom: 200px;
    position: relative;
  }
  .page-service .sec3 .sec-ttl {
    margin-bottom: 50px;
  }
  .page-service .sec3-main {
    padding: 0 15px;
    max-width: 1310px;
    margin: 0 auto;
    gap: 0 40px;
    position: relative;
    z-index: 2;
  }
  .page-service .sec3-box {
    width: calc((100% - 80px) / 3);
    margin-bottom: 0;
  }
  .page-service .sec3-box h4 {
    margin-bottom: 37px;
  }
  .page-service .sec3-box-img {
    width: 149px;
    margin: 0 auto 38px;
  }
  .page-service .sec3-box-info {
    width: 100%;
    margin: 0 auto;
  }
  .page-service .sec3-box a {
    padding: 40px 24px 43px;
  }
  .page-service .sec3-box:nth-of-type(1).on {
    animation: upbox 0.6s linear 0.3s forwards;
  }
  .page-service .sec3-box:nth-of-type(2).on {
    animation: upbox 0.6s linear 0.6s forwards;
  }
  .page-service .sec3-box:nth-of-type(3).on {
    animation: upbox 0.6s linear 0.9s forwards;
  }
}
@media screen and (min-width: 1310px) {
  .page-service .sec3.on:before {
    transform: translateX(-440px);
  }
}
.page-points .sec01 {
  margin-bottom: 100px;
}
.page-points .sec01-box-img {
  margin-bottom: 20px;
}
.page-points .sec01-box-txt {
  padding: 0 15px;
}
.page-points .sec01-box-txt p {
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .page-points .sec01 h3 {
    margin-bottom: 70px;
  }
  .page-points .sec01-box {
    width: 50%;
  }
  .page-points .sec01-box-img {
    margin-bottom: 20px;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
  }
  .page-points .sec01-box-img::after {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    background: #005C50;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transition: 0.6s;
  }
  .page-points .sec01-box-img img {
    z-index: 2;
    position: relative;
    opacity: 0;
    transform: translateX(100%);
    transition: 0.6s;
  }
  .page-points .sec01-box-img.on::after {
    width: 78.1%;
  }
  .page-points .sec01-box-img.on img {
    opacity: 1;
    transform: translateX(0);
  }
  .page-points .sec01-box-txt {
    padding: 0 15px;
  }
  .page-points .sec01-box-txt p {
    max-width: 610px;
    margin: auto 0 auto auto;
  }
}
.page-points .sec02-index {
  padding: 0 15px;
  margin-bottom: 100px;
}
.page-points .sec02-index-box {
  margin-bottom: 15px;
}
.page-points .sec02-index-box:last-of-type {
  margin-bottom: 0;
}
.page-points .sec02-index-box a {
  display: flex;
  flex-wrap: wrap;
  background: #F5F5F5;
  padding: 15px;
  align-items: center;
  gap: 0 10px;
  color: #006C71;
  transition: background 0.3s;
}
.page-points .sec02-index-box a p {
  color: #000;
}
.page-points .sec02-index-box a:hover {
  text-decoration: none;
  opacity: 1;
  background: #006C71;
}
.page-points .sec02-index-box a:hover p {
  color: #fff;
}
.page-points .sec02-index-box:nth-of-type(even) a {
  color: #005C50;
}
.page-points .sec02-index-box:nth-of-type(even) a:hover {
  background: #005C50;
}
.page-points .sec02-index-box-icon img {
  width: 70px;
}
.page-points .sec02-index-box-num {
  width: 63px;
  height: 38px;
  background: transparent no-repeat 50% 50%;
}
.page-points .sec02-index-box:nth-of-type(1) .sec02-index-box-num {
  background-image: url(../img/common/points-01-dgreen.svg);
}
.page-points .sec02-index-box:nth-of-type(1) a:hover .sec02-index-box-num {
  background-image: url(../img/common/points-01-white2.svg);
}
.page-points .sec02-index-box:nth-of-type(2) .sec02-index-box-num {
  background-image: url(../img/common/points-02-lgreen.svg);
}
.page-points .sec02-index-box:nth-of-type(2) a:hover .sec02-index-box-num {
  background-image: url(../img/common/points-02-white2.svg);
}
.page-points .sec02-index-box:nth-of-type(3) .sec02-index-box-num {
  background-image: url(../img/common/points-03-dgreen.svg);
}
.page-points .sec02-index-box:nth-of-type(3) a:hover .sec02-index-box-num {
  background-image: url(../img/common/points-03-white2.svg);
}
.page-points .sec02-index-box:nth-of-type(4) .sec02-index-box-num {
  background-image: url(../img/common/points-04-lgreen.svg);
}
.page-points .sec02-index-box:nth-of-type(4) a:hover .sec02-index-box-num {
  background-image: url(../img/common/points-04-white2.svg);
}
.page-points .sec02-index-box:nth-of-type(5) .sec02-index-box-num {
  background-image: url(../img/common/points-05-dgreen.svg);
}
.page-points .sec02-index-box:nth-of-type(5) a:hover .sec02-index-box-num {
  background-image: url(../img/common/points-05-white2.svg);
}
.page-points .sec02-index-box:nth-of-type(6) .sec02-index-box-num {
  background-image: url(../img/common/points-06-lgreen.svg);
}
.page-points .sec02-index-box:nth-of-type(6) a:hover .sec02-index-box-num {
  background-image: url(../img/common/points-06-white2.svg);
}

@media print, screen and (max-width: 767px) {
  .page-points .sec02-index-box {
    opacity: 0;
    transition: 0.6s;
    transform: translateY(50%);
  }
  .page-points .sec02-index-box.on {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes upbox {
  from {
    opacity: 0;
    transform: translateY(80%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 768px) {
  .page-points .sec02 h3 {
    margin-bottom: 70px;
  }
  .page-points .sec02-index {
    padding: 0 15px;
    margin: 0 auto 150px;
    max-width: 1010px;
    gap: 40px;
  }
  .page-points .sec02-index-box {
    margin-bottom: 0;
    width: calc((100% - 80px) / 3);
    opacity: 0;
    transform: translateY(80%);
  }
  .page-points .sec02-index-box a {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px 27px;
    align-items: center;
    gap: 0 10px;
    text-align: center;
  }
  .page-points .sec02-index-box a p {
    order: 3;
    width: 100%;
  }
  .page-points .sec02-index-box-icon {
    width: 100%;
    order: 2;
    margin-bottom: 20px;
  }
  .page-points .sec02-index-box-icon img {
    width: 138px;
  }
  .page-points .sec02-index-box-num {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .page-points .sec02-index-box:nth-of-type(1).on {
    animation: upbox 0.6s linear 0.3s forwards;
  }
  .page-points .sec02-index-box:nth-of-type(2).on {
    animation: upbox 0.6s linear 0.6s forwards;
  }
  .page-points .sec02-index-box:nth-of-type(3).on {
    animation: upbox 0.6s linear 0.9s forwards;
  }
  .page-points .sec02-index-box:nth-of-type(4).on {
    animation: upbox 0.6s linear 1.2s forwards;
  }
  .page-points .sec02-index-box:nth-of-type(5).on {
    animation: upbox 0.6s linear 1.5s forwards;
  }
  .page-points .sec02-index-box:nth-of-type(6).on {
    animation: upbox 0.6s linear 1.8s forwards;
  }
}
.page-points .sec02-block {
  margin-bottom: 100px;
}
.page-points .sec02-block:last-of-type {
  margin-bottom: 0;
}
.page-points .sec02-block-img {
  text-align: right;
  max-width: 600px;
  margin: 0 auto 33px;
  height: auto;
  position: relative;
}
.page-points .sec02-block-img::after {
  position: absolute;
  bottom: -13px;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #006C71;
  display: block;
  min-height: 198px;
  z-index: 1;
  transition: 0.6s;
}
.page-points .sec02-block-img img {
  width: calc(100% - 15px);
  z-index: 2;
  position: relative;
}
.page-points .sec02-block-info {
  padding: 0 15px;
}
.page-points .sec02-block-info h4 {
  min-height: 70px;
  display: grid;
  align-items: center;
  padding-left: 128px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 70px;
  line-height: 1.45;
}
.page-points .sec02-block-info p {
  line-height: 2;
  margin-bottom: 30px;
}
.page-points .sec02-block01 h4 {
  background-image: url(../img/common/points-01-white3.svg);
}
.page-points .sec02-block02 h4 {
  background-image: url(../img/common/points-02-white3.svg);
}
.page-points .sec02-block03 h4 {
  background-image: url(../img/common/points-03-white3.svg);
}
.page-points .sec02-block04 h4 {
  background-image: url(../img/common/points-04-white3.svg);
}
.page-points .sec02-block05 h4 {
  background-image: url(../img/common/points-05-white3.svg);
}
.page-points .sec02-block06 h4 {
  background-image: url(../img/common/points-06-white3.svg);
}

@media print, screen and (max-width: 767px) {
  .page-points .sec02 {
    overflow: hidden;
  }
  .page-points .sec02-block-img img {
    opacity: 0;
    transition: 0.6s;
    transform: translateX(100%);
  }
  .page-points .sec02-block-img.on::after {
    width: calc(100% - 15px);
  }
  .page-points .sec02-block-img.on img {
    transform: translateX(0);
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .page-points .sec02-main {
    max-width: 1280px;
    margin: 0 auto;
  }
  .page-points .sec02-block-img {
    width: 50%;
    margin: auto auto auto 0;
  }
  .page-points .sec02-block-img img {
    width: calc(100% - 20px);
    box-shadow: -20px 13px 0 #006C71;
    opacity: 0;
    transition: 0.6s;
  }
  .page-points .sec02-block-img.on img {
    opacity: 1;
  }
  .page-points .sec02-block-info {
    width: 50%;
    max-width: 530px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .page-points .sec02-block-info h4 {
    min-height: 70px;
    display: grid;
    align-items: center;
    padding-left: 128px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 70px;
    line-height: 1.45;
  }
  .page-points .sec02-block-info p {
    line-height: 2;
    margin-bottom: 30px;
  }
  .page-points .sec02-block:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .page-points .sec02-block:nth-of-type(even) .sec02-block-img {
    margin: auto 0 auto auto;
  }
}
body.privacy .page-ttl h2 {
  font-size: 1.75rem;
}

.page-privacy .sec01 {
  padding: 0 15px;
}
.page-privacy .sec01 a {
  word-break: break-all;
}
.page-privacy .sec01 p {
  line-height: 2;
}
.page-privacy .sec01 h4 {
  margin-bottom: 20px;
  color: #006C71;
  font-weight: bold;
  font-weight: 700;
}
.page-privacy .sec01-intr {
  margin-bottom: 50px;
}
.page-privacy .sec01-block {
  margin-bottom: 50px;
}
.page-privacy .sec01-block ul {
  list-style: disc;
  padding-left: 25px;
}
.page-privacy .sec01-block li {
  line-height: 2;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  body.privacy .page-ttl h2 {
    font-size: 3.125rem;
  }

  .page-privacy .sec01 {
    padding: 0 15px;
  }
  .page-privacy .sec01 .sec-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-privacy .sec01 p {
    line-height: 2;
  }
  .page-privacy .sec01 h4 {
    margin-bottom: 20px;
  }
  .page-privacy .sec01-intr {
    margin-bottom: 50px;
  }
  .page-privacy .sec01-block {
    margin-bottom: 50px;
  }
  .page-privacy .sec01-block ul {
    list-style: disc;
    padding-left: 25px;
  }
  .page-privacy .sec01-block li {
    line-height: 2;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-torikumi .sec-ttl2 {
    background-size: 80px 6px;
  }
}
.page-torikumi .sec01 {
  padding: 0 15px;
  margin-bottom: 60px;
}
.page-torikumi .sec01-box {
  margin-bottom: 70px;
}
.page-torikumi .sec01-box:last-of-type {
  margin-bottom: 0;
}
.page-torikumi .sec01-box-img {
  margin-bottom: 20px;
}
.page-torikumi .sec01-box h4 {
  margin-bottom: 20px;
  font-weight: bold;
  font-weight: 700;
}
.page-torikumi .sec01-box p {
  line-height: 2;
  margin-bottom: 20px;
}
.page-torikumi .sec01-box .link-btn {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .page-torikumi .sec01 {
    margin-bottom: 100px;
  }
  .page-torikumi .sec01-main {
    gap: 100px;
    max-width: 1180px;
    margin: 0 auto;
  }
  .page-torikumi .sec01-box {
    margin-bottom: 0;
    width: calc(50% - 50px);
  }
  .page-torikumi .sec01-box-img {
    margin-bottom: 30px;
  }
  .page-torikumi .sec01-box h4 {
    margin-bottom: 38px;
  }
  .page-torikumi .sec01-box .link-btn {
    margin-bottom: 20px;
  }
}
.page-torikumi .sec02 {
  margin-bottom: 60px;
}
.page-torikumi .sec02-intr {
  margin-bottom: 50px;
}
.page-torikumi .sec02-intr p {
  line-height: 2;
  margin-bottom: 40px;
}
.page-torikumi .sec02-intr p:last-of-type {
  margin-bottom: 0;
}
.page-torikumi .sec02-intr .link-out {
  margin-bottom: 40px;
}
.page-torikumi .sec02-block {
  margin-bottom: 70px;
}
.page-torikumi .sec02-block:last-of-type {
  margin-bottom: 0;
}
.page-torikumi .sec02-block-box-info {
  padding: 22px 15px 0;
}
.page-torikumi .sec02-block-box-num {
  margin-bottom: 21px;
}
.page-torikumi .sec02-block-box-main {
  padding: 30px 10px 20px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
}
.page-torikumi .sec02-block-box-main p {
  line-height: 2.1;
  margin-bottom: 30px;
}
.page-torikumi .sec02-block-box-main > dl {
  background: #F6F6F6;
  padding: 15px 10px 20px;
  border-radius: 10px;
  margin-bottom: 0;
}
.page-torikumi .sec02-block-box-main > dl > dt {
  margin-bottom: 15px;
}
.page-torikumi .sec02-block-box-main > dl dd {
  margin-bottom: 0;
}
.page-torikumi .sec02-block-box-main > dl dd ul {
  margin-bottom: 0;
}
.page-torikumi .sec02-block-box-main > dl dd ul li {
  margin-bottom: 20px;
}
.page-torikumi .sec02-block-box-main > dl dd ul li:last-of-type {
  margin-bottom: 0;
}
.page-torikumi .sec02-block-box-main > dl dd dl {
  margin-bottom: 0;
}
.page-torikumi .sec02-block-box-main > dl dd dt {
  margin-bottom: 5px;
}
.page-torikumi .sec02-block-box-main > dl dd dd {
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .page-torikumi .sec02 {
    margin-bottom: 0;
    padding-bottom: 150px;
    overflow: hidden;
  }
  .page-torikumi .sec02 .sec-inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  .page-torikumi .sec02-intr {
    margin-bottom: 80px;
  }
  .page-torikumi .sec02-intr p {
    margin-bottom: 30px;
  }
  .page-torikumi .sec02-intr p:last-of-type {
    margin-bottom: 0;
  }
  .page-torikumi .sec02-intr .link-out {
    margin-bottom: 50px;
  }
  .page-torikumi .sec02-block {
    margin-bottom: 100px;
    display: flex;
  }
  .page-torikumi .sec02-block:last-of-type {
    margin-bottom: 0;
  }
  .page-torikumi .sec02-block-box-img {
    width: 50%;
    z-index: 1;
    position: relative;
  }
  .page-torikumi .sec02-block-box-img img {
    opacity: 0;
    transition: 0.6s;
  }
  .page-torikumi .sec02-block-box-img.on img {
    opacity: 1;
    transform: translate(0) !important;
  }
  .page-torikumi .sec02-block-box-info {
    padding: 30px 0 0;
    width: 54.7%;
    max-width: 700px;
    position: relative;
    z-index: 2;
  }
  .page-torikumi .sec02-block-box-num {
    margin-bottom: 21px;
  }
  .page-torikumi .sec02-block-box-main {
    padding: 40px 20px 20px;
  }
  .page-torikumi .sec02-block-box-main p {
    line-height: 2;
    max-width: 486px;
    margin: 0 auto 40px;
  }
  .page-torikumi .sec02-block-box-main > dl {
    padding: 30px;
  }
  .page-torikumi .sec02-block-box-main > dl > dt {
    margin-bottom: 20px;
  }
  .page-torikumi .sec02-block-box-main > dl dd ul li {
    margin-bottom: 10px;
  }
  .page-torikumi .sec02-block-box-main > dl dd ul li:last-of-type {
    margin-bottom: 0;
  }
  .page-torikumi .sec02-block-box-main > dl dd dl {
    display: flex;
    align-items: flex-start;
  }
  .page-torikumi .sec02-block-box-main > dl dd dt {
    margin: 0 0 auto;
    width: 130px;
    font-weight: normal;
    font-weight: 400;
    line-height: 2;
  }
  .page-torikumi .sec02-block-box-main > dl dd dd {
    width: calc(100% - 130px);
  }
  .page-torikumi .sec02-block:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .page-torikumi .sec02-block:nth-of-type(odd) .sec02-block-box-img img {
    transform: translateX(100%);
  }
  .page-torikumi .sec02-block:nth-of-type(odd) .sec02-block-box-info {
    margin-right: -4.7%;
  }
  .page-torikumi .sec02-block:nth-of-type(even) .sec02-block-box-img img {
    transform: translateX(-100%);
  }
  .page-torikumi .sec02-block:nth-of-type(even) .sec02-block-box-info {
    margin-left: -4.7%;
  }
}
.page-torikumi .sec03 {
  padding: 0 15px;
}
.page-torikumi .sec03-intr {
  margin-bottom: 100px;
}
.page-torikumi .sec03-intr-img {
  margin-bottom: 20px;
}
.page-torikumi .sec03-intr-msg P {
  line-height: 2;
}
.page-torikumi .sec03-block {
  margin-bottom: 100px;
}
.page-torikumi .sec03-block:last-of-type {
  margin-bottom: 0;
}
.page-torikumi .sec03-box {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.page-torikumi .sec03-box:last-of-type {
  margin-bottom: 0;
}
.page-torikumi .sec03-box-icon {
  width: 90px;
}
.page-torikumi .sec03-box-msg {
  width: calc(100% - 90px);
  padding-left: 15px;
  font-size: 1rem;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .page-torikumi .sec03 {
    padding: 0 15px;
  }
  .page-torikumi .sec03-intr {
    max-width: 1140px;
    margin: 0 auto 100px;
    gap: 60px;
  }
  .page-torikumi .sec03-intr-img {
    margin-bottom: 0;
    width: calc(50% - 30px);
    text-align: right !important;
  }
  .page-torikumi .sec03-intr-img img {
    max-width: 430px;
  }
  .page-torikumi .sec03-intr-msg {
    width: calc(50% - 30px);
  }
  .page-torikumi .sec03 h4 {
    margin-bottom: 80px;
    font-size: 2.5rem;
    background-image: url(../img/common/border-dgreen-long.svg);
    padding-bottom: 20px;
  }
  .page-torikumi .sec03-main {
    max-width: 1095px;
    margin: 0 auto;
  }
  .page-torikumi .sec03-box {
    margin-bottom: 30px;
  }
  .page-torikumi .sec03-box:last-of-type {
    margin-bottom: 0;
  }
  .page-torikumi .sec03-box-icon {
    width: 165px;
  }
  .page-torikumi .sec03-box-msg {
    width: calc(100% - 165px);
    padding-left: 30px;
  }
}
.page-id-26 .copyright {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  @keyframes leftimg {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  .page-recruit {
    width: 100%;
    overflow: hidden;
  }
  .page-recruit .sec01 {
    overflow: hidden;
    margin-bottom: 70px;
  }
  .page-recruit .sec01-main {
    margin-bottom: 140px;
  }
  .page-recruit .sec01 h2 picture img {
    position: absolute;
    transform: translateX(-100%);
    width: 100%;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(1) img {
    top: 4.8%;
    animation: leftimg 0.6s linear 0.3s forwards;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(2) img {
    top: 16%;
    animation: leftimg 0.6s linear 1.4s forwards;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(3) img {
    top: 28.6%;
    animation: leftimg 0.6s linear 2s forwards;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(4) img {
    top: 40%;
    animation: leftimg 0.6s linear 2.6s forwards;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(5) img {
    top: 52%;
    animation: leftimg 0.6s linear 3.7s forwards;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(6) img {
    top: 63%;
    animation: leftimg 0.6s linear 4.5s forwards;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(7) img {
    top: 74%;
    animation: leftimg 0.6s linear 5.3s forwards;
  }
  .page-recruit .sec01-sub-images {
    position: absolute;
    top: 100%;
    padding: 15px;
    gap: 15px;
    width: 100%;
  }
  .page-recruit .sec01-sub-images img {
    max-width: calc((100% - 30px) / 3);
    width: auto;
    max-height: 110px;
    height: auto;
    position: relative;
    z-index: 2;
  }
  .page-recruit .sec01-sub-images:after {
    content: "";
    position: absolute;
    height: 70px;
    background: #006C71;
    width: 100%;
    display: block;
    z-index: 1;
    bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  @keyframes leftimg1 {
    from {
      left: -100%;
    }
    to {
      left: 0;
    }
  }
  @keyframes leftimg2 {
    from {
      left: -100%;
    }
    to {
      left: 2.8%;
    }
  }
  @keyframes leftimg3 {
    from {
      left: -100%;
    }
    to {
      left: 25.4%;
    }
  }
  @keyframes leftimg4 {
    from {
      left: -100%;
    }
    to {
      left: 38.69%;
    }
  }
  @keyframes leftimg6 {
    from {
      left: -100%;
    }
    to {
      left: 61.26%;
    }
  }
  @keyframes leftimg7 {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  @keyframes topimg5 {
    from {
      transform: translateY(50%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .page-recruit .sec01-main {
    margin-bottom: 100px;
    text-align: right;
  }
  .page-recruit .sec01-msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
  }
  .page-recruit .sec01 h2 {
    max-width: 1450px;
    position: relative;
    margin-bottom: 0;
  }
  .page-recruit .sec01 h2 picture {
    position: absolute;
    left: -100%;
  }
  .page-recruit .sec01 h2 picture img {
    width: auto;
    left: -500px;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(1) {
    top: 0;
    animation: leftimg1 0.6s linear 0.3s forwards;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(2) {
    top: 94px;
    width: 22.6%;
    animation: leftimg2 0.7s linear 1.2s forwards;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(2) img {
    max-height: 50px;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(3) {
    top: 94px;
    width: 13.29%;
    animation: leftimg3 0.9s linear 1.5s forwards;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(3) img {
    max-height: 50px;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(4) {
    top: 94px;
    width: 22.57%;
    animation: leftimg4 1.3s linear 1.7s forwards;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(4) img {
    max-height: 50px;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(5) {
    top: 94px;
    width: 32.6%;
    animation: leftimg6 1s linear 2.5s forwards;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(5) img {
    max-height: 50px;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(6) {
    top: 167px;
    left: 0;
    transform: translate(-100%);
    animation: leftimg7 0.6s linear 4s forwards;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(6) img {
    max-height: 60px;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(7) {
    display: none;
  }
  .page-recruit .sec01-sub-images {
    position: absolute;
    top: 330px;
    z-index: 3;
    width: 100%;
    max-width: 928px;
    gap: 50px;
    justify-content: center;
  }
  .page-recruit .sec01-sub-images img {
    max-width: calc((100% - 100px) / 3);
    opacity: 0;
    transform: translateY(50%);
  }
  .page-recruit .sec01-sub-images img:nth-of-type(1) {
    animation: topimg5 0.3s linear 5.8s forwards;
  }
  .page-recruit .sec01-sub-images img:nth-of-type(2) {
    animation: topimg5 0.3s linear 5.95s forwards;
  }
  .page-recruit .sec01-sub-images img:nth-of-type(3) {
    animation: topimg5 0.3s linear 6.05s forwards;
  }
  .page-recruit .sec01-border {
    position: absolute;
    top: 440px;
    left: 0;
    width: 100%;
    max-width: 1035px;
    z-index: 1;
  }
  .page-recruit .sec01-border-inner {
    position: relative;
    width: 100%;
  }
  .page-recruit .sec01-border-inner:before, .page-recruit .sec01-border-inner:after {
    width: 100%;
    height: 149px;
    content: "";
    display: block;
    position: absolute;
    left: -100%;
  }
  .page-recruit .sec01-border-inner:before {
    top: 21px;
    background: transparent url(../img/recruit/recruit-main-border-white.svg) no-repeat 100% 0;
    z-index: 1;
    animation: leftimg1 0.6s linear 5.3s forwards;
  }
  .page-recruit .sec01-border-inner:after {
    top: 0px;
    background: transparent url(../img/recruit/recruit-main-border-dgreen.svg) no-repeat right 21px top 0;
    z-index: 2;
    animation: leftimg1 0.6s linear 5.5s forwards;
  }
}
@media print, screen and (min-width: 1080px) {
  @keyframes leftimg2 {
    from {
      left: -100%;
    }
    to {
      left: 12.2%;
    }
  }
  @keyframes leftimg3 {
    from {
      left: -100%;
    }
    to {
      left: 37.4%;
    }
  }
  @keyframes leftimg4 {
    from {
      left: -100%;
    }
    to {
      left: 52.76%;
    }
  }
  @keyframes leftimg6 {
    from {
      left: -100%;
    }
    to {
      left: 77.2%;
    }
  }
  .page-recruit .sec01-msg {
    max-width: 1450px;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(1) {
    top: 0;
    animation: leftimg1 0.6s linear 0.3s forwards;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(2) {
    top: 118px;
    width: 24.6%;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(2) img {
    max-height: unset;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(3) {
    top: 118px;
    width: 14.6%;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(3) img {
    max-height: unset;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(4) {
    top: 118px;
    width: 25%;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(4) img {
    max-height: unset;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(5) {
    top: 141px;
    width: 22.8%;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(5) img {
    max-height: unset;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(6) {
    top: 255px;
  }
  .page-recruit .sec01 h2 picture:nth-of-type(6) img {
    max-height: unset;
  }
  .page-recruit .sec01-sub-images {
    top: 449px;
  }
  .page-recruit .sec01-border {
    top: 559px;
  }
}
.page-recruit .sec02 {
  padding: 30px 15px;
  margin-bottom: 70px;
}
.page-recruit .sec02 p {
  line-height: 1.45;
  margin-bottom: 20px;
}
.page-recruit .sec02 p:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .page-recruit .sec02 {
    padding: 50px 15px;
    margin-bottom: 100px;
  }
}
.page-recruit .sec03 {
  margin-bottom: 70px;
}
.page-recruit .sec03-block {
  margin-bottom: 70px;
}
.page-recruit .sec03-block:last-of-type {
  margin-bottom: 0;
}
.page-recruit .sec03-img {
  margin-bottom: 30px;
  border-bottom: 15px solid #006C71;
}
.page-recruit .sec03-msg p:last-of-type {
  margin-bottom: 0;
}
.page-recruit .sec03-msg-img {
  margin-bottom: 20px;
}
.page-recruit .sec03-msg-txt {
  margin-bottom: 15px;
  line-height: 1.7;
}
.page-recruit .sec03-block01 .sec03-msg-img:nth-of-type(3) {
  margin-bottom: 40px;
}
.page-recruit .sec03-block02 .sec03-img {
  border-color: #005C50;
}
.page-recruit .sec03-block02 .sec03-msg-txt {
  margin-bottom: 30px;
}
.page-recruit .sec03-block02 .sec03-msg-txt:nth-of-type(1) {
  margin-bottom: 20px;
}
.page-recruit .sec03-block02 .sec03-msg-txt:last-of-type {
  margin-bottom: 0;
}
.page-recruit .sec03-block02 .sec03-msg-img {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  @keyframes rightimg1 {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes leftimg5 {
    from {
      transform: translateX(-100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .page-recruit .sec03 {
    margin-bottom: 100px;
  }
  .page-recruit .sec03-block {
    margin-bottom: 100px;
  }
  .page-recruit .sec03-block:last-of-type {
    margin-bottom: 0;
  }
  .page-recruit .sec03-img {
    margin-bottom: 30px;
    border-bottom: none;
    width: 50%;
    position: relative;
  }
  .page-recruit .sec03-img-after {
    width: 95%;
    top: 30px;
    background: #006C71;
    display: block;
    position: absolute;
    z-index: -1;
    transition: 0.8s;
  }
  .page-recruit .sec03-img img {
    opacity: 0;
  }
  .page-recruit .sec03-msg {
    width: 50%;
    max-width: 640px;
  }
  .page-recruit .sec03-msg-img {
    margin-bottom: 30px;
  }
  .page-recruit .sec03-msg-txt {
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .page-recruit .sec03-block01 {
    overflow-x: hidden;
    flex-direction: row-reverse;
  }
  .page-recruit .sec03-block01 .sec03-img {
    padding-left: 5%;
    text-align: right;
  }
  .page-recruit .sec03-block01 .sec03-img-after {
    left: 100%;
  }
  .page-recruit .sec03-block01 .sec03-img img {
    transform: translateX(100%);
  }
  .page-recruit .sec03-block01 .sec03-img.on .sec03-img-after {
    left: 6.6%;
  }
  .page-recruit .sec03-block01 .sec03-img.on img {
    animation: rightimg1 0.8s linear 0.4s forwards;
  }
  .page-recruit .sec03-block01 .sec03-msg {
    margin: auto 0 auto auto;
  }
  .page-recruit .sec03-block01 .sec03-msg-img:nth-of-type(3) {
    margin-bottom: 50px;
  }
  .page-recruit .sec03-block02 .sec03-img {
    padding-right: 5%;
  }
  .page-recruit .sec03-block02 .sec03-img-after {
    right: 100%;
    background-color: #005C50;
  }
  .page-recruit .sec03-block02 .sec03-img img {
    transform: translateX(-100%);
  }
  .page-recruit .sec03-block02 .sec03-img.on .sec03-img-after {
    right: 6.6%;
  }
  .page-recruit .sec03-block02 .sec03-img.on img {
    animation: leftimg5 0.8s linear 0.4s forwards;
  }
  .page-recruit .sec03-block02 .sec03-msg {
    margin: auto auto auto 0;
  }
  .page-recruit .sec03-block02 .sec03-msg-txt {
    margin-bottom: 30px;
  }
  .page-recruit .sec03-block02 .sec03-msg-txt:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .page-recruit .sec03-block02 .sec03-msg-txt:last-of-type {
    margin-bottom: 0;
  }
  .page-recruit .sec03-block02 .sec03-msg-img {
    margin-bottom: 10px;
  }
}
.page-recruit .sec04 {
  margin-bottom: 100px;
}
.page-recruit .sec04-main {
  padding-top: 40px;
  background: linear-gradient(#A8EAFF, transparent);
}
.page-recruit .sec04-box {
  max-width: 372px;
  width: 100%;
  margin: 0 auto 20px;
}
.page-recruit .sec04-box:last-of-type {
  margin-bottom: 50px;
}
.page-recruit .sec04-box:before, .page-recruit .sec04-box:after {
  content: "";
  display: block;
  width: 100%;
}
.page-recruit .sec04-box:before {
  height: 18px;
  background: transparent url(../img/recruit/fukidashi-top-sp.png) no-repeat 0 0/100% 101%;
}
.page-recruit .sec04-box:after {
  height: 37px;
  background: transparent url(../img/recruit/fukidashi-bottom-sp.png) no-repeat 0 0/100%;
}
.page-recruit .sec04-box-inner {
  line-height: 1.5;
  background: transparent url(../img/recruit/fukidashi-middle-sp.png) repeat-y 50% 0/100% auto;
  width: 100%;
  padding: 5px 21px 9px;
}

@media print, screen and (min-width: 768px) {
  @keyframes opacity1 {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .page-recruit .sec04 {
    padding: 106px 0 0;
    margin-bottom: 150px;
    overflow: hidden;
  }
  .page-recruit .sec04 .sec-inner {
    background: #A8EAFF;
  }
  .page-recruit .sec04-main {
    gap: 35px;
    max-width: 1460px;
    margin: 0 auto;
    background: none;
    z-index: 2;
    position: relative;
  }
  .page-recruit .sec04-box {
    max-width: 460px;
    width: calc((100% - 80px) / 3);
    margin: 0;
    opacity: 0;
    transition: 0.8s;
  }
  .page-recruit .sec04-box:before {
    height: 40px;
    background-image: url(../img/recruit/fukidashi-top-pc.png);
  }
  .page-recruit .sec04-box:after {
    height: 51px;
    background-image: url(../img/recruit/fukidashi-bottom-pc.png);
  }
  .page-recruit .sec04-box-inner {
    line-height: 1.5;
    background-image: url(../img/recruit/fukidashi-middle-pc.png);
    padding: 5px 21px 9px;
  }
  .page-recruit .sec04-main.on .sec04-box {
    animation-name: opacity1;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
  .page-recruit .sec04-main.on .sec04-box:nth-of-type(1) {
    animation-delay: 0.3s;
  }
  .page-recruit .sec04-main.on .sec04-box:nth-of-type(2) {
    animation-delay: 0.6s;
  }
  .page-recruit .sec04-main.on .sec04-box:nth-of-type(3) {
    animation-delay: 0.9s;
  }
  .page-recruit .sec04-main.on .sec04-box:nth-of-type(4) {
    animation-delay: 1.2s;
  }
  .page-recruit .sec04-main.on .sec04-box:nth-of-type(5) {
    animation-delay: 1.5s;
  }
  .page-recruit .sec04-main.on .sec04-box:nth-of-type(6) {
    animation-delay: 1.8s;
  }
  .page-recruit .sec04-main.on .sec04-box:nth-of-type(7) {
    animation-delay: 2.1s;
  }
  .page-recruit .sec04-main.on .sec04-box:nth-of-type(8) {
    animation-delay: 2.4s;
  }
  .page-recruit .sec04-main.on .sec04-box:nth-of-type(9) {
    animation-delay: 2.7s;
  }
  .page-recruit .sec04-img {
    margin-top: -28%;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .page-recruit .sec04-img img {
    width: 100%;
    height: auto;
  }
  .page-recruit .sec04-img:before {
    width: 100%;
    height: 100%;
    background: linear-gradient(#A8EAFF 0, transparent 50%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
}
.page-recruit .sec05 {
  margin-bottom: 100px;
}
.page-recruit .sec05-box {
  padding: 0 15px;
  margin-bottom: 50px;
}
.page-recruit .sec05-box:last-of-type {
  margin-bottom: 0;
}
.page-recruit .sec05-box-head-img {
  max-width: 190px;
  margin: 0 auto 30px;
  position: relative;
  transform: translateX(5px);
}
.page-recruit .sec05-box-head-img:after {
  content: "";
  display: block;
  background: #006C71;
  width: 100%;
  height: 200px;
  position: absolute;
  transform: translate(-10px, 10px);
  top: 0;
  left: 0;
  z-index: 1;
}
.page-recruit .sec05-box-head-img img {
  z-index: 2;
  position: relative;
  height: 200px;
  width: 190px;
  object-fit: cover;
  object-position: 50%;
}
.page-recruit .sec05-box-head-txt {
  text-align: center;
  margin-bottom: 20px;
}
.page-recruit .sec05-box-head-txt dt {
  line-height: 1.7;
  margin-bottom: 5px;
  font-weight: normal;
  font-weight: 500;
}
.page-recruit .sec05-box-head-txt dd {
  line-height: 1.7;
  margin-bottom: 0;
}
.page-recruit .sec05-box-cnt {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 15px 30px;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .page-recruit .sec05 {
    margin-bottom: 150px;
  }
  .page-recruit .sec05-main {
    max-width: 1280px;
    margin: 0 auto;
  }
  .page-recruit .sec05-box {
    width: 50%;
    padding: 0 30px;
  }
  .page-recruit .sec05-box:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .page-recruit .sec05-box-head {
    margin-bottom: 40px;
  }
  .page-recruit .sec05-box-head-img {
    margin: 0;
    position: relative;
    transform: translateX(10px);
  }
  .page-recruit .sec05-box-head-txt {
    text-align: center;
    margin: auto auto auto 40px;
  }
  .page-recruit .sec05-box-head-txt dt {
    line-height: 1.7;
    margin-bottom: 5px;
    font-weight: normal;
    font-weight: 500;
  }
  .page-recruit .sec05-box-head-txt dd {
    line-height: 1.7;
    margin-bottom: 0;
  }
  .page-recruit .sec05-box-cnt {
    padding: 30px 20px 50px;
  }
}
.page-recruit .sec06 {
  padding: 0 15px;
  margin-bottom: 100px;
}
.page-recruit .sec06-block {
  margin-bottom: 70px;
}
.page-recruit .sec06-block:last-of-type {
  margin-bottom: 0;
}
.page-recruit .sec06-box-img {
  margin-bottom: 20px;
}
.page-recruit .sec06-box-num {
  margin-bottom: 20px;
}
.page-recruit .sec06-box-ttl {
  margin-bottom: 20px;
}
.page-recruit .sec06-box p {
  line-height: 2;
}
.page-recruit .sec06-other {
  margin-top: 80px;
}
.page-recruit .sec06-other-box {
  margin-bottom: 70px;
}
.page-recruit .sec06-other-box:last-of-type {
  margin-bottom: 0;
}
.page-recruit .sec06-other-box-img {
  margin-bottom: 20px;
}
.page-recruit .sec06-other-box-ttl {
  margin-bottom: 20px;
  background-size: 80px 6px;
}
.page-recruit .sec06-other-box p {
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .page-recruit .sec06 {
    padding: 0 15px;
    margin-bottom: 150px;
  }
  .page-recruit .sec06 h3 {
    margin-bottom: 80px;
  }
  .page-recruit .sec06-block {
    max-width: 1280px;
    margin: 0 auto 120px;
  }
  .page-recruit .sec06-block:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .page-recruit .sec06-block:last-of-type {
    margin-bottom: 0;
  }
  .page-recruit .sec06-box {
    width: 50%;
  }
  .page-recruit .sec06-box-img {
    margin-bottom: 0;
  }
  .page-recruit .sec06-box-num {
    margin-bottom: 20px;
  }
  .page-recruit .sec06-box-ttl {
    margin-bottom: 40px;
  }
  .page-recruit .sec06-other {
    margin: 160px auto 0;
    max-width: 1280px;
  }
  .page-recruit .sec06-other-box {
    margin-bottom: 0;
    width: 50%;
  }
  .page-recruit .sec06-other-box-img {
    margin-bottom: 30px;
  }
  .page-recruit .sec06-other-box-ttl {
    margin-bottom: 30px;
    background-size: 80px 4px;
  }
}
.page-recruit .sec07 {
  margin-bottom: 100px;
}
.page-recruit .sec07 h3 {
  margin-bottom: 10px;
}
.page-recruit .sec07-main {
  background: transparent url(../img/recruit/recruit-bg-data-sp2-min.jpg) no-repeat 50% 0/cover;
  padding: 50px 15px;
}
.page-recruit .sec07-main li {
  margin-bottom: 20px;
}
.page-recruit .sec07-main li:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .page-recruit .sec07 {
    margin-bottom: 150px;
  }
  .page-recruit .sec07 h3 {
    margin-bottom: 12px;
  }
  .page-recruit .sec07 p {
    margin-bottom: 40px;
  }
  .page-recruit .sec07-main {
    background-image: url(../img/recruit/recruit-bg-data-pc2-min.jpg);
    padding: 70px 15px;
  }
  .page-recruit .sec07-main ul {
    max-width: 1090px;
    margin: 0 auto;
    gap: 75px 65px;
  }
  .page-recruit .sec07-main li {
    width: calc((100% - 130px) / 3);
    margin-bottom: 0;
  }
}
.page-recruit .sec08-main {
  margin-bottom: 100px;
}
.page-recruit .sec08-block {
  margin-bottom: 80px;
}
.page-recruit .sec08-block:last-of-type {
  margin-bottom: 0;
}
.page-recruit .sec08-box {
  margin-bottom: 35px;
}
.page-recruit .sec08-box-img {
  position: relative;
  max-width: 375px;
  width: calc(100% - 15px);
  height: 200px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .page-recruit .sec08-box-img {
    transform: translateX(7px);
  }
}
@media screen and (max-width: 375px) {
  .page-recruit .sec08-box-img {
    width: 100%;
    margin: 0 0 35px auto;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .sec08-box-img:before {
    content: "";
    display: block;
    background: #006C71;
    width: calc(100% - 15px);
    position: absolute;
    height: 200px;
    z-index: 1;
    transform: translate(-15px, 15px);
  }
}
.page-recruit .sec08-box-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 200px;
}
.page-recruit .sec08-box-text {
  padding: 0 15px;
}
.page-recruit .sec08-box h4 {
  margin-bottom: 20px;
}
.page-recruit .sec08-box p {
  margin-bottom: 20px;
  line-height: 2;
}
.page-recruit .sec08-information {
  padding: 0 15px;
}
.page-recruit .sec08-information .info-body {
  margin-bottom: 20px;
}
.page-recruit .sec08-information .info-menu {
  margin-bottom: 20px;
  gap: 16px 15px;
}
.page-recruit .sec08-information .info-menu-box {
  width: calc((100% - 15px) / 2);
  font-size: 1rem;
  font-weight: bold;
  font-weight: 700;
  padding: 15px;
  line-height: 1.5;
  border: 2px solid;
}
.page-recruit .sec08-information .info-menu-box-eigyo {
  border-color: #DF2F3D;
  color: #DF2F3D;
}
.page-recruit .sec08-information .info-menu-box-kanban {
  border-color: #3355C6;
  color: #3355C6;
}
.page-recruit .sec08-information .info-menu-box-keiei {
  border-color: #FFAF24;
  color: #FFAF24;
}
.page-recruit .sec08-information .info-menu-box-setsuei {
  border-color: #2A9859;
  color: #2A9859;
}
.page-recruit .sec08-information .info-menu-box-parttime {
  border-color: #8B44AE;
  color: #8B44AE;
}
.page-recruit .sec08-information .info-body-box {
  top: 0;
  left: 0;
  border: 2px solid;
  padding: 30px 15px 40px;
  width: 100%;
  background: #fff;
  z-index: -1;
  display: none;
}
.page-recruit .sec08-information .info-body-box.active {
  z-index: 1;
  display: block;
}
.page-recruit .sec08-information .info-body-box h4 {
  margin-bottom: 30px;
}
.page-recruit .sec08-information .info-body-box-eigyo {
  border-color: #DF2F3D;
}
.page-recruit .sec08-information .info-body-box-eigyo h4 {
  color: #DF2F3D;
}
.page-recruit .sec08-information .info-body-box-eigyo .info-body-flow h5 span {
  background-image: url(../img/recruit/icon-clock-red.svg);
}
.page-recruit .sec08-information .info-body-box-eigyo .info-body-main dl dt {
  border-color: #FF8282;
  background: #FFEBEB;
}
.page-recruit .sec08-information .info-body-box-kanban {
  border-color: #3355C6;
}
.page-recruit .sec08-information .info-body-box-kanban h4 {
  color: #3355C6;
}
.page-recruit .sec08-information .info-body-box-kanban .info-body-flow h5 span {
  background-image: url(../img/recruit/icon-clock-blue.svg);
}
.page-recruit .sec08-information .info-body-box-kanban .info-body-main dl dt {
  border-color: #6F8AE5;
  background: #EAEDF8;
}
.page-recruit .sec08-information .info-body-box-keiei {
  border-color: #FFAF24;
}
.page-recruit .sec08-information .info-body-box-keiei h4 {
  color: #FFAF24;
}
.page-recruit .sec08-information .info-body-box-keiei .info-body-flow h5 span {
  background-image: url(../img/recruit/icon-clock-yellow.svg);
}
.page-recruit .sec08-information .info-body-box-keiei .info-body-main dl dt {
  border-color: #FFAF24;
  background: #FFEED1;
}
.page-recruit .sec08-information .info-body-box-setsuei {
  border-color: #2A9859;
}
.page-recruit .sec08-information .info-body-box-setsuei h4 {
  color: #2A9859;
}
.page-recruit .sec08-information .info-body-box-setsuei .info-body-flow h5 span {
  background-image: url(../img/recruit/icon-clock-green.svg);
}
.page-recruit .sec08-information .info-body-box-setsuei .info-body-main dl dt {
  border-color: #55BC81;
  background: #EFFCF5;
}
.page-recruit .sec08-information .info-body-box-parttime {
  border-color: #8B44AE;
}
.page-recruit .sec08-information .info-body-box-parttime h4 {
  color: #8B44AE;
}
.page-recruit .sec08-information .info-body-box-parttime .info-body-flow h5 span {
  background-image: url(../img/recruit/icon-clock-green.svg);
}
.page-recruit .sec08-information .info-body-box-parttime .info-body-main dl dt {
  border-color: #A368BF;
  background: #F8E9FF;
}
.page-recruit .sec08-information .info-body-img {
  margin-bottom: 30px;
}
.page-recruit .sec08-information .info-body-flow h5 {
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: center;
}
.page-recruit .sec08-information .info-body-flow h5 span {
  padding-left: 34px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.page-recruit .sec08-information .info-body-flow .flow-wrap {
  max-width: 330px;
  margin: 0 auto 30px;
}
.page-recruit .sec08-information .info-body-flow .flow-wrap ul {
  width: calc(50% - 1px);
  border-left: 1px solid #E6E6E6;
  padding: 17px 0 37px;
}
.page-recruit .sec08-information .info-body-flow .flow-wrap ul:nth-of-type(odd) {
  padding-right: 20px;
  border-left: none;
}
.page-recruit .sec08-information .info-body-flow .flow-wrap ul:nth-of-type(even) {
  padding-left: 20px;
}
.page-recruit .sec08-information .info-body-flow .flow-wrap ul li {
  margin-bottom: 10px;
}
.page-recruit .sec08-information .info-body-flow .flow-wrap ul li dl {
  margin-bottom: 0;
}
.page-recruit .sec08-information .info-body-flow .flow-wrap ul li dl dt, .page-recruit .sec08-information .info-body-flow .flow-wrap ul li dl dd {
  font-weight: normal;
  font-weight: 400;
  margin-bottom: 0;
}
.page-recruit .sec08-information .info-body-flow .flow-wrap ul li dl dt {
  width: 50px;
  text-align: right;
}
.page-recruit .sec08-information .info-body-flow .flow-wrap ul li dl dd {
  width: calc(100% - 65px);
}
.page-recruit .sec08-information .info-body-msg {
  line-height: 2;
  margin-bottom: 40px;
}
.page-recruit .sec08-information .info-body-main dl {
  margin-bottom: 5px;
}
.page-recruit .sec08-information .info-body-main dl:last-of-type {
  margin-bottom: 40px;
}
.page-recruit .sec08-information .info-body-main dl dt {
  text-align: center;
  padding: 12px;
  line-height: 2;
  font-weight: normal;
  font-weight: 400;
  border: 1px solid;
  margin-bottom: 5px;
}
.page-recruit .sec08-information .info-body-main dl dd {
  padding: 12px;
  border: 1px solid #E6E6E6;
  margin-bottom: 0;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .page-recruit .sec08 {
    overflow: hidden;
    margin-bottom: 150px;
  }
  .page-recruit .sec08 h3 {
    margin-bottom: 80px;
  }
  .page-recruit .sec08-main {
    margin: 0 auto 142px;
    max-width: 1280px;
  }
  .page-recruit .sec08-box {
    margin-bottom: auto;
    width: 50%;
  }
  .page-recruit .sec08-box-img {
    max-width: 580px;
    width: calc(50% - 40px);
    height: 320px;
    position: relative;
  }
  .page-recruit .sec08-box-img-after {
    width: 100%;
    height: 320px;
    transition: 1s;
    opacity: 0;
    top: 0;
    position: absolute;
  }
  .page-recruit .sec08-box-img img {
    opacity: 0;
    transition: 0.8s;
    height: auto;
  }
  .page-recruit .sec08-box-text {
    padding: 0 15px 0 50px;
  }
  .page-recruit .sec08-block {
    margin-bottom: 130px;
  }
  .page-recruit .sec08-block:nth-of-type(odd) .sec08-box-img {
    text-align: left;
    margin: 0 auto auto 20px;
  }
  .page-recruit .sec08-block:nth-of-type(odd) .sec08-box-img-after {
    transform: translate(-100%, 20px);
  }
  .page-recruit .sec08-block:nth-of-type(odd) .sec08-box-img img {
    transform: translateX(-100%);
  }
  .page-recruit .sec08-block:nth-of-type(odd) .sec08-box-img.on .sec08-box-img-after {
    transform: translate(-20px, 20px);
    opacity: 1;
  }
  .page-recruit .sec08-block:nth-of-type(odd) .sec08-box-img.on img {
    opacity: 1;
    transform: translateX(0);
  }
  .page-recruit .sec08-block:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .page-recruit .sec08-block:nth-of-type(even) .sec08-box-img {
    text-align: right;
    margin: 0 20px auto auto;
  }
  .page-recruit .sec08-block:nth-of-type(even) .sec08-box-img-after {
    transform: translate(100%, 20px);
  }
  .page-recruit .sec08-block:nth-of-type(even) .sec08-box-img img {
    transform: translateX(100%);
  }
  .page-recruit .sec08-block:nth-of-type(even) .sec08-box-img.on .sec08-box-img-after {
    transform: translate(20px, 20px);
    opacity: 1;
  }
  .page-recruit .sec08-block:nth-of-type(even) .sec08-box-img.on img {
    opacity: 1;
    transform: translateX(0);
  }
  .page-recruit .sec08-information {
    max-width: 1030px;
    margin: 0 auto;
  }
  .page-recruit .sec08-information .info-body {
    margin-bottom: 20px;
  }
  .page-recruit .sec08-information .info-menu {
    margin-bottom: 0;
    gap: 0 20px;
    position: relative;
    z-index: 2;
  }
  .page-recruit .sec08-information .info-menu-box {
    width: calc((100% - 80px) / 5);
    font-size: 1.25rem;
    padding: 14px;
    position: relative;
  }
  .page-recruit .sec08-information .info-menu-box.active:after {
    content: "";
    background: #fff;
    height: 2px;
    width: 100%;
    position: absolute;
    z-index: 3;
  }
  .page-recruit .sec08-information .info-menu.info-head .info-menu-box {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: #fff;
  }
  .page-recruit .sec08-information .info-menu.info-head .info-menu-box.active:after {
    top: 100%;
  }
  .page-recruit .sec08-information .info-menu.info-footer {
    z-index: 3;
  }
  .page-recruit .sec08-information .info-menu.info-footer .info-menu-box {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: #fff;
  }
  .page-recruit .sec08-information .info-menu.info-footer .info-menu-box.active:after {
    bottom: 100%;
  }
  .page-recruit .sec08-information .info-body {
    z-index: 1;
    margin-bottom: 0;
  }
  .page-recruit .sec08-information .info-body-box {
    padding: 30px 40px 50px;
  }
  .page-recruit .sec08-information .info-body-box h4 {
    margin-bottom: 30px;
  }
  .page-recruit .sec08-information .info-body-box-head {
    margin-bottom: 30px;
  }
  .page-recruit .sec08-information .info-body-img {
    margin-bottom: 0;
    width: calc(50% - 20px);
  }
  .page-recruit .sec08-information .info-body-flow {
    width: 50%;
    max-width: 376px;
    margin: auto;
  }
  .page-recruit .sec08-information .info-body-flow .flow-wrap {
    max-width: 376px;
    margin: 0 auto 0;
  }
  .page-recruit .sec08-information .info-body-flow .flow-wrap ul {
    padding: 20px 0 0;
  }
  .page-recruit .sec08-information .info-body-flow .flow-wrap ul:nth-of-type(odd) {
    padding-right: 25px;
  }
  .page-recruit .sec08-information .info-body-flow .flow-wrap ul:nth-of-type(even) {
    padding-left: 25px;
  }
  .page-recruit .sec08-information .info-body-flow .flow-wrap ul li dl dt {
    width: 82px;
    padding-right: 30px;
  }
  .page-recruit .sec08-information .info-body-flow .flow-wrap ul li dl dd {
    width: calc(100% - 82px);
  }
  .page-recruit .sec08-information .info-body-msg {
    line-height: 2;
    margin-bottom: 0;
  }
  .page-recruit .sec08-information .info-body-main dl {
    margin-bottom: 10px;
  }
  .page-recruit .sec08-information .info-body-main dl:last-of-type {
    margin-bottom: 40px;
  }
  .page-recruit .sec08-information .info-body-main dl dt {
    width: 200px;
    margin-bottom: 0;
  }
  .page-recruit .sec08-information .info-body-main dl dd {
    width: calc(100% - 210px);
  }
}
.page-recruit .sec09-form-main {
  padding: 0 15px;
}
.page-recruit .sec09-form-main .form-wrap dl {
  padding-bottom: 15px;
  margin-bottom: 14px;
  border-bottom: 1px dashed #707070;
}
.page-recruit .sec09-form-main .form-wrap dl:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 50px;
}
.page-recruit .sec09-form-main .form-wrap dl dt {
  margin-bottom: 19px;
  line-height: 1.5;
}
.page-recruit .sec09-form-main .form-wrap dl dd {
  margin-bottom: 0;
}
.page-recruit .sec09-form-main .form-wrap dl dd input[type=text],
.page-recruit .sec09-form-main .form-wrap dl dd input[type=email],
.page-recruit .sec09-form-main .form-wrap dl dd input[type=number],
.page-recruit .sec09-form-main .form-wrap dl dd select,
.page-recruit .sec09-form-main .form-wrap dl dd textarea {
  border-radius: 5px;
  border: 1px solid #979797;
  padding: 5px;
}
.page-recruit .sec09-form-main .form-wrap dl dd input[type=text],
.page-recruit .sec09-form-main .form-wrap dl dd input[type=email],
.page-recruit .sec09-form-main .form-wrap dl dd textarea {
  width: 100%;
}
.page-recruit .sec09-form-main .form-wrap dl:nth-of-type(4) dd div {
  max-width: 180px;
}
.page-recruit .sec09-form-main .form-wrap dl:nth-of-type(4) dd .wpcf7-form-control-wrap {
  width: calc(100% - 1.5em);
  display: inline-block;
}
.page-recruit .sec09-form-main .form-wrap dl:nth-of-type(4) dd .wpcf7-form-control-wrap select {
  max-width: 100%;
}
.page-recruit .sec09-form-main .form-wrap dl:nth-of-type(5) dd input[type=number] {
  max-width: 100px;
}
.page-recruit .sec09-form-main .form-wrap dl:nth-of-type(5) dd span:nth-of-type(1) {
  padding-right: 0.5em;
}
.page-recruit .sec09-form-main .form-wrap dl:nth-of-type(5) dd span:nth-of-type(2) {
  padding-left: 0.5em;
}
.page-recruit .sec09-form-main .form-wrap dl:nth-of-type(7) dd input[type=number] {
  max-width: 90px;
}
.page-recruit .sec09-form-main .form-wrap dl:nth-of-type(7) dd span:nth-of-type(1) {
  padding-right: 0.5em;
}
.page-recruit .sec09-form-main .form-wrap dl:nth-of-type(7) dd span:nth-of-type(2) {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.page-recruit .sec09-form-main .form-wrap dl:nth-of-type(7) dd span:nth-of-type(3) {
  padding-left: 0.5em;
}
.page-recruit .sec09-form-main .form-wrap dl:nth-of-type(8) dd br {
  display: none;
}
.page-recruit .sec09-form-main .form-wrap dl:nth-of-type(8) dd span:nth-of-type(1) {
  padding-bottom: 20px;
  display: block;
}
.page-recruit .sec09-form-main .form-wrap dl:nth-of-type(13) dt {
  width: 110px;
}
.page-recruit .sec09-form-main .form-wrap dl:nth-of-type(13) dd {
  width: calc(100% - 110px);
}
.page-recruit .sec09-form-main .form-wrap dl:nth-of-type(13) dd .file-btn {
  padding: 10px 20px;
  border: 1px solid #979797;
  display: block;
  background: #EFEFEF;
  border-radius: 5px;
  cursor: pointer;
}
.page-recruit .sec09-form-main .form-wrap dl:nth-of-type(13) dd input[type=file] {
  display: none;
}
.page-recruit .sec09-form-main .form-wrap .submit input {
  background: #005C50 url(../img/common/submit.svg) no-repeat 100% 50%;
  color: #fff;
  display: grid;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  width: 270px;
  max-width: 100%;
  height: 55px;
  margin: 0 auto;
  place-items: center;
  position: relative;
  border: 3px solid #fff;
  transition: 0.3s;
}
.page-recruit .sec09-form-main .form-wrap .submit input:hover {
  border: 3px solid #005C50;
  background: #fff url(../img/common/submit-hover.svg) no-repeat 100% 50%;
  color: #005C50;
}

@media print, screen and (min-width: 768px) {
  .page-recruit .sec09-form-main {
    padding: 0 15px;
    max-width: 796px;
    margin: 0 auto;
  }
  .page-recruit .sec09-form-main .form-wrap dl {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: none;
    justify-content: space-between;
  }
  .page-recruit .sec09-form-main .form-wrap dl:last-of-type {
    margin-bottom: 50px;
  }
  .page-recruit .sec09-form-main .form-wrap dl dt {
    margin: 6px auto auto 0;
    width: 173px;
    padding-right: 20px;
    text-align: right;
  }
  .page-recruit .sec09-form-main .form-wrap dl dd {
    width: calc(100% - 173px);
    margin-bottom: 0;
  }
  .page-recruit .sec09-form-main .form-wrap dl dd input[type=text],
.page-recruit .sec09-form-main .form-wrap dl dd input[type=email],
.page-recruit .sec09-form-main .form-wrap dl dd input[type=number],
.page-recruit .sec09-form-main .form-wrap dl dd select,
.page-recruit .sec09-form-main .form-wrap dl dd textarea {
    padding: 5px 10px;
  }
  .page-recruit .sec09-form-main .form-wrap dl:nth-of-type(8) dd br {
    display: none;
  }
  .page-recruit .sec09-form-main .form-wrap dl:nth-of-type(8) dd span:nth-of-type(1) {
    padding-bottom: 20px;
    display: block;
  }
  .page-recruit .sec09-form-main .form-wrap dl:nth-of-type(13) dt {
    width: 173px;
  }
  .page-recruit .sec09-form-main .form-wrap dl:nth-of-type(13) dd {
    width: calc(100% - 173px);
  }
  .page-recruit .sec09-form-main .form-wrap .submit input {
    background: #005C50 url(../img/common/submit.svg) no-repeat 100% 50%;
    color: #fff;
    display: grid;
    text-align: center;
    font-weight: bold;
    font-size: 1.125rem;
    width: 270px;
    max-width: 100%;
    height: 55px;
    margin: 0 auto;
    place-items: center;
    position: relative;
    border: 3px solid #fff;
    transition: 0.3s;
  }
  .page-recruit .sec09-form-main .form-wrap .submit input:hover {
    border: 3px solid #005C50;
    background: #fff url(../img/common/submit-hover-dgreen.svg) no-repeat 100% 50%;
    color: #005C50;
  }
}

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