@charset "UTF-8";
/* CSS Document */
/* ======================================

フォント

====================================== */
/* ======================================

リセット・調整

====================================== */
html, body, div, p, span, ul, ol, li, table, th, td, h1, h2, h3, h4, h5, h6, a, form, input, textarea, dl, dt, dd, iframe, figure {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Zen Kaku Gothic New", serif;
  /*
  	font-family: Arial, Helvetica, "Zen Kaku Gothic New", serif;
  */
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  text-align: justify;
}

img {
  display: block;
  max-width: 100%;
  border: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  font-weight: 700;
}

.brDisp480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .brDisp480 {
    display: block;
  }
}

#spMenu {
  display: none;
}
@media (max-width: 1000px) {
  #spMenu {
    display: block;
  }
}
#spMenu .menu-btn {
  position: fixed;
  top: -3px;
  right: 0px;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1200;
}
#spMenu .menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  width: 100vw;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  font-size: 16px;
  padding: 70px 15px 30px;
  text-align: right;
}
#spMenu .menu.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#spMenu .menu {
  /* 2026.01.20 Append */
}
#spMenu .menu .menu-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#spMenu .menu .mynavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#spMenu .menu-item {
  width: 100%;
  height: auto;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #000;
}
#spMenu .menu-item img {
  width: 40px;
  margin-left: auto;
}
#spMenu .fa {
  font-size: 24px;
}
#spMenu a {
  padding: 0.5em 15px;
  display: block;
  color: #333;
  text-decoration: none;
  text-align: center;
}
#spMenu a.current {
  font-weight: 700;
}
#spMenu a.btn-mail {
  background: #B56262;
  color: #fff;
  border-radius: 100px;
  padding: 0.5em 1.5em;
  border-bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 10px;
}
#spMenu a.btn-mail:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#spMenu a.btn-mail i {
  margin-right: 10px;
}
#spMenu a.btn-tel {
  background: #627FB2;
  color: #fff;
  border-radius: 100px;
  padding: 0.5em 1.5em;
  border-bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#spMenu a.btn-tel:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #btns {
    display: none;
  }
}
#btns .hd-btn-recruit {
  width: 7.5vw;
  height: 7.5vw;
}
#btns .hd-btn-recruit img {
  width: 7.5vw;
  height: 7.5vw;
}
#btns .hd-btn-contact {
  width: 7.5vw;
  height: 7.5vw;
}
#btns .hd-btn-contact img {
  width: 7.5vw;
  height: 7.5vw;
}

#s-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 1000px) {
  #s-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#container header {
  position: fixed;
  width: 100vw;
  z-index: 5;
  padding: 0 0 10px 42px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 5.4vw;
}
@media screen and (max-width: 1000px) {
  #container header {
    padding: 10px;
    height: 50px;
  }
  #container header + * {
    padding-top: 50px !important;
  }
}
#container header#header-recruit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
  height: 7.5vw;
}
@media screen and (max-width: 1000px) {
  #container header#header-recruit {
    padding: 10px;
    height: 80px;
  }
  #container header#header-recruit + *, #container header#header-recruit + style + * {
    padding-top: 80px !important;
  }
}
#container header#header-recruit #logos {
  margin-bottom: 25px;
}
@media screen and (max-width: 1300px) {
  #container header#header-recruit #logos {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  #container header#header-recruit #logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 10px auto 10px auto;
    grid-template-columns: repeat(3, auto); /* 各要素の幅は中身に合わせる */
    grid-auto-rows: auto;
    gap: 10px;
    margin-bottom: 0;
  }
  #container header#header-recruit #logos span {
    grid-column: 1/-1; /* 1列目から最終列までを占有 */
    -ms-grid-column-align: center;
        justify-self: center; /* 横方向の中央寄せ */
  }
}
#container header#header-recruit #logos {
  /* 2026.01.20 Append */
}
#container header#header-recruit #logos .r-header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1em;
}
@media screen and (max-width: 1000px) {
  #container header#header-recruit #logos .r-header-sns {
    display: none;
  }
}
#container header#header-recruit #logos .r-header-sns a {
  margin: 0 0.5em;
}
#container header#header-recruit #logos .mynavi {
	margin-left: 1.0em;
}
@media screen and (max-width: 1000px) {
	#container header#header-recruit #logos .mynavi {
		display: none;
	}
}
#container header#header-recruit #logos #r-header-btns {
  position: absolute;
  right: 0;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 210px;
  padding-right: 42px;
}
@media screen and (max-width: 1400px) {
  #container header#header-recruit #logos #r-header-btns {
    max-width: 180px;
  }
}
@media screen and (max-width: 1300px) {
  #container header#header-recruit #logos #r-header-btns {
    max-width: 140px;
  }
}
@media screen and (max-width: 1000px) {
  #container header#header-recruit #logos #r-header-btns {
    display: none;
  }
}
#container header#header-recruit #logos #s-r-header-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 1000px) {
  #container header#header-recruit #logos #s-r-header-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#container header#header-recruit nav {
  padding-bottom: 0.5em;
}
#container header #logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#container header #logos img#logo {
  width: 12.8vw;
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  #container header #logos img#logo {
    display: none;
  }
}
#container header #logos img#logosp {
  display: none;
}
@media screen and (max-width: 1000px) {
  #container header #logos img#logosp {
    display: block;
    width: 110px;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /*
    						margin-right: 10px;
    */
  }
}
#container header #logos img#logosp {
  /*
  					@include sp480 {
  						margin-right: 5px;
  					}
  */
}
#container header #logos img#company-name {
  width: 13.8vw;
}
@media screen and (max-width: 1000px) {
  #container header #logos img#company-name {
    height: 10px;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#container header #logos span {
  font-size: clamp(16.091954023px, 1.4583333333vw, 28px);
  background: #2777b5;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  margin-left: 1em;
  line-height: 1.4;
}
#container header nav {
  padding-right: 1.82vw;
  font-size: clamp(11.4942528736px, 1.0416666667vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
  gap: 5px;
}
@media screen and (max-width: 1000px) {
  #container header nav {
    display: none;
  }
}
#container header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}
#container header nav ul li::after {
  content: "｜";
}
#container header nav ul li:first-child::before {
  content: "｜";
}
#container header nav ul li a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#container header nav ul li a:hover {
  background: #253595;
  color: #fff;
}
#container header nav .gsc-clear-button {
  display: none;
}
#container header nav .gsc-control {
  margin-left: auto;
}
#container header nav table.gsc-search-box {
  border: 1px solid #000;
  margin-bottom: 0;
}
#container header nav table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
#container header nav .gsib_a {
  padding: 0;
}
#container header nav .gsc-search-button-v2 {
  border-radius: 0;
  margin-top: 0;
}
#container header nav .gsc-search-button {
  margin-left: 0;
}
#container header nav .gsc-input-box {
  border: 0;
}
#container header nav .gsc-control-cse {
  padding: 0;
  border: 0;
}
#container header nav form.gsc-search-box {
  margin-bottom: 0;
}
#container header nav #___gcse_0 {
/*
  width: 500px;
*/
  width: 300px;
  margin-left: auto;
/*
  margin-bottom: 10px;
*/
}
#container header nav mynavi {
	margin-top: 5px;
}
#container header nav {
  /* 2026.01.20 Append */
}
#container header nav .header-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#container header nav .header-upper .header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 20vw;
}
#container header nav .header-upper .header-sns a {
  margin: 0 0.5em;
}
#container #slider-wrap {
/*  padding-top: 5.4vw;*/
  padding-top: 10.7vw;
  position: relative;
}
#container #slider-wrap #slider-catch-copy {
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 4;
  width: clamp(387.3563218391px, 35.1041666667vw, 674px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-14%, -91%);
          transform: translate(-14%, -91%); /* 縦・横方向の真ん中に移動 */
}
@media screen and (max-width: 1000px) {
  #container #slider-wrap #slider-catch-copy {
    width: 50vw;
  }
}
#container #slider {
  position: relative;
  z-index: 1;
  top: -5.4vw;
  margin-bottom: -5.4vw;
}
@media screen and (max-width: 1000px) {
  #container #slider {
    top: 0;
    margin-bottom: 0;
  }
}
#container #slider img {
  width: 100%;
/*  aspect-ratio: 2/1;*/
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  #container #slider .slide-img-pc {
    display: none;
  }
}
#container #slider .slide-img-tab {
  display: none;
}
@media screen and (max-width: 1000px) {
  #container #slider .slide-img-tab {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #container #slider .slide-img-tab {
    display: none;
  }
}
#container #slider .slide-img-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #container #slider .slide-img-sp {
    display: block;
  }
}
#container #important-news {
  padding: 70px 15px 0 325px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  #container #important-news {
    padding: 20px 10px 0 10px;
    text-align: center;
  }
}
#container #important-news #important-news-message {
  /*	font-size: clamp(9.7701149425px, 0.8854166667vw, 17px);*/
  font-size: clamp(14px, 1.4vw, 20px);
}
#container #important-news #important-news-message a {
  border-bottom: 1px solid #f00;
  padding-bottom: 0.1em;
  text-decoration: none;
}
#container #important-news #important-news-message a:nth-of-type(1) {
    display: inline-block;
    margin-bottom: 10px;
}
#container #important-news #important-news-message a:hover {
  opacity: 0.5;
}
#container #important-news #important-news-message a span {
  color: #f00;
}
#container #home-news {
  /*		padding: 120px 15px 0 100px; */
  padding: 50px 15px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #container #home-news {
    padding: 20px 10px 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#container #home-news #news-hd {
  width: 225px;
  min-height: 0;
  min-width: 0;
  padding-bottom: 6px;
}
@media screen and (max-width: 1000px) {
  #container #home-news #news-hd {
    width: 150px;
    margin: 0 auto;
  }
}
#container #home-news #news-hd h2 {
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #253595;
  font-size: 48px;
  text-align: center;
  line-height: 1;
  font-family: "Arial Narrow", Arial, sans-serif;
}
@media screen and (max-width: 1000px) {
  #container #home-news #news-hd h2 {
    font-size: 24px;
  }
}
#container #home-news #news-hd h2 span {
  margin-top: 1em;
  line-height: 1.2;
  display: block;
  color: #000;
  font-size: 17px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1000px) {
  #container #home-news #news-hd h2 span {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #container #home-news #news-hd h2 span br {
    display: none;
  }
}
#container #home-news #news-slider {
  min-height: 0;
  min-width: 0;
  width: calc(100vw - 340px);
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  #container #home-news #news-slider {
    width: 100%;
  }
}
#container #home-news #news-slider .slick-next, #container #home-news #news-slider .slick-prev {
  width: 42px;
  height: 42px;
}
#container #home-news #news-slider .slick-prev {
  left: -166px;
  top: 160px;
}
#container #home-news #news-slider .slick-next {
  left: -106px;
  top: 160px;
}
#container #home-news #news-slider .slick-next:before, #container #home-news #news-slider .slick-prev:before {
  color: #253595;
  border: 2px solid #253595;
  border-radius: 100px;
}
#container #home-news #news-slider .slick-prev:before {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "";
  background-image: url("../images/arrow-left-blue.svg");
  background-size: 7px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
#container #home-news #news-slider .slick-next:before {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "";
  background-image: url("../images/arrow-right-blue.svg");
  background-size: 7px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
#container #home-news #news-slider div.slick-slide {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 10px;
}
#container #home-news #news-slider div.slick-slide a {
  color: #253595;
  text-decoration: none;
}
#container #home-news #news-slider div.slick-slide img {
  margin: 0 auto;
  aspect-ratio: 1.7647;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#container #home-news #news-slider div.slick-slide img + div {
  padding: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#container #home-news #news-slider div.slick-slide img + div::after {
  width: 14px;
  height: 14px;
  content: "";
  background-image: url("../images/arrow-right-blue.svg");
  background-size: 7px 14px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 1em;
}
#container #home-news #news-slider div.slick-slide img + div span {
  line-height: 1;
}
#container #home-news #news-slider div.slick-slide img + div span.icon {
  /*	font-size: 11px;*/
  font-size: 13px;
  margin-right: 5px;
  white-space: nowrap;
  border-radius: 7px;
  border: 2px solid #253595;
  padding: 0.25em 0.5em;
}
#container #home-news #news-slider div.slick-slide img + div span.icon.icon-individual {
  color: #253595;
}
#container #home-news #news-slider div.slick-slide img + div span.icon.icon-corporate {
  background: #253595;
  color: #fff;
}
#container #home-news #news-slider div.slick-slide img + div span:not([class]) {
  font-size: clamp(9.7701149425px, 0.8854166667vw, 17px);
  font-size: clamp(13px, 1.1vw, 17px);
}
#container #home-customers {
 /* height: 677px;*/
  height: 767px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 90px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1000px) {
  #container #home-customers {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    margin-bottom: 0;
  }
}
#container #home-customers div {
  width: 50%;
  height: 677px;
  text-align: center;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 1000px) {
  #container #home-customers div {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 15px;
  }
}
#container #home-customers div:first-child {
  background: url("../images/home-customers-01.png") center right no-repeat;
  background-size: cover;
}
#container #home-customers div:first-child ul {
  color: #fff;
}
#container #home-customers div:last-child {
  background: url("../images/home-customers-02.png") center left no-repeat;
  background-size: cover;
}
#container #home-customers div img {
  height: 200px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 1000px) {
  #container #home-customers div img {
    height: 160px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #container #home-customers div img {
    height: 100px;
  }
}
#container #home-customers div ul {
  font-size: 19px;
  /*
  				@include sp {
  					font-size: 14px;
  				}
  */
}
@media screen and (max-width: 768px) {
  #container #home-customers div ul {
    font-size: 14px;
  }
}
#container #home-customers div a.more {
  margin-top: 45px;
}
@media screen and (max-width: 1000px) {
  #container #home-customers div a.more {
    margin-top: 30px;
  }
}
#container #home-recruit {
  height: 410px;
  padding: 61px 0 0 0;
  margin-bottom: 100px;
  background: url("../images/home-recruit-01.png") left center no-repeat, url("../images/home-recruit-02.png") right center no-repeat;
  background-color: #253595;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  #container #home-recruit {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: url("../images/home-recruit-01.png") left -35vw center no-repeat, url("../images/home-recruit-02.png") right -5vw center no-repeat;
    background-color: #253595;
    background-size: contain;
  }
}
#container #home-recruit.home-recruit-sub {
  background-color: #2777b5;
  margin-bottom: 0;
}
#container #home-recruit h2 {
  margin-bottom: 34px;
}
@media screen and (max-width: 1000px) {
  #container #home-recruit h2 {
    margin-bottom: 20px;
  }
}
#container #home-recruit h2 img {
  width: 138px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #container #home-recruit h2 img {
    width: 80px;
  }
}
#container #home-recruit > img {
  width: 756px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 1000px) {
  #container #home-recruit > img {
    width: 60%;
  }
}
#container #home-instagram {
  /*
  		display: none;
  */
  margin: 0 auto 100px;
}
@media screen and (max-width: 1000px) {
  #container #home-instagram {
    margin: 50px auto 100px;
  }
}
#container #home-instagram h2 img {
  margin: 0 auto;
}
#container #home-instagram #home-instagram-feed-outer {
  padding: 3em 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #container #home-instagram #home-instagram-feed-outer {
    padding: 0;
  }
}
#container #home-instagram #home-instagram-feed-outer #home-instagram-feed-inner {
  margin: 0 auto;
  max-width: 1100px;
}
#container #home-activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 1000px) {
  #container #home-activity {
    gap: 50px;
    padding: 15px;
  }
}
#container #home-activity > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 486px;
}
@media screen and (max-width: 1000px) {
  #container #home-activity > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
#container #home-activity > div:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  #container #home-activity > div:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#container #home-activity > div:nth-child(odd) > div {
  text-align: right;
}
@media screen and (max-width: 1000px) {
  #container #home-activity > div:nth-child(odd) > div {
    text-align: center;
  }
}
#container #home-activity > div:nth-child(odd) > div a.more {
  margin-left: auto;
}
#container #home-activity > div > img {
  height: 486px;
  width: calc(100vw - 600px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  #container #home-activity > div > img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
#container #home-activity > div > div {
  width: 540px;
}
@media screen and (max-width: 1000px) {
  #container #home-activity > div > div {
    width: 100%;
    text-align: center;
  }
}
#container #home-activity > div > div h2 {
  font-weight: normal;
  font-size: 60px;
  color: #253595;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "Arial Narrow", Arial, sans-serif;
}
@media screen and (max-width: 1000px) {
  #container #home-activity > div > div h2 {
    font-size: 30px;
    margin-bottom: 45px;
  }
}
#container #home-activity > div > div h2 span {
  display: block;
  font-size: 17px;
  letter-spacing: normal;
  margin-top: 1em;
  color: #000;
}
@media screen and (max-width: 1000px) {
  #container #home-activity > div > div h2 span {
    font-size: 14px;
  }
}
#container #home-activity > div > div ul {
  color: #253595;
  font-size: 19px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  #container #home-activity > div > div ul {
    font-size: 15px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  #container #home-activity > div a.more {
    margin: 0 auto;
  }
}
#container footer {
  background: #253595;
  color: #fff;
  padding: 55px 15px;
}
@media screen and (max-width: 1000px) {
  #container footer {
    padding: 30px 15px;
  }
}
#container footer .page-top {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 70px;
  bottom: 25px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 3px;
}
@media screen and (max-width: 1000px) {
  #container footer .page-top {
    display: none;
    bottom: 100px;
  }
}
#container footer .page-top::before {
  position: absolute;
  top: -23px;
  left: 23px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid #000;
  border-width: 2px 2px 0px 0px;
  z-index: 10;
}
#container footer .page-top::after {
  background: #feed00;
  position: absolute;
  width: 60px;
  height: 60px;
  border: none;
  content: "";
  border-radius: 100%;
  top: -50px;
  left: 0px;
}
#container footer .page-top.is-active {
  opacity: 1;
  visibility: visible;
}
#container footer a {
  color: #fff;
}
#container footer .info {
  width: 1100px;
  margin: 0 auto 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 67px;
}
@media screen and (max-width: 1100px) {
  #container footer .info {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #container footer .info {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#container footer .info div:first-child img {
  width: 196px;
}
@media screen and (max-width: 1000px) {
  #container footer .info div:first-child img {
    width: 170px;
    margin: 0 auto;
  }
}
#container footer .info div:first-child img:first-child {
  margin-bottom: 10px;
}
#container footer .info div:last-child {
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  #container footer .info div:last-child {
    font-size: 12px;
    text-align: center;
  }
}
#container footer .sitemap {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #container footer .sitemap {
    width: 100%;
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #container footer .sitemap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#container footer .sitemap .footer-col div {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  #container footer .sitemap .footer-col div {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 640px) {
  #container footer .sitemap .footer-col div {
    margin-bottom: 40px;
  }
}
#container footer .sitemap .footer-col div h2 {
  font-weight: normal;
  font-family: "Arial Narrow", Arial, sans-serif;
}
#container footer .sitemap .footer-col div h2 a {
  text-decoration: none;
}
#container footer .sitemap .footer-col div h2 span {
  display: block;
  line-height: 1.2;
}
#container footer .sitemap .footer-col div h2 span.en {
  font-size: 32px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  #container footer .sitemap .footer-col div h2 span.en {
    font-size: 24px;
  }
}
#container footer .sitemap .footer-col div h2 span.jp {
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  #container footer .sitemap .footer-col div h2 span.jp {
    font-size: 12px;
  }
}
#container footer .sitemap .footer-col div h2 + ul {
  border-top: 1px #fff solid;
}
#container footer .sitemap .footer-col div ul {
  margin-top: 1em;
  padding-top: 1em;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  #container footer .sitemap .footer-col div ul {
    font-size: 13px;
  }
}
#container footer .sitemap .footer-col div ul li a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 0;
}
#container footer .sitemap .footer-col div ul li a:hover {
  background: #feed00;
  color: #253595;
}
#container footer .sitemap .footer-col div {
  /* 2026.01.20 Append */
}
#container footer .sitemap .footer-col div.footer-sns-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #container footer .sitemap .footer-col div.footer-sns-pc {
    display: none;
  }
}
#container footer .sitemap .footer-col div.footer-sns-pc a {
  margin: 0 0.5em;
}
#container footer .sitemap .footer-col div.footer-sns-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  #container footer .sitemap .footer-col div.footer-sns-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#container footer .sitemap .footer-col div.footer-sns-sp a {
  margin: 0 0.5em;
}
#container footer #copyright {
  width: 1100px;
  margin: 0 auto;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  #container footer #copyright {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #container footer #copyright {
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
}

.more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 1;
  padding: 0.5em 1em 0.5em 1.5em;
  border-radius: 12px;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .more {
    font-size: 15px;
    border-radius: 6px;
  }
}
.more.more-blue {
  background: #253595;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.more.more-blue::after {
  content: "";
  background-image: url("../images/arrow-right-white-wide.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 30px;
  margin-left: 2em;
}
@media screen and (max-width: 1000px) {
  .more.more-blue::after {
    width: 12px;
    height: 18px;
    margin-left: 1em;
  }
}
.more.more-black {
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.more.more-black::after {
  content: "";
  background-image: url("../images/arrow-right-white-wide.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 30px;
  margin-left: 2em;
}
@media screen and (max-width: 1000px) {
  .more.more-black::after {
    width: 12px;
    height: 18px;
    margin-left: 1em;
  }
}
.more.more-white {
  background: #fff;
  color: #253595;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.more.more-white::after {
  content: "";
  background-image: url("../images/arrow-right-blue-wide.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 30px;
  margin-left: 2em;
}
@media screen and (max-width: 1000px) {
  .more.more-white::after {
    width: 12px;
    height: 18px;
    margin-left: 1em;
  }
}
.more.more-white.more-white-border {
  border: 2px solid #253595;
}
.more.more-gray-fullwidth {
  background: #717071;
  color: #253595;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.more.more-gray-fullwidth::after {
  content: "";
  background-image: url("../images/arrow-right-white-wide.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 30px;
  margin-left: 2em;
}
@media screen and (max-width: 1000px) {
  .more.more-gray-fullwidth::after {
    width: 12px;
    height: 18px;
    margin-left: 1em;
  }
}
.more.more-centering {
  margin: 0 auto;
}
.more.more-alignright {
  margin-left: auto;
  margin-bottom: 2em;
}
@media screen and (max-width: 1000px) {
  .more.more-alignright {
    margin-bottom: 1em;
  }
}
.more.more-small {
  font-size: 80%;
}

ul.mores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: clamp(22.9885057471px, 2.0833333333vw, 40px);
}
#slider .slick-prev {
  left: 50px;
}

#slider .slick-next {
  right: 50px;
}

.home-bg {
  background: url("../images/bg-arrows-right-twice.png") repeat-y;
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .home-bg {
    padding-bottom: 50px;
  }
}

#sub {
  padding-bottom: 100px;
  padding-top: 5.4vw;
}
@media screen and (max-width: 1000px) {
  #sub {
    padding-bottom: 50px;
  }
}

.sub-about {
  background: url("../images/sub-arrow-bg-zigzag.png") repeat-y;
}
.sub-about .bread {
  padding: 0 15px;
}
.sub-about .message-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.sub-about .message-name span {
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .sub-about .message-name span {
    font-size: 12px;
  }
}
.sub-about .message-name img {
  height: 30px;
}
@media screen and (max-width: 1000px) {
  .sub-about .message-name img {
    height: 20px;
  }
}
.sub-about #title-area {
  height: 700px;
  background: url("../images/about-mainimg.jpg") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .sub-about #title-area {
    height: 150vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sub-about #title-area .message-desc {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  margin-right: 45vw;
}
@media screen and (max-width: 1000px) {
  .sub-about #title-area .message-desc {
    padding: 15px;
  }
}
.sub-about #title-area .message-desc .message-catch {
  font-size: 30px;
  margin-bottom: 1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1000px) {
  .sub-about #title-area .message-desc .message-catch {
    font-size: 18px;
  }
}
.sub-about .about-box {
  width: 100%;
  max-width: 860px;
  margin: 50px auto 50px;
}
@media screen and (max-width: 1000px) {
  .sub-about .about-box {
    padding: 15px;
    margin: 25px auto;
  }
}
.sub-about .about-box h2 {
  font-size: 30px;
  margin-bottom: 1em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1000px) {
  .sub-about .about-box h2 {
    font-size: 20px;
  }
}
.sub-about .about-box .message-content {
  font-size: 17px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1000px) {
  .sub-about .about-box .message-content {
    font-size: 14px;
  }
}
.sub-about .about-box .message-content span {
  color: #3e3a39;
  font-size: 24px;
  font-weight: bold;
}
.sub-about .about-box .about-outline {
  width: 100%;
}
.sub-about .about-box .about-outline tr {
  border-bottom: 1px solid #ccc;
}
.sub-about .about-box .about-outline tr:first-child {
  border-top: 1px solid #ccc;
}
.sub-about .about-box .about-outline tr th, .sub-about .about-box .about-outline tr td {
  font-size: 17px;
  padding: 10px 1em;
  line-height: 1.3;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .sub-about .about-box .about-outline tr th, .sub-about .about-box .about-outline tr td {
    font-size: 14px;
    padding: 5px 1em;
  }
}
.sub-about .about-box .about-outline tr th {
  background: rgba(37, 53, 149, 0.1);
  white-space: nowrap;
}
.sub-about .about-box .about-building img {
  margin: 0 auto;
}
.sub-about .about-box .rinen {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.sub-about .about-box .rinen ul {
  font-size: 20px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .sub-about .about-box .rinen ul {
    font-size: 15px;
  }
}
.sub-about .about-box .rinen ul li {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.sub-about .about-box .rinen ul li::before {
  content: "";
  background: url("../images/about-rinen.svg") no-repeat;
  width: 22px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /*
  						flex-basis: 1;
  */
}
.sub-about .about-box .rinen02 ul li {
  display: block;
}
.sub-about .about-box .rinen02 ul li::before {
  content: unset;
}
.sub-about .about-box .rinen02 ul li div {
  color: #184596;
  font-weight: bold;
}
.sub-about .about-box .businesslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2em;
}
@media screen and (max-width: 1000px) {
  .sub-about .about-box .businesslist {
    padding: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub-about .about-box .businesslist div {
  width: 49%;
  padding: 0 2em;
}
@media screen and (max-width: 1000px) {
  .sub-about .about-box .businesslist div {
    width: 100%;
    padding: 0;
  }
}
.sub-about .about-box .businesslist div:first-child {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 1000px) {
  .sub-about .about-box .businesslist div:first-child {
    border: 0;
  }
}
.sub-about .about-box .businesslist div p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1000px) {
  .sub-about .about-box .businesslist div p {
    font-size: 14px;
  }
}
.sub-about .about-box .office {
  padding: 2em 15px;
  border-bottom: 1px solid #ccc;
}
.sub-about .about-box .office:first-of-type {
  border-top: 1px solid #ccc;
}
.sub-about .about-box .office p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sub-about .about-box .office p {
    font-size: 14px;
  }
}
.sub-about .about-box .office iframe {
  display: block;
  margin: 0 auto;
  width: 764px;
  height: 370px;
  border: 0;
}
@media screen and (max-width: 1000px) {
  .sub-about .about-box .office iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.sub-about .about-box .history {
  padding: 2em 15px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.sub-about .about-box .history table {
  width: 100%;
}
.sub-about .about-box .history table tr td {
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
  padding-bottom: 1em;
  vertical-align: top;
}
@media screen and (max-width: 1000px) {
  .sub-about .about-box .history table tr td {
    display: block;
    font-size: 14px;
  }
}
.sub-about .about-box .history table tr td:first-of-type {
  border-right: 1px solid #ccc;
  padding: 0.5em 2em 1em;
}
@media screen and (max-width: 1000px) {
  .sub-about .about-box .history table tr td:first-of-type {
    border: 0;
    padding: 0;
  }
}
.sub-about .about-box .history table tr td:last-of-type {
  padding-top: 0.5em;
  padding-left: 2em;
  padding-bottom: 1em;
}
@media screen and (max-width: 1000px) {
  .sub-about .about-box .history table tr td:last-of-type {
    padding: 0;
    padding-bottom: 1em;
  }
}

.sub-individual {
  background: url("../images/sub-arrow-bg-zigzag.png") repeat-y;
}
.sub-individual #title-area {
  height: 768px;
  background: url("../images/sub-mainimg-individual.jpg") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .sub-individual #title-area {
    height: 100vw;
  }
}
.sub-individual #title-area h1 img {
  width: 442px;
}
@media screen and (max-width: 1000px) {
  .sub-individual #title-area h1 img {
    width: 60%;
    margin: 0 auto;
  }
}

.sub-corporate {
  background: url("../images/sub-arrow-bg-zigzag.png") repeat-y;
}
.sub-corporate #title-area {
  height: 768px;
  background: url("../images/sub-mainimg-corporate.png") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .sub-corporate #title-area {
    height: 100vw;
  }
}
.sub-corporate #title-area h1 img {
  width: 442px;
}
@media screen and (max-width: 1000px) {
  .sub-corporate #title-area h1 img {
    width: 60%;
    margin: 0 auto;
  }
}

.sub-corporate .bread,
.sub-individual .bread {
  padding-top: 1em;
  width: clamp(862.0689655172px, 78.125vw, 1500px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .bread,
  .sub-individual .bread {
    padding: 0 15px;
  }
}
.sub-corporate .bread span a,
.sub-individual .bread span a {
  text-decoration: none;
  color: #000;
}
.sub-corporate .bread span.sep::after,
.sub-individual .bread span.sep::after {
  content: "＞";
  margin: 0 1em;
}
.sub-corporate .group,
.sub-individual .group {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group,
  .sub-individual .group {
    width: 100%;
  }
}
.sub-corporate .group.group-pt,
.sub-individual .group.group-pt {
  padding-top: 100px;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group.group-pt,
  .sub-individual .group.group-pt {
    padding-top: 50px;
  }
}
.sub-corporate .group h2,
.sub-individual .group h2 {
  font-size: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  font-family: "M PLUS 2", Arial, sans-serif;
  font-weight: 700;
  color: #253595;
  padding: 0 1em;
  border-bottom: 2px solid #253595;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group h2,
  .sub-individual .group h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.sub-corporate .group .corporate-category,
.sub-individual .group .corporate-category {
  width: clamp(862.0689655172px, 78.125vw, 1500px);
  min-height: 420px;
  margin-bottom: 50px;
  padding: 40px 0 0 80px;
  position: relative;
}
.sub-corporate .group .corporate-category::before,
.sub-individual .group .corporate-category::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url("../images/topleft-triangle.svg") no-repeat left top;
  width: 40px;
  height: 30px;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-category,
  .sub-individual .group .corporate-category {
    width: 100%;
    padding: 25px;
    min-height: auto;
    margin-bottom: 15px;
  }
}
.sub-corporate .group .corporate-category.corporate-category-01,
.sub-individual .group .corporate-category.corporate-category-01 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(198, 232, 238)), color-stop(40%, rgb(198, 232, 238)), color-stop(60%, rgba(198, 232, 238, 0))), url("../images/corporate-category-photo-01.png");
  background: linear-gradient(90deg, rgb(198, 232, 238) 0%, rgb(198, 232, 238) 40%, rgba(198, 232, 238, 0) 60%), url("../images/corporate-category-photo-01.png");
  background-position: right; /* 背景画像を右側に配置 */
  background-size: auto 100%; /* 縦幅にフィットさせる */
  background-repeat: no-repeat; /* 背景画像の繰り返しを無効化 */
}
@media screen and (max-width: 480px) {
  .sub-corporate .group .corporate-category.corporate-category-01,
  .sub-individual .group .corporate-category.corporate-category-01 {
    background: -webkit-gradient(linear, left top, right top, from(#c6e8ee), color-stop(40%, #c6e8ee), color-stop(60%, rgba(255, 255, 255, 0.5))), url(../images/corporate-category-photo-01.png);
    background: linear-gradient(90deg, #c6e8ee 0%, #c6e8ee 40%, rgba(255, 255, 255, 0.5) 60%), url(../images/corporate-category-photo-01.png);
    background-position: -20%;
    background-size: auto 100%; /* 縦幅にフィットさせる */
    background-repeat: no-repeat; /* 背景画像の繰り返しを無効化 */
  }
}
.sub-corporate .group .corporate-category.corporate-category-02,
.sub-individual .group .corporate-category.corporate-category-02 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(207, 206, 204)), color-stop(40%, rgb(207, 206, 204)), color-stop(60%, rgba(207, 206, 204, 0))), url("../images/corporate-category-photo-02.png");
  background: linear-gradient(90deg, rgb(207, 206, 204) 0%, rgb(207, 206, 204) 40%, rgba(207, 206, 204, 0) 60%), url("../images/corporate-category-photo-02.png");
  background-position: right; /* 背景画像を右側に配置 */
  background-size: auto 100%; /* 縦幅にフィットさせる */
  background-repeat: no-repeat; /* 背景画像の繰り返しを無効化 */
}
@media screen and (max-width: 480px) {
  .sub-corporate .group .corporate-category.corporate-category-02,
  .sub-individual .group .corporate-category.corporate-category-02 {
    background: -webkit-gradient(linear, left top, right top, from(rgb(207, 206, 204)), color-stop(40%, rgb(207, 206, 204)), color-stop(60%, rgba(255, 255, 255, 0.5))), url("../images/corporate-category-photo-02.png");
    background: linear-gradient(90deg, rgb(207, 206, 204) 0%, rgb(207, 206, 204) 40%, rgba(255, 255, 255, 0.5) 60%), url("../images/corporate-category-photo-02.png");
    background-position: right;
    background-size: auto 100%; /* 縦幅にフィットさせる */
    background-repeat: no-repeat; /* 背景画像の繰り返しを無効化 */
  }
}
.sub-corporate .group .corporate-category.corporate-category-03,
.sub-individual .group .corporate-category.corporate-category-03 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(189, 199, 198)), color-stop(40%, rgb(189, 199, 198)), color-stop(60%, rgba(189, 199, 198, 0))), url("../images/corporate-category-photo-03.png");
  background: linear-gradient(90deg, rgb(189, 199, 198) 0%, rgb(189, 199, 198) 40%, rgba(189, 199, 198, 0) 60%), url("../images/corporate-category-photo-03.png");
  background-position: right; /* 背景画像を右側に配置 */
  background-size: auto 100%; /* 縦幅にフィットさせる */
  background-repeat: no-repeat; /* 背景画像の繰り返しを無効化 */
}
@media screen and (max-width: 480px) {
  .sub-corporate .group .corporate-category.corporate-category-03,
  .sub-individual .group .corporate-category.corporate-category-03 {
    background: -webkit-gradient(linear, left top, right top, from(rgb(189, 199, 198)), color-stop(40%, rgb(189, 199, 198)), color-stop(60%, rgba(255, 255, 255, 0.5))), url("../images/corporate-category-photo-03.png");
    background: linear-gradient(90deg, rgb(189, 199, 198) 0%, rgb(189, 199, 198) 40%, rgba(255, 255, 255, 0.5) 60%), url("../images/corporate-category-photo-03.png");
    background-position: right;
    background-size: auto 100%; /* 縦幅にフィットさせる */
    background-repeat: no-repeat; /* 背景画像の繰り返しを無効化 */
  }
}
.sub-corporate .group .corporate-category.corporate-category-04,
.sub-individual .group .corporate-category.corporate-category-04 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(239, 236, 228)), color-stop(40%, rgb(239, 236, 228)), color-stop(60%, rgba(239, 236, 228, 0))), url("../images/corporate-category-photo-04.png");
  background: linear-gradient(90deg, rgb(239, 236, 228) 0%, rgb(239, 236, 228) 40%, rgba(239, 236, 228, 0) 60%), url("../images/corporate-category-photo-04.png");
  background-position: right; /* 背景画像を右側に配置 */
  background-size: auto 100%; /* 縦幅にフィットさせる */
  background-repeat: no-repeat; /* 背景画像の繰り返しを無効化 */
}
@media screen and (max-width: 480px) {
  .sub-corporate .group .corporate-category.corporate-category-04,
  .sub-individual .group .corporate-category.corporate-category-04 {
    background: -webkit-gradient(linear, left top, right top, from(rgb(239, 236, 228)), color-stop(40%, rgb(239, 236, 228)), color-stop(60%, rgba(255, 255, 255, 0.5))), url("../images/corporate-category-photo-04.png");
    background: linear-gradient(90deg, rgb(239, 236, 228) 0%, rgb(239, 236, 228) 40%, rgba(255, 255, 255, 0.5) 60%), url("../images/corporate-category-photo-04.png");
    background-position: 0%;
    background-size: auto 100%; /* 縦幅にフィットさせる */
    background-repeat: no-repeat; /* 背景画像の繰り返しを無効化 */
  }
}
.sub-corporate .group .corporate-category.corporate-category-05,
.sub-individual .group .corporate-category.corporate-category-05 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(178, 202, 237)), color-stop(40%, rgb(178, 202, 237)), color-stop(60%, rgba(178, 202, 237, 0))), url("../images/corporate-category-photo-05.png");
  background: linear-gradient(90deg, rgb(178, 202, 237) 0%, rgb(178, 202, 237) 40%, rgba(178, 202, 237, 0) 60%), url("../images/corporate-category-photo-05.png");
  background-position: right; /* 背景画像を右側に配置 */
  background-size: auto 100%; /* 縦幅にフィットさせる */
  background-repeat: no-repeat; /* 背景画像の繰り返しを無効化 */
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-category.corporate-category-05,
  .sub-individual .group .corporate-category.corporate-category-05 {
    margin-bottom: 60px;
  }
}
.sub-corporate .group .corporate-category span.h3-en,
.sub-individual .group .corporate-category span.h3-en {
  font-size: 22px;
  color: #253595;
  font-family: "Arial Narrow", Arial, sans-serif;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-category span.h3-en,
  .sub-individual .group .corporate-category span.h3-en {
    font-size: 14px;
  }
}
.sub-corporate .group .corporate-category h3,
.sub-individual .group .corporate-category h3 {
  font-family: "M PLUS 2", Arial, sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-category h3,
  .sub-individual .group .corporate-category h3 {
    font-size: 24px;
  }
}
.sub-corporate .group .corporate-category ul,
.sub-individual .group .corporate-category ul {
  color: #253595;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-category ul,
  .sub-individual .group .corporate-category ul {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.sub-corporate .group .corporate-category ul li::before,
.sub-individual .group .corporate-category ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background: url("../images/check.svg") no-repeat;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-category ul li::before,
  .sub-individual .group .corporate-category ul li::before {
    width: 10px;
    height: 6px;
  }
}
.sub-corporate .group .customers-menu,
.sub-corporate .group .customers-menu-parent,
.sub-individual .group .customers-menu,
.sub-individual .group .customers-menu-parent {
  width: clamp(862.0689655172px, 78.125vw, 1500px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "M PLUS 2", Arial, sans-serif;
  font-weight: 700;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .customers-menu,
  .sub-corporate .group .customers-menu-parent,
  .sub-individual .group .customers-menu,
  .sub-individual .group .customers-menu-parent {
    width: 100%;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.sub-corporate .group .customers-menu li,
.sub-corporate .group .customers-menu-parent li,
.sub-individual .group .customers-menu li,
.sub-individual .group .customers-menu-parent li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 20px) / 3);
  height: 80px;
  background-color: #f3f7f8;
  background-image: url("../images/arrow-right-blue.svg");
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 10px 20px;
  border: 1px solid #253595;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 50px 0 25px;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .customers-menu li,
  .sub-corporate .group .customers-menu-parent li,
  .sub-individual .group .customers-menu li,
  .sub-individual .group .customers-menu-parent li {
    width: calc((100% - 10px) / 2);
    height: auto;
    padding: 10px 20px 10px 15px;
    background-position: right 10px center;
  }
}
.sub-corporate .group .customers-menu li a,
.sub-corporate .group .customers-menu-parent li a,
.sub-individual .group .customers-menu li a,
.sub-individual .group .customers-menu-parent li a {
  color: #000;
  text-decoration: none;
  display: block;
}
.sub-corporate .group .customers-menu,
.sub-individual .group .customers-menu {
  display: none;
}
.sub-corporate .group .customers-menu-parent,
.sub-individual .group .customers-menu-parent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub-corporate .group .customers-menu-parent.closed li::after,
.sub-individual .group .customers-menu-parent.closed li::after {
  content: "▼";
  color: #253595;
}
.sub-corporate .group .customers-menu-parent.opened li::after,
.sub-individual .group .customers-menu-parent.opened li::after {
  content: "▲";
  color: #253595;
}
.sub-corporate .group .customers-menu-parent li,
.sub-individual .group .customers-menu-parent li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 30px;
}
.sub-corporate .group .corporate-single,
.sub-corporate .group .individual-single,
.sub-individual .group .corporate-single,
.sub-individual .group .individual-single {
  width: clamp(862.0689655172px, 78.125vw, 1500px);
  background: #f3f7f8;
  border: 1px solid #253595;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 110px;
  padding: 50px;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-single,
  .sub-corporate .group .individual-single,
  .sub-individual .group .corporate-single,
  .sub-individual .group .individual-single {
    width: 100%;
    margin-bottom: 15px;
    padding: 25px 15px;
  }
}
.sub-corporate .group .corporate-single:nth-of-type(even),
.sub-corporate .group .individual-single:nth-of-type(even),
.sub-individual .group .corporate-single:nth-of-type(even),
.sub-individual .group .individual-single:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-single.corporate-01-single-01 div.corporate-single-cut,
  .sub-corporate .group .individual-single.corporate-01-single-01 div.corporate-single-cut,
  .sub-individual .group .corporate-single.corporate-01-single-01 div.corporate-single-cut,
  .sub-individual .group .individual-single.corporate-01-single-01 div.corporate-single-cut {
    width: 100%;
  }
}
.sub-corporate .group .corporate-single h3,
.sub-corporate .group .individual-single h3,
.sub-individual .group .corporate-single h3,
.sub-individual .group .individual-single h3 {
  width: 100%;
  font-size: 40px;
  color: #253595;
  font-family: "M PLUS 2", Arial, sans-serif;
  font-weight: 700;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-single h3,
  .sub-corporate .group .individual-single h3,
  .sub-individual .group .corporate-single h3,
  .sub-individual .group .individual-single h3 {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
.sub-corporate .group .corporate-single h3::after,
.sub-corporate .group .individual-single h3::after,
.sub-individual .group .corporate-single h3::after,
.sub-individual .group .individual-single h3::after {
  content: "";
  display: block;
  margin: 0.5em auto 0;
  width: 240px;
  height: 12px;
  background: url("../images/h3-border-mix.svg");
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-single h3::after,
  .sub-corporate .group .individual-single h3::after,
  .sub-individual .group .corporate-single h3::after,
  .sub-individual .group .individual-single h3::after {
    width: 150px;
    height: 6px;
  }
}
.sub-corporate .group .corporate-single div.corporate-single-cut,
.sub-corporate .group .corporate-single div.individual-cut,
.sub-corporate .group .individual-single div.corporate-single-cut,
.sub-corporate .group .individual-single div.individual-cut,
.sub-individual .group .corporate-single div.corporate-single-cut,
.sub-individual .group .corporate-single div.individual-cut,
.sub-individual .group .individual-single div.corporate-single-cut,
.sub-individual .group .individual-single div.individual-cut {
  width: calc((100% - 100px) / 2);
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-single div.corporate-single-cut,
  .sub-corporate .group .corporate-single div.individual-cut,
  .sub-corporate .group .individual-single div.corporate-single-cut,
  .sub-corporate .group .individual-single div.individual-cut,
  .sub-individual .group .corporate-single div.corporate-single-cut,
  .sub-individual .group .corporate-single div.individual-cut,
  .sub-individual .group .individual-single div.corporate-single-cut,
  .sub-individual .group .individual-single div.individual-cut {
    margin-bottom: 15px;
    width: 100%;
  }
}
.sub-corporate .group .corporate-single div.corporate-single-content,
.sub-corporate .group .corporate-single div.individual-content,
.sub-corporate .group .individual-single div.corporate-single-content,
.sub-corporate .group .individual-single div.individual-content,
.sub-individual .group .corporate-single div.corporate-single-content,
.sub-individual .group .corporate-single div.individual-content,
.sub-individual .group .individual-single div.corporate-single-content,
.sub-individual .group .individual-single div.individual-content {
  width: clamp(313.2183908046px, 28.3854166667vw, 545px);
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-single div.corporate-single-content,
  .sub-corporate .group .corporate-single div.individual-content,
  .sub-corporate .group .individual-single div.corporate-single-content,
  .sub-corporate .group .individual-single div.individual-content,
  .sub-individual .group .corporate-single div.corporate-single-content,
  .sub-individual .group .corporate-single div.individual-content,
  .sub-individual .group .individual-single div.corporate-single-content,
  .sub-individual .group .individual-single div.individual-content {
    width: 100%;
  }
}
.sub-corporate .group .corporate-single div.corporate-single-content h4,
.sub-corporate .group .corporate-single div.individual-content h4,
.sub-corporate .group .individual-single div.corporate-single-content h4,
.sub-corporate .group .individual-single div.individual-content h4,
.sub-individual .group .corporate-single div.corporate-single-content h4,
.sub-individual .group .corporate-single div.individual-content h4,
.sub-individual .group .individual-single div.corporate-single-content h4,
.sub-individual .group .individual-single div.individual-content h4 {
  font-size: 23px;
  background: #feed00;
  font-weight: normal;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5em 0;
  padding: 0 1.5em;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-single div.corporate-single-content h4,
  .sub-corporate .group .corporate-single div.individual-content h4,
  .sub-corporate .group .individual-single div.corporate-single-content h4,
  .sub-corporate .group .individual-single div.individual-content h4,
  .sub-individual .group .corporate-single div.corporate-single-content h4,
  .sub-individual .group .corporate-single div.individual-content h4,
  .sub-individual .group .individual-single div.corporate-single-content h4,
  .sub-individual .group .individual-single div.individual-content h4 {
    font-size: 16px;
  }
}
.sub-corporate .group .corporate-single div.corporate-single-content ul,
.sub-corporate .group .corporate-single div.individual-content ul,
.sub-corporate .group .individual-single div.corporate-single-content ul,
.sub-corporate .group .individual-single div.individual-content ul,
.sub-individual .group .corporate-single div.corporate-single-content ul,
.sub-individual .group .corporate-single div.individual-content ul,
.sub-individual .group .individual-single div.corporate-single-content ul,
.sub-individual .group .individual-single div.individual-content ul {
  color: #253595;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-single div.corporate-single-content ul,
  .sub-corporate .group .corporate-single div.individual-content ul,
  .sub-corporate .group .individual-single div.corporate-single-content ul,
  .sub-corporate .group .individual-single div.individual-content ul,
  .sub-individual .group .corporate-single div.corporate-single-content ul,
  .sub-individual .group .corporate-single div.individual-content ul,
  .sub-individual .group .individual-single div.corporate-single-content ul,
  .sub-individual .group .individual-single div.individual-content ul {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.sub-corporate .group .corporate-single div.corporate-single-content ul li::before,
.sub-corporate .group .corporate-single div.individual-content ul li::before,
.sub-corporate .group .individual-single div.corporate-single-content ul li::before,
.sub-corporate .group .individual-single div.individual-content ul li::before,
.sub-individual .group .corporate-single div.corporate-single-content ul li::before,
.sub-individual .group .corporate-single div.individual-content ul li::before,
.sub-individual .group .individual-single div.corporate-single-content ul li::before,
.sub-individual .group .individual-single div.individual-content ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background: url("../images/check.svg") no-repeat;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-single div.corporate-single-content ul li::before,
  .sub-corporate .group .corporate-single div.individual-content ul li::before,
  .sub-corporate .group .individual-single div.corporate-single-content ul li::before,
  .sub-corporate .group .individual-single div.individual-content ul li::before,
  .sub-individual .group .corporate-single div.corporate-single-content ul li::before,
  .sub-individual .group .corporate-single div.individual-content ul li::before,
  .sub-individual .group .individual-single div.corporate-single-content ul li::before,
  .sub-individual .group .individual-single div.individual-content ul li::before {
    width: 10px;
    height: 6px;
  }
}
.sub-corporate .group .corporate-single div.corporate-single-content h5,
.sub-corporate .group .corporate-single div.individual-content h5,
.sub-corporate .group .individual-single div.corporate-single-content h5,
.sub-corporate .group .individual-single div.individual-content h5,
.sub-individual .group .corporate-single div.corporate-single-content h5,
.sub-individual .group .corporate-single div.individual-content h5,
.sub-individual .group .individual-single div.corporate-single-content h5,
.sub-individual .group .individual-single div.individual-content h5 {
  font-size: 24px;
  font-family: "M PLUS 2", Arial, sans-serif;
  font-weight: 700;
  padding: 0 1em;
  margin: 0 0 0.75em;
  color: #253595;
  border: 2px solid #253595;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
}
@media screen and (max-width: 1200px) {
  .sub-corporate .group .corporate-single div.corporate-single-content h5,
  .sub-corporate .group .corporate-single div.individual-content h5,
  .sub-corporate .group .individual-single div.corporate-single-content h5,
  .sub-corporate .group .individual-single div.individual-content h5,
  .sub-individual .group .corporate-single div.corporate-single-content h5,
  .sub-individual .group .corporate-single div.individual-content h5,
  .sub-individual .group .individual-single div.corporate-single-content h5,
  .sub-individual .group .individual-single div.individual-content h5 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-single div.corporate-single-content h5,
  .sub-corporate .group .corporate-single div.individual-content h5,
  .sub-corporate .group .individual-single div.corporate-single-content h5,
  .sub-corporate .group .individual-single div.individual-content h5,
  .sub-individual .group .corporate-single div.corporate-single-content h5,
  .sub-individual .group .corporate-single div.individual-content h5,
  .sub-individual .group .individual-single div.corporate-single-content h5,
  .sub-individual .group .individual-single div.individual-content h5 {
    font-size: 17px;
  }
}
.sub-corporate .group .corporate-single div.corporate-single-content p,
.sub-corporate .group .corporate-single div.individual-content p,
.sub-corporate .group .individual-single div.corporate-single-content p,
.sub-corporate .group .individual-single div.individual-content p,
.sub-individual .group .corporate-single div.corporate-single-content p,
.sub-individual .group .corporate-single div.individual-content p,
.sub-individual .group .individual-single div.corporate-single-content p,
.sub-individual .group .individual-single div.individual-content p {
  font-size: 19px;
  margin-bottom: 2em;
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-single div.corporate-single-content p,
  .sub-corporate .group .corporate-single div.individual-content p,
  .sub-corporate .group .individual-single div.corporate-single-content p,
  .sub-corporate .group .individual-single div.individual-content p,
  .sub-individual .group .corporate-single div.corporate-single-content p,
  .sub-individual .group .corporate-single div.individual-content p,
  .sub-individual .group .individual-single div.corporate-single-content p,
  .sub-individual .group .individual-single div.individual-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .corporate-single div.corporate-single-content a.more,
  .sub-corporate .group .corporate-single div.individual-content a.more,
  .sub-corporate .group .individual-single div.corporate-single-content a.more,
  .sub-corporate .group .individual-single div.individual-content a.more,
  .sub-individual .group .corporate-single div.corporate-single-content a.more,
  .sub-individual .group .corporate-single div.individual-content a.more,
  .sub-individual .group .individual-single div.corporate-single-content a.more,
  .sub-individual .group .individual-single div.individual-content a.more {
    margin: 0 auto;
  }
}
.sub-corporate .group .voice-slider,
.sub-individual .group .voice-slider {
  width: clamp(804.5977011494px, 72.9166666667vw, 1400px);
}
@media screen and (max-width: 1000px) {
  .sub-corporate .group .voice-slider,
  .sub-individual .group .voice-slider {
    display: none;
  }
}
.sub-corporate .group .voice-slider li,
.sub-individual .group .voice-slider li {
  margin: 10px;
  border: 3px solid #253595;
  position: relative;
}
.sub-corporate .group .voice-slider li::before,
.sub-individual .group .voice-slider li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url("../images/topleft-triangle.svg") no-repeat left top;
  width: 40px;
  height: 30px;
  background-size: cover;
}
.sub-corporate .group .voice-slider li,
.sub-individual .group .voice-slider li {
  line-height: 1.4;
  font-family: "M PLUS 2", Arial, sans-serif;
  font-weight: 700;
  padding: 0 0 10px 0;
}
.sub-corporate .group .voice-slider li h3,
.sub-individual .group .voice-slider li h3 {
  font-size: 16px;
  padding: 0.5em 1em 0.5em 2.5em;
  line-height: 1.2;
}
.sub-corporate .group .voice-slider li h4,
.sub-individual .group .voice-slider li h4 {
  font-size: 17px;
  color: #253595;
  line-height: 1.2;
  padding: 0.5em;
}
.sub-corporate .group .voice-slider li span,
.sub-individual .group .voice-slider li span {
  display: block;
  font-size: 12px;
  padding: 0 10px;
  line-height: 1.5;
}
.sub-corporate .group .voice-slider li a,
.sub-individual .group .voice-slider li a {
  font-size: 9px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
  margin-left: auto;
  background: #253595;
  color: #fff;
  text-decoration: none;
  padding: 1em;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-corporate .group .voice-slider li a::after,
.sub-individual .group .voice-slider li a::after {
  content: url("../images/arrow-right-white-wide.svg");
  width: 7px;
  height: 10px;
  margin-left: 10px;
}
.sub-corporate .group .voice-slider .slick-next, .sub-corporate .group .voice-slider .slick-prev,
.sub-individual .group .voice-slider .slick-next,
.sub-individual .group .voice-slider .slick-prev {
  width: 42px;
  height: 42px;
}
.sub-corporate .group .voice-slider .slick-prev,
.sub-individual .group .voice-slider .slick-prev {
  left: -45px;
}
.sub-corporate .group .voice-slider .slick-next,
.sub-individual .group .voice-slider .slick-next {
  right: -45px;
}
.sub-corporate .group .voice-slider .slick-next:before, .sub-corporate .group .voice-slider .slick-prev:before,
.sub-individual .group .voice-slider .slick-next:before,
.sub-individual .group .voice-slider .slick-prev:before {
  color: #253595;
  border: 2px solid #253595;
  border-radius: 100px;
}
.sub-corporate .group .voice-slider .slick-prev:before,
.sub-individual .group .voice-slider .slick-prev:before {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "";
  background-image: url("../images/arrow-left-blue.svg");
  background-size: 7px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.sub-corporate .group .voice-slider .slick-next:before,
.sub-individual .group .voice-slider .slick-next:before {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "";
  background-image: url("../images/arrow-right-blue.svg");
  background-size: 7px 14px;
  background-position: center;
  background-repeat: no-repeat;
}

#recruit-top-hdcontent {
  position: relative;
  /*
  	top:-7.5vw;
  	margin-bottom: -7.5vw;
  */
  top: 7.5vw;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background-image: url("../images/recruit-top-hdcotent-bg2.png");
  background-position: right bottom -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #2777b5;
}
@media screen and (max-width: 1000px) {
  #recruit-top-hdcontent {
    top: 80px !important;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  #recruit-top-hdcontent {
    top: 45px !important;
  }
}
#recruit-top-hdcontent img.recruit-top-mainimg-overlay {
  position: absolute;
  z-index: 1;
  right: 5vw;
  top: 0;
  /*
  		width:calc-clamp(874);
  */
  width: clamp(329.8850574713px, 29.8958333333vw, 574px);
  /* フェードアウト効果 */
  /* フェードアウト効果 (下部75%から開始) */
  /*
  		-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 70%);
  		mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 70%);
  */
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgb(0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 90%);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgb(0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 90%);
  /* 対応ブラウザで画像を表示する */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  /* スムーズなフェードアウトを保つ */
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media screen and (max-width: 1000px) {
  #recruit-top-hdcontent img.recruit-top-mainimg-overlay {
    /*
    			width:50vw;
    */
    width: 35vw;
    /* フェードアウト効果 */
    /* フェードアウト効果 (下部75%から開始) */
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgb(0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 90%);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgb(0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 90%);
  }
}
@media screen and (max-width: 860px) {
  #recruit-top-hdcontent img.recruit-top-mainimg-overlay {
    /* フェードアウト効果 */
    /* フェードアウト効果 (下部75%から開始) */
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  }
}
@media screen and (max-width: 640px) {
  #recruit-top-hdcontent img.recruit-top-mainimg-overlay {
    top: 40px;
    width: 35vw;
  }
}
#recruit-top-hdcontent div.recruit-top-mainimg-copy {
  height: clamp(380.4597701149px, 34.4791666667vw, 662px);
  background: url("../images/recruit-top-mainimg-bg_1.jpg") no-repeat center top;
  background-size: contain;
  padding-top: clamp(57.4712643678px, 5.2083333333vw, 100px);
  padding-left: 20vw;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  #recruit-top-hdcontent div.recruit-top-mainimg-copy {
    /*
    			padding-top: 40vw;
    */
    padding-top: clamp(28.7356321839px, 2.6041666667vw, 50px);
    padding-left: 10%;
    /*
    			height: auto;
    */
    height: clamp(344.8275862069px, 31.25vw, 600px);
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 860px) {
  #recruit-top-hdcontent div.recruit-top-mainimg-copy {
    height: clamp(316.091954023px, 28.6458333333vw, 550px);
  }
}
@media screen and (max-width: 768px) {
  #recruit-top-hdcontent div.recruit-top-mainimg-copy {
    height: clamp(270.1149425287px, 24.4791666667vw, 470px);
  }
}
@media screen and (max-width: 640px) {
  #recruit-top-hdcontent div.recruit-top-mainimg-copy {
    height: clamp(218.3908045977px, 19.7916666667vw, 380px);
  }
}
@media screen and (max-width: 560px) {
  #recruit-top-hdcontent div.recruit-top-mainimg-copy {
    height: clamp(189.6551724138px, 17.1875vw, 330px);
  }
}
@media screen and (max-width: 480px) {
  #recruit-top-hdcontent div.recruit-top-mainimg-copy {
    height: clamp(160.9195402299px, 14.5833333333vw, 280px);
    padding-top: clamp(22.9885057471px, 2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 400px) {
  #recruit-top-hdcontent div.recruit-top-mainimg-copy {
    height: clamp(137.9310344828px, 12.5vw, 240px);
  }
}
#recruit-top-hdcontent div.recruit-top-mainimg-copy img {
  width: clamp(405.7471264368px, 36.7708333333vw, 706px);
}
@media screen and (max-width: 1000px) {
  #recruit-top-hdcontent div.recruit-top-mainimg-copy img {
    width: 50%;
  }
}
#recruit-top-hdcontent ul#recruit-top-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: clamp(43.1034482759px, 3.90625vw, 75px);
  position: relative;
  z-index: 2;
}
#recruit-top-hdcontent ul#recruit-top-thumb li {
  width: 25%;
}
#recruit-top-hdcontent ul#recruit-top-thumb li img {
  width: 100%;
  aspect-ratio: 12/7;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit-top-hdcontent h2 {
  font-weight: 900;
  font-size: clamp(28.7356321839px, 2.6041666667vw, 50px);
  margin-bottom: clamp(34.4827586207px, 3.125vw, 60px);
  color: #fff;
  position: relative;
  z-index: 3;
}
#recruit-top-hdcontent h2.centering {
  text-align: center;
}
#recruit-top-hdcontent h2.margin-narrow {
  margin-bottom: clamp(17.2413793103px, 1.5625vw, 30px);
}
#recruit-top-hdcontent iframe {
  width: 774px;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  margin: 0 auto 90px;
}
@media screen and (max-width: 1000px) {
  #recruit-top-hdcontent iframe {
    width: 100%;
    margin-bottom: 45px;
  }
}
#recruit-top-hdcontent div.recruit-top-group {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  #recruit-top-hdcontent div.recruit-top-group.recruit-top-group-01 {
    padding: 0 15px;
  }
}
#recruit-top-hdcontent div.recruit-top-group.recruit-top-group-02 {
  width: clamp(689.6551724138px, 62.5vw, 1200px);
  margin: 0 auto;
  padding-bottom: clamp(86.2068965517px, 7.8125vw, 150px);
}
@media screen and (max-width: 1000px) {
  #recruit-top-hdcontent div.recruit-top-group.recruit-top-group-02 {
    width: 100%;
    padding: 0 15px 30px;
  }
}
#recruit-top-hdcontent div.recruit-top-group.recruit-top-group-02 h3 {
  font-size: clamp(48.275862069px, 4.375vw, 84px);
  line-height: 1.23;
  margin-bottom: 1em;
  font-weight: 700;
}
#recruit-top-hdcontent div.recruit-top-group.recruit-top-group-02 p {
  margin-bottom: 1em;
  font-size: clamp(14.9425287356px, 1.3541666667vw, 26px);
  line-height: 2.1;
  font-weight: 700;
}
#recruit-top-hdcontent div.recruit-top-group.recruit-top-group-02 p:last-of-type {
  margin-bottom: clamp(57.4712643678px, 5.2083333333vw, 100px);
}
#recruit-top-hdcontent div.recruit-top-group.recruit-top-group-02 p span {
  font-size: clamp(20.6896551724px, 1.875vw, 36px);
  font-weight: bold;
}
#recruit-top-hdcontent div.recruit-top-group.recruit-top-group-02 a.more {
  font-weight: 700;
}

#sub.sub-recruit {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  padding-top: clamp(63.2183908046px, 5.7291666667vw, 110px);
  background: url("../images/sub-recruit-arrow-bg-zigzag.png.png") repeat-y center top -50px;
}
#sub.sub-recruit .sub-recruit-group {
  margin: 0 auto clamp(63.2183908046px, 5.7291666667vw, 110px);
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-01 {
  width: clamp(689.6551724138px, 62.5vw, 1200px);
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-01 {
    width: 100%;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-01 h3 {
  text-indent: -3em;
  padding-left: 3em;
  margin-bottom: 1em;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 {
  width: 1100px;
}
@media screen and (max-width: 1100px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 {
    width: 100%;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .h2-h3-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .h2-h3-wrapper h2 {
  line-height: 1.2;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .recruit-movies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .recruit-movies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 15px;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .recruit-movies div {
  width: 500px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .recruit-movies div {
    width: 100%;
    margin-bottom: 30px;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .recruit-movies div:nth-of-type(odd) {
  padding-top: 70px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .recruit-movies div:nth-of-type(odd) {
    padding-top: 30px;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .recruit-movies div h4 {
  width: 230px;
  background: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 19px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .recruit-movies div h4 {
    width: 100%;
    font-size: 16px;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .recruit-movies div iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 1em;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .recruit-movies div span {
  display: block;
  font-weight: 500;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .recruit-movies div span.nyusha {
  font-size: 17px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .recruit-movies div span.nyusha {
    font-size: 14px;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .recruit-movies div span.name {
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .recruit-movies div span.name {
    font-size: 18px;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-02 .recruit-movies div span.name .eng {
  display: inline-block;
  font-size: 15px;
  margin-left: 2em;
  font-weight: 900;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 {
  width: 1100px;
}
@media screen and (max-width: 1100px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 {
    width: 100%;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 h2, #sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 h3 {
  text-align: center;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 h2 {
  line-height: 1.2;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 .recruit-jobs {
  padding-top: 90px;
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 .recruit-jobs {
    width: 100%;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 .recruit-jobs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 30px 15px;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 .recruit-jobs > div {
  width: 500px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 .recruit-jobs > div {
    width: 100%;
    margin-bottom: 30px;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 .recruit-jobs > div > div {
  position: relative;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 .recruit-jobs > div > div span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  /*
  width: 172px;
  height: 115px;
  */
  width: 181px;
  height: 126px;
  background: url("../images/recruit-jobs-triangle.png") no-repeat left top;
/*  background-size: 171px 114px; */
  background-size: 180px 125px;
  color: #fff;
  font-size: 22px;
  padding: 0.5em;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 .recruit-jobs > div > div img {
  aspect-ratio: 500/268;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 .recruit-jobs > div > div a.more.more-black {
  border-radius: 0;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 10px;
  bottom: 10px;
  /*
  							padding: inherit 0.2em;
  */
  padding: 0.5em;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 .recruit-jobs > div > div a.more.more-black {
    font-size: 14px;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 .recruit-jobs > div > div a.more.more-black::after {
  margin-left: 1em;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 .recruit-jobs > div a.more.more-gray-fullwidth {
  background: #717071;
  width: 100%;
  font-size: 21px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-03 .recruit-jobs > div a.more.more-gray-fullwidth {
    font-size: 14px;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-04 {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 75px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-04 {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-04 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-04 img {
  width: 455px;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-04 div h2 {
  line-height: 1.2;
  margin-bottom: 35px;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-04 div p {
  font-size: 19px;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-04 div a.more {
  margin-top: 30px;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-05 {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-05 {
    width: 100%;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-05 {
    width: 100%;
    padding: 30px 15px;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-05 .recrui-2tone-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-05 .recrui-2tone-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-05 .recrui-2tone-btns li {
  background-color: #253595;
  background-image: url("../images/recruit-2tone-bg_1.png");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-05 .recrui-2tone-btns li a {
  display: block;
  width: 565px;
  height: 230px;
  font-size: 26px;
  padding-top: 1em;
  padding-left: 1em;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-05 .recrui-2tone-btns li a {
    width: 100%;
    height: auto;
    aspect-ratio: 565/230;
    font-size: 16px;
  }
}
#sub.sub-recruit .sub-recruit-group.sub-recruit-group-05 .recrui-2tone-btns li a span::after {
  line-height: 1.5;
  display: inline-block;
  content: url("../images/arrow-right-white-wide.svg");
  width: 20px;
  height: 30px;
  vertical-align: sub;
  margin-left: 1em;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group.sub-recruit-group-05 .recrui-2tone-btns li a span::after {
    width: 10px;
    height: 15px;
  }
}
#sub.sub-recruit .sub-recruit-group h2 {
  font-size: clamp(44.8275862069px, 4.0625vw, 78px);
  font-weight: 900;
  color: #253595;
  font-size: 80px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group h2 {
    font-size: 30px;
  }
}
#sub.sub-recruit .sub-recruit-group h3 {
  font-size: clamp(21.8390804598px, 1.9791666667vw, 38px);
  font-weight: 500;
  color: #476ead;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit .sub-recruit-group h3 {
    font-size: 15px;
  }
}
.employee-slider-wrap{
    overflow: hidden;
    width: 100%;
    margin: -100px auto 100px;
}
    @media (max-width: 1000px) {
        .employee-slider-wrap{
            margin-top: -40px;
        }
    }
#recruit-employee-slide {
    display: flex;
    width: max-content;
    margin: 0;
    padding: 0;
    list-style: none;
    animation: employee-slide 40s linear infinite;
}
    #recruit-employee-slide li{
        flex-shrink: 0;
    }
        #recruit-employee-slide img{
            display: block;
            width: 250px;
            height: auto;
        }
@keyframes employee-slide{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-50%);
    }
}

#sub.sub-recruit-job #title-area {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background: url("../images/recruit-job-mainimg-bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/288;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #title-area {
    aspect-ratio: 3/1;
  }
}
#sub.sub-recruit-job #title-area h1 {
  font-size: 80px;
  color: #253595;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #title-area h1 {
    font-size: 30px;
  }
}
#sub.sub-recruit-job #title-area h1 span {
  display: block;
  font-size: 38px;
  color: #2777b5;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #title-area h1 span {
    font-size: 16px;
  }
}
#sub.sub-recruit-job #sub-content {
  margin: 0 auto;
  padding: 78px 0 0 0;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content {
    padding: 30px 15px;
  }
}
#sub.sub-recruit-job #sub-content .mynavi-banner-outer {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 30px;
}


#sub.sub-recruit-job #sub-content ul#job-category-list {
  width: 1030px;
  margin: 0 auto 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 20px 4.3%;
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content ul#job-category-list {
    width: 100%;
    margin-bottom: 30px;
    gap: 10px;
  }
}
#sub.sub-recruit-job #sub-content ul#job-category-list li {
  width: 224px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content ul#job-category-list li {
    width: 48%;
  }
}
#sub.sub-recruit-job #sub-content ul#job-category-list li a {
  display: block;
  background: #253595;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  padding: 0.25em 1em;
  border-radius: 12px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content ul#job-category-list li a {
    font-size: 18px;
  }
}
#sub.sub-recruit-job #sub-content ul#job-category-list li a::after {
  content: "";
  background: url("../images/arrow-bottom-white-wide.svg") no-repeat center;
  background-size: contain;
  width: 30px;
  height: 20px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content ul#job-category-list li a::after {
    width: 21px;
    height: 14px;
  }
}
#sub.sub-recruit-job #sub-content .job-category h2 {
  cursor: pointer;
  width: 1030px;
  background: #253595;
  color: #fff;
  font-size: 28px;
  padding: 0.25em 1em;
  border-radius: 9999px;
  font-weight: 900;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category h2 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#sub.sub-recruit-job #sub-content .job-category h2::after {
  content: "";
  background-size: contain;
  width: 30px;
  height: 30px;
}
#sub.sub-recruit-job #sub-content .job-category h2.closed::after {
  background: url("../images/plus.svg") no-repeat center;
}
#sub.sub-recruit-job #sub-content .job-category h2.opened::after {
  background: url("../images/minus.svg") no-repeat center;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content {
  display: none;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content img.hd-icon {
  width: 60px;
  height: auto;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content img.hd-icon {
    width: 30px;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content h3 {
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content h3 {
    font-size: 21px;
    margin: 0 auto 30px;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content {
  width: 1030px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content {
    width: 100%;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .time_line {
  width: 5px;
  height: 85%;
  position: absolute;
  top: 7%;
  left: 84px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 15px;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .time_line span {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .time_line span {
    display: none;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .schedule {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .schedule > span {
  width: 112px;
  margin-right: 56px;
  margin-left: 28px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .schedule > span {
    display: none;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .schedule > span img.schedule-clock {
  display: block;
  width: 112px;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .schedule img.schedule-photo {
  width: 376px;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .schedule img.schedule-photo {
    width: 40%;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .schedule div.schedule-not-pic {
  -webkit-box-flex: 0.9;
      -ms-flex: 0.9;
          flex: 0.9;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .schedule div.schedule-not-pic {
    width: 40%;
    margin-right: 20px;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .schedule div {
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .schedule h4 {
  font-size: 22px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .schedule h4 {
    font-size: 18px;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .schedule h4 span {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .schedule h4 span {
    font-size: 14px;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .schedule p {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content .schedule-content .schedule p {
    font-size: 14px;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-movie {
  background: #e9eaf4;
  padding: 40px 15px 60px;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-movie .inner {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content .job-movie .inner {
    width: 100%;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-movie .inner iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 1em;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-movie .inner span {
  display: block;
  font-weight: 500;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-movie .inner span.nyusha {
  font-size: 17px;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-movie .inner span.name {
  font-size: 24px;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-movie .inner span.name .eng {
  display: inline-block;
  font-size: 15px;
  margin-left: 2em;
  font-weight: 900;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko {
  width: 1030px;
  margin: 0 auto;
  padding: 70px 15px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko {
    width: 100%;
    padding: 30px 0;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko h3 {
  border-left: 6px solid #000;
  padding-left: 12px;
  font-size: 28px;
  color: #000;
  text-align: left;
  margin-bottom: 1em;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko h3 {
    font-size: 18px;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko h4 {
    font-size: 16px;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table {
    margin-bottom: 50px;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr {
  border-bottom: 1px solid #000;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr:first-child {
  border-top: 1px solid #000;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr th, #sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr td {
  font-weight: 500;
  vertical-align: middle;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr th {
  font-size: 20px;
  background: #efefef;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr th {
    font-size: 14px;
    width: auto;
    white-space: nowrap;
    padding: 1em;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr th span {
    display: block;
    font-size:14px;
}
@media (max-width: 520px) {
    #sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr th span {
        font-size: 13px;
        line-height: 1.4;
    }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr td {
  font-size: 17px;
  padding: 1em 2em;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr td {
    font-size: 13px;
    padding: 1em;
  }
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr .coll {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 16px;
}
    @media (max-width: 768px) {
        #sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr .coll {
            flex-direction: column;
        }
    }
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr .coll ul {
    width: 48%;
}
    @media (max-width: 768px) {
        #sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr .coll ul {
            width: 100%;
        }
    }
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr td .sq-list li {
    position:relative;
    padding-left: 1.25em;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr td .sq-list li::before {
    position: absolute;
    z-index: 2;
    content: "";
    top: 0.65em;
    left: 0.25em;
    width: 0.5em;
    height: 0.5em;
    background-color: #2854B6;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr td .sq-list li .income {
    font-size: 80%;
    padding: 1px 8px;
    color: #5f7283;
    background-color: #eaf1f7;
}
#sub.sub-recruit-job #sub-content .job-category .job-category-content .job-yoko table tr td .dots-list {
    list-style-type: disc;
    margin-left: 1.5em;
}
#sub.sub-recruit-job #sub-content .sub-recruit-inner {
  width: 1030px;
  margin: 0 auto 76px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .sub-recruit-inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
#sub.sub-recruit-job #sub-content .sub-recruit-inner h2 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #253595;
  border-bottom: 2px solid #253595;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
  margin-top: 3em;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .sub-recruit-inner h2 {
    font-size: 18px;
  }
}
#sub.sub-recruit-job #sub-content .sub-recruit-inner h2:first-of-type {
  margin-top: 0;
}
#sub.sub-recruit-job #sub-content .sub-recruit-inner p {
  font-size: 16px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-job #sub-content .sub-recruit-inner p {
    font-size: 13px;
  }
}
/*--佐賀社員インタビュー　コンテンツ--*/
.br520 {
    display: none;
}
@media (max-width: 520px) {
    .br520 {
        display: block;
    }
}
.job-interview-content {
    margin-bottom: 64px;
}
.job-interview-main-img {
    max-width: 990px;
    width: 90%;
    margin: 0 auto 32px;
}
.job-interview-chatch {
    line-height: 1.5!important;
    color: #1962a3;
    margin-bottom: 16px!important;
}
.job-interview-name {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 64px;
}
    @media (max-width: 1000px) {
        .job-interview-name {
            font-size: 15px;
        }
    }
    @media (max-width: 768px) {
        .job-interview-name {
            margin-bottom: 30px;
        }
    }
.job-interview-box {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
    @media (max-width: 768px) {
        .job-interview-box {
            flex-direction: column;
            gap: 25px;
        }
        .job-interview-box-second {
            flex-direction: column-reverse;
            margin-top: 65px;
        }
    }
.job-interview-box-img {
    position: relative;
    width: calc(55% - (0.45 * 32px));
    box-sizing: border-box;
}
    @media (max-width: 768px) {
        .job-interview-box-img {
            width: 100%;
        }
        .job-interview-box-img img {
            width: 100%;
        }
    }
.job-interview-box-text {
    font-size: 16px;
 /*   font-family: 'Noto Sans JP', sans-serif;*/
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: bold;
    width: calc(45% - (0.55 * 32px));
    box-sizing: border-box;
}
    @media (max-width: 1000px) {
        .job-interview-box-text {
            font-size: 14px;
        }
    }
    @media (max-width: 768px) {
        .job-interview-box-text {
            width: 100%;
        }
    }
.br768 {
    display: none;
}
    @media (max-width: 768px) {
        .br768 {
            display: block;
        }
    }
.schedule-saga-content {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
    @media (max-width: 1000px) {
        .schedule-saga-content {
            flex-direction: column;
            gap: 25px;
        }
    }
.schedule-saga-content-left {
    position: relative;
    width: 41%;
}
    @media (max-width: 1000px) {
        .schedule-saga-content-left {
            max-width: 450px;
            width: 100%;
            margin: 0 auto;
        }
    }
.schedule-saga-content-right {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 0 3px -1px #a2a2a2;
    width: 57%;
    font-family: 'Noto Sans JP', sans-serif;
}
    @media (max-width: 1000px) {
        .schedule-saga-content-right {
            max-width: 570px;
            width: 100%;
            margin: 0 auto;
        }
    }
.schedule-saga-text01 {
    position: relative;
    padding-left: 1.25em;
    margin-bottom: 10px;
    font-weight: bold;
}
.schedule-saga-text01::before {
    position: absolute;
    z-index: 2;
    content: "";
    left: 0;
    top: 9px;
    width: 12px;
    height: 12px;
    background-color: #2854B6;
}
.sche_ch {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
    .sc_time {
        position: relative;
        font-size: 1.2rem;
        font-weight: bold;
        white-space: nowrap;
    }
        @media (max-width: 1000px) {
            .sc_time {
                font-size: 16px;
            }
        }
    .sc_info {
        position: relative;
        z-index: 1;
        padding: 0 0 16px 24px;
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: bold;
    }
        @media (max-width: 1000px) {
            .sc_info {
                font-size: 14px;
            }
        }
/*----------------------------------*/
#sub.sub-recruit-contact #title-area {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background: url("../images/recruit-job-mainimg-bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/288;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-contact #title-area {
    aspect-ratio: 3/1;
  }
}
#sub.sub-recruit-contact #title-area h1 {
  font-size: 80px;
  color: #253595;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-contact #title-area h1 {
    font-size: 30px;
  }
}
#sub.sub-recruit-contact #title-area h1 span {
  display: block;
  font-size: 38px;
  color: #2777b5;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-contact #title-area h1 span {
    font-size: 16px;
  }
}
#sub.sub-recruit-contact .recruit-contact-box {
  width: 100%;
  max-width: 860px;
  margin: 50px auto 50px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-contact .recruit-contact-box {
    padding: 15px;
    margin: 25px auto;
  }
}
#sub.sub-recruit-contact .recruit-contact-box h2 {
  font-size: 30px;
  margin-bottom: 1em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-contact .recruit-contact-box h2 {
    font-size: 20px;
  }
}
#sub.sub-recruit-contact .recruit-contact-box .message-content {
  font-size: 17px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-contact .recruit-contact-box .message-content {
    font-size: 14px;
  }
}
#sub.sub-recruit-contact .recruit-contact-box .message-content span {
  color: #ff0000;
  font-size: 14px;
}
#sub.sub-recruit-contact .recruit-contact-box .contact-form-sec input, #sub.sub-recruit-contact .recruit-contact-box .contact-form-sec textarea {
  width: 100%;
  line-height: 1.8em;
  font-size: 14px;
  padding: 4px 1em !important;
}
#sub.sub-recruit-contact .recruit-contact-box .smf-form--business .smf-item__col {
  padding: 1em;
}
#sub.sub-recruit-contact .recruit-contact-box .smf-form--business .smf-item__col--label {
  background: rgba(37, 53, 149, 0.1);
}
#sub.sub-recruit-contact .recruit-contact-box .smf-checkboxes-control {
  text-align: center;
  margin-top: 3em;
}
#sub.sub-recruit-contact .recruit-contact-box .smf-form .smf-checkbox-control__control {
  padding: 0 !important;
}
#sub.sub-recruit-contact .recruit-contact-box .smf-form--business .smf-item__col--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sub.sub-recruit-contact .recruit-contact-box .smf-item__description {
  margin: 0 0 0 0.5em;
}
#sub.sub-recruit-contact .recruit-contact-box .smf-item__col smf-item__col--controls {
  background-color: #fff;
}
#sub.sub-recruit-contact .recruit-contact-box .smf-form--business .smf-item:first-child {
  border-top: 1px solid #ddd !important;
}
#sub.sub-recruit-contact .recruit-contact-box .smf-placeholder div {
  text-align: center;
}
#sub.sub-recruit-contact .recruit-contact-box .smf-text-control__control {
  width: 100% !important;
}

#sub.sub-employee-benefits #title-area {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background: url("../images/recruit-job-mainimg-bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/288;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-employee-benefits #title-area {
    aspect-ratio: 3/1;
  }
}
#sub.sub-employee-benefits #title-area h1 {
  font-size: 80px;
  color: #253595;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  #sub.sub-employee-benefits #title-area h1 {
    font-size: 30px;
  }
}
#sub.sub-employee-benefits #title-area h1 span {
  display: block;
  font-size: 38px;
  color: #2777b5;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #sub.sub-employee-benefits #title-area h1 span {
    font-size: 16px;
  }
}
#sub.sub-employee-benefits #sub-content {
  margin: 0 auto;
  padding: 78px 0 0 0;
}
@media screen and (max-width: 1000px) {
  #sub.sub-employee-benefits #sub-content {
    padding: 30px 15px;
  }
}
#sub.sub-employee-benefits #sub-content .sub-employee-benefits-inner {
  width: 1030px;
  margin: 0 auto 76px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-employee-benefits #sub-content .sub-employee-benefits-inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
#sub.sub-employee-benefits #sub-content .sub-employee-benefits-inner h2 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #253595;
  border-bottom: 2px solid #253595;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
  margin-top: 3em;
}
@media screen and (max-width: 1000px) {
  #sub.sub-employee-benefits #sub-content .sub-employee-benefits-inner h2 {
    font-size: 18px;
  }
}
#sub.sub-employee-benefits #sub-content .sub-employee-benefits-inner h2:first-of-type {
  margin-top: 0;
}
#sub.sub-employee-benefits #sub-content .sub-employee-benefits-inner .employee-benefits-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #sub.sub-employee-benefits #sub-content .sub-employee-benefits-inner .employee-benefits-box01 div h3 {
    font-size: 18px;
  }
}
#sub.sub-employee-benefits #sub-content .sub-employee-benefits-inner .employee-benefits-box01 img {
  margin-right: 30px;
}
@media screen and (max-width: 480px) {
  #sub.sub-employee-benefits #sub-content .sub-employee-benefits-inner .employee-benefits-box01 img {
    margin-right: 20px;
    width: 15%;
  }
}
#sub.sub-employee-benefits #sub-content .sub-employee-benefits-inner p {
  font-size: 16px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1000px) {
  #sub.sub-employee-benefits #sub-content .sub-employee-benefits-inner p {
    font-size: 13px;
  }
}

#sub.sub-mid-career #title-area {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background: url("../images/recruit-job-mainimg-bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/288;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-mid-career #title-area {
    aspect-ratio: 3/1;
  }
}
#sub.sub-mid-career #title-area h1 {
  font-size: 80px;
  color: #253595;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  #sub.sub-mid-career #title-area h1 {
    font-size: 30px;
  }
}
#sub.sub-mid-career #title-area h1 span {
  display: block;
  font-size: 38px;
  color: #2777b5;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #sub.sub-mid-career #title-area h1 span {
    font-size: 16px;
  }
}
#sub.sub-mid-career #sub-content {
  margin: 0 auto;
  padding: 78px 0 0 0;
}
@media screen and (max-width: 1000px) {
  #sub.sub-mid-career #sub-content {
    padding: 30px 15px;
  }
}
#sub.sub-mid-career #sub-content .sub-mid-career-inner {
  width: 1030px;
  margin: 0 auto 76px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-mid-career #sub-content .sub-mid-career-inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
#sub.sub-mid-career #sub-content .sub-mid-career-inner p {
  font-size: 16px;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-mid-career #sub-content .sub-mid-career-inner p {
    font-size: 13px;
  }
}
#sub.sub-mid-career #sub-content .sub-mid-career-inner .mid-career-table {
  border-collapse: collapse;
  margin: 0 auto;
}
#sub.sub-mid-career #sub-content .sub-mid-career-inner .mid-career-table tr th {
  background: #eee;
  border: solid 1px;
  font-size: 20px;
  padding: 10px 20px;
}
@media screen and (max-width: 480px) {
  #sub.sub-mid-career #sub-content .sub-mid-career-inner .mid-career-table tr th {
    font-size: 18px;
  }
}
#sub.sub-mid-career #sub-content .sub-mid-career-inner .mid-career-table tr td {
  border: solid 1px;
  font-size: 20px;
  padding: 10px 20px;
}
@media screen and (max-width: 480px) {
  #sub.sub-mid-career #sub-content .sub-mid-career-inner .mid-career-table tr td {
    font-size: 18px;
  }
}

#sub.sub-csr #title-area {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background: url("../images/recruit-job-mainimg-bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/288;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-csr #title-area {
    height: auto;
    aspect-ratio: 3/1;
  }
}
#sub.sub-csr #title-area h1 {
  font-size: 80px;
  color: #253595;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  #sub.sub-csr #title-area h1 {
    font-size: 30px;
  }
}
#sub.sub-csr #title-area h1 span {
  display: block;
  font-size: 38px;
  color: #2777b5;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #sub.sub-csr #title-area h1 span {
    font-size: 16px;
  }
}

#sub.sub-security-policy #title-area {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background: url("../images/recruit-job-mainimg-bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/288;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-security-policy #title-area {
    aspect-ratio: 3/1;
  }
}
#sub.sub-security-policy #title-area h1 {
  font-size: 80px;
  color: #253595;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  #sub.sub-security-policy #title-area h1 {
    font-size: 30px;
  }
}
#sub.sub-security-policy #title-area h1 span {
  display: block;
  font-size: 38px;
  color: #2777b5;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #sub.sub-security-policy #title-area h1 span {
    font-size: 16px;
  }
}
#sub.sub-security-policy .group {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#sub.sub-security-policy .group .security-policy-box {
  width: 100%;
  max-width: 1300px;
  margin: 50px auto 50px;
}
@media screen and (max-width: 1300px) {
  #sub.sub-security-policy .group .security-policy-box {
    padding: 0 20px;
  }
}
#sub.sub-security-policy .group .security-policy-box h2 {
  font-size: 30px;
  margin-bottom: 1em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
#sub.sub-security-policy .group .security-policy-box.security-policy-box-01 {
  border-bottom: 1px solid #ccc;
}
#sub.sub-security-policy .group .security-policy-box.security-policy-box-01 p {
  margin-bottom: 50px;
}
#sub.sub-security-policy .group .security-policy-box.security-policy-box-02 {
  border-bottom: 1px solid #ccc;
}
#sub.sub-security-policy .group .security-policy-box.security-policy-box-02 ol {
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  list-style-type: decimal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
#sub.sub-security-policy .group .security-policy-box.security-policy-box-02 ol li {
  margin-bottom: 1em;
}
@media screen and (max-width: 1100px) {
  #sub.sub-security-policy .group .security-policy-box.security-policy-box-02 ol {
    padding: 0 20px;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #sub.sub-security-policy .group .security-policy-box.security-policy-box-02 ol {
    font-size: 16px;
  }
}
#sub.sub-security-policy .group .security-policy-box.security-policy-box-03 .security-policy-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #sub.sub-security-policy .group .security-policy-box.security-policy-box-03 .security-policy-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #sub.sub-security-policy .group .security-policy-box.security-policy-box-03 .security-policy-flex .message-content {
    margin-bottom: 10px;
  }
}
#sub.sub-security-policy .group .security-policy-box.security-policy-box-03 .security-policy-flex .box-content {
  border: 1px solid #ccc;
  padding: 1.5em;
}
@media screen and (max-width: 768px) {
  #sub.sub-security-policy .group .security-policy-box.security-policy-box-03 .security-policy-flex .box-content {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  #sub.sub-security-policy .group .security-policy-box.security-policy-box-03 .security-policy-flex .box-content {
    width: auto;
  }
}

#sub.sub-privacy-policy #title-area {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background: url("../images/recruit-job-mainimg-bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/288;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-privacy-policy #title-area {
    aspect-ratio: 3/1;
  }
}
#sub.sub-privacy-policy #title-area h1 {
  font-size: 80px;
  color: #253595;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  #sub.sub-privacy-policy #title-area h1 {
    font-size: 30px;
  }
}
#sub.sub-privacy-policy #title-area h1 span {
  display: block;
  font-size: 38px;
  color: #2777b5;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #sub.sub-privacy-policy #title-area h1 span {
    font-size: 16px;
  }
}
#sub.sub-privacy-policy .group {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#sub.sub-privacy-policy .group .privacy-policy-box {
  width: 100%;
  max-width: 1300px;
  margin: 50px auto 50px;
}
@media screen and (max-width: 1300px) {
  #sub.sub-privacy-policy .group .privacy-policy-box {
    padding: 0 20px;
  }
}
#sub.sub-privacy-policy .group .privacy-policy-box h2 {
  font-size: 30px;
  margin-bottom: 1em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
#sub.sub-privacy-policy .group .privacy-policy-box.privacy-policy-box-01 {
  border-bottom: 1px solid #ccc;
}
#sub.sub-privacy-policy .group .privacy-policy-box.privacy-policy-box-01 p {
  margin-bottom: 50px;
}
#sub.sub-privacy-policy .group .privacy-policy-box.privacy-policy-box-02 ol {
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  list-style-type: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
#sub.sub-privacy-policy .group .privacy-policy-box.privacy-policy-box-02 ol li {
  border-bottom: 1px solid #ccc;
  counter-increment: ocnt;
  list-style-position: inside;
  margin-bottom: 50px;
  padding-bottom: 50px;
  padding-left: 1.3em;
}
#sub.sub-privacy-policy .group .privacy-policy-box.privacy-policy-box-02 ol li:before {
  content: "(" counter(ocnt) ")";
  margin-left: -1.3em;
}
#sub.sub-privacy-policy .group .privacy-policy-box.privacy-policy-box-02 ol li ol {
  list-style-type: none;
  margin: 0 auto;
  width: auto;
}
#sub.sub-privacy-policy .group .privacy-policy-box.privacy-policy-box-02 ol li ol li {
  border-bottom: none;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#sub.sub-privacy-policy .group .privacy-policy-box.privacy-policy-box-02 ol li ol li:before {
  content: "(" counter(cnt) ")";
}
#sub.sub-privacy-policy .group .privacy-policy-box.privacy-policy-box-03 .privacy-policy-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #sub.sub-privacy-policy .group .privacy-policy-box.privacy-policy-box-03 .privacy-policy-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #sub.sub-privacy-policy .group .privacy-policy-box.privacy-policy-box-03 .privacy-policy-flex .message-content {
    margin-bottom: 10px;
  }
}
#sub.sub-privacy-policy .group .privacy-policy-box.privacy-policy-box-03 .privacy-policy-flex .box-content {
  border: 1px solid #ccc;
  padding: 1.5em;
}
@media screen and (max-width: 768px) {
  #sub.sub-privacy-policy .group .privacy-policy-box.privacy-policy-box-03 .privacy-policy-flex .box-content {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  #sub.sub-privacy-policy .group .privacy-policy-box.privacy-policy-box-03 .privacy-policy-flex .box-content {
    width: auto;
  }
}

#sub.sub-sp-privacy-policy #title-area {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background: url("../images/recruit-job-mainimg-bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/288;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-sp-privacy-policy #title-area {
    aspect-ratio: 3/1;
  }
}
#sub.sub-sp-privacy-policy #title-area h1 {
  font-size: 80px;
  color: #253595;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  #sub.sub-sp-privacy-policy #title-area h1 {
    font-size: 30px;
  }
}
#sub.sub-sp-privacy-policy #title-area h1 span {
  display: block;
  font-size: 38px;
  color: #2777b5;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #sub.sub-sp-privacy-policy #title-area h1 span {
    font-size: 16px;
  }
}
#sub.sub-sp-privacy-policy .group {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#sub.sub-sp-privacy-policy .group .sp-privacy-policy-box {
  width: 100%;
  max-width: 1300px;
  margin: 50px auto 50px;
}
@media screen and (max-width: 1300px) {
  #sub.sub-sp-privacy-policy .group .sp-privacy-policy-box {
    padding: 0 20px;
  }
}
#sub.sub-sp-privacy-policy .group .sp-privacy-policy-box h2 {
  font-size: 30px;
  margin-bottom: 1em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
#sub.sub-sp-privacy-policy .group .sp-privacy-policy-box.sp-privacy-policy-box-01 {
  border-bottom: 1px solid #ccc;
}
#sub.sub-sp-privacy-policy .group .sp-privacy-policy-box.sp-privacy-policy-box-01 p {
  margin-bottom: 50px;
}
#sub.sub-sp-privacy-policy .group .sp-privacy-policy-box.sp-privacy-policy-box-02 ol {
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  list-style-type: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
#sub.sub-sp-privacy-policy .group .sp-privacy-policy-box.sp-privacy-policy-box-02 ol li {
  border-bottom: 1px solid #ccc;
  counter-increment: ocnt;
  list-style-position: inside;
  margin-bottom: 50px;
  padding-bottom: 50px;
  padding-left: 1.3em;
}
#sub.sub-sp-privacy-policy .group .sp-privacy-policy-box.sp-privacy-policy-box-02 ol li:before {
  content: "(" counter(ocnt) ")";
  margin-left: -1.3em;
}
#sub.sub-sp-privacy-policy .group .sp-privacy-policy-box.sp-privacy-policy-box-02 ol li ol {
  list-style-type: none;
  margin: 0 auto;
  width: auto;
}
#sub.sub-sp-privacy-policy .group .sp-privacy-policy-box.sp-privacy-policy-box-02 ol li ol li {
  border-bottom: none;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#sub.sub-sp-privacy-policy .group .sp-privacy-policy-box.sp-privacy-policy-box-02 ol li ol li:before {
  content: "(" counter(cnt) ")";
}
#sub.sub-sp-privacy-policy .group .sp-privacy-policy-box.sp-privacy-policy-box-03 .sp-privacy-policy-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #sub.sub-sp-privacy-policy .group .sp-privacy-policy-box.sp-privacy-policy-box-03 .sp-privacy-policy-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #sub.sub-sp-privacy-policy .group .sp-privacy-policy-box.sp-privacy-policy-box-03 .sp-privacy-policy-flex .message-content {
    margin-bottom: 10px;
  }
}
#sub.sub-sp-privacy-policy .group .sp-privacy-policy-box.sp-privacy-policy-box-03 .sp-privacy-policy-flex .box-content {
  border: 1px solid #ccc;
  padding: 1.5em;
}
@media screen and (max-width: 768px) {
  #sub.sub-sp-privacy-policy .group .sp-privacy-policy-box.sp-privacy-policy-box-03 .sp-privacy-policy-flex .box-content {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  #sub.sub-sp-privacy-policy .group .sp-privacy-policy-box.sp-privacy-policy-box-03 .sp-privacy-policy-flex .box-content {
    width: auto;
  }
}

#sub.sub-404 #title-area {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background: url("../images/recruit-job-mainimg-bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/288;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-404 #title-area {
    aspect-ratio: 3/1;
  }
}
#sub.sub-404 #title-area h1 {
  font-size: 80px;
  color: #253595;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  #sub.sub-404 #title-area h1 {
    font-size: 30px;
  }
}
#sub.sub-404 #title-area h1 span {
  display: block;
  font-size: 38px;
  color: #2777b5;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #sub.sub-404 #title-area h1 span {
    font-size: 16px;
  }
}
#sub.sub-404 .bread {
  padding-top: 1em;
  width: clamp(862.0689655172px, 78.125vw, 1500px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-404 .bread {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
  }
}
#sub.sub-404 .bread span a {
  text-decoration: none;
  color: #000;
}
#sub.sub-404 .bread span.sep::after {
  content: "＞";
  margin: 0 1em;
}
#sub.sub-404 #sub-content {
  margin: 0 auto;
  padding: 78px 0 0 0;
}
@media screen and (max-width: 1000px) {
  #sub.sub-404 #sub-content {
    padding: 30px 15px;
  }
}
#sub.sub-404 #sub-content .sub-404-inner {
  width: 1030px;
  margin: 0 auto 76px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-404 #sub-content .sub-404-inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
#sub.sub-404 #sub-content .sub-404-inner p {
  font-size: 16px;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-404 #sub-content .sub-404-inner p {
    font-size: 13px;
  }
}

#sub.sub-safety-management #title-area {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background: url("../images/recruit-job-mainimg-bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/288;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-safety-management #title-area {
    aspect-ratio: 3/1;
  }
}
#sub.sub-safety-management #title-area h1 {
  font-size: 80px;
  color: #253595;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  #sub.sub-safety-management #title-area h1 {
    font-size: 30px;
  }
}
#sub.sub-safety-management #title-area h1 span {
  display: block;
  font-size: 38px;
  color: #2777b5;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #sub.sub-safety-management #title-area h1 span {
    font-size: 16px;
  }
}
#sub.sub-safety-management .safety-management-box {
  width: 100%;
  max-width: 1300px;
  margin: 50px auto 50px;
}
@media screen and (max-width: 1300px) {
  #sub.sub-safety-management .safety-management-box {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  #sub.sub-safety-management .safety-management-box {
    margin: 25px auto !important;
  }
}
#sub.sub-safety-management .safety-management-box .safety-management-text01 {
  font-size: 36px;
  margin-bottom: 1em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #sub.sub-safety-management .safety-management-box .safety-management-text01 {
    font-size: 24px !important;
  }
}
#sub.sub-safety-management .safety-management-box .safety-management-text02 {
  font-size: 20px;
  margin-bottom: 1em;
  text-align: right;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #sub.sub-safety-management .safety-management-box .safety-management-text02 {
    font-size: 16px !important;
  }
}
#sub.sub-safety-management .safety-management-box .safety-management-text03 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
#sub.sub-safety-management .safety-management-box ol {
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  list-style-type: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #sub.sub-safety-management .safety-management-box ol {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 480px) {
  #sub.sub-safety-management .safety-management-box ol {
    width: 100% !important;
    overflow: hidden;
  }
}
#sub.sub-safety-management .safety-management-box ol li {
  border-bottom: 1px solid #ccc;
  counter-increment: cnt;
  list-style-position: inside;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.3em;
}
#sub.sub-safety-management .safety-management-box ol li:before {
  content: counter(cnt) ".";
  margin-left: -1.3em;
}
#sub.sub-safety-management .safety-management-box ol li ol {
  margin-bottom: 0;
  margin-left: 0;
}
#sub.sub-safety-management .safety-management-box ol li ol li {
  border-bottom: none;
  counter-increment: cnt02;
  list-style-position: inside;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sub.sub-safety-management .safety-management-box ol li ol li:before {
  content: "(" counter(cnt02) ")";
  margin-left: -1.3em;
}
#sub.sub-safety-management .safety-management-box ol li ol li ol {
  margin-bottom: 0;
  margin-left: 1em;
}
#sub.sub-safety-management .safety-management-box ol li ol li ol li {
  border-bottom: none;
  counter-increment: cnt03;
  list-style-position: inside;
  padding-bottom: 0;
  padding-left: 0.5em;
  position: relative;
}
#sub.sub-safety-management .safety-management-box ol li ol li ol li:before {
  content: counter(cnt03);
  margin-left: -1.3em;
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  #sub.sub-safety-management .safety-management-box ol li .safety-management-table-outer {
    overflow-x: scroll;
  }
}
#sub.sub-safety-management .safety-management-box ol li .safety-management-table-outer .safety-management-table {
  border-collapse: collapse;
}
@media screen and (max-width: 480px) {
  #sub.sub-safety-management .safety-management-box ol li .safety-management-table-outer .safety-management-table {
    white-space: nowrap;
    width: 100%;
  }
}
#sub.sub-safety-management .safety-management-box ol li .safety-management-table-outer .safety-management-table tr th {
  background: #eee;
  border: solid 1px;
  font-size: 20px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #sub.sub-safety-management .safety-management-box ol li .safety-management-table-outer .safety-management-table tr th {
    font-size: 16px !important;
  }
}
#sub.sub-safety-management .safety-management-box ol li .safety-management-table-outer .safety-management-table tr td {
  border: solid 1px;
  font-size: 20px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #sub.sub-safety-management .safety-management-box ol li .safety-management-table-outer .safety-management-table tr td {
    font-size: 16px !important;
  }
}
#sub.sub-safety-management .safety-management-box.safety-management-box-04 {
  border: 2px solid #f00;
  border-radius: 50px;
  padding: 1em;
}
#sub.sub-safety-management .safety-management-box.safety-management-box-04 p {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 1300px) {
  #sub.sub-safety-management .safety-management-box-04 {
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  #sub.sub-safety-management .safety-management-box-04 {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  #sub.sub-safety-management .safety-management-box-04 p {
    font-size: 20px !important;
  }
}

#sub.sub-policy #title-area {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background: url("../images/recruit-job-mainimg-bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/288;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-policy #title-area {
    aspect-ratio: 3/1;
  }
}
#sub.sub-policy #title-area h1 {
  font-size: 80px;
  color: #253595;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  #sub.sub-policy #title-area h1 {
    font-size: 30px;
  }
}
#sub.sub-policy #title-area h1 span {
  display: block;
  font-size: 38px;
  color: #2777b5;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #sub.sub-policy #title-area h1 span {
    font-size: 16px;
  }
}
#sub.sub-policy .group {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#sub.sub-policy .group .policy-box {
  width: 100%;
  max-width: 1300px;
  margin: 50px auto 50px;
}
@media screen and (max-width: 1300px) {
  #sub.sub-policy .group .policy-box {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  #sub.sub-policy .group .policy-box {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  #sub.sub-policy .group .policy-box {
    margin: 30px auto 30px;
  }
}
#sub.sub-policy .group .policy-box h2 {
  font-size: 30px;
  margin-bottom: 1em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1300px) {
  #sub.sub-policy .group .policy-box h2 {
    font-size: 20px;
  }
}
#sub.sub-policy .group .policy-box h3 {
  margin: 50px auto 10px;
}
#sub.sub-policy .group .policy-box.policy-box-01 {
  border-bottom: 1px solid #ccc;
}
#sub.sub-policy .group .policy-box.policy-box-01 p {
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-policy .group .policy-box.policy-box-01 p {
    margin-bottom: 25px;
  }
}
#sub.sub-policy .group .policy-box.policy-box-05 ol {
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  list-style-type: none;
  width: auto;
  margin: 10px auto 50px;
}
@media screen and (max-width: 480px) {
  #sub.sub-policy .group .policy-box.policy-box-05 ol {
    margin: 10px auto 0;
  }
}
#sub.sub-policy .group .policy-box.policy-box-05 ol li {
  counter-increment: ocnt;
  list-style-position: inside;
  padding-left: 1.3em;
}
#sub.sub-policy .group .policy-box.policy-box-05 ol li:before {
  content: "(" counter(ocnt) ")";
  margin-left: -1.3em;
}
#sub.sub-policy .group .policy-box.policy-box-06 ol {
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  list-style-type: none;
  width: auto;
  margin: 10px auto 50px;
}
@media screen and (max-width: 480px) {
  #sub.sub-policy .group .policy-box.policy-box-06 ol {
    margin: 10px auto 0;
  }
}
#sub.sub-policy .group .policy-box.policy-box-06 ol li {
  counter-increment: ocnt;
  list-style-position: inside;
  padding-left: 1.3em;
}
#sub.sub-policy .group .policy-box.policy-box-06 ol li:before {
  content: "(" counter(ocnt) ")";
  margin-left: -1.3em;
}
#sub.sub-policy .group .policy-box.policy-box-09 .policy-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #sub.sub-policy .group .policy-box.policy-box-09 .policy-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #sub.sub-policy .group .policy-box.policy-box-09 .policy-flex .message-content {
    margin-bottom: 10px;
  }
}
#sub.sub-policy .group .policy-box.policy-box-09 .policy-flex .box-content {
  border: 1px solid #ccc;
  padding: 1.5em;
}
@media screen and (max-width: 768px) {
  #sub.sub-policy .group .policy-box.policy-box-09 .policy-flex .box-content {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  #sub.sub-policy .group .policy-box.policy-box-09 .policy-flex .box-content {
    width: auto;
  }
}

#sub.sub-efforts #title-area {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background: url("../images/recruit-job-mainimg-bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/288;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-efforts #title-area {
    aspect-ratio: 3/1;
  }
}
#sub.sub-efforts #title-area h1 {
  font-size: 80px;
  color: #253595;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  #sub.sub-efforts #title-area h1 {
    font-size: 30px;
  }
}
#sub.sub-efforts #title-area h1 span {
  display: block;
  font-size: 38px;
  color: #2777b5;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #sub.sub-efforts #title-area h1 span {
    font-size: 16px;
  }
}
#sub.sub-efforts .efforts-box {
  border-bottom: 1px solid #ccc;
  width: 100%;
  max-width: 860px;
  margin: 50px auto 50px;
}
@media screen and (max-width: 860px) {
  #sub.sub-efforts .efforts-box {
    padding: 0 20px;
  }
}
#sub.sub-efforts .efforts-box h2 {
  font-size: 30px;
  margin-bottom: 1em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #sub.sub-efforts .efforts-box h2 {
    font-size: 20px;
  }
}
#sub.sub-efforts .efforts-box.efforts-box-00 h2 br {
    display: none;
}
    @media (max-width: 520px) {
        #sub.sub-efforts .efforts-box.efforts-box-00 h2 br {
            display: block;
        }
    }
#sub.sub-efforts .efforts-box.efforts-box-00 > p {
  margin-bottom: 50px;
}
#sub.sub-efforts .efforts-box.efforts-box-00 ol {
    list-style-type: decimal;
    margin-left: 1em;
}
#sub.sub-efforts .efforts-box.efforts-box-00 .mokuhyo-box {
    display: flex;
    padding: 0.5em 1em;
    margin: 5px auto;
    border: 1px solid #888;
}
#sub.sub-efforts .efforts-box.efforts-box-00 .mokuhyo-box p:nth-of-type(1) {
    white-space: nowrap;
}
#sub.sub-efforts .efforts-box.efforts-box-00 .taisaku-box ul {
    margin: 0 0 50px 1em;
}
#sub.sub-efforts .efforts-box.efforts-box-00 .taisaku-box ul li {
    text-indent: -1.3em;
    margin-left: 1.3em;
}
#sub.sub-efforts .efforts-box.efforts-box-00 .br768 {
    display: none;
}
    @media (max-width: 768px) {
        #sub.sub-efforts .efforts-box.efforts-box-00 .br768 {
            display: block;
        }
    }
#sub.sub-efforts .efforts-box.efforts-box-01 p {
  margin-bottom: 50px;
  text-align: center;
}
#sub.sub-efforts .efforts-box.efforts-box-02 p {
  margin-bottom: 50px;
  text-align: center;
}
#sub.sub-efforts .efforts-box.efforts-box-03 p {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #sub.sub-efforts .efforts-box.efforts-box-03 p {
    text-align: left;
  }
}
#sub.sub-efforts .efforts-box.efforts-box-03 a {
  margin: 50px auto;
}
#sub.sub-efforts .efforts-box.efforts-box-03 img {
  margin: 0 auto 50px;
  max-width: 300px;
  border: 1px solid #888;
}
#sub.sub-efforts .efforts-box.efforts-box-04 a {
  margin: 50px auto;
}
#sub.sub-efforts .efforts-box.efforts-box-04 img {
  margin: 0 auto 50px;
  max-width: 300px;
  border: 1px solid #888;
}
#sub.sub-efforts .efforts-box.efforts-box-05 a {
  margin: 50px auto;
}
#sub.sub-efforts .efforts-box.efforts-box-05 img {
  margin: 0 auto 50px;
  max-width: 300px;
}
#sub.sub-efforts .efforts-box.efforts-box-06 p {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #sub.sub-efforts .efforts-box.efforts-box-06 p {
    text-align: left;
  }
}
#sub.sub-efforts .efforts-box.efforts-box-06 a {
  margin: 50px auto;
}
#sub.sub-efforts .efforts-box.efforts-box-06 img {
  margin: 0 auto 50px;
  max-width: 300px;
}
#sub.sub-efforts .efforts-box.efforts-box-07 a {
  margin: 50px auto;
}
#sub.sub-efforts .efforts-box.efforts-box-07 img {
  margin: 0 auto 50px;
  max-width: 300px;
}
#sub.sub-efforts .efforts-box.efforts-box-08 p {
  text-align: center;
}
#sub.sub-efforts .efforts-box.efforts-box-08 a {
  margin: 50px auto;
}

#sub.sub-recruit-faq #title-area {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background: url("../images/recruit-job-mainimg-bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/288;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-faq #title-area {
    aspect-ratio: 3/1;
  }
}
#sub.sub-recruit-faq #title-area h1 {
  font-size: 80px;
  color: #253595;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-faq #title-area h1 {
    font-size: 30px;
  }
}
#sub.sub-recruit-faq #title-area h1 span {
  display: block;
  font-size: 38px;
  color: #2777b5;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-faq #title-area h1 span {
    font-size: 16px;
  }
}
#sub.sub-recruit-faq #sub-content {
  margin: 0 auto;
  padding: 78px 0 0 0;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-faq #sub-content {
    padding: 30px 15px;
  }
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner {
  width: 1030px;
  margin: 0 auto 76px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner p {
  font-size: 16px;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner p {
    font-size: 13px;
  }
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 {
    margin-bottom: 30px;
  }
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q {
  border: 3px solid #2777b5;
  color: #2777b5;
  cursor: pointer;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 10px;
  padding: 0.3em 3.5em 0.3em 1.5em;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q {
    font-size: 14px;
  }
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q:before {
  color: #2777b5;
  content: "Q";
  font-size: 32px;
  font-weight: bold;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q:before {
    font-size: 24px;
    top: 47%;
  }
}
@media screen and (max-width: 768px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q:before {
    font-size: 20px;
    top: 48%;
  }
}
@media screen and (max-width: 480px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q:before {
    font-size: 16px;
    top: 46%;
  }
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q .q-list-head {
  margin-left: 1em;
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q .q-list-status {
  background-color: #2777b5;
  border-radius: 4px;
  bottom: 0;
  height: 30px;
  margin: auto 0;
  position: absolute;
  right: 17px;
  top: 0;
  width: 30px;
}
@media screen and (max-width: 480px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q .q-list-status {
    height: 24px;
    width: 24px;
  }
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q .q-list-status:before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
}
@media screen and (max-width: 480px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q .q-list-status:before {
    height: 2px;
    width: 12px;
  }
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q .q-list-status:after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  width: 14px;
}
@media screen and (max-width: 480px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q .q-list-status:after {
    height: 2px;
    width: 12px;
  }
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q:hover {
  background: #2777b5;
  color: #fff;
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q:hover:before {
  color: #fff;
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q:hover .q-list-status {
  background: #fff;
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q:hover .q-list-status:after, #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q:hover .q-list-status:before {
  background-color: #2777b5;
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q.active {
  background: #2777b5;
  color: #fff;
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q.active:before {
  color: #fff;
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q.active .q-list-status {
  background: #fff;
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q.active .q-list-status:after, #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-q.active .q-list-status:after {
  background-color: #2777b5;
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-a {
  display: none;
  padding: 1em;
  position: relative;
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-a:before {
  color: #2777b5;
  content: "A";
  font-size: 28px;
  font-weight: bold;
  left: 24px;
  position: absolute;
  top: 15px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-a:before {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-a:before {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-a:before {
    font-size: 16px;
  }
}
#sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-a p {
  font-size: 24px;
  line-height: 2em;
  margin-bottom: 1em;
  padding-left: 2em;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-a p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #sub.sub-recruit-faq #sub-content .sub-recruit-faq-inner .recruit-faq-box01 .r-faq-a p {
    font-size: 14px;
  }
}

#sub.sub-recruit-harassment #title-area {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background: url(../images/recruit-job-mainimg-bg.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/288;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-harassment #title-area {
    aspect-ratio: 3/1;
  }
}
#sub.sub-recruit-harassment #title-area h1 {
  font-size: 80px;
  color: #253595;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1300px) {
  #sub.sub-recruit-harassment #title-area h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-harassment #title-area h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #sub.sub-recruit-harassment #title-area h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  #sub.sub-recruit-harassment #title-area h1 {
    font-size: 20px;
  }
}
#sub.sub-recruit-harassment #title-area h1 span {
  display: block;
  font-size: 38px;
  color: #2777b5;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-harassment #title-area h1 span {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  #sub.sub-recruit-harassment #title-area h1 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #sub.sub-recruit-harassment #title-area h1 span {
    font-size: 16px;
  }
}
#sub.sub-recruit-harassment #sub-content {
  margin: 0 auto;
  padding: 78px 0 0 0;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-harassment #sub-content {
    padding: 30px 15px;
  }
}
#sub.sub-recruit-harassment #sub-content .sub-recruit-harassment-inner {
  margin: 0 auto 76px;
  max-width: 1030px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-harassment #sub-content .sub-recruit-harassment-inner {
    margin-bottom: 30px;
  }
}
#sub.sub-recruit-harassment #sub-content .sub-recruit-harassment-inner img {
  margin: 0 auto 50px;
}
#sub.sub-recruit-harassment #sub-content .sub-recruit-harassment-inner .sub-recruit-harassment-msg {
  margin: 0 auto 50px;
  max-width: 80%;
}
@media screen and (max-width: 640px) {
  #sub.sub-recruit-harassment #sub-content .sub-recruit-harassment-inner .sub-recruit-harassment-msg {
    max-width: 100%;
  }
}
#sub.sub-recruit-harassment #sub-content .sub-recruit-harassment-inner .sub-recruit-harassment-msg p {
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  #sub.sub-recruit-harassment #sub-content .sub-recruit-harassment-inner .sub-recruit-harassment-msg p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  #sub.sub-recruit-harassment #sub-content .sub-recruit-harassment-inner .sub-recruit-harassment-msg p br {
    display: none;
  }
}
#sub.sub-recruit-harassment #sub-content .sub-recruit-harassment-inner .sub-recruit-harassment-box01 {
  margin-bottom: 20px;
  text-align: center;
}
#sub.sub-recruit-harassment #sub-content .sub-recruit-harassment-inner .sub-recruit-harassment-box01 p {
  border: 1px solid #000;
  border-radius: 10px;
  display: inline-block;
  font-size: 22px;
  line-height: 2em;
  padding: 1em 2em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #sub.sub-recruit-harassment #sub-content .sub-recruit-harassment-inner .sub-recruit-harassment-box01 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #sub.sub-recruit-harassment #sub-content .sub-recruit-harassment-inner .sub-recruit-harassment-box01 p {
    display: block;
    font-size: 14px;
    padding: 1em 0;
  }
}
#sub.sub-recruit-harassment #sub-content .sub-recruit-harassment-inner .sub-recruit-harassment-text01 {
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #sub.sub-recruit-harassment #sub-content .sub-recruit-harassment-inner .sub-recruit-harassment-text01 {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  #sub.sub-recruit-harassment #sub-content .sub-recruit-harassment-inner .sub-recruit-harassment-text01 {
    font-size: 12px;
  }
}

#sub.sub-contact #title-area {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background: url("../images/recruit-job-mainimg-bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/288;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #sub.sub-contact #title-area {
    aspect-ratio: 3/1;
  }
}
#sub.sub-contact #title-area h1 {
  font-size: 80px;
  color: #253595;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  #sub.sub-contact #title-area h1 {
    font-size: 30px;
  }
}
#sub.sub-contact #title-area h1 span {
  display: block;
  font-size: 38px;
  color: #2777b5;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #sub.sub-contact #title-area h1 span {
    font-size: 16px;
  }
}
#sub.sub-contact .contact-box {
  width: 100%;
  max-width: 860px;
  margin: 50px auto 50px;
}
@media screen and (max-width: 1000px) {
  #sub.sub-contact .contact-box {
    padding: 15px;
    margin: 25px auto;
  }
}
#sub.sub-contact .contact-box h2 {
  font-size: 30px;
  margin-bottom: 1em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1000px) {
  #sub.sub-contact .contact-box h2 {
    font-size: 20px;
  }
}
#sub.sub-contact .contact-box .message-content {
  font-size: 17px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1000px) {
  #sub.sub-contact .contact-box .message-content {
    font-size: 14px;
  }
}
#sub.sub-contact .contact-box .message-content span {
  color: #ff0000;
  font-size: 14px;
}
#sub.sub-contact .contact-box .contact-form-sec input, #sub.sub-contact .contact-box .contact-form-sec textarea {
  width: 100%;
  line-height: 1.8em;
  font-size: 14px;
  padding: 4px 1em !important;
}
#sub.sub-contact .contact-box .smf-form--business .smf-item__col {
  padding: 1em;
}
#sub.sub-contact .contact-box .smf-checkboxes-control {
  text-align: center;
  margin-top: 3em;
}
#sub.sub-contact .contact-box .smf-form--business .smf-item__col--label {
  background: rgba(37, 53, 149, 0.1);
}
#sub.sub-contact .contact-box .smf-form .smf-checkbox-control__control {
  padding: 0 !important;
}
#sub.sub-contact .contact-box .smf-form--business .smf-item__col--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sub.sub-contact .contact-box .smf-item__description {
  margin: 0 0 0 0.5em;
}
#sub.sub-contact .contact-box .smf-item__col smf-item__col--controls {
  background-color: #fff;
}
#sub.sub-contact .contact-box .smf-text-control__control {
  width: 100% !important;
}
#sub.sub-contact .contact-box .smf-placeholder {
  text-align: center;
}

#sub ul.btns-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #sub ul.btns-3col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
    gap: 10px;
  }
}
#sub ul.btns-3col li {
  width: 32%;
  background: #253595;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  #sub ul.btns-3col li {
    width: 100%;
  }
}
#sub ul.btns-3col li a {
  text-decoration: none;
  color: #fff;
  padding: 1em;
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 1000px) {
  #sub ul.btns-3col li a {
    font-size: 14px;
  }
}
#sub .bread {
  padding-top: 1em;
  width: clamp(862.0689655172px, 78.125vw, 1500px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  #sub .bread {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
  }
}
#sub .bread span a {
  text-decoration: none;
  color: #000;
}
#sub .bread span.sep::after {
  content: "＞";
  margin: 0 1em;
}
#sub .content-box {
  width: 100%;
  max-width: 860px;
  margin: 50px auto 50px;
}
#sub .content-box h2 {
  font-size: 30px;
  margin-bottom: 1em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1000px) {
  #sub .content-box h2 {
    font-size: 20px;
  }
}