@charset "UTF-8";
.u-margintop--xl {
  margin-top: 180px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xl {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xl {
    margin-top: 120px;
  }
}

.u-margintop--lg {
  margin-top: 150px;
}
@media screen and (max-width: 991px) {
  .u-margintop--lg {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--lg {
    margin-top: 80px;
  }
}

.u-margintop--ml {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .u-margintop--ml {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--ml {
    margin-top: 60px;
  }
}

.u-margintop--md {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .u-margintop--md {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--md {
    margin-top: 40px;
  }
}

.u-margintop--sm {
  margin-top: 42px;
}
@media screen and (max-width: 991px) {
  .u-margintop--sm {
    margin-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--sm {
    margin-top: 30px;
  }
}

.u-margintop--xs {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xs {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xs {
    margin-top: 20px;
  }
}

.u-margintop--xxs {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xxs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xxs {
    margin-top: 20px;
  }
}

.u-padding--xl {
  padding: 180px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--xl {
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--xl {
    padding: 120px 0;
  }
}

.u-padding--lg {
  padding: 150px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--lg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--lg {
    padding: 90px 0;
  }
}

.u-padding--ml {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--ml {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--ml {
    padding: 60px 0;
  }
}

.u-padding--md {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--md {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--md {
    padding: 40px 0;
  }
}

.u-padding--sm {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--sm {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--sm {
    padding: 30px 0;
  }
}

.u-padding--xs {
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--xs {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--xs {
    padding: 20px 0;
  }
}

.u-paddingtop--ml {
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--ml {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--ml {
    padding-top: 60px;
  }
}

.u-paddingtop--md {
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--md {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--md {
    padding-top: 40px;
  }
}

.u-paddingbottom--lg {
  padding-bottom: 150px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--lg {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--lg {
    padding-bottom: 90px;
  }
}

.u-paddingbottom--ml {
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--ml {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--ml {
    padding-bottom: 60px;
  }
}

.for-lg {
  display: none;
}
@media screen and (max-width: 1139px) {
  .for-lg {
    display: block;
  }
}

.for-md {
  display: none;
}
@media screen and (max-width: 991px) {
  .for-md {
    display: block;
  }
}

.for-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .for-sm {
    display: block;
  }
}

.for-xs {
  display: none;
}
@media screen and (max-width: 575px) {
  .for-xs {
    display: block;
  }
}

.for-lg--less {
  display: block;
}
@media screen and (max-width: 1139px) {
  .for-lg--less {
    display: none;
  }
}

.for-md--less {
  display: block;
}
@media screen and (max-width: 991px) {
  .for-md--less {
    display: none;
  }
}

.for-sm--less {
  display: block;
}
@media screen and (max-width: 767px) {
  .for-sm--less {
    display: none;
  }
}

.for-xs--less {
  display: block;
}
@media screen and (max-width: 575px) {
  .for-xs--less {
    display: none;
  }
}

.l-base {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .l-base {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .l-base {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .l-base {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1140px) {
  .l-base {
    width: 100%;
    max-width: 1100px;
  }
}

.ttl_md {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .ttl_md {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_md {
    font-size: 1.8rem;
  }
}

html {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, th, td, dt, dd, a {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 575px) {
  h1, h2, h3, h4, h5, h6, p, ul, ol, li, th, td, dt, dd, a {
    font-size: 1.4rem;
  }
}

ul {
  list-style: none;
}

figure {
  margin: 0;
}

#masthead.page {
  top: 0;
  left: 0;
  background: #002B61;
}

#primary.page {
  margin-top: 77px;
}
@media screen and (max-width: 960px) {
  #primary.page {
    margin-top: 60px;
  }
}

.page_mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .page_mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page_mv .ttl {
  padding: 140px 20px 140px 60px;
  background: #fff;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .page_mv .ttl {
    width: 100%;
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width: 575px) {
  .page_mv .ttl {
    padding: 40px 20px 20px;
  }
}
.page_mv .ttl h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  line-height: 1.4;
  color: #002B61;
}
@media screen and (max-width: 1139px) {
  .page_mv .ttl h1 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 991px) {
  .page_mv .ttl h1 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 575px) {
  .page_mv .ttl h1 {
    font-size: 3.2rem;
  }
}
.page_mv .ttl h1 small {
  display: block;
  font-size: 2.2rem;
  font-family: "Poppins", "Hiragino Sans", "Sawarabi Gothic", sans-serif;
  margin-top: 20px;
  padding-left: 52px;
  position: relative;
  font-weight: 600;
  color: #BBBEC3;
}
@media screen and (max-width: 1139px) {
  .page_mv .ttl h1 small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .page_mv .ttl h1 small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .page_mv .ttl h1 small {
    font-size: 1.6rem;
    padding-left: 40px;
    margin-top: 10px;
  }
}
.page_mv .ttl h1 small:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background: #BBBEC3;
}
@media screen and (max-width: 575px) {
  .page_mv .ttl h1 small:before {
    width: 30px;
  }
}
.page_mv .bg {
  width: 50%;
  background: #000;
}
@media screen and (max-width: 991px) {
  .page_mv .bg {
    width: 100%;
    height: 420px;
  }
}
@media screen and (max-width: 575px) {
  .page_mv .bg {
    height: auto;
    aspect-ratio: 1.3/1;
  }
}
.page_mv .bg.about {
  background: url(../images/about/about_mv.webp) no-repeat;
  background-size: cover;
  background-position: 80% 50%;
}
.page_mv .bg.company {
  background: url(../images/company/company_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page_mv .bg.service {
  background: url(../images/service/service_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page_mv .bg.recruit {
  background: url(../images/recruit/recruit_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page_mv .bg.news {
  background: url(../images/news/news_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page_mv .bg.privacy {
  background: url(../images/privacy/privacy_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.breadcrumbs {
  padding: 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #eee;
}
@media screen and (max-width: 991px) {
  .breadcrumbs {
    padding: 20px;
  }
}
.breadcrumbs.white {
  background: #F2F5F7 !important;
}
.breadcrumbs span, .breadcrumbs a {
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
  color: #002B61;
}
.breadcrumbs a {
  margin-right: 30px;
  position: relative;
}
.breadcrumbs a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  -webkit-transform: translateY(-40%) rotate(45deg);
          transform: translateY(-40%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #002B61;
  border-right: 1px solid #002B61;
}
.breadcrumbs span .home {
  position: relative;
  padding-left: 20px;
}
.breadcrumbs span .home:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 12px;
  height: 12px;
  background: url(../images/common/home_icon.png) no-repeat;
  background-size: contain;
}
.breadcrumbs span:last-of-type a {
  cursor: default;
  margin-right: 0;
}
.breadcrumbs span:last-of-type a:before {
  display: none;
}
.breadcrumbs .current-item {
  color: #747474;
}
.breadcrumbs.gradation {
  background: none !important;
}
.breadcrumbs.gradation span {
  color: #ccc !important;
}
.breadcrumbs.gradation a span {
  color: #002B61 !important;
}

.accent_bg {
  background: #eee;
}
.accent_bg.page_first {
  padding: 60px 0 120px;
}

.page_ttl h2 {
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  color: #002B61;
}
@media screen and (max-width: 991px) {
  .page_ttl h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  .page_ttl h2 {
    font-size: 2.4rem;
  }
}

.page_ttl_center h2 {
  font-size: 3.8rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  color: #002B61;
}
@media screen and (max-width: 991px) {
  .page_ttl_center h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  .page_ttl_center h2 {
    font-size: 2.4rem;
  }
}
.page_ttl_center p {
  margin-top: 20px;
  text-align: center;
}

.ttl_sub_line {
  font-size: 2.4rem;
  padding-left: 12px;
  border-left: 2px solid #3B5986;
  line-height: 1.2;
  color: #3B5986;
}
@media screen and (max-width: 991px) {
  .ttl_sub_line {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_sub_line {
    font-size: 1.8rem;
  }
}

.sub_ttl_bottomLine {
  font-size: 2rem;
  border-bottom: 1px solid #3B5986;
  padding-bottom: 8px;
  color: #3B5986;
}
@media screen and (max-width: 991px) {
  .sub_ttl_bottomLine {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .sub_ttl_bottomLine {
    font-size: 1.6rem;
  }
}

.page_padding {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1139px) {
  .page_padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.page_padding_100 {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1139px) {
  .page_padding_100 {
    padding-left: 0;
    padding-right: 0;
  }
}

.about_company_content .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #CDD6DD;
  padding: 30px 0;
}
.about_company_content .items:last-of-type {
  border-bottom: 1px solid #CDD6DD;
}
@media screen and (max-width: 575px) {
  .about_company_content .items {
    display: block;
    padding: 20px 0;
  }
}
.about_company_content .items_head {
  width: 230px;
}
@media screen and (max-width: 991px) {
  .about_company_content .items_head {
    width: 130px;
  }
}
@media screen and (max-width: 575px) {
  .about_company_content .items_head {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .about_company_content .items_head p {
    font-weight: 700;
  }
}
.about_company_content .items_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about_company_content .items_body.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about_company_content .items_body.flex .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}
@media screen and (max-width: 575px) {
  .about_company_content .items_body.flex .txt {
    margin-right: 20px;
  }
}
.about_company_content .items_body.flex .txt a {
  font-size: 1.1rem;
  background: #000;
  border-radius: 100px;
  color: #fff;
  padding: 1px 22px 2px 10px;
  margin-left: 10px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about_company_content .items_body.flex .txt a:hover {
  opacity: 0.8;
}
.about_company_content .items_body.flex .txt a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: url(../images/company/iconmonstr-share.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .about_company_content .items_body.flex .txt a {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    max-width: 102px;
  }
}
.about_company_content .items_body.flex figure {
  width: 158px;
}
@media screen and (max-width: 991px) {
  .about_company_content .items_body.flex figure {
    width: 120px;
  }
}
@media screen and (max-width: 575px) {
  .about_company_content .items_body.flex figure {
    width: 100px;
  }
}

.list_disc li {
  position: relative;
  padding-left: 1em;
}
.list_disc li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.about_desc_content figure {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.about_management_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about_management_content {
    display: block;
  }
}
.about_management_content .items {
  width: 475px;
}
@media screen and (max-width: 1139px) {
  .about_management_content .items {
    width: 47%;
  }
}
@media screen and (max-width: 991px) {
  .about_management_content .items {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .about_management_content .items {
    width: 100%;
  }
  .about_management_content .items:not(:first-of-type) {
    margin-top: 40px;
  }
}
.about_management_content .items figure {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.about_management_content .items p {
  margin-top: 20px;
}

.about_management_table_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .about_management_table_content {
    display: block;
  }
}
.about_management_table_content .items {
  width: 45%;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_management_table_content .items:nth-of-type(1), .about_management_table_content .items:nth-of-type(2) {
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .about_management_table_content .items {
    width: 48%;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 575px) {
  .about_management_table_content .items {
    width: 100%;
  }
  .about_management_table_content .items:nth-of-type(2) {
    border-top: none !important;
  }
}
@media screen and (max-width: 767px) {
  .about_management_table_content .items p {
    font-size: 1.5rem;
  }
}

.section_end {
  padding-bottom: 120px;
}

.about_onsite_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about_onsite_content {
    display: block;
  }
}
.about_onsite_content .items {
  width: 300px;
}
@media screen and (max-width: 991px) {
  .about_onsite_content .items {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .about_onsite_content .items {
    width: 100%;
  }
  .about_onsite_content .items:not(:first-of-type) {
    margin-top: 40px;
  }
}
.about_onsite_content .items figure {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.about_onsite_content .items p {
  margin-top: 20px;
}

.bg_white {
  background: #fff;
}

.company_greeting_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .company_greeting_content {
    display: block;
  }
}
.company_greeting_content .txt {
  width: 50%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .company_greeting_content .txt {
    width: 100%;
    margin: 0;
  }
}
.company_greeting_content .txt h2 {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 100px;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .company_greeting_content .txt h2 {
    font-size: 2.4rem;
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .company_greeting_content .txt h2 {
    margin-top: 40px;
    font-size: 2rem;
  }
}
.company_greeting_content .txt p {
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .company_greeting_content .txt p {
    margin-top: 20px;
  }
}
.company_greeting_content figure {
  height: 450px;
  background: url(../images/company/greeting.webp) no-repeat;
  background-size: cover;
  background-position: 50% 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 991px) {
  .company_greeting_content figure {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .company_greeting_content figure {
    width: 100%;
    aspect-ratio: 1350/902;
    height: auto;
    margin: 40px 0 0 !important;
  }
}

.company_headlist {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company_headlist {
    display: block;
  }
}
.company_headlist .items {
  width: 300px;
}
@media screen and (max-width: 991px) {
  .company_headlist .items {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .company_headlist .items {
    width: 100%;
  }
  .company_headlist .items:not(:first-of-type) {
    margin-top: 40px;
  }
}
.company_headlist .items figure {
  width: 100%;
  height: 228px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .company_headlist .items figure {
    height: auto;
    aspect-ratio: 600/456;
  }
}
.company_headlist .items figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.company_headlist .items figure h2 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 2rem;
  z-index: 2;
  color: #fff;
  line-height: 1.6;
}
.company_headlist .items figure h2 small {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .company_headlist .items figure h2 small {
    margin-top: 10px;
  }
}
.company_headlist .items:nth-of-type(1) figure {
  background: url(../images/company/greeting_sub_01.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.company_headlist .items:nth-of-type(2) figure {
  background: url(../images/company/greeting_sub_02.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.company_headlist .items:nth-of-type(3) figure {
  background: url(../images/company/greeting_sub_03.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.company_desc {
  margin-top: 60px;
}
.company_desc_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .company_desc_content {
    display: block;
  }
}
.company_desc_content .txt {
  width: 50%;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .company_desc_content .txt {
    width: 100%;
    margin: 0;
  }
}
.company_desc_content .txt h2 {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 100px;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .company_desc_content .txt h2 {
    font-size: 2.4rem;
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .company_desc_content .txt h2 {
    margin-top: 40px;
    font-size: 2rem;
  }
}
.company_desc_content .txt p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .company_desc_content .txt p {
    margin-top: 20px;
  }
}
.company_desc_content figure {
  height: 450px;
  background: url(../images/company/world.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 991px) {
  .company_desc_content figure {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .company_desc_content figure {
    width: 100%;
    aspect-ratio: 1350/902;
    height: auto;
    margin: 40px 0 0 !important;
  }
}

.page_sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page_sep {
    display: block;
  }
}
.page_sep .sep_ttl {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .page_sep .sep_ttl {
    width: 100%;
  }
}
.page_sep .sep_ttl h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #002B61;
}
@media screen and (max-width: 991px) {
  .page_sep .sep_ttl h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .page_sep .sep_ttl h3 {
    font-size: 1.6rem;
  }
}
.page_sep .sep_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .page_sep .sep_content {
    margin-top: 30px;
  }
}

.border_top {
  padding-top: 60px;
  margin-top: 60px;
  position: relative;
}
.border_top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 100px);
  height: 1px;
  background: #CDD6DD;
}
@media screen and (max-width: 1139px) {
  .border_top:before {
    width: 100%;
  }
}

.yamada_photo {
  width: 100%;
  text-align: center;
}
.yamada_photo img {
  width: 100%;
  max-width: 480px;
}

.service_selecter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .service_selecter {
    display: block;
  }
}
.service_selecter .items {
  width: 33.2%;
  height: 326px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .service_selecter .items {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .service_selecter .items {
    height: 200px;
  }
}
.service_selecter .items:hover {
  opacity: 0.7;
}
.service_selecter .items:nth-of-type(1) {
  background: url(../images/service/service_strong_point_01.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.service_selecter .items:nth-of-type(2) {
  background: url(../images/service/service_strong_point_02.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.service_selecter .items:nth-of-type(3) {
  background: url(../images/service/service_strong_point_03.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.service_selecter .items a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.service_selecter .items a h2 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width: 575px) {
  .service_selecter .items a h2 {
    font-size: 2rem;
  }
}
.service_selecter .items a h2 small {
  display: block;
  font-size: 1.8rem;
  font-family: "Poppins", "Hiragino Sans", "Sawarabi Gothic", sans-serif;
}
@media screen and (max-width: 575px) {
  .service_selecter .items a h2 small {
    font-size: 1.6rem;
  }
}
.service_selecter .items a img {
  width: 24px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.construction_kinds_sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .construction_kinds_sep {
    display: block;
  }
}
.construction_kinds_sep .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .construction_kinds_sep .txt {
    margin-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .construction_kinds_sep .txt {
    margin-right: 0;
  }
}
.construction_kinds_sep figure {
  width: 475px;
}
@media screen and (max-width: 991px) {
  .construction_kinds_sep figure {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .construction_kinds_sep figure {
    width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .construction_kinds_sep figure {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.construction_kinds_sep figure img {
  width: 100%;
}

.ev_graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .ev_graph {
    display: block;
  }
}
.ev_graph .items {
  width: 32%;
  max-width: 300px;
}
.ev_graph .items:nth-of-type(1) h3 {
  background: #C4DEFF;
}
.ev_graph .items:nth-of-type(2) h3 {
  background: #CBF0BA;
}
.ev_graph .items:nth-of-type(3) h3 {
  background: #F8F2A4;
}
@media screen and (max-width: 991px) {
  .ev_graph .items {
    width: 100%;
    margin: 0 auto;
  }
  .ev_graph .items:not(:first-of-type) {
    margin-top: 40px;
  }
}
.ev_graph .items h3 {
  text-align: center;
  background: #ccc;
  color: #3B5986;
  font-size: 2rem;
  line-height: 1.5;
  padding: 11px 10px 10px;
}
.ev_graph .items h3 .en {
  font-size: 1.6rem;
  display: block;
}
.ev_graph .items figure {
  margin-top: 20px;
}
.ev_graph .items figure img {
  width: 100%;
}
.ev_graph .items .ev_table {
  margin-top: 10px;
  padding: 15px;
  background: #DBE8F0;
  border-radius: 10px;
}
.ev_graph .items .ev_table table {
  width: 100%;
  border-collapse: collapse;
}
.ev_graph .items .ev_table table tr th, .ev_graph .items .ev_table table tr td {
  font-size: 1.4rem;
  text-align: left;
  font-weight: 500;
}
.ev_graph .items .ev_table table tr th {
  width: 85px;
}
.ev_graph .items p {
  margin-top: 10px;
  line-height: 1.6;
}

.page_desc_sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page_desc_sep {
    display: block;
  }
}
.page_desc_sep .txt_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .page_desc_sep .txt_block {
    margin: 0 !important;
    width: 100% !important;
  }
}
.page_desc_sep .img_block {
  width: 475px;
}
@media screen and (max-width: 991px) {
  .page_desc_sep .img_block {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .page_desc_sep .img_block {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.page_desc_sep .img_block img {
  width: 100%;
}
.page_desc_sep.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page_desc_sep.reverse .txt_block {
  margin-right: 0;
  margin-left: 50px;
}

.merit_list .items:not(:first-of-type) {
  margin-top: 20px;
}
.merit_list .items h4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #3B5986;
}
@media screen and (max-width: 575px) {
  .merit_list .items h4 {
    font-size: 1.6rem;
  }
}
.merit_list .items p {
  padding-left: 1em;
}
.merit_list .items ul {
  padding-left: 1em;
}
.merit_list .items ul li:not(:first-of-type) {
  margin-top: 4px;
}
.merit_list .items ul li strong {
  font-weight: 500;
  display: block;
}

.recruit_message .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px;
  position: relative;
}
.recruit_message .items:not(:first-of-type) {
  margin-top: 50px;
}
.recruit_message .items:before {
  content: "";
  background: #DBE8F0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
@media screen and (max-width: 991px) {
  .recruit_message .items {
    display: block;
    background: #DBE8F0;
  }
  .recruit_message .items:before {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .recruit_message .items {
    padding: 30px;
  }
}
.recruit_message .items figure {
  width: 100%;
  max-width: 474px;
  margin-right: 50px;
  margin-left: -40px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .recruit_message .items figure {
    margin: 0 auto !important;
  }
}
.recruit_message .items figure img {
  width: 100%;
}
.recruit_message .items .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-top: 40px;
}
.recruit_message .items .txt img {
  width: 200px;
  position: absolute;
  top: 120px;
  right: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.recruit_message .items .txt h4 {
  font-size: 2.4rem;
  color: #3B5986;
  line-height: 1.4;
  padding-left: 10px;
  border-left: 2px solid #3B5986;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .recruit_message .items .txt h4 {
    font-size: 2rem;
  }
}
.recruit_message .items .txt table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 1;
}
.recruit_message .items .txt table tr th, .recruit_message .items .txt table tr td {
  font-size: 1.4rem;
  text-align: left;
}
.recruit_message .items .txt table tr th {
  width: 80px;
}
.recruit_message .items .txt h3 {
  font-size: 2rem;
  margin-top: 38px;
  color: #3B5986;
  border-bottom: 1px solid #3B5986;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .recruit_message .items .txt h3 {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.recruit_message .items .txt p {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .recruit_message .items .txt p {
    margin-top: 10px;
  }
}
.recruit_message .items:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.recruit_message .items:nth-of-type(even):before {
  bottom: auto;
  right: auto;
  left: 0;
}
.recruit_message .items:nth-of-type(even) figure {
  margin-left: 50px;
  margin-right: -40px;
}

.recruit_event_all {
  width: 100%;
}
.recruit_event_all img {
  width: 100%;
  height: auto;
}
.recruit_event_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit_event_gallery .items {
  width: 300px;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .recruit_event_gallery .items {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .recruit_event_gallery .items {
    width: 48%;
    margin-top: 30px;
  }
}
.recruit_event_gallery .items h6 {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 10px;
  border-left: 3px solid #002B61;
  line-height: 1.2;
  color: #002B61;
}
@media screen and (max-width: 991px) {
  .recruit_event_gallery .items h6 {
    font-size: 1.6rem;
  }
}
.recruit_event_gallery .items figure {
  margin-top: 15px;
}

.benefits_graph figure {
  text-align: center;
}
.benefits_graph figure img {
  margin: 0 auto;
}

.career_graph figure {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .career_graph figure {
    overflow-x: auto;
  }
}
.career_graph figure img {
  width: 100%;
  max-width: 790px;
}
@media screen and (max-width: 575px) {
  .career_graph figure img {
    width: 560px;
    max-width: 560px;
  }
}

.single_content {
  padding-top: 160px;
  background: #F2F5F7;
}
@media screen and (max-width: 991px) {
  .single_content {
    padding-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .single_content {
    padding-top: 70px;
  }
}

.single_ttl_block h1 {
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  color: #002B61;
}
@media screen and (max-width: 991px) {
  .single_ttl_block h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  .single_ttl_block h1 {
    font-size: 2.4rem;
  }
}

.cat {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cat li {
  margin-top: 5px;
  margin-right: 5px;
}
.cat li a {
  font-size: 1.4rem;
  color: #696969;
  border: 1px solid #696969;
  padding: 2px 8px;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .cat li a {
    font-size: 1.2rem;
  }
}
.cat li a:hover {
  opacity: 0.7;
}

.single_works_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .single_works_photo {
    display: block;
  }
}
.single_works_photo .main-image {
  width: 550px;
}
@media screen and (max-width: 991px) {
  .single_works_photo .main-image {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .single_works_photo .main-image {
    width: 100%;
  }
}
.single_works_photo .thumbnails {
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .single_works_photo .thumbnails {
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .single_works_photo .thumbnails {
    width: 100%;
    margin-top: 30px;
  }
}
.single_works_photo .thumbnails figure {
  width: 32%;
  margin-right: 2%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.single_works_photo .thumbnails figure:nth-of-type(3n) {
  margin-right: 0;
}
.single_works_photo .thumbnails figure:nth-of-type(n + 4) {
  margin-top: 2%;
}
.single_works_photo .thumbnails figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.single_works_photo .thumbnails figure img:hover, .single_works_photo .thumbnails figure img.active {
  opacity: 0.6;
}

.single_works_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .single_works_txt {
    display: block;
  }
}
.single_works_txt .single_works_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 80px;
}
@media screen and (max-width: 991px) {
  .single_works_txt .single_works_content {
    margin: 0;
  }
}
.single_works_txt .single_works_content > :first-child {
  margin-top: 0 !important;
}
.single_works_txt .single_works_content > :last-child {
  margin-bottom: 0 !important;
}
.single_works_txt .single_works_info {
  width: 475px;
}
@media screen and (max-width: 991px) {
  .single_works_txt .single_works_info {
    width: 100%;
    margin-top: 40px;
  }
}
.single_works_txt .single_works_info table {
  width: 100%;
  border-collapse: collapse;
}
.single_works_txt .single_works_info table tr {
  border-top: 1px solid #CDD6DD;
}
.single_works_txt .single_works_info table tr:last-of-type {
  border-bottom: 1px solid #CDD6DD;
}
.single_works_txt .single_works_info table tr th, .single_works_txt .single_works_info table tr td {
  padding: 10px;
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 575px) {
  .single_works_txt .single_works_info table tr th, .single_works_txt .single_works_info table tr td {
    font-size: 1.4rem;
  }
}
.single_works_txt .single_works_info table tr th {
  width: 100px;
}

.pager {
  width: calc(100% - 40px);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  padding-top: 20px;
}
.pager a {
  text-decoration: none;
  color: #000;
  position: relative;
}
.pager a:hover {
  opacity: 0.7;
}
.pager .back {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pager .prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pager .prev a {
  padding-left: 15px;
}
.pager .prev .fa-light {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.pager .next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pager .next a {
  padding-right: 15px;
}
.pager .next .fa-light {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.cat_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 575px) {
  .cat_list ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cat_list ul li {
  padding: 6px 20px;
}
@media screen and (max-width: 575px) {
  .cat_list ul li {
    padding: 6px 10px;
  }
}
.cat_list ul li a {
  font-size: 1.8rem;
  text-decoration: none;
  padding-bottom: 6px;
  font-weight: 600;
  color: #BEBEBE;
  border-bottom: 2px solid #BEBEBE;
}
@media screen and (max-width: 1139px) {
  .cat_list ul li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .cat_list ul li a {
    font-size: 1.4rem;
  }
}
.cat_list ul li a.active {
  border-bottom: 2px solid #000;
  color: #000;
}

.works_archive_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works_archive_content article {
  width: 300px;
  margin-right: 50px;
}
.works_archive_content article:nth-of-type(3n) {
  margin-right: 0;
}
.works_archive_content article:nth-of-type(n + 4) {
  margin-top: 50px;
}
@media screen and (max-width: 1139px) {
  .works_archive_content article {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .works_archive_content article {
    width: 48%;
    margin-right: 0;
  }
  .works_archive_content article:nth-of-type(odd) {
    margin-right: 4%;
  }
  .works_archive_content article:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .works_archive_content article {
    width: 100%;
    margin-right: 0 !important;
  }
  .works_archive_content article:nth-of-type(n + 2) {
    margin-top: 40px !important;
  }
}
.works_archive_content article figure a {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  line-height: 1;
}
.works_archive_content article figure a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.works_archive_content article figure a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works_archive_content article figure a p {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  z-index: 2;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff !important;
}
.works_archive_content article figure a:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
.works_archive_content article figure a:hover p {
  opacity: 1;
}
.works_archive_content article h3 {
  margin-top: 20px;
}
.works_archive_content article h3 a {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.works_archive_content article .cat {
  margin-top: 5px;
}
.works_archive_content article .cat li {
  font-size: 1.2rem;
  border: 1px solid #696969;
  color: #696969;
  padding: 2px 8px;
  line-height: 1.4;
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 1.6rem;
  padding: 10px 17px;
  line-height: 1;
  border: 1px solid #BEBEBE;
  border-radius: 50px;
  margin: 0 5px;
  text-decoration: none;
  color: #BEBEBE;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 11px;
  }
}
.wp-pagenavi .current {
  background: #BEBEBE;
  color: #fff;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  padding: 10px 22px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    padding: 5px 17px;
  }
}
.wp-pagenavi .nextpostslink:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #BEBEBE;
  border-right: 2px solid #BEBEBE;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .nextpostslink:before {
    -webkit-transform: translate(-70%, -50%) rotate(45deg);
            transform: translate(-70%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
  }
}
.wp-pagenavi .previouspostslink:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%) rotate(-45deg);
          transform: translate(-40%, -50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #BEBEBE;
  border-left: 2px solid #BEBEBE;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .previouspostslink:before {
    -webkit-transform: translate(-30%, -50%) rotate(-45deg);
            transform: translate(-30%, -50%) rotate(-45deg);
    width: 6px;
    height: 6px;
  }
}

.page_news_content .news-cat,
.home__news--content .news-cat {
  font-size: 1.2rem !important;
}
.page_news_content li a, .page_news_content li span, .page_news_content li p,
.home__news--content li a,
.home__news--content li span,
.home__news--content li p {
  color: #000 !important;
}

.post_cat {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post_cat li {
  margin-top: 5px;
  margin-right: 5px;
}
.post_cat li a {
  border-radius: 100px;
  line-height: 1.4;
  background: #D3D3D3;
  color: #3E3E3E;
  padding: 3px 15px;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .post_cat li a {
    font-size: 1.2rem;
  }
}
.post_cat li a:hover {
  opacity: 0.7;
}

.post-body h1 {
  font-size: 3.6rem;
  margin: 4em 0 3em;
}
@media screen and (max-width: 991px) {
  .post-body h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h1 {
    font-size: 3rem;
  }
}
.post-body h1:first-child {
  margin-top: 0;
}
.post-body h1 + p {
  margin-top: 0;
}
.post-body h2 {
  font-size: 3rem;
  margin: 3em 0 2em;
  position: relative;
  color: #3B5986;
}
@media screen and (max-width: 767px) {
  .post-body h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .post-body h2 {
    font-size: 2.2rem;
  }
}
.post-body h2 + p {
  margin-top: 0;
}
.post-body .break .single_head * {
  display: block;
}
.post-body .break .single_head .main {
  margin-right: 0;
}
.post-body h3 {
  font-size: 2.4rem;
  margin: 2.5em 0 1.5em;
  padding-left: 10px;
  border-left: 2px solid #3B5986;
  color: #3B5986;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .post-body h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .post-body h3 {
    font-size: 1.8rem;
  }
}
.post-body h3:first-child {
  margin-top: 0;
}
.post-body h3 + p {
  margin-top: 0;
}
.post-body h4 {
  font-size: 2rem;
  margin: 2em 0 0.5em;
  color: #002B61;
}
@media screen and (max-width: 767px) {
  .post-body h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .post-body h4 {
    font-size: 1.6rem;
  }
}
.post-body h4:first-child {
  margin-top: 0;
}
.post-body h4 + p {
  margin-top: 0;
}
.post-body h5 {
  font-size: 2rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 767px) {
  .post-body h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .post-body h5 {
    font-size: 1.6rem;
  }
}
.post-body h5:first-child {
  margin-top: 0;
}
.post-body h5 + p {
  margin-top: 0;
}
.post-body h6 {
  font-size: 1.8rem;
  margin: 1em 0 0.25em;
}
@media screen and (max-width: 767px) {
  .post-body h6 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .post-body h6 {
    font-size: 1.4rem;
  }
}
.post-body h6:first-child {
  margin-top: 0;
}
.post-body h6 + p {
  margin-top: 0;
}
.post-body .has-text-align-left {
  text-align: left;
}
.post-body .has-text-align-right {
  text-align: right;
}
.post-body .has-text-align-center {
  text-align: center;
}
.post-body .aligncenter {
  text-align: center;
}
.post-body .alignright {
  text-align: right;
}
.post-body blockquote {
  margin: 2em 0;
  padding: 10px 0 10px 35px;
  border-left: 2px solid #e9e9e9;
}
.post-body blockquote p {
  margin: 0;
}
.post-body blockquote cite {
  color: #717787;
  font-size: 1.2rem;
  margin-top: 10px;
}
.post-body pre {
  border: 1px solid #000;
  margin: 2em 0;
  padding: 3vmin;
  white-space: pre-wrap;
}
.post-body p {
  margin: 2em 0;
}
.post-body p > a {
  text-decoration: underline;
  color: #002B61;
}
.post-body a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #002B61;
}
.post-body a:hover {
  opacity: 0.8;
}
.post-body ul,
.post-body ol {
  margin: 2em 0 2em 1.5em;
  padding: 0;
}
.post-body .wp-block-gallery {
  margin: 2em 0;
}
.post-body .blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: -10px;
}
.post-body .blocks-gallery-grid li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.post-body .wp-block-gallery.columns-2 li {
  width: 50%;
}
.post-body .wp-block-gallery.columns-3 li {
  width: 33.3333333333%;
}
.post-body .wp-block-image {
  margin: 3em 0;
}
.post-body figcaption {
  font-size: 85%;
  margin-top: 0.5em;
  opacity: 0.8;
  text-align: center;
}
.post-body .wp-block-table {
  margin: 2em 0;
}
.post-body .wp-block-table table {
  border: 1px solid #000;
  border-collapse: collapse;
  width: 100%;
}
.post-body .wp-block-table table thead {
  border: none;
}
.post-body .wp-block-table table th, .post-body .wp-block-table table td {
  border: 1px solid #e9e9e9;
  padding: 15px;
  font-size: 1.5rem;
}
.post-body .wp-block-table table th {
  background: #7a7a7a;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.post-body .wp-block-separator {
  border-color: #000;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 3em 0;
}
.post-body .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 100%;
  margin: 4em 0;
}
.post-body .wp-block-column {
  padding: 0 10px;
}
.post-body .wp-block-media-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3em -15px;
  max-width: 100%;
}
.post-body .wp-block-media-text_media,
.post-body .wp-block-media-text_content {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.post-body .wp-block-button {
  margin: 2em 0;
}
.post-body .wp-block-file a + a {
  margin-left: 20px;
}
.post-body .wp-block-file_button,
.post-body .wp-block-button_link {
  background: #212121;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.post-body .wp-block-file_button {
  font-size: 15px;
  line-height: 1;
  padding: 12px 30px 10px;
}
.post-body .wp-block-file_button:hover,
.post-body .wp-block-button_link:hover {
  background: #454545;
}
.post-body .wp-block-embed-youtube {
  margin: 4em 0;
}
.post-body .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
}
.post-body .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}
.post-body .img_all img {
  width: 100%;
  max-width: 100%;
}

ul.wp-block-list {
  margin-left: 0;
}
ul.wp-block-list li {
  padding-left: 1em;
  position: relative;
}
ul.wp-block-list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.single_sample {
  background: #222;
  padding: 300px 0;
  text-align: center;
}
.single_sample p {
  color: #fff;
}

.privacy .ttl_md {
  font-weight: 700;
  color: #3B5986;
}
.privacy_content .items .ttl_sub_line {
  color: #3B5986;
  border-color: #3B5986;
}

.flow_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 480px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 575px) {
  .flow_num {
    width: 100%;
    max-width: 480px;
  }
}
.flow_num:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 100px);
  border-top: dotted 5px rgba(51, 101, 168, 0.24);
}
@media screen and (max-width: 575px) {
  .flow_num:before {
    top: 18px;
  }
}
.flow_num li .num {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  background: #C7C7C7;
}
@media screen and (max-width: 575px) {
  .flow_num li .num {
    width: 40px;
    height: 40px;
  }
}
.flow_num li .num span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .flow_num li .num span {
    font-size: 1.6rem;
  }
}
.flow_num li small {
  text-align: center;
  margin-top: 6px;
  color: #C7C7C7;
}
.flow_num li.active .num {
  background: #002B61;
}
.flow_num li.active small {
  color: #002B61;
}

.contact_coution_txt p {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_coution_txt p {
    font-size: 1.6rem;
  }
}
.contact_coution_txt p span {
  background: #DD0000;
  color: #fff;
  border-radius: 3px;
  padding: 0 6px 1px;
  margin-right: 10px;
}

.form_content .table_content .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #CDD6DD;
  padding: 20px 15px;
}
.form_content .table_content .items:last-of-type {
  border-bottom: 1px solid #CDD6DD;
}
@media screen and (max-width: 767px) {
  .form_content .table_content .items {
    display: block;
  }
}
.form_content .table_content .items .table_head {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .form_content .table_content .items .table_head {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .form_content .table_content .items .table_head {
    width: 100%;
  }
}
.form_content .table_content .items .table_head p {
  font-size: 1.6rem;
  margin-right: 20px;
}
.form_content .table_content .items .table_head span {
  font-size: 1.4rem;
  color: #fff;
  background: #DD0000;
  padding: 2px 6px;
  border-radius: 3px;
}
.form_content .table_content .items .table_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .form_content .table_content .items .table_body {
    margin-top: 10px;
  }
}
.form_content input[type=text],
.form_content input[type=email],
.form_content input[type=tel] {
  border: 1px solid #CDD6DD;
  background: white;
  font-size: 1.4rem;
  padding: 15px;
  width: 100%;
}
.form_content textarea {
  border: 1px solid #CDD6DD;
  background: white;
  font-size: 1.4rem;
  padding: 15px;
  width: 100%;
  height: 200px;
}
.form_content .address_num {
  width: 200px !important;
}
.form_content .prefecture input[type=text] {
  width: 200px !important;
}
.form_content .prefecture select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #CDD6DD;
  background: white;
  font-size: 1.4rem;
  padding: 15px;
  width: 170px;
}
.form_content .prefecture,
.form_content .address_01,
.form_content .address_02 {
  margin-top: 10px;
}

#id {
  width: 200px !important;
}

.privacy_txt p {
  text-align: center;
}
.privacy_txt p a {
  text-decoration: underline;
  color: #0E7BD4;
}
.privacy_txt .privacy_btn {
  margin-top: 10px;
}

.contact_btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_btn p {
    display: block;
  }
}
.contact_btn p input[type=submit],
.contact_btn p input[type=button] {
  font-size: 1.8rem;
  color: #3E3E3E;
  border: none;
  padding: 17px 46px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact_btn p input[type=submit] {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .contact_btn p input[type=submit] {
    margin: 15px 0 0;
  }
}
.contact_btn p.active input[type=submit] {
  background: #3B5986;
  color: #fff;
  cursor: pointer;
}
.contact_btn p.active input[type=submit]:hover {
  opacity: 0.7;
}
.contact_btn.comfilm input[type=submit],
.contact_btn.comfilm input[type=button] {
  cursor: pointer;
}
.contact_btn.comfilm input[type=submit]:hover,
.contact_btn.comfilm input[type=button]:hover {
  background: #3B5986;
  color: #fff;
}

.contact_thanks .ttl_md {
  color: #3B5986;
  text-align: center;
}
.contact_thanks p {
  text-align: center;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  padding: 20px !important;
  text-align: center !important;
}

#footer-menu li a {
  font-size: 1.4rem !important;
}

.footer__copywrite {
  font-size: 1.2rem !important;
}

.page_sns_btn {
  position: fixed;
  right: calc((100dvw - 90%) / 2);
  bottom: 40px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .page_sns_btn {
    display: none;
  }
}
.page_sns_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page_sns_btn ul li {
  line-height: 1;
}
.page_sns_btn ul li a {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
}
.page_sns_btn ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  height: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_sns_btn ul li a img:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.page_sns_btn.on_footer ul li a img:nth-of-type(1) {
  opacity: 0;
  visibility: hidden;
}
.page_sns_btn.on_footer ul li a img:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
}

.page_gradation {
  background: url(../images/home/mission_bak.png), -webkit-gradient(linear, left top, left bottom, from(#0e5cd5), color-stop(60%, #36c2e7));
  background: url(../images/home/mission_bak.png), linear-gradient(#0e5cd5 0%, #36c2e7 60%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  margin-top: -53px;
}
.page_gradation .page_ttl_center h2, .page_gradation .page_ttl_center p {
  color: #fff;
}

.sitemap_content .items:not(:first-of-type) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #CDD6DD;
}
.sitemap_content .items:last-of-type {
  padding-bottom: 40px;
  border-bottom: 1px solid #CDD6DD;
}
.sitemap_content .items h3 a {
  font-size: 2.6rem;
  color: #002B61;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .sitemap_content .items h3 a {
    font-size: 2rem;
  }
}
.sitemap_content .items h3 a:hover {
  opacity: 0.7;
}
.sitemap_content .items ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sitemap_content .items ul li {
  margin-top: 0px;
  margin-right: 20px;
}
.sitemap_content .items ul li a {
  color: #000 !important;
}
.sitemap_content .items ul li a:hover {
  opacity: 0.7;
}

.page_surround {
  padding: 40px 60px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .page_surround {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .page_surround {
    padding: 30px;
  }
}
.page_surround.gray {
  background: #F2F5F7;
}