@charset "UTF-8";
/*----------------------------------------------------
	cm-main-2nd
----------------------------------------------------*/
.cm-main-2nd {
  position: relative;
  margin-bottom: 5rem;
}
.cm-main-2nd-title {
  position: absolute;
  left: 4.39%;
  bottom: 6.25%;
  color: #FFF;
}
.cm-main-2nd-title-jpn {
  font-weight: 600;
  font-size: 1.625rem;
}
.cm-main-2nd-title-eng {
  font-weight: 600;
  font-size: 6.25rem;
  font-family: var(--Oswald);
  line-height: 1.4;
}
.cm-main-2nd-breadcrumb {
  position: absolute;
  right: 4.39%;
  bottom: 6.25%;
}
.cm-main-2nd-breadcrumb ol {
  text-align: right;
}
.cm-main-2nd-breadcrumb li {
  display: inline-block;
  margin: 0 .2em;
}
.cm-main-2nd-breadcrumb li a {
  color: #FFF;
  font-size: 0.875rem;
}
@media screen and (max-width: 1023px) {
  .cm-main-2nd {
    margin-bottom: 2.5rem;
  }
  .cm-main-2nd-title {
    left: 4vw;
    bottom: 2.5vw;
  }
  .cm-main-2nd-title-jpn {
    font-size: 3vw;
  }
  .cm-main-2nd-title-eng {
    font-size: 8vw;
  }
  .cm-main-2nd-breadcrumb {
    right: 4vw;
    bottom: 2.5vw;
  }
  .cm-main-2nd-breadcrumb li a {
    font-size: 2.5vw;
  }
}
/*----------------------------------------------------
	cm-title-h2
----------------------------------------------------*/
.cm-title-h2 {
  padding: 1.625rem 0 3.75rem;
  text-align: center;
  position: relative;
}
.cm-title-h2-jpn {
  color: #0056A7;
  font-weight: 600;
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
}
.cm-title-h2-eng {
  color: #0056A7;
  font-weight: 600;
  font-size: 1.125rem;
  font-family: var(--Oswald);
}
.cm-title-h2-bg {
  font-size: 9.25rem;
  color: #e5eef6;
  font-family: var(--Oswald);
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  top: -1.25rem;
  margin: auto;
  z-index: -1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .cm-title-h2 {
    padding: 2.5vw 0 2.5vw;
    margin-bottom: 1em;
  }
  .cm-title-h2-jpn {
    font-size: 5vw;
    margin-bottom: 0.5rem;
  }
  .cm-title-h2-eng {
    font-size: 3.5vw;
  }
  .cm-title-h2-bg {
    font-size: 18vw;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
/*----------------------------------------------------
	cm-service-intro
----------------------------------------------------*/
.cm-service-intro-wrap {
  padding: 6.25rem 0;
  position: relative;
}
.cm-service-intro-bg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  width: 7.6875rem;
}
.bg2 .cm-service-intro-bg {
  color: #1a67b0;
}
.cm-service-intro-wrap.bg1 {
  background-color: #FFF;
}
.cm-service-intro-wrap.bg2 {
  background-color: #0056A7;
  color: #FFF;
}
.cm-service-intro {
  margin: 0 2.5rem 6.25rem;
  position: relative;
  z-index: 2;
}
.cm-service-intro.mb0 {
  margin-bottom: 0;
}
.cm-service-intro-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cm-service-intro-box-img {
  width: 42.5%;
}
.cm-service-intro-box-info {
  width: 42%;
  margin-right: 8%;
  display: flex;
  align-items: center;
}
.cm-service-intro-box-lead {
  font-weight: 600;
  color: #0056A7;
  font-size: 2.25rem;
  margin-bottom: 1.75rem;
  line-height: 1.85;
  letter-spacing: 0.1em;
}
.bg2 .cm-service-intro-box-lead {
  color: #FFF;
}
.cm-service-intro-box-lead span {
  border-bottom: 1px solid #0056A7;
  display: inline;
  padding-bottom: 0.125rem;
}
.bg2 .cm-service-intro-box-lead span {
  border-bottom: 1px solid #FFF;
}
.cm-service-intro-box-text {
  font-size: 1rem;
  line-height: 1.85;
}
.cm-service-intro-btn {
  text-align: right;
  margin-top: 3.75rem;
}
.cm-service-intro-btn .c-btn-round-arrow {
  width: 42.5%;
}
.cm-service-intro-box-title {
  font-weight: 600;
  color: #0056A7;
  font-size: 1.75rem;
  margin-bottom: 2.25rem;
  border-left: .25rem solid #0056A7;
  padding-left: 0.825rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.bg2 .cm-service-intro-box-title {
  color: #FFF;
  border-left: .25rem solid #FFF;
}
.cm-service-intro-box-copy {
  font-weight: 600;
  font-size: 1.5rem;
  color: #0056A7;
  margin-bottom: 2.25rem;
  letter-spacing: 0.05em;
}
.bg2 .cm-service-intro-box-copy {
  color: #FFF;
}
.bg2 .c-btn-round-arrow {
  border: 0.125rem solid #FFF;
}
@media screen and (max-width: 1023px) {
  .cm-service-intro-wrap {
    padding: 4em 0;
  }
  .cm-service-intro-bg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-45%);
    z-index: 1;
    width: 20%;
  }
  .cm-service-intro {
    margin: 0 8vw 3em;
  }
  .cm-service-intro.mb0 {
    margin-bottom: 0;
  }
  .cm-service-intro-box-img {
    width: 100%;
    margin-bottom: 1em;
  }
  .cm-service-intro-box-info {
    width: 100%;
    margin-right: 0%;
  }
  .cm-service-intro-box-lead {
    font-size: 6vw;
    text-align: left;
    margin-bottom: 1em;
  }
  .cm-service-intro-box-text {
    font-size: 3.5vw;
    text-align: justify;
  }
  .cm-service-intro-btn {
    text-align: center;
    margin-top: 1.5em;
  }
  .cm-service-intro-btn .c-btn-round-arrow {
    width: 70%;
    font-size: 5vw;
    height: 4rem;
  }
  .cm-service-intro-box-title {
    font-size: 5vw;
    margin-bottom: .75em;
  }
  .cm-service-intro-box-copy {
    font-size: 1.5rem;
    margin-bottom: 2.25rem;
    text-align: left;
  }
}
/*----------------------------------------------------
	cm-bg-blue
----------------------------------------------------*/
.cm-bg-blue {
  background-color: #0056A7;
  color: #FFF;
  padding: 7.625rem 0 2.5rem;
  position: relative;
  overflow: hidden;
}
.cm-bg-blue-eng {
  position: absolute;
  font-family: var(--Oswald);
  color: #1a67b0;
  font-weight: 600;
  font-size: 9.25rem;
  right: 0;
  top: -1.25rem;
  line-height: 1;
  z-index: 1;
}
.cm-bg-blue .c-heading-section {
  color: #FFF;
  margin-bottom: 3.75rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .cm-bg-blue {
    padding: 4em 0 2em;
  }
  .cm-bg-blue-eng {
    font-size: 15vw;
    right: 0;
    top: -2.5vw;
  }
  .cm-bg-blue-eng.s {
    text-align: right;
  }
  .cm-bg-blue .c-heading-section {
    color: #FFF;
    margin-bottom: 3.75rem;
    position: relative;
    z-index: 2;
  }
}
/*----------------------------------------------------
	cm-service-list
----------------------------------------------------*/
.cm-service-list {
  margin-bottom: 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 1.625rem;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cm-service-list.no-border {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cm-service-list-single {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.375rem;
  color: #fff;

  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}

.cm-service-list-img {
  width: 46.05%;
  position: relative;
  overflow: hidden;
}
.cm-service-list-img img {
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}
a:hover .cm-service-list-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}



.cm-service-list-img.w2 {
  width: 38%;
}
.cm-service-list-info {
  width: 49.25%;
  display: flex;
  align-items: center;
}
.cm-service-list-info.w2 {
  width: 57%;
}
.cm-service-list-name {
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
  font-weight: 600;
}
.cm-service-list-name span {
  border-bottom: 1px solid #FFF;
}
.cm-service-list-address {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 0.75rem;
}
.cm-service-list-tel {
  font-size: 0.875rem;
  font-weight: 600;
  font-family: var(--Oswald);
}
.cm-service-list-title {
  border-left: .25rem solid #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 0.5rem;
  margin-bottom: 1.875rem;
}
.cm-service-list-spec {
  font-size: 1rem;
  line-height: 1.8;
}
a:hover .cm-service-list-address,
a:hover .cm-service-list-tel,
a:hover .cm-service-list-spec {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .cm-service-list {
    margin-bottom: 3em;
    padding-bottom: 1.5em;
  }
  .cm-service-list.no-border {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .cm-service-list-single {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .cm-service-list-img {
    width: 30%;
  }
  .cm-service-list-img.w2 {
    width: 30%;
  }
  .cm-service-list-info {
    width: 65%;
  }
  .cm-service-list-info.w2 {
    width: 65%;
  }
  .cm-service-list-name {
    margin-bottom: .25em;
    font-size: 3.825vw;
  }
  .cm-service-list-address {
    font-size: 3vw;
    margin-bottom: .25em;
  }
  .cm-service-list-tel {
    font-size: 3vw;
    margin-bottom: .0em;
  }
  .cm-service-list-title {
    font-size: 3.5vw;
    margin-bottom: .5em;
  }
  .cm-service-list-spec {
    font-size: 3vw;
    margin-bottom: .0em;
  }
  .cm-service-list-price {
    font-size: 3vw;
    margin-bottom: .0em;
  }
}
/*----------------------------------------------------
	c-heading-section-title-lead
----------------------------------------------------*/
.c-heading-section-title-lead {
  text-align: center;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.85;
}
.c-heading-section-title-lead .bg {
  display: inline-block;
  background-color: #fff;
  color: #1a67b0;
  letter-spacing: 0.05em;
  padding: 0 .25em;
  margin: 0 .25em;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .c-heading-section-title-lead {
    font-size: 5vw;
    margin-bottom: 1em;
  }
}
/*----------------------------------------------------
	p-print-tshirt
----------------------------------------------------*/
.p-print-tshirt {
  background-color: #fff;
  color: #0056A7;
  padding: 2.5rem 4.75rem 3.125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6.25rem;
}
.p-print-tshirt-info {
  width: 54%;
  display: flex;
  align-items: center;
}
.p-print-tshirt-img {
  width: 44%;
  display: flex;
  align-items: center;
}
.p-print-tshirt-lead {
  margin-bottom: 2.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.8;
}
.p-print-tshirt-lead span {
  border-bottom: 1px solid #0056A7;
}
.p-print-tshirt-price {
  margin-bottom: 2.5rem;
  font-weight: 600;
}
.p-print-tshirt-price .s {
  font-weight: 600;
  font-size: 1.5rem;
}
.p-print-tshirt-price .l {
  font-weight: 600;
  font-size: 5.5rem;
}
.p-print-tshirt-price .eng {
  font-family: var(--Oswald);
}
.p-print-tshirt-sub {
  border: 1px solid #0056A7;
  color: #000;
  padding: 2.5%;
  font-size: 0.875rem;
}
@media screen and (max-width: 1023px) {
  .p-print-tshirt {
    padding: 5vw;
    margin-bottom: 4em;
  }
  .p-print-tshirt-info {
    width: 100%;
    order: 2;
  }
  .p-print-tshirt-img {
    width: 100%;
    order: 1;
    margin-bottom: 1em;
  }
  .p-print-tshirt-lead {
    margin-bottom: .5em;
    font-size: 5.85vw;
  }
  .p-print-tshirt-price {
    margin-bottom: 1em;
  }
  .p-print-tshirt-price .s {
    font-size: 3.5vw;
  }
  .p-print-tshirt-price .l {
    font-size: 8vw;
  }
  .p-print-tshirt-price .eng {
    font-family: var(--Oswald);
  }
  .p-print-tshirt-sub {
    font-size: 3vw;
  }
}
/*----------------------------------------------------
	cm-howto-order
----------------------------------------------------*/
.cm-howto-order {
  margin: 6.25rem 0 3.75rem;
}
.cm-howto-order-box {
  border: 2px solid #0056A7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cm-howto-order-head {
  width: 50%;
  padding-left: 3.75rem;
  box-sizing: border-box;
  color: #FFF;
  height: 16.875rem;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/p-print-order.webp);
}
.cm-howto-order-title .s {
  font-weight: 600;
  font-size: 1.25rem;
}
.cm-howto-order-title .l {
  font-weight: 600;
  font-size: 4.375rem;
  margin-right: 0.825rem;
}
.cm-howto-order-title .eng {
  font-family: var(--Oswald);
}
.cm-howto-order-body {
  width: 50%;
  box-sizing: border-box;
  padding: 0 5rem 0 2.625rem;
  display: flex;
  align-items: center;
}
.cm-howto-order-text {
  font-size: 1rem;
  margin-bottom: 1.875rem;
}
.cm-howto-order-btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 2.25rem;
  color: #fff;
  border: 0.125rem solid #0056a7;
  background: #0056a7;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 1.25rem 1.75rem 1.25rem 2.5rem;
  letter-spacing: 0.2em;
  transition: .25s;
}
.cm-howto-order-btn a:hover {
  background: #FFF;
  color: #0056a7;
}
.cm-howto-order-btn a .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 1.4375rem;
  border-radius: 0.71875rem;
  background: #fff;
  margin-left: auto;
  transition: .25s;
}
.cm-howto-order-btn a:hover .arrow {
  background: #0056a7;
}
.cm-howto-order-btn a .arrow svg {
  stroke: #0056a7;
  width: 1rem;
  height: auto;
  transform: translateX(25%);
  transition: .25s;
}
.cm-howto-order-btn a:hover .arrow svg {
  stroke: #FFF;
}
@media screen and (max-width: 1023px) {
  .cm-howto-order {
    margin: 4em 0 2em;
  }
  .cm-howto-order-head {
    width: 100%;
    padding-left: 0;
    height: 35vw;
    display: flex;
  }
  .cm-howto-order-title {
    text-align: center;
    width: 100%;
  }
  .cm-howto-order-title .s {
    font-size: 3.5vw;
  }
  .cm-howto-order-title .l {
    font-size: 7.5vw;
  }
  .cm-howto-order-body {
    width: 100%;
    padding: 5vw;
  }
  .cm-howto-order-text {
    font-size: 3.5vw;
    margin-bottom: 1em;
  }
  .cm-howto-order-btn a {
    font-size: 3.5vw;
    padding: .5em 1em;
    letter-spacing: 0.2em;
  }
  .cm-howto-order-btn a:hover {
    background: #FFF;
    color: #0056a7;
  }
  .cm-howto-order-btn a .arrow {
    width: 2.125rem;
    height: 1.4375rem;
  }
  .cm-howto-order-btn a .arrow svg {
    width: 1rem;
  }
}
/*----------------------------------------------------
	cm-sns-share
----------------------------------------------------*/
.cm-sns-share {
  margin-bottom: 6.25rem;
  text-align: center;
}
.cm-sns-share-lead {
  font-weight: 600;
  font-size: 1.375rem;
  color: #0056a7;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 1.875rem;
}
.cm-sns-share-lead span {
  border-bottom: 1px solid #0056a7;
}
.cm-sns-share-list {
  text-align: center;
}
.cm-sns-share-list li {
  display: inline-block;
  width: 3.125rem;
  margin: 0 .5em;
}
.cm-sns-share-list img {
    -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}
.cm-sns-share-list a:hover img {
  opacity: 0.75;
}
@media screen and (max-width: 1023px) {
  .cm-sns-share {
    margin-bottom: 4em;
  }
  .cm-sns-share-lead {
    font-size: 3.85vw;
    margin-bottom: 1.875rem;
  }
  .cm-sns-share-lead span {
    border-bottom: 1px solid #0056a7;
  }
  .cm-sns-share-list li {
    width: 10vw;
  }
  
}
/*----------------------------------------------------
	p-recruit-interview
----------------------------------------------------*/
.p-recruit-interview {
  margin-bottom: 6.25rem;
}
.p-recruit-interview-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #0056a7;
}

.p-recruit-interview-in:hover .c-btn-round-arrow {
  background: #fff;
  color: #0056a7;
}
.p-recruit-interview-in:hover .c-btn-round-arrow .c-btn-round-arrow__angle {
  background: #0056a7;
}
.p-recruit-interview-in:hover .c-btn-round-arrow .c-btn-round-arrow__angle svg {
  stroke: #fff;
}



.p-recruit-interview-img-in {
  position: relative;
  overflow: hidden;
}
.p-recruit-interview-in .c-btn-round-arrow,
.p-recruit-interview-img-in img {
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}
a:hover .p-recruit-interview-img-in img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-recruit-interview-info {
  width: 50%;
  box-sizing: border-box;
  padding: 3.75rem 3.75rem 0;
}
.p-recruit-interview-img {
  width: 50%;
  box-sizing: border-box;
}
.p-recruit-interview-title {
  color: #FFF;
  font-weight: 600;
  font-size: 1.25rem;
}
.p-recruit-interview-eng {
  color: #FFF;
  font-weight: 600;
  font-size: 4.375rem;
  font-family: var(--Oswald);
}
.p-recruit-interview-btn {
  margin-top: .875rem;
}
.p-recruit-interview-btn .c-btn-round-arrow {
  border: 0.125rem solid #FFF;
}
@media screen and (max-width: 1023px) {
  .p-recruit-interview {
    margin-bottom: 4em;
  }
  .p-recruit-interview-info {
    order: 2;
    width: 100%;
    box-sizing: border-box;
    padding: 5vw 5vw;
  }
  .p-recruit-interview-img {
    order: 1;
    width: 100%;
    box-sizing: border-box;
  }
  .p-recruit-interview-title {
    font-size: 3.5vw;
  }
  .p-recruit-interview-eng {
    font-size: 9.5vw;
  }
  .p-recruit-interview-btn {
    margin-top: .5em;
    font-size: 3vw;
  }
  .p-recruit-interview-btn .c-btn-round-arrow {
    border: 0.125rem solid #FFF;
    font-size: 3.5vw;
    height: 3rem;
  }
}
/*----------------------------------------------------
	p-recruit-business
----------------------------------------------------*/
.p-recruit-business {
  margin-bottom: 6.25rem;
}
.p-recruit-business-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-recruit-business-head {
  width: 36%;
}
.p-recruit-business-body {
  width: 64%;
}
.p-recruit-business-title {
  font-weight: 600;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  color: #0056a7;
  padding-left: 1.125rem;
  border-left: .25rem solid #0056a7;
}
.p-recruit-business-line {
  border-top: 1px solid #EAEAEA;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.25rem 0;
}
.p-recruit-business-line:last-child {
  border-bottom: 1px solid #EAEAEA;
}
.p-recruit-business-line-title {
  display: flex;
  align-items: center;
  width: 66%;
  font-weight: 600;
  font-size: 1rem;
  color: #0056a7;
}
.p-recruit-business-line-title.w2 {
  width: 57%;
}
.p-recruit-business-line-title.top {
  margin-bottom: auto;
  padding-top: 1.5rem;
}
.p-recruit-business-line-btn {
  width: 34%;
}
.p-recruit-business-line-btn.w2 {
  width: 43%;
}
.p-recruit-business-line-btn-single {
  margin-bottom: 1.25rem;
}
.p-recruit-business-line-btn-single:last-child {
  margin-bottom: 0rem;
}
.p-recruit-business-line-btn-single .c-btn-round-arrow {
  width: 100%;
  letter-spacing: 0;
  font-size: 1.125rem;
  padding: 0 1.5rem 0 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-business {
    margin-bottom: 4em;
  }
  .p-recruit-business-head {
    width: 100%;
    margin-bottom: 1em;
  }
  .p-recruit-business-body {
    width: 100%;
  }
  .p-recruit-business-title {
    font-size: 4.5vw;
    padding-left: .5em;
  }
  .p-recruit-business-line {
    padding: .5em 0;
  }
  .p-recruit-business-line-title {
    width: 55%;
    font-size: 3.5vw;
  }
  .p-recruit-business-line-title.w2 {
    width: 55%;
  }
  .p-recruit-business-line-title.top {
    padding-top: 1em;
  }
  .p-recruit-business-line-btn {
    width: 45%;
  }
  .p-recruit-business-line-btn.w2 {
    width: 45%;
  }
  .p-recruit-business-line-btn-single {
    margin-bottom: 1em;
  }
  .p-recruit-business-line-btn-single:last-child {
    margin-bottom: 0rem;
  }
  .p-recruit-business-line-btn-single .c-btn-round-arrow {
    width: 100%;
    letter-spacing: 0;
    font-size: 3vw;
    padding: .75em .75em;
    height: auto;
  }
  .p-recruit-business-line-btn-single .c-btn-round-arrow__angle {
    width: 1.7rem;
    height: 1.15rem;
  }
  .p-recruit-business-line-btn-single .c-btn-round-arrow__angle svg {
    width: 1em;
  }
}
/*----------------------------------------------------
	p-recruit-bnr
----------------------------------------------------*/
.p-recruit-bnr {
  margin-bottom: 7.5rem;
}
.p-recruit-bnr-in {
  margin: 0 1.25rem;
}
.p-recruit-bnr-in a img {
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}
.p-recruit-bnr-in a:hover img {
  opacity: 0.75;
}
@media screen and (max-width: 1023px) {
  .p-recruit-bnr {
    margin-bottom: 4em;
  }
  .p-recruit-bnr-in {
    margin: 0;
  }
}
/*----------------------------------------------------
	p-service-lead
----------------------------------------------------*/
.p-service-lead {
  text-align: center;
  margin-bottom: 6.25rem;
}
.p-service-lead-main {
  font-weight: 600;
  font-size: 2.375rem;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}
.p-service-lead-text {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .p-service-lead {
    margin-bottom: 4em;
  }
  .p-service-lead-main {
    font-size: 4.5vw;
    margin-bottom: 1.5em;
  }
  .p-service-lead-text {
    font-size: 3.5vw;
    line-height: 2;
  }
}
/*----------------------------------------------------
	XXXXXXXXXXXXXXXXXXX
----------------------------------------------------*/
@media screen and (max-width: 1023px) {
  
}
/*----------------------------------------------------
	XXXXXXXXXXXXXXXXXXX
----------------------------------------------------*/
@media screen and (max-width: 1023px) {
  
}
/*----------------------------------------------------
	XXXXXXXXXXXXXXXXXXX
----------------------------------------------------*/
@media screen and (max-width: 1023px) {
  
}
/*----------------------------------------------------
	XXXXXXXXXXXXXXXXXXX
----------------------------------------------------*/
@media screen and (max-width: 1023px) {
  
}