/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
/*---------- START BREADCRUMB ----------*/
.c-breadcrumb {
  margin-bottom: 7.4rem;
}
.c-breadcrumb ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.3rem 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.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.c-breadcrumb ul li:after {
  position: absolute;
  content: "";
  right: 1rem;
  border: solid black;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.2rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  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: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 ----------*/
.ttl-page {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ttl-page {
    padding: 12.6rem 0 12.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .ttl-page {
    padding: 3.5rem 0;
    margin-bottom: 5rem;
  }
}
.ttl-page__title {
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 9;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ttl-page__title {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .ttl-page__title {
    font-size: 2.2rem;
  }
}

.container_ct {
  max-width: 115rem;
  margin: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .container_ct {
    padding: 0 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .container_ct {
    padding: 0 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .cm-flexcontent {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-flexcontent {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-flexcontent__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .cm-flexcontent__inner .ct {
    width: calc(100% - 47.6rem);
    padding-top: 7.4rem;
    padding-right: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-flexcontent__inner .ct {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-flexcontent__inner .ct .ct_ttl {
    margin: 0 0 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-flexcontent__inner .ct .ct_ttl {
    text-align: center;
  }
}
.cm-flexcontent__inner .ct p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cm-flexcontent__inner img {
    width: 47.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-flexcontent__inner img {
    width: 100%;
  }
}
.cm-flexcontent__list {
  display: -ms-grid;
  display: grid;
}
@media only screen and (min-width: 768px) {
  .cm-flexcontent__list {
    margin-top: 7.2rem;
  }
  .cm-flexcontent__list.list-col04 {
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
  .cm-flexcontent__list.list-col03 {
    -ms-grid-columns: 1fr 3.6rem 1fr 3.6rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-flexcontent__list {
    margin-top: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.cm-flexcontent__item {
  background: #edf4ff;
}
@media only screen and (min-width: 768px) {
  .cm-flexcontent__item {
    padding: 2.1rem 1.2rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cm-flexcontent__item {
    padding: 2rem;
  }
}
.cm-flexcontent__item .ttl {
  color: var(--co-secondary);
  letter-spacing: 0;
  font-family: var(--font-roboto);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .cm-flexcontent__item .ttl {
    margin: 0 0 1.8rem;
    font-size: 1.8rem;
    min-height: 5rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .cm-flexcontent__item .ttl {
    margin: 0 0 0.5rem;
    font-size: 1.6rem;
  }
}
.cm-flexcontent__item p {
  margin: 0;
}

.p-business .ttl-page {
  background: url(../business/images/bg_main.png) no-repeat center center;
  background-size: cover;
}
.p-business .s-business01 {
  background: #eef1f6;
}
@media only screen and (min-width: 768px) {
  .p-business .s-business01 {
    padding: 9.6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-business .s-business01 {
    padding: 4rem 0;
  }
}
.p-business .s-business01__ttl {
  text-align: center;
  margin: 0;
}
.p-business .s-business01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-business .s-business01__list {
    gap: 3rem 3.6rem;
    margin-top: 5.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business .s-business01__list {
    gap: 1rem;
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-business .s-business01__item {
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-business .s-business01__item {
    width: calc(33.3333333333% - 2.4rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-business .s-business01__item {
    width: calc(50% - 0.5rem);
  }
}
.p-business .s-business01__item .img {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-business .s-business01__item .img {
    height: 25.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business .s-business01__item .img {
    height: 13rem;
  }
}
.p-business .s-business01__item .img 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;
}
@media only screen and (min-width: 768px) {
  .p-business .s-business01__item .ct {
    padding: 2rem 1.5rem 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business .s-business01__item .ct {
    padding: 1rem 1rem;
  }
}
.p-business .s-business01__item .ct .tt {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0;
}
@media only screen and (min-width: 768px) {
  .p-business .s-business01__item .ct .tt {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 767px) {
  .p-business .s-business01__item .ct .tt {
    font-size: 1.6rem;
  }
}
.p-business .s-business01__item .ct p {
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.p-company .ttl-page {
  background: url(../company/images/bg_main.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01 {
    position: relative;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01 .photo {
    width: 41.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01 .photo {
    width: 100%;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01 .ct {
    width: calc(100% - 41.2rem);
    padding-right: 4.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01 .ct {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01__ttl {
    margin: 0 0 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01__ttl {
    margin: 0 0 2rem;
    text-align: center;
  }
}
.p-company .s-company01 p {
  margin: 0;
}
.p-company .s-company01 .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1rem;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01 .name {
    font-size: 1.8rem;
    padding-right: 0.2rem;
    margin-top: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01 .name {
    font-size: 1.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 1.2rem;
  }
}
.p-company .s-company01 .name img {
  width: 11.95rem;
  height: auto;
  display: block;
}
.p-company .s-company02 {
  background: #eef1f6;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02 {
    margin-top: 11.5rem;
    padding: 9.7rem 0 9.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02 {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}
.p-company .s-company02__ttl {
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02__tbl {
    margin-top: 6.8rem;
    border-top: 1px solid #000;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02__tbl {
    margin-top: 3rem;
  }
}
.p-company .s-company02__tbl dl {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02__tbl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000;
  }
  .p-company .s-company02__tbl dl:first-child dt:before {
    content: "";
    width: 100%;
    height: 0.3rem;
    background: #0f3b81;
    position: absolute;
    top: -0.2rem;
    left: 0;
  }
}
.p-company .s-company02__tbl dl dt {
  color: #0f3b81;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02__tbl dl dt {
    width: 33rem;
    padding: 3.1rem 3rem 2.5rem;
  }
  .p-company .s-company02__tbl dl dt:after {
    content: "";
    width: 100%;
    height: 0.3rem;
    background: #0f3b81;
    position: absolute;
    bottom: -0.2rem;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02__tbl dl dt {
    width: 100%;
    background: #0f3b81;
    color: #fff;
    padding: 1rem;
  }
}
.p-company .s-company02__tbl dl dd {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02__tbl dl dd {
    width: calc(100% - 33rem);
    padding: 2.7rem 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02__tbl dl dd {
    width: 100%;
    padding: 1rem;
    background: #fff;
  }
}
.p-company .s-company03 {
  background: url(../company/images/bg1.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03 {
    padding: 10.6rem 0 12.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company03 {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03__ttl {
    margin: 0 0 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company03__ttl {
    margin: 0 0 2rem;
  }
}
.p-company .s-company03 p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 {
    padding: 9.6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04 {
    padding: 4rem 0;
  }
}
.p-company .s-company04__ttl {
  text-align: center;
  margin: 0;
}
.p-company .s-company04__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04__list {
    margin-top: 6.8rem;
    gap: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04__list {
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
.p-company .s-company04__item {
  background: #eef1f6;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04__item {
    width: calc(25% - 1.35rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04__item {
    width: calc(50% - 0.5rem);
  }
}
.p-company .s-company04__item img {
  width: 100%;
  display: block;
}
.p-company .s-company04__item .ct {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04__item .ct {
    padding: 2.6rem 2rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04__item .ct {
    padding: 1rem 0.5rem;
  }
}
.p-company .s-company04__item .ct p {
  margin: 0;
  letter-spacing: 0;
}
.p-company .s-company04__item .ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04__item .ttl {
    font-size: 1.8rem;
    margin: 0 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04__item .ttl {
    font-size: 1.4rem;
    margin: 0 0 0.5rem;
  }
}
.p-company .s-company04__item .ttl span {
  display: block;
  font-family: var(--font-roboto);
  color: var(--co-secondary);
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04__item .ttl span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04__item .ttl span {
    font-size: 1.8rem;
  }
}

.p-recruit .ttl-page {
  background: url(../recruit/images/bg_main.png) no-repeat center center;
  background-size: cover;
}
.p-recruit .s-recruit01 {
  background: #eef1f6;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit01 {
    padding: 9.6rem 0 11.4rem;
    margin-top: 11.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit01 {
    padding: 4rem 0;
    margin-top: 4rem;
  }
}
.p-recruit .s-recruit01__ttl {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit01__ttl {
    margin: 0 0 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit01__ttl {
    margin: 0 0 2rem;
  }
}
.p-recruit .s-recruit01 .txt {
  text-align: center;
  margin: 0;
}
.p-recruit .s-recruit01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit01__list {
    margin-top: 6.9rem;
    gap: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit01__list {
    margin-top: 3rem;
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-recruit .s-recruit01__item {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit01__item {
    width: calc(33.3333333333% - 3.3333333333rem);
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit01__item {
    width: 100%;
  }
}
.p-recruit .s-recruit01__item img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit01__item .ct {
    padding: 1.4rem 2.3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit01__item .ct {
    padding: 1.5rem;
  }
}
.p-recruit .s-recruit01__item .ct .ttl {
  text-align: center;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit01__item .ct .ttl {
    margin: 0 -2.1rem 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit01__item .ct .ttl {
    margin: 0 0 0.5rem;
  }
}
.p-recruit .s-recruit01__item .ct p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit02 {
    padding-top: 9.4rem;
    padding-bottom: 10.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit02 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-recruit .s-recruit02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit02__list {
    gap: 6.8rem 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit02__list {
    gap: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit02 .item {
    width: calc(50% - 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit02 .item {
    width: calc(50% - 0.5rem);
  }
}
.p-recruit .s-recruit02 .item img {
  width: 100%;
}
.p-recruit .s-recruit02 .item p {
  text-align: center;
  color: var(--co-secondary);
  font-family: var(--font-roboto);
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit02 .item p {
    margin: 2.3rem 0 0;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit02 .item p {
    margin: 1rem 0 0;
    font-size: 1.2rem;
  }
}
.p-recruit .s-recruit02__ttl {
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit02__requirements {
    margin-top: 16.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit02__requirements {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit02__tbl {
    margin-top: 6.8rem;
    border-top: 1px solid #000;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit02__tbl {
    margin-top: 3rem;
  }
}
.p-recruit .s-recruit02__tbl dl {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit02__tbl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000;
  }
  .p-recruit .s-recruit02__tbl dl:first-child dt:before {
    content: "";
    width: 100%;
    height: 0.3rem;
    background: #0f3b81;
    position: absolute;
    top: -0.2rem;
    left: 0;
  }
}
.p-recruit .s-recruit02__tbl dl dt {
  color: #0f3b81;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit02__tbl dl dt {
    width: 33rem;
    padding: 3.1rem 3rem 2.5rem;
  }
  .p-recruit .s-recruit02__tbl dl dt:after {
    content: "";
    width: 100%;
    height: 0.3rem;
    background: #0f3b81;
    position: absolute;
    bottom: -0.2rem;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit02__tbl dl dt {
    width: 100%;
    background: #0f3b81;
    color: #fff;
    padding: 1rem;
  }
}
.p-recruit .s-recruit02__tbl dl dd {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit02__tbl dl dd {
    width: calc(100% - 33rem);
    padding: 2.7rem 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit02__tbl dl dd {
    width: 100%;
    padding: 1rem;
    background: #fff;
  }
}
.p-recruit .s-recruit02 .txt {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-recruit .s-recruit02 .txt {
    margin: 5rem auto 6.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .s-recruit02 .txt {
    margin: 3rem auto;
  }
}
.p-recruit .s-recruit02 .cm-btn {
  background: #0f3b81;
}

@media only screen and (max-width: 767px) {
  .h2-35-bold {
    font-size: 2rem !important;
  }
}

.p-contact .ttl-page {
  background: url(../contact/images/bg_main.png) no-repeat center center;
  background-size: cover;
}
.p-contact .s-contact01 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01__ttl {
    margin: 0 0 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01__ttl {
    margin: 0 0 3rem;
  }
}
.p-contact .s-contact01 p {
  margin: 0;
}
.p-contact .s-contact01 p a {
  color: #0f3b81;
}
.p-contact .form-content {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content {
    border-top: 0.1rem solid #000;
    margin-top: 6.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content {
    border: 0.1rem solid #0f174f;
    margin-top: 3rem;
    border-top: none;
  }
}
.p-contact .form-content__dl {
  margin: 0;
  border-bottom: 0.1rem solid #000;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dl {
    display: block;
    padding: 0;
  }
  .p-contact .form-content__dl:last-child {
    border-bottom: none;
  }
}
.p-contact .form-content__dt {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dt {
    width: 24rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dt {
    width: 100%;
    padding: 1rem;
    background: var(--co-primary);
    color: #fff;
  }
}
.p-contact .form-content__dt span {
  border-radius: 0.5rem;
  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;
  right: 0;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dt span {
    top: 0;
    font-size: 1.6rem;
    width: 5rem;
    height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dt span {
    top: 1.2rem;
    right: 1rem;
    font-size: 1.3rem;
    width: 4rem;
    height: 2rem;
  }
}
.p-contact .form-content__dt .hissu {
  background: var(--co-secondary);
}
.p-contact .form-content__dt .ninni {
  background: #000;
}
.p-contact .form-content dd {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content dd {
    width: calc(100% - 24rem);
    padding: 0 4.8rem 0 11.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content dd {
    width: 100%;
    padding: 1rem;
  }
}
.p-contact .form-content dd p {
  margin: 0.5rem 0;
}
.p-contact .form-content dd .list_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12.1rem;
}
.p-contact .form-content dd label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.p-contact .form-content dd input[type=radio] {
  width: 16px;
  height: 16px;
}
.p-contact .form-content dd .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.5rem;
}
.p-contact .form-content dd .flx input[type=text] {
  width: calc(100% - 11.3rem);
}
.p-contact .form-content dd input[type=text],
.p-contact .form-content dd input[type=tel],
.p-contact .form-content dd input[type=email],
.p-contact .form-content dd textarea {
  border: 1px solid #4d4d4d;
  border-radius: 0.2rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content dd input[type=text],
  .p-contact .form-content dd input[type=tel],
  .p-contact .form-content dd input[type=email],
  .p-contact .form-content dd textarea {
    padding: 0.1rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content dd input[type=text],
  .p-contact .form-content dd input[type=tel],
  .p-contact .form-content dd input[type=email],
  .p-contact .form-content dd textarea {
    padding: 0.5rem 1rem;
  }
}
.p-contact .form-content dd textarea {
  height: 200px;
}
.p-contact .privacy {
  background: #eef1f6;
}
@media only screen and (min-width: 768px) {
  .p-contact .privacy {
    padding: 7.7rem 0 11rem;
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .privacy {
    padding: 4rem 0;
    margin-top: 4rem;
  }
}
.p-contact .privacy__ttl {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .privacy__ttl {
    margin: 0 0 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .privacy__ttl {
    margin: 0 0 3rem;
  }
}
.p-contact .privacy p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .privacy .privacy_bx {
    margin: 3.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .privacy .privacy_bx {
    margin: 2rem 0 0;
  }
}
.p-contact .privacy .privacy_bx .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
}
.p-contact .privacy .privacy_bx ul {
  margin: 0;
  padding: 0;
}
.p-contact .privacy .privacy_bx ul li {
  margin: 0;
  padding: 0 0 0 2.3rem;
  list-style-type: none;
  position: relative;
}
.p-contact .privacy .privacy_bx ul li:before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  position: absolute;
  left: 0.9rem;
  top: 1.4rem;
}
.p-contact .privacy .privacy_bx a {
  color: var(--co-secondary);
}
.p-contact #formEnd {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-contact #formEnd {
    margin-top: 5.4rem;
    padding-bottom: 11.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact #formEnd {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-contact #formEnd label {
  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;
}
.p-contact #formEnd label a {
  color: #0f3b81;
}
.p-contact #formEnd input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
}
.p-contact #formEnd p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact #formEnd .contact-group-btn {
    margin-top: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact #formEnd .contact-group-btn {
    margin-top: 3rem;
  }
}
.p-contact #formEnd .contact-group-btn .contact-btn {
  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-contact #formEnd .contact-group-btn .contact-btn {
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact #formEnd .contact-group-btn .contact-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-contact #formEnd .contact-group-btn input {
  width: 100%;
  height: 100%;
  background: none;
  position: relative;
  z-index: 9;
  border: none;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-contact #formEnd .contact-group-btn .cm-btn {
  margin: 0;
}
.p-contact #formEnd .contact-group-btn .disabled .cm-btn:after {
  content: none;
}
.p-contact #formEnd .contact-group-btn .disabled input {
  cursor: no-drop;
}
.p-contact .s-contact03 {
  text-align: center;
}
.p-contact .s-contact03 p {
  margin: 3rem 0;
}
.p-contact .s-contact03__ttl {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #cm-main {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  #cm-main {
    margin-top: 6rem;
  }
}