/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
/*---------- START BREADCRUMB ----------*/
.c-breadcrumb {
  padding: 0 5rem;
  margin-top: -10rem;
  margin-bottom: 4.2rem;
  z-index: 99;
}
.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: 1.5rem;
  margin-right: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.c-breadcrumb ul li:after {
  position: absolute;
  content: "";
  border: solid black;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.2rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 0;
  top: 50%;
}
.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;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}

.c-pagination .wp-pagenavi {
  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) {
  .c-pagination .wp-pagenavi {
    gap: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination .wp-pagenavi {
    gap: 0.5rem;
  }
}
.c-pagination .wp-pagenavi a {
  border: 0.1rem solid #120d3c;
  color: #120d3c;
  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.05em;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .c-pagination .wp-pagenavi a {
    width: 4rem;
    height: 5rem;
    border-radius: 1.5rem;
    font-size: 1.8rem;
  }
  .c-pagination .wp-pagenavi a:hover {
    background: #120d3c;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination .wp-pagenavi a {
    width: 3rem;
    height: 4rem;
    border-radius: 1rem;
    font-size: 1.5rem;
  }
}
.c-pagination .wp-pagenavi .active {
  background: #120d3c;
  color: #fff;
  border: 0.1rem solid #120d3c;
  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.05em;
}
@media only screen and (min-width: 768px) {
  .c-pagination .wp-pagenavi .active {
    width: 4rem;
    height: 5rem;
    border-radius: 1.5rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination .wp-pagenavi .active {
    width: 3rem;
    height: 4rem;
    border-radius: 1rem;
    font-size: 1.5rem;
  }
}
.c-pagination .wp-pagenavi .dots {
  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;
}

@media only screen and (min-width: 768px) {
  .s-contact {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-contact {
    margin-top: 4rem;
  }
}

/*---------- START TITLE PAGE ----------*/
.cm-main_mv {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm-main_mv {
    margin-bottom: 10.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-main_mv {
    margin-bottom: 4rem;
  }
}
.cm-main_mv .main_mv_bg {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm-main_mv .main_mv_bg {
    height: 36rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-main_mv .main_mv_bg {
    height: 12rem;
  }
}
.cm-main_mv .main_mv_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-main_mv .main_mv_ttile {
  text-align: center;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cm-main_mv .main_mv_ttile {
    width: 55.7rem;
    height: 22rem;
    top: 22rem;
    padding-top: 5.5rem;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-main_mv .main_mv_ttile {
    width: 25rem;
    height: 10rem;
    top: 5rem;
    padding-top: 1rem;
    border-radius: 1rem;
  }
}
.cm-main_mv .main_mv_ttile span {
  display: block;
  color: var(--co-secondary);
  font-family: var(--font-Noto_jp);
  font-weight: 500;
}
.cm-main_mv .main_mv_ttile span.jp {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm-main_mv .main_mv_ttile span.jp {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-main_mv .main_mv_ttile span.jp {
    font-size: 2.4rem;
  }
}
.cm-main_mv .main_mv_ttile span.en {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .cm-main_mv .main_mv_ttile span.en {
    font-size: 1.8rem;
    margin-top: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-main_mv .main_mv_ttile span.en {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .cm-title.fz_small .cm-title_jp {
    font-size: 3.2rem;
  }
  .cm-title.fz_small .cm-title_en {
    letter-spacing: 0;
  }
}
.p-item .s-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-item .s-item__list {
    gap: 4.1rem 2.2rem;
    margin-bottom: 7.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-item .s-item__list {
    gap: 2rem 1.6rem;
    margin-bottom: 4rem;
  }
}
.p-item .s-item__item {
  text-decoration: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-item .s-item__item {
    width: calc(33.3333333333% - 1.4666666667rem);
  }
  .p-item .s-item__item:hover .img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media only screen and (max-width: 767px) {
  .p-item .s-item__item {
    width: calc(50% - 0.8rem);
  }
}
.p-item .s-item__item .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-item .s-item__item .img {
    height: 25rem;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-item .s-item__item .img {
    height: 12rem;
    border-radius: 1rem;
  }
}
.p-item .s-item__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;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.p-item .s-item__item p {
  letter-spacing: 0.1em;
  font-family: var(--font-Noto_jp);
}
@media only screen and (min-width: 768px) {
  .p-item .s-item__item p {
    font-size: 2rem;
    line-height: 1.8;
    margin: 1.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-item .s-item__item p {
    margin: 1rem 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .p-item__single .single_content {
    margin-top: -1.2rem;
  }
}
.p-item__single .single_content .title {
  font-family: var(--font-Noto_jp);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 0 0 2rem;
}
@media only screen and (min-width: 768px) {
  .p-item__single .single_content .title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-item__single .single_content .title {
    font-size: 2rem;
  }
}
.p-item__single .single_content picture {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-item__single .single_content picture {
    margin-bottom: 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-item__single .single_content picture {
    margin-bottom: 3rem;
  }
}
.p-item__single .single_content picture img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-item__single .single_content picture img {
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-item__single .single_content picture img {
    border-radius: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-item__single .single_content .inner {
    padding: 0 0.6rem;
  }
}
.p-item__single .single_content h3 {
  font-family: var(--font-Noto_jp);
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0 0 0.6rem;
}
@media only screen and (min-width: 768px) {
  .p-item__single .single_content h3 {
    border-bottom: 0.3rem dotted #006ab1;
    font-size: 2.4rem;
    margin: 4.2rem 0 2rem;
    padding: 0 0 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-item__single .single_content h3 {
    border-bottom: 0.2rem dotted #006ab1;
    font-size: 1.8rem;
    margin: 2rem 0 1.5rem;
    padding: 0 0 0.6rem;
  }
}
.p-item__single .single_content p {
  letter-spacing: 0.05em;
  margin: 0;
}

.s-topics_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .s-topics_item {
    gap: 7.7rem;
    margin-bottom: 8.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-topics_item {
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3rem;
  }
}
.s-topics_item:last-child {
  margin-bottom: 0;
}
.s-topics_item .img {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .s-topics_item .img {
    width: 40.8rem;
    border-radius: 2rem;
    margin-top: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-topics_item .img {
    width: 100%;
    border-radius: 1rem;
    margin-top: 0;
  }
}
.s-topics_item .img img {
  width: 100%;
  display: block;
}
.s-topics_item .ct .title {
  color: #006ab1;
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--font-Inter);
}
@media only screen and (min-width: 768px) {
  .s-topics_item .ct .title {
    margin-bottom: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-topics_item .ct .title {
    margin-bottom: 1rem;
  }
}
.s-topics_item .ct .title span {
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .s-topics_item .ct .title span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-topics_item .ct .title span {
    font-size: 1.4rem;
  }
}
.s-topics_item .ct .title .ttl {
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .s-topics_item .ct .title .ttl {
    font-size: 2.3rem;
    line-height: 1.5652173913;
    margin: 0.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-topics_item .ct .title .ttl {
    font-size: 1.8rem;
    margin: 0.2rem 0 0;
  }
}
.s-topics_item .ct .inner p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .s-topics_item .ct .inner p {
    padding-left: 4.3rem;
    font-size: 1.5rem;
    line-height: 2.2666666667;
  }
}
@media only screen and (max-width: 767px) {
  .s-topics_item .ct .inner p {
    margin: 0;
  }
}
.s-topics_btn {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-topics_btn {
    margin: 11.5rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-topics_btn {
    margin: 5rem auto 0;
  }
}
.s-topics_btn a {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .s-topics_btn a {
    width: 33.9rem;
    height: 7.2rem;
    font-size: 1.8rem;
    border-radius: 5rem;
  }
}
.p-company .s-company01__title {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: var(--font-Noto_jp);
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01__title {
    font-size: 3.2rem;
    margin: -1.3rem 0 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01__title {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.p-company .s-company01__txt {
  margin: 0;
  text-align: center;
}
.p-company .s-company01__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01__flex {
    gap: 6.2rem;
    margin-top: 5.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01__flex {
    margin-top: 3rem;
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-company .s-company01__flex .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01__flex .img {
    width: 47rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01__flex .img {
    width: 100%;
  }
}
.p-company .s-company01__flex .img img {
  width: 100%;
  display: block;
}
.p-company .s-company01__flex .ct {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01__flex .ct {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-company .s-company01__flex .ct .title {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: var(--font-Noto_jp);
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01__flex .ct .title {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin: 1rem 0 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01__flex .ct .title {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.p-company .s-company01__flex .ct p {
  letter-spacing: 0.05em;
  margin: 0;
}
.p-company .s-company01__flex .ct .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01__flex .ct .name {
    margin-top: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01__flex .ct .name {
    margin-top: 3rem;
  }
}
.p-company .s-company01__flex .ct .name_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1rem;
}
.p-company .s-company02 {
  background: #f8f8f8;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02 {
    padding: 8.8rem 0 9.2rem;
    margin-top: 9.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02 {
    padding: 4rem 0;
    margin-top: 4rem;
  }
}
.p-company .s-company02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02__flex {
    gap: 4.4rem;
    margin-top: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-company .s-company02__flex img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02__flex img {
    width: 54.9rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02__flex img {
    width: 100%;
  }
}
.p-company .s-company02__flex p {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02__flex p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: -0.8rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02__flex p {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03 {
    padding: 8.7rem 0 10.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company03 {
    padding: 4rem 0;
  }
}
.p-company .s-company03__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-company .s-company03__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-company .s-company03__table {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03__table {
    width: 78.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company03__table {
    width: 100%;
  }
}
.p-company .s-company03__table table {
  width: 100%;
}
.p-company .s-company03__table table th {
  text-align: center;
  border-bottom: 1px solid #000;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #120d3c;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03__table table th {
    width: 16.4rem;
    padding: 2.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company03__table table th {
    width: 9rem;
    padding: 1rem 0;
  }
}
.p-company .s-company03__table table td {
  border-bottom: 1px solid #e2e2e2;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03__table table td {
    padding: 2.2rem 4.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company03__table table td {
    padding: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03 .cm-title {
    width: calc(100% - 78.8rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company03 .cm-title {
    width: 100%;
    text-align: center;
  }
}
.p-company .s-company04 {
  background: #f8f8f8;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 {
    padding: 8.8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04 {
    padding: 4rem 0;
  }
  .p-company .s-company04 .cm-title {
    text-align: center;
  }
}
.p-company .s-company04__list {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04__list {
    padding: 3rem 0;
    margin-top: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04__list {
    padding: 2rem 0;
  }
}
.p-company .s-company04__list:after {
  content: "";
  width: 0.3rem;
  height: 100%;
  border-left: 0.3rem dotted #006ab1;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04__list:after {
    left: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04__list:after {
    left: 5rem;
  }
}
.p-company .s-company04__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04__list dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
    margin: 0 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04__list dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    margin: 0 0 2rem;
  }
}
.p-company .s-company04__list dl:last-child {
  margin-bottom: 0;
}
.p-company .s-company04__list dl dt {
  background: #120d3c;
  text-align: center;
  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;
  color: #fff;
  letter-spacing: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04__list dl dt {
    width: 16.5rem;
    border-radius: 1.5rem;
    height: 6rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04__list dl dt {
    width: 10rem;
    border-radius: 0.5rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.p-company .s-company04__list dl dd {
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05 {
    padding: 9.5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05 {
    padding: 4rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05 .map {
    margin-top: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05 .map {
    margin-top: 0;
  }
}
.p-company .s-company05 .map iframe {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05 .map iframe {
    height: 60rem;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05 .map iframe {
    height: 20rem;
    border-radius: 1rem;
  }
}
.p-company .s-company05 .map .map_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05 .map .map_img {
    gap: 2.2rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05 .map .map_img {
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05 .map .map_img img {
    width: calc(33.3333333333% - 1.4666666667rem);
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05 .map .map_img img {
    width: calc(33.3333333333% - 0.6666666667rem);
    border-radius: 1rem;
  }
}
.p-company .s-company05 .map .txt_map {
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05 .map .txt_map {
    margin: 2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05 .map .txt_map {
    margin: 1rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05 .box_address {
    margin-top: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05 .box_address {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05 .box_address .box {
    width: calc(50% - 4.35rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05 .box_address .box {
    margin-bottom: 2rem;
  }
}
.p-company .s-company05 .box_address .box .title {
  font-family: var(--font-Noto_jp);
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05 .box_address .box .title {
    font-size: 2.4rem;
    border-bottom: 0.3rem dotted #006ab1;
    padding-bottom: 0.5rem;
    margin: 0 0 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05 .box_address .box .title {
    font-size: 1.8rem;
    border-bottom: 0.2rem dotted #006ab1;
    padding-bottom: 0.5rem;
    margin: 0 0 1rem;
  }
}
.p-company .s-company05 .box_address .box p {
  margin: 0;
  letter-spacing: 0.05em;
}
.p-company .s-company05 .box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05 .box_flex {
    gap: 5.9rem;
    margin-top: 9.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05 .box_flex {
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-company .s-company05 .box_flex img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05 .box_flex img {
    width: 54.9rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05 .box_flex img {
    width: 100%;
    border-radius: 1rem;
  }
}
.p-company .s-company05 .box_flex .ct {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05 .box_flex .ct {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05 .box_flex .ct {
    margin-bottom: 1rem;
  }
}
.p-company .s-company05 .box_flex .ct .ttl {
  letter-spacing: 0.1em;
  font-family: var(--font-Noto_jp);
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05 .box_flex .ct .ttl {
    font-size: 2.4rem;
    line-height: 1.75;
    margin: 0.4rem 0 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05 .box_flex .ct .ttl {
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
}
.p-company .s-company05 .box_flex .ct p {
  margin: 0;
  letter-spacing: 0.05em;
}

.p-contact .s-contact01__ttl {
  text-align: center;
  font-family: var(--font-Noto_jp);
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01__ttl {
    font-size: 3.2rem;
    margin: -1.2rem 0 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01__ttl {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.p-contact .s-contact01 .txt {
  text-align: center;
  margin: 0;
  letter-spacing: 0.05em;
}
.p-contact .s-contact01__box {
  background: url(../images/contact/bg.png);
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01__box {
    border-radius: 2rem;
    margin: 3.3rem 0 7.2rem;
    gap: 7rem;
    padding: 5.1rem 9rem 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01__box {
    border-radius: 1rem;
    margin: 3rem 0;
    gap: 2rem;
    padding: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01__box .box {
    width: calc(50% - 3.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01__box .box {
    width: 100%;
  }
}
.p-contact .s-contact01__box .title {
  font-family: var(--font-Noto_jp);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01__box .title {
    font-size: 2.4rem;
    border-bottom: 0.3rem dotted #ffffff;
    padding-bottom: 0.5rem;
    margin: 0 0 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01__box .title {
    font-size: 1.8rem;
    border-bottom: 0.2rem dotted #ffffff;
    padding-bottom: 0.3rem;
    margin: 0 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01__box .bx_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01__box .bx_inner {
    text-align: center;
  }
}
.p-contact .s-contact01__box .bx_inner p {
  margin: 0;
}
.p-contact .s-contact01__box .bx_inner a,
.p-contact .s-contact01__box .bx_inner .fax {
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01__box .bx_inner a,
  .p-contact .s-contact01__box .bx_inner .fax {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01__box .bx_inner a,
  .p-contact .s-contact01__box .bx_inner .fax {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 .form-content {
    margin-top: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 .form-content {
    margin-top: 3rem;
  }
}
.p-contact .s-contact01 .form-content__dl {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 .form-content__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 0.2rem dotted #000000;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 .form-content__dl {
    display: block;
    border-top: 0.1rem dotted #000000;
  }
}
.p-contact .s-contact01 .form-content__dt {
  font-weight: 500;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 .form-content__dt {
    width: 25rem;
    padding: 3.8rem 0 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 .form-content__dt {
    padding: 1rem 0;
    font-size: 1.6rem;
  }
}
.p-contact .s-contact01 .form-content__dt span {
  border-radius: 0.4rem;
  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;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 .form-content__dt span {
    width: 5rem;
    height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 .form-content__dt span {
    width: 5rem;
    height: 2.5rem;
    font-size: 1.2rem;
  }
}
.p-contact .s-contact01 .form-content__dt span.hissu {
  background: #006ab1;
}
.p-contact .s-contact01 .form-content__dt span.ninni {
  background: #120d3c;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 .form-content__dd {
    padding: 3rem 0 3rem 6.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 .form-content__dd {
    padding: 0 0 1.5rem 0;
  }
}
.p-contact .s-contact01 .form-content__dd {
  margin: 0;
  width: 100%;
}
.p-contact .s-contact01 .form-content__dd .list_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem 1.3rem;
}
.p-contact .s-contact01 .form-content__dd .list_radio label {
  width: 21.5rem;
}
.p-contact .s-contact01 .form-content__dd .list_radio input {
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #e2e2e2;
}
.p-contact .s-contact01 .form-content__dd .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.p-contact .s-contact01 .form-content__dd p {
  margin: 0;
}
.p-contact .s-contact01 .form-content__dd input {
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 0.4rem 1.2rem;
  font-size: 1.6rem;
}
.p-contact .s-contact01 .form-content__dd textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 0.4rem 1.2rem;
  height: 15rem;
  font-size: 1.6rem;
}
.p-contact .s-contact01 .form-content__dd .mb_dd {
  margin-bottom: 1.6rem;
}
.p-contact .s-contact01 .form-content__dd .note {
  color: #ff0000;
  margin: -0.3rem 0 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 #formEnd {
    margin-top: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 #formEnd {
    margin-top: 2rem;
  }
}
.p-contact .s-contact01 #formEnd p {
  margin: 0;
}
.p-contact .s-contact01 #formEnd .contact-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 #formEnd .contact-group-btn {
    margin-top: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 #formEnd .contact-group-btn {
    margin-top: 2rem;
  }
}
.p-contact .s-contact01 #formEnd .contact-group-btn .cm-btn-submit {
  width: 29.6rem;
  height: 6rem;
  display: block;
  position: relative;
}
.p-contact .s-contact01 #formEnd .contact-group-btn .cm-btn-submit .icon {
  position: absolute;
  right: 5.1rem;
  top: 2.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-contact .s-contact01 #formEnd .contact-group-btn .cm-btn-submit input {
  width: 100%;
  height: 100%;
  border: none;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-right: 2.5rem;
}
.p-contact .s-contact01 #formEnd .contact-group-btn .cm-btn-submit.disabled {
  background: inherit !important;
  color: var(--co-secondary);
}
.p-contact .s-contact01 #formEnd .contact-group-btn .cm-btn-submit.disabled .icon {
  background: var(--co-secondary);
  -webkit-animation: inherit !important;
          animation: inherit !important;
}
.p-contact .s-contact01 #formEnd .contact-group-btn .cm-btn-prev {
  width: 29.6rem;
  height: 6rem;
  background: #120d3c;
  border: 1px solid #120d3c;
  color: #fff;
}
.p-contact .s-contact01 #formEnd .contact-group-btn .cm-btn-prev .icon {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 #formEnd .contact-group-btn .cm-btn-prev:hover {
    background: #fff;
    color: #120d3c;
  }
  .p-contact .s-contact01 #formEnd .contact-group-btn .cm-btn-prev:hover .icon {
    background: #120d3c;
  }
}
.p-contact .s-contact02 {
  background: #f8f8f8;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact02 {
    margin-top: 10rem;
    padding: 9rem 0;
    margin-bottom: -10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact02 {
    margin-top: 4rem;
    margin-bottom: -4rem;
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact02 .cm-title {
    margin-bottom: 3.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact02 .inner {
    margin-top: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact02 .inner {
    margin-top: 2rem;
  }
}
.p-contact .s-contact02 p {
  margin: 0;
  letter-spacing: 0.05em;
}
.p-contact .s-contact02 h3 {
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact02 h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact02 h3 {
    font-size: 1.6rem;
  }
}
.p-contact .s-contact02 h4 {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact02 h4 {
    font-size: 1.6rem;
    margin: 3.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact02 h4 {
    font-size: 1.5rem;
    margin: 2rem 0 0;
  }
}
.p-contact .s-contact02 ul {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact02 ul {
    margin: 2.4rem 0 -0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact02 ul {
    margin: 1.5rem 0;
  }
}
.p-contact .s-contact02 ul li {
  padding: 0 0 0 25px;
  list-style-type: none;
  position: relative;
}
.p-contact .s-contact02 ul li:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 1.5rem;
  left: 1.1rem;
}

.p-reasons .s-reasons01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons01 {
    gap: 5.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-reasons .s-reasons01 {
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons01 .ct {
    padding-top: 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-reasons .s-reasons01 .ct {
    padding-top: 0;
  }
}
.p-reasons .s-reasons01 .ct p {
  margin: 0;
}
.p-reasons .s-reasons01 .title {
  font-family: var(--font-Noto_jp);
  font-weight: 400;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons01 .title {
    font-size: 3.2rem;
    letter-spacing: 0.09em;
    line-height: 1.5625;
    margin: 0 0 3.1rem;
    padding-bottom: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-reasons .s-reasons01 .title {
    font-size: 1.9rem;
    padding-bottom: 1.5rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons01 img {
    width: 49.2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-reasons .s-reasons01 img {
    width: 100%;
    display: block;
  }
}
.p-reasons .s-reasons02 {
  background: #f8f8f8;
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons02 {
    padding: 9.9rem 6.2rem 10rem;
    margin-top: 10.2rem;
    margin-bottom: -10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-reasons .s-reasons02 {
    padding: 4rem 1.2rem;
    margin-top: 4rem;
    margin-bottom: -4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons02_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .p-reasons .s-reasons02_item {
    margin-bottom: 3rem;
  }
  .p-reasons .s-reasons02_item:last-child {
    margin-bottom: 0;
  }
}
.p-reasons .s-reasons02_item .img {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons02_item .img {
    width: calc(50% - 18.8rem);
    height: 52rem;
    border-radius: 2rem;
  }
  .p-reasons .s-reasons02_item .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    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 (max-width: 767px) {
  .p-reasons .s-reasons02_item .img {
    border-radius: 1rem;
  }
  .p-reasons .s-reasons02_item .img img {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons02_item .ct {
    width: calc(50% + 18.8rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-reasons .s-reasons02_item .ct {
    margin-bottom: 2rem;
  }
}
.p-reasons .s-reasons02_item .ct p {
  margin: 0;
}
.p-reasons .s-reasons02_item .ct .title {
  color: #006ab1;
  font-family: var(--font-Noto_jp);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons02_item .ct .title {
    margin: 0 0 3.4rem;
    line-height: 1.5625;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-reasons .s-reasons02_item .ct .title {
    margin: 0 0 2rem;
    font-size: 2rem;
  }
}
.p-reasons .s-reasons02_item .ct .title p {
  border-radius: 3rem;
  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;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--co-secondary);
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons02_item .ct .title p {
    font-size: 1.8rem;
    width: 13.8rem;
    height: 3.7rem;
    margin: 0 0 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-reasons .s-reasons02_item .ct .title p {
    font-size: 1.4rem;
    width: 10rem;
    height: 3.5rem;
    margin: 0 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons02_item .ct .title p span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-reasons .s-reasons02_item .ct .title p span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons02_item .ct .ct_in {
    width: 70.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-reasons .s-reasons02_item .ct .ct_in {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons02 .item1 .img,
  .p-reasons .s-reasons02 .item3 .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-reasons .s-reasons02 .item1 .ct,
  .p-reasons .s-reasons02 .item3 .ct {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons02 .item3 {
    margin-top: 10.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons02 .item2 {
    margin-top: 10.2rem;
  }
  .p-reasons .s-reasons02 .item2 .ct {
    padding-right: 5rem;
  }
  .p-reasons .s-reasons02 .item2 .ct:after {
    content: "";
    clear: both;
    display: block;
  }
  .p-reasons .s-reasons02 .item2 .ct .ct_in {
    float: right;
  }
}
.p-reasons .s-reasons02_box {
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons02_box {
    border-radius: 2rem;
    padding: 7.2rem 5rem 5.5rem;
    max-width: 114rem;
    margin: 3.5rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-reasons .s-reasons02_box {
    border-radius: 1rem;
    padding: 2rem 1.2rem;
    margin-bottom: 3rem;
  }
}
.p-reasons .s-reasons02_box .title {
  font-weight: 400;
  font-family: var(--font-Noto_jp);
  position: relative;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-reasons .s-reasons02_box .title {
    font-size: 2.4rem;
    line-height: 1.75;
    margin: 0 0 3.1rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-reasons .s-reasons02_box .title {
    font-size: 1.6rem;
    margin: 0 0 2rem;
    padding-bottom: 1.5rem;
  }
}
.p-reasons .s-reasons02_box .title:after {
  content: "";
  width: 20rem;
  border-top: 0.3rem dotted var(--co-secondary);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-products .s-products_01 {
  text-align: center;
}
.p-products .s-products_01 .ttl {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: var(--font-Noto_jp);
}
@media only screen and (min-width: 768px) {
  .p-products .s-products_01 .ttl {
    font-size: 3.2rem;
    margin: 0 0 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-products_01 .ttl {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}
.p-products .s-products_01 p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-products .s-products__item .flex_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-products .s-products__item .flex_item .img {
    width: 59.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-products__item .flex_item .img {
    width: 100%;
    margin: 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-products .s-products__item .flex_item .img p {
    margin: 4.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-products__item .flex_item .img p {
    margin: 2rem 0 0;
  }
}
.p-products .s-products__item .flex_item .ct {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-products .s-products__item .flex_item .ct {
    padding-right: 1rem;
  }
}
.p-products .s-products__item .flex_item .ct .ct_box {
  background: #ffffff;
  border: 1px solid #120d3c;
}
@media only screen and (min-width: 768px) {
  .p-products .s-products__item .flex_item .ct .ct_box {
    border-radius: 2rem;
    padding: 3.2rem 4rem;
    -webkit-box-shadow: 0.8rem 0.8rem #120d3c;
            box-shadow: 0.8rem 0.8rem #120d3c;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-products__item .flex_item .ct .ct_box {
    border-radius: 1rem;
    padding: 2rem;
    -webkit-box-shadow: 0.4rem 0.4rem #120d3c;
            box-shadow: 0.4rem 0.4rem #120d3c;
  }
}
.p-products .s-products__item .flex_item .ct .ttl {
  font-family: var(--font-Noto_jp);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-products .s-products__item .flex_item .ct .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-products__item .flex_item .ct .ttl {
    font-size: 1.8rem;
  }
}
.p-products .s-products__item .flex_item .ct .ttl span {
  border-bottom: 0.3rem dotted var(--co-secondary);
}
@media only screen and (min-width: 768px) {
  .p-products .s-products__item .flex_item .ct .ttl span {
    padding: 1rem 1rem 1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-products__item .flex_item .ct .ttl span {
    padding: 1rem 0;
  }
}
.p-products .s-products__item .title {
  font-family: var(--font-Noto_jp);
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-products .s-products__item .title {
    font-size: 2.4rem;
    margin: -0.3rem 0 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-products__item .title {
    font-size: 1.8rem;
    margin: 0 0 2rem;
    text-align: center;
  }
}
.p-products .s-products__item .title span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-products .s-products__item .title span {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-products__item .title span {
    margin-top: 0.2rem;
  }
}
.p-products .s-products__item .list_num {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-products .s-products__item .list_num {
    margin: 3.3rem 0 0 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-products__item .list_num {
    margin: 2.5rem 0 0 2.1rem;
  }
}
.p-products .s-products__item .list_num li {
  list-style-type: decimal;
  font-size: 1.875;
  letter-spacing: 0.05em;
}
.p-products .s-products__item .list_dics {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-products .s-products__item .list_dics {
    margin: 0 0 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-products__item .list_dics {
    margin: 1rem 0 0 0.5rem;
  }
}
.p-products .s-products__item .list_dics li {
  list-style-type: none;
  position: relative;
  padding-left: 1.4rem;
}
.p-products .s-products__item .list_dics li:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-products .s-products__item .text1 {
    margin: 4.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-products__item .text1 {
    margin: 2rem 0 0;
  }
}
.p-products .s-products__item .cm-btn {
  width: 29.6rem;
  gap: 4.3rem;
}
.p-products .s-products__item .s-products__btn {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-products .s-products__item .s-products__btn {
    margin-top: 5.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-products__item .s-products__btn {
    margin-top: 3rem;
  }
}
.p-products .s-products__item .s-products__btn .cm-btn {
  margin: auto;
  gap: 4.3rem;
}
@media only screen and (min-width: 768px) {
  .p-products #id01 {
    margin-top: 7.4rem;
  }
  .p-products #id01 .flex_item .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-products #id01 .flex_item .ct {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-products #id01 {
    margin-top: 3rem;
  }
}
.p-products #id02 {
  background: #f8f8f8;
}
@media only screen and (min-width: 768px) {
  .p-products #id02 {
    margin-top: 10rem;
    padding: 10rem 0;
  }
  .p-products #id02 .cm-btn {
    margin-top: 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-products #id02 {
    margin-top: 4rem;
    padding: 4rem 0 2rem;
  }
  .p-products #id02 .cm-btn {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-products #id03 {
    margin-top: 10.3rem;
  }
  .p-products #id03 .flex_item .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-products #id03 .flex_item .ct {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-products #id03 {
    margin-top: 4rem;
  }
}
.p-products #id03 .title {
  color: var(--co-secondary);
}
@media only screen and (min-width: 768px) {
  .p-products #id03 .ct_box p {
    margin: 3.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-products #id03 .ct_box p {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-products .s-product_cat {
    margin-top: 8.7rem;
  }
  .p-products .s-product_cat .cm-title {
    margin-bottom: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-product_cat {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-products .s-product_cat .product_cat {
    margin-bottom: 8.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-product_cat .product_cat {
    margin-bottom: 4rem;
  }
}
.p-products .s-product_cat .product_cat .product_cat_ct {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-products .s-product_cat .product_cat .product_cat_ct {
    margin-top: -21.3rem;
  }
  .p-products .s-product_cat .product_cat .product_cat_ct:after {
    content: "";
    width: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-product_cat .product_cat .product_cat_ct {
    margin: -10rem 1.2rem 0;
  }
}
.p-products .s-product_cat .product_cat .img {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-products .s-product_cat .product_cat .img {
    height: 51.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-product_cat .product_cat .img {
    height: 18rem;
  }
}
.p-products .s-product_cat .product_cat .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;
}
.p-products .s-product_cat .product_cat .ct {
  background: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-products .s-product_cat .product_cat .ct {
    border-radius: 2rem;
    padding: 4.6rem 6.1rem 0 9.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-product_cat .product_cat .ct {
    border-radius: 1rem;
    padding: 2rem;
  }
}
.p-products .s-product_cat .product_cat .ct table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-products .s-product_cat .product_cat .ct table {
    display: block;
  }
}
.p-products .s-product_cat .product_cat .ct table tr {
  border-bottom: 1px solid #adadad;
}
@media only screen and (max-width: 767px) {
  .p-products .s-product_cat .product_cat .ct table tr {
    width: 100%;
    display: block;
  }
}
.p-products .s-product_cat .product_cat .ct table th {
  text-align: left;
  font-weight: 700;
  vertical-align: top;
  color: #120d3c;
}
@media only screen and (min-width: 768px) {
  .p-products .s-product_cat .product_cat .ct table th {
    width: 22.2rem;
    padding: 2.4rem 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-product_cat .product_cat .ct table th {
    width: 100%;
    display: block;
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-products .s-product_cat .product_cat .ct table td {
    padding: 2.4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-products .s-product_cat .product_cat .ct table td {
    width: 100%;
    display: block;
    padding: 0.5rem 0 1.5rem;
  }
}