/*------------------------------------------------------------------------------
reset
------------------------------------------------------------------------------*/
body {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-size: 12px;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  width: 100%;
  padding: 0;
}

#wrapper {
  position: relative;
  min-width: 320px;
  overflow: hidden;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input,
select,
textarea {
  font-size: 16px !important;
}

.pc {
  display: none !important;
}

.pc-ib {
  display: none !important;
}

.sp {
  display: block !important;
}

.sp-ib {
  display: inline-block !important;
}

html.is-open {
  position: fixed;
  left: 0;
  width: 100%;
}

/*------------------------------------------------------------------------------
parts
------------------------------------------------------------------------------*/
.bg-blue {
  background-color: #4095c1;
}

.bg-light-blue {
  background-color: #edf1f3;
}

/*------------------------------------------------------------------------------
common
------------------------------------------------------------------------------*/
main {
  padding-right: 0;
}

.c-btn01 {
  text-align: center;
}

.c-btn01 > * {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.diag-bg.diag-right::before {
  -webkit-transform: skew(15deg);
  width: 50%;
  transform: skew(15deg);
}

.diag-bg.diag-right::after {
  -webkit-transform: skew(-30deg);
  width: 100%;
  transform: skew(-30deg);
}

.diag-bg.diag-left::before {
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.diag-bg.diag-left::after {
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.diag-bg.diag-bk::before {
  width: 50%;
}

.diag-bg.diag-bk::after {
  width: 100%;
}

.diag-bg.diag-sqare::after {
  top: 110px;
  width: 70%;
  height: calc(100% - 150px);
}

.diag-bg.diag-sqare::before {
  top: 125px;
  width: 70%;
  height: calc(100% - 150px);
}

.page-ttl-block {
  height: 220px;
  padding-top: 65px;
}

.page-ttl-block::after {
  background-size: cover;
}

.page-ttl-block .inner-block .wrap .txt-box {
  white-space: nowrap;
}

.page-ttl-block .inner-block .wrap .txt-box .en-ttl {
  margin-bottom: 20px;
  font-size: 36px;
}

.page-ttl-block .inner-block .wrap .txt-box .jp-ttl {
  font-size: 16px;
}

.page-ttl-block .inner-block svg {
  height: 155px;
}

.sec-block {
  padding: 40px 0;
}

.sec-block-ttl {
  margin-bottom: 20px;
}

.sec-block-ttl .en {
  font-size: 32px;
}

.sec-block-ttl .jp {
  font-size: 14px;
}

.bread-wrap .bread-list {
  width: 100%;
}

.bread-wrap .bread-list li {
  font-size: 12px;
}

/*c-table01
----------------------------------------*/
.c-table01 th,
.c-table01 td {
  padding: 10px;
  font-size: 16px;
}

.c-table01 th {
  width: 31vw;
}

.c-table01 input[type="text"],
.c-table01 textarea {
  width: 100%;
}

/*c-table02
----------------------------------------*/
.c-table02 th,
.c-table02 td {
  display: block;
  font-size: 16px;
  line-height: 1.6;
}

.c-table02 th {
  padding: 10px 0 0 25px;
  text-align: left;
}

.c-table02 th::before {
  top: 13px;
  right: auto;
  left: 0px;
}

.c-table02 td {
  padding: 0 0 10px 25px;
}

.c-table02 td::before {
  left: 4px;
  height: 210%;
}

.c-table02 tr:first-child td::before {
  top: -16px;
  height: 140%;
}

.c-table02 tr:last-child {
  position: relative;
}

.c-table02 tr:last-child::after {
  position: absolute;
  bottom: -5px;
  left: -4px;
  width: 0;
  height: 0;
  border-width: 0 10px 15px 0;
  border-style: solid;
  border-color: transparent #4095c1 transparent transparent;
  content: "";
}

.c-table02 tr:last-child th::after {
  content: none;
}

.c-table02 tr:last-child td::before {
  height: 100%;
}

/*------------------------------------------------------------------------------
header
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  height: 65px;
  padding: 0;
}

#header::after {
  display: block;
  visibility: hidden;
  height: 0px;
  clear: both;
  font-size: 0;
  content: "";
}

#header .header-in .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .header-in .wrap .header-logo {
  padding-left: 15px;
}

#header .header-in .wrap .header-logo img {
  width: 117px;
}

#header .header-in .wrap .nav-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 55px;
  height: 65px;
  padding: 22px 15px;
}

#header .header-in .wrap .nav-btn span {
  display: block;
  position: relative;
  width: 25px;
  height: 2px;
  background-color: #4095c1;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#header .header-in .wrap .nav-btn span:nth-child(2n) {
  width: 21px;
}

#header .header-in .wrap .nav-btn span:nth-child(3n) {
  width: 17px;
}

#header .header-in .wrap .nav-btn.is-open span {
  -webkit-transform: rotate(-45deg);
  top: 9px;
  transform: rotate(-45deg);
}

#header .header-in .wrap .nav-btn.is-open span:nth-child(2n) {
  opacity: 0;
}

#header .header-in .wrap .nav-btn.is-open span:nth-child(3n) {
  -webkit-transform: rotate(45deg);
  top: -9px;
  width: 25px;
  transform: rotate(45deg);
}

#header .sidebar {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  height: calc(100vh - 65px);
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#header .sidebar.is-open {
  padding-bottom: 25%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  pointer-events: auto;
}

#header .sidebar .nav-top {
  padding: 0;
  background-color: #4095c1;
}

#header .sidebar .nav-top .nav-list {
  padding: 15px 0 50px;
}

#header .sidebar .nav-top .nav-list li a {
  padding: 15px 15px;
  color: #fff;
}

#header .sidebar .nav-top .nav-list li a::after {
  right: 15px;
  background: url(../img/common/arrow02.svg);
}

#header .sidebar .nav-btm {
  margin-top: 0;
  padding: 60px 20px 30px;
  background-color: #fff;
}

#header .sidebar .nav-btm .nav-list li a {
  padding: 15px 0;
  color: #4095c1;
}

#header .sns-wrap {
  background-color: #4095c1;
  gap: 0;
  padding: 30px 20px 0;
}
#header .sns-wrap a {
  max-width: 150px;
}


#header .sidebar .btn-contact {
  margin-top: 0;
  padding: 30px 0;
  background-color: #4095c1;
}

#header .sidebar .btn-contact a {
  background-color: #fff;
  color: #4095c1;
}

#header .sidebar .btn-contact a::after {
  background: url(../img/common/arrow01.svg);
}

/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/
#footer.outer-block {
  width: 100%;
}

#footer .copy-box {
  padding: 20px;
}

#footer .copy-box .link {
  margin-bottom: 15px;
  float: none;
  text-align: center;
}

#footer .copy-box .link a {
  font-size: 14px;
}

#footer .copy-box .txt {
  float: none;
  font-size: 11px;
  text-align: center;
}

/*pagetop
----------------------------------------*/
#pagetop {
  right: 0;
  bottom: 0;
}

#pagetop a {
  width: 40px;
  height: 40px;
}

#pagetop a::after {
  width: 16px;
  height: 19px;
  background-size: cover;
}

/*------------------------------------------------------------------------------
page-top
------------------------------------------------------------------------------*/
.page-top {
  /* top-parts
  ----------------------------------------*/
  /* top-mv-block
  ----------------------------------------*/
  /* about-block
  ----------------------------------------*/
  /* feature-block
  ----------------------------------------*/
  /* base-block
  ----------------------------------------*/
  /* business-block
  ----------------------------------------*/
  /* recruit-block
  ----------------------------------------*/
}

.block-ttl {
  width: 100%;
  margin-bottom: 25px;
}

.block-ttl .en {
  margin-bottom: 15px;
  font-size: 28px;
}

.block-ttl .jp {
  font-size: 14px;
}

.page-top .block-ttl.over {
  position: relative;
  top: auto;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.page-top .top-mv-block .inner-block #slider .slide-bg .slide-bg-inner {
  background-position: center;
  background-size: cover;
}

.page-top .top-mv-block .inner-block #slider .slide-bg .mv-txt {
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-top .top-mv-block .inner-block #slider .slide-bg .mv-txt .ttl .txt-main {
  font-size: 26px;
  line-height: 1.6;
}

.page-top .top-mv-block .inner-block #slider .slide-bg .mv-txt .ttl .txt-en {
  font-size: 42px;
}

.page-top .top-mv-block .inner-block #slider .slide-bg .mv-txt .ttl .txt-jp {
  margin-top: 30px;
  font-size: 14px;
}

.page-top .top-mv-block .inner-block #slider .slide-bg .mv-txt .copy {
  margin-top: 30px;
  padding: 5px;
  font-size: 10px;
}

.page-top .top-mv-block .inner-block #slider .slide-bg .mv-txt .copy::after {
  right: -20px;
  border-top-width: 20px;
  border-left-width: 20px;
}

.page-top .about-block {
  z-index: 2;
  padding: 40px 0 0;
}

.page-top .about-block .inner-block {
  padding: 0 15px 40px;
}

.page-top .about-block .wrap .txt-box {
  width: 100%;
}

.page-top .about-block .wrap .txt-box .ttl {
  font-size: 24px;
  line-height: 1.6;
}

.page-top .about-block .wrap .txt-box .txt {
  margin-top: 20px;
}

.page-top .about-block .wrap .txt-box .c-btn01 {
  margin-top: 20px;
}

.page-top .about-block .wrap .txt-box .c-btn01 a {
  width: 68%;
}

.page-top .about-block .wrap .photo-box {
  position: relative;
  top: auto;
  right: 0;
  bottom: -40px;
  width: calc(100% - 15px);
}

.page-top .about-block .wrap .photo-box .img::after {
  top: 15px;
  right: -15px;
  height: 100%;
}

.page-top .about-block .wrap .photo-box .img img {
  width: 100%;
  height: auto;
}

.page-top .about-block .wrap .video-box {
  position: static;
  width: 100%;
  height: auto;
  margin: 20px 0 0;
}

.page-top .about-block .wrap .video-box video {
  width: 100%;
  height: auto;
}

.page-top .topics-block {
  padding: 40px 15px;
}
.page-top .topics-block .bnr-wrap {
  margin-top: 20px;
}
.page-top .topics-block .bnr-wrap .bnr + .bnr {
  margin-top: 15px;
}
.page-top .topics-block .bnr-wrap .bnr::before {
  right: 15px;
  bottom: 15px;
  width: 20px;
  height: 5px;
}
.page-top .topics-block .bnr-wrap .en {
  font-size: 30px;
}
.page-top .topics-block .bnr-wrap .en.small {
  font-size: 24px;
}
.page-top .topics-block .bnr-wrap .txt {
  font-size: 16px;
  margin-top: 15px;
}

/* c-topics-list */
.c-topics-list {
  max-height: 125px;
}
.c-topics-list li + li {
  margin-top: 15px;
}
.c-topics-list .date {
  margin-bottom: 6px;
  font-size: 12px;
}
.c-topics-list a .ttl {
  padding-right: 35px;
}
.c-topics-list a .ttl::before {
  width: 20px;
  height: 5px;
  right: 10px;
}
.c-topics-list .ttl-area .tag {
  font-size: 12px;
  width: 50px;
  margin-right: 15px;
}
.c-topics-list .ttl-area .tag + .ttl {
  max-width: calc(100% - 65px);
}

.page-top .feature-block {
  margin: 0;
  padding: 0;
}

.page-top .feature-block .block-ttl.over {
  position: absolute;
  top: 75px;
  left: 15px;
}

.page-top .feature-block .wrap {
  padding: 150px 15px 50px;
}

.page-top .feature-block .box-list {
  display: block;
}

.page-top .feature-block .box-list li {
  width: 100%;
}

.page-top .feature-block .box-list li + li {
  margin-top: 30px;
  margin-left: 0;
}

.page-top .feature-block .box-list li a .txt-box {
  padding: 30px 15px 50px;
}

.page-top .feature-block .box-list li a .txt-box .num {
  font-size: 35px;
}

.page-top .feature-block .box-list li a .txt-box .txt {
  font-size: 16px;
}

.page-top .base-block {
  padding: 40px 15px;
  background-position: right;
  background-size: cover;
}

.page-top .base-block .txt-box {
  width: 100%;
}

.page-top .base-block .txt-box .box-ttl {
  line-height: 1.6;
}

.page-top .base-block .txt-box .txt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.page-top .base-block .txt-box .c-btn01 {
  margin-top: 20px;
}

.page-top .business-block {
  margin-top: 0;
  padding: 140px 15px 80px;
}

.page-top .business-block .block-ttl.over {
  position: absolute;
  top: 40px;
  left: 15px;
}

.page-top .business-block .box-list li {
  width: 100%;
}

.page-top .business-block .box-list li a .photo-box .name {
  bottom: -16px;
  width: 78%;
  padding: 10px;
}

.page-top .business-block .box-list li a .photo-box .name > p {
  font-size: 13px;
}

.page-top .business-block .box-list li a .photo-box .name > p::after {
  right: 5px;
}

.page-top .business-block .box-list li + li {
  margin-top: 35px;
}

.page-top .recruit-block {
  padding: 40px 15px;
}

.page-top .recruit-block::before {
  background-image: url(../img/common/sp/bg_diag_half.svg);
  background-position: center center;
}

.page-top .recruit-block .inner-block .wrap {
  display: block;
}

.page-top .recruit-block .inner-block .wrap .photo-box {
  width: 100%;
  height: 0;
  padding-top: 49.45%;
}

.page-top .recruit-block .inner-block .wrap .txt-box {
  width: 100%;
  padding: 0;
}

.page-top .recruit-block .inner-block .wrap .txt-box .box-ttl {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.page-top .recruit-block .inner-block .wrap .txt-box .txt {
  line-height: 1.6;
}

.page-top .recruit-block .inner-block .wrap .txt-box .c-btn01 {
  margin-top: 20px;
}

/*page-top*/
/*------------------------------------------------------------------------------
page-about
------------------------------------------------------------------------------*/
.page-about .inner-block {
  padding: 0 15px;
}

.page-about .page-ttl-block .inner-block {
  padding: 0;
}

.page-about .c-table02 {
  margin-bottom: 50px;
}

.page-about .philosophy-block .ttl {
  font-size: 24px;
}

.page-about .philosophy-block .cont .head,
.page-about .philosophy-block .cont .txt {
  font-size: 16px;
}

.page-about .philosophy-block .cont .head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.page-about .access-block .cont .map {
  width: 100%;
  height: 250px;
}

.page-about .access-block .cont .img {
  width: 240px;
  height: auto;
  margin: 20px auto;
}

.page-about .access-block .address {
  font-size: 16px;
}

.page-about .access-block .address .txt {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}

.page-about .phi-list li {
  padding-left: 2em;
  font-size: 14px;
  text-indent: -2em;
}

.page-about .pdf-btn a {
  width: 100%;
}

.page-about .pdf-btn a::before {
  left: 30px;
}

/*------------------------------------------------------------------------------
page-feature
------------------------------------------------------------------------------*/
.page-feature .point-block {
  padding: 0 0 60px;
}

.page-feature .point-block .item .num-area {
  padding: 35px 15px 10px;
}

.page-feature .point-block .item .cont {
  padding: 40px 15px;
}

.page-feature .point-block .item .cont .img {
  width: 230px;
  height: auto;
  margin: 20px auto 0;
}

.page-feature .point-block .item .cont .info .ttl {
  font-size: 18px;
}

.page-feature .point-block .item .cont .info .txt {
  font-size: 16px;
}

.page-feature .item01 .cont {
  background: #4095c1;
}

.page-feature .item02 .cont {
  background: #e3eff6;
}

.page-feature .item03 .cont {
  background: #f6f6f6;
}

/*------------------------------------------------------------------------------
page-base
------------------------------------------------------------------------------*/
.page-base {
  /* map-block
  ----------------------------------------*/
  /* link-block
  ----------------------------------------*/
  /* info-block
  ----------------------------------------*/
}

.page-base .map-block {
  height: 0;
  min-height: 235px;
  padding-top: 49.45%;
  background-image: url(../img/base/sp/bg_base-map-name.png?20231010);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-base .link-block {
  padding: 40px 15px;
}

.page-base .link-block .link-list li {
  width: 30%;
  margin-right: 10px;
}

.page-base .link-block .link-list li a {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.page-base .link-block .link-list li a::after {
  right: 10px;
  width: 10px;
  height: 6px;
}

.page-base .link-block .link-list li:nth-child(3n) {
  margin-right: 0;
}

.page-base .link-block .link-list li:nth-child(n+4) {
  margin-top: 10px;
}

.page-base .info-block .item .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 40px 15px;
}

.page-base .info-block .item .wrap .txt-box {
  width: 100%;
}

.page-base .info-block .item .wrap .txt-box .box-ttl {
  margin-bottom: 20px;
  font-size: 18px;
}

.page-base .info-block .item .wrap .txt-box .info-list li {
  margin-bottom: 20px;
}

.page-base .info-block .item .wrap .txt-box .info-list li .ttl {
  width: 65px;
  font-size: 14px;
}

.page-base .info-block .item .wrap .txt-box .info-list li .txt {
  margin-left: 10px;
  padding-left: 10px;
}

.page-base .info-block .item .wrap .map-box {
  margin-top: 20px;
}

.page-base .info-block .item .wrap .map-box iframe {
  width: 100%;
  height: 170px;
}

/*page-base*/
/*------------------------------------------------------------------------------
page-business
------------------------------------------------------------------------------*/
.page-business .anker-block .inner-block {
  padding: 40px 0;
}

.page-business .anker-block li + li {
  margin-top: 10px;
}

.page-business .item-block {
  padding: 0 0 20px;
}

.page-business .item-block + .item-block {
  padding-top: 20px;
}

.page-business .item-block .ttl-area .ttl {
  font-size: 30px;
  text-align: center;
}

.page-business .item-block .cont-area .inner-block {
  padding: 30px 15px 30px;
}

.page-business .item-block .cont-area .txt-area {
  width: 100%;
  padding-top: 30px;
}

.page-business .item-block .cont-area .txt-area .ttl {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.page-business .item-block .cont-area .main-photo-area {
  width: 100%;
  height: 60vw;
}

.page-business .item-block .cont-area .main-photo-area .top {
  top: 0;
  width: 60vw;
}

.page-business .item-block .cont-area .main-photo-area .bottom {
  width: 40vw;
}

.page-business .item-block .sub-photo-area ul {
  margin-top: 30px;
  text-align: center;
}

.page-business .item-block .sub-photo-area ul + ul {
  margin-top: 10px;
}

.page-business .item-block .sub-photo-area li + li {
  margin-top: 10px;
}

.page-business .item-block .sub-photo-area .column .modal-wrap + .modal-wrap {
  margin-top: 10px;
}

.page-business .item-block .tag-area {
  margin-top: 30px;
  padding: 20px;
}

.page-business .item-block .tag-area ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-business .item-block .tag-area ul li {
  width: 48%;
  padding: 15px 2px;
}

.page-business .item-block .tag-area ul li + li {
  margin-left: 0;
}

.page-business .item-block .tag-area ul li:nth-child(n+3) {
  margin-top: 4%;
}

.page-business .item-block .modal-wrap {
  width: 100%;
}

.page-business .item-block .modal-wrap img {
  width: 100%;
}

/*------------------------------------------------------------------------------
page-recruit
------------------------------------------------------------------------------*/
.page-recruit .inner-block {
  padding: 0 15px;
}

.page-recruit .page-ttl-block .inner-block {
  padding: 0;
}

.page-recruit .type-list li {
  width: 48%;
}

.page-recruit .type-list li a .btn {
  padding: 10px 5px;
  background: #4095c1;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.page-recruit .type-list li:nth-child(n+3) {
  margin-top: 4%;
}

.page-recruit .btn-apply {
  height: 40vw;
}

.page-recruit .btn-apply::before, .page-recruit .btn-apply::after {
  width: 10px;
  height: 10px;
}

.page-recruit .btn-apply::before {
  top: 10px;
  left: 10px;
}

.page-recruit .btn-apply::after {
  right: 10px;
  bottom: 10px;
}

.page-recruit .btn-apply .box {
  height: 100%;
  background: url(../img/recruit/img04.jpg) no-repeat center top;
  background-size: 150%;
}

.page-recruit .btn-apply .box .txt {
  width: 80%;
  height: 70%;
  font-size: 12px;
}

.page-recruit .btn-apply .box .txt::before, .page-recruit .btn-apply .box .txt::after {
  width: 10px;
  height: 10px;
}

.page-recruit .message-block .ceo .point-txt {
  font-weight: bold;
}

.page-recruit .message-block .ceo .message {
  padding: 15px;
}

.page-recruit .message-block .ceo .message .ttl {
  margin-bottom: 10px;
  font-size: 18px;
}

.page-recruit .message-block .ceo .message .txt {
  font-size: 16px;
}

.page-recruit .message-block .company-txt {
  font-size: 16px;
  text-align: left;
}

.page-recruit .flow-block .flow-list li {
  padding: 10px 0;
}

.page-recruit .flow-block .flow-list li .num {
  width: 20%;
  font-size: 20px;
}

.page-recruit .flow-block .flow-list li .txt {
  width: 80%;
  padding: 0;
  padding-right: 20%;
  font-size: 16px;
}

.page-recruit .flow-block .flow-list li::before {
  bottom: -30px;
  border-width: 17px 10px 0 10px;
}

.page-recruit .flow-block .flow-list li + li {
  margin-top: 40px;
}

.page-recruit .banner-block {
  padding: 20px 0 60px;
}

.page-recruit .banner-block .banner + .banner {
  margin-top: 10px;
}

.page-recruit .banner-block .banner .en {
  bottom: -4px;
  left: -4px;
  font-size: 45px;
}

.page-recruit .banner-block .bnr {
  display: block;
  padding: 30px 15px 50px;
}

.page-recruit .banner-block .ttl {
  margin-bottom: 10px;
  font-size: 24px;
}

.page-recruit .banner-block .comment .t-blue,
.page-recruit .banner-block .comment .t-white {
  padding: 2px 6px;
  font-size: 13px;
  line-height: 2.4;
}

.page-recruit .banner-block .bnr02 {
  text-align: right;
}

/*------------------------------------------------------------------------------
page-recruit/voice
------------------------------------------------------------------------------*/
.page-voice .page-ttl-block .inner-block {
  padding: 0;
}

.page-voice .inner-block {
  padding: 0 15px;
}

.page-voice .pagenav li:nth-child(n+2) {
  margin-left: 10px;
}

.page-voice .pagenav .info {
  margin-top: 10px;
}

.page-voice .pagenav .info .year {
  display: block;
  margin-top: 5px;
}

.page-voice .member-block {
  padding: 0 0 35px;
}

.page-voice .member-block .name-area {
  padding: 20px 0;
}

.page-voice .member-block .name-area .group {
  margin-bottom: 14px;
  font-size: 14px;
}

.page-voice .member-block .name-area .name {
  font-size: 16px;
}

.page-voice .member-block .name-area .year {
  font-size: 16px;
}

.page-voice .member-block .column .txt-area .ttl {
  margin-bottom: 10px;
  padding: 30px 0 20px;
  font-size: 16px;
}

.page-voice .member-block .column .txt-area .ttl::before {
  width: 100%;
  height: 1px;
}

.page-voice .member-block .column .txt-area .txt {
  font-size: 16px;
  text-align: justify;
}

.page-voice .member-block .column .img {
  margin-top: 10px;
}

.page-voice .member-block .catch-area {
  position: relative;
  height: 280px;
}

.page-voice .member-block .catch-area .inner-block {
  position: absolute;
  bottom: 15px;
  padding: 0 20vw 0 15px;
}

.page-voice .member-block .catch-area .inner-block .txt {
  margin-left: 10px;
  padding: 9px 10px;
  font-size: 13px;
  white-space: nowrap;
}

.page-voice .member-block .catch-area .inner-block .txt::before {
  left: -10px;
  border-width: 0 0 30px 10px;
}

.page-voice .member-block .catch-area .inner-block .txt::after {
  right: -10px;
  border-width: 30px 10px 0 0;
}

.page-voice .member-block .catch-area .inner-block .txt + .txt {
  margin-top: 10px;
}

.page-voice .member-block:last-child {
  margin-bottom: 40px;
}

.page-voice .member01 .catch-area {
  background: url(../img/recruit/voice/sp/member01-01.jpg) no-repeat center top;
  background-size: cover;
}

.page-voice .member02 .catch-area {
  background: url(../img/recruit/voice/sp/member02-01.jpg) no-repeat center top;
  background-size: cover;
}

.page-voice .member03 .catch-area {
  background: url(../img/recruit/voice/sp/member03-01.jpg) no-repeat center top;
  background-size: cover;
}

.page-voice .message-box {
  width: 100%;
  margin-top: 30px;
  padding: 15px;
  -webkit-box-shadow: 5px 5px #4095c1;
          box-shadow: 5px 5px #4095c1;
}

.page-voice .message-box .ttl {
  font-size: 20px;
}

.page-voice .message-box .ttl::before {
  width: 25px;
  height: 1px;
}

.page-voice .message-box .txt {
  font-size: 14px;
  text-align: left;
}

/*------------------------------------------------------------------------------
page-recruit/flow
------------------------------------------------------------------------------*/
.page-flow {
  /* link-block
  ----------------------------------------*/
  /* date-block
  ----------------------------------------*/
}

.page-flow .link-block {
  padding: 40px 15px;
}

.page-flow .link-block .link-list li {
  display: block;
}

.page-flow .link-block .link-list li a {
  width: 100%;
}

.page-flow .link-block .link-list li + li {
  margin-top: 20px;
  margin-left: 0;
}

.page-flow .date-block .ttl-box {
  height: 160px;
}

.page-flow .date-block .ttl-box .ttl {
  font-size: 28px;
}

.page-flow .date-block .time-ttl {
  margin-bottom: 20px;
  font-size: 48px;
}

.page-flow .date-block .item {
  padding: 40px 15px 40px 40px;
}

.page-flow .date-block .item::after {
  left: 15px;
  width: 10px;
  -webkit-transform: none;
          transform: none;
}

.page-flow .date-block .item .wrap {
  display: block;
}

.page-flow .date-block .item .wrap .txt-box {
  margin-bottom: 20px;
}

.page-flow .date-block .item .wrap .txt-box .box-ttl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.page-flow .date-block .item .wrap .txt-box .txt {
  font-size: 16px;
}

.page-flow .date-block .point-area .wrap {
  width: 100%;
  padding: 40px 15px;
}

.page-flow .date-block .point-area .wrap .sec-block-ttl {
  position: static;
}

.page-flow .date-block .point-area .box-outer {
  display: block;
}

.page-flow .date-block .point-area .desc-box {
  width: 100%;
}

.page-flow .date-block .point-area .desc-box .box-ttl {
  position: static;
  width: 100%;
  height: 40px;
  -webkit-transform: none;
          transform: none;
  font-size: 16px;
}

.page-flow .date-block .point-area .desc-box .txt {
  padding: 10px;
  font-size: 16px;
}

.page-flow .date-block .point-area .desc-box + .desc-box {
  margin-top: 20px;
}

.page-flow .date-block:last-child .point-area {
  padding-bottom: 20px;
}

/*page-flow*/
/*------------------------------------------------------------------------------
page-recruit/system
------------------------------------------------------------------------------*/
.page-system .page-ttl-block .inner-block {
  padding: 0;
}

.page-system img {
  width: 100%;
}

.page-system .inner-block {
  padding: 0 15px;
}

.page-system .intro-block {
  font-size: 16px;
}

.page-system .coaching-block .gray-box {
  padding: 20px 15px;
}

.page-system .coaching-block .gray-box .ttl {
  font-size: 18px;
  line-height: 1.3;
}

.page-system .coaching-block .gray-box .txt {
  font-size: 14px;
}

.page-system .coaching-block .sub-box {
  margin-top: 40px;
}

.page-system .coaching-block .sub-box + .sub-box {
  margin-top: 20px;
}

.page-system .coaching-block .sub-box .sub {
  font-size: 14px;
  line-height: 1.4;
}

.page-system .coaching-block .img {
  margin: 10px 0 0;
}

.page-system .coaching-block .img01 {
  margin: 10px 0 30px;
}

.page-system .training-block .system-info .txt-area .ttl {
  margin-bottom: 10px;
  font-size: 18px;
}

.page-system .training-block .system-info .txt-area .txt {
  font-size: 14px;
}

.page-system .training-block .system-info .img {
  margin-top: 20px;
}

.page-system .slider-block ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.page-system .slider-block ul li {
  width: 48%;
}

.page-system .slider-block ul li:nth-child(n+3) {
  margin-top: 4%;
}

.page-system .sec-block .sub-box .img {
  margin: 0;
}

.c-list01 li {
  padding: 10px 5px;
  font-size: 16px;
}

.c-list01 li + li {
  margin-top: 10px;
}

.c-list01 li::before {
  border-width: 36px 0 0 36px;
}

.c-list01 li::after {
  border-width: 36px 36px 0 0;
}

/*------------------------------------------------------------------------------
page-faq
------------------------------------------------------------------------------*/
.page-faq {
  /* qa-block
  ----------------------------------------*/
}

.page-faq .qa-block .inner-block {
  padding: 0 15px;
}

.page-faq .qa-block .q-list li .q-txt {
  padding: 10px 50px;
  padding-left: 50px;
}

.page-faq .qa-block .q-list li .q-txt::before {
  left: 15px;
}

.page-faq .qa-block .q-list li .a-txt {
  padding: 10px;
  padding-left: 50px;
}

.page-faq .qa-block .q-list li .a-txt::before {
  left: 15px;
}

.page-faq .qa-block .q-list li .aco-head::before, .page-faq .qa-block .q-list li .aco-head::after {
  width: 15px;
}

/*page-faq*/
/*------------------------------------------------------------------------------
page-contact
------------------------------------------------------------------------------*/
.page-contact .contact-ttl {
  font-size: 22px;
}

.page-contact.thanks .contact-txt {
  font-size: 16px;
}

.page-contact.confirm .head-block,
.page-contact.thanks .head-block {
  padding: 20px 0;
}

.page-contact.confirm .form-block .c-btn01 > a + a {
  margin-top: 20px;
  margin-left: 0;
}

.page-contact .inner-block {
  padding: 0 15px;
}

.page-contact .page-ttl-block .inner-block {
  padding: 0;
}

.page-contact .head-block .txt {
  font-size: 14px;
  text-align: left;
}

.page-contact .form-block .c-table01 th,
.page-contact .form-block .c-table01 td {
  display: block;
  width: 100%;
}

.page-contact .form-block .btn-contact {
  margin-top: 30px;
}

.page-contact + footer {
  width: 100%;
}

.page-contact .mail-btn a {
  width: 100%;
}

.page-contact .mail-btn a::before {
  left: 30px;
  width: 20px;
  height: 15px;
}

/*------------------------------------------------------------------------------
page-privacy
------------------------------------------------------------------------------*/
.page-privacy {
  /* rule-block
  ----------------------------------------*/
}

.page-privacy .rule-block .inner-block {
  padding: 0 15px;
}

.page-privacy .rule-block .rule-txt {
  margin: 20px 0;
  font-size: 14px;
}

.page-privacy .rule-block .item .ttl {
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
}

.page-privacy .rule-block .item .ttl::before {
  top: 12px;
  width: 15px;
}

.page-privacy .rule-block .item .sub-ttl {
  font-size: 14px;
}

.page-privacy .rule-block .item .rule-list li {
  font-size: 14px;
}

.page-privacy .rule-block .item + .item {
  margin-top: 20px;
}



/*------------------------------------------------------------------------------
page-sustainability
------------------------------------------------------------------------------*/
.page-sustainability .news-block .inner-block,
.page-sustainability .sustainability-block .inner-block,
.page-sustainability .pirika-block .inner-block,
.page-sustainability .ems-block .inner-block,
.page-sustainability .promotion-block .inner-block {
  padding: 0 15px;
}

.page-sustainability .message-area .txt {
  font-size: 16px;
  line-height: 1.7;
}
.page-sustainability .management-area {
  margin-top: 40px;
}

.page-sustainability .point-box + .point-box {
  margin-top: 40px;
}
.page-sustainability .point-box .ttl-wrap {
  margin-bottom: 10px;
}
.page-sustainability .point-box .ttl-wrap .ttl {
  font-size: 20px;
}
.page-sustainability .point-box .info {
  padding-right: 0;
}
.page-sustainability .point-box .info.bg-blue {
  padding: 20px 25px 30px 0;
}
.page-sustainability .point-box .info .txt {
  font-size: 16px;
  line-height: 1.7;
}
.page-sustainability .point-box .info .txt + .txt {
  margin-top: 10px;
}
.page-sustainability .point-box .banner-area .banner {
  gap: 10px;
}
.page-sustainability .point-box .banner-area .banner {
  width: 75%;
}
.page-sustainability .point-box .img-area .img {
  margin-right: -15px;
  margin-top: -20px;
  margin-left: auto;
  width: calc(100% - 40px);
  text-align: right;
}
.page-sustainability .point-box .img-area .icon-wrap {
  margin-top: 20px;
}
.page-sustainability .point-box .img-area .icon-wrap .icon {
  width: calc((100% - 30px)/3);
  margin: 0;
}
.page-sustainability .point-box .img-area .icon-wrap .icon + .icon {
  margin-left: 15px;
}

.page-sustainability .pirika-block .phrase {
  font-size: 18px;
  margin-top: 30px;
}
.page-sustainability .pirika-block .desc {
  font-size: 16px;
}
.page-sustainability .pirika-block .install {
  margin-top: 20px;
  line-height: 1.2;
}
.page-sustainability .pirika-block .img-area {
  text-align: center;
}
.page-sustainability .pirika-block .sub-ttl {
  margin-top: 20px;
}
.page-sustainability .pirika-block .txt {
  margin-top: 10px;
}


.page-sustainability .compliance-block .inner-block {
  padding: 0 15px;
}
.page-sustainability .compliance-block .desc {
  font-size: 16px;
}
.page-sustainability .compliance-block .ttl {
  font-size: 16px;
}
.page-sustainability .compliance-block .txt {
  font-size: 14px;
}


.page-sustainability .ems-block.sec-block {
  padding-bottom: 40px;
}
.page-sustainability .ems-block .txt {
  margin-top: 20px;
}
.page-sustainability .ems-block .blue-box {
  padding: 15px;
  margin-top: 20px;
}
.page-sustainability .ems-block .blue-box .ttl {
  font-size: 16px;
  margin-bottom: 10px;
}
.page-sustainability .ems-block .blue-box .dot-txt {
  line-height: 1.2;
}
.page-sustainability .ems-block .blue-box .dot-txt:not(:last-child) {
  margin-bottom: 10px;
}
.page-sustainability .ems-block .effect-box .effect {
  width: 120px;
}
.page-sustainability .ems-block .effect-box .effect-txt {
  padding: 7px;
}
.page-sustainability .ems-block .blue-box .sub-txt-area {
  padding-left: 10px;
  grid-template-columns: auto;
}
.page-sustainability .ems-block .illust {
  margin-top: 15px;
}

.page-sustainability .promotion-block {
  margin-top: -40px;
  padding: 80px 0 40px;
}

.page-sustainability .promotion-block .txt {
  font-size: 16px;
  line-height: 1.7;
}
.page-sustainability .promotion-block .box {
  margin-top: 40px;
  padding: 20px;
}
.page-sustainability .promotion-block .img {
  margin-bottom: 20px;
}
.page-sustainability .promotion-block .ttl {
  font-size: 20px;
  margin-bottom: 15px;
}
.page-sustainability .promotion-block .list li {
  font-size: 14px;
}
.page-sustainability .promotion-block .list li::before {
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 374px) {
  .page-sustainability .point-box .num-area .num {
    font-size: 12vw;
  }
  .page-sustainability .point-box .ttl-wrap .ttl {
    font-size: 5.333vw;
  }
}

.page-sustainability .representative {
  display: block;
}
.page-sustainability .representative .name {
  margin-bottom: 10px;
}
.page-sustainability .representative .img {
  padding-left: 0;
}


/*------------------------------------------------------------------------------
page-2024-logistics
------------------------------------------------------------------------------*/
.block-ttl02 .jp {
  margin-bottom: 15px;
  font-size: 28px;
}
.block-ttl02 .en {
  font-size: 14px;
}

.page-2024 .about-block .inner-block,
.page-2024 .logistics-block .inner-block {
  padding: 0 15px;
}

.page-2024 .page-ttl-block .inner-block .wrap .txt-box .jp-ttl {
  font-size: 28px;
  line-height: 1.4;
}

.page-2024 .about-block .txt {
  font-size: 14px;
  line-height: 1.7;
}
.page-2024 .about-block .txt + .txt {
  margin-top: 10px;
}

.page-2024 .logistics-block {
  padding-top: 80px;
}
.page-2024 .logistics-block::before,
.page-2024 .logistics-block::after {
  width: 185px;
  height: 225px;
}
.page-2024 .logistics-block::before {
  border-width: 185px 225px 0 0;
}
.page-2024 .logistics-block::after {
  border-width: 0 0 185px 225px;
}

.page-2024 .logistics-block .box + .box {
  margin-top: 30px;
}
.page-2024 .logistics-block .img {
  width: 90px;
  height: 90px;
}
.page-2024 .logistics-block .txt-area {
  width: calc(100% - 90px);
  padding-left: 20px;
}
.page-2024 .logistics-block .txt-area .txt {
  font-size: 14px;
}
.page-2024 .logistics-block .ttl-wrap {
  margin-bottom: 10px;
}
.page-2024 .logistics-block .ttl-wrap .num-area .num {
  font-size: 40px;
}
.page-2024 .logistics-block .ttl-wrap .ttl {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.3;
}

.page-2024 .logistics-block .icon01 img {
  width: calc(63px * 0.75);
  height: calc(80px * 0.75);
}
.page-2024 .logistics-block .icon02 img {
  width: calc(80px * 0.75);
  height: calc(70px * 0.75);
}
.page-2024 .logistics-block .icon03 img {
  width: calc(80px * 0.75);
  height: calc(75px * 0.75);
}
.page-2024 .logistics-block .icon04 img {
  width: calc(80px * 0.75);
  height: calc(91px * 0.75);
}
.page-2024 .logistics-block .icon05 img {
  width: calc(74px * 0.75);
  height: calc(80px * 0.75);
}
.page-2024 .logistics-block .icon06 img {
  width: calc(85px * 0.75);
  height: calc(90px * 0.75);
}
.page-2024 .logistics-block .icon07 img {
  width: calc(75px * 0.75);
  height: calc(83px * 0.75);
}
.page-2024 .logistics-block .icon08 img {
  width: calc(67px * 0.75);
  height: calc(70px * 0.75);
}
.page-2024 .logistics-block .icon09 img {
  width: calc(67px * 0.75);
  height: calc(70px * 0.75);
}
.page-2024 .logistics-block .icon10 img {
  width: calc(80px * 0.75);
  height: calc(69px * 0.75);
}
.page-2024 .logistics-block .icon11 img {
  width: calc(85px * 0.75);
  height: calc(80px * 0.75);
}
.page-2024 .logistics-block .icon12 img {
  width: calc(85px * 0.75);
  height: calc(57px * 0.75);
}



/*------------------------------------------------------------------------------
page-warehouse
------------------------------------------------------------------------------*/
.page-warehouse .page-ttl-block .inner-block .wrap .txt-box {
  white-space: wrap;
}
.page-warehouse .mv-swiper-block .mv-ttl {
  font-size: 22px;
  margin-bottom: 15px;
}
.page-warehouse .mv-swiper-block .inner-block {
  padding: 0 15px 70px;
  width: auto;
}
.page-warehouse .mv-swiper-block img {
  width: 100%;
  object-fit: fill;
}
.page-warehouse .mv-swiper-block .mv-txt {
  font-size: 16px;
}
.page-warehouse .page-ttl-block .inner-block .wrap .txt-box .jp-ttl {
  font-size: 28px;
  line-height: 1.4;
}

.page-warehouse .warehouse-block::before,
.page-warehouse .warehouse-block::after {
  width: 200px;
  height: 1000px;
}
.page-warehouse .warehouse-block::before {
  border-width: 1000px 200px 0 0;
}
.page-warehouse .warehouse-block::after {
  border-width: 1000px 0 0 200px;
}

.page-warehouse .warehouse-block .inner-block {
  padding: 0 15px;
}

.page-warehouse .column-box:not(:first-child) {
  margin-top: 50px;
}
.page-warehouse .column-box .cont-wrap .img {
  margin-top: 15px;
}
.page-warehouse .column-box .txt {
  margin-top: 15px;
  line-height: 1.7;
  font-size: 16px;
}

.page-warehouse .point-list {
  margin: 20px 0 0;
}
.page-warehouse .point-list .txt {
  line-height: 1.6;
  font-size: 14px;
  margin-top: 10px;
}

.page-warehouse .c-btn01 {
  margin-top: 30px;
}

.page-warehouse .bpa-block .inner-block {
  padding: 0 15px;
}
.page-warehouse .bpa-block .point-ttl {
  padding-left: 45px;
  margin-top: 25px;
  line-height: 1.6;
  font-size: 16px;
}
.page-warehouse .bpa-block .point-ttl::before {
  width: 35px;
  height: 35px;
  top: 12px;
}
.page-warehouse .bpa-block .point-ttl.ttl01::before {
  background-size: contain;
}
.page-warehouse .bpa-block .point-ttl.ttl02::before {
  background-size: contain;
}
.page-warehouse .bpa-block .point-ttl .point {
  font-size: 14px;
  height: auto;
  padding-top: 0;
  line-height: 1.2;
  margin-right: 8px;
}
.page-warehouse .bpa-block .point-ttl .num {
  font-size: 24px;
}
.page-warehouse .bpa-block .column-box {
  margin-top: 15px;
}
.page-warehouse .bpa-block .column-box .txt + .txt {
  margin-top: 25px;
}
.page-warehouse .bpa-block .column-box .ttl-wrap {
  margin-top: 20px;
}
.page-warehouse .bpa-block .column-box .txt {
  font-size: 14px;
}


/*------------------------------------------------------------------------------
@media
------------------------------------------------------------------------------*/

@media screen and (max-width: 379px) {
  .page-base .info-block .item .wrap .txt-box .tag-list li:nth-child(3n) {
    margin-right: 10px;
  }
  .page-base .info-block .item .wrap .txt-box .tag-list li:nth-child(4n) {
    margin-top: 10px;
    margin-left: 0;
  }
}
