/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
/*---------- START BREADCRUMB ----------*/
.c-breadcrumb {
  margin-top: -3.6rem;
  margin-bottom: 11.7rem;
}
.c-breadcrumb ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.c-breadcrumb ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2.8rem;
  font-size: 1.6rem;
  color: #fff;
}
.c-breadcrumb ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.8rem solid #fff;
  position: absolute;
  right: 1.1rem;
  top: 1.1rem;
}
.c-breadcrumb ul li:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0;
}
.c-breadcrumb ul li:last-child:after {
  content: none;
}
.c-breadcrumb ul li a {
  color: #fff;
  text-decoration: none;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}

.cm-main_mv {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm-main_mv {
    height: 52rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-main_mv {
    height: 16rem;
    margin-bottom: 4rem;
  }
}
.cm-main_mv .container {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .cm-main_mv .container {
    padding-top: 21.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-main_mv .container {
    padding-top: 5rem;
  }
}
.cm-main_mv .main_title {
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  color: #fff;
  margin: 0;
  padding-bottom: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .cm-main_mv .main_title {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-main_mv .main_title {
    font-size: 2.5rem;
  }
}
.cm-main_mv .txt_en {
  margin: 0;
  position: absolute;
  font-family: var(--font-josefin);
  font-weight: 500;
  line-height: 0.9384615385;
  color: #ffffff;
  opacity: 0.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #cccccc;
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .cm-main_mv .txt_en {
    right: 1.3rem;
    bottom: -2.2rem;
    font-size: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-main_mv .txt_en {
    right: 0;
    bottom: 0;
    font-size: 4rem;
  }
}

.cm-title01 {
  font-weight: 500;
  position: relative;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .cm-title01 {
    font-size: 3.4rem;
    padding-left: 10rem;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01 {
    font-size: 2.2rem;
    padding-left: 6rem;
    margin: 0 0 2rem;
  }
}
.cm-title01:before {
  content: "";
  background: #1f73ba;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .cm-title01:before {
    width: 2.7rem;
    height: 2.7rem;
    top: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01:before {
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.cm-title01:after {
  content: "";
  height: 0.1rem;
  background: #1f73ba;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .cm-title01:after {
    top: 2.7rem;
    width: 5rem;
    left: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01:after {
    width: 3rem;
    left: 1.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.cm-btn02 {
  width: 100%;
  border-radius: 6rem;
  position: relative;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cm-btn02 {
    height: 6.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn02 {
    height: 4rem;
    font-size: 1.4rem;
  }
}
.cm-btn02:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #173860;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(23, 56, 96)), to(rgb(31, 115, 186)));
  background: linear-gradient(180deg, rgb(23, 56, 96) 0%, rgb(31, 115, 186) 100%);
}
.cm-btn02:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgb(31, 115, 186);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(31, 115, 186)), to(rgb(23, 56, 96)));
  background: linear-gradient(180deg, rgb(31, 115, 186) 0%, rgb(23, 56, 96) 100%);
}
.cm-btn02:hover:after {
  opacity: 1;
}
.cm-btn02 span {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}

.p-recruitment .cm-main_mv {
  background: url(../recruitment/images/fv.png) no-repeat center center;
  background-size: cover;
}
.p-recruitment .s-recruitment01 {
  text-align: center;
}
.p-recruitment .s-recruitment01 .title {
  font-weight: 500;
  letter-spacing: 0;
  color: var(--co-secondry);
}
@media only screen and (min-width: 768px) {
  .p-recruitment .s-recruitment01 .title {
    font-size: 3rem;
    margin: 0 0 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruitment .s-recruitment01 .title {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}
.p-recruitment .s-recruitment01 p {
  margin: 0;
  letter-spacing: 0;
}
.p-recruitment .s-recruitment02 {
  background: #ecf4fd url(../recruitment/images/bg1.png) no-repeat bottom right;
  background-size: auto;
}
@media only screen and (min-width: 768px) {
  .p-recruitment .s-recruitment02 {
    margin-top: 8.5rem;
    padding: 9.2rem 0 13.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruitment .s-recruitment02 {
    margin-top: 3rem;
    padding: 3rem 0;
  }
}
.p-recruitment .s-recruitment02 .inner {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-recruitment .s-recruitment02 .inner {
    margin-top: 8rem;
    padding: 5.2rem 3rem 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruitment .s-recruitment02 .inner {
    padding: 2rem;
  }
}
.p-recruitment .s-recruitment02 .inner table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-recruitment .s-recruitment02 .inner table {
    display: block;
    width: 100%;
  }
  .p-recruitment .s-recruitment02 .inner table tbody {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-recruitment .s-recruitment02 .inner table tr {
    background: #ecf4fd;
  }
  .p-recruitment .s-recruitment02 .inner table tr:nth-child(2n) {
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruitment .s-recruitment02 .inner table tr {
    display: block;
    width: 100%;
  }
}
.p-recruitment .s-recruitment02 .inner table th {
  font-weight: 500;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-recruitment .s-recruitment02 .inner table th {
    width: 33.3rem;
    padding: 1.8rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruitment .s-recruitment02 .inner table th {
    display: block;
    width: 100%;
    background: #ecf4fd;
    padding: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-recruitment .s-recruitment02 .inner table td {
    padding: 1.8rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruitment .s-recruitment02 .inner table td {
    padding: 1rem;
  }
}

.p-culture .cm-main_mv {
  background: url(../culture/images/fv.png) no-repeat center center;
  background-size: cover;
}
.p-culture .s-culture01 {
  text-align: center;
}
.p-culture .s-culture01 p {
  margin: 0;
}
.p-culture .s-culture02 {
  background: #ecf4fd url(../culture/images/bg1.png) no-repeat top right;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-culture .s-culture02 {
    margin-top: 10.8rem;
    padding-top: 8.9rem;
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-culture .s-culture02 {
    margin-top: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-size: 150% auto;
  }
}
.p-culture .s-culture02 .cm-title .en:after {
  background: #ecf4fd;
}
.p-culture .s-culture02:after {
  content: "";
  background: url(../culture/images/bg2.png) no-repeat bottom left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-culture .s-culture02:after {
    background-size: 150% auto;
  }
}
.p-culture .s-culture02 .inner {
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .p-culture .s-culture02 .box {
    margin-top: 9.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-culture .s-culture02 .box {
    margin-top: 3rem;
  }
}
.p-culture .s-culture02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-culture .s-culture02_list {
    gap: 3.1rem 10rem;
    margin-top: 7.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-culture .s-culture02_list {
    gap: 2rem;
  }
}
.p-culture .s-culture02_list .item {
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-culture .s-culture02_list .item {
    width: calc(50% - 5rem);
    padding: 3.4rem 3.4rem 3rem;
    min-height: 18.1rem;
    border-radius: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-culture .s-culture02_list .item {
    width: 100%;
    padding: 1.5rem;
    border-radius: 2rem;
  }
}
.p-culture .s-culture02_list .item .tit {
  color: var(--co-secondry);
  font-weight: 700;
  font-family: var(--font-jost);
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-culture .s-culture02_list .item .tit {
    font-size: 2rem;
    margin: 0 0 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-culture .s-culture02_list .item .tit {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
}
.p-culture .s-culture02_list .item p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-culture .s-culture03 {
    padding-bottom: 4rem;
  }
}
.p-culture .s-culture03 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-culture .s-culture03 .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    padding-top: 4rem;
    position: relative;
  }
}
.p-culture .s-culture03 .inner .tit {
  color: var(--co-secondry);
  font-weight: 500;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-culture .s-culture03 .inner .tit {
    font-size: 3rem;
    line-height: 1.5;
    margin: 7.6rem 0 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-culture .s-culture03 .inner .tit {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}
.p-culture .s-culture03 .inner p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-culture .s-culture03 .inner1 {
    padding-top: 9rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-culture .s-culture03 .inner1 .ct {
    width: 53.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-culture .s-culture03 .inner1 .img1 {
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-culture .s-culture03 .inner1 .img1 {
    width: 73.6rem;
    margin-top: -10rem;
    margin-left: -0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-culture .s-culture03 .inner1 .img1 {
    width: 22rem;
    position: absolute;
    right: -2rem;
    top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-culture .s-culture03 .inner2 {
    padding-top: 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-culture .s-culture03 .inner2 {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-culture .s-culture03 .inner2 .ct {
    width: 55.7rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: -2.9rem;
  }
}
.p-culture .s-culture03 .inner2 .img2 {
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-culture .s-culture03 .inner2 .img2 {
    width: 73.55rem;
    margin-top: -10rem;
    margin-left: -10.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-culture .s-culture03 .inner2 .img2 {
    width: 20rem;
    position: absolute;
    right: -2rem;
    top: 5rem;
  }
}

.p-staff .cm-main_mv {
  background: url(../staff/images/fv.png) no-repeat center center;
  background-size: cover;
}
.p-staff .s-staff01 {
  text-align: center;
}
.p-staff .s-staff02 {
  background: url(../staff/images/bg.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02 {
    margin-top: 7.6rem;
    padding-top: 8.9rem;
    padding-bottom: 15.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02 {
    margin-top: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.p-staff .s-staff02 .cm-title .en:after {
  background: #bad5f0;
}
.p-staff .s-staff02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02_list {
    gap: 10rem;
    margin-top: 6.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-staff .s-staff02_list .item {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02_list .item {
    width: calc(33.3333333333% - 6.6666666667rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02_list .item {
    width: calc(50% - 0.5rem);
    padding-bottom: 1.5rem;
  }
}
.p-staff .s-staff02_list .item .item_img {
  width: 100%;
  position: relative;
}
.p-staff .s-staff02_list .item .item_img img {
  width: 100%;
  display: block;
}
.p-staff .s-staff02_list .item .item_img span {
  background: #015faf;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02_list .item .item_img span {
    padding: 0.2rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02_list .item .item_img span {
    padding: 0.2rem 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02_list .item_ct {
    padding: 2rem 2rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02_list .item_ct {
    padding: 1rem 0.5rem;
  }
}
.p-staff .s-staff02_list .item_ct .number {
  font-family: var(--font-josefin);
  font-weight: 500;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02_list .item_ct .number {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02_list .item_ct .number {
    font-size: 2.8rem;
  }
}
.p-staff .s-staff02_list .item_ct .name .date {
  color: var(--co-secondry);
  font-family: var(--font-jost);
  font-weight: 700;
  letter-spacing: 0;
  text-align: right;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02_list .item_ct .name .date {
    margin: -0.5rem 0 0.3rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02_list .item_ct .name .date {
    margin: -0.5rem 0 0.3rem;
    font-size: 1.6rem;
  }
}
.p-staff .s-staff02_list .item_ct .name .txt {
  font-weight: 500;
  color: #000;
  margin: 0;
  text-align: right;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02_list .item_ct .name .txt {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02_list .item_ct .name .txt {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02_list .item .cm-btn02 {
    max-width: 23.3rem;
    margin: 0 auto -3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02_list .item .cm-btn02 {
    max-width: 15rem;
    margin: 0.5rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff03 {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff03 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12.6rem;
    gap: 10rem;
    margin-bottom: 4.3rem;
  }
  .p-staff .s-staff03 .item:nth-child(2n) {
    margin-bottom: 5.4rem;
  }
  .p-staff .s-staff03 .item:nth-child(2n) .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-staff .s-staff03 .item:nth-child(2n) .ct {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-staff .s-staff03 .item:nth-child(1) .img {
    width: 51.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff03 .item {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff03 .item .img {
    width: 52.6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0.7rem 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff03 .item .img {
    width: 30rem;
    margin: 2rem auto 0;
  }
}
.p-staff .s-staff03 .item .ct_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff03 .item .ct_head .ct_right {
    padding: 1.2rem 0 0 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff03 .item .ct_head .ct_right {
    padding-left: 2rem;
  }
}
.p-staff .s-staff03 .item .ct_head .number {
  font-family: var(--font-josefin);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--co-primary);
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff03 .item .ct_head .number {
    font-size: 12rem;
    padding-left: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff03 .item .ct_head .number {
    font-size: 6rem;
    padding-top: 0.7rem;
  }
}
.p-staff .s-staff03 .item .ct_head .date {
  font-family: var(--font-jost);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  color: var(--co-secondry);
  margin: 0;
  letter-spacing: 0;
}
.p-staff .s-staff03 .item .ct_head .name {
  font-weight: 500;
  color: #000;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff03 .item .ct_head .name {
    margin: 0.6rem 0 0;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff03 .item .ct_head .name {
    margin: 0 0 0;
    font-size: 2rem;
  }
}
.p-staff .s-staff03 .item .title {
  font-weight: 500;
  color: var(--co-secondry);
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff03 .item .title {
    font-size: 3rem;
    line-height: 1.5;
    margin: 0.6rem 0 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff03 .item .title {
    font-size: 1.8rem;
    margin: 1rem 0 2rem;
  }
}
.p-staff .s-staff03 .item p {
  letter-spacing: 0.1em;
  margin: 0;
}
.p-staff .s-staff04 {
  background: #ecf4fd url(../staff/images/bg1.png) no-repeat top right;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff04 {
    margin-top: 14.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff04 {
    margin-top: 3rem;
  }
}
.p-staff .s-staff04 .cm-title .en:after {
  background: #ecf4fd;
}
.p-staff .s-staff04 .inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff04 .inner {
    padding-left: 64.3rem;
    padding-top: 13.2rem;
    padding-bottom: 33.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff04 .inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.p-staff .s-staff04 .title {
  color: var(--co-secondry);
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff04 .title {
    font-size: 3rem;
    line-height: 1.5;
    margin: 7rem 0 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff04 .title {
    font-size: 1.8rem;
    margin: 1rem 0 2rem;
  }
}
.p-staff .s-staff04 p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff04 img {
    width: 80.4rem;
    position: absolute;
    left: -24.4rem;
    top: 8.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff04 img {
    width: 32rem;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff05 {
    margin-top: 13rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff05 {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}
.p-staff .s-staff05 .box {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff05 .box {
    width: 115.3rem;
    height: 59.5rem;
    margin: 6.7rem 0 0 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff05 .box {
    width: 34rem;
    margin: auto;
  }
  .p-staff .s-staff05 .box img {
    width: 34rem;
  }
}
.p-staff .s-staff05 .txt {
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff05 .txt {
    font-size: 2.2rem;
    line-height: 2.0454545455;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff05 .txt {
    font-size: 0.65rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff05 .txt1 {
    top: 4.6rem;
    left: 20.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff05 .txt1 {
    top: 1.6rem;
    left: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff05 .txt2 {
    top: 21.7rem;
    left: 6.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff05 .txt2 {
    top: 6.8rem;
    left: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff05 .txt3 {
    top: 41.8rem;
    left: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff05 .txt3 {
    top: 12.5rem;
    left: 1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff05 .txt4 {
    top: 5.4rem;
    left: 64.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff05 .txt4 {
    top: 1.7rem;
    left: 19rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff05 .txt5 {
    top: 21.6rem;
    left: 85.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff05 .txt5 {
    top: 6.9rem;
    left: 24.4rem;
    width: 10rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff05 .txt6 {
    top: 44.9rem;
    left: 85.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff05 .txt6 {
    top: 13.7rem;
    left: 24.4rem;
    width: 10rem;
  }
}
.p-staff .s-staff05 .txt7 {
  text-align: center;
  color: var(--co-secondry);
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff05 .txt7 {
    font-size: 3rem;
    margin: 7.1rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff05 .txt7 {
    font-size: 1.8rem;
    margin: 2rem 0 0;
  }
}

.p-work .cm-main_mv {
  background: url(../work/images/fv.png) no-repeat center center;
  background-size: cover;
}
.p-work .s-work01 .inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-work .s-work01 .inner {
    padding-left: 64.3rem;
    padding-top: 6.1rem;
    padding-bottom: 30.4rem;
  }
}
.p-work .s-work01 .text {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .p-work .s-work01 .text {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin: 7.7rem 0 6.8rem;
  }
}
.p-work .s-work01 .box .title {
  color: var(--co-secondry);
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-work .s-work01 .box .title {
    font-size: 3rem;
    margin: 0 0 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-work .s-work01 .box .title {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-work .s-work01 .box p {
    margin: 0 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-work .s-work01 .box p {
    margin: 0 0 2rem;
  }
}
.p-work .s-work01 .box p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-work .s-work01 img {
    width: 80.4rem;
    position: absolute;
    left: -24.5rem;
    top: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-work .s-work01 img {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-work .s-work02 {
  background: url(../work/images/bg1.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-work .s-work02 {
    padding: 11.9rem 0 13.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-work .s-work02 {
    margin-top: 3rem;
    padding: 3rem 1.2rem;
  }
}
.p-work .s-work02 .inner {
  background: #fff;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .p-work .s-work02 .inner {
    padding: 5.7rem 4.1rem 11.1rem;
    max-width: 116rem;
    border-radius: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-work .s-work02 .inner {
    padding: 2rem 1.5rem;
    border-radius: 2rem;
  }
}
.p-work .s-work02 .title {
  color: var(--co-secondry);
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-work .s-work02 .title {
    font-size: 3rem;
    line-height: 1.5;
    margin: 7.6rem 0 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-work .s-work02 .title {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-work .s-work02 .flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-work .s-work02 .flx img {
    width: 46.95rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-work .s-work02 .flx img {
    margin-top: 0rem;
  }
}
.p-work .s-work02 .lits_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-work .s-work02 .lits_btn {
    gap: 9.8rem;
    margin-top: 8.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-work .s-work02 .lits_btn {
    margin-top: 3rem;
    gap: 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-work .s-work02 .lits_btn a {
    height: 7.5rem;
    width: calc(50% - 4.9rem);
    font-size: 1.8rem;
  }
}
.p-work .s-work03 .inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-work .s-work03 .inner {
    padding-left: 62.5rem;
    padding-top: 17rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-work .s-work03 .inner {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-work .s-work03 p {
    margin: 4.5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-work .s-work03 p {
    margin: 0;
  }
}
.p-work .s-work03 .name {
  text-align: right;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-work .s-work03 .name {
    margin: 4rem 0 0;
    font-size: 1.8rem;
    line-height: 2.7777777778;
  }
}
@media only screen and (max-width: 767px) {
  .p-work .s-work03 .name {
    margin: 2rem 0 0;
    font-size: 1.6rem;
  }
}
.p-work .s-work03 .name img {
  width: 6.4rem;
}
@media only screen and (min-width: 768px) {
  .p-work .s-work03 .name img {
    margin: 0.5rem 0.3rem 0 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-work .s-work03 .name img {
    margin: 0 0.3rem 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-work .s-work03 .name p {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-work .s-work03 .name p {
    margin: 1rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-work .s-work03 .photo {
    position: absolute;
    top: 18rem;
    left: -1.7rem;
    width: 59.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-work .s-work03 .photo {
    width: 100%;
  }
}
.p-work .s-work03 .lits_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-work .s-work03 .lits_btn {
    gap: 9.8rem;
    margin-top: 7.7rem;
    padding: 0 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-work .s-work03 .lits_btn {
    margin-top: 3rem;
    gap: 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-work .s-work03 .lits_btn a {
    height: 7.5rem;
    font-size: 1.8rem;
  }
}
.btn_fix {
  background: var(--co-secondry);
  position: fixed;
  z-index: 999;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .btn_fix {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 7rem;
    height: 30rem;
    padding-top: 2.7rem;
  }
  .btn_fix:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .btn_fix {
    bottom: 0;
    width: 100%;
    padding: 1rem;
    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;
    gap: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .btn_fix img {
    width: 2.9rem;
    height: 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn_fix img {
    width: 2rem;
    height: 2rem;
  }
}
.btn_fix span {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .btn_fix span {
    margin-top: 2.3rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: 100%;
    letter-spacing: 0.3em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .btn_fix span {
    font-size: 1.4rem;
  }
}