@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Yuji+Syuku&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* -----------------------------------------
	common 
-----------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #191919;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}
.clear {
  overflow: hidden;
}
.clear:after {
  clear: both;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin: auto;
}
.alignleft {
  float: left;
}
.txtcenter {
  text-align: center;
}
.txtright {
  text-align: right;
}
a {
  color: #030000;
}
.bold {
  font-weight: bold;
}
.red {
  color: #ff0b44;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  width: 100%;
}
.l_continar {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.l1220_continar {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1540px) {
  .l1220_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l1490_continar {
  max-width: 1490px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1540px) {
  .l1490_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l1440_continar {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1510px) {
  .l1440_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l1395_continar {
  max-width: 1395px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1465px) {
  .l1395_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l1345_continar {
  max-width: 1345px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1465px) {
  .l1345_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l1000_continar {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .l1000_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l980_continar {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .l980_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l800_continar {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .l800_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l_flex {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.menu_pc {
  display: block;
}
.menu_sp {
  display: none;
}
.btn-blue a {
  padding: 10px 5px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #0D508A;
  font-weight: 500;
  background: #fff;
  border: 1px solid #0A63B1;
  border-radius: 35px;
  position: relative;
  display: block;
  text-align: center;
}
.btn-blue a:hover {
  background: #1A5A92;
  color: #fff;
  opacity: 1;
}
.btn-blue a::before {
  content: "";
  background: url("../images/common/arrow-right.svg")no-repeat;
  background-size: contain;
  width: 11.25px;
  height: 11.94px;
  position: absolute;
  top: 40%;
  right: 4%;
  transform: translateX(-50%);
}
.btn-blue a:hover::before {
  content: "";
  background: url("../images/common/arrow-right-wh.svg")no-repeat;
  background-size: contain;
}
.btn-wh a {
  padding: 10px 5px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  background: #033F7B;
  border: 1px solid #fff;
  border-radius: 35px;
  position: relative;
  display: block;
  text-align: center;
}
.btn-wh a:hover {
  background: #00C4C5;
  color: #fff;
  opacity: 1;
  border: 1px solid #00C4C5;
}
.btn-wh a::before {
  content: "";
  background: url("../images/common/arrow-right-wh.svg")no-repeat;
  background-size: contain;
  width: 11.25px;
  height: 11.94px;
  position: absolute;
  top: 40%;
  right: 4%;
  transform: translateX(-50%);
}
.btn-gr a {
  padding: 10px 5px;
  font-size: 20px;
  font-size: 2.0rem;
  color: #009398;
  font-weight: 500;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
  border-radius: 35px;
  position: relative;
  display: block;
  text-align: center;
  border: 3px solid #fff;
}
.btn-gr a:hover {
  background: #00C4C5;
  border: 3px solid #fff;
  color: #fff;
  opacity: 1;
}
.btn-gr a::before {
  content: "";
  background: url("../images/common/arrow-right-gr.svg")no-repeat;
  background-size: contain;
  width: 11.25px;
  height: 11.94px;
  position: absolute;
  top: 40%;
  right: 4%;
  transform: translateX(-50%);
}
.btn-gr a:hover::before {
  content: "";
  background: url("../images/common/arrow-right-wh.svg")no-repeat;
  background-size: contain;
}
#header {
  width: 100%;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  align-content: center;
  box-shadow: 0 3px 6px 0 rgba(31, 39, 37, 0.04);
  color: #191919;
  background: #fff;
}
#header a {
  color: #191919;
}
#header .header_inner {
  max-width: 1335px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  align-content: center;
}
#header .header_inner .box {
  align-items: center;
}
#header .title-h p {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}
#header .company {
  max-width: 416px;
  width: 100%;
  height: 39px;
  position: relative;
  top: 0;
  left: 0%;
}
#header #menu {
  width: 67%;
  vertical-align: middle;
  align-items: center;
  display: flex;
  flex-direction: column;
}
#header #menu .tel-area {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 1000;
  letter-spacing: 0.2rem;
  margin: 0 0 0 auto;
}
#header #menu .tel-area a {
  align-items: center;
}
#header #menu .tel-area span {
  display: block;
  margin-right: 5px;
}
#header #menu .tel-area span img {
  vertical-align: top;
}
#header #menu .menu_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 0 auto
}
#header #menu .menu_inner ul {
  display: flex;
  align-items: center;
}
#header #menu .l_flex.language {
  margin-left: 35px;
}
#header #menu .l_flex.language a {
  width: 45px;
  height: 45px;
}
#header #menu .l_flex.language a:first-child {
  margin-right: 10px;
}
#header #menu .l_flex.language a img {
  width: 100%;
  height: 100%;
}
#header #menu ul li {
  display: inline-block;
  margin-right: 30px;
}
#header #menu ul li:last-child {
  margin-right: 0px;
}
#header #menu ul li.cv-btn {
  background: #005398;
  width: 85px;
}
#header #menu ul li.cv-btn a {
  height: 85px;
  display: block;
  text-align: center;
  color: #fff;
  align-content: center;
}
#header #menu ul li.cv-btn span {
  width: 18px;
  height: 14px;
  display: block;
  margin-right: 5px;
}
#header #menu ul li.cv-btn span img, #header #menu ul li.yy-btn span img {
  vertical-align: top;
}
#header #menu ul li.yy-btn {
  background: #F5A90F;
  border-radius: 5px;
  padding: 5px 10px;
}
#header #menu ul li.yy-btn a {
  color: #fff;
}
#header #menu ul li.yy-btn span {
  width: 14px;
  height: 15px;
  display: block;
  margin-right: 5px;
}
#header #menu ul li.menu_parent {
  position: relative;
}
#header #menu ul li.menu_pc:hover:before {
  -webkit-transform: translateY(-50%) translateX(-50%) rotateX(180deg);
  transform: translateY(-50%) translateX(-50%) rotateX(180deg);
}
#header #menu ul li.menu_pc:hover .menu_child {
  display: block;
}
#header #menu ul li a, #header #menu ul li p span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  align-items: center;
}
#header #menu ul li.contact_btn a {
  padding: 38% 5px;
  background: #008F47;
}
#header #menu ul li a.assessment_btn {
  background: linear-gradient(45deg, #09D8B2, #28B674);
  border-radius: 5px;
  padding: 10px;
}
#header #menu ul li:last-child a.assessment_btn {
  background: linear-gradient(45deg, #09D1D8, #289EB6);
}
#header #menu ul li a.assessment_btn img {
  margin-right: 5px;
  vertical-align: top;
}
#header #menu ul li a.assessment_btn span {
  font-size: 11px;
}
#header #menu ul li a.h-link {
  height: 85px;
  display: block;
  align-content: center;
}
#header #menu ul li.recruit-btn a {
  padding: 6px 30px;
  border-radius: 20px;
  color: #00A5BF;
  border: 1px solid #00A5BF;
  background: #fff;
}
#header #menu .menu_child {
  display: none;
  width: calc(1920 / 1920 * 45vw);
  position: absolute;
  top: 100%;
  left: 60%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
#header #menu .menu_child .menu_child_inner {
  background-color: #fff;
  padding: 10px 0;
  position: relative;
  justify-content: space-between;
}
#header #menu li:nth-child(5) .menu_child .menu_child_inner::before {
  top: -22%;
}
#header #menu .menu_child .ichiran {
  width: 100%;
  margin-bottom: 20px;
  border-right: 1px solid #DCDAD7;
}
#header #menu .menu_child .ichiran p {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}
#header #menu .menu_child .ichiran a {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
}
#header #menu .menu_child .ichiran a span {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  display: block;
}
#header #menu .menu_child .mene-s {
  width: 33.33%;
  padding: 0 15px;
  border-right: 1px solid #DCDAD7;
}
#header #menu .menu_child .mene-s:last-child {
  border-right: none;
}
#header #menu .menu_child .mene-s p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
}
#header #menu .menu_child .mene-s a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
  display: block;
}
#header #menu .menu_child .mene-s a span.arrow {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
#header #menu .menu_child .mene-s a:last-child, #header #menu .menu_child .menu_child_inner .mene-s .l_flex a:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
#header #menu .menu_child .menu_child_inner .mene-s .l_flex a {
  width: calc(50% - 5px);
  padding-left: 0.5em;
}
#header #menu .menu_child .mene-s .l_flex a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00DEC7;
  position: absolute;
  top: 11px;
  left: 0;
  transform: translateX(-50%);
}
#header #menu .menu_child .menu_child_inner .mene-s .l_flex a span {
  font-weight: normal;
}
#header #menu .menu_child .menu_child_left {
  width: 148px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
#header #menu .menu_child .menu_child_right {
  border-left: 1px solid #fff;
  width: 624px;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 20px;
}
#header #menu .menu_child .menu_child_right a {
  display: block;
  width: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#header #menu .menu_child .menu_child_right a span {
  padding-left: 14px;
}
#header #menu .tel-area.pc {
  display: block;
}
#header #menu .tel-area.sp {
  display: none;
}
#breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
}
#breadcrumb ul {
  font-size: 0;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
#breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
#breadcrumb ul li:last-child:after {
  display: none;
}
#breadcrumb ul li a {
  color: #000;
}
#eyecatch {
  position: relative;
  background: url("../images/common/eyecatch.webp") center center no-repeat;
  background-size: cover;
  height: 335px;
}
#eyecatch p, #eyecatch h1 {
  position: absolute;
  top: 63%;
  left: 50%;
  -webkit-transform: translate(-55%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.3rem;
  display: inline-block;
  z-index: 2;
	width: 90%;
}
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
  #pagetop {
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 10;
    width: 72px;
    height: 72px;
  }
}
.fixed-contact {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #004077;
  writing-mode: vertical-rl;
  padding: 20px 10px;
  border-radius: 8px 0 0 8px;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.3rem;
  font-weight: bold;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.fixed-contact img {
  display: block;
  width: 23.58px;
  height: 18.86px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .fixed-contact {
    position: fixed;
    top: inherit;
    bottom: 0;
    transform: none;
    background: #fff;
    width: 100%;
    writing-mode: horizontal-tb;
    padding: 5px 5px;
    border-radius: inherit;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
	.fixed-contact img {
		width: 19.58px;
    height: 14.86px;
    margin-top: 3px;
	}
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.wp-pagenavi {
  padding: 20px 0 50px 0;
  clear: both;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  color: #202020;
  padding: 3px 8px;
  margin: 2px;
  background-color: #fff;
  border: 1px solid #202020;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
#thanks {
  padding: 100px 0;
}
#thanks h2 {
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  color: #005398;
  text-align: center;
}
#thanks p {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.1rem;
  text-align: center;
}
#notfound {
  margin: 100px auto;
  text-align: center;
}
#notfound h3 {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 01.rem;
}
#notfound a {
  font-size: 18px;
  font-weight: 600;
  background: #005297;
  color: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 1366px) {
  .menu_pc {
    display: none;
  }
  .menu_sp {
    display: block;
  }
  #header .header_inner {
    margin: 0;
  }
  #header .title-h {
    display: none;
  }
  #eyecatch {
    height: 220px;
  }
  #eyecatch p, #eyecatch h1 {
    top: 55%;
	  font-size: 22px;
	  font-size: 2.2rem;
  }
  #header {
    width: 100%;
    padding-left: 5px;
    height: 55px;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
  }
  #header .company {
    width: 28%;
    height: 100%;
  }
  #header #menu_trigger {
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url("../images/common/icon_open.png") 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
  }
  #header #menu_trigger.is-open {
    background: url("../images/common/icon_close.png") 0 0 no-repeat;
    background-size: 100% auto;
  }
  #header #menu {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;
    text-align: center;
  }
  #header #menu .menu_inner {
    padding: 80px 10px;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
  #header #menu .menu_inner ul {
    padding-bottom: 0;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #fff;
    width: 100%;
    margin-bottom: 40px;
  }
  #header #menu ul li {
    display: block;
    padding-right: 0px;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 15px 5px;
    margin-right: 0;
    text-align: center;
  }
  #header #menu ul li.menu_parent.menu_pc {
    display: none;
  }
  #header #menu ul li.menu_parent p.menu_parent_a {
    display: block;
    width: 100%;
    cursor: pointer;
  }
  #header #menu ul li.contact_btn {
    width: 100%;
    border-bottom: none;
  }
  #header #menu ul li.contact_btn a {
    padding: 15px 0;
    border: none;
    width: 20%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #header #menu ul li.menu_parent {
    position: relative;
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #header #menu .menu_child {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    left: 50%;
    position: inherit;
    text-align: left;
    padding-top: 16px;
  }
  #header #menu .menu_child .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header #menu ul li.recruit-btn a {
    padding: 6px 30px;
    border-radius: 34px;
    color: #00A5BF;
    border: 1px solid #00A5BF;
    background: #fff;
    width: 30%;
    margin: 0 auto;
    padding: 10px 5px;
  }
  #header #menu ul li.cv-btn a {
    width: 30%;
    margin: 0 auto;
    padding: 10px 5px;
  }
  #header #menu ul li.cv-btn {
    background: none;
    width: 100%;
    padding-top: 0;
  }
  #header #menu ul li.cv-btn a {
    width: 30%;
    margin: 0 auto;
    padding: 10px 5px;
    background: #005398;
    height: 100%;
    border-radius: 34px;
  }
  /*矢印の位置と向き*/
  #header #menu ul li.menu_parenti.has-child::before {
    content: none;
  }
  #header #menu ul li.menu_parent.has-child .menu_parent_a.is-open::before, #header #menu ul li.menu_parent.has-child:hover::before {
    transform: rotate(180deg);
  }
  #header #menu ul li.menu_parent.has-child.active::before {
    transform: rotate(-180deg);
    left: auto;
    top: 30px;
    right: 10px;
  }
  #header #menu .menu_child .ichiran a span {
    display: inline-block;
  }
  #header #menu .menu_child .ichiran a span img {
    padding-top: 7px;
  }
  #header #menu .menu_link {
    width: 100%;
    margin-top: 20px;
  }
  #header #menu .menu_link a {
    margin-bottom: 5px;
    display: block;
    border-radius: 0;
    background: #fff;
    color: #172C55;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
  }
  #header #menu .menu_link a span {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
  }
  #header #menu .menu_link p {
    font-size: 16px;
    color: #000;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  #header #menu .menu_link a .icon_system {
    padding-left: 38px;
  }
  #header #menu .menu_link a img, #header #menu ul li a.assessment_btn img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    vertical-align: text-top;
  }
  #header #menu ul li a.h-link {
    height: auto;
  }
  #header #menu ul li a, #header #menu ul li p span {
    display: block;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #header #menu .menu_child .mene-s .l_flex a {
    margin-left: 14px;
  }
  #header #menu .menu_child .mene-s .l_flex a::before {
    left: -9px;
  }
  #header #menu .l_flex.language {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  #header #menu .l_flex.language a {
    width: 12.13%;
  }
  #header #menu .l_flex.language a:first-child {
    margin-right: 10px;
  }
  #header #menu .tel-area {
    width: 60%;
    margin: 0 auto;
  }
  #header #menu .tel-area.pc {
    display: none;
  }
  #header #menu .tel-area.sp {
    display: block;
  }
  #header #menu .tel-area a {
    justify-content: center;
    display: block;
    margin-bottom: 40px;
  }
  #header #menu .tel-area.sp p.ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
  #header #menu .tel-area a p.l_flex {
    font-size: 27px;
    font-size: 2.9rem;
    justify-content: center;
  }
  #header #menu .tel-area a p.l_flex span {
    width: auto;
  }
}
@media screen and (max-width: 1315px) {
  #header .company {
    left: 0%;
  }
  #header .company {
    width: 313px;
  }
}
@media screen and (max-width: 1265px) {
  .l_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header #menu .menu_child .ichiran {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-right: none;
}
#header #menu .menu_child .mene-s, #header #menu .menu_child .mene-s:nth-child(3), #header #menu .menu_child .mene-s:nth-child(4), #header #menu .menu_child .mene-s:last-child {
  width: 30%;
}
#header #menu .menu_child .mene-s {
  width: 40%;
}
#header #menu .menu_child .ichiran p {
  margin-right: 20px;
}
#header #menu .menu_child .ichiran a {
  display: contents;
}
@media (max-width: 890px) {
	    #eyecatch p, #eyecatch h1 {
        top: 60%;
	}
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 0px;
  }
  .l_flex {
    display: block;
  }
  .l_continar {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header #menu .menu_child .menu_child_inner .mene-s, #header #menu ul li.contact_btn a {
    width: 100%;
  }
  #eyecatch {
    background: url("../images/common/eyecatch_sp.webp") center center no-repeat;
    background-size: cover;
    height: 200px;
  }
  #eyecatch h2 {
    font-size: 26px;
    display: block;
    padding: 0 5px;
    width: 100%;
    top: 63%;
  }
  #breadcrumb {
    padding-bottom: 0;
  }
  #header #menu .menu_child .mene-s, #header #menu .menu_child .mene-s:nth-child(3), #header #menu .menu_child .mene-s:nth-child(4), #header #menu .menu_child .mene-s:last-child {
    width: 50%;
    padding: 10px;
    margin-bottom: 30px;
  }
  #header #menu .menu_child .ichiran {
    display: block;
  }
  #header #menu .menu_child .ichiran p {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  #menu .menu_child .mene-s:nth-child(4), #header #menu .menu_child .mene-s:last-child {
    margin-bottom: 0;
  }
  #header #menu .tel-area {
    width: 90%;
    font-size: 31px;
    font-size: 3.1rem;
  }
  #header #menu .tel-area a p.l_flex {
    display: flex;
  }
  #header #menu ul li.recruit-btn a, #header #menu ul li.cv-btn a {
    width: 80%;
  }
	#header #menu ul li {
		padding: 10px 5px;
	}
	    #header #menu .tel-area.sp p.ttl {
        font-size: 17px;
        font-size: 1.7rem;
    }
	    #header #menu .tel-area a p.l_flex {
        font-size: 24px;
        font-size: 2.4rem;
	}
	#header #menu .tel-area a {
		        margin-bottom: 20px;
	}
}
#footer {
  background-color: #043C6B;
  color: #ffffff;
  padding: 30px 0 15px;
}
#footer .footer-contact {
  flex-wrap: wrap;
  border-bottom: 1px solid #3B678D;
  text-align: center;
}
#footer .footer-contact h2 {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}
#footer .gap3 {
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#footer .footer-tel-box {
  border-right: 1px solid #3B678D;
}
#footer .footer-tel-box .office {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-align: center;
}
#footer .footer-tel-num {
  font-size: 46px;
  font-size: 4.6rem;
  letter-spacing: 0.3rem;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
}
#footer .footer-tel-num span {
  font-size: 27px;
  font-size: 2.7rem;
  margin-right: 10px;
}
#footer .footer-contact-btn {
  max-width: 320px;
  width: 100%;
  font-size: 25px;
  font-size: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #043C6B;
  font-weight: bold;
  padding: 18px 5px;
  border-radius: 50px;
  transition: opacity 0.3s ease, transform 0.2s ease;
  letter-spacing: 0.05em;
}
#footer .footer-contact-btn:hover {
  opacity: 1;
  transform: translateY(-2px);
}
#footer .footer-nav {
  padding-top: 45px;
}
#footer .footer-company-name {
  max-width: 415px;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
#footer .box {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#footer .l_flex .box:nth-of-type(1) {
  width: 43.17%;
  padding-right: 40px;
  border-right: 1px solid #3B678D;
}
#footer .l_flex .box:nth-of-type(2) {
  width: 35%;
  padding: 0 30px;
  border-right: 1px solid #3B678D;
}
#footer .l_flex .box:nth-of-type(3) {
  width: 21.67%;
  padding: 0 30px;
  border-right: 1px solid #3B678D;
}
#footer .footer-address-box {
  line-height: 29px;
  letter-spacing: 0.03em;
  padding-left: 15px;
}
#footer .footer-address-box span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: -16px;
}
#footer .footer-address-box:first-of-type {
  margin-bottom: 30px;
}
#footer .footer-address-box a {
	color: #fff;
}
#footer .menu, #footer .box:nth-of-type(3) .footer-menu-list li a {
  font-size: 17px;
  font-size: 1.7rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
#footer .footer-menu-list {
  list-style: none;
  margin-bottom: 25px;
}
#footer .footer-menu-list a {
  color: #ffffff;
  letter-spacing: 0.03em;
  display: inline-block;
}
#footer .footer-menu-list a:hover {
  opacity: 0.7;
}
#footer .box:nth-of-type(2) .footer-menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 15px;
  margin-bottom: 25px;
}
#footer .box:nth-of-type(2) .footer-menu-list li {
  margin-bottom: 0;
  position: relative;
  padding-left: 14px;
}
#footer .box:nth-of-type(2) .footer-menu-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ffffff;
}
#footer .box:nth-of-type(3) .footer-menu-list {
  margin-bottom: 0;
}
#footer .box:nth-of-type(3) .footer-menu-list li.menu-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  color: #003C8A;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 100%;
  max-width: 200px;
}
#footer .box:nth-of-type(3) .footer-menu-list li.menu-btn a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #003a63;
  border-right: 2px solid #003a63;
  transform: rotate(45deg);
  margin-left: 10px;
}
#footer .box:nth-of-type(3) .footer-menu-list li.recruit-btn a {
  color: #009DB5;
}
#footer .box:nth-of-type(3) .footer-menu-list li.recruit-btn a::after {
  border-color: #009DB5;
}
#footer .box:nth-of-type(3) .footer-menu-list li.menu-btn a:hover {
  opacity: 0.95;
  transform: scale(1.02);
}
#footer .copy-right {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  margin-top: 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1040px) {
  #footer .gap3 {
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }
  #footer .l_flex .box:nth-of-type(1) {
    width: 38.17%;
    padding-right: 20px;
  }
  #footer .l_flex .box:nth-of-type(2) {
    width: 30%;
    padding: 0 20px;
  }
  #footer .l_flex .box:nth-of-type(3) {
    width: 26.67%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 798px) {
  #footer {
    padding: 40px 0 60px;
  }
  #footer .l_continar {
    padding: 0 15px;
  }
  #footer .gap3 {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 0;
  }
  #footer .footer-contact {
    padding-bottom: 25px;
    gap: 0;
  }
  #footer .footer-contact h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
  #footer .footer-tel-box, #footer .footer-tel-box:nth-of-type(2) {
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #3B678D;
    padding-bottom: 15px;
    text-align: center;
  }
  #footer .footer-tel-num {
    justify-content: center;
    font-size: 43px;
    font-size: 4.3rem;
    letter-spacing: 0.2rem;
  }
  #footer .footer-mail-box {
    width: 100%;
    margin-left: 0;
  }
  #footer .footer-contact-btn {
    width: 100%;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 15px 20px;
  }
  #footer .footer-nav {
    padding-top: 35px;
  }
  #footer .footer-company-name {
    width: 91%;
    justify-content: center;
    margin-bottom: 30px;
  }
  #footer .l_flex {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  #footer .l_flex .box {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 30px;
    margin-top: 30px;
  }
  #footer .l_flex .box:first-of-type {
    margin-top: 0;
  }
  #footer .l_flex .box:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  #footer .menu {
    margin-bottom: 10px;
  }
  #footer .footer-menu-list {
    margin-bottom: 20px;
  }
  #footer .box:nth-of-type(2) .footer-menu-list {
    grid-template-columns: 1fr 1fr;
    gap: 12px 10px;
    margin-bottom: 20px;
  }
  #footer .box:nth-of-type(3) .footer-menu-list {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 12px 10px;
    border-bottom: 1px solid #3B678D;
    padding-bottom: 30px;
  }
  #footer .box:nth-of-type(3) .footer-menu-list li.menu-btn {
    grid-column: span 2; /* 2列分を結合して全幅に */
    margin-top: 5px;
  }
  #footer .box:nth-of-type(3) .footer-menu-list li.menu-btn a {
    max-width: 100%;
    padding: 14px 25px;
    margin-bottom: 0;
  }
  #footer .copy-right {
    margin-top: 40px;
    font-size: 10px;
  }
}
.bg-blue {
  background: #F7FAFC;
}
#blog.list {
    margin: 30px 0 100px;
}
#blog.list .blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 20px;
	margin-bottom: 40px;
}
#blog.list .blog-grid .post-title {
	line-height: 26px;
    margin: 5px 0;
}
#blog.list .blog-grid .time {
	    font-size: 13px;
    font-size: 1.3rem;
    color: #1A1A1A;
}
#blog.list .blog-grid .img-wrapper {
    aspect-ratio: 285 / 190;
}
#blog.list .blog-grid .img-wrapper img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
	#blog.list {
    margin: 50px 0 30px;
}
	#blog.list .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-bottom: 20px;
}
}
#blog.list p.no-post {
    font-size: 20px;
    text-align: center;
}