@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.alex {
  font-family: "Alex Brush", cursive;
}

.great {
  font-family: "Great Vibes", cursive;
}

h1, h2, h3, h4, h5, h6, p {
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #333333;
}

p {
  text-align: justify;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

img {
  margin: auto;
}

#page {
  overflow: hidden;
}

.narrow {
  position: relative;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 750px) {
  .narrow {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .narrow {
    width: 100%;
    max-width: 77.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  .narrow {
    max-width: 1130px;
    padding: 0 25px;
  }
}

.midium {
  position: relative;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 750px) {
  .midium {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .midium {
    width: 100%;
    max-width: 84.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  .midium {
    max-width: 1230px;
    padding: 0 25px;
  }
}

.wide {
  position: relative;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 750px) {
  .wide {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .wide {
    width: 100%;
    max-width: 92.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  .wide {
    max-width: 1350px;
    padding: 0 25px;
  }
}

.max {
  position: relative;
}

ul.news-list {
  list-style: none;
  max-width: 1080px;
  padding: 0;
  margin: 50px auto 30px;
}
ul.news-list li.news-item {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  padding: 15px 0;
  font-size: clamp(13px, calc(10.5px + 0.00625 * 100vw), 18px);
  line-height: 1.7em;
  border-bottom: 1px dashed #C3CCD3;
}
ul.news-list li.news-item:first-child {
  border-top: 1px dashed #C3CCD3;
}
@media screen and (min-width: 750px) {
  ul.news-list li.news-item {
    display: grid;
    grid-template-columns: 120px 150px 1fr;
    gap: 36px;
    padding: 17px 30px;
    line-height: 1.6em;
    font-weight: bold;
  }
}
ul.news-list li.news-item .news-date {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: clamp(13px, calc(10.5px + 0.00625 * 100vw), 18px);
  color: #C3CCD3;
}
@media screen and (min-width: 750px) {
  ul.news-list li.news-item .news-date {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
    color: #333333;
  }
}
ul.news-list li.news-item .news-title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  grid-column: 1/3;
  font-size: clamp(13px, calc(10.5px + 0.00625 * 100vw), 18px);
}
@media screen and (min-width: 750px) {
  ul.news-list li.news-item .news-title {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
    grid-column: initial;
  }
}
ul.news-list li.news-item .news-title a {
  color: #333333;
}
ul.news-list li.news-item .news-category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  text-align: right;
}
@media screen and (min-width: 750px) {
  ul.news-list li.news-item .news-category-list {
    gap: 6px;
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
ul.news-list li.news-item .news-category {
  width: 100px;
  border-radius: 2px;
  padding: 3px 0;
  margin-left: auto;
  font-size: clamp(11px, calc(9px + 0.005 * 100vw), 15px);
}
@media screen and (min-width: 750px) {
  ul.news-list li.news-item .news-category {
    padding: 3px 10px;
    border-radius: 4px;
    text-align: center;
    color: white;
    width: 100%;
  }
}
ul.news-list li.news-item .news-category a {
  color: white;
}

.cat-color-all {
  background-color: #00a0e9;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.cat-color-press, .cat-color-ir-press {
  background-color: #8bc34a;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.cat-color-info, .cat-color-ir-info {
  background-color: #4caf50;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.cat-color-csr, .cat-color-ir-crs {
  background-color: #7986cb;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.cat-color-ir {
  background-color: #007ac1;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.cat-color-ir-top {
  background-color: #004A8D;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.title-background {
  background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 5px, #D5DCD5 5px, #D5DCD5 20px);
  background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #D5DCD5 5px, #D5DCD5 20px);
}

.btn-show-more {
  position: relative;
  display: inline-block;
  width: 250px;
  line-height: 50px;
  white-space: nowrap;
  background: -webkit-linear-gradient(45deg, #1769B1, #014D99);
  background: linear-gradient(45deg, #1769B1, #014D99);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 20px;
  text-align: center;
  font-size: clamp(15px, calc(12.5px + 0.00625 * 100vw), 20px);
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 750px) {
  .btn-show-more {
    width: 400px;
    line-height: 70px;
  }
}
.btn-show-more:hover {
  opacity: 0.8;
}
.btn-show-more .btn-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
  width: 28px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 750px) {
  .btn-show-more .btn-arrow {
    width: 50px;
  }
}
.btn-show-more .btn-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
}
.btn-show-more .btn-arrow::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -1px;
  width: 7px;
  height: 1px;
  border-top: 1px solid white;
  -webkit-transform: rotate(-145deg);
          transform: rotate(-145deg);
}

.btn-show-more.type-a {
  width: 250px;
  line-height: 50px;
}
@media screen and (min-width: 750px) {
  .btn-show-more.type-a {
    width: 400px;
    line-height: 70px;
  }
}

.btn-show-more.type-b {
  width: 200px;
  line-height: 40px;
}
@media screen and (min-width: 750px) {
  .btn-show-more.type-b {
    width: 340px;
    line-height: 70px;
  }
}

.btn-show-more.type-c {
  width: 200px;
  line-height: 40px;
}
@media screen and (min-width: 750px) {
  .btn-show-more.type-c {
    width: 300px;
    line-height: 60px;
  }
}

.is-sp {
  display: block;
}
@media screen and (min-width: 750px) {
  .is-sp {
    display: none;
  }
}

.is-pc {
  display: none;
}
@media screen and (min-width: 750px) {
  .is-pc {
    display: block;
  }
}

.is-sp-inline {
  display: inline-block;
}
@media screen and (min-width: 750px) {
  .is-sp-inline {
    display: none;
  }
}

.is-pc-inline {
  display: none;
}
@media screen and (min-width: 750px) {
  .is-pc-inline {
    display: inline-block;
  }
}

@media screen and (max-width: 750px) {
  .show-more-content {
    max-height: 125px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .show-more-content.expanded {
    max-height: none;
  }
  .show-more-content.expanded::after {
    height: 0;
  }
  .show-more-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  .show-more {
    display: block;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    font-size: 15px;
  }
}
.anchor-link {
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}

.site-header {
  height: 60px;
}
@media screen and (min-width: 750px) {
  .site-header {
    height: 150px;
    max-width: 1350px;
    padding: 15px 25px 0;
    margin: auto;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-branding {
  display: grid;
  grid-template-columns: clamp(48px, calc(27px + 0.0525 * 100vw), 90px) 1fr;
  gap: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px 0;
}
@media screen and (min-width: 750px) {
  .site-branding {
    gap: 20px;
    padding: 20px 0;
  }
}
.site-branding a {
  display: inline-block;
}
.site-branding img {
  height: auto;
  margin: 0;
}
.site-branding .site-title-wrapper h1 {
  font-size: clamp(16px, calc(6px + 0.0133333333 * 100vw), 22px);
  white-space: nowrap;
}
.site-branding .site-title-wrapper p {
  margin-top: 1px;
  font-size: clamp(10px, calc(3.3333333333px + 0.0088888889 * 100vw), 14px);
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.page-top {
  position: relative;
}
.page-top .page-top-img picture img {
  width: 100%;
  max-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 750px) {
  .page-top .page-top-img picture img {
    max-height: 200px;
  }
}
.page-top .page-top-inner {
  position: absolute;
  width: 100%;
  top: 10px;
  left: 15px;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .page-top .page-top-inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 1350px;
    padding: 15px 25px 0;
  }
}
.page-top .page-top-inner h1 {
  font-size: clamp(25px, calc(19.5px + 0.01375 * 100vw), 36px);
  color: #fff;
}

.breadcrumb {
  display: none;
  margin: 36px auto 0;
  padding: 10px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 750px) {
  .breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.breadcrumb a, .breadcrumb span {
  color: #333333;
  font-size: clamp(11px, calc(9.5px + 0.00375 * 100vw), 14px);
  white-space: nowrap;
}
.breadcrumb .arrow {
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
@media screen and (min-width: 750px) {
  .breadcrumb .arrow {
    width: 20px;
    height: 20px;
    margin: 0 10px;
  }
}

#pc-navigation {
  display: none;
}
@media (min-width: 1280px) {
  #pc-navigation {
    display: grid;
    grid-template-rows: 40px 1fr;
  }
  #pc-navigation .menu-header_menu-container {
    height: 100%;
  }
  #pc-navigation .search-box {
    margin: 20px 0;
  }
  #pc-navigation .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 10px;
  }
  #pc-navigation .search-form .search-field {
    width: 280px;
    height: 40px;
    padding: 8px 16px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  #pc-navigation .search-form .search-field::-webkit-input-placeholder {
    color: #cccccc;
  }
  #pc-navigation .search-form .search-field::-moz-placeholder {
    color: #cccccc;
  }
  #pc-navigation .search-form .search-field:-ms-input-placeholder {
    color: #cccccc;
  }
  #pc-navigation .search-form .search-field::-ms-input-placeholder {
    color: #cccccc;
  }
  #pc-navigation .search-form .search-field::placeholder {
    color: #cccccc;
  }
  #pc-navigation .search-form .search-field:focus {
    outline: none;
    border-color: #cccccc;
  }
  #pc-navigation .search-form .search-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
  #pc-navigation .search-form .search-submit img {
    width: 40px;
    height: 40px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #pc-navigation .search-form .search-submit:hover img {
    opacity: 0.8;
  }
  #pc-navigation .search-form .search-submit:hover {
    opacity: 0.7;
  }
  #pc-navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: clamp(35px, calc(-178.3333333333px + 0.1666666667 * 100vw), 55px);
       -moz-column-gap: clamp(35px, calc(-178.3333333333px + 0.1666666667 * 100vw), 55px);
            column-gap: clamp(35px, calc(-178.3333333333px + 0.1666666667 * 100vw), 55px);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  #pc-navigation ul li {
    display: grid;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #pc-navigation ul li:hover a {
    -webkit-text-decoration-color: #005BAB;
            text-decoration-color: #005BAB;
    text-decoration-thickness: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #pc-navigation ul li a {
    color: #333;
    font-weight: 600;
    font-size: clamp(16px, calc(15px + 0.0025 * 100vw), 18px);
    white-space: nowrap;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 91, 171, 0);
            text-decoration-color: rgba(0, 91, 171, 0);
    text-underline-offset: 7px;
  }
  #pc-navigation ul li a:hover {
    opacity: 1;
  }
}

@media (max-width: 1279px) {
  .admin-bar #sp-navigation button.menu-toggle {
    top: calc(45px + var(--wp-admin--admin-bar--height, 0px));
  }
}
@media (max-width: 749px) {
  .admin-bar #sp-navigation button.menu-toggle {
    top: calc(15px + var(--wp-admin--admin-bar--height, 0px));
  }
}

header #sp-navigation {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1280px) {
  header #sp-navigation {
    display: none;
  }
}
@media (max-width: 1279px) {
  header #sp-navigation button.menu-toggle {
    position: fixed;
    z-index: 1000;
    top: 45px;
    right: 25px;
    background-color: rgba(1, 92, 162, 0.9);
    border: none;
    width: 34px;
    height: 34px;
  }
  header #sp-navigation .menu-toggle {
    position: relative;
    height: 20px;
    width: 28px;
    display: inline-block;
  }
  header #sp-navigation .menu-toggle span {
    position: absolute;
    display: inline-block;
    left: 7px;
    height: 2px;
    width: 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  header #sp-navigation .menu-toggle span:nth-of-type(1) {
    top: 8px;
  }
  header #sp-navigation .menu-toggle span:nth-of-type(2) {
    top: 16px;
  }
  header #sp-navigation .menu-toggle span:nth-of-type(3) {
    top: 24px;
  }
  header #sp-navigation .menu-wrapper {
    position: fixed;
    z-index: 999;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.6s 0s ease;
    transition: all 0.6s 0s ease;
    overflow-y: auto;
    height: 100vh;
  }
  header #sp-navigation .menu-wrapper.scrolled {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  header #sp-navigation .menu-wrapper .sp-menu-container {
    width: 40%;
    position: relative;
    padding: 100px 20px 20px 20px;
    margin: 0 0 0 auto;
    background-color: #005BAB;
    overflow-y: auto;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container a {
    position: relative;
    display: block;
    padding-left: 24px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.25em;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container a:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #005BAB;
    border-bottom: 2px solid #005BAB;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: inline-block;
    margin-right: 15px;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 17px;
    height: 17px;
    background-color: #CCD9E1;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container > ul > li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #4486BF;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container > ul > li:last-of-type {
    border-bottom: 1px solid #4486BF;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container > ul > li ul {
    padding-left: 12px;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container > ul > li ul li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container > ul > li ul li:last-of-type {
    padding-bottom: 3px;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container ul {
    display: grid;
    list-style: none;
    padding: 0;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container ul li {
    position: relative;
    white-space: nowrap;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container ul .menu-item-has-children > a > .sub-menu-btn {
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
    z-index: 1000;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container ul .menu-item-has-children > a > .sub-menu-btn:before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: inline-block;
    margin-right: 10px;
    color: #c0c0c0;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container ul .menu-item-has-children a > .sub-menu-btn li {
    opacity: 0;
    margin-left: -20px;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container ul .menu-item-has-children .sub-menu {
    display: none;
    margin-top: 12px;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container ul .menu-item-has-children .sub-menu a:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #CCD9E1;
    border-bottom: 2px solid #CCD9E1;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: inline-block;
    margin-right: 15px;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container ul .menu-item-has-children .sub-menu a::after {
    display: none;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container ul .menu-item-has-children .toggled .sub-menu-btn {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container ul .menu-item-has-children .toggled + .sub-menu {
    display: grid;
    pointer-events: all;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container ul .menu-item-has-children .toggled + .sub-menu li {
    opacity: 1;
    margin-left: 0px;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container ul .menu-item-has-children .toggled + .sub-menu li:nth-of-type(1) {
    -webkit-transition: all 0.4s 0.1s ease;
    transition: all 0.4s 0.1s ease;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container ul .menu-item-has-children .toggled + .sub-menu li:nth-of-type(2) {
    -webkit-transition: all 0.4s 0.2s ease;
    transition: all 0.4s 0.2s ease;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container ul .menu-item-has-children .toggled + .sub-menu li:nth-of-type(3) {
    -webkit-transition: all 0.4s 0.3s ease;
    transition: all 0.4s 0.3s ease;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container ul .menu-item-has-children .toggled + .sub-menu li:nth-of-type(4) {
    -webkit-transition: all 0.4s 0.4s ease;
    transition: all 0.4s 0.4s ease;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container ul .menu-item-has-children .toggled + .sub-menu li:nth-of-type(5) {
    -webkit-transition: all 0.4s 0.5s ease;
    transition: all 0.4s 0.5s ease;
  }
  header #sp-navigation .menu-wrapper .sp-menu-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 110px;
    padding: 17px;
    background-color: gray;
    border-radius: 0 0 13px 13px;
    opacity: 0.9;
  }
  header #sp-navigation .menu-wrapper .sp-menu-logo img {
    width: 100%;
  }
  header #sp-navigation.toggled button.menu-toggle {
    background-color: transparent;
  }
  header #sp-navigation.toggled button.menu-toggle span:nth-of-type(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    width: 22.4px;
    background-color: #FFFFFF;
  }
  header #sp-navigation.toggled button.menu-toggle span:nth-of-type(2) {
    opacity: 0;
  }
  header #sp-navigation.toggled button.menu-toggle span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    width: 22.4px;
    background-color: #FFFFFF;
  }
  header #sp-navigation.toggled .menu-wrapper {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-color: rgba(0, 0, 0, 0.05);
  }
  header .sp-menu-bottom {
    background-color: gray;
  }
  header .search-box {
    margin: 20px 0;
  }
  header .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 20px;
  }
  header .search-form .search-field {
    width: 200px;
    height: 40px;
    padding: 8px 16px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    background-color: #005BAB;
    color: #fff;
  }
  header .search-form .search-field::-webkit-input-placeholder {
    color: #4284BF;
  }
  header .search-form .search-field::-moz-placeholder {
    color: #4284BF;
  }
  header .search-form .search-field:-ms-input-placeholder {
    color: #4284BF;
  }
  header .search-form .search-field::-ms-input-placeholder {
    color: #4284BF;
  }
  header .search-form .search-field::placeholder {
    color: #4284BF;
  }
  header .search-form .search-field:focus {
    outline: none;
    border-color: #cccccc;
  }
  header .search-form .search-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
  header .search-form .search-submit img {
    width: 40px;
    height: 40px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  header .search-form .search-submit:hover img {
    opacity: 0.8;
  }
}
@media (max-width: 749px) {
  header #sp-navigation button.menu-toggle {
    top: 15px;
    right: 15px;
  }
  header #sp-navigation .menu-wrapper .sp-menu-container {
    width: 80%;
    position: relative;
    padding: 60px 20px 30px 20px;
    margin: 0 0 0 auto;
  }
  header #sp-navigation .menu-wrapper .menu-header_menu_sp-container {
    position: relative;
  }
}

.mega-menu-container {
  position: absolute;
  left: 0;
  width: 100%;
}

.mega-menu {
  display: none;
  position: absolute;
  top: 135px;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: #eaf4fc;
  z-index: 1000;
}
.mega-menu::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 25px;
  background-color: transparent;
}

.mega-menu-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px;
}
.mega-menu-content .mega-menu-title {
  margin-top: 40px;
  font-size: 28px;
  font-weight: bold;
}
.mega-menu-content .service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 15px;
  width: 100%;
  margin: 40px 0;
  list-style: none;
  padding: 0;
}
.mega-menu-content .service-item {
  text-align: center;
}
.mega-menu-content .service-item a {
  text-decoration: none;
  color: inherit;
}
.mega-menu-content .service-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.mega-menu-content .service-item p {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.mega-menu-content .grid-container {
  display: grid;
  grid-template-columns: repeat(6, auto);
  gap: 20px;
  margin-top: 30px;
}
.mega-menu-content .grid-container.grid-column-4 {
  grid-template-columns: repeat(4, auto);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mega-menu-content .grid-container .grid-item {
  padding: 15px;
  border-radius: 5px;
}
.mega-menu-content .grid-container .grid-item .child-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
.mega-menu-content .grid-container .grid-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  white-space: nowrap;
}
.mega-menu-content .grid-container .grid-item > a {
  position: relative;
  padding: 0 0 10px 10px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.mega-menu-content .grid-container .grid-item > a:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -12px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  font-size: 18px;
}
.mega-menu-content .grid-container .grid-item > a::after {
  content: "";
  position: absolute;
  left: -14px;
  width: 18px;
  height: 18px;
  background-color: #005BAB;
  border-radius: 2px;
}
.mega-menu-content .grid-container .grid-item .child-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu-content .grid-container .grid-item .child-links li a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
.mega-menu-content .grid-container .grid-item .child-links li a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  margin-right: 10px;
  color: #333333;
}

#mega-menu-4 .grid-container {
  margin-top: 20px;
}

footer#colophon {
  position: relative;
  width: 100%;
  background: -webkit-linear-gradient(330deg, #005396 0%, #196BB3 100%);
  background: linear-gradient(120deg, #005396 0%, #196BB3 100%);
  padding-bottom: 150px;
}
@media screen and (min-width: 750px) {
  footer#colophon {
    padding-bottom: 200px;
  }
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1400px;
  padding: 30px 10px 0 25px;
  margin: 100px auto 0;
  color: #fff;
}
@media (min-width: 750px) {
  .footer-container {
    padding: 45px 0 0 30px;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .footer-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding: 45px 10px 0 30px;
  }
}
@media (min-width: 1280px) {
  .footer-container {
    padding: 45px 0 0 50px;
  }
}

@media screen and (min-width: 750px) {
  .footer-info {
    width: 45%;
  }
}
.footer-info p {
  color: #fff;
}
.footer-info .footer-logo {
  display: grid;
  grid-template-columns: 85px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 750px) {
  .footer-info .footer-logo {
    grid-template-columns: 114px 1fr;
  }
}
.footer-info .footer-logo p {
  font-size: clamp(15px, calc(12.5px + 0.00625 * 100vw), 20px);
  font-weight: bold;
}
.footer-info .footer-address {
  margin-top: clamp(15px, calc(0px + 0.0375 * 100vw), 45px);
}
.footer-info .footer-address p {
  font-size: clamp(13px, calc(10.5px + 0.00625 * 100vw), 18px);
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .footer-info .footer-address p {
    line-height: 1.7em;
    text-align: left;
  }
}
.footer-info .footer-address .footer-tel {
  margin-top: clamp(1px, calc(-1.5px + 0.00625 * 100vw), 6px);
  font-size: clamp(11px, calc(9.5px + 0.00375 * 100vw), 14px);
}

.footer-logo img {
  max-width: 100%;
  height: auto;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 0 30px;
  margin: clamp(17px, calc(10.5px + 0.01625 * 100vw), 30px) auto 0;
}
@media screen and (min-width: 750px) {
  .footer-links {
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .footer-links .footer-column:nth-child(3) {
    grid-row: 1/3;
  }
}
.footer-links ul.menu > li > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  white-space: nowrap;
  font-size: clamp(13px, calc(11.5px + 0.00375 * 100vw), 16px);
}
.footer-links ul.menu > li > a:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #005BAB;
  border-bottom: 2px solid #005BAB;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  margin-right: 15px;
}
@media screen and (min-width: 750px) {
  .footer-links ul.menu > li > a:before {
    width: 10px;
    height: 10px;
  }
}
.footer-links ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: -14px;
  width: 13px;
  height: 13px;
  background-color: #CCD9E1;
  border-radius: 2px;
}
@media screen and (min-width: 750px) {
  .footer-links ul.menu > li > a::after {
    width: 18px;
    height: 18px;
  }
}
.footer-links ul.sub-menu {
  display: none;
}
@media screen and (min-width: 750px) {
  .footer-links ul.sub-menu {
    display: block;
  }
}
.footer-links ul.sub-menu > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
.footer-links ul.sub-menu > li > a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  margin-right: 10px;
  color: #c0c0c0;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}

.footer-group-company {
  max-width: 1230px;
  margin: clamp(20px, calc(-5px + 0.0625 * 100vw), 70px) auto 0;
  text-align: center;
}
@media (min-width: 750px) {
  .footer-group-company {
    padding: 0 25px;
  }
}
.footer-group-company p {
  font-size: clamp(18px, calc(17px + 0.0025 * 100vw), 20px);
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.footer-group-company ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12px, calc(5.5px + 0.01625 * 100vw), 25px) clamp(12px, calc(8px + 0.01 * 100vw), 20px);
  list-style: none;
  padding: 0;
  margin-top: clamp(8px, calc(-3px + 0.0275 * 100vw), 30px);
}
@media screen and (min-width: 750px) {
  .footer-group-company ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .footer-group-company ul li {
    width: 32%;
  }
}
.footer-group-company ul a {
  color: #fff;
  font-size: clamp(13px, calc(10.5px + 0.00625 * 100vw), 18px);
  font-weight: bold;
  white-space: nowrap;
}
.footer-group-company ul a span {
  display: block;
  font-size: clamp(10px, calc(9px + 0.0025 * 100vw), 12px);
  font-weight: normal;
}

.footer-banner {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(15px, calc(-2.5px + 0.04375 * 100vw), 50px);
  max-width: 1230px;
  margin: clamp(40px, calc(25px + 0.0375 * 100vw), 70px) auto 0;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .footer-banner {
    grid-template-columns: repeat(2, 340px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 25px;
  }
}
@media screen and (min-width: 750px) {
  .footer-banner a:nth-child(2) {
    margin-left: 20px;
  }
}
.footer-banner img {
  width: 100%;
  max-width: clamp(200px, calc(175px + 0.0625 * 100vw), 250px);
  height: auto;
}
.footer-banner p {
  margin-top: clamp(5px, calc(2.5px + 0.00625 * 100vw), 10px);
  font-size: clamp(10px, calc(9px + 0.0025 * 100vw), 12px);
  color: #fff;
  white-space: nowrap;
  text-align: center;
}

.footer-column {
  margin-right: 20px;
}
@media screen and (min-width: 750px) {
  .footer-column {
    margin: 0 0 0 20px;
  }
}

.footer-column h3 {
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}
@media screen and (min-width: 750px) {
  .footer-column ul li {
    margin-bottom: 5px;
  }
}

.footer-copyright {
  text-align: center;
  padding: 10px;
  margin-top: clamp(30px, calc(5px + 0.0625 * 100vw), 80px);
}
.footer-copyright p {
  text-align: center;
  color: #fff;
  font-size: clamp(10px, calc(8px + 0.005 * 100vw), 14px);
}

.job-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  max-width: 250px;
}
@media screen and (min-width: 750px) {
  .job-banner {
    max-width: 300px;
  }
}
.job-banner .close-button {
  background: none;
  border: none;
  font-size: clamp(18px, calc(16px + 0.005 * 100vw), 22px);
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1001;
  color: #fff;
  background-color: #808080;
}

#to-page-top-btn {
  display: inline-block;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #999;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
@media screen and (min-width: 750px) {
  #to-page-top-btn {
    right: 30px;
    bottom: 30px;
  }
}
#to-page-top-btn::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 12px;
  width: 13px;
  height: 13px;
  border-left: 2px solid #999;
  border-bottom: 2px solid #999;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-animation: up 2s infinite;
          animation: up 2s infinite;
}
#to-page-top-btn.show {
  opacity: 1;
  pointer-events: initial;
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(15px) rotate(135deg);
            transform: translateY(15px) rotate(135deg);
    opacity: 0;
  }
  45% {
    -webkit-transform: translateY(0px) rotate(135deg);
            transform: translateY(0px) rotate(135deg);
    opacity: 1;
  }
  65% {
    -webkit-transform: translateY(5px) rotate(135deg);
            transform: translateY(5px) rotate(135deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(135deg);
            transform: translateY(-15px) rotate(135deg);
    opacity: 0;
  }
}

@keyframes up {
  0% {
    -webkit-transform: translateY(15px) rotate(135deg);
            transform: translateY(15px) rotate(135deg);
    opacity: 0;
  }
  45% {
    -webkit-transform: translateY(0px) rotate(135deg);
            transform: translateY(0px) rotate(135deg);
    opacity: 1;
  }
  65% {
    -webkit-transform: translateY(5px) rotate(135deg);
            transform: translateY(5px) rotate(135deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(135deg);
            transform: translateY(-15px) rotate(135deg);
    opacity: 0;
  }
}
.home .site-main section .section-title {
  position: relative;
}
.home .site-main .news-section {
  background-color: white;
  padding: 50px 0;
}
@media (min-width: 750px) {
  .home .site-main .news-section {
    padding: 0;
    margin-top: clamp(50px, calc(40px + 0.025 * 100vw), 70px);
  }
}
.home .site-main .news-section h2 {
  text-align: center;
  font-size: clamp(28px, calc(23px + 0.0125 * 100vw), 38px);
  position: relative;
}
.home .site-main .news-section ul.news-list {
  margin: 25px auto 20px;
}
@media (min-width: 750px) {
  .home .site-main .news-section ul.news-list {
    margin: 35px auto 40px;
  }
}
.home .site-main .news-section .news-archive-link {
  display: block;
  text-align: right;
  max-width: 1130px;
  margin: 0 auto;
  color: #333333;
  font-size: clamp(13px, calc(10.5px + 0.00625 * 100vw), 18px);
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (min-width: 750px) {
  .home .site-main .news-section .news-archive-link {
    padding: 0 25px;
  }
}
.home .site-main .news-section .news-archive-link::after {
  content: " >>";
}
.home .site-main .news-section .news-archive-link:hover {
  text-decoration: underline;
}
.home .site-main .message-section {
  padding: 50px 0;
}
@media screen and (min-width: 750px) {
  .home .site-main .message-section {
    padding: 0;
    margin-top: 75px;
  }
}
.home .site-main .message-section h2 {
  max-width: 90%;
  margin: 0 auto clamp(15px, calc(7.5px + 0.01875 * 100vw), 30px);
  font-size: clamp(30px, calc(21px + 0.0225 * 100vw), 48px);
}
@media screen and (min-width: 1400px) {
  .home .site-main .message-section h2 {
    max-width: 1300px;
  }
}
.home .site-main .message-section .message-content {
  position: relative;
  z-index: 2;
  max-width: 90%;
  margin: 0 auto 0;
  text-align: left;
}
@media screen and (min-width: 1400px) {
  .home .site-main .message-section .message-content {
    max-width: 1300px;
  }
}
.home .site-main .message-section .message-content p {
  font-size: clamp(14px, calc(11px + 0.0075 * 100vw), 20px);
  line-height: 1.8em;
}
@media (min-width: 750px) {
  .home .site-main .message-section .message-content p {
    line-height: 2em;
  }
}
.home .site-main .message-section .message-content .message-text br.is-pc {
  display: none;
}
@media (min-width: 1400px) {
  .home .site-main .message-section .message-content .message-text br.is-pc {
    display: block;
  }
}
.home .site-main .message-section .signature {
  text-align: right;
  font-weight: bold;
  margin-top: 20px;
  margin-right: 20px;
}
.home .site-main .message-section .signature span {
  margin-right: 10px;
  font-weight: normal;
}
.home .site-main .message-section .message-image {
  width: 84%;
  margin-left: auto;
  margin-top: 40px;
}
@media (min-width: 750px) {
  .home .site-main .message-section .message-image {
    position: relative;
    z-index: 1;
    width: 77%;
    margin-top: -190px;
  }
}
@media (min-width: 1280px) {
  .home .site-main .message-section .message-image {
    margin-top: -260px;
  }
}
.home .site-main .message-section .message-image img {
  width: 100%;
  max-height: 702px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .site-main .video-section {
  margin: clamp(45px, calc(30px + 0.0375 * 100vw), 75px) auto 0;
  max-width: 854px;
}
.home .site-main .video-section .video-wrapper {
  position: relative;
  width: 100%;
  max-width: 854px;
  margin: 0 auto;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
  overflow: hidden;
}
.home .site-main .video-section .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  max-width: 854px;
  max-height: 480px;
}
.home .site-main .concept-section,
.home .site-main .dx-initiative {
  padding: 50px 0;
  text-align: center;
}
.home .site-main .concept-section h2,
.home .site-main .dx-initiative h2 {
  font-size: 2em;
  margin-bottom: 35px;
}
.home .site-main .concept-section {
  padding: clamp(40px, calc(35px + 0.0125 * 100vw), 50px) 0;
  margin: clamp(45px, calc(30px + 0.0375 * 100vw), 75px) auto 0;
}
.home .site-main .concept-section h2 {
  margin-bottom: clamp(10px, calc(-10px + 0.05 * 100vw), 50px);
  font-size: clamp(30px, calc(21px + 0.0225 * 100vw), 48px);
  font-weight: bold;
  text-align: left;
  padding-left: 7px;
  background-image: url(../images/top/top_title-line_tsuyomi.png);
  background-size: 6em 16px;
  background-repeat: no-repeat;
  background-position: bottom 7px left;
}
.home .site-main .concept-section h3 {
  margin-bottom: 20px;
  font-size: clamp(23px, calc(15.5px + 0.01875 * 100vw), 38px);
  color: #005BAB;
  text-align: left;
  letter-spacing: 1.9px;
}
.home .site-main .concept-section .concept-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 115px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: clamp(20px, calc(10px + 0.025 * 100vw), 40px);
}
@media (min-width: 750px) {
  .home .site-main .concept-section .concept-content {
    grid-template-columns: 1fr 47%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(60px, calc(-153.3333333333px + 0.1666666667 * 100vw), 80px);
  }
}
.home .site-main .concept-section .concept-content .concept-text {
  margin-top: -10px;
}
@media (min-width: 750px) {
  .home .site-main .concept-section .concept-content .concept-text {
    text-align: left;
  }
}
.home .site-main .concept-section .concept-content .concept-text p {
  font-size: clamp(14px, calc(12px + 0.005 * 100vw), 18px);
  line-height: 2em;
}
.home .site-main .concept-section .concept-content .concept-image img {
  max-width: 100%;
  height: auto;
}
.home .site-main .concept-section .btn-show-more {
  margin: 30px auto 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#196BB3), to(#004A8E));
  background: transparent -webkit-linear-gradient(left, #196BB3 0%, #004A8E 100%);
  background: transparent linear-gradient(90deg, #196BB3 0%, #004A8E 100%);
}
@media screen and (min-width: 750px) {
  .home .site-main .concept-section .btn-show-more {
    margin: 50px auto 0 0;
  }
}
.home .site-main .dx-section {
  position: relative;
  margin-top: 100px;
}
@media screen and (min-width: 750px) {
  .home .site-main .dx-section {
    margin-top: 65px;
  }
}
.home .site-main .dx-section .dx-image {
  position: relative;
  z-index: 1;
  width: 92%;
  margin-left: auto;
}
@media screen and (min-width: 750px) {
  .home .site-main .dx-section .dx-image {
    width: 77%;
  }
}
.home .site-main .dx-section .dx-image img {
  width: 100%;
  max-height: 740px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .site-main .dx-section .dx-descrption {
  position: absolute;
  top: 0;
  left: 0;
  padding: clamp(16px, calc(-1px + 0.0425 * 100vw), 50px) 16px 0 clamp(18px, calc(2px + 0.04 * 100vw), 50px);
}
.home .site-main .dx-section .dx-descrption br.is-pc {
  display: none;
}
@media (min-width: 1400px) {
  .home .site-main .dx-section .dx-descrption br.is-pc {
    display: block;
  }
}
.home .site-main .dx-section .dx-descrption h2 {
  color: white;
  text-align: left;
  font-size: clamp(19px, calc(8.5px + 0.02625 * 100vw), 40px);
  line-height: 1.4em;
}
.home .site-main .dx-section .dx-descrption p {
  margin-top: 10px;
  color: white;
  text-align: left;
  font-size: clamp(12px, calc(8px + 0.01 * 100vw), 20px);
}
@media (min-width: 750px) {
  .home .site-main .dx-section .dx-descrption p {
    margin-top: 20px;
    line-height: 1.8em;
  }
}
.home .site-main .dx-section .dx-content {
  position: relative;
  max-width: 1440px;
  padding-bottom: clamp(40px, calc(20px + 0.05 * 100vw), 80px);
  margin: 0 auto;
}
.home .site-main .dx-section .dx-content .dx-content-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-7%);
          transform: translateX(-7%);
  width: 100vw;
  margin-top: -130px;
  background: #DDEBEB 0% 0%;
}
@media screen and (min-width: 750px) {
  .home .site-main .dx-section .dx-content .dx-content-bg {
    -webkit-transform: translateX(-23%);
            transform: translateX(-23%);
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .home .site-main .dx-section .dx-content .dx-content-bg {
    margin-top: 130px;
  }
}
.home .site-main .dx-section .dx-content .dx-sp-text {
  position: relative;
  z-index: 2;
  width: 78%;
  margin: 20px 0 8px 30px;
  font-size: clamp(12px, calc(9px + 0.0075 * 100vw), 18px);
}
@media (min-width: 750px) {
  .home .site-main .dx-section .dx-content .dx-sp-text {
    display: none;
  }
}
.home .site-main .dx-section .dx-content .dx-items {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding: 0 70px 0 50px;
  margin-top: 40px;
}
@media screen and (min-width: 750px) {
  .home .site-main .dx-section .dx-content .dx-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(40px, calc(30px + 0.025 * 100vw), 60px);
    margin-top: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .home .site-main .dx-section .dx-content .dx-items {
    padding: 0 80px 0 100px;
    margin-top: -130px;
  }
}
.home .site-main .dx-section .dx-content .dx-items .dx-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 30px 20px 15px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 750px) {
  .home .site-main .dx-section .dx-content .dx-items .dx-item {
    padding: 50px 20px 20px;
  }
}
.home .site-main .dx-section .dx-content .dx-items .dx-item h3 {
  position: absolute;
  top: -20px;
  left: -20px;
  width: clamp(200px, calc(150px + 0.125 * 100vw), 300px);
  padding: 0 25px;
  color: white;
  font-size: clamp(13px, calc(9.5px + 0.00875 * 100vw), 20px);
  line-height: clamp(40px, calc(30px + 0.025 * 100vw), 60px);
  white-space: nowrap;
  border-radius: 10px;
}
@media screen and (min-width: 750px) {
  .home .site-main .dx-section .dx-content .dx-items .dx-item h3 {
    top: -30px;
    left: -25px;
    padding: 0 20px;
    text-align: center;
  }
}
.home .site-main .dx-section .dx-content .dx-items .dx-item:nth-child(1) h3 {
  background-color: #195D95;
  border-radius: 10px;
}
.home .site-main .dx-section .dx-content .dx-items .dx-item:nth-child(2) h3 {
  background-color: #195D95;
}
.home .site-main .dx-section .dx-content .dx-items .dx-item:nth-child(3) h3 {
  background-color: #195D95;
}
.home .site-main .dx-section .dx-content .dx-items .dx-item img {
  width: 100%;
  max-width: 324px;
  height: auto;
}
.home .site-main .dx-section .dx-content .btn-show-more {
  display: block;
  margin: 30px 0 0 55px;
  background: -webkit-gradient(linear, left top, right top, from(#196BB3), to(#2BACAC));
  background: -webkit-linear-gradient(left, #196BB3 0%, #2BACAC 100%);
  background: linear-gradient(90deg, #196BB3 0%, #2BACAC 100%);
}
@media screen and (min-width: 750px) {
  .home .site-main .dx-section .dx-content .btn-show-more {
    margin: 60px auto 0;
  }
}
.home .site-main .company-info {
  background-color: #6E6552;
  background-image: url(../images/top/top_company_photo.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: clamp(350px, calc(238px + 0.28 * 100vw), 574px);
  margin-top: clamp(70px, calc(45px + 0.0625 * 100vw), 120px);
}
.home .site-main .company-info .company-content {
  padding: clamp(30px, calc(25px + 0.0125 * 100vw), 40px) 15px 0;
  margin: auto;
}
@media screen and (min-width: 750px) {
  .home .site-main .company-info .company-content {
    width: 95%;
    padding: clamp(30px, calc(25px + 0.0125 * 100vw), 40px) 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .home .site-main .company-info .company-content {
    max-width: 1300px;
  }
}
.home .site-main .company-info .company-content h2 {
  margin: 0 auto;
  font-size: clamp(31px, calc(22.5px + 0.02125 * 100vw), 48px);
  padding-left: 7px;
  background-image: url(../images/top/top_title-line_service.png);
  background-size: 4.6em 16px;
  background-repeat: no-repeat;
  background-position: bottom 7px left;
}
.home .site-main .company-info .company-content p {
  margin-top: clamp(12px, calc(3px + 0.0225 * 100vw), 30px);
  font-size: clamp(14px, calc(11px + 0.0075 * 100vw), 20px);
  line-height: 1.8em;
}
.home .site-main .company-info .company-content .btn-show-more {
  margin-top: clamp(15px, calc(7.5px + 0.01875 * 100vw), 30px);
  background: #fff;
  color: #333333;
  font-size: clamp(14px, calc(11px + 0.0075 * 100vw), 20px);
}
.home .site-main .company-info .company-content .btn-show-more .btn-arrow::before {
  background-color: #333333;
}
.home .site-main .company-info .company-content .btn-show-more .btn-arrow::after {
  border-top: 1px solid #333333;
}
.home .site-main .company-info .company-content .btn-show-more.type-b {
  width: 250px;
  line-height: 50px;
}
@media screen and (min-width: 750px) {
  .home .site-main .company-info .company-content .btn-show-more.type-b {
    width: 340px;
    line-height: 70px;
  }
}
.home .site-main .company-info .company-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.home .site-main .company-info .company-image img {
  max-width: 100%;
  height: auto;
}
.home .site-main .info-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(5px, calc(2.5px + 0.00625 * 100vw), 10px);
  margin-top: clamp(5px, calc(2.5px + 0.00625 * 100vw), 10px);
}
@media screen and (min-width: 750px) {
  .home .site-main .info-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home .site-main .info-links .info-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 15px;
  color: #fff;
}
@media (min-width: 750px) {
  .home .site-main .info-links .info-link {
    padding: 30px 0;
  }
}
@media (min-width: 750px) {
  .home .site-main .info-links .info-link .info-link-content {
    width: 89%;
    margin: 0 0 0 auto;
    padding: 0 40px 0 0;
  }
}
.home .site-main .info-links .info-link .info-link-content .btn-show-more {
  display: block;
  margin-top: clamp(20px, calc(0px + 0.05 * 100vw), 60px);
  margin-left: auto;
  background: #fff;
}
.home .site-main .info-links .info-link.ir {
  background-image: url(../images/top/top_banner_ir.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 240px;
}
.home .site-main .info-links .info-link.ir .btn-show-more {
  background: -webkit-gradient(linear, left top, right top, from(#00B0EA), to(#008AB7));
  background: -webkit-linear-gradient(left, #00B0EA 0%, #008AB7 100%);
  background: linear-gradient(90deg, #00B0EA 0%, #008AB7 100%);
  font-size: clamp(14px, calc(11px + 0.0075 * 100vw), 20px);
}
.home .site-main .info-links .info-link.sustainability {
  background-image: url(../images/top/top_banner_sustainability.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 240px;
}
.home .site-main .info-links .info-link.sustainability .btn-show-more {
  background: -webkit-gradient(linear, left top, right top, from(#7780B1), to(#5567A1));
  background: -webkit-linear-gradient(left, #7780B1 0%, #5567A1 100%);
  background: linear-gradient(90deg, #7780B1 0%, #5567A1 100%);
  font-size: clamp(14px, calc(11px + 0.0075 * 100vw), 20px);
}
@media (min-width: 750px) {
  .home .site-main .info-links .info-link.sustainability .info-link-content {
    padding: 0 0 0 40px;
    margin: 0 auto 0 0;
  }
}
.home .site-main .info-links .info-link h3 {
  font-size: clamp(24px, calc(17px + 0.0175 * 100vw), 38px);
  margin-bottom: clamp(25px, calc(17.5px + 0.01875 * 100vw), 40px);
}
.home .site-main .info-links .info-link .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  color: #003366;
  text-decoration: none;
}
.home .site-main .info-links .info-link .btn:hover {
  background-color: #e6e6e6;
}
.home .site-main .journal-section {
  margin-top: clamp(60px, calc(37.5px + 0.05625 * 100vw), 105px);
}
.home .site-main .journal-section h2 {
  font-size: clamp(22px, calc(18px + 0.01 * 100vw), 30px);
  margin-bottom: 30px;
}
.home .site-main .journal-section .rss-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(10px, calc(-10px + 0.05 * 100vw), 50px);
  padding: 0 65px;
  min-height: 200px;
}
@media screen and (min-width: 750px) {
  .home .site-main .journal-section .rss-feed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}
.home .site-main .journal-section .rss-feed .rss-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home .site-main .journal-section .rss-feed .rss-item a {
  color: #333;
}
.home .site-main .journal-section .rss-feed .rss-item a:hover {
  color: #666;
  text-decoration: none;
}
.home .site-main .journal-section .rss-feed .rss-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .site-main .journal-section .rss-feed .rss-item h3 {
  font-size: clamp(12px, calc(8px + 0.01 * 100vw), 20px);
  margin: 10px 0;
}
.home .site-main .journal-section .rss-feed .rss-item .rss-date {
  display: none;
  font-size: 0.9em;
  color: #666;
}
.home .site-main .journal-section .btn-show-more {
  display: block;
  margin: clamp(20px, calc(7.5px + 0.03125 * 100vw), 45px) auto 0;
  background: -webkit-gradient(linear, left top, right top, from(#E98E00), to(#D46D83));
  background: -webkit-linear-gradient(left, #E98E00 0%, #D46D83 100%);
  background: linear-gradient(90deg, #E98E00 0%, #D46D83 100%);
}
.home .site-main .recruit {
  background: -webkit-gradient(linear, left top, right top, color-stop(91%, #EEECDF), color-stop(91%, transparent), to(transparent));
  background: -webkit-linear-gradient(left, #EEECDF 91%, transparent 91%, transparent 100%);
  background: linear-gradient(to right, #EEECDF 91%, transparent 91%, transparent 100%);
  margin-top: clamp(70px, calc(55px + 0.0375 * 100vw), 100px);
  margin-bottom: clamp(100px, calc(30px + 0.175 * 100vw), 240px);
  text-align: left;
}
@media screen and (min-width: 750px) {
  .home .site-main .recruit {
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, #EEECDF), color-stop(70%, transparent), to(transparent));
    background: -webkit-linear-gradient(left, #EEECDF 70%, transparent 70%, transparent 100%);
    background: linear-gradient(to right, #EEECDF 70%, transparent 70%, transparent 100%);
  }
}
.home .site-main .recruit .recruit-content {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 30px;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .home .site-main .recruit .recruit-content {
    text-align: left;
  }
}
@media (min-width: 750px) {
  .home .site-main .recruit .recruit-content {
    grid-template-columns: auto 55.5555555556%;
    text-align: center;
  }
}
.home .site-main .recruit .recruit-text {
  position: relative;
  padding: 25px 50px 0 20px;
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .home .site-main .recruit .recruit-text {
    padding: 0 20px 0 0;
    margin: 60px 0 0 clamp(30px, calc(-36.6666666667px + 0.0888888889 * 100vw), 70px);
    text-align: left;
  }
}
.home .site-main .recruit .recruit-text h2 {
  font-size: clamp(26px, calc(20px + 0.015 * 100vw), 38px);
}
.home .site-main .recruit .recruit-text h3 {
  margin-top: clamp(10px, calc(7px + 0.0075 * 100vw), 16px);
  font-size: clamp(20px, calc(16px + 0.01 * 100vw), 28px);
  line-height: 1.8em;
  background: -webkit-gradient(linear, left top, right top, from(#D46D83), to(#6676A9));
  background: -webkit-linear-gradient(left, #D46D83 0%, #6676A9 100%);
  background: linear-gradient(90deg, #D46D83 0%, #6676A9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home .site-main .recruit .recruit-text p {
  max-width: 470px;
  margin-top: clamp(3px, calc(-1.5px + 0.01125 * 100vw), 12px);
  font-size: clamp(12px, calc(9px + 0.0075 * 100vw), 18px);
  line-height: 1.8em;
}
@media (min-width: 750px) {
  .home .site-main .recruit .recruit-text p {
    line-height: 2em;
  }
}
.home .site-main .recruit .recruit-text .btn-show-more {
  margin: clamp(12px, calc(-4.5px + 0.04125 * 100vw), 45px) auto clamp(30px, calc(-5px + 0.0875 * 100vw), 100px) 0;
  background: -webkit-gradient(linear, left top, right top, from(#D46D83), to(#6676A9));
  background: -webkit-linear-gradient(left, #D46D83 0%, #6676A9 100%);
  background: linear-gradient(90deg, #D46D83 0%, #6676A9 100%);
}
.home .site-main .recruit .recruit-text .btn-show-more:hover {
  background-color: #001a33;
}
.home .site-main .recruit .recruit-image {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
  width: 100%;
  padding-left: 40px;
}
@media (min-width: 750px) {
  .home .site-main .recruit .recruit-image {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
    padding-left: 0;
    margin-left: auto;
  }
}
.home .site-main .recruit .recruit-image img {
  width: 100%;
  height: auto;
}

.btn {
  display: inline-block;
  width: 200px;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 20px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  position: relative;
}
.btn::after {
  content: "";
  position: absolute;
  right: 20px;
  font-size: 1.2em;
}

.service-section {
  color: #fff;
  position: relative;
  margin: 110px auto 0;
}
.service-section.isAnimate::before {
  opacity: 1;
}
.service-section h2 {
  margin: 0 auto clamp(30px, calc(20px + 0.025 * 100vw), 50px);
  font-size: clamp(31px, calc(22.5px + 0.02125 * 100vw), 48px);
  padding-left: 7px;
  background-image: url(../images/top/top_title-line_service.png);
  background-size: 6.5em 16px;
  background-repeat: no-repeat;
  background-position: bottom 7px left;
}
.service-section h3 {
  color: #108D59;
  font-size: clamp(24px, calc(17px + 0.0175 * 100vw), 38px);
}
.service-section h4 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #108D59;
  font-size: clamp(18px, calc(15px + 0.0075 * 100vw), 24px);
  border-bottom: 1px solid #108D59;
}
.service-section > .btn-show-more {
  display: block;
  background: #0E804C;
  margin: clamp(70px, calc(65px + 0.0125 * 100vw), 80px) auto 0;
}
@media screen and (min-width: 750px) {
  .service-section .service-items {
    width: 84.7%;
  }
}
.service-section .service-items .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.service-section .service-items .swiper-slide {
  opacity: 0.5;
}
@media screen and (min-width: 750px) {
  .service-section .service-items .swiper-slide {
    width: clamp(600px, calc(188.3333333333px + 0.5488888889 * 100vw), 847px);
    margin-right: 2em;
  }
}
.service-section .service-items .swiper-slide > div {
  position: relative;
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (min-width: 750px) {
  .service-section .service-items .swiper-slide > div {
    height: 496px;
  }
}
.service-section .service-items .swiper-slide > div .service-img {
  width: 36%;
  margin-left: -37px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .service-section .service-items .swiper-slide > div .service-img {
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (min-width: 750px) {
  .service-section .service-items .swiper-slide > div .service-img img {
    margin: 0 0 0 auto;
  }
}
.service-section .service-items .swiper-slide > div .service-text {
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 0s ease 0s;
  transition: opacity 0s ease 0s;
}
@media screen and (min-width: 750px) {
  .service-section .service-items .swiper-slide > div .service-text {
    position: absolute;
    width: 50%;
  }
}
.service-section .service-items .swiper-slide > div .service-text p {
  font-size: clamp(14px, calc(12px + 0.005 * 100vw), 18px);
  line-height: 2em;
}
.service-section .service-items .swiper-slide > div .service-text .btn-show-more {
  background: #FFFFFF;
  border: 2px solid #0E804C;
  color: #0E804C;
}
.service-section .service-items .swiper-slide > div .service-text .btn-show-more .btn-arrow::before {
  background-color: #0E804C;
}
.service-section .service-items .swiper-slide > div .service-text .btn-show-more .btn-arrow::after {
  border-top: 1px solid #0E804C;
}
.service-section .service-items .swiper-slide.swiper-slide-next {
  -webkit-transition: width 0.3s ease, height 0.4s ease;
  transition: width 0.3s ease, height 0.4s ease;
}
@media screen and (min-width: 750px) {
  .service-section .service-items .swiper-slide.swiper-slide-next {
    width: clamp(200px, calc(66.6666666667px + 0.1777777778 * 100vw), 280px);
  }
}
@media screen and (min-width: 750px) {
  .service-section .service-items .swiper-slide.swiper-slide-next + .swiper-slide {
    width: clamp(200px, calc(66.6666666667px + 0.1777777778 * 100vw), 280px);
  }
}
.service-section .service-items .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
.service-section .service-items .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media screen and (min-width: 750px) {
  .service-section .service-items .swiper-slide.swiper-slide-active {
    width: clamp(600px, calc(188.3333333333px + 0.5488888889 * 100vw), 847px);
  }
}
.service-section .service-items .swiper-slide.swiper-slide-active div .service-img {
  width: 62%;
  margin: 30px auto 0;
}
@media screen and (min-width: 750px) {
  .service-section .service-items .swiper-slide.swiper-slide-active div .service-img {
    width: clamp(270px, calc(-61.6666666667px + 0.4422222222 * 100vw), 469px);
    margin: 0 0 0 auto;
  }
}
.service-section .service-items .swiper-slide.swiper-slide-active div .service-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.8s;
  transition: opacity 0.4s ease 0.8s;
}
.service-section .service-items .swiper-button-next,
.service-section .service-items .swiper-button-prev {
  background-color: #0E804C;
  color: white;
  width: clamp(32px, calc(28px + 0.01 * 100vw), 40px);
  height: clamp(32px, calc(28px + 0.01 * 100vw), 40px);
  border-radius: 50%;
}
.service-section .service-items .swiper-button-next::after,
.service-section .service-items .swiper-button-prev::after {
  font-size: clamp(16px, calc(14px + 0.005 * 100vw), 20px);
}
.service-section .service-items .swiper-button-next {
  position: absolute;
  top: initial;
  right: -3%;
  bottom: 9%;
  left: initial;
}
@media screen and (min-width: 750px) {
  .service-section .service-items .swiper-button-next {
    right: 12%;
    bottom: 11%;
  }
}
.service-section .service-items .swiper-button-prev {
  position: absolute;
  top: initial;
  right: 10%;
  bottom: 9%;
  left: initial;
}
@media screen and (min-width: 750px) {
  .service-section .service-items .swiper-button-prev {
    right: 18%;
    bottom: 11%;
  }
}

.svgall.anim-text-news {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: clamp(148px, calc(73.5px + 0.18625 * 100vw), 297px);
}
@media screen and (min-width: 750px) {
  .svgall.anim-text-news {
    top: -48px;
    bottom: initial;
    left: 67%;
  }
}

.anim-text-message {
  position: absolute;
  z-index: 2;
  width: clamp(233px, calc(119.5px + 0.28375 * 100vw), 460px);
  bottom: -3%;
  left: 17px;
}
@media screen and (min-width: 750px) {
  .anim-text-message {
    top: 44%;
    bottom: initial;
    left: 4%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.anim-text-concept {
  position: absolute;
  z-index: 2;
  width: clamp(193px, calc(96.5px + 0.24125 * 100vw), 386px);
  right: 0;
}
@media screen and (min-width: 750px) {
  .anim-text-concept {
    z-index: -1;
    top: 7%;
  }
}

.anim-text-dx {
  position: absolute;
  z-index: 2;
  width: 128px;
  top: -70px;
  left: -10px;
}
@media screen and (min-width: 750px) {
  .anim-text-dx {
    width: 257px;
    top: 50%;
    left: -10%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.anim-text-service {
  position: absolute;
  z-index: 2;
  width: clamp(209px, calc(104.5px + 0.26125 * 100vw), 418px);
  top: 72px;
  right: -39%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 750px) {
  .anim-text-service {
    top: 7%;
    right: -14%;
  }
}

.anim-text-company {
  position: absolute;
  z-index: 2;
  width: clamp(195px, calc(97px + 0.245 * 100vw), 391px);
  left: 22%;
  bottom: 3%;
}
@media screen and (min-width: 750px) {
  .anim-text-company {
    left: 17%;
    bottom: 10%;
  }
}

.anim-text-journal {
  position: absolute;
  z-index: 2;
  width: clamp(180px, calc(70px + 0.275 * 100vw), 400px);
  top: -2%;
  right: 0%;
}
@media screen and (min-width: 750px) {
  .anim-text-journal {
    z-index: 0;
    top: 76%;
    right: -2%;
  }
}

.anim-text-recruit {
  position: absolute;
  z-index: 2;
  width: clamp(200px, calc(100px + 0.25 * 100vw), 400px);
  bottom: -18%;
  right: 13%;
}
@media screen and (min-width: 750px) {
  .anim-text-recruit {
    width: 400px;
    top: initial;
    right: 0%;
    bottom: -27%;
  }
}

.swiper-hero-container {
  width: 100%;
  height: 100%;
}
.swiper-hero-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-default main,
.page-template-page-rsc-ir main,
.page-template-page-rsc-company main,
.single main {
  margin: 100px auto;
}
.page-template-default main h1, .page-template-default main h2,
.page-template-page-rsc-ir main h1,
.page-template-page-rsc-ir main h2,
.page-template-page-rsc-company main h1,
.page-template-page-rsc-company main h2,
.single main h1,
.single main h2 {
  width: 100%;
  color: white;
  font-size: clamp(21px, calc(17.5px + 0.00875 * 100vw), 28px);
  font-weight: bold;
  background-image: url(../images/sub/title_midashi_blue200_sp.png);
  background-size: 100% 140px;
  background-repeat: no-repeat;
  background-position: right;
  padding-left: clamp(20px, calc(15px + 0.0125 * 100vw), 30px);
  padding-right: clamp(20px, calc(15px + 0.0125 * 100vw), 30px);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  line-height: 1.4em;
  text-align: justify;
}
@media (min-width: 750px) {
  .page-template-default main h1, .page-template-default main h2,
  .page-template-page-rsc-ir main h1,
  .page-template-page-rsc-ir main h2,
  .page-template-page-rsc-company main h1,
  .page-template-page-rsc-company main h2,
  .single main h1,
  .single main h2 {
    background-image: url(../images/sub/title_midashi_blue-long.png);
  }
}
.page-template-default main h3,
.page-template-page-rsc-ir main h3,
.page-template-page-rsc-company main h3,
.single main h3 {
  width: 100%;
  color: #333333;
  font-size: clamp(21px, calc(17.5px + 0.00875 * 100vw), 28px);
  font-weight: bold;
  background-image: url(../images/sub/title_midashi_grade200_sp.png);
  background-size: 100% 140px;
  background-repeat: no-repeat;
  background-position: right;
  padding-left: clamp(20px, calc(15px + 0.0125 * 100vw), 30px);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  line-height: 1.4em;
  text-align: justify;
}
@media (min-width: 750px) {
  .page-template-default main h3,
  .page-template-page-rsc-ir main h3,
  .page-template-page-rsc-company main h3,
  .single main h3 {
    padding-right: 300px;
    background-image: url(../images/sub/title_midashi_grade-long.png);
  }
}
.page-template-default main h4,
.page-template-page-rsc-ir main h4,
.page-template-page-rsc-company main h4,
.single main h4 {
  margin-bottom: 20px;
  color: #003C78;
  font-size: clamp(19px, calc(15.5px + 0.00875 * 100vw), 26px);
  position: relative;
  padding-left: clamp(10px, calc(0px + 0.025 * 100vw), 30px);
}
.page-template-default main h4::before,
.page-template-page-rsc-ir main h4::before,
.page-template-page-rsc-company main h4::before,
.single main h4::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: lightgrey;
  bottom: -5px;
  left: 0;
}
.page-template-default main h4::after,
.page-template-page-rsc-ir main h4::after,
.page-template-page-rsc-company main h4::after,
.single main h4::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  max-width: clamp(150px, calc(75px + 0.1875 * 100vw), 300px);
  height: 2px;
  background-color: #005BAB;
  bottom: -5px;
  left: 0;
}
.page-template-default main h4.h4-lline-400::after,
.page-template-page-rsc-ir main h4.h4-lline-400::after,
.page-template-page-rsc-company main h4.h4-lline-400::after,
.single main h4.h4-lline-400::after {
  max-width: clamp(200px, calc(100px + 0.25 * 100vw), 400px);
}
.page-template-default main h4.h4-lline-600::after,
.page-template-page-rsc-ir main h4.h4-lline-600::after,
.page-template-page-rsc-company main h4.h4-lline-600::after,
.single main h4.h4-lline-600::after {
  max-width: clamp(300px, calc(150px + 0.375 * 100vw), 600px);
}
.page-template-default main h4.h4-lline-full::after,
.page-template-page-rsc-ir main h4.h4-lline-full::after,
.page-template-page-rsc-company main h4.h4-lline-full::after,
.single main h4.h4-lline-full::after {
  max-width: 100%;
}
.page-template-default main h5,
.page-template-page-rsc-ir main h5,
.page-template-page-rsc-company main h5,
.single main h5 {
  position: relative;
  display: inline-block;
  padding: 7px 20px 7px 12px;
  margin-bottom: 20px;
  color: #333333;
  font-size: clamp(18px, calc(15px + 0.0075 * 100vw), 24px);
  font-weight: bold;
  background-color: #B2D7ED;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  border-left: 5px solid #005BAB;
}
@media (min-width: 750px) {
  .page-template-default main h5,
  .page-template-page-rsc-ir main h5,
  .page-template-page-rsc-company main h5,
  .single main h5 {
    padding: 10px 30px 10px 20px;
    margin-left: 30px;
  }
}
.page-template-default main h6,
.page-template-page-rsc-ir main h6,
.page-template-page-rsc-company main h6,
.single main h6 {
  margin-bottom: 20px;
  color: #005BAB;
  font-size: clamp(19px, calc(15.5px + 0.00875 * 100vw), 26px);
}

.page-template-page-ir .ir-news-section {
  margin-top: 100px;
}
.page-template-page-ir .ir-news-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-template-page-ir .ir-news-section ul.news-list {
  margin: 35px auto 30px;
}
.page-template-page-ir .ir-news-section .archive-link {
  display: block;
  text-align: right;
  max-width: 1030px;
  margin: 0 auto;
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-page-ir .ir-news-section .archive-link::after {
  content: " >>";
}
.page-template-page-ir .ir-news-section .archive-link:hover {
  text-decoration: underline;
}

.page-template-concept .feature-section h2 {
  color: #005bac;
  font-size: clamp(23px, calc(13.5px + 0.02375 * 100vw), 42px);
  margin-top: clamp(35px, calc(27.5px + 0.01875 * 100vw), 50px);
  margin-bottom: 10px;
}
.page-template-concept .feature-section h3 {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: clamp(21px, calc(15.5px + 0.01375 * 100vw), 32px);
  margin-top: clamp(27px, calc(10.5px + 0.04125 * 100vw), 60px);
  margin-bottom: 10px;
  white-space: nowrap;
}
.page-template-concept .feature-section h3 img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding-left: 20px;
  height: clamp(10px, calc(5px + 0.0125 * 100vw), 20px);
  width: 100%;
}
.page-template-concept .feature-section h4 {
  font-size: clamp(16px, calc(13px + 0.0075 * 100vw), 22px);
  line-height: 1.5em;
}
.page-template-concept .feature-section .feature-reason {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: clamp(20px, calc(5px + 0.0375 * 100vw), 50px);
}
@media screen and (min-width: 750px) {
  .page-template-concept .feature-section .feature-reason {
    grid-template-columns: clamp(300px, calc(-200px + 0.6666666667 * 100vw), 600px) 1fr;
    gap: 40px;
  }
}
.page-template-concept .feature-section .feature-reason .feature-reason-text {
  font-size: clamp(14px, calc(12px + 0.005 * 100vw), 18px);
  line-height: 1.9em;
}
@media screen and (min-width: 750px) {
  .page-template-concept .feature-section .feature-reason .feature-reason-text {
    line-height: 2em;
  }
}
.page-template-concept .feature-section .feature-reason .feature-reason-text p {
  margin-top: 20px;
}
.page-template-concept .feature-section .feature-reason img {
  height: auto;
  margin: 0 0 0 auto;
}
.page-template-concept .feature-section .feature-solution {
  position: relative;
  margin: clamp(30px, calc(-5px + 0.0875 * 100vw), 100px) auto 0;
}
.page-template-concept .feature-section .feature-solution .one-stop-link-1,
.page-template-concept .feature-section .feature-solution .one-stop-link-2,
.page-template-concept .feature-section .feature-solution .one-stop-link-3,
.page-template-concept .feature-section .feature-solution .one-stop-link-4,
.page-template-concept .feature-section .feature-solution .one-stop-link-5,
.page-template-concept .feature-section .feature-solution .one-stop-link-6,
.page-template-concept .feature-section .feature-solution .one-stop-link-7 {
  position: absolute;
  width: 26%;
  height: 11%;
}
@media (min-width: 750px) {
  .page-template-concept .feature-section .feature-solution .one-stop-link-1,
  .page-template-concept .feature-section .feature-solution .one-stop-link-2,
  .page-template-concept .feature-section .feature-solution .one-stop-link-3,
  .page-template-concept .feature-section .feature-solution .one-stop-link-4,
  .page-template-concept .feature-section .feature-solution .one-stop-link-5,
  .page-template-concept .feature-section .feature-solution .one-stop-link-6,
  .page-template-concept .feature-section .feature-solution .one-stop-link-7 {
    width: 17%;
    height: 16%;
  }
}
.page-template-concept .feature-section .feature-solution .one-stop-link-1 {
  top: 7%;
  left: 6%;
}
@media (min-width: 750px) {
  .page-template-concept .feature-section .feature-solution .one-stop-link-1 {
    top: 10%;
    left: 7%;
  }
}
.page-template-concept .feature-section .feature-solution .one-stop-link-2 {
  top: 7%;
  left: 38%;
}
@media (min-width: 750px) {
  .page-template-concept .feature-section .feature-solution .one-stop-link-2 {
    top: 10%;
    left: 52%;
  }
}
.page-template-concept .feature-section .feature-solution .one-stop-link-3 {
  top: 7%;
  left: 68%;
}
@media (min-width: 750px) {
  .page-template-concept .feature-section .feature-solution .one-stop-link-3 {
    top: 14%;
    left: 76%;
  }
}
.page-template-concept .feature-section .feature-solution .one-stop-link-4 {
  top: 68%;
  left: 29%;
}
@media (min-width: 750px) {
  .page-template-concept .feature-section .feature-solution .one-stop-link-4 {
    top: 32%;
    left: 7%;
  }
}
.page-template-concept .feature-section .feature-solution .one-stop-link-5 {
  width: 21%;
  top: 53%;
  left: 79%;
}
@media (min-width: 750px) {
  .page-template-concept .feature-section .feature-solution .one-stop-link-5 {
    width: 14%;
    top: 39%;
    left: 79%;
  }
}
.page-template-concept .feature-section .feature-solution .one-stop-link-6 {
  top: 68%;
  left: 0%;
}
@media (min-width: 750px) {
  .page-template-concept .feature-section .feature-solution .one-stop-link-6 {
    top: 58%;
    left: 7%;
  }
}
.page-template-concept .feature-section .feature-solution .one-stop-link-7 {
  top: 68%;
  left: 59%;
}
@media (min-width: 750px) {
  .page-template-concept .feature-section .feature-solution .one-stop-link-7 {
    top: 61%;
    left: 76%;
  }
}
.page-template-concept .professional-section {
  padding-top: clamp(37px, calc(20.5px + 0.04125 * 100vw), 70px);
  padding-bottom: clamp(37px, calc(5.5px + 0.07875 * 100vw), 100px);
  margin-top: clamp(70px, calc(45px + 0.0625 * 100vw), 120px);
}
.page-template-concept .professional-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  width: 100cqw;
  height: 100%;
  background-color: #e0f0ff;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-template-concept .professional-section h2 {
  font-size: clamp(21px, calc(15.5px + 0.01375 * 100vw), 32px);
}
.page-template-concept .professional-section h3 {
  margin-top: clamp(3px, calc(-0.5px + 0.00875 * 100vw), 10px);
  font-size: clamp(16px, calc(13px + 0.0075 * 100vw), 22px);
  letter-spacing: 0.66px;
}
.page-template-concept .professional-section .professional-text {
  margin-top: 20px;
  font-size: clamp(14px, calc(12px + 0.005 * 100vw), 18px);
  line-height: 1.8em;
}
@media (min-width: 750px) {
  .page-template-concept .professional-section .professional-text {
    line-height: 2em;
  }
}
.page-template-concept .professional-section p {
  font-size: clamp(14px, calc(12px + 0.005 * 100vw), 18px);
}
.page-template-concept .professional-section .staff-features {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: clamp(20px, calc(5px + 0.0375 * 100vw), 50px);
  padding: 0 30px;
  margin-top: clamp(35px, calc(27.5px + 0.01875 * 100vw), 50px);
}
@media screen and (min-width: 750px) {
  .page-template-concept .professional-section .staff-features {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }
}
.page-template-concept .professional-section .staff-features .staff-feature {
  text-align: left;
}
.page-template-concept .professional-section .staff-features .staff-feature img {
  width: 100%;
  height: auto;
}
.page-template-concept .professional-section .staff-features .staff-feature h4 {
  margin-top: clamp(17px, calc(14px + 0.0075 * 100vw), 23px);
  font-size: clamp(15px, calc(12.5px + 0.00625 * 100vw), 20px);
}
.page-template-concept .professional-section .staff-features .staff-feature p {
  margin-top: clamp(6px, calc(4px + 0.005 * 100vw), 10px);
  font-size: clamp(12px, calc(10px + 0.005 * 100vw), 16px);
  line-height: 1.8em;
}
.page-template-concept .work-section {
  margin-top: clamp(37px, calc(18px + 0.0475 * 100vw), 75px);
}
.page-template-concept .work-section h2 {
  font-size: clamp(21px, calc(15.5px + 0.01375 * 100vw), 32px);
  text-align: center;
}
.page-template-concept .work-section .work-text {
  margin-top: clamp(7px, calc(3px + 0.01 * 100vw), 15px);
  font-size: clamp(16px, calc(13px + 0.0075 * 100vw), 22px);
  text-align: center;
}
.page-template-concept .work-section .work-gallery {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px 25px;
  margin-top: clamp(30px, calc(20px + 0.025 * 100vw), 50px);
}
@media screen and (min-width: 750px) {
  .page-template-concept .work-section .work-gallery {
    grid-template-columns: repeat(3, auto);
    gap: 30px 40px;
  }
}
.page-template-concept .work-section .work-gallery .work-item {
  max-width: 150px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .page-template-concept .work-section .work-gallery .work-item {
    max-width: 200px;
  }
}
.page-template-concept .work-section .work-gallery .work-item img {
  width: 100%;
  height: auto;
}
.page-template-concept .work-section .work-gallery .work-item figcaption {
  margin-top: 6px;
  font-size: clamp(10px, calc(8px + 0.005 * 100vw), 14px);
  white-space: nowrap;
}
.page-template-concept .work-section .work-gallery .work-item figcaption.caption-over {
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
}
@media screen and (min-width: 750px) {
  .page-template-concept .work-section .work-gallery .work-item figcaption.caption-over {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.page-template-concept .work-section .btn-show-more {
  display: block;
  margin: clamp(25px, calc(12.5px + 0.03125 * 100vw), 50px) auto 0;
}
.page-template-concept .dx-section {
  position: relative;
  background-image: url("../images/sub14/tsuyomi_dx_sp.png");
  background-size: cover;
  background-position: center;
  height: clamp(265px, calc(197.5px + 0.16875 * 100vw), 400px);
  margin-top: clamp(70px, calc(65px + 0.0125 * 100vw), 80px);
  color: white;
}
@media (min-width: 750px) {
  .page-template-concept .dx-section {
    background-image: url("../images/sub14/tsuyomi_dx.png");
  }
}
.page-template-concept .dx-section .dx-text {
  position: absolute;
  top: clamp(20px, calc(-5px + 0.0625 * 100vw), 70px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .page-template-concept .dx-section .dx-text {
    text-align: center;
  }
}
.page-template-concept .dx-section .dx-text h2 {
  font-size: clamp(19px, calc(10.5px + 0.02125 * 100vw), 36px);
  color: white;
}
.page-template-concept .dx-section .dx-text p {
  margin-top: clamp(10px, calc(-2.5px + 0.03125 * 100vw), 35px);
  color: white;
  font-size: clamp(12px, calc(9px + 0.0075 * 100vw), 18px);
  line-height: 1.6em;
}
@media screen and (min-width: 750px) {
  .page-template-concept .dx-section .dx-text p {
    text-align: center;
    line-height: 2em;
  }
}
.page-template-concept .dx-case-section {
  width: 100%;
  margin-top: clamp(50px, calc(40px + 0.025 * 100vw), 70px);
}
.page-template-concept .dx-case-section h2 {
  font-size: clamp(21px, calc(15.5px + 0.01375 * 100vw), 32px);
  text-align: center;
}
.page-template-concept .dx-case-section .case-study {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(15px, calc(7.5px + 0.01875 * 100vw), 30px);
  padding: 55px 20px 25px;
  margin-top: clamp(60px, calc(42.5px + 0.04375 * 100vw), 95px);
  margin-left: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 750px) {
  .page-template-concept .dx-case-section .case-study {
    grid-template-columns: 1fr auto;
    padding: 80px 40px 65px;
  }
}
.page-template-concept .dx-case-section .case-study h3 {
  position: absolute;
  top: 0;
  left: -30px;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px;
  border-radius: 0 5px 5px 0;
  background-color: #195D95;
  font-size: clamp(18px, calc(15px + 0.0075 * 100vw), 24px);
  color: white;
}
@media screen and (min-width: 750px) {
  .page-template-concept .dx-case-section .case-study h3 {
    left: -30px;
    right: initial;
    width: 86.9565217391%;
    padding: 15px 20px 15px clamp(40px, calc(-280px + 0.25 * 100vw), 70px);
  }
}
@media screen and (min-width: 1024px) {
  .page-template-concept .dx-case-section .case-study h3 {
    border-radius: 10px;
  }
}
.page-template-concept .dx-case-section .case-study .case-study-description p {
  font-size: clamp(13px, calc(11px + 0.005 * 100vw), 17px);
  line-height: 1.9em;
}
.page-template-concept .dx-case-section .case-study .case-study-description h4 {
  margin-top: clamp(25px, calc(17.5px + 0.01875 * 100vw), 40px);
  font-size: clamp(14px, calc(12px + 0.005 * 100vw), 18px);
}
.page-template-concept .dx-case-section .case-study .case-study-description h4 + p {
  margin-top: clamp(0px, calc(-4px + 0.01 * 100vw), 8px);
  font-size: clamp(13px, calc(12px + 0.0025 * 100vw), 15px);
  line-height: 1.8em;
}
@media (min-width: 750px) {
  .page-template-concept .dx-case-section .case-study .case-study-description h4 + p {
    line-height: 1.9em;
  }
}
.page-template-concept .dx-case-section .case-study .case-study-image {
  padding: 0 25px 0 10px;
}
@media (min-width: 750px) {
  .page-template-concept .dx-case-section .case-study .case-study-image {
    padding: 0;
  }
}
.page-template-concept .dx-case-section .case-study .case-study-image img {
  width: 360px;
  max-width: 100%;
}

.page-template-services main > :first-child,
.page-template-security main > :first-child,
.page-template-reception main > :first-child,
.page-template-equipment main > :first-child,
.page-template-clean main > :first-child,
.page-template-staffing main > :first-child {
  margin-top: 40px;
}
@media (min-width: 750px) {
  .page-template-services main > :first-child,
  .page-template-security main > :first-child,
  .page-template-reception main > :first-child,
  .page-template-equipment main > :first-child,
  .page-template-clean main > :first-child,
  .page-template-staffing main > :first-child {
    margin-top: 35px;
  }
}
.page-template-services .h2-midashi,
.page-template-security .h2-midashi,
.page-template-reception .h2-midashi,
.page-template-equipment .h2-midashi,
.page-template-clean .h2-midashi,
.page-template-staffing .h2-midashi {
  width: 100%;
  color: white;
  font-size: clamp(21px, calc(17.5px + 0.00875 * 100vw), 28px);
  font-weight: bold;
  background-image: url(../images/sub/title_midashi_blue100_sp.png);
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: clamp(20px, calc(12px + 0.02 * 100vw), 36px);
  line-height: 1.4em;
  text-align: justify;
}
@media (min-width: 750px) {
  .page-template-services .h2-midashi,
  .page-template-security .h2-midashi,
  .page-template-reception .h2-midashi,
  .page-template-equipment .h2-midashi,
  .page-template-clean .h2-midashi,
  .page-template-staffing .h2-midashi {
    background-image: url(../images/sub/title_midashi_blue.png);
  }
}
.page-template-services .h3-line,
.page-template-security .h3-line,
.page-template-reception .h3-line,
.page-template-equipment .h3-line,
.page-template-clean .h3-line,
.page-template-staffing .h3-line {
  margin-bottom: 20px;
  color: #003C78;
  font-size: clamp(19px, calc(15.5px + 0.00875 * 100vw), 26px);
  position: relative;
  padding-left: clamp(10px, calc(0px + 0.025 * 100vw), 30px);
}
.page-template-services .h3-line::before,
.page-template-security .h3-line::before,
.page-template-reception .h3-line::before,
.page-template-equipment .h3-line::before,
.page-template-clean .h3-line::before,
.page-template-staffing .h3-line::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: lightgrey;
  bottom: -5px;
  left: 0;
}
.page-template-services .h3-line::after,
.page-template-security .h3-line::after,
.page-template-reception .h3-line::after,
.page-template-equipment .h3-line::after,
.page-template-clean .h3-line::after,
.page-template-staffing .h3-line::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  max-width: 300px;
  height: 3px;
  background-color: #005BAB;
  bottom: -5px;
  left: 0;
}
@media (min-width: 1024px) {
  .page-template-services .feature-section,
  .page-template-security .feature-section,
  .page-template-reception .feature-section,
  .page-template-equipment .feature-section,
  .page-template-clean .feature-section,
  .page-template-staffing .feature-section {
    padding: 0 35px;
  }
}
.page-template-services .feature-section .feature-content,
.page-template-security .feature-section .feature-content,
.page-template-reception .feature-section .feature-content,
.page-template-equipment .feature-section .feature-content,
.page-template-clean .feature-section .feature-content,
.page-template-staffing .feature-section .feature-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, calc(-9px + 0.0575 * 100vw), 60px);
}
@media (min-width: 750px) {
  .page-template-services .feature-section .feature-content,
  .page-template-security .feature-section .feature-content,
  .page-template-reception .feature-section .feature-content,
  .page-template-equipment .feature-section .feature-content,
  .page-template-clean .feature-section .feature-content,
  .page-template-staffing .feature-section .feature-content {
    grid-template-columns: 1fr auto;
  }
}
.page-template-services .feature-section .feature-content h4,
.page-template-security .feature-section .feature-content h4,
.page-template-reception .feature-section .feature-content h4,
.page-template-equipment .feature-section .feature-content h4,
.page-template-clean .feature-section .feature-content h4,
.page-template-staffing .feature-section .feature-content h4 {
  margin-top: 4px;
  font-size: clamp(19px, calc(16.5px + 0.00625 * 100vw), 24px);
}
.page-template-services .feature-section .feature-content p,
.page-template-security .feature-section .feature-content p,
.page-template-reception .feature-section .feature-content p,
.page-template-equipment .feature-section .feature-content p,
.page-template-clean .feature-section .feature-content p,
.page-template-staffing .feature-section .feature-content p {
  margin-top: clamp(10px, calc(7px + 0.0075 * 100vw), 16px);
  font-size: clamp(14px, calc(12px + 0.005 * 100vw), 18px);
  line-height: 1.8em;
}
@media (min-width: 750px) {
  .page-template-services .feature-section .feature-content p,
  .page-template-security .feature-section .feature-content p,
  .page-template-reception .feature-section .feature-content p,
  .page-template-equipment .feature-section .feature-content p,
  .page-template-clean .feature-section .feature-content p,
  .page-template-staffing .feature-section .feature-content p {
    line-height: 2em;
  }
}
.page-template-services .feature-section .feature-content img,
.page-template-security .feature-section .feature-content img,
.page-template-reception .feature-section .feature-content img,
.page-template-equipment .feature-section .feature-content img,
.page-template-clean .feature-section .feature-content img,
.page-template-staffing .feature-section .feature-content img {
  width: 204px;
}
@media (min-width: 750px) {
  .page-template-services .feature-section .feature-content img,
  .page-template-security .feature-section .feature-content img,
  .page-template-reception .feature-section .feature-content img,
  .page-template-equipment .feature-section .feature-content img,
  .page-template-clean .feature-section .feature-content img,
  .page-template-staffing .feature-section .feature-content img {
    width: 100%;
  }
}
.page-template-services .intro-section,
.page-template-security .intro-section,
.page-template-reception .intro-section,
.page-template-equipment .intro-section,
.page-template-clean .intro-section,
.page-template-staffing .intro-section {
  margin-top: clamp(35px, calc(15px + 0.05 * 100vw), 75px);
}
.page-template-services .intro-section .intro-grid,
.page-template-security .intro-section .intro-grid,
.page-template-reception .intro-section .intro-grid,
.page-template-equipment .intro-section .intro-grid,
.page-template-clean .intro-section .intro-grid,
.page-template-staffing .intro-section .intro-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(30px, calc(15px + 0.0375 * 100vw), 60px);
  margin-top: clamp(30px, calc(15px + 0.0375 * 100vw), 60px);
}
.page-template-services .intro-section .intro-grid .intro-item,
.page-template-security .intro-section .intro-grid .intro-item,
.page-template-reception .intro-section .intro-grid .intro-item,
.page-template-equipment .intro-section .intro-grid .intro-item,
.page-template-clean .intro-section .intro-grid .intro-item,
.page-template-staffing .intro-section .intro-grid .intro-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, calc(0px + 0.05 * 100vw), 60px);
}
@media (min-width: 750px) {
  .page-template-services .intro-section .intro-grid .intro-item,
  .page-template-security .intro-section .intro-grid .intro-item,
  .page-template-reception .intro-section .intro-grid .intro-item,
  .page-template-equipment .intro-section .intro-grid .intro-item,
  .page-template-clean .intro-section .intro-grid .intro-item,
  .page-template-staffing .intro-section .intro-grid .intro-item {
    grid-template-columns: auto 1fr;
  }
}
.page-template-services .intro-section .intro-grid .intro-item img,
.page-template-security .intro-section .intro-grid .intro-item img,
.page-template-reception .intro-section .intro-grid .intro-item img,
.page-template-equipment .intro-section .intro-grid .intro-item img,
.page-template-clean .intro-section .intro-grid .intro-item img,
.page-template-staffing .intro-section .intro-grid .intro-item img {
  height: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 750px) {
  .page-template-services .intro-section .intro-grid .intro-item img,
  .page-template-security .intro-section .intro-grid .intro-item img,
  .page-template-reception .intro-section .intro-grid .intro-item img,
  .page-template-equipment .intro-section .intro-grid .intro-item img,
  .page-template-clean .intro-section .intro-grid .intro-item img,
  .page-template-staffing .intro-section .intro-grid .intro-item img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-template-services .intro-section .intro-grid .intro-item .intro-item-text,
.page-template-security .intro-section .intro-grid .intro-item .intro-item-text,
.page-template-reception .intro-section .intro-grid .intro-item .intro-item-text,
.page-template-equipment .intro-section .intro-grid .intro-item .intro-item-text,
.page-template-clean .intro-section .intro-grid .intro-item .intro-item-text,
.page-template-staffing .intro-section .intro-grid .intro-item .intro-item-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 750px) {
  .page-template-services .intro-section .intro-grid .intro-item .intro-item-text,
  .page-template-security .intro-section .intro-grid .intro-item .intro-item-text,
  .page-template-reception .intro-section .intro-grid .intro-item .intro-item-text,
  .page-template-equipment .intro-section .intro-grid .intro-item .intro-item-text,
  .page-template-clean .intro-section .intro-grid .intro-item .intro-item-text,
  .page-template-staffing .intro-section .intro-grid .intro-item .intro-item-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-template-services .intro-section .intro-grid .intro-item .intro-item-text h4,
.page-template-security .intro-section .intro-grid .intro-item .intro-item-text h4,
.page-template-reception .intro-section .intro-grid .intro-item .intro-item-text h4,
.page-template-equipment .intro-section .intro-grid .intro-item .intro-item-text h4,
.page-template-clean .intro-section .intro-grid .intro-item .intro-item-text h4,
.page-template-staffing .intro-section .intro-grid .intro-item .intro-item-text h4 {
  font-size: clamp(18px, calc(15px + 0.0075 * 100vw), 24px);
}
.page-template-services .intro-section .intro-grid .intro-item .intro-item-text h4 + h5,
.page-template-security .intro-section .intro-grid .intro-item .intro-item-text h4 + h5,
.page-template-reception .intro-section .intro-grid .intro-item .intro-item-text h4 + h5,
.page-template-equipment .intro-section .intro-grid .intro-item .intro-item-text h4 + h5,
.page-template-clean .intro-section .intro-grid .intro-item .intro-item-text h4 + h5,
.page-template-staffing .intro-section .intro-grid .intro-item .intro-item-text h4 + h5 {
  font-size: clamp(14px, calc(12px + 0.005 * 100vw), 18px);
  font-weight: bold;
  margin-top: 10px;
}
.page-template-services .intro-section .intro-grid .intro-item .intro-item-text p,
.page-template-security .intro-section .intro-grid .intro-item .intro-item-text p,
.page-template-reception .intro-section .intro-grid .intro-item .intro-item-text p,
.page-template-equipment .intro-section .intro-grid .intro-item .intro-item-text p,
.page-template-clean .intro-section .intro-grid .intro-item .intro-item-text p,
.page-template-staffing .intro-section .intro-grid .intro-item .intro-item-text p {
  margin-top: 2px;
  font-size: clamp(12px, calc(10px + 0.005 * 100vw), 16px);
  line-height: 1.9em;
}
.page-template-services .facility-section,
.page-template-security .facility-section,
.page-template-reception .facility-section,
.page-template-equipment .facility-section,
.page-template-clean .facility-section,
.page-template-staffing .facility-section {
  margin-top: clamp(40px, calc(20px + 0.05 * 100vw), 80px);
}
.page-template-services .facility-section .facility-gallery,
.page-template-security .facility-section .facility-gallery,
.page-template-reception .facility-section .facility-gallery,
.page-template-equipment .facility-section .facility-gallery,
.page-template-clean .facility-section .facility-gallery,
.page-template-staffing .facility-section .facility-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0 30px;
  margin-top: clamp(40px, calc(20px + 0.05 * 100vw), 80px);
}
@media (min-width: 750px) {
  .page-template-services .facility-section .facility-gallery,
  .page-template-security .facility-section .facility-gallery,
  .page-template-reception .facility-section .facility-gallery,
  .page-template-equipment .facility-section .facility-gallery,
  .page-template-clean .facility-section .facility-gallery,
  .page-template-staffing .facility-section .facility-gallery {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .page-template-services .facility-section .facility-gallery,
  .page-template-security .facility-section .facility-gallery,
  .page-template-reception .facility-section .facility-gallery,
  .page-template-equipment .facility-section .facility-gallery,
  .page-template-clean .facility-section .facility-gallery,
  .page-template-staffing .facility-section .facility-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
}
.page-template-services .facility-section .facility-gallery figure,
.page-template-security .facility-section .facility-gallery figure,
.page-template-reception .facility-section .facility-gallery figure,
.page-template-equipment .facility-section .facility-gallery figure,
.page-template-clean .facility-section .facility-gallery figure,
.page-template-staffing .facility-section .facility-gallery figure {
  margin: 0;
}
.page-template-services .facility-section .facility-gallery figure img,
.page-template-security .facility-section .facility-gallery figure img,
.page-template-reception .facility-section .facility-gallery figure img,
.page-template-equipment .facility-section .facility-gallery figure img,
.page-template-clean .facility-section .facility-gallery figure img,
.page-template-staffing .facility-section .facility-gallery figure img {
  width: 100%;
  height: auto;
}
.page-template-services .facility-section .facility-gallery figure figcaption,
.page-template-security .facility-section .facility-gallery figure figcaption,
.page-template-reception .facility-section .facility-gallery figure figcaption,
.page-template-equipment .facility-section .facility-gallery figure figcaption,
.page-template-clean .facility-section .facility-gallery figure figcaption,
.page-template-staffing .facility-section .facility-gallery figure figcaption {
  font-size: clamp(16px, calc(13px + 0.0075 * 100vw), 22px);
  font-weight: bold;
}
.page-template-services .contact-section,
.page-template-security .contact-section,
.page-template-reception .contact-section,
.page-template-equipment .contact-section,
.page-template-clean .contact-section,
.page-template-staffing .contact-section {
  margin-top: clamp(40px, calc(20px + 0.05 * 100vw), 80px);
}
.page-template-services .contact-section .contact-content,
.page-template-security .contact-section .contact-content,
.page-template-reception .contact-section .contact-content,
.page-template-equipment .contact-section .contact-content,
.page-template-clean .contact-section .contact-content,
.page-template-staffing .contact-section .contact-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(25px, calc(7.5px + 0.04375 * 100vw), 60px);
}
@media (min-width: 750px) {
  .page-template-services .contact-section .contact-content,
  .page-template-security .contact-section .contact-content,
  .page-template-reception .contact-section .contact-content,
  .page-template-equipment .contact-section .contact-content,
  .page-template-clean .contact-section .contact-content,
  .page-template-staffing .contact-section .contact-content {
    grid-template-columns: 1fr 1fr;
  }
}
.page-template-services .contact-section .contact-content > a,
.page-template-security .contact-section .contact-content > a,
.page-template-reception .contact-section .contact-content > a,
.page-template-equipment .contact-section .contact-content > a,
.page-template-clean .contact-section .contact-content > a,
.page-template-staffing .contact-section .contact-content > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}
.page-template-services .contact-section .contact-content-single,
.page-template-security .contact-section .contact-content-single,
.page-template-reception .contact-section .contact-content-single,
.page-template-equipment .contact-section .contact-content-single,
.page-template-clean .contact-section .contact-content-single,
.page-template-staffing .contact-section .contact-content-single {
  max-width: 440px;
  width: 100%;
  margin: auto;
}

.page-template-services .service-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 40px;
  padding: 0 clamp(15px, calc(-10px + 0.0625 * 100vw), 65px);
  margin-top: 50px;
}
@media (min-width: 750px) {
  .page-template-services .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px clamp(60px, calc(-31.6666666667px + 0.1222222222 * 100vw), 115px);
    margin-top: 45px;
  }
}
.page-template-services .service-grid .service-item {
  background-color: #f0f0f0;
  text-align: center;
}
.page-template-services .service-grid .service-item img {
  width: 100%;
  height: auto;
}
.page-template-services .service-grid .service-item .service-item-text {
  padding: 40px 20px;
}
.page-template-services .service-grid .service-item .service-item-text p {
  margin: 0 0 15px;
  text-align: center;
}
.page-template-services .service-grid .service-item:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, from(#F9E9EC), to(#F2D3DA));
  background: -webkit-linear-gradient(left, #F9E9EC 0%, #F2D3DA 100%);
  background: linear-gradient(90deg, #F9E9EC 0%, #F2D3DA 100%);
}
.page-template-services .service-grid .service-item:nth-child(2) .btn-show-more {
  background: #CC646E;
}
.page-template-services .service-grid .service-item:nth-child(3) .btn-show-more {
  background: #6676A9;
}
.page-template-services .service-grid .service-item:nth-child(4) .btn-show-more {
  background: #13A467;
}
.page-template-services .service-grid .service-item:nth-child(5) .btn-show-more {
  background: #E98E00;
}

.page-template-security .intro-section .h3-line::after {
  max-width: 145px;
}
@media (min-width: 750px) {
  .page-template-security .intro-section .h3-line::after {
    max-width: 225px;
  }
}
.page-template-security h4 {
  color: #005BAB;
}
.page-template-reception h4 {
  color: #D46D83;
}
.page-template-reception .contact-content .job-info-button {
  background: -webkit-gradient(linear, left top, right top, from(#F9E9EC), to(#F2D3DA));
  background: -webkit-linear-gradient(left, #F9E9EC 0%, #F2D3DA 100%);
  background: linear-gradient(90deg, #F9E9EC 0%, #F2D3DA 100%);
}

.page-template-equipment h4 {
  color: #6676A9;
}
.page-template-equipment .license-section {
  margin-top: 80px;
}
.page-template-equipment .license-section .license-list {
  padding: 0 0 0 20px;
  margin-top: 60px;
}
.page-template-equipment .license-section .license-list li {
  margin-top: 14px;
  font-size: clamp(16px, calc(13px + 0.0075 * 100vw), 22px);
}
.page-template-equipment .contact-section .job-info-button {
  background: -webkit-gradient(linear, left top, right top, from(#E8EAF2), to(#D1D6E5));
  background: -webkit-linear-gradient(left, #E8EAF2 0%, #D1D6E5 100%);
  background: linear-gradient(90deg, #E8EAF2 0%, #D1D6E5 100%);
}

.page-template-clean h4 {
  color: #13A467;
}
.page-template-clean .contact-section .job-info-button {
  background: -webkit-gradient(linear, left top, right top, from(#DCF1E8), to(#B8E4D1));
  background: -webkit-linear-gradient(left, #DCF1E8 0%, #B8E4D1 100%);
  background: linear-gradient(90deg, #DCF1E8 0%, #B8E4D1 100%);
}

.page-template-staffing h4 {
  color: #E98E00;
}
.page-template-staffing .h3-line::after {
  max-width: 225px;
}
.page-template-staffing .intro-section .intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: clamp(15px, calc(-7.5px + 0.05625 * 100vw), 60px);
}
@media (min-width: 750px) {
  .page-template-staffing .intro-section .intro-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.page-template-staffing .intro-section .intro-grid .intro-item {
  grid-template-columns: auto 1fr;
  gap: clamp(15px, calc(2.5px + 0.03125 * 100vw), 40px);
}
.page-template-staffing .intro-section .intro-grid .intro-item img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  max-width: 150px;
}
@media (min-width: 750px) {
  .page-template-staffing .intro-section .intro-grid .intro-item img {
    max-width: 100%;
  }
}
.page-template-staffing .intro-section .intro-grid .intro-item-text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.page-template-staffing .step-nav-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 40px;
  margin-top: clamp(65px, calc(35px + 0.075 * 100vw), 125px);
}
@media (min-width: 750px) {
  .page-template-staffing .step-nav-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 65px;
  }
}
.page-template-staffing .request-section {
  margin-top: clamp(65px, calc(47.5px + 0.04375 * 100vw), 100px);
}
.page-template-staffing .request-section h2 {
  margin-bottom: clamp(30px, calc(20px + 0.025 * 100vw), 50px);
}
.page-template-staffing .request-section a {
  display: block;
  margin: auto;
}
@media (min-width: 750px) {
  .page-template-staffing .request-section a {
    max-width: 800px;
  }
}
.page-template-staffing .request-section .request-content .request-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}
@media screen and (min-width: 750px) {
  .page-template-staffing .request-section .request-content .request-step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: clamp(26px, calc(16.5px + 0.02375 * 100vw), 45px) 0 clamp(30px, calc(15px + 0.0375 * 100vw), 60px);
  }
}
.page-template-staffing .request-section .request-content .request-step .request-step-box {
  width: 100%;
  padding: 20px 14px;
  gap: 25px;
  background: #FDF4E6;
  border-radius: 10px;
  border: solid 2px #E98E00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .page-template-staffing .request-section .request-content .request-step .request-step-box {
    width: calc(25% - 15px);
    padding: 25px 20px;
    gap: 30px;
    border-radius: 20px;
  }
}
.page-template-staffing .request-section .request-content .request-step .request-step-box .request-step-img {
  max-width: clamp(105px, calc(92.5px + 0.03125 * 100vw), 130px);
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .page-template-staffing .request-section .request-content .request-step .request-step-box .request-step-img img {
    width: 100%;
    height: auto;
  }
}
.page-template-staffing .request-section .request-content .request-step .request-step-box .request-step-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-template-staffing .request-section .request-content .request-step .request-step-box .request-step-text h3 {
  font-size: clamp(20px, calc(19px + 0.0025 * 100vw), 22px);
}
.page-template-staffing .request-section .request-content .request-step .request-step-box .request-step-text h4 {
  margin-top: clamp(10px, calc(9px + 0.0025 * 100vw), 12px);
  font-size: clamp(18px, calc(17px + 0.0025 * 100vw), 20px);
  color: #333333;
}
.page-template-staffing .request-section .request-content .request-step .request-step-box .request-step-text p {
  margin-top: clamp(14px, calc(13px + 0.0025 * 100vw), 16px);
  font-size: clamp(14px, calc(13px + 0.0025 * 100vw), 16px);
  line-height: 1.8em;
  letter-spacing: 0;
}
.page-template-staffing .register-section {
  margin-top: clamp(65px, calc(35px + 0.075 * 100vw), 125px);
}
.page-template-staffing .register-section .register-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(20px, calc(15px + 0.0125 * 100vw), 30px);
  margin-top: clamp(30px, calc(15px + 0.0375 * 100vw), 60px);
}
@media (min-width: 750px) {
  .page-template-staffing .register-section .register-content {
    padding: 0 70px;
  }
}
.page-template-staffing .register-section .register-content .register-step {
  position: relative;
}
.page-template-staffing .register-section .register-content .register-step::after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/sub20/service-shosai_jinzai_arrowx2.png);
  background-size: cover;
  background-position: center;
  width: 24px;
  height: 12px;
}
@media (min-width: 750px) {
  .page-template-staffing .register-section .register-content .register-step::after {
    bottom: -24px;
  }
}
.page-template-staffing .register-section .register-content .register-step:last-child::after {
  display: none;
}
.page-template-staffing .register-section .register-content .register-step-box {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #E98E00;
  border-radius: clamp(10px, calc(5px + 0.0125 * 100vw), 20px);
  overflow: hidden;
  align-items: center;
}
@media (min-width: 750px) {
  .page-template-staffing .register-section .register-content .register-step-box {
    grid-template-columns: 260px 1fr;
  }
}
.page-template-staffing .register-section .register-content .register-step-box .register-step-image {
  display: grid;
  height: 100%;
  background-color: #E98E00;
}
.page-template-staffing .register-section .register-content .register-step-box .register-step-image img {
  max-width: 57%;
  height: auto;
}
@media (min-width: 750px) {
  .page-template-staffing .register-section .register-content .register-step-box .register-step-image img {
    max-width: 100%;
  }
}
.page-template-staffing .register-section .register-content .register-step-box .register-step-text {
  padding: clamp(14px, calc(11px + 0.0075 * 100vw), 20px);
}
.page-template-staffing .register-section .register-content .register-step-box .register-step-text h3 {
  margin: 0;
  font-size: 1.2em;
  color: #ff6600;
}
.page-template-staffing .register-section .register-content .register-step-box .register-step-text h4 {
  font-size: clamp(19px, calc(15.5px + 0.00875 * 100vw), 26px);
  color: #333333;
}
.page-template-staffing .register-section .register-content .register-step-box .register-step-text p {
  margin-top: 2px;
  font-size: clamp(14px, calc(12px + 0.005 * 100vw), 18px);
  line-height: 1.7em;
}
@media (min-width: 750px) {
  .page-template-staffing .register-section .register-content .register-step-box .register-step-text p {
    margin-top: 0;
  }
}
.page-template-staffing .register-section .register-content .register-step-box .register-step-text .register-step-note {
  margin-top: clamp(12px, calc(6px + 0.015 * 100vw), 24px);
  font-size: clamp(12px, calc(10px + 0.005 * 100vw), 16px);
}
.page-template-staffing .banner-section {
  margin-top: clamp(30px, calc(30px + 0 * 100vw), 30px);
}
.page-template-staffing .banner-section .banner-content {
  display: grid;
  grid-template-columns: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (min-width: 750px) {
  .page-template-staffing .banner-section .banner-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-template-staffing .banner-section .banner-content-single {
  max-width: 440px;
  width: 100%;
  margin: auto;
}
.page-template-staffing .footer-container {
  margin-top: clamp(100px, calc(90px + 0.025 * 100vw), 120px);
}

.archive main, .page-template-news-ir main {
  margin: auto;
}
.archive .news-filter, .page-template-news-ir .news-filter {
  margin-bottom: 20px;
}
.archive .news-filter label, .page-template-news-ir .news-filter label {
  margin-right: 10px;
}
.archive .news-filter select, .page-template-news-ir .news-filter select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
}
.archive .page-header, .page-template-news-ir .page-header {
  margin-bottom: 20px;
}
.archive .page-header .category-filter, .page-template-news-ir .page-header .category-filter {
  margin-top: 50px;
  margin-bottom: 20px;
}
.archive .page-header .category-filter .category-tabs, .page-template-news-ir .page-header .category-filter .category-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 15px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 750px) {
  .archive .page-header .category-filter .category-tabs, .page-template-news-ir .page-header .category-filter .category-tabs {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.archive .page-header .category-filter .category-tabs li, .page-template-news-ir .page-header .category-filter .category-tabs li {
  width: clamp(157px, calc(130.5px + 0.06625 * 100vw), 210px);
}
.archive .page-header .category-filter .category-tabs li:nth-child(2), .page-template-news-ir .page-header .category-filter .category-tabs li:nth-child(2) {
  -webkit-box-ordinal-group: 100;
  -webkit-order: 99;
      -ms-flex-order: 99;
          order: 99;
}
@media (min-width: 1400px) {
  .archive .page-header .category-filter .category-tabs li, .page-template-news-ir .page-header .category-filter .category-tabs li {
    width: 220px;
  }
}
.archive .page-header .category-filter .category-tabs li a, .page-template-news-ir .page-header .category-filter .category-tabs li a {
  display: block;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: clamp(18px, calc(15px + 0.0075 * 100vw), 24px);
  line-height: 30px;
}
@media (min-width: 750px) {
  .archive .page-header .category-filter .category-tabs li a, .page-template-news-ir .page-header .category-filter .category-tabs li a {
    line-height: 70px;
  }
}
.archive .page-header .category-filter .category-tabs li a.active, .archive .page-header .category-filter .category-tabs li a:hover, .page-template-news-ir .page-header .category-filter .category-tabs li a.active, .page-template-news-ir .page-header .category-filter .category-tabs li a:hover {
  opacity: 0.8;
}
.archive .page-header .news-filter, .page-template-news-ir .page-header .news-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(30px, calc(10px + 0.05 * 100vw), 70px);
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .archive .page-header .news-filter, .page-template-news-ir .page-header .news-filter {
    padding: 0 clamp(20px, calc(5px + 0.0375 * 100vw), 50px);
  }
}
.archive .page-header .news-filter label, .page-template-news-ir .page-header .news-filter label {
  margin-right: 10px;
  font-size: clamp(15px, calc(13.5px + 0.00375 * 100vw), 18px);
}
.archive .page-header .news-filter select, .page-template-news-ir .page-header .news-filter select {
  font-size: clamp(15px, calc(13.5px + 0.00375 * 100vw), 18px);
}
.archive .page-header .news-filter select:focus-visible, .page-template-news-ir .page-header .news-filter select:focus-visible {
  outline: #ccc;
}
.archive .page-header .news-filter select#year-filter-select, .page-template-news-ir .page-header .news-filter select#year-filter-select {
  width: clamp(157px, calc(115.5px + 0.10375 * 100vw), 240px);
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  line-height: clamp(30px, calc(21px + 0.0225 * 100vw), 48px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("../images/arrow_down.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
.archive .page-header .news-filter select#per-page-filter-select, .page-template-news-ir .page-header .news-filter select#per-page-filter-select {
  width: clamp(60px, calc(52.5px + 0.01875 * 100vw), 75px);
  padding: 0;
  border: none;
  text-align: left;
  line-height: 48px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("../images/arrow_down.png");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 16px;
}
@media (min-width: 750px) {
  .archive .page-header .news-filter select#per-page-filter-select, .page-template-news-ir .page-header .news-filter select#per-page-filter-select {
    background-position: right 10px center;
  }
}
.archive .news-section, .page-template-news-ir .news-section {
  padding: 0;
}
.archive .pagination, .page-template-news-ir .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(20px, calc(5px + 0.0375 * 100vw), 50px);
}
.archive .pagination .page-numbers, .page-template-news-ir .pagination .page-numbers {
  display: inline-block;
  width: 30px;
  margin: 0 3px;
  border: 1px solid #005BAB;
  border-radius: 4px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  color: #005BAB;
  font-size: clamp(16px, calc(13px + 0.0075 * 100vw), 22px);
}
@media (min-width: 750px) {
  .archive .pagination .page-numbers, .page-template-news-ir .pagination .page-numbers {
    width: 50px;
    line-height: 50px;
    margin: 0 5px;
  }
}
.archive .pagination .page-numbers:hover, .page-template-news-ir .pagination .page-numbers:hover {
  background-color: #f0f0f0;
}
.archive .pagination .page-numbers.current, .page-template-news-ir .pagination .page-numbers.current {
  background-color: #005BAB;
  color: #fff;
}
.archive .pagination .page-numbers.dots, .page-template-news-ir .pagination .page-numbers.dots {
  border: none;
  width: 15px;
  line-height: initial;
  font-size: clamp(12px, calc(11px + 0.0025 * 100vw), 14px);
}

.page-template-news-ir .page-header .category-filter .category-tabs li:nth-child(2) {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.single .entry-header .entry-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.single .entry-header .entry-meta .post-date,
.single .entry-header .entry-meta .post-cat {
  font-size: 18px;
  color: #333333;
}
.single .entry-content {
  padding: 0 50px;
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.single .entry-content .post-content-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.single .entry-content p {
  margin-bottom: 24px;
  line-height: 2em;
}
.single .entry-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.single .entry-footer .back-button {
  width: 120px;
  padding: 10px 20px;
  margin-top: 50px;
  background-color: #f5f5f5;
  border: 1px solid #CDD6DD;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  color: #333333;
  font-size: 18px;
  line-height: 40px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.single .entry-footer .back-button:hover {
  background-color: #e5e5e5;
}
.single .entry-footer .back-button span {
  margin-left: 10px;
}

.search main {
  margin: 50px auto;
}
.search main .no-results .page-title {
  font-size: clamp(21px, calc(17.5px + 0.00875 * 100vw), 28px);
}
.search main .search-results-title {
  margin-bottom: 8px;
  font-size: clamp(21px, calc(17.5px + 0.00875 * 100vw), 28px);
}
@media (min-width: 750px) {
  .search main .search-results-title {
    display: none;
  }
}
.search main article {
  margin-bottom: clamp(20px, calc(12px + 0.02 * 100vw), 36px);
}
.search main h3 {
  margin-bottom: 4px;
}
.search main h3 a {
  color: #005BAB;
  font-size: clamp(19px, calc(15.5px + 0.00875 * 100vw), 26px);
}/*# sourceMappingURL=style.css.map */