/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
/*---------- START BREADCRUMB ----------*/
.c-breadcrumb {
  margin-bottom: 8.5rem;
  margin-top: -2.4rem;
}
.c-breadcrumb ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.c-breadcrumb ul:after {
  position: absolute;
  content: "";
  background: var(--bg-brown);
  width: 5.2rem;
  height: 1px;
  bottom: -1px;
  left: 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.7rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-right: 0.9rem;
}
.c-breadcrumb ul li:after {
  position: absolute;
  content: "";
  top: 0.1rem;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1.8rem;
  height: 0.2rem;
  display: inline-block;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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:nth-child(2) {
  white-space: nowrap;
}
.c-breadcrumb ul li a {
  line-height: 1.2;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}

/*---------- START TITLE PAGE ----------*/
#cm-main {
  margin-top: var(--headerH);
}

.cm-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cm-heading_bg {
  width: calc(50% + 0.6rem);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm-heading_bg {
    height: 32rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-heading_bg {
    height: 15rem;
  }
}
.cm-heading_bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.cm-heading_left {
  width: calc(50% - 0.6rem);
}
@media only screen and (max-width: 767px) {
  .cm-heading_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.cm-heading_left:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cm-heading_left .inner {
    width: 56.2rem;
    float: right;
    padding-top: 9.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-heading_left .inner {
    padding: 1rem 1rem;
  }
}
.cm-heading_title {
  margin: 0;
}
.cm-heading_title_en {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .cm-heading_title_en {
    font-size: 6.4rem;
    margin-bottom: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-heading_title_en {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.cm-heading_title_en img {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .cm-heading_title_en img {
    margin: 0 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-heading_title_en img {
    margin: 0 0 0.5rem;
  }
}
.cm-heading_title_jp {
  letter-spacing: 0.1em;
  display: block;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .cm-heading_title_jp {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-heading_title_jp {
    font-size: 1.4rem;
  }
}

.p-data .s-data {
  background: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data {
    padding: 9.2rem 0;
    margin-top: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data {
    padding: 4rem 0;
  }
}
.p-data .s-data .box {
  background: #fff;
  border-radius: 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box {
    padding: 3.7rem 2rem 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box {
    padding: 2rem 1.5rem;
  }
}
.p-data .s-data .box .box-ttl {
  margin: 0;
  position: relative;
  padding-bottom: 0.8rem;
}
.p-data .s-data .box .box-ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box .box-ttl:after {
    width: 11.6rem;
    height: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box .box-ttl:after {
    width: 8rem;
    height: 0.3rem;
  }
}
.p-data .s-data .box .box-ttl span {
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box .box-ttl span {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box .box-ttl span {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box .txt1 {
    font-size: 2rem;
    margin: 1.5rem 0 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box .txt02 {
    font-size: 2rem;
    margin: 0 0 -1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box .txt02 {
    font-size: 1.6rem;
    margin: 0.5rem 0;
  }
}
.p-data .s-data .box .year {
  font-weight: 700;
  color: #878787;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box .year {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box .year {
    font-size: 2rem;
  }
}
.p-data .s-data .box .year span {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box .year span {
    font-size: 6.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box .year span {
    font-size: 3.6rem;
  }
}
.p-data .s-data .flx_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .flx_02 {
    gap: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .flx_02 {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .flx_02 .box {
    width: calc(50% - 1.9rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .flx_02 .box {
    width: 100%;
  }
}
.p-data .s-data .flx_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .flx_03 {
    gap: 3.7rem 3.8rem;
    margin-top: 3.9rem;
    margin-bottom: 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .flx_03 {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .flx_03 .box {
    width: calc(33.3333333333% - 2.5333333333rem);
    height: 35.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .flx_03 .box {
    width: 100%;
  }
}
.p-data .s-data .flx_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .flx_04 {
    gap: 3.1rem;
    margin-top: 3.8rem;
    margin-bottom: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .flx_04 {
    gap: 2rem;
    margin: 2rem 0;
  }
}
.p-data .s-data .flx_04 .box {
  padding-top: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .flx_04 .box {
    width: calc(25% - 2.325rem);
    height: 25.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .flx_04 .box {
    width: 100%;
  }
}
.p-data .s-data .flx_04 .box .in_box {
  margin-top: 1.3rem;
}
.p-data .s-data .flx_04 .box .in_box img {
  width: 9.4rem;
  margin: auto;
}
.p-data .s-data .flx_04 .box .year {
  margin-top: -4.3rem;
}
.p-data .s-data .box01 img,
.p-data .s-data .box02 img {
  width: auto;
  height: 112px;
  margin: 3.6rem 0 2.1rem;
}

@media only screen and (max-width: 767px) {
  .p-data .s-data .box03 {
    padding-bottom: 5rem;
  }
}
.p-data .s-data .box03 .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 0.2rem solid #878787;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.7rem;
}
.p-data .s-data .box03 .map .col {
  width: 7.1rem;
  position: relative;
}
.p-data .s-data .box03 .map .col .txt {
  position: absolute;
  bottom: -3.3rem;
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  margin: 0;
  letter-spacing: 0;
}
.p-data .s-data .box03 .map .col:nth-child(1) .col_in {
  height: 3rem;
}
.p-data .s-data .box03 .map .col:nth-child(2) .col_in {
  height: 3rem;
}
.p-data .s-data .box03 .map .col:nth-child(3) .col_in {
  height: 3rem;
}
.p-data .s-data .box03 .map .col:nth-child(4) .col_in {
  height: 9rem;
}
.p-data .s-data .box03 .map .col:nth-child(5) .col_in {
  height: 15rem;
}
.p-data .s-data .box03 .map .col:nth-child(6) .col_in {
  height: 6rem;
}
.p-data .s-data .box03 .map .col_in {
  background: #d9d9d9;
  width: 4.2rem;
  margin: auto;
}
.p-data .s-data .box03 .map .pecent {
  font-size: 1.6rem;
  letter-spacing: -0.1em;
  color: #878787;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.8rem;
}
.p-data .s-data .box03 .map .pecent span {
  color: #000;
  font-size: 1.8rem;
  line-height: 1;
}
.p-data .s-data .box04 img {
  width: 12rem;
  margin: 2.5rem auto 0.5rem;
}
.p-data .s-data .box05 .pie-chart {
  width: 19.4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(#d9d9d9 0% 15%, #808080 15% 100%);
}
.p-data .s-data .box05_inner {
  width: 19.4rem;
  margin: 2.6rem auto 0;
  position: relative;
}
.p-data .s-data .box05_inner p {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0;
  margin: 0;
  color: #fff;
}
.p-data .s-data .box05_inner p span {
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box05_inner p span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box05_inner p span {
    font-size: 1.8rem;
  }
}
.p-data .s-data .box05_inner p.num01 {
  position: absolute;
  top: 3.8rem;
  left: 10rem;
}
.p-data .s-data .box05_inner p.num02 {
  position: absolute;
  top: 14rem;
  left: 8.6rem;
}
.p-data .s-data .box05 img {
  width: 100%;
  display: block;
}
.p-data .s-data .box06 img {
  width: 11.6rem;
  margin: 2.8rem 0 0.7rem;
}
.p-data .s-data .box07 img {
  width: 11.6rem;
  margin: 2.8rem 0 0.7rem;
}
.p-data .s-data .box08 img {
  width: 11.4rem;
  margin: 2.7rem 0 1.2rem;
}
.p-data .s-data .box08_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box08_inner {
    gap: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box08_inner {
    gap: 2rem;
  }
}
.p-data .s-data .box08_inner .tt {
  letter-spacing: 0.1em;
  margin: 0 0 -0.2rem;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box08_inner .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box08_inner .tt {
    font-size: 1.6rem;
  }
}
.p-data .s-data .box08_inner .num {
  font-size: 2rem;
  font-weight: 700;
  color: #878787;
  line-height: 1;
  margin: 0;
}
.p-data .s-data .box08_inner .num span {
  font-size: 4rem;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box09 {
    padding-bottom: 5rem;
  }
}
.p-data .s-data .box09 img {
  width: 13.2rem;
  margin: 2.4rem 0 1.5rem;
}
.p-data .s-data .box09 .year span.small1 {
  font-size: 2rem;
  margin-top: 10px;
  position: relative;
  bottom: -1.8rem;
  font-weight: 400;
}
.p-data .s-data .box10 img {
  width: 13.2rem;
  margin: 2.4rem 0 1.5rem;
}
.p-data .s-data .box10 .year span.small2 {
  font-weight: 400;
  font-size: 2rem;
  margin-top: 10px;
  position: relative;
}
.p-data .s-data .box15 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box15 img {
    width: 13rem;
    margin: 3.1rem 1.5rem 0.7rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box15 img {
    width: 11rem;
    margin: 3.1rem 17.5rem 0.7rem 0;
  }
}
.p-data .s-data .box15 ul {
  position: absolute;
  right: 3.5rem;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box15 ul {
    top: 13.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box15 ul {
    top: 10.6rem;
  }
}
.p-data .s-data .box15 ul li {
  list-style-type: none;
  text-align: left;
  position: relative;
  padding-left: 1.5rem;
}
.p-data .s-data .box15 ul li:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.3rem;
}
.p-data .s-data .box16_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box16_inner {
    margin: 3rem 18px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box16_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box16_inner img {
    width: 19.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box16_inner img {
    width: 12rem;
  }
}
.p-data .s-data .box16_inner ul {
  margin: 0;
  padding: 0;
}
.p-data .s-data .box16_inner li {
  list-style-type: none;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box16_inner li {
    font-size: 2.4rem;
    gap: 2.6rem;
    padding-left: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box16_inner li {
    font-size: 1.6rem;
    gap: 1rem;
    padding-left: 1.5rem;
  }
}
.p-data .s-data .box16_inner li:last-child {
  margin-bottom: 0;
}
.p-data .s-data .box16_inner li span {
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box16_inner li span {
    font-size: 6.4rem;
    top: -1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box16_inner li span {
    font-size: 3rem;
    top: -0.5rem;
  }
}
.p-data .s-data .box16_inner li span span {
  color: #878787;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box16_inner li span span {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box16_inner li span span {
    font-size: 2rem;
  }
}
.p-data .s-data .box16_inner li:before {
  content: "";
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-data .s-data .box16_inner li:before {
    width: 0.8rem;
    height: 0.8rem;
    top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data .s-data .box16_inner li:before {
    width: 0.5rem;
    height: 0.5rem;
    top: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-entry .s-entry01 {
    margin-top: 9.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .s-entry01 {
    margin-top: 3rem;
  }
}
.p-entry .s-entry01 .txt {
  margin: 0;
}
.p-entry .form-content {
  margin-top: 3.3rem;
}
.p-entry .form-content__dl {
  border-top: 0.1rem dashed #878787;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-entry .form-content__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-entry .form-content__dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-entry .form-content__dt {
    padding: 3.5rem 0.5rem;
    width: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .form-content__dt {
    width: 100%;
    padding: 1rem 0 1rem;
    font-size: 1.6rem;
  }
}
.p-entry .form-content__dt span {
  width: 4rem;
  height: 2.3rem;
  border-radius: 0.2rem;
  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;
  letter-spacing: 0.1em;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-entry .form-content__dt span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .form-content__dt span {
    font-size: 1.2rem;
  }
}
.p-entry .form-content__dt span.hissu {
  background: #000;
}
.p-entry .form-content__dt span.ninni {
  background: #878787;
}
.p-entry .form-content__dd {
  margin-left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-entry .form-content__dd {
    padding: 3rem 1.5rem 3rem 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .form-content__dd {
    padding: 0 0 1.5rem;
  }
}
.p-entry .form-content__dd p {
  margin: 1.2rem 0 0.2rem;
}
.p-entry .form-content__dd input {
  width: 100%;
  border: 1px solid #dedede;
  padding: 0.4rem 1.5rem;
  font-size: 1.6rem;
}
.p-entry .form-content__dd .zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .p-entry .form-content__dd .zip {
    margin-bottom: 1rem;
  }
}
.p-entry .form-content__dd .zip input {
  width: 21.8rem;
}
@media only screen and (min-width: 768px) {
  .p-entry .form-content__dd .prefecture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .form-content__dd .prefecture {
    margin-bottom: 1rem;
  }
}
.p-entry .form-content__dd .prefecture p {
  margin: 0;
}
.p-entry .form-content__dd .prefecture select {
  width: 29.5rem;
  border: 1px solid #dedede;
  padding: 4px 1.5rem;
  font-size: 1.6rem;
}
.p-entry #formEnd {
  margin-top: 2.2rem;
  color: rgba(0, 0, 0, 0.56);
}
.p-entry #formEnd p {
  margin: 0;
}
.p-entry .contact-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-entry .contact-group-btn {
    margin-top: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .contact-group-btn {
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-entry .contact-group-btn .contact-btn {
  background: #000;
  border-radius: 5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-entry .contact-group-btn .contact-btn {
    width: 32.8rem;
    height: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .contact-group-btn .contact-btn {
    width: 25rem;
    height: 5rem;
  }
}
.p-entry .contact-group-btn .contact-btn input {
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
}
@media only screen and (min-width: 768px) {
  .p-entry .contact-group-btn .contact-btn input {
    padding-right: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .contact-group-btn .contact-btn input {
    padding-right: 4rem;
  }
}
.p-entry .contact-group-btn .contact-btn .icon {
  background: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  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;
  position: absolute;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .p-entry .contact-group-btn .contact-btn .icon {
    width: 5.8rem;
    height: 5.8rem;
    right: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .contact-group-btn .contact-btn .icon {
    width: 4rem;
    height: 4rem;
    right: 0.5rem;
  }
}
.p-entry .contact-group-btn .contact-btn .icon:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .p-entry .contact-group-btn .contact-btn .icon:after {
    padding: 0.4rem;
    margin-left: -0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .contact-group-btn .contact-btn .icon:after {
    padding: 0.2rem;
    margin-left: -0.3rem;
  }
}
.p-entry .contact-group-btn .contact-btn:hover {
  background: #fff;
}
.p-entry .contact-group-btn .contact-btn:hover input {
  color: #000;
  cursor: pointer;
}
.p-entry .contact-group-btn .contact-btn.disabled:hover {
  background: #000;
}
.p-entry .contact-group-btn .contact-btn.disabled:hover input {
  color: #fff;
  cursor: default;
}
.p-entry .contact-group-btn .cm-btn--back {
  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;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  z-index: 1;
  background: #878787;
  border-radius: 5rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-entry .contact-group-btn .cm-btn--back {
    width: 32.8rem;
    height: 8rem;
  }
  .p-entry .contact-group-btn .cm-btn--back:hover {
    background: #000;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .contact-group-btn .cm-btn--back {
    width: 25rem;
    height: 5rem;
  }
}
.p-entry .contact-group-btn .cm-btn--back .icon {
  background: #878787;
  border: 1px solid #fff;
  border-radius: 50%;
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .p-entry .contact-group-btn .cm-btn--back .icon {
    width: 5.8rem;
    height: 5.8rem;
    left: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .contact-group-btn .cm-btn--back .icon {
    width: 4rem;
    height: 4rem;
    left: 0.5rem;
  }
}
.p-entry .contact-group-btn .cm-btn--back .icon:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  left: 50%;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .p-entry .contact-group-btn .cm-btn--back .icon:after {
    padding: 0.4rem;
    margin-left: -0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .contact-group-btn .cm-btn--back .icon:after {
    padding: 0.2rem;
    margin-left: -0.3rem;
  }
}
.p-entry .s-entry02 {
  background: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .p-entry .s-entry02 {
    padding: 6.6rem 0 9.6rem;
    margin-top: 10.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .s-entry02 {
    padding: 4rem 0;
    margin-top: 4rem;
  }
}
.p-entry .s-entry02__ttl {
  text-align: center;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .p-entry .s-entry02__ttl {
    margin: 0 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .s-entry02__ttl {
    margin: 0 0 2rem;
  }
}
.p-entry .s-entry02__ttl img {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  margin: auto auto 15px;
}
.p-entry .s-entry02__ttl .en {
  display: block;
  color: #878787;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-entry .s-entry02__ttl .en {
    font-size: 2rem;
    margin-bottom: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .s-entry02__ttl .en {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.p-entry .s-entry02__ttl .jp {
  display: block;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-entry .s-entry02__ttl .jp {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .s-entry02__ttl .jp {
    font-size: 2rem;
  }
}
.p-entry .s-entry02 h3 {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-entry .s-entry02 h3 {
    font-size: 1.8rem;
    margin: 2.5rem 0 0.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .s-entry02 h3 {
    font-size: 1.6rem;
    margin: 1.5rem 0 0.1rem;
  }
}
.p-entry .s-entry02 p {
  margin: 0;
}
.p-entry .s-entry02 ul {
  margin: 0;
  padding: 0;
}
.p-entry .s-entry02 ul li {
  list-style-type: none;
  position: relative;
  padding-left: 2.4rem;
}
.p-entry .s-entry02 ul li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0.9rem;
}
@media only screen and (min-width: 768px) {
  .p-entry .s-entry02 ul li:before {
    top: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .s-entry02 ul li:before {
    top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-entry .s-thanks {
    padding: 10rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry .s-thanks {
    padding: 4rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .p-interview .s-interview {
    margin-top: 10.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .s-interview {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview .s-interview__item {
    padding-bottom: 19.5rem;
    margin-bottom: 10.1rem;
    background: #f5f5f5;
  }
  .p-interview .s-interview__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .s-interview__item {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview .s-interview__item_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-interview .s-interview__item_top .img {
    width: calc(50% - 10.6rem);
  }
  .p-interview .s-interview__item_top .img img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .s-interview__item_top {
    padding: 0 1.2rem;
  }
  .p-interview .s-interview__item_top .img {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 1rem;
  }
  .p-interview .s-interview__item_top .img img {
    width: 100%;
    display: block;
  }
}
.p-interview .s-interview__item_ct {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-interview .s-interview__item_ct {
    width: calc(50% + 10.6rem);
    padding-bottom: 7.5rem;
  }
  .p-interview .s-interview__item_ct:after {
    content: "";
    clear: both;
    display: block;
  }
  .p-interview .s-interview__item_ct .inner {
    width: 62.3rem;
  }
}
.p-interview .s-interview__item .text_en {
  line-height: 1;
  color: #f5f5f5;
  letter-spacing: 0;
  font-weight: 700;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .p-interview .s-interview__item .text_en {
    font-size: 10rem;
    margin: 8.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .s-interview__item .text_en {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview .s-interview__item_ttl {
    margin: 6.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .s-interview__item_ttl {
    margin: 0;
  }
}
.p-interview .s-interview__item_ttl .en {
  display: block;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-interview .s-interview__item_ttl .en {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .s-interview__item_ttl .en {
    font-size: 1.6rem;
  }
}
.p-interview .s-interview__item_ttl .jp {
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-interview .s-interview__item_ttl .jp {
    font-size: 5.2rem;
    margin: 2.3rem 0 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .s-interview__item_ttl .jp {
    font-size: 2.2rem;
    margin: 1rem 0;
  }
}
.p-interview .s-interview__item_ttl .tag {
  background: #878787;
  font-weight: 500;
  color: #fff;
  border-radius: 3rem;
}
@media only screen and (min-width: 768px) {
  .p-interview .s-interview__item_ttl .tag {
    font-size: 1.6rem;
    padding: 0.8rem 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .s-interview__item_ttl .tag {
    font-size: 1.4rem;
    padding: 0.4rem 1.5rem;
  }
}
.p-interview .s-interview__item .title {
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-interview .s-interview__item .title {
    font-size: 4rem;
    line-height: 1.3;
    margin: 7.5rem 0 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .s-interview__item .title {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
  }
}
.p-interview .s-interview__item p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-interview .s-interview_step {
    margin-top: 7.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .s-interview_step {
    margin-top: 4rem;
  }
}
.p-interview .s-interview_step .step_ttl {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-interview .s-interview_step .step_ttl {
    font-size: 3.2rem;
    margin: 0 0 15.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .s-interview_step .step_ttl {
    font-size: 1.8rem;
  }
}
.p-interview .s-interview_step .step_ttl span {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-interview .s-interview_step .step_ttl span {
    padding: 0 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .s-interview_step .step_ttl span {
    display: inline-block;
    vertical-align: top;
    padding: 0 5rem;
  }
}
.p-interview .s-interview_step .step_ttl span:before,
.p-interview .s-interview_step .step_ttl span:after {
  content: "";
  height: 0.4rem;
  width: 3.6rem;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0.2rem;
}
.p-interview .s-interview_step .step_ttl span:before {
  left: 0;
}
.p-interview .s-interview_step .step_ttl span:after {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .p-interview .s-interview_step .list_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-interview .s-interview_step .list_step:after {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #878787;
    position: absolute;
    top: 6.8rem;
  }
  .p-interview .s-interview_step .list_step dl {
    margin: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 12.5%;
  }
  .p-interview .s-interview_step .list_step dl:nth-child(2n) dt,
  .p-interview .s-interview_step .list_step dl.note2 dt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 3rem;
  }
  .p-interview .s-interview_step .list_step dl:nth-child(2n) dt:after,
  .p-interview .s-interview_step .list_step dl.note2 dt:after {
    bottom: auto;
    top: 0;
  }
  .p-interview .s-interview_step .list_step dl:nth-child(2n) dd,
  .p-interview .s-interview_step .list_step dl.note2 dd {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0;
    padding-bottom: 2.4rem;
  }
  .p-interview .s-interview_step .list_step dl:nth-child(2n) dd:before,
  .p-interview .s-interview_step .list_step dl.note2 dd:before {
    top: auto;
    bottom: 0.6rem;
  }
  .p-interview .s-interview_step .list_step dl.dl_note dd img,
  .p-interview .s-interview_step .list_step dl.note2 dd img {
    bottom: 100%;
    top: auto;
    margin-bottom: 0.7rem;
  }
  .p-interview .s-interview_step .list_step dl dt {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0;
    width: 100%;
    position: relative;
    padding-top: 0.6rem;
    padding-bottom: 3.2rem;
  }
  .p-interview .s-interview_step .list_step dl dt:after {
    width: 2.8rem;
    height: 2.8rem;
    content: "";
    border: 0.5rem solid #000;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
  }
  .p-interview .s-interview_step .list_step dl dd {
    letter-spacing: 0.1em;
    position: relative;
    margin: 0 0 0;
    padding-top: 2.4rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-interview .s-interview_step .list_step dl dd:before {
    content: "";
    border-left: 0.3rem dotted #dedede;
    position: absolute;
    top: 0.6rem;
    left: 50%;
    width: 0.3rem;
    height: 1.9rem;
  }
  .p-interview .s-interview_step .list_step dl dd img {
    width: 16rem;
    display: block;
    position: absolute;
    top: 100%;
    margin-top: 0.9rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .s-interview_step .list_step {
    position: relative;
    padding: 2rem 0 0;
  }
  .p-interview .s-interview_step .list_step:after {
    content: "";
    width: 0.3rem;
    height: 100%;
    background: #878787;
    position: absolute;
    left: 6.9rem;
    top: 0;
  }
  .p-interview .s-interview_step .list_step dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 2rem;
  }
  .p-interview .s-interview_step .list_step dl:last-child {
    margin-bottom: 0;
  }
  .p-interview .s-interview_step .list_step dl dt {
    font-size: 1.6rem;
    font-weight: 700;
    width: 8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
  }
  .p-interview .s-interview_step .list_step dl dt:after {
    width: 1.8rem;
    height: 1.8rem;
    background: #fff;
    border-radius: 50%;
    border: 0.5rem solid #000;
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
  }
  .p-interview .s-interview_step .list_step dl dd {
    margin: 0;
    padding-left: 3.5rem;
    position: relative;
  }
  .p-interview .s-interview_step .list_step dl dd:before {
    content: "";
    border-top: 0.2rem dotted #878787;
    position: absolute;
    left: 0;
    top: 1.2rem;
    width: 2rem;
    height: 0.2rem;
  }
  .p-interview .s-interview_step .list_step dl dd img {
    display: block;
    margin-top: 1rem;
    width: 20rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview .s-interview .item1 .img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-interview .s-interview .item1 .s-interview__item_ct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 9.6rem;
    border-radius: 0 0 0 2rem;
  }
  .p-interview .s-interview .item1 .s-interview__item_ct p .inner {
    float: left;
  }
  .p-interview .s-interview .item2 .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-interview .s-interview .item2 .s-interview__item_ct {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 9.6rem;
    border-radius: 0 0 2rem 0;
  }
  .p-interview .s-interview .item2 .s-interview__item_ct .inner {
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .p-job_description .cm-heading_left .inner {
    padding-top: 6.2rem;
  }
  .p-job_description .cm-heading_title_en {
    line-height: 1.09375;
  }
  .p-job_description .cm-heading_title_en img {
    margin-bottom: -0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-job_description .cm-heading_title_en {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-job_description .s-job_description {
    margin-top: 9.1rem;
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-job_description .s-job_description {
    margin: 3rem 0 5rem;
  }
}
.p-job_description .s-job_description .txt {
  margin: 0;
}
.p-job_description .s-job_description table {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-job_description .s-job_description table {
    margin-top: 3.7rem;
    border-top: 0.3rem solid #000;
  }
}
@media only screen and (max-width: 767px) {
  .p-job_description .s-job_description table {
    margin-top: 2rem;
    border-top: 0.2rem solid #000;
  }
}
.p-job_description .s-job_description table th {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 0.1rem solid #878787;
}
@media only screen and (min-width: 768px) {
  .p-job_description .s-job_description table th {
    width: 20.9rem;
    padding: 2.3rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-job_description .s-job_description table th {
    width: 10rem;
    text-align: left;
    vertical-align: top;
    padding: 0.5rem 0;
  }
}
.p-job_description .s-job_description table td {
  border-bottom: 0.1rem solid #dedede;
}
@media only screen and (min-width: 768px) {
  .p-job_description .s-job_description table td {
    padding: 2.3rem 4.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-job_description .s-job_description table td {
    padding: 0.5rem 0 0.5rem 1rem;
  }
}
