* {
  box-sizing: border-box
}

.l-header__inner {
  height: 96px
}

@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 60px
  }
}

.l-header__ttl {
  display: block;
  line-height: 0;
  position: relative;
  min-width: 149px;
  width: 149px
}

main {
  padding-bottom: 120px;
  letter-spacing: .01em;
  line-height: 1.5
}

main .js-lazyclass {
  opacity: 0;
  transform: translateY(20px);
  transition: all .74s cubic-bezier(0.215, 0.61, 0.355, 1) .1s
}

main .js-lazyclass.appear {
  opacity: 1;
  transform: translate(0)
}

@media screen and (max-width: 768px) {
  main {
    padding-bottom: 64px
  }
}

.l-content {
  margin: -80px 4% 0 4%;
  background: #fff;
  box-shadow: 4px 48px 80px rgba(0, 0, 0, .2);
  position: relative;
  z-index: 1
}

@media screen and (max-width: 768px) {
  .l-content {
    margin: -40px 3% 0 3%;
    max-width: 94%;
    box-shadow: 4px 18px 40px rgba(0, 0, 0, .2)
  }
}

.l-content .l-inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 80px 6%
}

@media screen and (max-width: 768px) {
  .l-content .l-inner {
    max-width: 100%;
    padding: 40px 24px
  }
}

.p-column {
  display: flex;
  justify-content: space-between
}

@media screen and (max-width: 768px) {
  .p-column {
    flex-direction: column
  }
}

.p-column+.p-column {
  margin-top: 120px
}

@media screen and (max-width: 768px) {
  .p-column+.p-column {
    margin-top: 64px
  }
}

.p-column__ttl {
  width: 18%
}

@media screen and (max-width: 768px) {
  .p-column__ttl {
    width: 100%;
    margin-bottom: 32px
  }
}

.p-column__ttl .section-title {
  height: 24px
}

.p-column__ttl h2 {
  margin-top: 8px;
  font-size: 30px
}

@media screen and (max-width: 768px) {
  .p-column__ttl h2 {
    margin-top: 4;
    font-size: 5.3333333333vw
  }
}

.p-column__body {
  width: 79%
}

@media screen and (max-width: 768px) {
  .p-column__body {
    width: 100%
  }
}

.p-tbl table {
  width: 100%;
  border-bottom: 1px solid #dce3eb
}

.p-tbl table th, .p-tbl table td {
  padding: 28px 0;
  border-top: 1px solid #dce3eb;
  line-height: 1.5
}

@media screen and (max-width: 768px) {
  .p-tbl table th, .p-tbl table td {
    display: block;
    font-size: 4vw
  }
}

.p-tbl table th {
  width: 140px;
  text-align: left
}

@media screen and (max-width: 768px) {
  .p-tbl table th {
    width: 100%;
    padding: 24px 0 0 0
  }
}

.p-tbl table td {
  width: calc(100% - 140px)
}

@media screen and (max-width: 768px) {
  .p-tbl table td {
    width: 100%;
    border: none;
    padding: 10px 0 24px 0
  }
}

.p-tbl table td p {
  margin: 16px 0
}

.p-tbl table td a {
  color: #205ea4;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity .3s ease-out
}

.p-tbl table td a:hover {
  opacity: .7
}

.p-button--blank span {
  background: none
}

.p-button--blank span+span {
  width: 40px;
  height: 40px;
  position: absolute;
  transform: translateY(-50%) scale(1);
  right: 30px;
  top: 50%;
  background: none !important
}

.p-button--blank span+span img {
  width: 15px;
  height: 10px;
  margin-left: -7.5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: 50%
}

.p-button--blank span:after {
  background: none
}

.p-button input, .p-button button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  position: relative;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #205ea4;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  letter-spacing: .1rem;
  transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  font-size: 16px;
  text-align: left;
  cursor: pointer
}

.p-button:hover input, .p-button:hover button {
  transform: translate(31px);
  color: #fff
}

@media screen and (max-width: 768px) {
  .p-button:hover input, .p-button:hover button {
    color: #205ea4;
    transform: translate(0)
  }
}

.news-detail__contents a[target=_blank], .p-blank {
  padding-right: 20px;
  color: #205ea4;
  background: url(/assets/images/common/icon-blank.png) no-repeat 100% 50%/15px 10px
}

@media screen and (max-width: 768px) {
  .news-detail__contents a[target=_blank], .p-blank {
    font-size: 4vw
  }
}

.news-detail__contents a[href$=".pdf"] {
  padding-right: 24px;
  background: url(/assets/images/common/icon-pdf.png) no-repeat 100% 50%/24px 24px
}

@media screen and (max-width: 768px) {
  .news-detail__contents a[href$=".pdf"] {
    font-size: 4vw
  }
}

.kv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 329px;
  padding: 0 4.15% 60px 4.15%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover
}

@media screen and (max-width: 768px) {
  .kv {
    min-height: 170px;
    padding: 32px 14px 70px 14px !important;
    background-position: 50% 50%;
    flex-direction: column
  }
}

.kv h1 {
  margin-top: 16px;
  font-size: 50px;
  color: #fff;
  line-height: 1
}

@media screen and (max-width: 768px) {
  .kv h1 {
    margin-top: 12px;
    font-size: 8.5333333333vw
  }
}

.kv .section-title__inner {
  width: 35%;
  display: flex;
  flex-direction: column
}

@media screen and (max-width: 768px) {
  .kv .section-title__inner {
    width: 100%
  }
}

.kv .section-title::before, .kv .section-title:after {
  background: #fff
}

.kv .section-title p {
  padding: 1px 0 1px 30px;
  background: #fff;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  letter-spacing: .12em
}

@media screen and (max-width: 768px) {
  .kv .section-title p {
    font-size: 4.2666666667vw;
    padding-left: 8.5333333333vw;
    font-family: Quicksand, sans-serif
  }
}

.kv__nav {
  min-width: 65%
}

@media screen and (max-width: 768px) {
  .kv__nav {
    margin-top: 0 !important;
    width: 100%;
    min-width: 100%
  }
}

.kv__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none
}

@media screen and (max-width: 768px) {
  .kv__nav ul {
    justify-content: flex-start;
    margin: 26px -8px 0 -8px
  }
}

.kv__nav ul li {
  margin: 8px 5px
}

@media screen and (max-width: 768px) {
  .kv__nav ul li {
    margin: 4px 8px
  }
}

.kv__nav ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 50px;
  padding-right: 32px;
  color: #fff;
  border-bottom: 1px solid rgba(220, 227, 235, .3);
  letter-spacing: .01em;
  line-height: 1.5;
  position: relative
}

@media screen and (max-width: 768px) {
  .kv__nav ul li a {
    min-height: 32px;
    font-size: 4vw
  }
}

.kv__nav ul li a:before, .kv__nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  transition: all .2s ease-out
}

.kv__nav ul li a:before {
  height: 9px;
  width: 1px;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  background: #fff
}

.kv__nav ul li a:after {
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  right: 9px;
  top: 50%;
  margin-top: -2px
}

.kv__nav ul li a:hover:before {
  margin-top: 4px
}

.kv__nav ul li a:hover:after {
  margin-top: 6px
}

#service .kv {
  background-image: url(/assets/images/service/h1-bg.jpg)
}

@media screen and (max-width: 1020px) {
  #service .kv {
    padding-top: 32px;
    padding-bottom: 107px;
    flex-direction: column
  }
  #service .kv .section-title__inner {
    width: 100%
  }
}

@media screen and (max-width: 1020px) {
  #service .kv .kv__nav {
    margin-top: 32px;
    width: 100%
  }
  #service .kv .kv__nav ul {
    justify-content: flex-start
  }
}

#service .kv ul li {
  width: calc(25% - 10px)
}

@media screen and (max-width: 768px) {
  #service .kv ul li {
    width: 88%
  }
  #service .kv ul li a br {
    display: none !important
  }
}

@media screen and (max-width: 768px) {
  #service .kv {
    background-image: url(/assets/images/sp/service/h1-bg.jpg)
  }
}

#news .kv {
  background-image: url(/assets/images/news/h1-bg.jpg)
}

@media screen and (max-width: 768px) {
  #news .kv {
    background-image: url(/assets/images/sp/news/h1-bg.jpg)
  }
}

#news .kv .section-title__inner {
  width: 100%
}

#recruit .kv {
  background-image: url(/assets/images/recruit/h1-bg.jpg)
}

@media screen and (max-width: 768px) {
  #recruit .kv {
    background-image: url(/assets/images/sp/recruit/h1-bg.jpg)
  }
}

#company .kv {
  background-image: url(/assets/images/company/h1-bg.jpg)
}

@media screen and (max-width: 768px) {
  #company .kv {
    background-image: url(/assets/images/sp/company/h1-bg.jpg)
  }
}

#contact .kv {
  background-image: url(/assets/images/contact/h1-bg.jpg)
}

@media screen and (max-width: 768px) {
  #contact .kv {
    background-image: url(/assets/images/sp/contact/h1-bg.jpg)
  }
}

#contact .kv .section-title__inner {
  width: 100%
}

#privacypolicy .kv {
  background-image: url(/assets/images/privacypolicy/h1-bg.jpg)
}

@media screen and (max-width: 768px) {
  #privacypolicy .kv {
    background-image: url(/assets/images/sp/privacypolicy/h1-bg.jpg)
  }
}

#privacypolicy .kv .section-title__inner {
  width: 100%
}

.service__type+.service__type {
  margin-top: 120px
}

@media screen and (max-width: 768px) {
  .service__type+.service__type {
    margin-top: 64px
  }
}

.service__type .p-column__ttl, .service__type .p-column__body {
  width: 48.5%
}

@media screen and (max-width: 768px) {
  .service__type .p-column__ttl, .service__type .p-column__body {
    width: 100%
  }
}

@media screen and (max-width: 768px) {
  .service__type .p-column__ttl {
    margin-bottom: 24px
  }
}

.service__type .p-column__ttl h2 {
  color: #205ea4
}

@media screen and (max-width: 768px) {
  .service__type .p-column__ttl h2 {
    font-size: 5.8666666667vw
  }
}

.service__type .p-column__copy {
  margin-top: 48px;
  font-size: 24px;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .service__type .p-column__copy {
    margin-top: 32px;
    font-size: 5.3333333333vw
  }
}

.service__type .p-column__txt {
  margin-top: 16px;
  font-size: 16px
}

@media screen and (max-width: 768px) {
  .service__type .p-column__txt {
    font-size: 4.2666666667vw
  }
}

.service__type--img {
  position: relative
}

.service__type--img img {
  width: 100%;
  vertical-align: top
}

.service__type--img span {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -5px;
  left: 50%;
  width: 66%;
  height: 66%;
  margin-left: -33%;
  background-size: cover;
  filter: blur(35px);
  mix-blend-mode: multiply
}

@media screen and (max-width: 768px) {
  .service__type--img span {
    bottom: 0
  }
}

.service__type .p-button {
  width: 236px;
  margin: 64px auto 0 auto
}

@media screen and (max-width: 768px) {
  .service__type .p-button {
    width: 62.9333333333vw;
    margin-top: 40px
  }
}

.service__info {
  display: flex;
  margin-top: 64px;
  list-style: none
}

@media screen and (max-width: 768px) {
  .service__info {
    flex-wrap: wrap;
    margin-top: 40px
  }
}

.service__info li {
  width: 28%
}

.service__info li+li {
  margin-left: 8%
}

@media screen and (max-width: 768px) {
  .service__info li {
    width: 100%;
    padding: 0 15px
  }
  .service__info li+li {
    margin-left: 0;
    margin-top: 40px
  }
}

.service__info--img {
  position: relative
}

@media screen and (max-width: 768px) {
  .service__info--img {
    text-align: center
  }
}

.service__info--img span {
  color: #dce3eb;
  font-size: 40px;
  font-family: Quicksand, sans-serif;
  line-height: 1.75;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  letter-spacing: -0.01em
}

@media screen and (max-width: 768px) {
  .service__info--img span {
    font-size: 9.6vw;
    font-weight: 600;
    letter-spacing: .05em
  }
}

.service__info--img img {
  max-width: 100%
}

@media screen and (max-width: 768px) {
  .service__info--img img {
    max-width: 82%;
    margin: 0 auto
  }
}

.service__info--ttl {
  margin-top: 24px;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .service__info--ttl {
    margin-top: 16px;
    font-size: 4vw
  }
}

.service__info--txt {
  margin-top: 16px;
  font-size: 14px
}

@media screen and (max-width: 768px) {
  .service__info--txt {
    font-size: 3.4666666667vw
  }
}

.service__user {
  margin-top: -80px;
  background: url(/assets/images/service/user-bg.jpg) no-repeat 0 0/cover;
  position: relative;
  z-index: 0;
  box-shadow: 4px 48px 80px rgba(0, 0, 0, .2)
}

@media screen and (max-width: 768px) {
  .service__user {
    margin-top: -40px;
    background: url(/assets/images/sp/service/user-bg.jpg) no-repeat 0 0/cover
  }
}

.service__user--inner {
  max-width: 1088px;
  height: 100%;
  padding: 160px 0 120px 0;
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  .service__user--inner {
    width: 100%;
    padding: 80px 3% 65px 3%
  }
}

.service__user h2 {
  margin-bottom: 24px;
  font-size: 24px;
  text-align: center;
  color: #fff
}

@media screen and (max-width: 768px) {
  .service__user h2 {
    margin-bottom: 16px;
    font-size: 5.3333333333vw
  }
}

.service__user ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -1.5%;
  margin-right: -1.5%
}

.service__user ul.service__user--type01 {
  justify-content: center
}

@media screen and (max-width: 768px) {
  .service__user ul {
    margin-left: -8px;
    margin-right: -8px
  }
}

.service__user ul li {
  width: 22%;
  margin: 16px 1.5%
}

@media screen and (max-width: 768px) {
  .service__user ul li {
    width: calc(50% - 16px);
    margin: 8px
  }
}

.service__user ul li img {
  width: 100%;
  vertical-align: top
}

.service__contact--inner {
  max-width: 1088px;
  margin: 0 auto -40px auto;
  padding: 80px 0 0 0;
  text-align: center
}

@media screen and (max-width: 768px) {
  .service__contact--inner {
    max-width: 100%;
    margin: 0;
    padding: 64px 8.5% 0 8.5%
  }
}

.service__contact h2 {
  font-size: 24px
}

@media screen and (max-width: 768px) {
  .service__contact h2 {
    font-size: 6.4vw
  }
}

.service__contact--txt {
  margin-top: 24px
}

.service__contact .p-button {
  width: 208px;
  margin: 40px auto 0 auto
}

@media screen and (max-width: 768px) {
  .news-list__nav {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

.news-list__nav ul {
  width: 100%;
  display: flex
}

.news-list__nav ul li {
  width: 25%;
  text-align: center
}

@media screen and (max-width: 768px) {
  .news-list__nav ul li {
    width: auto;
    white-space: nowrap
  }
}

.news-list__nav ul li a {
  display: block;
  width: 100%;
  padding-bottom: 24px;
  font-size: 16px;
  color: #969696;
  font-weight: 700;
  border-bottom: 1px solid #dce3eb;
  position: relative;
  line-height: 1;
  transition: all .3s ease-out;
  letter-spacing: .01em
}

@media screen and (max-width: 768px) {
  .news-list__nav ul li a {
    padding: 0 10px 16px 10px;
    font-size: 4vw
  }
}

.news-list__nav ul li a:after {
  content: "";
  display: block;
  opacity: 0;
  width: 100%;
  height: 1px;
  background: #205ea4;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all .3s ease-out
}

.news-list__nav ul li:hover a, .news-list__nav ul li.is_active a {
  color: #205ea4
}

.news-list__nav ul li:hover a:after, .news-list__nav ul li.is_active a:after {
  opacity: 1
}

.news-list .newsarea .news__list {
  width: 100%;
  margin: 0;
  opacity: 1;
  transform: translate(0)
}

.news-list .newsarea .news__date {
  padding-left: 20px;
  width: 170px
}

@media screen and (max-width: 768px) {
  .news-list .newsarea .news__date {
    width: auto;
    padding-left: 0
  }
}

.news-list .newsarea .news__body {
  margin-left: 170px;
  width: calc(100% - 170px - 107px)
}

@media screen and (max-width: 768px) {
  .news-list .newsarea .news__body {
    width: calc(100% - 56px);
    margin-left: 0
  }
}

.news-detail {
  line-height: 1.5;
  letter-spacing: .01em
}

.news-detail__info {
  display: flex
}

@media screen and (max-width: 768px) {
  .news-detail__info {
    font-size: 4vw
  }
}

.news-detail__cat {
  margin-left: 16px
}

.news-detail__ttl {
  margin-top: 16px;
  font-size: 30px
}

@media screen and (max-width: 768px) {
  .news-detail__ttl {
    font-size: 5.8666666667vw
  }
}

.news-detail__contents {
  margin-top: 64px;
  margin-bottom: 60px
}

@media screen and (max-width: 768px) {
  .news-detail__contents {
    margin-top: 40px;
    margin-bottom: 40px
  }
}

.news-detail__contents h2 {
  margin-bottom: 24px;
  font-size: 24px
}

@media screen and (max-width: 768px) {
  .news-detail__contents h2 {
    margin-bottom: 16px;
    font-size: 5.3333333333vw
  }
}

.news-detail__contents figure, .news-detail__contents p {
  margin-top: 24px
}

@media screen and (max-width: 768px) {
  .news-detail__contents figure, .news-detail__contents p {
    margin-top: 16px
  }
}

.news-detail__contents img {
  max-width: 100%
}

.news-detail__contents a {
  color: #205ea4;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity .3s ease-out
}

.news-detail__contents a:hover {
  opacity: .7
}

.news-detail .p-button {
  width: 236px;
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  .news-detail .p-button {
    width: 59.7333333333vw
  }
}

.news__nav {
  text-align: center
}

.wp-pagenavi {
  display: inline-block;
  margin: 64px auto 0 auto;
  padding: 0 44px;
  position: relative
}

.wp-pagenavi span, .wp-pagenavi a {
  margin: 0 16px;
  font-weight: 700;
  color: #000
}

@media screen and (max-width: 768px) {
  .wp-pagenavi span, .wp-pagenavi a {
    font-size: 4vw
  }
}

.wp-pagenavi span.current, .wp-pagenavi a.current {
  color: #969696
}

.wp-pagenavi span.extend, .wp-pagenavi a.extend {
  line-height: 1;
  position: relative;
  top: -3px
}

.wp-pagenavi:before, .wp-pagenavi:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/assets/images/common/icon-arrow.png) no-repeat 50% 50%/14px auto;
  opacity: .5
}

.wp-pagenavi:before {
  left: 0;
  top: 0;
  transform: rotate(180deg)
}

.wp-pagenavi:after {
  right: 0;
  top: 0
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  position: absolute;
  color: rgba(0, 0, 0, 0);
  background: url(/assets/images/common/icon-arrow.png) no-repeat 50% 50%/14px auto;
  z-index: 2
}

.wp-pagenavi .previouspostslink {
  margin: 0;
  transform: rotate(180deg);
  left: 0
}

.wp-pagenavi .nextpostslink {
  margin: 0;
  right: 0
}

.recruit .p-column__body {
  width: 66%
}

@media screen and (max-width: 768px) {
  .recruit .p-column__body {
    width: 100%
  }
}

.recruit__message {
  letter-spacing: .01em
}

.recruit__message--lead {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .recruit__message--lead {
    font-size: 5.8666666667vw
  }
}

.recruit__message--txt {
  margin-top: 48px;
  line-height: 2
}

@media screen and (max-width: 768px) {
  .recruit__message--txt {
    font-size: 4vw
  }
}

.recruit__person ul {
  list-style: none
}

.recruit__person ul li+li {
  margin-top: 48px
}

@media screen and (max-width: 768px) {
  .recruit__person ul li+li {
    margin-top: 40px
  }
}

.recruit__person--ttl span {
  font-size: 36px;
  font-family: Quicksand, sans-serif;
  color: #205ea4;
  letter-spacing: .12em;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .recruit__person--ttl span {
    font-size: 7.4666666667vw;
    line-height: 1.3
  }
}

.recruit__person--ttl p {
  margin-top: 24px;
  letter-spacing: .01em;
  line-height: 1.5;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .recruit__person--ttl p {
    margin-top: 16px
  }
}

.recruit__person--txt {
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: .01em;
  line-height: 1.5
}

.recruit__job .p-tbl th {
  vertical-align: middle
}

.recruit__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  width: 75%;
  height: 220px;
  margin: 120px auto 0 auto;
  cursor: pointer;
  text-align: center;
  transition: all .74s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  position: relative
}

@media screen and (max-width: 768px) {
  .recruit__btn {
    width: 94%;
    height: 189px;
    margin: 64px 3% 0 3%
  }
}

.recruit__btn:before, .recruit__btn:after {
  content: "";
  left: 0;
  position: absolute
}

.recruit__btn:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  opacity: 0;
  top: 0;
  transform-origin: 0 50%;
  transition: all .74s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  width: 400%;
  background: linear-gradient(110deg, #2893c0, #205ea4, #19467a, #205ea4, #2893c0, #2893c0, #205ea4, #19467a, #19467a, #205ea4, #2893c0);
  opacity: 1;
  transform: scale(1) translate(-50%)
}

.recruit__btn:after {
  background: #205ea4;
  bottom: 0;
  height: 1px;
  width: 100%
}

.recruit__btn:hover:before {
  opacity: 1;
  transform: scale(1) translate(0)
}

@media screen and (max-width: 768px) {
  .recruit__btn:hover:before {
    transform: scale(1) translate(-50%)
  }
}

.recruit__btn:hover .recruit__btn--txt03 span {
  transform: translateY(-50%) scale(1)
}

@media screen and (max-width: 768px) {
  .recruit__btn:hover .recruit__btn--txt03 span {
    transform: translateY(-50%) scale(0.2)
  }
}

.recruit__btn:hover .recruit__btn--txt03 span:after {
  opacity: 1
}

@media screen and (max-width: 768px) {
  .recruit__btn:hover .recruit__btn--txt03 span:after {
    opacity: 0
  }
}

.recruit__btn>p {
  transform: translate(0);
  color: #fff
}

.recruit__btn--txt01 {
  font-size: 54px;
  font-family: Quicksand, sans-serif;
  letter-spacing: .08em;
  line-height: 1.29;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .recruit__btn--txt01 {
    font-size: 9.6vw;
    font-weight: 600;
    letter-spacing: .05em
  }
}

.recruit__btn--txt02, .recruit__btn--txt03 {
  margin-top: 16px;
  letter-spacing: .01em;
  line-height: 1.5
}

@media screen and (max-width: 768px) {
  .recruit__btn--txt02, .recruit__btn--txt03 {
    margin-top: 8px;
    font-size: 4.2666666667vw;
    font-weight: normal
  }
}

.recruit__btn--txt03 {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 16px auto 0 auto
}

@media screen and (max-width: 768px) {
  .recruit__btn--txt03 {
    font-size: 4vw
  }
}

.recruit__btn--txt03 span {
  height: 40px;
  right: -58px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.2);
  transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms
}

.recruit__btn--txt03 span:after {
  content: "";
  height: 24px;
  width: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Blue%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_23224%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2023224%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10441%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010441%22%20transform%3D%22translate%28281.796%20-545.646%29%20rotate%2845%29%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_176%22%20data-name%3D%22%E3%83%91%E3%82%B9%20176%22%20d%3D%22M3952%2C532.641h5.646V538.3%22%20transform%3D%22translate%28-3749.659%2048%29%22%20fill%3D%22none%22%20stroke%3D%22%23205ea4%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_177%22%20data-name%3D%22%E3%83%91%E3%82%B9%20177%22%20d%3D%22M3951.4%2C525.641l-8.9%2C8.9%22%20transform%3D%22translate%28-3743.411%2055%29%22%20fill%3D%22none%22%20stroke%3D%22%23205ea4%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms
}

.company__map iframe {
  width: 100%;
  aspect-ratio: 16/9
}

.company__history {
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width: 768px) {
  .company__history {
    flex-direction: column
  }
}

.company__history dt, .company__history dd {
  padding-bottom: 76px;
  line-height: 1.5
}

.company__history dt:nth-last-child(1), .company__history dt:nth-last-child(2), .company__history dd:nth-last-child(1), .company__history dd:nth-last-child(2) {
  padding-bottom: 0
}

@media screen and (max-width: 768px) {
  .company__history dt, .company__history dd {
    padding-bottom: 0
  }
}

.company__history dt {
  width: 160px;
  padding-left: 50px;
  letter-spacing: .12em;
  color: #205ea4;
  font-weight: 700;
  position: relative;
  font-family: Quicksand, sans-serif
}

@media screen and (max-width: 768px) {
  .company__history dt {
    width: 100%;
    padding-left: 28px
  }
}

.company__history dt:before, .company__history dt:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: 2
}

.company__history dt:before {
  width: 14px;
  height: 14px;
  background: linear-gradient(-60deg, #19467a, #205ea4, #2893c0);
  margin-left: -7px;
  margin-top: 5px
}

@media screen and (max-width: 768px) {
  .company__history dt:before {
    margin-left: -6px
  }
}

.company__history dt:after {
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: 8px;
  background: #fff
}

@media screen and (max-width: 768px) {
  .company__history dt:after {
    margin-left: -3px
  }
}

.company__history dd {
  width: calc(100% - 160px);
  letter-spacing: .01em;
  position: relative
}

@media screen and (max-width: 768px) {
  .company__history dd {
    width: 100%;
    padding: 10px 0 40px 28px;
    font-size: 15px
  }
}

.company__history dd:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #dce3eb;
  left: -160px;
  top: 4px
}

@media screen and (max-width: 768px) {
  .company__history dd:after {
    top: -7px;
    left: 0;
    height: calc(100% + 14px)
  }
}

.company__history dd:last-child:after {
  display: none
}

.contact {
  padding-left: 17%;
  padding-right: 17%
}

@media screen and (max-width: 768px) {
  .contact {
    padding-left: 24px;
    padding-right: 24px
  }
}

.contact__lead {
  margin-bottom: 40px
}

.contact__txt {
  margin: 32px 0 64px 0
}

@media screen and (max-width: 768px) {
  .contact__txt {
    margin-bottom: 40px
  }
}

.contact__step {
  text-align: center
}

.contact__step ul {
  display: inline-block;
  padding-top: 32px;
  margin: 0 auto;
  list-style: none;
  position: relative
}

.contact__step ul:after {
  display: block;
  content: "";
  height: 1px;
  width: calc(100% - 2em);
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  background: #dce3eb
}

.contact__step ul li {
  display: inline-block;
  color: #969696;
  position: relative
}

@media screen and (max-width: 768px) {
  .contact__step ul li {
    font-size: 4vw
  }
}

.contact__step ul li:nth-child(2) {
  padding-left: 48px;
  padding-right: 48px
}

.contact__step ul li:before, .contact__step ul li:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: -32px;
  z-index: 2
}

@media screen and (max-width: 768px) {
  .contact__step ul li:before, .contact__step ul li:after {
    top: -34px
  }
}

.contact__step ul li:before {
  width: 14px;
  height: 14px;
  background: #dce3eb;
  margin-left: -7px
}

.contact__step ul li:after {
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: 3px;
  background: #fff
}

.contact__step ul li.is_active {
  color: #205ea4
}

.contact__step ul li.is_active:before {
  background: linear-gradient(-60deg, #19467a, #205ea4, #2893c0)
}

.contact__form {
  margin-top: 40px
}

@media screen and (max-width: 768px) {
  .contact__form {
    margin-top: 32px
  }
}

.contact__form dt {
  font-weight: 700;
  line-height: 1
}

@media screen and (max-width: 768px) {
  .contact__form dt {
    font-size: 4vw
  }
}

.contact__form dt span {
  margin-left: 8px;
  font-size: 14px;
  color: #205ea4;
  font-weight: 500
}

@media screen and (max-width: 768px) {
  .contact__form dt span {
    font-size: 3.4666666667vw
  }
}

.contact__form dd {
  margin-top: 8px
}

.contact__form dd:has(.checkbox) {
  margin-top: 18px
}

.contact__form dd .checkbox {
  display: flex;
  flex-wrap: wrap;
}

.contact__form dd .checkbox .horizontal-item{
  margin: 0;
  margin-right: 10px
}

.contact__form dd .checkbox .horizontal-item:last-of-type{
  margin-right: 0px
}

.contact__form dd .checkbox label{
  display: block;
  position:relative;
  margin-right: 18px;
  padding-left:1.5em;
  line-height:2em;
}

.contact__form dd input[type=checkbox]{
  appearance: auto;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}

.contact__form dd input[type=text], .contact__form dd input[type=email], .contact__form dd textarea {
  width: 100%;
  padding: 23px;
  border: 1px solid #dce3eb;
  border-radius: 5px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
  font-size: 16px
}

@media screen and (max-width: 768px) {
  .contact__form dd .checkbox {
    display: block;
  }

  .contact__form dd .checkbox .horizontal-item{
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .contact__form dd .checkbox label{
    margin-right: 0px;
    line-height: 100%;
  }

  .contact__form dd input[type=text], .contact__form dd input[type=email], .contact__form dd textarea {
    padding: 15px
  }
}

.contact__form dd input ::-moz-placeholder {
  color: #969696
}

.contact__form dd input :-ms-input-placeholder {
  color: #969696
}

.contact__form dd input ::placeholder {
  color: #969696
}

.contact__form dd input :-ms-input-placeholder {
  color: #969696
}

.contact__form dd textarea {
  height: 184px
}

@media screen and (max-width: 768px) {
  .contact__form dd textarea {
    height: 168px
  }
}

.contact__form dd+dt {
  margin-top: 24px
}

.contact__link {
  margin-top: 40px;
  text-align: center
}

@media screen and (max-width: 768px) {
  .contact__link {
    margin-top: 32px;
    font-size: 4vw;
    text-align: left
  }
}

.contact__link a {
  color: #205ea4;
  text-decoration: underline
}

.contact .p-button {
  margin: 64px auto 0 auto;
  width: 236px;
  cursor: pointer
}

.contact .p-button input, .contact .p-button button, .contact .p-button p {
  font-weight: 500
}

@media screen and (max-width: 768px) {
  .contact .p-button {
    margin-top: 40px;
    width: 59.7333333333vw
  }
}

.contact .mw_wp_form .error {
  margin-top: 5px
}

.contact .mw_wp_form_confirm .contact__step ul li:nth-child(-n+2) {
  color: #205ea4
}

.contact .mw_wp_form_confirm .contact__step ul li:nth-child(-n+2):before {
  background: linear-gradient(-60deg, #19467a, #205ea4, #2893c0)
}

.contact .mw_wp_form_confirm .contact__form {
  display: flex;
  flex-wrap: wrap
}

.contact .mw_wp_form_confirm .contact__form dt {
  width: 215px;
  margin-top: 48px
}

@media screen and (max-width: 768px) {
  .contact .mw_wp_form_confirm .contact__form dt {
    width: 100%;
    margin-top: 0
  }
}

.contact .mw_wp_form_confirm .contact__form dt:nth-child(1) {
  margin-top: 0
}

.contact .mw_wp_form_confirm .contact__form dd {
  width: calc(100% - 215px);
  margin-top: 48px
}

.contact .mw_wp_form_confirm .contact__form dd:nth-child(2) {
  margin-top: 0
}

@media screen and (max-width: 768px) {
  .contact .mw_wp_form_confirm .contact__form dd:nth-child(2) {
    margin-top: 8px
  }
}

@media screen and (max-width: 768px) {
  .contact .mw_wp_form_confirm .contact__form dd {
    width: 100%;
    margin-top: 8px;
    font-size: 4vw
  }
}

.contact .mw_wp_form_confirm .contact__form dd+dt {
  margin-top: 48px
}

@media screen and (max-width: 768px) {
  .contact .mw_wp_form_confirm .contact__form dd+dt {
    margin-top: 24px
  }
}

.privacypolicy {
  letter-spacing: .01em;
  line-height: 1.5
}

@media screen and (max-width: 768px) {
  .privacypolicy__lead {
    font-size: 4vw
  }
}

.privacypolicy__ttl {
  margin-top: 46px;
  font-size: 24px;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .privacypolicy__ttl {
    margin-top: 40px;
    font-size: 5.3333333333vw
  }
}

.privacypolicy__txt {
  margin-top: 24px
}

@media screen and (max-width: 768px) {
  .privacypolicy__txt {
    margin-top: 16px;
    font-size: 4vw
  }
}

.privacypolicy__txt a {
  color: #205ea4;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity .3s ease-out
}

.privacypolicy__txt a:hover {
  opacity: .7
}


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