@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@500&family=Archivo:wght@500&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.archivo {
  font-family: "Archivo", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.antonio {
  font-family: "Antonio", sans-serif;
  font-weight: 500;
}

.zen-400 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.zen-500 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.zen-700 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

body {
  font-family: "Zen Kaku Gothic New", "Antonio", sans-serif;
  font-weight: 400;
  color: #1c1c1c;
}
body a {
  color: #1c1c1c;
}

.fade-in-text,
.fade-up-text {
  visibility: hidden;
}
.fade-in-text span,
.fade-up-text span {
  opacity: 0;
  display: inline-block;
}

.fade-in-text span {
  transform: translateX(-20px);
}

.fade-up-text span {
  transform: translateY(10px);
}

.spOnly {
  display: none;
}
@media (max-width: 800px) {
  .spOnly {
    display: block;
  }
}

.pcOnly {
  display: block;
}
@media (max-width: 800px) {
  .pcOnly {
    display: none;
  }
}

.swiper-slide {
  position: relative;
}
.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.4);
  pointer-events: none;
  z-index: 1;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.mainimg {
  width: 100%;
  min-height: 700px;
  height: 100vh;
  position: relative;
}
.mainimg .swiper,
.mainimg .swiper-wrapper,
.mainimg .swiper-slide {
  height: 100%;
}
.mainimg .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.mainimg .ftext {
  position: absolute;
  letter-spacing: 0.1rem;
  width: 90%;
  max-width: 1400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 10;
  padding-top: 100px;
}
.mainimg .ftext .txten {
  font-size: 96px;
}
@media (max-width: 800px) {
  .mainimg .ftext .txten {
    font-size: 12vw;
  }
}
.mainimg .ftext .jtxt {
  font-size: 22px;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 800px) {
  .mainimg .ftext .jtxt {
    font-size: 3.6vw;
  }
}
.mainimg .ftext .main-txt {
  text-align: left;
  font-size: 22px;
  line-height: 1.6;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 800px) {
  .mainimg .ftext .main-txt {
    font-size: 5vw;
  }
}
.mainimg .ftext .main-txt .txtbox {
  width: 500px;
}
.mainimg .ftext .textcenter {
  margin-top: 3em;
  display: flex;
  justify-content: center;
}
.mainimg .svgAbout {
  width: 120px;
  height: 120px;
}
.mainimg #arrow {
  transition: transform 0.2s ease;
}
.mainimg .circlecenter {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.outline {
  color: transparent;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
}
@media (min-width: 1400px) {
  .outline {
    -webkit-text-stroke: 2.5px white;
    text-stroke: 2.5px white;
  }
}
@media (max-width: 800px) {
  .outline {
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
  }
}

.front-service {
  width: 100%;
  background-color: #2f4399;
  color: white;
  padding-bottom: 100px;
}
@media (max-width: 800px) {
  .front-service {
    padding-bottom: 1px;
  }
}

.w1400 {
  padding-top: 1px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 600px) {
  .w1400 {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.w1400 .row {
  position: relative;
  margin-bottom: 100px;
  height: 510px;
}
@media (max-width: 1400px) {
  .w1400 .row {
    height: 37.1vw;
  }
}
@media (max-width: 800px) {
  .w1400 .row {
    display: flex;
    position: initial;
    flex-wrap: wrap;
    height: initial;
    height: auto;
    margin-bottom: 5rem;
    flex-direction: column-reverse;
  }
}
.w1400 .row .imgbox {
  z-index: 9;
  position: absolute;
  right: 0;
  width: 70%;
}
@media (max-width: 1000px) {
  .w1400 .row .imgbox {
    width: 60%;
  }
}
@media (max-width: 800px) {
  .w1400 .row .imgbox {
    width: 100%;
    margin-bottom: 1rem;
    position: initial;
  }
}
.w1400 .row .imgbox img {
  width: 100%;
  border-radius: 20px;
}
.w1400 .row .imgbox .imgbtm {
  position: absolute;
  right: 20px;
  line-height: 1;
  height: 1em;
  bottom: -0.5em;
  font-size: 36px;
  color: transparent;
  -webkit-text-stroke: 0.5px white;
  text-stroke: 0.5px white;
}
@media (max-width: 800px) {
  .w1400 .row .imgbox .imgbtm {
    position: initial;
    margin-top: -0.2em;
    font-size: 4vw;
    color: white;
    -webkit-text-stroke: 0px white;
    text-stroke: 0px white;
  }
}
.w1400 .row .business-section {
  height: 510px;
  padding-top: 60px;
  z-index: 10;
  left: 0;
  position: absolute;
  width: 28%;
}
@media (max-width: 1400px) {
  .w1400 .row .business-section {
    height: 37.1vw;
  }
}
@media (max-width: 1000px) {
  .w1400 .row .business-section {
    padding-top: 0;
  }
}
@media (max-width: 800px) {
  .w1400 .row .business-section {
    position: initial;
    width: 100%;
    height: auto;
    height: initial;
    margin-bottom: 2rem;
  }
}
.w1400 .row .business-section .business-title p {
  font-size: 14px;
  margin: 0;
  font-family: "sans-serif";
}
.w1400 .row .business-section .business-title h2 {
  font-size: 28px;
  margin: 10px 0 20px;
  font-weight: bold;
}
.w1400 .row .business-section .business-description p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.w1400 .row .business-section .business-link {
  position: static;
  bottom: 100px;
  width: 100%;
}
@media (max-width: 800px) {
  .w1400 .row .business-section .business-link {
    position: relative;
    width: 40vw;
    bottom: 0;
    height: 10vw;
    margin-left: 31vw;
  }
}
.w1400 .row .business-section .business-link .circle {
  display: inline-block;
  width: 56px;
  height: 56px;
  border: 2px solid white;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 34px;
  margin-right: 10px;
  font-size: 12px;
  position: absolute;
  transition: 0.4s;
}
.w1400 .row .business-section .business-link .circle.hover {
  width: 15em;
}
.w1400 .row .business-section .business-link a {
  padding-left: 20px;
  position: absolute;
  display: inline-flex;
  line-height: 2em;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: white;
  text-decoration: none;
}
.w1400 .row .business-section .business-link a span {
  margin-right: 3em;
}

.w1200 {
  padding-top: 1px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 600px) {
  .w1200 {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

@keyframes underline-appear {
  from {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.arrowlink {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-left: 2em;
  margin-top: 5rem;
}
.arrowlink .text {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  overflow: hidden;
}
.arrowlink .text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #000;
  transform: scaleX(1);
  transform-origin: left;
  transition: none;
}
.arrowlink:hover .text::after {
  animation: none;
  transform: scaleX(0);
  transition: transform 0s;
}
.arrowlink:hover .text::after {
  animation: underline-appear 0.5s 0.05s ease-out forwards;
}
.arrowlink .arrow {
  background-color: black;
  border-radius: 10em;
  height: 4rem;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .arrowlink .arrow {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.arrowlink .arrow img {
  width: 1em;
}

.front-works {
  padding-top: 100px;
  padding-bottom: 100px;
}
.front-works .worksbox {
  display: flex;
  position: relative;
}
@media (max-width: 900px) {
  .front-works .worksbox {
    flex-wrap: wrap;
  }
}
.front-works .worksbox .sticky-box {
  width: 33.3333333333%;
  height: 400px;
  position: sticky;
  top: 120px;
  padding: 10px;
  z-index: 10;
}
@media (max-width: 900px) {
  .front-works .worksbox .sticky-box {
    position: initial;
    width: 100%;
    height: auto;
    height: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .front-works .worksbox .sticky-box .arrowlink {
    margin-top: 0;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  .front-works .worksbox .sticky-box .arrowlink {
    width: 90vw;
    margin-left: 20vw;
  }
}
.front-works .worksbox .works-content {
  flex: 1;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.front-works .worksbox .works-content .box {
  width: 50%;
  padding: 40px;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .front-works .worksbox .works-content .box {
    padding: 3vw;
  }
}
.front-works .worksbox .works-content .box p.title {
  margin-left: 1rem;
  margin-top: 0.5em;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0.2em;
}
@media (max-width: 800px) {
  .front-works .worksbox .works-content .box p.title {
    margin-left: 0;
    font-size: 4vw;
  }
}
.front-works .worksbox .works-content .box p.place {
  margin-left: 1rem;
  font-size: 14px;
}
@media (max-width: 800px) {
  .front-works .worksbox .works-content .box p.place {
    margin-top: 0.5em;
    margin-left: 0;
    font-size: 3vw;
    line-height: 1.4em;
  }
}
.front-works .worksbox .works-content .box .img {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 10px;
  position: relative;
}
.front-works .worksbox .works-content .box .img .tag {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background-color: white;
  border: 1px solid #1c1c1c;
  font-size: 12px;
  padding: 6px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 2em;
}
.front-works .worksbox .works-content .box .img img {
  width: 100%;
  transition: 0.3s;
}
.front-works .worksbox .works-content .box .img img:hover {
  transform: scale(1.2);
}
.front-works .worksbox .works-content .box:nth-child(2n) {
  margin-top: 0px;
}
@media (max-width: 1200px) {
  .front-works .worksbox .works-content .box:nth-child(2n) {
    margin-top: 0vw;
  }
}
.front-works .worksbox .works-content .box:nth-child(2n+1) {
  margin-top: -170px;
}
@media (max-width: 1200px) {
  .front-works .worksbox .works-content .box:nth-child(2n+1) {
    margin-top: -10vw;
  }
}
.front-works .worksbox .works-content .box:first-child {
  margin-top: 0;
}
.front-works .worksbox .works-content .box:nth-child(2) {
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .front-works .worksbox .works-content .box:nth-child(2) {
    margin-top: 5vw;
  }
}

.front-event {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f5f4;
}
@media (max-width: 500px) {
  .front-event {
    padding-top: 0;
  }
}
.front-event .eventbox .flex2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .front-event .eventbox .flex2 {
    display: block;
  }
}
.front-event .eventbox .flex2 p.txt01 {
  margin-top: 2em;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 3em;
}
@media (max-width: 800px) {
  .front-event .eventbox .flex2 p.txt01 {
    margin-bottom: 3em;
  }
}
.front-event .flex4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 800px) {
  .front-event .flex4 {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.front-event .flex4 .box {
  width: 26%;
  margin: 0 3% 3em;
  line-height: 1.4;
}
@media (max-width: 1000px) {
  .front-event .flex4 .box {
    width: 28%;
    margin: 0 2% 3em;
  }
}
@media (max-width: 800px) {
  .front-event .flex4 .box {
    width: 100%;
    margin-bottom: 50px;
    margin: 0 auto 3em;
  }
}
.front-event .flex4 .box img {
  width: 100%;
}
.front-event .flex4 .box p.date {
  margin-top: 1em;
  color: #6d6d6d;
  font-size: 14px;
}
.front-event .flex4 .box p.date span {
  margin-left: 0.3em;
}
.front-event .flex4 .box p.title {
  font-size: 14pt;
  margin-top: 0.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 800px) {
  .front-event .flex4 .box p.title {
    font-size: 4vw;
  }
}
.front-event .flex4 .box p.cont {
  font-size: 10pt;
}
@media (max-width: 800px) {
  .front-event .flex4 .box p.cont {
    font-size: 3vw;
  }
}
.front-event .flex4 .arrowbox {
  width: 8%;
  min-width: 90px;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .front-event .flex4 .arrowbox {
    width: 100%;
  }
}
.front-event .flex4 .arrowbox .arrowlink {
  display: flex;
  align-items: start;
  justify-content: center;
  margin: 0;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .front-event .flex4 .arrowbox .arrowlink {
    align-items: center;
  }
}

.front-news {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 500px) {
  .front-news {
    padding-top: 0;
  }
}
.front-news .flex2 {
  display: flex;
  flex-wrap: wrap;
}
.front-news .flex2 .newstitle-box {
  width: 32%;
}
@media (max-width: 800px) {
  .front-news .flex2 .newstitle-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 800px) {
  .front-news .flex2 .newstitle-box .arrowlink {
    margin-top: 0;
  }
}
.front-news .flex2 .newbox {
  flex: 1;
  padding-left: 60px;
  border-left: 1px solid #ccc;
}
@media (max-width: 800px) {
  .front-news .flex2 .newbox {
    width: 100%;
    flex: initial;
  }
}
@media (max-width: 800px) {
  .front-news .flex2 .newbox {
    border-left: none;
    padding-left: 0;
  }
}
.front-news .flex2 .newbox .row {
  display: flex;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px dotted #000;
  padding-right: 2rem;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 500px) {
  .front-news .flex2 .newbox .row {
    flex-wrap: wrap;
  }
}
@media (min-width: 501px) {
  .front-news .flex2 .newbox .row::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("../img/arrow_03.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.front-news .flex2 .newbox .row .cate {
  font-size: 13px;
  border-radius: 6px;
  text-align: center;
  background-color: #2f4399;
  color: white;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 2em;
  height: 2em;
}
.front-news .flex2 .newbox .row .date {
  color: #6d6d6d;
  font-size: 13px;
}
.front-news .flex2 .newbox .row p {
  flex: 1;
  line-height: 1.5;
}
@media (max-width: 500px) {
  .front-news .flex2 .newbox .row p {
    width: 100%;
    flex: initial;
  }
}
.front-news .flex2 .newbox .row p > a {
  color: #1c1c1c;
}

.front-recruit {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 60vw;
}
.front-recruit > div {
  position: relative;
  z-index: 10;
}
@media (min-width: 1201px) {
  .front-recruit {
    height: 920px;
  }
}
@media (max-width: 800px) {
  .front-recruit {
    height: 100vw;
  }
}
.front-recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/recruit_img.jpg");
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: 0;
}
.front-recruit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.4);
  z-index: 1;
}
.front-recruit:hover::before {
  transform: scale(1.05);
}
.front-recruit .txt02 {
  padding-right: 100px;
  right: 30px;
  color: white;
  position: absolute;
  top: 520px;
  font-size: 70px;
}
.front-recruit .txt02 .join {
  font-size: 120px;
}
@media (max-width: 1200px) {
  .front-recruit .txt02 {
    padding-right: 20vw;
    font-size: 4vw;
    top: 35vw;
  }
  .front-recruit .txt02 .join {
    font-size: 10vw;
  }
}
@media (max-width: 500px) {
  .front-recruit .txt02 {
    top: 61vw;
    padding-right: 30vw;
  }
}
.front-recruit .svgRecruit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
}
@media (max-width: 500px) {
  .front-recruit .svgRecruit {
    width: 26vw;
    height: 26vw;
  }
}

.front-contact {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2f4399;
}
.front-contact .w1000 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  padding-left: 2vw;
  padding-right: 2vw;
}
.front-contact .flex2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .front-contact .flex2 {
    justify-content: center;
  }
}
.front-contact h2 {
  font-size: 80px;
  color: white;
}
@media (max-width: 1200px) {
  .front-contact h2 {
    font-size: 70px;
  }
}
.front-contact .arrowlink {
  color: white;
  margin-top: 0;
}
@media (max-width: 800px) {
  .front-contact .arrowlink {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }
}
.front-contact .arrowlink .arrow {
  background-color: white;
}
.front-contact .arrowlink .text::after {
  border-bottom: 1px solid white;
}

.fotterbox .flex2 {
  display: flex;
}
@media (max-width: 800px) {
  .fotterbox .flex2 {
    flex-wrap: wrap;
  }
}
.fotterbox .flex2 > div {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  .fotterbox .flex2 > div {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.fotterbox .flex2 .info {
  width: 32%;
}
@media (max-width: 800px) {
  .fotterbox .flex2 .info {
    width: 100%;
  }
}
.fotterbox .flex2 .info .box {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 800px) {
  .fotterbox .flex2 .info .box {
    margin-left: auto;
    max-width: 100%;
    margin-right: auto;
  }
}
.fotterbox .flex2 .info .box .addressbox {
  margin-top: 2em;
  font-size: 14px;
  line-height: 1.5;
}
.fotterbox .flex2 .info .box .addressbox p {
  margin-bottom: 0.5em;
}
.fotterbox .flex2 .info .box .addressbox p.timebox {
  display: inline-block;
}
.fotterbox .flex2 .info .box .addressbox p.timebox span {
  float: right;
}
.fotterbox .flex2 .info .box .addressbox .sns {
  margin-top: 2em;
}
.fotterbox .flex2 .info .box .addressbox .sns img {
  width: 2em;
}
.fotterbox .flex2 .fmemu {
  background-color: #f2f5f4;
  flex: 1;
  display: flex;
  padding-left: 40px;
}
@media (max-width: 800px) {
  .fotterbox .flex2 .fmemu {
    flex-wrap: wrap;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.fotterbox .flex2 .fmemu .col {
  flex: 1;
  width: 33.3%;
  max-width: 300px;
}
@media (max-width: 800px) {
  .fotterbox .flex2 .fmemu .col {
    flex: initial;
    max-width: 100%;
  }
  .fotterbox .flex2 .fmemu .col:nth-child(1) {
    width: 50%;
  }
}
.fotterbox .flex2 .fmemu .col .catetitle,
.fotterbox .flex2 .fmemu .col .archivo li {
  font-size: 24px;
}
.fotterbox .flex2 .fmemu .col .catetitle {
  margin-bottom: 1rem;
}
@media (max-width: 800px) {
  .fotterbox .flex2 .fmemu .col:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .fotterbox .flex2 .fmemu .col .pagelinks {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .fotterbox .flex2 .fmemu .col .pagelinks li {
    width: 50%;
  }
}
.fotterbox .flex2 .fmemu .col .pagelinks li {
  margin-bottom: 0.5em;
  font-size: 24px;
}
.fotterbox .flex2 .fmemu .col ul.link li {
  margin-bottom: 0.7em;
  font-size: 14px;
}
.fotterbox .flex2 .fmemu .col .contactbox .flex2box {
  font-size: 14px;
}
@media (max-width: 800px) {
  .fotterbox .flex2 .fmemu .col .contactbox .flex2box {
    display: flex;
  }
  .fotterbox .flex2 .fmemu .col .contactbox .flex2box p {
    width: 50%;
    font-size: 3vw;
  }
}
.fotterbox .flex2 .fmemu .col .contactbox p {
  margin-bottom: 0.5em;
}
.fotterbox .flex2 .fmemu .col .contactbox p.copy {
  margin-top: 2em;
  font-size: 13px;
}
.fotterbox .info img {
  max-width: 180px;
}

.pageTop {
  z-index: 1200;
  display: none;
  cursor: pointer;
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 48px;
}

.pagination {
  margin: 120px 0;
  display: flex;
  justify-content: center;
}
.pagination .page,
.pagination .pages,
.pagination .current,
.pagination .extend,
.pagination .last,
.pagination .nextpostslink,
.pagination .first,
.pagination .previouspostslink {
  border: none;
}
.pagination .current {
  background-color: #2f4399;
  color: white;
}
.pagination a,
.pagination span {
  margin: 0;
  display: inline-block;
  text-align: center;
  min-width: 1.5em;
}
.pagination a {
  position: relative;
  text-decoration: none;
  color: inherit;
  border: none;
}
.pagination a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.pagination a:hover::after {
  width: 100%;
}

.titlebox {
  margin-top: 100px;
  margin-bottom: 50px;
  padding-left: 1.2rem;
}
@media (max-width: 500px) {
  .titlebox {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.titlebox .h2text {
  font-size: 15px;
}
.titlebox h2 {
  position: relative;
  padding-left: 45px;
  margin-top: 0.5rem;
  margin-block-start: 0;
  font-size: 80px;
  font-size: 100px;
  line-height: 1;
  height: 1em;
}
.titlebox h2.whitetext {
  color: white;
}
.titlebox h2::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 88px;
  top: 14px;
  left: 0px;
  border-left: 25px solid white;
}
@media (max-width: 500px) {
  .titlebox h2 {
    padding-left: 25px;
    font-size: 60px;
  }
  .titlebox h2::before {
    top: 5px;
    height: 60px;
  }
}
.titlebox.bdlblue h2::before {
  border-left: 25px solid #2f4399;
}

.front-recruit .txt02 {
  padding-right: 150px;
}
@media (max-width: 500px) {
  .front-recruit .titlebox {
    margin-top: 10vw;
  }
}
.front-recruit .titlebox .h2text {
  color: white;
}
.front-recruit .titlebox p.disc {
  margin-top: 1em;
  line-height: 1.5;
  color: white;
}
@media (max-width: 500px) {
  .front-recruit .titlebox p.disc {
    font-size: 3.5vw;
  }
}
.front-recruit .outline {
  color: transparent;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
}
@media (max-width: 500px) {
  .front-recruit .outline {
    font-size: 10vw;
  }
}
@media (min-width: 1400px) {
  .front-recruit .outline {
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
  }
}
@media (max-width: 800px) {
  .front-recruit .outline {
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
  }
}

.privacybox {
  margin-top: 50px;
  margin-bottom: 120px;
}
@media (max-width: 650px) {
  .privacybox .titlebox h2 {
    font-size: 70px;
  }
  .privacybox .titlebox h2::before {
    height: 65px;
    top: 10px;
  }
}
@media (max-width: 500px) {
  .privacybox {
    margin-top: 80px;
  }
}
.privacybox .entry-content {
  margin-bottom: 160px;
}
@media (max-width: 500px) {
  .privacybox .entry-content {
    margin-bottom: 50px;
  }
}
.privacybox .entry-content h3 {
  position: relative;
  display: flex;
  align-items: center;
}
.privacybox .entry-content h3::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #333;
  margin-left: 1em;
}

.contact-box {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f2f5f4;
  border-radius: 12px;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact-box .txt01 {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (max-width: 500px) {
  .contact-box .txt01 {
    font-size: 4.2vw;
  }
}
.contact-box hr {
  height: 1px;
  border: none;
  border-top: 1px solid #6d6d6d;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.contact-box .txt03 {
  text-align: center;
  line-height: 1.5;
}
.contact-box .txt02 {
  margin-top: 2rem;
  text-align: center;
  line-height: 1.5;
}
.contact-box .txt02 span {
  font-size: 14px;
}
.contact-box .flex2 {
  display: flex;
  justify-content: center;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
.contact-box .flex2 .tel {
  flex: 1;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 26px;
}
@media (max-width: 800px) {
  .contact-box .flex2 .tel {
    margin-bottom: 0.5em;
    flex: initial;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-box .flex2 .tel .linkbox {
    width: 9em;
  }
}
.contact-box .flex2 .tel img {
  width: 2rem;
  margin-right: 1rem;
}
.contact-box .flex2 .tel.maillink a {
  font-weight: bold;
}

.page404 {
  margin-bottom: 120px;
  margin-top: 60px;
}
@media (max-width: 600px) {
  .page404 {
    margin-top: 60px;
  }
}
.page404 p.sorry {
  margin-left: 2em;
  font-size: 20px;
}/*# sourceMappingURL=layout.css.map */