html {
  scroll-behavior: smooth;
  overflow: scroll;
}

body {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", "sans-serif";

  background: #fafafa;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

span {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.heading {
  text-align: center;
  font-family: "Montserrat", "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .heading {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.heading__en {
  font-size: 14px;
  color: #0064AB;
  letter-spacing: 1.12px;
}
@media screen and (min-width: 768px) {
  .heading__en {
    font-size: 22px;
    letter-spacing: 3.6px;
    line-height: 1;
  }
}

.heading__ja {
  font-size: 38px;
  color: #053481;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 3.8px;
}
@media screen and (min-width: 768px) {
  .heading__ja {
    font-size: 32px;
    letter-spacing: 3.6px;
  }
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 18px;
  bottom: 80px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  cursor: pointer;
}

.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}

.button {
  background-color: #053481;
  padding: 20px 40px;
  color: white;
}

.btn {
  max-width: 400px;
  display: block;
  height: 80px;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #36C536;
  border-radius: 5px;
}

.btn-content {
  margin: 0 auto;
  text-align: center;
  line-height: 80px;
}
.btn-content__image {
  width: 39px;
  height: 43px;
  margin-bottom: 8px;
}
.btn-content__image img {
  width: 39px;
  height: 43px;
}
.btn-content__text {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-left: 10px;
}
.btn:hover {
  opacity: 0.7;
}
.btn--instagram {
  width: 100%;
  background: linear-gradient(86deg, rgba(118, 56, 250, 0.8) -21.91%, rgba(164, 28, 223, 0.8) 8.56%, rgba(255, 0, 105, 0.8) 39.04%, rgba(255, 122, 0, 0.8) 69.52%, rgba(255, 214, 0, 0.8) 100%), #FFF;
  border-radius: 0;
}
.btn--instagram img {
  width: 35px;
  height: 35px;
}
.btn--instagram:hover {
  opacity: 0.7;
}
.btn--x {
  width: 100%;

  opacity: 0.8;
  background: #000;
  border-radius: 0;
}
.btn--x:hover {
  opacity: 0.7;
}
.btn--line {
  width: 100%;

  border-radius: 0;
}
.btn--line:hover {
  opacity: 0.7;
}

.btn2 {
  max-width: 350px;
  display: inline-block;
  background-color: #053481;
  color: #fff;
  padding: 10px 28px;
  font-weight: 500;
  border: 2px solid currentColor;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .btn2 {
    padding: 18px 45px;
  }
}
.btn2:hover {
  background-color: #fff;
  color: #053481;
}
.btn2--type2 {
  color: #053481;
  background: #fff;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn2--type2:hover {
  background-color: #D8AC35;
  color: #fff;
}

.btn3 {
  max-width: 350px;
  display: inline-block;
  background-color: #053481;
  color: #fff;
  padding: 20px 103px;
  font-weight: 500;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.btn3:hover {
  background-color: #D8AC35;
  color: #fff;
}
.btn3--type2 {
  color: #053481;
  background: #fff;
  font-weight: 700;
}
.btn3--type2:hover {
  background-color: #D8AC35;
  color: #fff;
}

.block {
  display: inline-block;
}

.side-menu {
  position: fixed;
  right: 0 ;
  bottom: 20px;
  z-index: 10;
  display: none;
}

.side-menu img {
  width: 158px;
  height: 62px;
  display: none;
}

.menu-item a{
  font-weight: bold;

}
.menu-item:hover {
  color: #D8AC35;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;

}

/* ヘッダー */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  padding: 15px 20px;
  background: #FFF;
}
@media screen and (min-width: 1024px) {
  .header {
    padding: 18px 150px;
    margin: 0 auto;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__left .header__logo img {
  width: 120px;
}
@media screen and (min-width: 1024px) {
  .header__left .header__logo img {
    width: 150px;
  }
}
.header__left .header__logo p {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 12px */
}
@media screen and (min-width: 768px) {
  .header__left .header__logo p {
    font-size: 14px;
    margin-left: 15px;
  }
}
.header__right ul {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    color: #053481;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__right li a {
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__right li a:hover {
  color: #ECB815;
}
.header__button {
  border: #163870 solid 2px;
  padding: 9px 25px;
  border-radius: 50px;
  font-weight: 600;
}
.header__button:hover {
  color: #ECB815;
  border: #ECB815 solid 2px;
}

.drawer-icon {
  width: 36px;
  height: 21px;
  position: relative;
  z-index: 51;
}
@media screen and (min-width: 1024px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 10px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 10px;
}
.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  border-radius: 6px;
  background: #163870;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.drawer-content__button {
  text-align: right;
  display: none;
}

/* ドロワーメニュー */
.drawer-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  background: rgba(22, 56, 112, 0.982);
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer-menu.is-checked {
  right: 0;
}
.drawer-menu .drawer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.drawer-menu a {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

/* オーバーレイ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
}


.mv {
  position: relative;
  margin-top: 25px;
}
.mv__image {
  margin-left: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .mv___inner {
    height: 586px;
  }
}
.mv__message {
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  letter-spacing: 2.4px;
  color: #FFF;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .mv__message {
    margin-left: 160px;
  }
}
.mv__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: 48px;
  }
}
.mv__text {
  letter-spacing: 2.4px;
  margin-top: 9px;
  line-height: 150%;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .mv__text {
    margin-top: 15px;
    font-size: 22px;
  }
}
.mv__button {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .mv__button {
    margin-top: 44px;
  }
}


.photo {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .photo {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.photo__contents {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .photo__contents {
    max-width: 1100px;
  }
}
.photo__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .photo__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .photo__card {
    width: 31%;
  }
}
.photo__text {
  margin-top: 5px;
  font-family: Montserrat;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .photo__text {
    font-size: 14px;
  }
}
.photo__image {
  border-radius: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.photo__image:hover {
  opacity: 0.8;
}
.sns {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .sns {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 768px) {
  .sns__tiktok {
    margin-top: 50px;
  }
}
.sns__button {
  padding-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .sns__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    max-width: 780px;
    margin: 0 auto;
  }
}

.service {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .service {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 768px) {
  .service-sp {
    display: none;
  }
}
.service-sp__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}
.service-sp__box {
  display: inline-block;
}
.service-sp__box:not(:first-child) {
  margin-top: 15px;
}
.service-sp__title {
  position: relative;
  text-align: left;
  padding: 20px 30px 20px 20px;
  background: #053481;
  color: #fff;
  cursor: pointer;
  width: 100%;
  margin-top: 15px;
}
.service-sp__title::after {
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-135deg) translateY(9px);
          transform: rotate(-135deg) translateY(9px);
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.service-sp__content {
  position: relative;
  background: #fff;
  color: #053481;
  border: transparent;
  padding: 0 20px;
  line-height: 0;
  opacity: 0;
  -webkit-transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}
.service-sp__content.is-open {
  padding: 20px;
  line-height: 1.5;
  opacity: 1;
  border: 1px solid #053481;
}
.service-sp__text {
  font-size: 14px;
}

.service-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .service-pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .service-pc__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 65px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .service-pc__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    background: #fff;
    max-width: 1000px;
    padding: 45px 40px;
  }
}
.service-pc__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
  background: #fff;
  max-width: 1000px;
  padding: 45px 40px;
}
@media screen and (min-width: 768px) {
  .service-pc__title {
    background: #053481;
    color: #FFF;
    padding: 25px 35px;
    font-size: 22px;
    line-height: 122%;
  }
}
@media screen and (min-width: 768px) {
  .service-pc__title-en {
    font-size: 18px;
    font-family: Montserrat;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .service-pc__text {
    font-size: 18px;
    color: #053481;
    margin-top: 17px;
  }
}
@media screen and (min-width: 768px) {
  .service-pc__image {
    max-width: 300px;
    height: 300px;
    opacity: 0.8;
  }
}

.small {
  font-family: Montserrat;
  font-size: 14px;
}
.small-2 {
  font-family: Montserrat;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .small-2 {
    font-size: 12px;
  }
}
.small-3 {
  font-size: 14px;
}

.process {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .process {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.process__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .process__boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 73px;
  }
}
.process__button {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .process__button {
    margin-top: 60px;
  }
}

.process__box {
  border: solid 2px #053481;
  border-radius: 10px;
  padding: 25px 30px;
  margin: 0 auto;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .process__box {
    background: #fff;
    width: calc(33.3% - 6.6666666667px);
    padding: 44px 30px;
    height: 300px;
  }
}
.process__box-title {
  font-size: 18px;
  font-weight: 700;
  color: #053481;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .process__box-title {
    font-size: 24px;
  }
}
.process__box__text {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .process__box__text {
    font-size: 16px;
    margin-top: 20px;
  }
}

.polygon {
  width: 30px;
  height: 20px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .polygon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.interview {
  font-family: "Montserrat", "Noto Sans JP";
  padding-top: 30px;
  padding-bottom: 30px;
  background: #F3F7FF;
}
@media screen and (min-width: 768px) {
  .interview {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.interview__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .interview__boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.interview__box {
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .interview__box {
    width: calc(33.3% - 6.6666666667px);
  }
}
.interview__image img {
  width: 350px;
}
.interview__name {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat", "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .interview__name {
    font-size: 14px;
    margin-top: 18px;
  }
}
.interview__text-box {
  font-family: "Montserrat", "Noto Sans JP";
  margin-top: 5px;
  background: #fff;
  border-radius: 5px;
  padding: 13px 18px;
}
@media screen and (min-width: 768px) {
  .interview__text-box {
    padding: 18px 20px;
    margin-top: 17px;
  }
}
.interview__text {
  font-family: Montserrat;
  font-size: 14px;
}

.benefit {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #F3F7FF;
}
@media screen and (min-width: 768px) {
  .benefit {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.benefit__contents {
  margin-top: 27px;
}

.benefit__contents img{
  width: 350px;
  height:250px;
}

.benefit__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .benefit__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.benefit__box {
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .benefit__box {
    width: calc(33.3% - 6.6666666667px);
  }
}
.benefit__text {
  margin-top: 5px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .benefit__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .benefit__text-2 {
    font-size: 14px;
  }
}
.benefit__button {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .benefit__button {
    margin-top: 60px;
  }
}

.requirements {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .requirements {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.requirements__contents {
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .requirements__contents {
    max-width: 600px;
    margin: 0 auto;
  }
}
.requirements__box {
  margin-top: 47px;
}
.requirements__q {
  font-size: 18px;
  font-weight: 700;
  border-bottom: solid 1px #ADADAD;
  padding-bottom: 10px;
}
.requirements__a {
  padding-top: 10px;
  line-height: 170%;
}
.requirements__button {
  margin-top: 48px;
}

.about {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .about {
    padding-bottom: 100px;
  }
}
.about__contents {
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .about__contents {
    max-width: 500px;
    margin: 0 auto;
  }
}
.about__box {
  margin-top: 20px;
}
.about__q {
  font-size: 14px;
  font-weight: 700;
  border-bottom: solid 1px #ADADAD;
  padding-bottom: 2px;
}
.about__a {
  padding-top: 2px;
  line-height: 170%;
  font-size: 14px;
}

footer {
  padding-top: 50px;
}
.footer__recruit-image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__recruit-image img {
    height: 300px;
  }
}
.footer__recruit-text {
  text-align: center;
  padding: 22px 20px;
}
@media screen and (min-width: 768px) {
  .footer__recruit-text {
    width: 50%;
    padding: 70px 25px;
    height: 300px;
  }
}

.recruit-box {
  background-color: #053481;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 450px;
  -webkit-transition: background-color 0.8s, color 0.8s, opacity 0.8s;
  transition: background-color 0.8s, color 0.8s, opacity 0.8s;
}
@media screen and (min-width: 768px) {
  .recruit-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 960px;
    border-radius: 15px;
  }
}
.recruit-box:hover {
  background-color: #fff;
  color: #053481;
}

.recruit-text0 {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .recruit-text0 {
    font-size: 36px;
  }
}
.recruit-text1 {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .recruit-text1 {
    font-size: 16px;
  }
}

.footer__copyright {
  text-align: center;
  background-color: #053481;
  padding: 30px 0;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 60px;
    padding: 20px 0;
  }
}

.copyright {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.96px;
}

/* --------------------- 404 --------------------- */


.entry-404 {
  padding-top: 100px;
	padding-bottom: 85px;
	text-align: center;
}

.entry-404-head {
	color: #bfd5f9;
	font-family: "Lato", sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 36px;
}

.entry-404-head span::after {
	content: " ";
}

.entry-404-lead {
	color: #808080;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 24px;
}

.entry-404-lead .m_sp {
	display: none;
}

.entry-404-content {
	color: #808080;
}

.entry-404-btn {
	margin-top: 58px;
}

.btn-404 {
  background: #ebebeb;
	color: #8d8d8d;
  padding: 20px 60px;
}

.btn-404:hover {
	background: #ccc;
	opacity: 1;
}

/* breadcrumb ---------------------------------- */

.breadcrumb {
	color: #8d8d8d;
	font-size: 12px;
	margin-bottom: 14px;
  margin-top: 10px;
}

.breadcrumb .home::before {
	content: "\f015";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	margin-right: 10px;
}

.breadcrumb a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.breadcrumb a:hover {
	opacity: 0.6;
}

.breadcrumb i {
	margin-left: 15px;
	margin-right: 15px;
}


/* archive ---------------------------------- */


.archive-head {
	border-top: 3px solid #053481;
	margin-bottom: 56px;
	padding: 28px 0 0;
}

.archive-head.m_description {
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .archive-head.m_description {
    margin-bottom: 70px;
  }
}

.archive-lead {
	color: #053481;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 6px;
}

.archive-title {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 18px;
}

.archive-title.m_category::before {
	color: #053481;
	content: "\f02d";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 26px;
	font-weight: 900;
	margin-right: 8px;
}

.archive-title.m_search span {
	color: #053481;
}

k.archive-title.m_search::before {
	color: #053481;
	content: "\f002";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 26px;
	font-weight: 900;
	margin-right: 8px;
}

.archive-description {
	font-size: 14px;
	line-height: 1.4;
}


/* entry ------------------------------------ */

.entries {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

.entry-item {
	background: #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: 100%;
}

@media screen and (min-width: 768px) {

}


.entry-item:hover {
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
}


.entry-item-img {
	text-align: center;
}

.entry-item-body {
	padding: 20px;
}

.entry-item-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.entry-item-published {
	color: #808080;
	font-size: 12px;
}

.entry-item-published::before {
	content: "\f073";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 400;
	margin-right: 8px;
}

.entry-item-tag {
	background: #053481;
	color: #fff;
	display: block;
	font-size: 12px;
	margin-right: 15px;
	padding: 3px 14px 2px;
}

.entry-item-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42;
}
@media screen and (min-width: 768px) {
  .entry-item-title {
    color: #454545;
    font-size: 16px;
    line-height: 1.71429;
    display: block;
    margin-top: 7px;
  }
}

.entry-item-excerpt {
  display: none;
}
@media screen and (min-width: 768px) {
  .entry-item-excerpt {
    color: #454545;
    font-size: 14px;
    line-height: 1.71429;
    display: block;
    margin-top: 7px;
  }
}

.entries.m_horizontal {
	margin-bottom: 62px;
}

.entries.m_horizontal .entry-item {
	display: flex;
	padding: 20px;
	width: 100%;
}
@media screen and (min-width: 768px) {
  .entries.m_horizontal .entry-item {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-right: 15px;
  }
}

.entries.m_horizontal .entry-item:last-child {
	margin-bottom: 0;
}

.entries.m_horizontal .entry-item .entry-item-img {
	width: 36.02941%;
}

.entries.m_horizontal .entry-item .entry-item-body {
	padding: 0 0 0 20px;
	width: 63.97059%;
}

.entries.m_block .entry-item {
	width: 100%;
	margin-right: 0;
}

.entries.m_block .entry-item .entry-item-body {
		padding: 20px;
    width: 100%;
}

.entries.m_block .entry-item .entry-item-published {
	font-size: 14px;
}

.entries.m_block .entry-item .entry-item-tag {
	font-size: 14px;
}

.entries.m_block .entry-item .entry-item-title {
	font-size: 20px;
}

.entries.m_block .entry-item .entry-item-excerpt {
	font-size: 16px;
}

.entry {
	background: #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
	padding: 20px 20px 12px;
}

.entry-label {
	display: inline-block;
	margin-bottom: 18px;
}

.entry-label a {
	background: #053481;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 4px 16px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.entry-label a:hover {
	opacity: 0.6;
}

.entry-title {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 18px;
}

.m_page .entry-title {
	margin-bottom: 34px;
}

.entry-meta {
	align-items: center;
	display: flex;
	margin-bottom: 18px;
}

.entry-published,
.entry-updated {
	color: #808080;
	font-size: 12px;
}

.entry-published::before,
.entry-updated::before {
	content: "\f073";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 400;
	margin-right: 8px;
}

.entry-updated {
	margin-left: 27px;
}

.entry-updated::before {
	content: "\f1da";
	font-weight: 900;
}

.entry-img {
	text-align: center;
}

.entry-tag-items {
	border-top: 1px solid #e2e2e2;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.entry-tag-head {
	background: #808080;
	border-radius: 3px;
	color: #fff;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-right: 15px;
	padding: 6px 15px 0;
}

.entry-tag-head::before {
	content: "\f02b";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	margin-right: 5px;
}

.entry-tag-item {
	margin-bottom: 10px;
	margin-right: 15px;
}

.entry-tag-item:last-child {
	margin-right: 0;
}

.entry-tag-item a {
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	color: #808080;
	display: block;
	font-size: 14px;
	padding: 6px 18px 5px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.entry-tag-item a:hover {
	background: #808080;
	border-color: #808080;
	color: #fff;
}

.entry-body {
	margin-top: 32px;
	padding-bottom: 44px;
}

.m_page .entry-body {
	padding-bottom: 12px;
}

.entry-body h2 + p,
.entry-body h3 + p,
.entry-body h4 + p,
.entry-body h5 + p,
.entry-body h6 + p {
	margin-top: 0;
}

.entry-body h2 {
	background: #ebebeb;
	border-radius: 3px;
	border-top: 6px solid #053481;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 38px;
	margin-top: 79px;
	padding: 24px 20px;
	position: relative;
	text-align: left;
}

.entry-body h2::after {
	border: 5px solid transparent;
	border-top: 15px solid #ebebeb;
	content: "";
	height: 0;
	left: 24px;
	position: absolute;
	top: 100%;
	width: 0;
}

.entry-body h3 {
	border-bottom: 3px solid #053481;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 24px;
	margin-top: 84px;
	padding-bottom: 14px;
}

.entry-body h4 {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 16px;
	margin-top: 82px;
	padding-left: 42px;
	position: relative;
}

.entry-body h4::before {
	color: #053481;
	content: "\f00c";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 26px;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: -8px;
}

.entry-body h5 {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 27px;
	margin-top: 60px;
}

.entry-body h6 {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 1em;
	margin-top: 2em;
}

.entry-body p {
	line-height: 1.875;
	margin-top: 30px;
  margin-bottom: 15px;
}

.entry-body ul {
	list-style-type: disc;
	margin-bottom: 1em;
	padding-left: 20px;
}

.entry-body ol {
	list-style-type: decimal;
	margin-bottom: 1em;
	padding-left: 20px;
}

.entry-body li {
	line-height: 1.6;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}

.entry-body blockquote {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 1em;
}

.entry-body blockquote > :first-child {
	margin-top: 0;
}

.entry-body blockquote > :last-child {
	margin-bottom: 0;
}

.entry-body q {
	background: #eee;
	display: inline-block;
	padding-left: 0.2em;
	padding-right: 0.2em;
	vertical-align: middle;
}

.entry-body strong,
.entry-body b {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-weight: 600;
}

.entry-body a {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-weight: 600;
	transition: all 0.3s ease 0s;
}

.entry-body a:hover {
	opacity: 0.6;
}

.entry-body img {
	vertical-align: middle;
}

.entry-body .entry-btn {
	margin: 1em 0;
	text-align: center;
}



.entry-body .entry-btn {
	color: #fff;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.entry-body .entry-btn .btn:hover {
	opacity: 1;
}

.entry-links {
	margin-top: 32px;
	text-align: center;
}

.entry-links .post-page-numbers {
	background: #fff;
	border: 1px solid #666;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-left: 8px;
	margin-right: 8px;
	min-width: 30px;
	text-align: center;
}

.entry-links .post-page-numbers.current {
	background: #666;
	color: #fff;
}

.entry-links .post-page-numbers:first-child {
	margin-left: 0;
}

.entry-links .post-page-numbers:last-child {
	margin-right: 0;
}

.entry-links a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.entry-links a:hover {
	background: #666;
	color: #fff;
}


#content > .inner {
	display: block;
}
@media screen and (min-width: 768px) {
  #content > .inner {
    display: flex;
    padding-bottom: 120px;
    padding-top: 58px;
  }
}

#primary {
  margin-bottom: 0;
	width: 100%;
}
@media screen and (min-width: 768px) {
  #primary {
    width: 65.45455%;
    margin: 0 auto;
  }
}

#secondary {
	display: none;
	width: 100%;
}
@media screen and (min-width: 768px) {
  #secondary {
    display: block;
    margin-left: auto;
    width: 30.90909%;
  }
}


.wprofile-img {
	margin-bottom: 26px;
	text-align: center;
}

.wprofile-img img {
	width: 230px;
}

.wprofile-content {
	font-size: 14px;
	line-height: 1.71429;
	margin-bottom: 38px;
	padding: 0 18px;
}

.wprofile-sns {
	align-items: center;
	display: flex;
	justify-content: left;
}

.wprofile-sns-item {
	margin-right: 40px;
}

.wprofile-sns-item:last-child {
	margin-right: 0;
}

.wprofile-sns-item a {
	font-size: 26px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.wprofile-sns-item a:hover {
	opacity: 0.6;
}

.wprofile-sns-item.m_twitter a {
	color: #1da1f2;
}

.wprofile-sns-item.m_facebook a {
	color: #3b5998;
}

.wprofile-sns-item.m_instagram a {
	color: #c13584;
}

.widget-title {
	background: transparent url(../img/headign-line.png) repeat-x bottom center/340px auto;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 18px;
	font-weight: 600;
  margin-top: 20px;
	margin-bottom: 30px;
	padding: 0 0 16px;
}

.wpost-item {
	display: flex;
	margin-bottom: 40px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.wpost-item:hover {
	opacity: 0.6;
}

.wpost-item:last-child {
	margin-bottom: 0;
}

.m_ranking .wpost-item {
	counter-increment: ranking;
	position: relative;
}

.m_ranking .wpost-item::after {
	background: #01b3a7;
	color: #fff;
	content: counter(ranking);
	font-family: "Lato", sans-serif;
	font-size: 12px;
	height: 20px;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}

.wpost-item-img {
	width: 120px;
}

.wpost-item-img img {
  margin-right: 0;
  float: none;
}

.wpost-item-body {
	padding: 0 0 0 10px;
	width: calc(100% - 120px);
}

.wpost-item-title {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.57143;
}

.wpost-item-title a {
  text-decoration: none;
  font-weight: 600;
}

.widget_archive ,
.widget_custom_html {
  margin-top: 60px;
}

.widget_recent {
  margin-top: 30px;
}


.related-items {
	display: flex;
	flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between
}

.related-item {
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
  width: 47%;
}
@media screen and (min-width: 768px) {
  .related-item {
    margin-bottom: 5px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 30%;
  }
}



.related-item:hover {
	opacity: 0.6;
}

.related-item:nth-child(4n) {
	margin-right: 0;
}

.related-item-img {
	margin-bottom: 10px;
	text-align: center;
}

.related-item-title {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.57143;
}

.message {
  background: #E9F1FF;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .message {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.message__contents {
  background: #fff;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .message__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 34px;
    padding: 45px 100px;
  }
}
.message__img {
  display: none;
}
@media screen and (min-width: 768px) {
  .message__img {
    display: block;
    width: 194px;
    height: 306px;
  }
}
@media screen and (min-width: 768px) {
  .message__text-box {
    text-align: left;
  }
}

.message__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #053481;
}
@media screen and (min-width: 768px) {
  .message__title {
    font-size: 36px;
    text-align: left;
  }
}
.message__text {
  font-size: 14px;
  line-height: 200%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .message__text {
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
  }
}
.message__btn {
  background-color: #053481;
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .message__btn {
    width: 240px;
  }
}
.message__btn:hover {
  opacity: 0.8;
}

.message__btn a {
  padding: 15px 60px;
  display: block;
}



.news {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .news {
    padding-top: 52px;
  }
}

.news__card {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 9px 30px 0px #F4F4F4;
          box-shadow: 0px 9px 30px 0px #F4F4F4;
  padding: 20px 15px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .news__card {
    margin: 0 auto;
    background: #FFF;
    max-width: 960px;
    padding: 40px 50px 34px 50px;
  }
}

.news__list:nth-child(n+2) {
  position: relative;
}
.news__list:nth-child(n+2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #E3E3E3;
}

.news__link {
  text-align: right;
}
.news__link a {
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  border-bottom: 2px solid currentColor;
  padding-bottom: 8px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 14px;
}
.news__link a:hover {
  color: #FABE00;
}

.news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .news-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 0;
  }
}
.news-link:hover {
  background-color: #FFF9E5;
}

.news-link__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .news-link__meta {
    width: 222px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 14px;
  }
}

.news-link__date {
  color: #333;
  white-space: nowrap;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .news-link__date {
    width: 119px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.news-link__label {
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.7;
  padding: 2px 10px;
  border-radius: 2px;
  background: #053481;
  min-width: 63px;
  text-align: center;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .news-link__label {
    margin-left: 0px;
  }
}

.news-link__title {
  font-size: 14px;
}

.widget_block .wp-block-archives li a,
.widget_archive li a, .widget_categories li a {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  font-size: 14px;
  padding: 20px 20px 14px 0;
  position: relative;
  text-decoration: none;
  color: #747474;
}

.wpp-no-data {
  font-size: 14px;
  padding: 20px 20px 14px 0;
  color: #747474;
}

.rpwe-li {
  display: flex;
}

.rpwe-clearfix {
  margin-bottom: 40px;
}

.rpwe-title {
  font-size: 14px;
  padding: 0 0 0 10px;
  width: calc(100% - 120px);
}

.rpwe-title a {
  font-weight: 600;
}

.rpwe-img img {
  object-fit: cover;
  width: 120px;
  height: 70px;
}

/* search */

.search-form {
  position: relative;
}

.screen-reader-text {
  position: absolute;
	top: 0;
	z-index: -1;
}

.search-field {
  padding-right: 70px;
	width: 100%;
  border: #e2e2e2;
  padding: 20px 24px;
  padding-right: 70px;
}

.search-submit {
  -webkit-transform: translateY(-50%);
  background: transparent;
  border: none;
  box-shadow: none;
  color: #e2e2e2;
  padding: 0;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}

input,
textarea {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	font-family: inherit;
	font-size: 1em;
	padding: 20px 24px;
	width: 100%;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	border-color: #e2e2e2;
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input::-webkit-input-placeholder {
	color: #e2e2e2;
}

input::-moz-placeholder {
	color: #e2e2e2;
}

input::-ms-input-placeholder {
	color: #e2e2e2;
}

input::placeholder {
	color: #e2e2e2;
}

input:focus {
	border-color: #e2e2e2;
	box-shadow: none;
	outline: none;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 0.6em 2em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
	outline: none;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	opacity: 0.6;
}

input[type="submit"] ::-moz-focus-inner,
input[type="button"] ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input[type="radio"] {
	display: none;
}

input[type="radio"] + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 16px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}

input[type="radio"] + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	content: "";
	display: block;
	height: 26px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

input[type="radio"] + span::after {
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

input[type="radio"]:checked + span::after {
	-webkit-transform: translateY(-50%);
	background: #e2e2e2;
	border-radius: 50%;
	content: "";
	display: block;
	height: 10px;
	left: 8px;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 16px 0 0;
	padding: 0 0 0 30px;
	position: relative;
	transition: all 1s ease 0s;
}

input[type="checkbox"] + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	content: "";
	display: block;
	height: 26px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

input[type="checkbox"] + span::after {
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

input[type="checkbox"]:checked + span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 4px solid #e2e2e2;
	border-left: 4px solid #e2e2e2;
	content: "";
	display: block;
	height: 15.6px;
	left: 0;
	margin-top: -0.2em;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 26px;
}

.m_ranking .wpost-item::after {
  background: #ECB815;
}

.archive-title.m_search span {
  font-weight: 600;
}
.archive-title.m_search::before {
  color: #053481;
  content: "\f002";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px;
}


.pagination {
	margin-top: 12px;
	text-align: center;
}

.pagination a {
	transition: all 0.3s ease 0s;
}

.pagination a:hover {
	opacity: 0.6;
}

.pagination a.next,
.pagination a.prev {
	font-size: 30px;
}

.pagination a.next:hover,
.pagination a.prev:hover {
	opacity: 0.6;
}

.page-numbers {
	background: #fff;
	border: 1px solid #e2e2e2;
	color: #808080;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	height: 40px;
	line-height: 38px;
	margin-right: 14px;
	min-width: 40px;
	text-align: center;
	text-decoration: none;
}

.page-numbers:last-child {
	margin-right: 0;
}

.page-numbers.current {
	background: #053481;
	border: 1px solid #053481;
	color: #fff;
	font-weight: 700;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
	border: none;
	line-height: 40px;
	min-width: initial;
	width: auto;
}



.contents__main {
  background-color: #fff;
  padding: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .contents__main {
    position: relative;
  }
}

.contents__main__inner {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .contents__main__inner {
    overflow: hidden;
  }
}

.contents__main__right {
  width: 100%;
  padding: 0 0 33px 33px;
  z-index: 16;
}
@media screen and (min-width: 768px) {
  .contents__main__right {
    padding: 30px 30px 0 400px;
    position: relative;
  }
}

.main__img {
  height: 200px;
}
@media screen and (min-width: 768px) {
  .main__img {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
  }
}

.contents__main__left {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .contents__main__left {
    width: 400px;
  }
}

.main__title {
  text-align: center;
  width: auto;
  position: absolute;
  top: 37%;
  left: 0;
  margin: 50px 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 768px) {
  .main__title {
    top: 40%;
    margin: 0 0 0 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main__title-ja {
  font-weight: 600;
  color: #053481;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .main__title-ja {
    font-size: 50px;
  }
}
.main__title-en {
  font-weight: 600;
  color: #D7D7D7;
  margin-top: 25px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .main__title-en {
    font-size: 18px;
  }
}

.company-image {
  height: 100%;
  background-size: cover;
  background-image: url(../img/sp/section-left.png);
}
@media screen and (min-width: 768px) {
  .company-image {
    background-image: url(../img/section-left.png);
  }
}

.page-content {

  font-family: "Noto Sans JP";
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .page-content {
    margin-top: 60px;
    margin-bottom:60px;
  }
}

.page__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .page__inner {
    width: 960px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-content h2 {
  background: #ebebeb;
  border-radius: 3px;
  border-top: 6px solid #053481;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 30px 0 20px;
  padding: 20px 20px;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-content h2 {
    font-size: 26px;
    margin-bottom: 38px;
    margin-top: 79px;
    padding: 24px 20px;
  }
}

.page-content h3 {
    border-bottom: 3px solid #053481;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 40px 0 20px;
    padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-content h3 {
    font-size: 22px;
    margin-bottom: 24px;
    margin-top: 84px;
    padding-bottom: 14px;
  }
}

.page-content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 40px 0 20px;
}
@media screen and (min-width: 768px) {
  .page-content h4 {
    font-size: 20px;
    line-height: 1.4;
    margin: 60px 0 20px;
  }
}

.page-content p {
  line-height: 1.875;
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-content p {
    line-height: 1.875;
    margin-top: 30px;
  }
}

.page-content a {
  color: #33a5cb;
}

.page-content img {
  margin-top: 30px;
}


.slideinLeft {
  -webkit-animation: slideinLeft 1s;
          animation: slideinLeft 1s;
}
@-webkit-keyframes slideinLeft {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinLeft {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.fadein.fadein-left {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
.fadein.fadein-right {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
.fadein.fadein-up {
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}


.company {
	padding-top: 100px;
}
@media screen and (min-width: 768px) {
	.company {
	  padding-top: 150px;
	}
}