@charset "UTF-8";
/*
Theme Name: 株式会社ケーシーエスエンジニアリングウェブサイト
Theme URI: 
Description: 株式会社ケーシーエスエンジニアリングウェブサイト
Version: 1.0
Author: KCSCORP
Author URI: https://www.kcscorp.jp/
*/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;700&display=swap");
html, body {
  overflow-x: hidden; }

html {
  scroll-padding-top: 120px !important; }

body {
  font-family: 'Noto Sans JP',sans-serif;
  margin: 0;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.1rem; }

a {
  text-decoration: none;
  transition: all 0.2s linear; }
  a:hover {
    transition: all 0.2s linear; }

a[target="_blank"], .archive .wrap-white[target="_blank"] .wrap-title {
  padding-right: 20px;
  display: inherit; }
  a[target="_blank"]:after, .archive .wrap-white[target="_blank"] .wrap-title:after {
    content: url(img/icon-new-tab.svg);
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    vertical-align: -2px; }

a[target="_blank"]:has(img):after {
  display: none; }

a[href$=".pdf"], .archive .wrap-white[href$=".pdf"] .wrap-title {
  position: relative;
  padding-right: 15px;
  display: inline-block; }
  a[href$=".pdf"]:after, .archive .wrap-white[href$=".pdf"] .wrap-title:after {
    content: "";
    background-image: url("img/icon-pdf.svg");
    background-size: 13.49px 16.38px;
    background-repeat: no-repeat;
    display: block;
    width: 13.49px;
    height: 16.38px;
    position: absolute;
    top: 4px;
    right: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 30px; }

.btn {
  transition: all 0.2s linear; }
  .btn:hover {
    transition: all 0.2s linear; }

main {
  padding-top: 104px; }

.home main {
  padding-top: 33px; }

header {
  padding: 0 0 20px 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
  background-color: #fff; }
  header .logo a:hover {
    opacity: 0.6; }
  header .logo img {
    margin: 39px 0 0 67px;
    width: 244.7px;
    height: 30.9px; }
  header ul {
    margin-right: 53px;
    padding-top: 46px;
    font-weight: 400; }
    header ul a {
      color: #333;
      font-size: 125%; }
      header ul a:hover {
        opacity: 0.6; }
    header ul .list-inline-item:not(:last-child) {
      margin-right: 1.45rem; }
    header ul li:last-of-type {
      position: relative;
      padding-left: 25px; }
      header ul li:last-of-type:before {
        position: absolute;
        content: "";
        display: block;
        background: #333;
        background-size: 1px 23px;
        width: 1px;
        height: 23px;
        left: -3px;
        top: 3px; }
    header ul img {
      width: 26.87px;
      height: 26.89px; }

header.is-scrolled {
  background-color: #fff; }

#g-nav.panelactive {
  opacity: 1;
  width: 100%;
  min-height: 100vh; }
  #g-nav.panelactive .hnav_bg {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.7;
    z-index: -100; }
  #g-nav.panelactive #g-nav-list {
    display: block; }

#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  opacity: 0;
  transition: all 0.6s; }

#g-nav-list {
  display: none;
  width: 90%;
  position: absolute;
  right: 5%;
  height: 80%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  top: 10%; }
  #g-nav-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #g-nav-list .menu nav a {
    display: inline-block;
    width: 100%;
    padding: 1rem 35px 1rem 1.5rem;
    margin-top: 2px;
    font-size: 90%;
    background: #002F7C;
    color: #fff;
    border-radius: 5px;
    position: relative; }
    #g-nav-list .menu nav a:after {
      content: "";
      position: absolute;
      display: block;
      background: url("img/icon-arrow.svg") no-repeat center;
      background-size: 20px;
      height: 20px;
      width: 20px;
      top: 17px;
      right: 17px;
      transition: all 0.2s linear; }
    #g-nav-list .menu nav a:hover:after {
      right: 10px; }
  #g-nav-list .menu .insta {
    margin-top: 15px;
    margin-bottom: 0; }
  #g-nav-list .parent:has(.open) a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  #g-nav-list .copy {
    margin-top: 1rem;
    font-weight: 600;
    font-size: 80%;
    line-height: 130%;
    text-align: center;
    color: #fff; }
    #g-nav-list .copy a {
      background: none;
      display: inline;
      padding: 0; }
      #g-nav-list .copy a:after {
        display: none; }

.openbtn {
  position: fixed;
  cursor: pointer;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 999999;
  right: -1px;
  top: 10px;
  opacity: 1; }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 2px;
    background-color: #333; }

.openbtn span:nth-of-type(1) {
  top: 22px;
  width: 50%; }

.openbtn span:nth-of-type(2) {
  top: 29px;
  width: 30%; }

.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 19px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%; }

.openbtn.active span:nth-of-type(2) {
  top: 32px;
  left: 19px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%; }

#pagetop {
  position: fixed;
  display: inline-block;
  vertical-align: middle;
  bottom: -155px;
  right: 14px;
  z-index: 998;
  transition: all 0.1s linear; }
  #pagetop img {
    display: block;
    height: 149.28px;
    width: 20px; }
  #pagetop:hover {
    bottom: 3.5rem; }

footer {
  padding-top: 63px;
  padding-bottom: 148px; }
  footer .logo img {
    width: 451.31px;
    height: 57px; }
  footer .logo p:nth-of-type(2) {
    font-weight: 600;
    font-size: 110%;
    margin-bottom: 51px; }
  footer .logo ul a {
    font-size: 85%;
    color: #333;
    font-weight: 600;
    letter-spacing: 0; }
    footer .logo ul a:hover {
      text-decoration: underline; }
  footer .logo ul li:last-child a {
    position: relative;
    padding-left: 10px; }
    footer .logo ul li:last-child a:before {
      content: "";
      display: block;
      position: absolute;
      background-color: #333;
      background-size: 1px 20px;
      width: 1px;
      height: 20px;
      left: 5px;
      top: 3px; }
  footer .logo ul img {
    width: 20px;
    height: 20px;
    margin: 3px 0 5px 12px; }
  footer .address {
    padding-left: 82px;
    padding-top: 7px; }
    footer .address a {
      color: #333; }
      footer .address a:hover {
        text-decoration: underline; }
    footer .address h3 {
      font-size: 125%;
      margin-bottom: 15px; }
    footer .address p:nth-of-type(1) {
      margin-bottom: 7px; }
    footer .address p:nth-of-type(2) {
      margin-bottom: 5px; }
  footer .address:last-of-type {
    padding-left: 51px; }
  footer .copy {
    font-size: 85%;
    padding-top: 85px; }

@media (max-width: 1600px) {
  footer .logo img {
    width: 370.23px;
    height: 46.76px; }
  footer .logo p:nth-of-type(2) {
    font-size: 81%;
    letter-spacing: 0.1rem; }
  footer .address {
    padding-left: 20px;
    font-size: 90%;
    letter-spacing: 0; }
  footer .address:last-of-type {
    padding-left: 20px; } }
@media (max-width: 1199.98px) {
  footer {
    padding-bottom: 152px; }
    footer .logo img {
      width: 321.83px;
      height: 40.65px; }
    footer .logo p:nth-of-type(1) {
      margin-bottom: 5px; }
    footer .logo p:nth-of-type(2) {
      font-size: 77%;
      letter-spacing: 0; } }
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 34px; }
    footer .logo {
      text-align: center; }
      footer .logo img {
        width: 251.16px; }
      footer .logo p:nth-of-type(1) {
        margin-bottom: 3px; }
      footer .logo p:nth-of-type(2) {
        font-size: 64%;
        margin-bottom: 1px; }
      footer .logo ul a {
        font-size: 68%; }
      footer .logo ul li:last-child a:before {
        height: 12px;
        left: 0px;
        top: 7px; }
      footer .logo ul img {
        width: 11.9px;
        height: 11.9px;
        margin: 0 0 2px 3px; }
    footer .address h3 {
      font-size: 105%; }
    footer .address p {
      font-size: 84%;
      line-height: 135%;
      margin-bottom: 0px !important; }
    footer .address:last-of-type {
      margin-top: 15px; }
    footer .copy {
      font-size: 67%;
      padding-top: 49px;
      text-align: center;
      letter-spacing: 0;
      float: none !important; } }
.home .container {
  max-width: 1655px; }
.home h2 {
  font-size: 365%;
  position: relative; }
  .home h2:before {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat; }

.main-visual {
  margin-left: 137px;
  margin-top: 94px; }
  .main-visual h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 510% !important;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    margin-bottom: 11px; }
    .main-visual h2 span {
      color: #002F7C; }
  .main-visual p {
    font-size: 205%;
    font-weight: 600;
    margin: 118px 30px 0;
    letter-spacing: 0.2rem; }
  .main-visual img {
    margin-top: 20px; }
  .main-visual .info {
    position: relative;
    background-image: url("img/home/img-main.webp");
    background-repeat: no-repeat;
    background-size: 1780px 630px;
    background-position: center;
    width: 1780px;
    height: 630px; }
    .main-visual .info ul {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #fff;
      font-size: 90%;
      margin-bottom: 0;
      padding: 17px 20px 17px 21px;
      backdrop-filter: blur(10px);
      background-color: rgba(255, 255, 255, 0.4); }
      .main-visual .info ul a {
        color: #333;
        text-decoration: underline; }
        .main-visual .info ul a:hover {
          text-decoration: none; }
      .main-visual .info ul li:first-of-type {
        font-weight: 600;
        letter-spacing: 0; }
      .main-visual .info ul h3 {
        font-size: 110%;
        margin-bottom: 0; }
      .main-visual .info ul .btn {
        text-decoration: none;
        border: 1px solid #002F7C;
        background-color: #fff;
        color: #002F7C;
        padding: 0px 17px;
        border-radius: 30px;
        font-size: 85%; }
        .main-visual .info ul .btn:hover {
          background-color: #D8E4FF; }

.btn-white, .wpcf7-submit, [type="button"], .page .wrap-contents a.wp-block-button__link.wp-element-button, .single .wrap-contents a.wp-block-button__link.wp-element-button, .wp-block-file__button {
  background: #fff;
  border: 2px solid #fff;
  padding: 27px 74px;
  font-weight: 600;
  border-radius: 60px;
  position: relative;
  color: #002F7C;
  text-decoration: none; }
  .btn-white:before, .wpcf7-submit:before, [type="button"]:before, .page .wrap-contents a.wp-block-button__link.wp-element-button:before, .single .wrap-contents a.wp-block-button__link.wp-element-button:before, .wp-block-file__button:before {
    position: absolute;
    content: "";
    display: block;
    background: #002F7C;
    background-size: 9px;
    width: 9px;
    height: 9px;
    top: 35px;
    left: 38px;
    border-radius: 50%; }
  .btn-white:hover, .wpcf7-submit:hover, [type="button"]:hover, .page .wrap-contents a.wp-block-button__link.wp-element-button:hover, .single .wrap-contents a.wp-block-button__link.wp-element-button:hover, .wp-block-file__button:hover {
    border: 2px solid #002F7C;
    background: #D8E4FF; }

.btn-white {
  padding: 27px 55px 27px 74px; }

.wp-block-button__link {
  border: 1px solid #002F7C !important;
  margin: 0.7rem 0 !important;
  padding: 21px 39px !important;
  background: #fff; }
  .wp-block-button__link:before {
    display: none !important; }
  .wp-block-button__link:after {
    display: none; }

.btn-white.border, .wpcf7-submit, [type="button"] {
  border-color: #002F7C !important; }

.wp-block-file__button {
  color: #002F7C !important;
  text-decoration: none !important;
  border: 1px solid #002F7C !important;
  margin: 0.7rem 0 0.7rem 1rem !important;
  padding: 14px 29px !important;
  background: #fff !important;
  font-size: 1.125em !important; }
  .wp-block-file__button:before, .wp-block-file__button:after {
    display: none !important; }
  .wp-block-file__button:hover {
    background: #D8E4FF !important; }

.about-us {
  padding-top: 264px; }
  .about-us h2 {
    margin-bottom: 97px; }
    .about-us h2:before {
      background-image: url("img/home/txt-about-us.svg");
      background-size: 741.41px 139.55px;
      width: 741.41px;
      height: 139.55px;
      top: -147px;
      left: -241px; }
  .about-us p {
    font-size: 120%;
    letter-spacing: 0.07em;
    line-height: 186%; }
  .about-us .btn {
    margin-top: 3rem; }

.swiper-wrapper {
  transition-timing-function: linear !important; }

.swiper {
  margin-top: 168px; }
  .swiper .swiper-slide:nth-child(even) {
    margin-top: 40px; }
  .swiper img {
    width: 462px;
    max-height: 300px;
    object-fit: cover; }

.our-business {
  text-align: center;
  padding-top: 251px; }
  .our-business h2 {
    font-size: 335%;
    letter-spacing: 0;
    margin-bottom: 37px; }
    .our-business h2:before {
      background-image: url("img/home/txt-our-business.svg");
      background-size: 1054.77px 137.31px;
      width: 1054.77px;
      height: 137.31px;
      top: -138px;
      left: 167px; }
  .our-business .sub {
    font-size: 114.2%;
    line-height: 205%; }
  .our-business .wrap {
    text-align: left;
    position: relative;
    background-image: linear-gradient(43deg, whitesmoke, #d8e4ff);
    padding: 42px 50px 22px;
    color: #002F7C;
    margin: 120px auto 108px;
    max-width: 763px;
    z-index: 0; }
    .our-business .wrap:after {
      content: "";
      position: absolute;
      display: block;
      background-image: url("img/home/bg-our-business.svg");
      background-repeat: no-repeat;
      background-size: 333px;
      width: 333px;
      height: 333px;
      bottom: 0;
      right: 0;
      z-index: 1; }
    .our-business .wrap h3 {
      position: relative;
      margin-bottom: 56px;
      z-index: 2; }
      .our-business .wrap h3:after {
        content: "";
        display: block;
        position: absolute;
        background-color: #002F7C;
        background-size: 3px 76px;
        width: 76px;
        height: 3px;
        left: 0;
        bottom: -24px; }
    .our-business .wrap ul {
      z-index: 2; }
    .our-business .wrap span {
      background: #D8E4FF;
      font-size: 90%;
      font-weight: 600;
      padding: 5px 11px;
      border-radius: 5px; }
    .our-business .wrap p {
      color: #333;
      margin-top: 27px;
      z-index: 2; }
    .our-business .wrap .btn {
      z-index: 2;
      padding: 12px 22px 12px 40px; }
      .our-business .wrap .btn:before {
        top: 20px;
        left: 20px; }

.home-recruit {
  padding: 111px 0;
  background-image: url("img/home/bg-recruit.webp");
  background-repeat: no-repeat;
  background-size: 100% 697px;
  height: 697px;
  width: 100%;
  position: relative;
  z-index: 1; }
  .home-recruit h4 {
    font-size: 152%;
    color: #ED254E; }
  .home-recruit .copy {
    font-size: 482%;
    font-weight: 600;
    line-height: 125%; }
  .home-recruit p:nth-of-type(2) {
    font-size: 125%;
    line-height: 196%;
    margin-top: 27px; }
  .home-recruit p:nth-of-type(3) {
    font-size: 125%;
    margin-top: 58px; }
  .home-recruit .wrap {
    position: absolute;
    z-index: 3; }
  .home-recruit .join-us {
    position: absolute;
    left: 45px;
    top: 157px;
    z-index: 2; }
  .home-recruit .member1 {
    position: absolute;
    top: 0;
    right: 544px; }
  .home-recruit .member2 {
    position: absolute;
    bottom: 0;
    right: 125px; }
  .home-recruit .red {
    color: #fff;
    background-color: #ED254E;
    border: 2px solid #ED254E; }
    .home-recruit .red:before {
      background-color: #fff; }
    .home-recruit .red:hover {
      border: 2px solid #fff;
      background-color: #fff;
      color: #ED254E; }
      .home-recruit .red:hover:before {
        background-color: #ED254E; }

.home .contact {
  margin-top: 111px; }
  .home .contact a {
    background-image: url("img/home/bg-contact.webp");
    background-size: 1642px 264px;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    width: 100%;
    height: 264px;
    overflow: hidden; }
    .home .contact a h2 {
      font-family: "Bebas Neue", sans-serif;
      font-size: 500% !important;
      font-weight: 400;
      font-style: normal;
      color: #fff;
      line-height: 264px;
      padding-left: 142px;
      margin-bottom: 0; }
    .home .contact a:hover {
      opacity: 0.8; }
  .home .contact .row div:nth-of-type(2) p {
    line-height: 264px;
    font-size: 164%;
    padding-left: 36px;
    letter-spacing: 0;
    margin-bottom: 0; }
  .home .contact .row div:nth-of-type(3) p {
    line-height: 419px;
    font-size: 123%;
    text-align: right;
    padding-right: 75px;
    color: #D8E4FF;
    margin-bottom: 0; }
    .home .contact .row div:nth-of-type(3) p span {
      position: relative;
      padding-left: 15px; }
      .home .contact .row div:nth-of-type(3) p span:before {
        content: "";
        display: block;
        position: absolute;
        background-color: #D8E4FF;
        background-size: 11px;
        width: 11px;
        height: 11px;
        left: -3px;
        top: 10px;
        border-radius: 50%; }

.page header, .single header, .archive header, .error404 header {
  background: #fff; }
.page .container, .single .container, .archive .container, .error404 .container {
  max-width: 1646px; }
.page .title, .single .title, .archive .title, .error404 .title {
  margin-top: 11px;
  background: #002F7C;
  padding-top: 84px;
  padding-bottom: 64px;
  color: #fff;
  padding-left: 20px; }
  .page .title h1, .single .title h1, .archive .title h1, .error404 .title h1 {
    font-size: 405%;
    margin-bottom: 35px; }
  .page .title p, .single .title p, .archive .title p, .error404 .title p {
    font-family: "Bebas Neue", sans-serif;
    font-size: 209%;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase; }
.page .list-path, .single .list-path, .archive .list-path, .error404 .list-path {
  padding-left: 20px;
  padding-top: 34px; }
  .page .list-path a, .single .list-path a, .archive .list-path a, .error404 .list-path a {
    color: #002F7C;
    position: relative;
    margin-right: 45px; }
    .page .list-path a:after, .single .list-path a:after, .archive .list-path a:after, .error404 .list-path a:after {
      position: absolute;
      content: "";
      display: block;
      background: #002F7C;
      background-size: 33px 1px;
      width: 33px;
      height: 1px;
      top: 12px;
      right: -46px; }
    .page .list-path a:hover, .single .list-path a:hover, .archive .list-path a:hover, .error404 .list-path a:hover {
      opacity: 0.8; }
.page .wrap-contents a[target="_blank"], .single .wrap-contents a[target="_blank"], .archive .wrap-contents a[target="_blank"], .error404 .wrap-contents a[target="_blank"] {
  padding-right: 10px;
  display: inline; }
.page .wrap-contents ol, .single .wrap-contents ol, .archive .wrap-contents ol, .error404 .wrap-contents ol {
  list-style-type: none;
  counter-reset: li;
  padding: 0;
  margin-top: 2rem; }
.page .wrap-contents ol > li, .single .wrap-contents ol > li, .archive .wrap-contents ol > li, .error404 .wrap-contents ol > li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.8rem; }
.page .wrap-contents ol > li::before, .single .wrap-contents ol > li::before, .archive .wrap-contents ol > li::before, .error404 .wrap-contents ol > li::before {
  font-family: "Bebas Neue", sans-serif;
  position: absolute;
  counter-increment: li;
  content: counter(li);
  display: block;
  font-size: 125%;
  color: #002F7C;
  line-height: 2rem;
  text-align: center;
  background-color: #D8E4FF;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 3px;
  left: 0;
  top: -1px; }
.page .wrap-contents ul, .single .wrap-contents ul, .archive .wrap-contents ul, .error404 .wrap-contents ul {
  list-style: none;
  padding-left: 0; }
  .page .wrap-contents ul li, .single .wrap-contents ul li, .archive .wrap-contents ul li, .error404 .wrap-contents ul li {
    position: relative;
    padding-left: 23px; }
    .page .wrap-contents ul li:before, .single .wrap-contents ul li:before, .archive .wrap-contents ul li:before, .error404 .wrap-contents ul li:before {
      position: absolute;
      content: "";
      display: block;
      background-color: #b4b6b9;
      background-size: 10px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      top: 7px;
      left: 2px; }
.page .wrap-contents ul ul, .single .wrap-contents ul ul, .archive .wrap-contents ul ul, .error404 .wrap-contents ul ul {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem; }
  .page .wrap-contents ul ul li, .single .wrap-contents ul ul li, .archive .wrap-contents ul ul li, .error404 .wrap-contents ul ul li {
    padding-left: 19px; }
  .page .wrap-contents ul ul li:before, .single .wrap-contents ul ul li:before, .archive .wrap-contents ul ul li:before, .error404 .wrap-contents ul ul li:before {
    background-color: #d3d3d3;
    background-size: 8px;
    width: 8px;
    height: 8px;
    top: 8.5px; }
.page .wrap-contents table, .single .wrap-contents table, .archive .wrap-contents table, .error404 .wrap-contents table {
  border-top: 2px solid #DEE5E5;
  border-bottom: 2px solid #DEE5E5; }
  .page .wrap-contents table tr, .single .wrap-contents table tr, .archive .wrap-contents table tr, .error404 .wrap-contents table tr {
    border-top: 2px solid #DEE5E5; }
  .page .wrap-contents table th, .single .wrap-contents table th, .archive .wrap-contents table th, .error404 .wrap-contents table th {
    background: #F9FAFB;
    font-weight: 600;
    padding: 1.5rem 1rem;
    white-space: nowrap; }
  .page .wrap-contents table td, .single .wrap-contents table td, .archive .wrap-contents table td, .error404 .wrap-contents table td {
    padding: 1.5rem 1rem; }
    .page .wrap-contents table td ul:last-of-type, .single .wrap-contents table td ul:last-of-type, .archive .wrap-contents table td ul:last-of-type, .error404 .wrap-contents table td ul:last-of-type {
      margin-bottom: 0; }
    .page .wrap-contents table td p:last-of-type, .single .wrap-contents table td p:last-of-type, .archive .wrap-contents table td p:last-of-type, .error404 .wrap-contents table td p:last-of-type {
      margin-bottom: 0; }
    .page .wrap-contents table td h5:first-of-type, .single .wrap-contents table td h5:first-of-type, .archive .wrap-contents table td h5:first-of-type, .error404 .wrap-contents table td h5:first-of-type {
      margin-top: 0; }
    .page .wrap-contents table td h5, .single .wrap-contents table td h5, .archive .wrap-contents table td h5, .error404 .wrap-contents table td h5 {
      margin-bottom: 0; }
.page .wrap-contents a, .single .wrap-contents a, .archive .wrap-contents a, .error404 .wrap-contents a {
  color: #333;
  text-decoration: underline; }
  .page .wrap-contents a:hover, .single .wrap-contents a:hover, .archive .wrap-contents a:hover, .error404 .wrap-contents a:hover {
    text-decoration: none; }
.page .wrap-contents .btn, .single .wrap-contents .btn, .archive .wrap-contents .btn, .error404 .wrap-contents .btn {
  color: #fff;
  text-decoration: none; }
.page .wrap-contents .wp-block-column h4:first-of-type, .single .wrap-contents .wp-block-column h4:first-of-type, .archive .wrap-contents .wp-block-column h4:first-of-type, .error404 .wrap-contents .wp-block-column h4:first-of-type {
  margin-top: 0; }

.page .wrap-contents {
  padding-top: 116px; }
  .page .wrap-contents h2 {
    color: #002F7C;
    position: relative;
    margin-bottom: 4.5rem;
    margin-top: 4rem; }
    .page .wrap-contents h2:before {
      position: absolute;
      content: "";
      display: block;
      background: #002F7C;
      background-size: 20% 4px;
      width: 20%;
      height: 4px;
      bottom: -32px;
      left: 0; }
    .page .wrap-contents h2:after {
      position: absolute;
      content: "";
      display: block;
      background: #DEE5E5;
      background-size: 100% 1px;
      z-index: 1;
      width: 100%;
      height: 1px;
      bottom: -32px;
      left: 0; }
  .page .wrap-contents .contents > h2:first-of-type {
    margin-top: 0; }
  .page .wrap-contents h3 {
    font-size: 156%;
    background-color: #DEE5E5;
    padding: 1.2rem 1.5rem 1.3rem;
    margin-top: 2.5rem; }
  .page .wrap-contents h4 {
    font-size: 156%;
    padding-left: 31px;
    position: relative;
    margin-top: 3rem; }
    .page .wrap-contents h4:before {
      position: absolute;
      content: "";
      display: block;
      background-image: url("img/icon-h3.svg");
      background-size: 17.73px 23.99px;
      width: 17.73px;
      height: 23.99px;
      top: 4px;
      left: 0; }
  .page .wrap-contents h5 {
    font-size: 120%;
    position: relative;
    padding-left: 19px;
    margin-top: 2rem; }
    .page .wrap-contents h5:before {
      position: absolute;
      content: "";
      display: block;
      background-color: #002F7C;
      background-size: 10px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      top: 7px;
      left: 0; }
.page .max-width-600 {
  max-width: 600px; }
.page .contents.company h2 {
  margin-top: 3rem; }
.page .contents.company h2#message {
  margin-top: 0; }
.page .contents.company h3 {
  background: #fff;
  line-height: 116%;
  padding: 0; }
.page .contents.company .daihyo img {
  max-width: 300px;
  margin-top: 2rem; }

.wrap-mokuji {
  background: #F9FAFB;
  max-width: 310px;
  padding: 1.5rem 2rem; }
  .wrap-mokuji ul {
    margin-bottom: 0;
    padding: 0; }
    .wrap-mokuji ul br {
      display: none; }
  .wrap-mokuji li {
    padding: 0.5rem 0;
    list-style: none; }
    .wrap-mokuji li:before {
      display: none !important; }
  .wrap-mokuji a {
    color: #002F7C !important;
    text-decoration: none !important; }

.history {
  display: table;
  position: relative; }
  .history:after {
    position: absolute;
    content: "";
    display: block;
    background-color: #DEE5E5;
    background-size: 1px 100%;
    width: 1px;
    height: 124%;
    top: 10px;
    left: 122px; }
  .history li {
    padding-left: 0 !important;
    vertical-align: middle;
    margin-bottom: 20px; }
  .history li:before {
    display: none !important; }
  .history li:first-of-type {
    font-family: "Bebas Neue", sans-serif;
    font-size: 245%;
    font-weight: 400;
    font-style: normal;
    color: #002F7C;
    width: 77px; }
  .history li:nth-of-type(2) {
    font-family: "Bebas Neue", sans-serif;
    font-size: 145%;
    font-weight: 400;
    font-style: normal;
    width: 20px;
    position: relative; }
    .history li:nth-of-type(2):after {
      position: absolute;
      content: "";
      display: block;
      background-color: #DEE5E5;
      background-size: 9px;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      top: 5px;
      right: -22px; }
  .history li:nth-of-type(3) {
    font-size: 100%;
    vertical-align: top;
    padding-left: 27px !important;
    max-width: 620px; }

.wrap-history .history:last-of-type:after {
  display: none; }

.wrap-agreement {
  height: 250px;
  margin-bottom: 20px;
  padding: 1rem;
  overflow: auto;
  border: 1px solid #dadada;
  background-color: #fff; }
  .wrap-agreement h2 {
    margin-top: 1rem !important; }

.form {
  margin-bottom: 3rem; }
  .form th {
    width: 25%; }
    .form th p {
      margin-bottom: 0; }
  .form .wpcf7-form-control {
    padding: 0.3rem 0.5rem;
    width: 100%; }
  .form .require {
    background: #ffa6b8;
    color: #ED254E;
    display: block;
    float: right;
    padding: 0px 6px;
    font-size: 75%;
    border-radius: 3px;
    letter-spacing: 0; }
  .form input[type="radio"] {
    transform: scale(1.3); }

.wrap-checkbox {
  position: relative; }
  .wrap-checkbox input[type="checkbox"] {
    position: absolute;
    left: -29px;
    top: 3px;
    width: 20px;
    height: 20px; }

#btn-confirm:before, #btn-back:before {
  display: none; }

#btn-confirm:disabled {
  border-color: #8d8d8d !important;
  background: #B7B7B7;
  color: #5C5C5C; }

.wpcf7-response-output {
  display: none; }

.progressbar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem; }
  .progressbar p {
    margin: 0; }

.progressbar .item {
  position: relative;
  width: 33.33%;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
  background: #F5F5F5;
  color: #999999; }

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: '';
  border: 37px solid transparent;
  border-left: 20px solid #F5F5F5;
  margin: auto; }

.progressbar .item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #FFF; }

@media screen and (max-width: 767px) {
  .progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0; }

  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px; } }
.progressbar .item.active {
  z-index: 1;
  background: #002F7C;
  color: #FFF; }

.progressbar .item.active:not(:last-child)::after {
  border-left-color: #002F7C; }

.progressbar .item.active:not(:last-child)::before {
  border-left: none; }

.wrap-single {
  background: #F9FAFB; }
  .wrap-single .wrap-white {
    background: #fff;
    border-radius: 13px;
    box-shadow: 0px 5px 15px 0px rgba(179, 184, 189, 0.55);
    padding: 4.2rem 5.5rem;
    max-width: 1492px;
    margin: 78px auto; }
  .wrap-single .single-info span {
    background: #D8E4FF;
    color: #002F7C;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 87%; }
  .wrap-single .wrap-contents {
    padding-top: 33px; }

.single .wrap-contents h1 {
  color: #002F7C;
  position: relative;
  margin-bottom: 4.5rem; }
  .single .wrap-contents h1:before {
    position: absolute;
    content: "";
    display: block;
    background: #002F7C;
    background-size: 20% 4px;
    width: 20%;
    height: 4px;
    bottom: -32px;
    left: 0; }
  .single .wrap-contents h1:after {
    position: absolute;
    content: "";
    display: block;
    background: #DEE5E5;
    background-size: 100% 1px;
    z-index: 1;
    width: 100%;
    height: 1px;
    bottom: -32px;
    left: 0; }
.single .wrap-contents h2 {
  font-size: 156%;
  background-color: #DEE5E5;
  padding: 1.2rem 1.5rem 1.3rem; }
.single .wrap-contents h3 {
  font-size: 156%;
  padding-left: 31px;
  position: relative; }
  .single .wrap-contents h3:before {
    position: absolute;
    content: "";
    display: block;
    background-image: url("img/icon-h3.svg");
    background-size: 17.73px 23.99px;
    width: 17.73px;
    height: 23.99px;
    top: 4px;
    left: 0; }
.single .wrap-contents h4 {
  font-size: 120%;
  position: relative;
  padding-left: 19px; }
  .single .wrap-contents h4:before {
    position: absolute;
    content: "";
    display: block;
    background-color: #002F7C;
    background-size: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 7px;
    left: 0; }

.footer-single {
  border-top: 1px solid #DEE5E5;
  margin-top: 45px;
  padding-top: 27px; }
  .footer-single .btn-blue {
    background: #002F7C;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 18px 53px;
    position: relative; }
    .footer-single .btn-blue:before {
      position: absolute;
      content: "";
      display: block;
      background-image: url("img/icon-arrow.svg");
      transform: rotate(180deg);
      background-size: 27px;
      width: 27px;
      height: 27px;
      top: 17px;
      left: 15px; }
    .footer-single .btn-blue:hover {
      opacity: 0.8; }

.archive .wrap-white {
  margin: 0 auto 29px;
  padding: 2.2rem 3.5rem;
  text-decoration: none !important;
  display: block;
  position: relative; }
  .archive .wrap-white:after {
    content: "";
    background-image: url("img/icon-arrow_blue.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 45px;
    right: 10px; }
  .archive .wrap-white .date {
    font-weight: 600; }
  .archive .wrap-white span.cat {
    background: #D8E4FF;
    color: #002F7C;
    border-radius: 40px;
    padding: 2px 10px;
    font-size: 90%;
    letter-spacing: 0; }
  .archive .wrap-white p {
    margin: 10px 0 0 0; }
  .archive .wrap-white:hover {
    background: #F2F2F2; }
.archive .wrap-cate {
  padding-top: 62px; }
  .archive .wrap-cate .container {
    max-width: 1492px; }
  .archive .wrap-cate a {
    background: #002F7C;
    color: #fff;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 40px;
    margin-right: 15px; }
  .archive .wrap-cate .current a {
    background: #DEE5E5;
    color: #333333; }

@media (max-width: 1800px) {
  .main-visual p {
    font-size: 186%; }

  .home .container {
    max-width: 1485px; } }
@media (max-width: 1600px) {
  .main-visual {
    margin-top: 20px; }
    .main-visual h2 {
      font-size: 457% !important;
      line-height: 88%; }
    .main-visual p {
      font-size: 149%;
      margin: 93px 30px 0 0; }
    .main-visual .info {
      background-size: 1780px 600px;
      width: 1780px;
      height: 600px; }

  .home .container {
    max-width: 1200px; }
  .home h2 {
    font-size: 235%; }
  .home .contact a {
    width: 100%;
    height: 220px; }
    .home .contact a h2 {
      font-size: 383% !important;
      line-height: 200px;
      padding-left: 100px;
      margin-bottom: 0;
      margin-top: 13px; }
  .home .contact .row div:nth-of-type(2) p {
    line-height: 200px;
    font-size: 130%;
    margin-top: 9px; }
  .home .contact .row div:nth-of-type(3) p {
    line-height: 358px;
    font-size: 100%;
    padding-right: 32px; }
    .home .contact .row div:nth-of-type(3) p span:before {
      left: -4px;
      top: 7px; }

  .about-us h2 {
    margin-bottom: 55px; }
    .about-us h2:before {
      background-size: 342.32px 64.43px;
      width: 342.32px;
      height: 64.43px;
      top: -63px;
      left: -98px; }
  .about-us p {
    font-size: 110%; }
  .about-us .text-end img {
    width: 90%; }

  .our-business h2:before {
    background-size: 480.06px 62.5px;
    width: 480.06px;
    height: 62.5px;
    top: -55px;
    left: 218px; }
  .our-business .wrap {
    margin-top: 54px; }
    .our-business .wrap h3 {
      font-size: 150%;
      margin-bottom: 47px; }
      .our-business .wrap h3:after {
        bottom: -20px; }

  .home-recruit {
    padding: 80px 0;
    height: 616px; }
    .home-recruit .copy {
      font-size: 420%; }
    .home-recruit p:nth-of-type(2) {
      font-size: 110%;
      line-height: 175%; }
    .home-recruit .join-us {
      left: 10px;
      top: 196px;
      width: 700px; }
    .home-recruit .member1 {
      width: 250px;
      right: 330px; }
    .home-recruit .member2 {
      right: 50px;
      width: 250px; }

  .page .container, .single .container {
    max-width: 1215px; }

  .page .title h1, .single .title h1, .archive .title h1 {
    font-size: 337%; }

  .home main {
    padding-top: 106px; } }
@media (max-width: 1400px) {
  .about-us {
    padding-top: 178px; }

  .page .wrap-contents {
    padding-top: 60px; }

  .page .title, .single .title, .archive .title {
    padding-top: 68px;
    padding-bottom: 48px; }

  .swiper img {
    width: 90%; }

  .main-visual h2 {
    font-size: 455% !important; }

  .main-visual p {
    font-size: 133%;
    margin: 100px 30px 0 0; }

  .main-visual .info {
    background-size: 1371px 490px;
    width: 1371px;
    height: 490px; } }
@media (max-width: 1199.98px) {
  .openbtn {
    right: 33px;
    top: 29px; }

  .main-visual {
    margin-left: 65px; }
    .main-visual h2 {
      font-size: 400% !important; }
    .main-visual p {
      font-size: 111%;
      margin: 87px 30px 0 0; }

  .home .container {
    max-width: 1050px; }

  .about-us {
    padding-top: 198px; }
    .about-us .btn {
      margin-top: 0; }

  .our-business {
    padding-bottom: 120px; }
    .our-business .wrap {
      margin-bottom: 0; }

  .home-recruit {
    padding: 56px 0;
    height: 500px; }
    .home-recruit .copy {
      font-size: 340%; }
    .home-recruit .join-us {
      top: 122px; }
    .home-recruit .member1 {
      right: 285px;
      width: 200px; }
    .home-recruit .member2 {
      width: 200px; }
    .home-recruit p:nth-of-type(3) {
      margin-top: 25px; }

  .home .contact a h2 {
    font-size: 340% !important;
    padding-left: 69px; }
  .home .contact .row div:nth-of-type(2) p {
    font-size: 115%; }
  .home .contact .row div:nth-of-type(3) p {
    padding-right: 26px; }

  .list-path {
    display: none; }

  .page .wrap-contents {
    padding-top: 40px; }

  .page .title, .single .title, .archive .title {
    padding-top: 50px;
    padding-bottom: 25px;
    font-size: 73%;
    padding-left: 15px; }
    .page .title h1, .single .title h1, .archive .title h1 {
      margin-bottom: 14px; }

  .wrap-single .wrap-white {
    padding: 2.2rem 1.5rem;
    margin: 0 auto 35px; }
    .wrap-single .wrap-white h1 {
      font-size: 160%; }
    .wrap-single .wrap-white h2 {
      font-size: 137%; }
    .wrap-single .wrap-white h3 {
      font-size: 137%; } }
@media (max-width: 991.98px) {
  .page .contents h2 {
    font-size: 170%; }
  .page .contents h3 {
    font-size: 135%; }

  .main-visual {
    margin-left: 65px; }
    .main-visual h2 {
      font-size: 238% !important; }
    .main-visual p {
      font-size: 90%;
      margin: 46px 30px 0 0;
      letter-spacing: 0.05rem; }
    .main-visual .info {
      background-size: 100% 330px;
      width: 100%;
      height: 330px; }
      .main-visual .info ul {
        font-size: 90%;
        padding: 16px 22px 16px 0; }
        .main-visual .info ul .btn {
          padding: 0px 8px; }

  .home .container {
    max-width: 752px; }

  .about-us {
    padding-top: 111px; }
    .about-us h2 {
      margin-bottom: 36px; }
    .about-us p {
      font-size: 100%; }
    .about-us .text-end img {
      width: 100%;
      height: 300px; }
    .about-us .btn {
      margin-bottom: 19px; }

  .home h2 {
    font-size: 158%; }

  .btn-white {
    padding: 18px 51px; }
    .btn-white:before {
      top: 26px;
      left: 28px; }

  .swiper {
    margin-top: 82px; }

  .our-business {
    padding-top: 170px; }
    .our-business h2:before {
      left: 48px; }
    .our-business .sub {
      font-size: 100%; }
      .our-business .sub br {
        display: none; }
    .our-business .wrap {
      padding: 33px 36px 22px;
      margin-top: 24px; }

  .home-recruit {
    padding: 30px 0;
    height: 363px; }
    .home-recruit h4 {
      font-size: 97%;
      margin-bottom: 8px; }
    .home-recruit .wrap {
      width: 100%; }
    .home-recruit .copy {
      font-size: 183%; }
    .home-recruit p:nth-of-type(2) {
      font-size: 95%;
      line-height: 175%;
      display: block;
      width: 394px;
      margin-top: 17px; }
    .home-recruit p:nth-of-type(3) {
      text-align: center;
      margin-top: 25px; }
    .home-recruit .red {
      padding: 16px 42px;
      font-size: 67%;
      letter-spacing: 0; }
      .home-recruit .red:before {
        top: 21px;
        left: 20px; }
    .home-recruit .join-us {
      top: 100px;
      left: -19px;
      width: 352.79px; }
    .home-recruit .member1 {
      right: 207px;
      width: 132px; }
    .home-recruit .member2 {
      width: 132px; }

  .home .contact {
    margin-top: 31px; }
    .home .contact a {
      height: 154px; }
      .home .contact a h2 {
        font-size: 240% !important;
        padding-left: 36px;
        line-height: 0;
        margin-top: 54px; }
    .home .contact .row div:nth-of-type(2) p {
      font-size: 84%;
      margin-top: 37px;
      line-height: 100%; }
    .home .contact .row div:nth-of-type(3) p {
      line-height: 0;
      font-size: 71%;
      letter-spacing: 0;
      margin-top: 27px; }
      .home .contact .row div:nth-of-type(3) p span:before {
        background-size: 4px;
        width: 4px;
        height: 4px;
        left: 4px;
        top: 5px; }

  footer .logo img {
    width: 222.83px; }

  .wrap-mokuji {
    margin-top: 3rem; } }
@media screen and (max-width: 768px) {
  .page .title, .single .title, .archive .title {
    padding-top: 28px;
    padding-bottom: 7px;
    font-size: 55%;
    padding-left: 15px; }
    .page .title h1, .single .title h1, .archive .title h1 {
      margin-bottom: 3px; }

  .archive .wrap-cate {
    padding-top: 49px; }

  .archive main {
    padding-top: 51px; }

  .home main {
    padding-top: 66px; }

  main {
    padding-top: 66px; }

  .openbtn {
    right: 9px;
    top: 10px; }

  header .logo img {
    margin: 27px 0 0 15px;
    width: 149.2px;
    height: 18.84px; }

  .main-visual {
    margin-left: 16px; }
    .main-visual h2 {
      font-size: 178% !important;
      letter-spacing: 0.04rem;
      margin-bottom: 7px; }
    .main-visual p {
      font-size: 77%;
      margin: 11px 0px 0px 0;
      letter-spacing: 0;
      line-height: 122%; }
    .main-visual .info {
      background-size: 100% 212px;
      width: 100%;
      height: 212px; }
      .main-visual .info ul {
        background-color: #D8E4FF;
        bottom: -62px;
        left: -16px;
        font-size: 90%;
        padding: 9px 3px 15px 10px;
        width: calc(100% + 16px); }
        .main-visual .info ul a {
          font-size: 90%;
          letter-spacing: 0; }
        .main-visual .info ul .btn {
          font-size: 76%;
          border: 1px solid #D8E4FF;
          padding: 0px 9px;
          position: absolute;
          right: 17px;
          bottom: 16px; }

  .about-us {
    padding-top: 128px; }
    .about-us h2 {
      margin-bottom: 17px; }
      .about-us h2:before {
        background-size: 240.75px 45.32px;
        width: 240.75px;
        height: 45.32px;
        left: -62px;
        top: -47px; }

  .home h2 {
    font-size: 119%; }

  .about-us p {
    line-height: 163%; }
  .about-us p.text-end.mt-5 {
    margin-top: 0.5rem !important;
    text-align: center !important; }
  .about-us div.text-end {
    text-align: center !important; }
    .about-us div.text-end img {
      width: 95%;
      height: 213px;
      margin-top: 26px; }

  .btn-white {
    padding: 18px 38px 18px 54px;
    font-size: 83%; }
    .btn-white:before {
      top: 23px;
      left: 33px; }

  .swiper {
    margin-top: 41px; }

  .our-business {
    padding-top: 90px;
    padding-bottom: 66px; }
    .our-business h2 {
      margin-bottom: 17px; }
      .our-business h2:before {
        background-size: 333.65px 43.44px;
        width: 333.65px;
        height: 43.44px;
        top: -43px;
        left: -4px; }
    .our-business .sub {
      font-size: 100%;
      line-height: 158%; }
      .our-business .sub br {
        display: none; }
    .our-business .wrap {
      margin-top: 26px;
      padding: 32px 31px 22px;
      max-width: 100%; }
      .our-business .wrap:after {
        background-size: 167px;
        width: 167px;
        height: 167px; }
      .our-business .wrap h3 {
        font-size: 105%;
        margin-bottom: 39px; }
        .our-business .wrap h3:after {
          width: 31px;
          bottom: -13px; }
      .our-business .wrap ul {
        position: absolute;
        top: 31px;
        left: 131px;
        font-size: 87%;
        letter-spacing: 0; }
      .our-business .wrap p {
        font-size: 95%;
        margin-bottom: 4px; }
      .our-business .wrap p:last-of-type {
        margin-top: 0; }
      .our-business .wrap .btn:before {
        top: 16px; }

  .home-recruit {
    height: 313px; }
    .home-recruit h4 {
      font-size: 77%; }
    .home-recruit .copy {
      font-size: 151%; }
    .home-recruit p:nth-of-type(2) {
      font-size: 93%;
      line-height: 147%;
      width: 267px; }
    .home-recruit .member1 {
      width: 118px;
      right: 14px; }
    .home-recruit .member2 {
      display: none; }

  a[target="_blank"]:after {
    content: url(img/icon-new-tab_sm.svg);
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 1px;
    vertical-align: -1px; }

  .page .contents.company h3 {
    line-height: 113%;
    padding: 0; }
    .page .contents.company h3 br {
      display: none; }

  .history li:nth-of-type(3) {
    max-width: 400px; }

  form .wpcf7-spinner {
    display: block;
    margin: auto; } }
@media (max-width: 517px) {
  .home-recruit p:nth-of-type(2) {
    width: 52%; }

  .home-recruit .join-us {
    left: -15px; }

  #pagetop img {
    display: block;
    height: 120.26px;
    width: 16.11px; }

  .history li:nth-of-type(3) {
    max-width: 200px; }

  .page .wrap-contents table {
    width: 100%; }

  .page .wrap-contents table th, .page .wrap-contents table td {
    padding: 0.8rem 1rem;
    display: block;
    text-align: left;
    vertical-align: middle;
    width: 100% !important;
    word-break: normal; }

  .wpcf7-submit, [type="button"] {
    padding: 11px 45px; }

  .our-business .wrap span {
    padding: 4px 8px; }

  .home-recruit {
    height: 344px; }

  .home .contact .row div:nth-of-type(3) p {
    margin-top: 15px; } }
@media (max-width: 460px) {
  .main-visual h2 {
    font-size: 155% !important; }

  .main-visual .col-7 {
    padding-right: 0; }

  .main-visual .col-5.text-end {
    padding-left: 0; } }
@media (max-width: 398px) {
  .history li:nth-of-type(3) {
    max-width: 140px; } }
