@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

br.sp{
	display: none;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.header {
  position: relative;
  z-index: 250;
  background-color: #ffffff;
}
.header .headerFix {
  /*padding: 22px 0 50px;*/
  padding: 0;
}
.header .headerFix .container {
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.header .logo{
	align-items: center;
}
.header .sp-logo{
	display: none;
}
.header .container {
  max-width: 1260px;
}
.header .global-navigation-pc {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  min-height: 85px;
}
.header .global-navigation-pc .menu {
  padding-top: 15px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  list-style: none;
}
.header .global-navigation-pc .menu-item {
  min-width: 3.75rem;
  max-width: 15rem;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  background-color: #ffffff;
  border-left: 1px solid #d8d8d8;
  position: relative;
}
.header .global-navigation-pc .menu-item:first-child {
  border-left-width: 0;
}
.header .global-navigation-pc .menu-item-link > .bullet {
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/cmm/icon-nav-close__gray.svg);
  background-size: 8px;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-left: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .global-navigation-pc .menu.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .global-navigation-pc .menu.align-left .menu-item {
  min-width: 3.75rem;
  max-width: 15rem;
  padding-left: 10px;
  padding-right: 10px;
}
.header .global-navigation-pc .menu.align-left .menu-item-link {
  padding-left: 10px;
  padding-right: 10px;
}
.header .global-navigation-pc .menu-item-link {
  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;
  position: relative;
  width: 100%;
  /*min-height: 2.188rem;*/
  min-height: 35px;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  outline-offset: -1px;
}
.header .global-navigation-pc .menu-item-link::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0064d2;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 300;
}
.header .global-navigation-pc .menu-item-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header .global-navigation-pc .menu-item .popup-child {
  display: none;
  position: absolute;
  z-index: 200;
  z-index: 300;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #ffffff;
  list-style-type: none;
  width: 12.5rem;
  top: 51px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: max-height 0.35s ease-out, opacity 0.35s ease-out, visibility 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: max-height 0.35s ease-out, opacity 0.35s ease-out, visibility 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: max-height 0.35s ease-out, opacity 0.35s ease-out, visibility 0.35s ease-out, transform 0.35s ease-out;
  transition: max-height 0.35s ease-out, opacity 0.35s ease-out, visibility 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  pointer-events: none;
}
.header .global-navigation-pc .menu-item .popup-child.active {
  display: block;
  top: 51px;
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
.header .global-navigation-pc .menu-item-link .bullet.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header .global-navigation-pc .menu-item .popup-child-item.top {
  border-bottom: 1px solid #d8d8d8;
}
.header .global-navigation-pc .menu-item .popup-child-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: left;
}
.header .global-navigation-pc .menu-item .popup-child-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  padding: 14px 0px 14px 0px;
  /*overflow: hidden;*/
}
.header .global-navigation-pc .menu-item .popup-child-item-link-label {
  padding-left: 10px;
  padding-right: 15px;
  pointer-events: none;
}
.header .global-navigation-pc .menu-item .popup-child-item-link:hover {
  color: #ffffff;
  background-color: #0064d2;
}
.header .global-navigation-pc .menu-item .popup-child-item-link:hover::after {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  right: 4px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/cmm/icon-arw-right-white.png);
}

.menu-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: hidden;
  -webkit-transition: opacity 0.35s ease-out, visibility 0.35s ease-out;
  transition: opacity 0.35s ease-out, visibility 0.35s ease-out;
  z-index: 150;
  pointer-events: none;
}

.menu-modal-overlay.active {
  display: block;
  opacity: 0.5;
  visibility: visible;
  pointer-events: auto;
}

.headerFix_menu .menuLink {
  font-size: 12px;
  padding-right: 20px;
  margin-right: 20px;
}
.headerFix_menu .menuLink:last-child {
  padding-right: unset;
  margin-right: unset;
}
.headerFix_menu .menuLink .underline {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.headerFix_menu .menuLink .underline:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #0064D2;
}
.header .logoTxt {
  display: inline-block;
  vertical-align: top;
  margin-left: 49px;
}

.dropdown .dropdown-toggle::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #DDDDDD;
  position: absolute;
  top: 0;
  right: -10px;
  border: unset !important;
}

.menuLink {
  padding: 0 20px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.menuLink:nth-child(1)::after,
.menuLink:nth-child(2)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #DDDDDD;
  position: absolute;
  top: 0;
  right: -10px;
}
.menuLink:last-child {
  margin-right: unset;
}
.menuLink:last-child::after {
  content: unset;
}
.menuLink.active {
  border-bottom: 3px solid #0064D2;
}
.menuLink .icon {
  position: relative;
}
.menuLink .icon::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 5px;
}

.cLead {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: #0064D2;
  padding-bottom: 15px;
  border-bottom: 1px solid #0064D2;
}

.cBtn {
  width: 260px;
  height: 54px;
  border-radius: 4px;
  background-color: #0064D2;
  color: white;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #0064D2;
  overflow: hidden;
}
.cBtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 0%;
  top: 0px;
  left: 0px;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: white;
  z-index: 0;
}
.cBtn span {
  z-index: 2;
}
.cBtn:hover {
  color: #0064D2;
}
.cBtn:hover::before {
  height: 100%;
}

.subFv .group {
  min-height: 380px;
  background-color: #F3F8FC;
}
.subFv .container {
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
}
.subFv .breadcrumb {
  padding: 20px 0 0 0;
}
.subFv .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: url(../img/cmm/arrow_right.svg) no-repeat;
  background-size: cover;
  width: 5px;
  height: 14px;
  margin-top: 5px;
  margin-right: 5px;
}
.subFv .breadcrumb .breadcrumb-item {
  font-size: 14px;
  color: #000000;
}
.subFv .breadcrumb .breadcrumb-item a {
  color: #0064D2;
}
.subFv .item {
  padding-top: 90px;
  padding-left: 0;
}
.subFv .item .en {
  font-size: 20px;
  color: #0064D2;
  font-family: "Outfit", sans-serif;
}



.subFv .item .ttl {
  font-size: 44px;
  font-weight: 500;
  padding-top: 10px;
}
.subFv .img img {
  width: 100%;
  -o-object-position: top center;
     object-position: top center;
}

.cBanner {
  max-height: 380px;
  background: url(../img/cmm/sub_ft_banner.png) no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 31px 31px 0 0;
}
.cBanner .item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0064D2;
  position: absolute;
  border-radius: 31px 31px 0 0;
  top: 0;
  left: 0;
  z-index: -1;
}
.cBanner .item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 102, 210, 0.6352941176);
  position: absolute;
  border-radius: 31px 31px 0 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.cBanner .img {
  border-radius: 31px 31px 0 0;
  width: 100%;
  max-height: 380px;
}
.cBanner .img img {
  border-radius: 31px 31px 0 0;
  width: 100%;
}
.cBanner .area {
  z-index: 2;
  padding: 105px 0 166px;
}
.cBanner .area .en {
  color: white;
}
.cBanner .area .ttl {
  color: white;
  font-size: 32px;
  font-weight: 500;
  margin: 13px 0 37px;
}
.cBanner .ftMore .cBtn {
  background-color: white;
  color: #0064D2;
}
.cBanner .ftMore .cBtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 0%;
  top: 0px;
  left: 0px;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #0064D2;
  z-index: 0;
}
.cBanner .ftMore .cBtn span {
  z-index: 2;
}
.cBanner .ftMore .cBtn:hover {
  color: white;
}
.cBanner .ftMore .cBtn:hover::before {
  height: 100%;
}
.cBanner .itemAbs1 {
  position: absolute;
  top: 50px;
  left: calc(50% - 700px);
  z-index: 2;
}
.cBanner .itemAbs2 {
  position: absolute;
  top: 50px;
  right: calc(50% - 700px);
  z-index: 2;
}

.c-box01 {
  background-color: #F2F7FB;
  border-radius: 12px;
  padding: 33px 28px 47px;
  width: 49%;
}
.c-box01_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 25px;
  border-bottom: 1px solid #0064D2;
  color: #0064D2;
}
.c-box01_btn {
  margin-top: 39px;
}
.c-box01_tel {
  font-size: 24px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #0064D2;
  margin-top: 30px;
}
.c-box01_tel img{
	object-fit: inherit;
	object-position: none;
	height: inherit;
	width: 24px;
	height: 24px;
	margin-right: 3px;
}
.c-box01_txt {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}
.c-box01_other {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
}

.c-box02 {
  background-color: #F2F7FB;
  border-radius: 12px;
  padding: 33px 28px;
}
.c-box02-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    color: #0064D2;
    padding-bottom: 25px;
    border-bottom: 1px solid #0064D2;
    text-align: center;
    line-height: 39px;
    padding-bottom: 20px;
}
.c-box02-txt {
  margin-top: 25px;
  line-height: 30px;
}

.c-sub-ttl {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 50px;
  padding-right: 50px;
}
.c-sub-ttl .en {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  color: #0064D2;
}
.c-sub-ttl .jp {
  margin-top: 10px;
}
.c-sub-ttl .jp .big {
  font-size: 32px;
  font-weight: 500;
}
.c-sub-ttl .jp .sm {
  font-size: 16px;
  margin-left: 29px;
}
.c-sub-ttl .txt {
  margin-top: 35px;
  font-size: 18px;
  line-height: 38px;
}

.footer {
  background-color: #0064D2;
  padding: 24px 0;
}
.footer .container {
  max-width: 1240px !important;
}
.footer .copyright {
  font-size: 12px;
  color: white;
  line-height: 1;
  margin-top: 5px;
}
.footer .menuLink {
  color: white;
  font-size: 12px;
  line-height: 1;
}
.footer .menuLink .underline:hover {
  border-bottom: 1px solid white;
}

.gototop-button {
  position: fixed;
  display: none;
  z-index: 600;
  right: 20px;
  bottom: 11px;
  width: 47px;
  height: 47px;
  cursor: pointer;
  background-size: cover;
  background: url(../img/cmm/icon_back_top.svg);
  background: url(../img/cmm/icon_back_top.svg);
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.gototop-button.active {
  display: block;
  opacity: 1;
}

@media (max-width: 990px) {
  .menuLink {
    padding: 0 15px;
  }
}
@media (max-width: 959px) {
  .headerMenu {
    display: none !important;
  }
  .headerFix_menu {
    display: none !important;
  }
  .header .pc-logo{
	display: none;
  }
  .header .sp-logo{
	display: inherit;
  }
  .header {
    background-color: white;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    padding-bottom: unset !important;
  }
  .header .headerFix {
    padding: 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .header .global-navigation-pc {
    display: none;
  }
}
/*@media (max-width: 880px) {*/
@media (max-width: 959px) {
  .footer .item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .footer .menuLink {
    margin-bottom: 20px;
  }
}
/*@media (max-width: 768px) {*/
@media (max-width: 959px) {
  .subFv .breadcrumb {
    display: none;
  }
  .subFv .group {
    min-height: 200px;
  }
  .subFv .item {
    padding-top: 37px;
    padding-left: unset;
    padding-bottom: 56px;
  }
  .subFv .item.top {
    padding-top: 60px;
  }
  .subFv .item .en {
    font-size: 18px;
  }
  .subFv .item .ttl {
    font-size: 30px;
  }
  .c-sub-ttl {
    margin-left: unset;
    margin-right: unset;
  }
  .c-sub-ttl .txt {
    margin-top: 25px;
  }
  .c-sub-ttl .jp {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .c-sub-ttl .jp .big {
    font-size: 24px;
  }
  .c-sub-ttl .jp .sm {
    margin-left: unset;
  }
  .c-box01 {
    padding: 20px 20px 30px;
  }
  .c-box02 {
    padding: 20px 20px 30px;
  }
  .c-box02-ttl {
    font-size: 20px;
  }
  .cBanner {
    max-height: unset;
  }
  .cBanner .img {
    max-height: unset;
  }
  .cBanner .item {
    padding: 60px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cBanner .area {
    position: relative !important;
    padding: unset;
  }
  .cBanner .area .ttl {
    font-size: 24px;
  }
  .cBanner .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  .cBanner .itemAbs1 {
    position: relative;
    top: unset;
    left: unset;
    width: 45%;
  }
  .cBanner .itemAbs2 {
    position: relative;
    top: unset;
    right: unset;
    width: 45%;
  }
}
@media (max-width: 429px) {
  .header .logoTxt {
    display: none !important;
  }
}


.fv {
  height: calc(100vh - 137.16px);
  background: url(../img/fv_pc_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.info {
  padding: 92px 0 110px;
}
.info .container {
  max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px;
}

.message .row {
  padding-top: 85px;
  position: relative;
}
.message .txt {
  font-size: 20px;
  line-height: 46px;
  font-weight: 500;
}
.message .img {
  position: absolute;
  top: 85px;
  right: calc(50% - 600px);
  width: 448px;
}

.news {
  padding-top: 70px;
}
.news .news-blocks{
	position: relative;
	padding-left: 130px;
}
.news .time {
  font-family: "Outfit", sans-serif;
  position: absolute;
  left: 0px;
  top: 0px;
}
.news .ttl {
  color: #0064D2;
}
.news .ttl:hover {
  text-decoration: underline;
}

.news a {
	width: inherit !important;
	color: #0064D2 !important;
	padding: 0 !important;
}

.about {
  background: url(../img/about_bg_img.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 59px 0 86px;
  border-radius: 40px;
}
.about .container {
  max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px;
}
.about .item {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 47px;
}

.about .ttl {
  font-size: 32px;
  font-weight: 500;
  margin: 47px 0 41px;
}
.about .txt {
  margin-bottom: 41px;
  line-height: 30px;
}

.environ {
  padding: 88px 0 85px;
}
.environ .container {
  max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px;
}
.environ .item:last-child {
  margin-top: 72px;
}
.environ .item .ttl {
  font-size: 32px;
  font-weight: 500;
}
.environ .item .txt {
  margin: 40px 0 35px;
  line-height: 30px;
}
.environ .item .area {
  position: relative;
}

.entry {
  padding: 80px 0 0px;
  position: relative;
}
.entry::before {
  content: "";
  background-color: #F3F8FC;
  width: 100%;
  height: 100%;
  border-radius: 31px 31px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.entry .container {
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
}
.entry .img {
  padding-top: 40px;
}
.entry .img img{
	width: 100%;
}
.entry .ttl {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin: 28px 0 26px;
}
.entry .txt {
  /*margin-bottom: 31px;*/
  line-height: 30px;
}

.entry .col-md-6{
	position: relative;
	padding-bottom: 80px;
}

.entry .col-md-6 .entryBtn{
	position: absolute;
	bottom: 0px;
	left: 10px;
}

.ftBanner {
  margin-top: 70px;
  background: url(../img/ft_pc_bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 560px;
}
.ftBanner .ttl {
  padding-top: 52px;
}
.ftBanner .abs1 {
  position: absolute;
  top: 25px;
  left: calc(50% - 700px);
}
.ftBanner .abs1 img {
  width: 326px;
}
.ftBanner .abs2 {
  position: absolute;
  top: 52px;
  right: calc(50% - 700px);
}
.ftBanner .abs2 img {
  width: 290px;
}

@media (max-width: 1200px) and (min-width: 769px) {
  .info .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .about .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .environ .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .entry .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1120px) {
  .ftBanner .abs1 {
    left: calc(50% - 600px);
  }
  .ftBanner .abs2 {
    right: calc(50% - 600px);
  }
}
/*@media (max-width: 768px) {*/
@media (max-width: 959px){
  .fv {
    background: url(../img/fv_sp_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 1200px;
  }
  .info {
    padding: 60px 0;
  }
  .message .row {
    padding-top: 60px;
  }
  .message .img {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .message .img img {
    width: 57%;
  }
  .message .txt {
    font-size: 18px;
  }
  .news {
    padding-top: 50px;
  }
  .news .item {
    padding-top: 27px !important;
  }
  .about {
    padding: 60px 0;
    border-radius: 31px;
    background: url(../img/about_bg_img_sp.png) no-repeat;
    background-size: cover;
  }
  .about .ttl {
    font-size: 24px;
    margin: 45px 0 19px;
  }
  .environ {
    padding: 49px 0 60px;
  }
  .environ .item:last-child {
    margin-top: 52px;
  }
  .environ .item .row {
    padding-top: 28px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .environ .item .ttl {
    font-size: 24px;
    margin: 24px 0 19px;
  }
  .environ .item .txt {
    margin: 0 0 24px;
  }
  .environ .item .environBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .environ .item .img {
    width: 100%;
  }
  .environ .item .img img {
    width: 100%;
  }
  .entry {
    padding: 52px 0 0;
  }
  .entry .img {
    padding-top: 24px;
  }
  .entry .img img {
    width: 100%;
  }
  .entry .ttl {
    font-size: 24px;
    margin: 24px 0 19px;
  }
  .entry .txt {
    margin-bottom: 24px;
  }
  .entry .entryBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .entry .row .col-md-6:first-child {
    margin-bottom: 47px;
  }
  .ftBanner {
    min-height: unset;
  }
  .ftBanner .ttl {
    padding-top: unset;
    margin: unset;
  }
  .ftBanner_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 200px;
  }
  .ftBanner .abs1 {
    top: 160px;
    left: -69px;
    width: 231px;
  }
  .ftBanner .abs1 img {
    width: 100%;
  }
  .ftBanner .abs2 {
    top: 130px;
    right: -20px;
    width: 185px;
  }
  .ftBanner .abs2 img {
    width: 100%;
  }
  .news .news-blocks{
	  padding-top: 30px;
	  padding-left: 3px;
  }
}
@media (max-width: 768px) {
  .fv {height: calc(100vh - 137.16px) !important;}
}
.lists {
  padding: 75px 0 135px;
}
.lists .container {
  max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px;
}
.lists .lead {
  color: #0064D2;
  font-family: "Outfit", sans-serif;
}
.lists .colImg {
  margin: 18px 0 20px;
}
.lists .colImg img {width: 100%;}

.lists .position span {
  color: white;
  font-size: 14px;
  background-color: #0064D2;
  border-radius: 13px;
  padding: 4px 10px;
}
.lists .ttl {
  font-size: 24px;
  font-weight: 500;
  color: #0064D2;
  line-height: 38px;
  padding: 19px 0 23px;
  border-bottom: 1px solid #0064D2;
}
.lists .txt {
  padding: 22px 0;
  line-height: 30px;
}

.profile {
  padding: 44px 0;
}
.profile .container {
  max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px;
}
.profile .posJp {
  margin-right: 18px;
}
.profile .posJp span {
  color: white;
  font-size: 14px;
  background-color: #0064D2;
  border-radius: 13px;
  padding: 4px 10px;
}
.profile .posEn {
  font-size: 20px;
  color: #0064D2;
  font-family: "Outfit", sans-serif;
}
.profile .txt {
  line-height: 30px;
}

.interview {
  background-color: #F3F8FC;
  border-radius: 31px;
  padding: 66px 0 80px;
}
.interview .container {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.interview .item {
  max-width: 1100px !important;
  margin: 90px auto 0;
}
.interview .item:first-child {
  margin-top: unset;
}
.interview .item .leadB {
  border-bottom: unset;
  padding-bottom: unset;
}
.interview .item .ttl {
  font-size: 34px;
  font-weight: 500;
  line-height: 59px;
}
.interview .item .txt {
  line-height: 30px;
}

.interview .item figure.img img{
	width: 100%;
}

.leadB {
  border-bottom: 1px solid #0064D2;
  padding-bottom: 18px;
}
.leadB .leadEn {
  color: #0064D2;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  margin-right: 18px;
}
.leadB .leadJp {
  padding: 3px 10px;
  background-color: #0064D2;
  border-radius: 13px;
  font-size: 14px;
  color: white;
}

.schedule {
  padding: 50px 0 75px;
}
.schedule .container {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
.schedule .msg .ttl {
  font-size: 24px;
  font-weight: 500;
  padding: 31px 0 14px;
}
.schedule .msg .txt {
  line-height: 30px;
}
.schedule .areaRow {
  margin-top: 17px;
}
.schedule .areaRow:first-child {
  margin-top: 26px;
}
.schedule .areaRow .time {
  min-width: 80px;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  color: #0064D2;
  line-height: 1;
}
.schedule .areaRow .txt {
  font-weight: 500;
  line-height: 1;
}

.offStyle {
  margin: 0 50px 70px;
}
.offStyle.pickup {
  margin-left: 0px;
  margin-right: 0px;
}
.offStyle .container {
  max-width: 1100px !important;
  background-color: #0064D2;
  padding: 35px 30px 30px 30px !important;
  border-radius: 12px;
}

.offStyle .container img {width: 100%;}
.offStyle .leadB {
  padding-bottom: unset;
  border-bottom: unset;
}
.offStyle .leadB .leadEn {
  color: white;
}
.offStyle .leadB .leadJp {
  background-color: white;
  color: #0064D2;
}
.offStyle .area .ttl {
  font-size: 24px;
  font-weight: 500;
  color: white;
  margin: 20px 0;
  line-height: 1;
}
.offStyle .area .txt {
  color: white;
  line-height: 30px;
}
.offStyle .backBtn {
  margin-top: 75px;
}
p.attn-txt{
  max-width: 1100px !important;
  font-size: 14px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

p.modelcase{
	font-size: 16px;
	color:#0064D2;
	padding-bottom: 10px;
}

ul.menu a.nolink{
	pointer-events: none;
}

ul.menu p.nolink {position: relative;}

ul.menu a.nolink:before,
ul.menu p.nolink:before{
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0px;
	background-color: #0064d2;
	height: 3px;
	width: 100%;
}



a.nolink{
	pointer-events: none;
}


/*@media (max-width: 768px) {*/
@media (max-width: 959px) {
	.profile .posEn {font-size: 18px;}
	.lists .container {
	  padding-left: 20px;
	  padding-right: 20px;
	}
  .lists {
    padding: 40px 0 60px;
  }
  .lists .lead {
    font-size: 14px;
  }
  .lists .colImg .img {
    width: 100%;
  }
  .lists .colImg .img img {
    width: 100%;
  }
  .lists .ttl {
    font-size: 20px;
  }
  .lists .moreBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lists .row .col-md-6:first-child {
    margin-bottom: 40px;
  }
  .profile {
    padding: 25px 0 40px;
  }
  .interview {
    padding: 40px 0 60px;
  }
  .interview .item {
    margin-top: 40px;
  }
  .interview .item .ttl {
    font-size: 20px;
    line-height: 39px;
  }
  .schedule {
    padding-bottom: 60px;
  }
  .schedule .msg .ttl {
    font-size: 20px;
  }
  .schedule .sche {
    margin-top: 40px;
  }
  .offStyle .container {
    padding: 25px 10px;
  }
  .offStyle .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .offStyle .row .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .offStyle .area .ttl {
    font-size: 20px;
    line-height: 1.5;
  }
  .offStyle .img {
    margin-top: 20px;
    width: 100%;
  }
  .offStyle .img img {
    width: 100%;
  }
  .offStyle .backBtn {
    margin-top: 40px;
  }
}
.contactItem {
  padding-bottom: 106px;
}
.contactItem .container {
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
}
.contactItem .txtArea {
  padding: 65px 0;
  font-size: 18px;
  line-height: 38px;
}
.contactItem .txtArea a {
  color: #0064D2;
  text-decoration: underline;
}

.guideline .process {
  margin-top: 57px;
}
.guideline .process .container {
  /*max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px;*/
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.guideline .process .item {
  background-color: #F3F8FC;
  padding: 50px 0;
  border-radius: 30px;
  margin-top: 40px;
}
.guideline .process .item .row {
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto 25px;
}
.guideline .process .item .row p.step_txt{
	line-height: 30px;
	padding-left: 20px;
}
.guideline .process .item .process_step {
  background-color: white;
  padding: 24px 21px;
  border-radius: 10px;
}
.guideline .process .item .process_step.reset {
  background-color: #0064D2;
}
.guideline .process .item .process_step.reset .step_en {
  color: #0064D2;
  background-color: white;
}
.guideline .process .item .process_step.reset .step_ttl {
  color: white;
}
.guideline .process .item .process_step .step_en {
  background-color: #0064D2;
  color: white;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  padding: 4px 15px;
  border-radius: 20px;
}
.guideline .process .item .process_step .step_ttl {
  font-size: 20px;
  font-weight: 500;
  color: #0064D2;
  margin-left: 21px;
}
.guideline .process .item .process_step .step_txt {
  font-weight: 400;
  line-height: 1.875;
}
.guideline .process .item_bottom {
  font-size: 12px;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}

.jobDescription {
  margin-top: 95px;
}
.jobDescription p.area{
	line-height: 30px;
}
.jobDescription .container {
  /*max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px;*/
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.jobDescription .contents {
  padding: 40px 50px 0;
  max-width: 1200px;
  margin: 0 auto;
  
}
.jobDescription .contents .row {
  border-bottom: 1px solid rgba(0, 102, 210, 0.2666666667);
  padding: 30px 0;
}
.jobDescription .contents .row:first-child {
  border-top: 1px solid rgba(0, 102, 210, 0.2666666667);
}

.myPage_entry {
  margin: 100px 0 95px;
}
.myPage_entry .container {
  /*max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px;*/
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}




.myPage_entry_bottom {
  padding: 32px 50px 0;
  max-width: 1200px;
  margin: 32px auto 0;
  
}
.myPage_entry_bottom .c-box01_btn .cBtn {
  width: 48.5%;
}
.myPage_entry_bottom .item .c-box01.other {
  width: 100%;
  margin-top: 40px;
}

.skillup .education {
  margin-top: 57px;
}
.skillup .education .container {
  /*max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px;*/
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.skillup .education .item {
  background-color: #F3F8FC;
  border-radius: 31px;
  padding: 50px;
  margin: 30px auto 0;
}
.skillup .education .item .itemTable,
.skillup .education .item .bottom,
.skillup .career .item .itemTable,
.skillup .career .item .item_txt{
	max-width: 1100px;
	margin: 0 auto;
}
.skillup .education .item img {
	width: 100%;
}

.skillup .education .item .bottom_txt {
  margin: 35px 0 30px;
  line-height: 30px;
}
.skillup .education .item .bottom .offStyle {
  margin-bottom: unset;
}
.skillup .evaluation {
  margin-top: 97px;
}
.skillup .evaluation .container {
  max-width: 1300px !important;
  padding-left: 0;
  padding-right: 0;
}
.skillup .evaluation .item {
 max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 44px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.skillup .career {
  margin: 80px 0 60px;
}
.skillup .career .container {
  /*max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px;*/
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.skillup .career .item {
  margin-top: 50px;
  background-color: #F3F8FC;
  border-radius: 31px;
  padding: 50px 50px 45px;
}
.skillup .career .item_txt {
  margin-top: 30px;
  line-height: 30px;
}

.skillup .career .item .itemTable_img img {width: 100%;}

@media (max-width: 1200px) and (min-width: 769px) {
  .contactItem .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/*@media (max-width: 768px) {*/
@media (max-width: 959px) {
  .contactItem {
    padding-bottom: 70px;
  }
  .contactItem .txtArea {
    padding: 32px 0 43px;
  }
  .contactItem .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactItem .bottom .c-box01 {
    width: 100%;
    padding: 20px 10px 24px;
  }
  .contactItem .bottom .c-box01:first-child {
    margin-bottom: 20px;
    padding-bottom: 60px;
  }
  .contactItem .bottom .c-box01_ttl {
    font-size: 20px;
  }
  .contactItem .bottom .c-box01_txt {
    text-align: left;
  }
  .guideline .process {
    margin-top: 34px;
  }
  .guideline .process .c-sub-ttl {
    padding-left: 20px;
  }
  .guideline .process .container {
    padding-left: unset;
    padding-right: unset;
  }
  .guideline .process .item {
    padding: 36px 0.75rem;
    border-radius: 24px;
  }
  .guideline .process .item .row {
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .guideline .process .item_bottom{
	  padding-left: 0px;
	  padding-right: 0px;
  }
  .guideline .process .item .step_ttl {
    font-size: 20px;
  }
  .guideline .process .item .step_txt {
    margin-top: 14px;
    padding-left: 0px;
  }
  .guideline .process .item .process_step {
    padding: 24px 10px;
  }
  .jobDescription {
    margin-top: 32px;
  }
  .jobDescription .contents {
    padding: 21px 0.75rem 0;
  }
  .jobDescription .contents .row {
    padding: 20px 0;
  }
  .jobDescription .contents .row .col-md-2,
  .jobDescription .contents .row .col-md-10 {
    padding-left: unset;
    padding-right: unset;
  }
  .jobDescription .contents .row .category {
    margin-bottom: 14px;
    font-weight: 500;
  }
  .myPage_entry {
    margin: 60px 0;
  }
  .myPage_entry_bottom {
    padding: 28px 0 0;
  }
  .myPage_entry_bottom .item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .myPage_entry_bottom .item .c-box01 {
    width: 100%;
  }
  .myPage_entry_bottom .item .c-box01:first-child {
    margin-bottom: 20px;
  }
  .myPage_entry_bottom .c-box01_btn {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .myPage_entry_bottom .c-box01_btn .cBtn {
    width: 70%;
  }
  .myPage_entry_bottom .c-box01_btn .cBtn:first-child {
    margin-bottom: 15px;
  }
  .skillup .education .container {
    padding-left: unset;
    padding-right: unset;
  }
  .skillup .education .c-sub-ttl {
    /*padding-left: 0.75rem;
    padding-right: 0.75rem;*/
  }
  .skillup .education .item {
    padding: 35px 20px;
  }
  .skillup .education .item .itemTable {
    overflow-x: auto;
  }
  .skillup .education .item .itemTable .img {
    width: 1200px;
  }
  .skillup .education .item .bottom_txt {
    margin: 25px 0;
  }
  .skillup .education .item .bottom .offStyle .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .skillup .evaluation {
    margin-top: 50px;
  }
  .skillup .evaluation .item {
    padding-left: unset;
    padding-right: unset;
    margin-top: 30px;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .skillup .career {
    margin: 50px 0;
  }
  .skillup .career .c-sub-ttl {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .skillup .career .container {
    padding-left: unset;
    padding-right: unset;
  }
  .skillup .career .item {
    padding: 60px 20px;
  }
  .skillup .career .item .itemTable {
    overflow-x: auto;
  }
  .skillup .career .item .itemTable_img {
    width: 1300px;
  }
 .col-md-2 {
        flex: 0 0 auto;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
  .skillup .education .item .itemTable .img {
    width: 800px;
  }
   .skillup .career .item .itemTable_img {
    width: 900px;
  }
}


#about .pt50 {padding-top: 50px;}

#about .data {
  margin-top: 57px;
}
#about .data .container {
  /*max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px;*/
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
#about .data .item{
	background-color: #F3F8FC;
  margin-top: 83px;
  border-radius: 31px;
  padding: 50px;
}
#about .data .item-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#about .data .item .box {
  background-color: #0064D2;
  border-radius: 12px;
  padding: 24px 10px;
  min-height: 301px;
  position: relative;
  z-index: 0;
}
#about .data .item .box_ttl {
  color: white;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
#about .data .item .box_txt {
  margin-top: 41px;
}
#about .data .item .box_txt .num {
  font-family: "Outfit", sans-serif;
  font-size: 133px;
  font-weight: 500;
  line-height: 1;
  color: white;
}
#about .data .item .box_txt .num.reset {
  font-size: 117px;
}
#about .data .item .box_txt .jp {
  font-size: 50px;
  font-weight: 600;
  color: white;
}
#about .data .item .box_txt .smTxt {
  font-size: 32px;
  font-weight: 600;
  color: white;
}
#about .data .item .box_txt .smTxt:first-child {
  margin-right: 5px;
}
#about .data .item .box_txt .smTxt:last-child {
  margin-left: 10px;
}
#about .data .item .box_txt .smNum {
  font-size: 89px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: white;
  line-height: 1;
}
#about .data .item .box_txt.other {
  margin-top: 5px;
}
#about .data .item .box_bg {
  position: absolute;
  top: 0;
  left: calc(50% - 146px);
  z-index: -1;
}
#about .data .item .box:first-child .box_bg img {
  width: 292px;
}
#about .data .item .box:nth-child(2) .box_ttl {
  margin-top: unset;
}
#about .data .item .box:nth-child(2) .box_txt {
  margin-top: 20px;
}
#about .data .item .box:nth-child(2) .box_bg {
  top: 30px;
  left: calc(50% - 137.5px);
}
#about .data .item .box:nth-child(2) .box_bg img {
  width: 275px;
}
#about .data .item .box:nth-child(3) .box_bg {
  top: 30px;
  left: calc(50% - 119.5px);
}
#about .data .item .box:nth-child(3) .box_bg img {
  width: 239px;
}
#about .data .item .box:nth-child(4) .box_bg {
  top: 30px;
  left: calc(50% - 109.5px);
}
#about .data .item .box:nth-child(4) .box_bg img {
  width: 219px;
}
#about .data .item .box:nth-child(5) .box_bg {
  top: 30px;
  left: calc(50% - 134.5px);
}
#about .data .item .box:nth-child(5) .box_bg .img {
  width: 269px;
}
#about .data .item .box:nth-child(6) .box_bg {
  top: 20px;
  left: calc(50% - 127px);
}
#about .data .item .box:nth-child(6) .box_bg img {
  width: 258px;
}
#about .data .item .box:nth-child(7) .box_bg {
  top: 20px;
  left: calc(50% - 139.5px);
}
#about .data .item .box:nth-child(7) .box_bg img {
  width: 279px;
}
#about .data .item .box:nth-child(8) .box_bg {
  top: 10px;
  left: calc(50% - 136.5px);
}
#about .data .item .box:nth-child(8) .box_bg img {
  width: 273px;
}
#about .data .item .box:nth-child(9) .box_bg {
  top: 10px;
  left: calc(50% - 120px);
}
#about .data .item .box:nth-child(9) .box_bg img {
  width: 240px;
}
#about .benefits {
  margin-top: 99px;
}
#about .benefits .container {
  /*max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px;*/
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
#about .benefits .item {
  padding: 46px 50px 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
#about .benefits .bottomGallery {
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#about .benefits .bottomGallery_img {
  width: 33.3333333333%;
}
#about .benefits .bottomGallery_img img {
  width: 100%;
}
#about .bottomCol {
  padding: 0 50px;
  max-width: 1200px;
  margin: 0 auto;
}
#about .bottomCol .wrap {
  background-color: #F2F7FB;
  border-radius: 12px;
  padding: 32px 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
#about .bottomCol .col_txt {
  background-color: white;
  border: 1px solid #0064D2;
  color: #0064D2;
  padding: 13px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
#about .leaveWork {
  margin: 103px 0 81px;
}
#about .leaveWork .container {
  /*max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px;*/
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
#about .leaveWork .item {
  padding: 46px 50px 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
#about .ourBusiness {
  margin-top: 57px;
  background: url(../img/about/our_business_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 55px;
  border-radius: 30px;
}
#about .ourBusiness .container {
  /*max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px; */
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
#about .ourBusiness .item {
  padding: 86px 50px 60px;
  border-radius: 31px;
  max-width: 1200px;
  margin: 0 auto;
}
#about .ourBusiness .item .wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 45px;
}
#about .ourBusiness .item .wrap_col {
  background-color: white;
  border-radius: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 20px;
  min-height: 170px;
}
#about .ourBusiness .item .wrap_col:first-child .wrap_img {
  margin-top: -15px;
}
#about .ourBusiness .item .wrap_col:first-child .wrap_img img {
  width: 143px;
}
#about .ourBusiness .item .wrap_col:first-child .wrap_txt {
  margin-top: -10px;
}
#about .ourBusiness .item .wrap_col:nth-child(2) .wrap_img {
  width: 108px;
}
#about .ourBusiness .item .wrap_col:nth-child(3) .wrap_img {
  width: 125px;
}
#about .ourBusiness .item .wrap_col:nth-child(3) .wrap_txt {
  margin-top: 20px;
}
#about .ourBusiness .item .wrap_col:nth-child(4) .wrap_img {
  width: 141px;
}
#about .ourBusiness .item .wrap_col:nth-child(4) .wrap_txt {
  margin-top: 12px;
}
#about .ourBusiness .item .wrap_col:nth-child(5) .wrap_img {
  margin-top: -12px;
  width: 107px;
}
#about .ourBusiness .item .wrap_col:nth-child(6) .wrap_img {
  width: 107px;
}
#about .ourBusiness .item .wrap_col:nth-child(7) .wrap_img {
  width: 117px;
}
#about .ourBusiness .item .wrap_col:nth-child(8) .wrap_img {
  margin-top: -5px;
  width: 115px;
}
#about .ourBusiness .item .wrap_col:nth-child(8) .wrap_txt {
  margin-top: -5px;
}
#about .ourBusiness .item .wrap_txt {
  font-size: 16px;
  font-weight: 500;
  color: #0064D2;
  text-align: center;
  margin-top: 5px;
}
#about .ourBusiness .item .bottom {
  margin-top: 58px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
#about .ourBusiness .item .bottom .col_lead {
  margin-top: 20px;
}
#about .ourBusiness .item .bottom .col_en {
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  background-color: white;
  color: #0064D2;
  padding: 2px 15px;
  border-radius: 20px;
}
#about .ourBusiness .item .bottom .col_ttl {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
  color: #0064D2;
}
#about .ourBusiness .item .bottom .col .area {
  border-top: 1px solid #0064D2;
  margin-top: 20px;
  padding-top: 20px;
  line-height: 30px;
}
#about .ourStrength {
  margin-top: 85px;
}
#about .ourStrength .container {
  /*max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px; */
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
#about .ourStrength .item {
  padding: 34px 50px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
#about .ourStrength .item .box {
  background-color: #0064D2;
  border-radius: 12px;
  padding: 35px 25px;
  color: white;
  position: relative;
  z-index: 0;
}
#about .ourStrength .item .box_num {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  margin-bottom: 20px;
}
#about .ourStrength .item .box_ttl {
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
}
#about .ourStrength .item .box_txt {
  line-height: 30px;
  border-top: 1px solid white;
  margin-top: 20px;
  padding-top: 20px;
}
#about .ourStrength .item .box_img {
  position: absolute;
  top: 50px;
  left: calc(50% - 165px);
  z-index: -1;
}
#about .ourStrength .item .box:nth-child(2) .box_img {
  top: 70px;
  left: calc(50% - 175px);
}
#about .ourStrength .item .box:nth-child(3) .box_img {
  top: 90px;
  left: calc(50% - 135px);
}
#about .caseStudy {
  margin-top: 99px;
}
#about .caseStudy .container {
  /*max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px; */
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
#about .caseStudy .item {
  padding: 37px 50px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
#about .caseStudy .item .box_txtBg {
  background-color: #0064D2;
  color: white;
  padding: 3px 15px;
  border-radius: 30px;
  margin: 20px 0 10px;
}
#about .caseStudy .item .box_ttl {
  font-size: 23px;
  font-weight: 500;
  color: #0064D2;
  line-height: 30px;
  text-align: center;
}
#about .caseStudy .item .box_txt {
  line-height: 30px;
  border-top: 1px solid #0064D2;
  padding-top: 20px;
  margin-top: 0;
}
#about .work {
  position: relative;
  /*margin-top: 95px;
  padding-top: 50px;*/
}
.mt95 {margin-top: 95px;}
#about .work_area {
	background: #fff;
	padding: 30px 0;
}
#about .work .container {
  /*max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px; */
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
#about .work .item {
  padding: 0 50px 60px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#about .work::before {
  content: "";
  width: 100%;
  height: calc(100% - 15px);
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F3F8FC;
  border-radius: 31px;
  z-index: -1;
}
#about .work .item .lead_en {
  font-size: 80px;
  font-family: "Outfit", sans-serif;
  color: rgba(0, 102, 210, 0.0941176471);
  line-height: 1;
  font-weight: 100;
}
#about .work .item .lead_en_2 {margin-top: -15px;}


#about .work .item .lead_bgTxt {
  color: white;
  font-size: 18px;
  background-color: #0064D2;
  padding: 3px 15px;
  border-radius: 30px;
  margin: 22px 0 13px;
}
#about .work .item .lead_ttl {
  font-size: 32px;
  font-weight: 500;
}
#about .work .item_img {
  margin-top: 28px;
  justify-content: center;
}
#about .work .item_img img,
#about .box_img img {width: 100%;}
#about .box_img {justify-content: center;}
#about .work .item_txt {
  line-height: 30px;
  margin-top: 32px;
}

#about .box .box_lead {
	min-height: 150px;
}

#about .work .item_col {
  margin-top: 78px;
}
#about .work .item_col .colGroup {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 35px;
}
#about .work .item_col .colGroup_box {
  font-size: 18px;
  font-weight: 500;
  color: #0064D2;
  background-color: white;
  border: 1px solid #0064D2;
  border-radius: 50px;
  padding: 15px;
  text-align: center;
}
#about .work .item_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 500;
}
#about .work .item_ttl span {
  border-bottom: 1px solid #0064D2;
  padding-bottom: 5px;
  color: #0064D2;
}
#about .work .item_step {
  margin-top: 70px;
}
#about .work .item_step .stepItem {
  margin-top: 40px;
}
#about .work .item_step .stepItem .row {
  margin-bottom: 25px;
}
#about .work .item_step .stepItem .row p.step_txt{
	line-height: 30px;
	font-size: 16px;
	padding-left: 20px;
}
#about .work .item_step .stepItem .process_step {
  background-color: white;
  padding: 24px 21px;
  border-radius: 10px;
}
#about .work .item_step .stepItem .process_step.reset {
  background-color: #0064D2;
}
#about .work .item_step .stepItem .process_step.reset .step_en {
  color: #0064D2;
  background-color: white;
}
#about .work .item_step .stepItem .process_step.reset .step_ttl {
  color: white;
}
#about .work .item_step .stepItem .process_step .step_en {
  background-color: #0064D2;
  color: white;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  padding: 4px 15px;
  border-radius: 20px;
}
#about .work .item_step .stepItem .process_step .step_ttl {
  font-size: 20px;
  font-weight: 500;
  color: #0064D2;
  margin-left: 21px;
}
#about .work .item_step .stepItem .process_step .step_txt {
  font-weight: 400;
  line-height: 1.875;
}
#about .work .item_step .stepItem_bottom {
  font-size: 12px;
}
#about .work .item_work {
  margin-top: 60px;
}
#about .work .item_work .lists {
  padding: unset;
}
#about .work .item_work .lists .colImg {
  margin-top: 36px;
}
#about .work .item_work .lists .colImg .img {justify-content: center;}
#about .work .item_work .lists .colImg img {width: 100%;}

#about .work .item_work .lists .container {
  padding-left: unset;
  padding-right: unset;
}
#about .message {
  margin-top: 95px;
}
#about .message .container {
  /*max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px;*/
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
#about .message .item {
  padding: 44px 50px 0;
  max-width: 1200px;
  margin: 0 auto;
}
#about .message .item .item_img img {width: 100%;}

#about .message .item_ttl {
  margin: 55px 0 45px;
  font-size: 32px;
  font-weight: 500;
}
#about .message .item_txt {
  line-height: 30px;
}
#about .message .bottom {
  margin-top: 46px;
}
#about .message .bottom_txt span {
  color: #0064D2;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #0064D2;
  padding-bottom: 5px;
}
#about .message .bottom_wrap {
  margin-top: 35px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
#about .companyProfile {
  margin: 95px 0;
}
#about .companyProfile .contents {
	display: block;
	width: 100%;
	line-height: 30px;
}
#about .companyProfile .contents span {
	display: block;
	padding-bottom: 2rem;
}

#about .companyProfile .container {
  /*max-width: 1200px !important;
  padding-left: 50px;
  padding-right: 50px;*/
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
#about .companyProfile .item {
  padding: 31px 50px 0;
  max-width: 1200px;
  margin: 0 auto;
}
#about .companyProfile .item_row {
  border-bottom: 1px solid rgba(0, 102, 210, 0.2745098039);
  padding: 30px 0;
}
#about .companyProfile .item_row:first-child {
  border-top: 1px solid rgba(0, 102, 210, 0.2745098039);
}
#about .companyProfile .item_row .category {
  min-width: 182px;
  font-weight: 500;
}
.menuLink-sp{
	display: none;
}

@media (max-width: 1179px) {
  #about .data .item-inner {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #about .ourStrength .item {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 959px) {
  #about .data .item-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
  
 .skillup .evaluation .item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 0;
	}
	
    .c-sub-ttl {
        margin-left: unset;
        margin-right: unset;
        padding: 0;
    }

  
}

@media (max-width: 1080px) {
  #about .data .item .box_txt .num.reset,
  #about .data .item .box_txt .smNum,
  #about .data .item .box_txt .num {
	  font-size: 88px;
	}
}

@media (max-width: 1050px) {
  #about .bottomCol .wrap {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #about .ourBusiness .item .wrap {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #about .work .item_col .colGroup {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media (max-width: 840px) {
  #about .data .item .box_txt .num {
    font-size: 110px;
  }
  #about .data .item .box_txt .num.reset {
    font-size: 90px;
  }
  #about .data .item .box_txt .smNum {
    font-size: 70px;
  }
}
/*@media (max-width: 768px) {*/
@media (max-width: 959px) {
    .guideline .process .item, .info .container, .about .container, .environ .container, .entry .container, .contactItem .container, .subFv .container, #about .ourStrength .container, #about .caseStudy .container, #about .work .container, #about .message .container, #about .companyProfile .container, #about .benefits .container, #about .leaveWork .container, .jobDescription .container, .myPage_entry .container, .profile .container, .interview .container, .schedule .container, .skillup .education .c-sub-ttl, .skillup .evaluation .container, .skillup .career .c-sub-ttl, .profile .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
	.menuLink-sp{
		display: inline-block;
	}
	#about .box .box_lead {
		min-height: inherit;
	}
	.mt95 {
	    margin-top: 65px;
	}
	.c-sub-ttl_sp {
		padding: 0 20px !important;
	}
	
  #about .data {
    margin-top: 34px;
  }
  #about .data .container {
    padding-left: unset;
    padding-right: unset;
  }
  #about .data .c-sub-ttl {
    padding-left: 20px;
    padding-right: 20px;
  }
  #about .data .item-inner {
    margin-top: 0;
    padding: 42px 20px;
    gap: 0.75rem;
  }
  #about .data .item .box {
    min-height: 160px;
  }
  #about .data .item .box_ttl {
    font-size: 16px;
    margin-top: 15px;
  }
  #about .data .item .box_txt {
    margin-top: 20px;
  }
  #about .data .item .box_txt .num {
    font-size: 60px;
  }
  #about .data .item .box_txt .num.reset {
    font-size: 50px;
  }
  #about .data .item .box_txt .jp {
    font-size: 22px;
  }
  #about .data .item .box_txt .smNum {
    font-size: 30px;
  }
  #about .data .item .box_txt .smTxt {
    font-size: 16px;
  }
  #about .data .item .box:first-child .box_bg {
    left: calc(50% - 70px);
    top: 20px;
  }
  #about .data .item .box:first-child .box_bg img {
    width: 140px;
  }
  #about .data .item .box:nth-child(2) .box_txt {
    margin-top: 10px;
  }
  #about .data .item .box:nth-child(2) .box_bg {
    left: calc(50% - 65px);
  }
  #about .data .item .box:nth-child(2) .box_bg img {
    width: 130px;
  }
  #about .data .item .box:nth-child(3) .box_bg {
    left: calc(50% - 60px);
  }
  #about .data .item .box:nth-child(3) .box_bg img {
    width: 120px;
  }
  #about .data .item .box:nth-child(4) .box_bg {
    left: calc(50% - 55.7px);
  }
  #about .data .item .box:nth-child(4) .box_bg img {
    width: 115px;
  }
  #about .data .item .box:nth-child(5) .box_bg {
    left: calc(50% - 62.5px);
  }
  #about .data .item .box:nth-child(5) .box_bg .img {
    width: 125;
  }
  #about .data .item .box:nth-child(6) .box_bg {
    top: 20px;
    left: calc(50% - 65px);
  }
  #about .data .item .box:nth-child(6) .box_bg img {
    width: 130px;
  }
  #about .data .item .box:nth-child(7) .box_bg {
    top: 20px;
    left: calc(50% - 70px);
  }
  #about .data .item .box:nth-child(7) .box_bg img {
    width: 140px;
  }
  #about .data .item .box:nth-child(8) .box_bg {
    top: 10px;
    left: calc(50% - 65px);
  }
  #about .data .item .box:nth-child(8) .box_bg img {
    width: 130px;
  }
  #about .data .item .box:nth-child(9) .box_bg {
    top: 10px;
    left: calc(50% - 60px);
  }
  #about .data .item .box:nth-child(9) .box_bg img {
    width: 120px;
  }
  #about .bottomCol {
    padding: 0;
  }
  #about .bottomCol .wrap {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
  }
  #about .benefits {
    margin-top: 53px;
  }
  #about .benefits .item {
    padding: 20px 0;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
  }
  #about .benefits .bottomGallery {
    margin-top: 52px;
  }
  #about .leaveWork {
    margin: 53px 0;
  }
  #about .leaveWork .item {
    padding: 20px 0;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
  }
  #about .ourBusiness {
    margin-top: 37px;
  }
  #about .ourBusiness .container {
    padding-left: unset;
    padding-right: unset;
  }
  #about .ourBusiness .c-sub-ttl {
    padding-left: 20px;
    padding-right: 20px;
  }
  #about .ourBusiness .item {
    margin-top: 42px;
    padding: 40px 20px;
  }
  #about .ourBusiness_sp .item {
    margin-top: 0;
    padding: 0 20px 40px;
  }

  
  #about .ourBusiness .item_index_img img {
    width: 100%;
  }
  #about .ourBusiness .item .wrap {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 20px;
  }
  #about .ourBusiness .item .wrap_txt {
    font-size: 14px;
  }
  #about .ourBusiness .item .wrap_col:first-child .wrap_txt {
	margin-top: 0;
}
  
  #about .ourBusiness .item .wrap_col {
    min-height: 110px;
    padding: 10px;
  }
  #about .ourBusiness .item .wrap_col:first-child .wrap_img img {
    width: 90px;
  }
  #about .ourBusiness .item .wrap_col:nth-child(2) .wrap_img {
    width: 57px;
  }
  #about .ourBusiness .item .wrap_col:nth-child(3) .wrap_img {
    width: 75px;
  }
  #about .ourBusiness .item .wrap_col:nth-child(3) .wrap_txt {
    margin-top: 10px;
  }
  #about .ourBusiness .item .wrap_col:nth-child(4) .wrap_img {
    width: 75px;
  }
  #about .ourBusiness .item .wrap_col:nth-child(4) .wrap_txt {
    margin-top: 5px;
  }
  #about .ourBusiness .item .wrap_col:nth-child(5) .wrap_img {
    width: 70px;
  }
  #about .ourBusiness .item .wrap_col:nth-child(5) .wrap_txt {
    margin-top: 5px;
  }
  #about .ourBusiness .item .wrap_col:nth-child(6) .wrap_img {
    width: 59px;
  }
  #about .ourBusiness .item .wrap_col:nth-child(6) .wrap_txt {
    margin-top: 0;
  }
  #about .ourBusiness .item .wrap_col:nth-child(7) .wrap_img {
    width: 68px;
    margin-top: 4px;
  }
  #about .ourBusiness .item .wrap_col:nth-child(7) .wrap_txt {
    margin-top: 10px;
  }
  #about .ourBusiness .item .wrap_col:nth-child(8) .wrap_img {
    width: 68px;
  }
  #about .ourBusiness .item .wrap_col:nth-child(8) .wrap_txt {
    margin-top: 0;
  }
  #about .ourBusiness .item .bottom {
    margin-top: 34px;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #about .ourBusiness .item .bottom .col_img {
    width: 100%;
  }
  #about .ourBusiness .item .bottom .col_img img {
    width: 100%;
  }
  #about .ourBusiness .item .bottom .col_ttl {
    font-size: 20px;
  }
  #about .ourStrength {
    margin-top: 47px;
  }
  #about .ourStrength .item {
    padding: 30px 0 0;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #about .ourStrength .item .box {
    padding: 35px 0.75rem;
  }
  #about .ourStrength .item .box_ttl {
    font-size: 20px;
  }
  #about .ourStrength .item .box_img img {
    width: 70%;
  }
  #about .caseStudy {
    margin-top: 49px;
  }
  #about .caseStudy .item {
    padding: 23px 0 0;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #about .caseStudy .box_img {justify-content: center;}
  #about .caseStudy .item .box_img img {
    width: 100%;
  }
  #about .caseStudy .item .box_txtBg {
    font-size: 14px;
  }
  #about .caseStudy .item .box_ttl {
    font-size: 20px;
    text-align: center;
    padding-bottom: 15px;
  }
  #about .work {
    margin-top: 30px;
  }
  #about .work .container {
    padding-left: unset;
    padding-right: unset;
  }
  #about .work .c-sub-ttl {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  #about .work .item {
    padding: 0 0 40px;
    margin-top: 30px;
  }
  #about .work .item::before {
    height: calc(100% - 11px);
  }
  #about .work .item .lead_en {
    font-size: 55px;
    text-align: center;
  }
  #about .work .item .lead_en_1 {margin-top: 5px;}
  #about .work .item .lead_en_2 {margin-top: -40px;}
  #about .work .item .lead_bgTxt {
    font-size: 16px;
  }
  #about .work .item .lead_ttl {
    font-size: 24px;
    text-align: center;
  }
  #about .work .item_img {
    margin-top: 31px;
  }
  #about .work .item_txt {
    margin-top: 17px;
  }
  #about .work .item_col {
    margin-top: 35px;
  }
  #about .work .item_col .colGroup {
    margin-top: 22px;
    gap: 0.75rem;
  }
  #about .work .item_col .colGroup_box {
    min-height: 90px;
    font-size: 16px;
    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;
  }
  #about .work .item_step {
    margin-top: 50px;
  }
  #about .work .item_step .stepItem {
    margin-top: 24px;
  }
  #about .work .item_step .stepItem .row .col-md-6:last-child {
    margin-top: 10px;
  }
  #about .work .item_work {
    margin-top: 40px;
  }
  #about .work .item_work .lists .row .col-md-6:last-child .colImg {
    margin-top: unset;
  }
  #about .message {
    margin-top: 60px;
  }
  #about .message .container {
    padding-left: unset;
    padding-right: unset;
  }
  #about .message .c-sub-ttl {
    padding-left: 0;
    padding-right: 0;
  }
  #about .message .item {
    padding: 20px 0 0;
  }
  #about .message .item_ttl {
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
  }
  #about .message .item_txt {
    padding-left: 0;
    padding-right: 0;
  }
  #about .message .bottom {
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }
  #about .message .bottom_wrap {
    margin-top: 27px;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
  }
  #about .message .bottom_wrap .c-box02-ttl {
    font-size: 18px;
    padding-bottom: 22px;
    min-height: 60px;
  }
  #about .message .bottom_wrap .c-box02-txt {
    margin-top: 20px;
  }
  #about .companyProfile {
    margin: 50px 0 60px;
  }
  #about .companyProfile .item {
    padding: 30px 0 0;
  }
  #about .companyProfile .item_row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 20px 0;
  }
  #about .companyProfile .item_row .category {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  #about .ourStrength .item .box_img img {
    width: 100%;
  }
}
.sp-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-menu-item span {
  border-bottom: 2px solid #000000;
  width: 30px;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-menu-item span:last-child {
  margin-bottom: unset;
  width: 30px;
}

.sp-menu-item.change span:first-child {
  -webkit-transform: rotate(-45deg) translate(-2px, 3px);
  transform: rotate(-45deg) translate(-2px, 3px);
}

.sp-menu-item.change span:nth-child(2) {
  display: none;
}

.sp-menu-item.change span:last-child {
  width: 30px;
  -webkit-transform: rotate(45deg) translate(-3px, -4px);
  transform: rotate(45deg) translate(-3px, -4px);
}

@media (max-width: 959px) {
  .sp-menu {
    display: block;
  }
  .news .news-blocks{
	  padding-top: 30px;
	  padding-left: 3px;
  }
  #contact .justify-content-between{
	  display: block !important;
  }
  #contact .justify-content-between .c-box01{
	  width: 100%;
  }
  .footer .link{
	  width: 100%;
  }
  .footer .menuLink{
	  width: 50%;
	  text-align: center;
	  padding-left: 0px;
	  padding-right: 0px;
  }
  .footer .copyright{
	  font-size: 10px;
  }
  .footer{
	  padding-top: 50px;
	  padding-bottom: 40px;
  }
  .contactItem .bottom .c-box01:first-child {
    margin-bottom: 20px;
    padding-bottom: 60px;
  }
  .menuLink-sp{
		display: inline-block;
	}
}
.menu-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: 0;
  padding: 44px 0 0;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 9;
  overflow: auto;
}
.menu-overlay .sp_link {
  padding: 15px;
  color: #01439b;
  font-weight: 500;
  font-size: 18px;
}
.menu-overlay .sp_link {
  padding: 15px;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.menu-overlay .sp_link .sp_link-icon {
  font-size: 14px;
  color: #000000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-overlay .sp_link button {
  padding: 15px;
  width: 100%;
  text-align: left;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  border: none;
  background: none;
  cursor: pointer;
}

.menu-overlay .overlay-links {
  border-top: 1px solid #E7E7E7;
  padding-bottom: 5rem;
}

.menu-overlay .sp_link button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.menu-overlay .sp_link button i {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-overlay .sp_link button[aria-expanded=true] i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-overlay .sp_link .collapse {
  padding-left: 0;
}

.menu-overlay .sp_link .collapse a {
  display: block;
  padding: 10px 15px;
  color: #000000;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.menu-overlay .sp_link .collapse a:hover {
  background-color: rgba(1, 67, 155, 0.1);
}

.menu-overlay .sp_link-toggle {
  padding: 15px;
  width: 100%;
  text-align: left;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  border: none;
  background: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-overlay .sp_link-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.menu-overlay .sp_link-toggle-icon {
  font-size: 16px;
  color: #000000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-overlay .sp_link-submenu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  padding-left: 15px;
}

.menu-overlay .sp_link-submenu.show {
  max-height: 500px;
}

.menu-overlay .sp_link-submenu-item {
  display: block;
  padding: 10px 15px;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.menu-overlay .sp_link-submenu-item:hover {
  background-color: rgba(1, 67, 155, 0.1);
}

.menu-overlay .sp_link-toggle[aria-expanded=true] {
  background-color: #F7F8F9;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}

.menu-overlay.change {
  -webkit-transform: none;
  transform: none;
}
.ourbusiness-cont{
	max-width: 100% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

@media (max-width: 959px) {
  .menu-overlay {
    display: block;
    height: 100%;
  }
  .sp_navi_footer {
		background: #0064D2;
		padding: 20px 0;
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
	}	
	.sp_navi_footer ul {
		display: flex;
		justify-content: center;
	}
	.sp_navi_footer ul li:last-child {
		border-left: 1px solid #fff;
	}
	.sp_navi_footer ul li a {
		color: #fff;
		font-size: 12px;
		display: block;
		padding: 0 1rem;
	}
	.guideline .process .item .row {
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .guideline .process .item_bottom{
	  padding-left: 0px;
	  padding-right: 0px;
  }
  /*.guideline .process .item .step_ttl {
    font-size: 20px;
  }
  .guideline .process .item .step_txt {
    margin-top: 14px;
  }*/
  .guideline .process .item .process_step {
    padding: 24px 10px;
  }
  .guideline .col-md-6{
	  width: 100%;
  }
  
}
.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

/*@media (max-width: 768px) {*/
@media (max-width: 959px) {
	.ourbusiness-cont{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.offStyle{
		margin-left: 20px;
		margin-right: 20px;
	}

	.c-box01_ttl {font-size: 20px;}
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
  .entry .col-md-6 .entryBtn{
	  position: static;
  }
  .companyProfile .c-sub-ttl,
  .caseStudy .c-sub-ttl,
  .ourStrength .c-sub-ttl,
  #about .benefits .c-sub-ttl,
  #about .leaveWork .c-sub-ttl,
  .evaluation .c-sub-ttl,
  .myPage_entry .c-sub-ttl,
  .jobDescription .c-sub-ttl,
  .guideline .process .item .col-md-6,
  #about .c-sub-ttl{
	  padding-left: 0px;
	  padding-right: 0px;
  }
  .guideline .process .item,
  .info .container,
  .about .container,
  .environ .container,
  .entry .container,
  .contactItem .container,
  .subFv .container,
  #about .ourStrength .container,
  #about .caseStudy .container,
  #about .work .container,
  #about .message .container,
  #about .companyProfile .container,
  #about .benefits .container,
  #about .leaveWork .container,
  .jobDescription .container,
  .myPage_entry .container,
  .profile .container,
  .interview .container,
  .schedule .container,
  .skillup .education .c-sub-ttl,
  .skillup .evaluation .container,
  .skillup .career .c-sub-ttl,
  .profile .container{
	  padding-left: 20px;
	  padding-right: 20px;
  }
  .offStyle .container{
	  padding-left: 20px !important;
	  padding-right: 20px !important;
  }
  .c-box02-ttl{
	  padding-bottom: 15px;
  }
  .logoTxt{
	  display: none !important;
  }
  .header .logoImg img{
	  height: 44px;
	  width: auto;
  }
  .guideline .process .item .row p.step_txt{
	  padding-left: 0px;
  }
  br.sp{
	display: block;
  }
  .footer .link{
	  justify-content: center;
  }
  .menuLink::after{
	  content: none !important;
  }
  .menuLink{
	  margin-right: 0px;
  }
  .footer .link{
	  width: 100%;
  }
  .footer .menuLink{
	  width: 50%;
	  text-align: center;
	  padding-left: 0px;
	  padding-right: 0px;
  }
  .footer .copyright{
	  font-size: 10px;
	  width: 100%;
	  text-align: center;
  }
  .footer{
	  padding-top: 50px;
	  padding-bottom: 40px;
  }
  #about .data .item{
	  padding: 20px 0;
  }
  #about .data .item_sp {margin-top: 40px;}
  
  .footer .align-items-center {
	  flex-wrap: wrap;
  }
  
}
.mt30 {margin-top: 30px !important;}

@media (max-width: 768px) {
	.sp_navi_footer {
		background: #0064D2;
		padding: 20px 0;
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
	}
	.header .headerFix .container{
		padding-left: 0px;
	}
	.sp_navi_footer ul {
		display: flex;
		justify-content: center;
	}
	.sp_navi_footer ul li:last-child {
		border-left: 1px solid #fff;
	}
	.sp_navi_footer ul li a {
		color: #fff;
		font-size: 12px;
		display: block;
		padding: 0 1rem;
	}
	
	
	
}

.half-sp{
	display: none;
}

@media (max-width: 1100px) {
    #about .ourStrength .item .box_ttl{
    font-size: 22px;
    }
    .half-pc{
    display: none;
    }
    .half-sp{
    display: block;
    }
    .break-height{
	    line-height: 79px;
    }
}

@media (max-width: 959px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 100% !important;
    }
	.entry .col-md-6 .entryBtn {
	    position: absolute;
	    bottom: 0px;
	    text-align: center;
	    margin: 0 auto;
	    left: 0;
	    right: 0;
	}
	.half-pc{
    display: block;
    }
    .half-sp{
    display: none;
    }
    .header .headerFix .container,
    #about .work .item_step .stepItem .row p.step_txt{
	    padding-left: 0px;
    }
    #about .work .item_step .stepItem .row{
	    margin-left: 0px;
	    margin-right: 0px;
    }
    .lists .row .col-md-6{
	    padding-left: 0px;
	    padding-right: 0px;
    }
    #about .work .container.padsp0{
	    padding-left: 0px !important;
	    padding-right: 0px !important;
    }
    #about .work .container.padsp0 .row,
    .lists .container.padsp0 .row{
	    margin-left: 0px !important;
	    margin-right: 0px !important;
    }
    .break-height{
	    line-height: 39px;
    }
}

p.contact-break br{
  display: none;
}

@media (max-width: 1000px) {
    p.contact-break br{
    display: block;
    }
}

@media (max-width: 959px) {
    p.contact-break br{
    display: none;
    }
}

/*# sourceMappingURL=style.css.map */
