@charset "UTF-8";
/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
/*---------- START BREADCRUMB ----------*/
@media only screen and (min-width: 768px) {
  .c-breadcrumb {
    padding: 0 5rem;
    margin-bottom: 7.4rem;
  }
}
@media only screen and (max-width: 1700px) {
  .c-breadcrumb {
    padding: 0 2rem;
  }
}
.c-breadcrumb ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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.6rem;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.08rem;
  margin-right: 1.5rem;
  color: #000;
  font-weight: 700;
}
.c-breadcrumb ul li:after {
  position: absolute;
  content: "";
  border: solid black;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.3rem;
  right: 0;
  top: 0.9rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.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: #a3a3a3;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .c-pagination {
    margin-top: 11.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 3rem;
  }
}
.c-pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@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: 1.5rem;
  }
}
.c-pagination .wp-pagenavi a,
.c-pagination .wp-pagenavi span {
  font-size: 1.6rem;
  text-decoration: none;
  letter-spacing: 0.08rem;
  color: #b6b6b6;
  font-weight: 500;
}
.c-pagination .wp-pagenavi a.current,
.c-pagination .wp-pagenavi span.current {
  color: var(--co-accent);
}
@media only screen and (min-width: 768px) {
  .c-pagination .wp-pagenavi a:hover,
  .c-pagination .wp-pagenavi span:hover {
    color: var(--co-accent);
  }
}
.c-pagination .wp-pagenavi .nextpostslink,
.c-pagination .wp-pagenavi .previouspostslink {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #b6b6b6;
  position: relative;
}
.c-pagination .wp-pagenavi .nextpostslink.active,
.c-pagination .wp-pagenavi .previouspostslink.active {
  background: var(--co-accent);
}
.c-pagination .wp-pagenavi .nextpostslink:before,
.c-pagination .wp-pagenavi .previouspostslink:before {
  content: "";
  width: 1.2rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-pagination .wp-pagenavi .nextpostslink:after,
.c-pagination .wp-pagenavi .previouspostslink:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-pagination .wp-pagenavi .nextpostslink {
  margin-left: 0.8rem;
}
.c-pagination .wp-pagenavi .nextpostslink:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  margin-left: -0.2rem;
}
.c-pagination .wp-pagenavi .previouspostslink {
  margin-right: 0.8rem;
}
.c-pagination .wp-pagenavi .previouspostslink:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  margin-left: -0.6rem;
}

.cm-topcontent {
  background: url(../images/common_img/bg_title.webp) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .cm-topcontent {
    padding-top: 15rem;
    padding-bottom: 12.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-topcontent {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
}
.cm-topcontent .cm-heading {
  text-align: center;
  color: var(--co-accent);
  font-weight: 700;
  letter-spacing: 0.08rem;
}
@media only screen and (min-width: 768px) {
  .cm-topcontent .cm-heading {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-topcontent .cm-heading {
    font-size: 2rem;
  }
}

.cm-title {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cm-title {
    font-size: 3rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title {
    font-size: 1.8rem;
    padding: 0 1.2rem;
  }
}

.cm-title01 {
  border-bottom: 0.2rem solid #000;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--co-accent);
}
@media only screen and (min-width: 768px) {
  .cm-title01 {
    font-size: 3rem;
    padding-bottom: 1.9rem;
    margin-bottom: 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01 {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}

.cm-title02 {
  background: #fff7ef;
  border-left: 0.5rem solid var(--co-accent);
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .cm-title02 {
    padding: 2.1rem 2rem;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title02 {
    padding: 1rem 1rem 1rem 1.5rem;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-merit .s-merit01 {
    margin-top: 7.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01 {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__list {
    margin-top: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__list {
    margin-top: 3rem;
  }
}
.p-merit .s-merit01__inner {
  max-width: 107.3rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__inner {
    padding: 0 1.2rem;
  }
}
.p-merit .s-merit01__box .title {
  text-align: center;
}
.p-merit .s-merit01__box .title .cicle {
  display: block;
  border-radius: 50%;
  background: #ec6b01;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box .title .cicle {
    width: 8.5rem;
    height: 8.5rem;
    padding-top: 2.4rem;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box .title .cicle {
    width: 6rem;
    height: 6rem;
    padding-top: 1.8rem;
    font-size: 0.8rem;
  }
}
.p-merit .s-merit01__box .title .cicle span {
  display: block;
  font-family: var(--font-jost);
  letter-spacing: 0;
  margin-top: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box .title .cicle span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box .title .cicle span {
    font-size: 1.8rem;
  }
}
.p-merit .s-merit01__box .title .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box .title .ttl {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    margin: 2.4rem 0 0;
    gap: 2.3rem;
    padding-right: 7.7rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box .title .ttl {
    gap: 1.5rem;
    font-size: 1.8rem;
    margin: 1.4rem 0 0;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-merit .s-merit01__box .title .ttl img {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box .title .ttl img {
    height: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box .title .ttl img {
    height: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box p {
    margin: 0 0 1.8rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box p {
    margin: 0 0 1rem;
  }
}
.p-merit .s-merit01__box p span {
  color: var(--co-accent);
  font-weight: 500;
}
.p-merit .s-merit01__box.box01 .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box.box01 .img {
    gap: 2.8rem;
    margin-top: 4.7rem;
    padding-right: 1rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box.box01 .img {
    gap: 1rem;
    margin: 2rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-merit .s-merit01__box.box02 {
  background: #fffaf4;
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box.box02 {
    padding: 10.5rem 0 6.2rem;
    margin-top: 8.7rem;
  }
  .p-merit .s-merit01__box.box02 .ttl {
    padding-right: 5.5rem;
    gap: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box.box02 {
    padding: 4rem 0;
    margin-top: 4rem;
  }
}
.p-merit .s-merit01__box.box02 .img {
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box.box02 .img {
    padding: 2.1rem 0 3.5rem;
    margin: 4.9rem 0 4.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box.box02 .img {
    padding: 1rem;
    margin: 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box.box03 {
    padding: 9.5rem 0;
  }
  .p-merit .s-merit01__box.box03 .ttl {
    padding-right: 5.5rem;
    gap: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box.box03 {
    padding: 4rem 1.2rem;
  }
}
.p-merit .s-merit01__box.box03 .box3_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box.box03 .box3_flx {
    margin-top: 7rem;
    gap: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box.box03 .box3_flx {
    margin-top: 2rem;
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-merit .s-merit01__box.box03 .box3_flx img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box.box03 .box3_flx img {
    width: 50.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box.box03 .box3_flx img {
    width: 100%;
  }
}
.p-merit .s-merit01__box.box04 {
  background: #fffaf4;
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box.box04 {
    padding: 10.5rem 0 8.5rem;
  }
  .p-merit .s-merit01__box.box04 .ttl {
    padding-right: 4.8rem;
    gap: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box.box04 {
    padding: 4rem 0;
  }
}
.p-merit .s-merit01__box.box04 .box4_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box.box04 .box4_flx {
    margin-top: 4.8rem;
    gap: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box.box04 .box4_flx {
    margin-top: 2rem;
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box.box04 .box4_flx img {
    width: 50.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box.box04 .box4_flx img {
    width: 100%;
  }
}
.p-merit .s-merit01__box.box04 .box4_flx div {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box.box04 .box4_flx div ul {
    margin: 2.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box.box04 .box4_flx div ul {
    margin: 1rem 0 0;
  }
}
.p-merit .s-merit01__box.box04 .box4_flx div ul li {
  position: relative;
  line-height: 1.5;
  padding-left: 1.6rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box.box04 .box4_flx div ul li {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box.box04 .box4_flx div ul li {
    margin-bottom: 0.5rem;
  }
}
.p-merit .s-merit01__box.box04 .box4_flx div ul li:last-child {
  margin-bottom: 0;
}
.p-merit .s-merit01__box.box04 .box4_flx div ul li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box.box05 {
    padding: 9.5rem 0 15rem;
  }
  .p-merit .s-merit01__box.box05 .ttl {
    padding-right: 6.1rem;
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box.box05 {
    padding: 4rem 1.2rem;
  }
}
.p-merit .s-merit01__box.box05 .box05_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box.box05 .box05_flx {
    margin-top: 5.5rem;
    gap: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box.box05 .box05_flx {
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-merit .s-merit01__box.box05 .box05_flx img {
    width: 50.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-merit .s-merit01__box.box05 .box05_flx img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .p-system .s-system01 {
    margin-top: 7.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-system .s-system01 {
    margin-top: 4rem;
  }
}
.p-system .s-system01__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .p-system .s-system01__inner {
    max-width: 106rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-system .s-system01__inner {
    padding: 0 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-system .s-system01__text {
    margin-top: 4.1rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-system .s-system01__text {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-system .s-system01 .img {
    margin-top: 8.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-system .s-system01 .img {
    margin-top: 3rem;
  }
}
.p-system .s-system01 .img img {
  display: block;
  width: 100%;
}
.p-system .s-system02 {
  background: url(../images/system/bg.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-system .s-system02 {
    margin-top: 9rem;
    margin-bottom: 15.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-system .s-system02 {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
}
.p-system .s-system02__inner {
  max-width: 84rem;
  margin: auto;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-system .s-system02__inner {
    padding: 12rem 0 14.5rem;
  }
  .p-system .s-system02__inner p {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-system .s-system02__inner {
    padding: 4rem 1.2rem;
  }
}
.p-system .s-system02__title {
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-system .s-system02__title {
    font-size: 3rem;
    margin: 0 0 7.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-system .s-system02__title {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-product .s-product01 {
    margin-top: 9.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product01 {
    margin-top: 4rem;
  }
}
.p-product .s-product01_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-product .s-product01_btn {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product01_btn {
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-product .s-product01_btn a {
  border: 0.2rem solid var(--co-accent);
  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;
  font-weight: 500;
  letter-spacing: 0.08rem;
  text-decoration: none;
  position: relative;
  padding-right: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-product .s-product01_btn a {
    width: calc(25% - 1.5rem);
    height: 7rem;
  }
  .p-product .s-product01_btn a:hover {
    background: var(--co-accent);
    color: #fff;
  }
  .p-product .s-product01_btn a:hover .cm_icon {
    background: #fff;
  }
  .p-product .s-product01_btn a:hover .cm_icon:before {
    background: var(--co-accent);
  }
  .p-product .s-product01_btn a:hover .cm_icon:after {
    border: solid var(--co-accent);
    border-width: 0 0.2rem 0.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product01_btn a {
    width: 100%;
    height: 5rem;
  }
}
.p-product .s-product01_btn a .cm_icon {
  position: absolute;
  right: 1.3rem;
  background: var(--co-accent);
}
.p-product .s-product01_btn a .cm_icon:before {
  background: #fff;
  width: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .p-product .s-product01_btn a .cm_icon:before {
    height: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product01_btn a .cm_icon:before {
    height: 1rem;
  }
}
.p-product .s-product01_btn a .cm_icon:after {
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 0;
  margin-top: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .p-product .s-product02 {
    margin-top: 8.9rem;
    margin-bottom: 15.1rem;
  }
  .p-product .s-product02 p {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product02 {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
}
.p-product .s-product02__title {
  font-weight: 700;
  letter-spacing: 0;
  color: var(--co-accent);
}
@media only screen and (min-width: 768px) {
  .p-product .s-product02__title {
    line-height: 2;
    border-left: 1.5rem solid var(--co-accent);
    margin: 0 0 3.1rem;
    font-size: 3rem;
    padding: 0.2rem 2.9rem 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product02__title {
    border-left: 0.7rem solid var(--co-accent);
    margin: 0 0 2rem;
    font-size: 2rem;
    padding: 0.2rem 1.5rem;
  }
}
.p-product .s-product02_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-product .s-product02_flex {
    margin-top: 3.5rem;
    gap: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product02_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.p-product .s-product02_flex .box {
  background: #f9f9f9;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-product .s-product02_flex .box {
    padding: 5.4rem 4rem 4.5rem;
    width: 55.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product02_flex .box {
    width: 100%;
    padding: 2rem 1.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-product .s-product02_flex .box .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .p-product .s-product02_flex .box .ttl {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product02_flex .box .ttl {
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-product .s-product02_flex .box ul {
    margin-top: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product02_flex .box ul {
    margin-top: 1rem;
  }
}
.p-product .s-product02_flex .box ul li {
  color: var(--co-accent);
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 1.9rem;
}
@media only screen and (min-width: 768px) {
  .p-product .s-product02_flex .box ul li {
    font-size: 1.8rem;
    line-height: 2.1111111111;
  }
}
.p-product .s-product02_flex .box ul li:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--co-accent);
  position: absolute;
  left: 0.7rem;
}
@media only screen and (min-width: 768px) {
  .p-product .s-product02_flex .box ul li:before {
    top: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product02_flex .box ul li:before {
    top: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-product .s-product02_flex img {
    width: 55.1rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product02_flex img {
    width: 30rem;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-product .s-product02 #id02 {
    margin-top: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product02 #id02 {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-product .s-product02 #id03 {
    margin-top: 6.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product02 #id03 {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-product .s-product02 #id04 {
    margin-top: 6.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product02 #id04 {
    margin-top: 3rem;
  }
}
.p-product .s-product02 #id04 p {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-product .s-product02 #id04 p {
    font-size: 2rem;
    line-height: 2.15;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product02 #id04 p {
    font-size: 1.6rem;
  }
}
.p-product .s-product02 #id04 .s-product02_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-product .s-product02 #id04 .s-product02_flex {
    margin-top: 5.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product02 #id04 .s-product02_flex {
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-product .s-product02 #id04 .s-product02_flex a {
  border-radius: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  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;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .p-product .s-product02 #id04 .s-product02_flex a.btn01 {
    background: #2b4dd5 url(../images/product/pdf.png) no-repeat left 3.5rem center;
    background-size: 5.9rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product02 #id04 .s-product02_flex a.btn01 {
    background: #2b4dd5 url(../images/product/pdf.png) no-repeat left 1rem center;
    background-size: 4rem auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-product .s-product02 #id04 .s-product02_flex a.btn02 {
    background: #36b444 url(../images/product/mail.png) no-repeat left 5rem center;
    background-size: 3.9rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product02 #id04 .s-product02_flex a.btn02 {
    background: #36b444 url(../images/product/mail.png) no-repeat left 2rem center;
    background-size: 3rem auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-product .s-product02 #id04 .s-product02_flex a {
    width: 52rem;
    height: 9.9rem;
    font-size: 2rem;
  }
  .p-product .s-product02 #id04 .s-product02_flex a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .s-product02 #id04 .s-product02_flex a {
    width: 100%;
    height: 6rem;
    max-width: 30rem;
    font-size: 1.6rem;
  }
}

.p-price .s-price01 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price01 {
    margin-top: 7.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price01 {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-price .s-price01 p {
    margin: 3.1rem 0 0;
    letter-spacing: 0.08rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price01 p {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02 {
    margin-top: 11.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02 {
    margin-top: 4rem;
  }
}
.p-price .s-price02__item {
  background: #f8f5f2;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02__item {
    padding: 8.3rem 0 9.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02__item {
    padding: 4rem 1.2rem;
  }
}
.p-price .s-price02__item .container {
  max-width: 106rem;
  margin: auto;
  padding: 0;
}
.p-price .s-price02__item:nth-child(2n) {
  background: #fff;
}
.p-price .s-price02__flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02__flx {
    gap: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02__flx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-price .s-price02__flx p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02__flx p {
    letter-spacing: 0;
  }
}
.p-price .s-price02__flx .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02__flx .img {
    width: 63.5rem;
    gap: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02__flx .img {
    width: 100%;
    gap: 1rem;
  }
}
.p-price .s-price02__flx .img img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02__flx .img img {
    width: calc(50% - 1.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02__flx .img img {
    width: calc(50% - 0.5rem);
  }
}
.p-price .s-price02 table {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02 table {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02 table {
    margin-top: 2rem;
  }
}
.p-price .s-price02 table th {
  background: #f6dcc3;
  border: 0.1rem solid #fff;
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02 table th {
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02 table th {
    padding: 0.5rem 0;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02 table th:nth-child(1) {
    width: 19rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02 table th:nth-child(1) {
    width: 9rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02 table th:nth-child(2) {
    width: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02 table th:nth-child(2) {
    width: 9rem;
  }
}
.p-price .s-price02 table td {
  background: #efe9de;
  border: 0.1rem solid #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02 table td {
    padding: 1rem 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02 table td {
    padding: 0.5rem;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 {
    margin-top: 8.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 p {
    margin-top: 3.4rem;
    letter-spacing: 0.08rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 p {
    margin-top: 2rem;
  }
}
.p-contact .s-contact01 a {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact02 {
    margin-top: 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact02 {
    margin-top: 4rem;
  }
}
.p-contact .form-content__dl {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dl {
    border-bottom: 0.1rem solid #b3b3b3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4rem 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dl {
    display: block;
    padding: 0 0 0.6rem;
  }
  .p-contact .form-content__dl:last-child {
    margin-bottom: 0;
  }
}
.p-contact .form-content__dl p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}
.p-contact .form-content__dt {
  position: relative;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dt {
    width: 29.4rem;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding-top: 1.9rem;
  }
  .p-contact .form-content__dt.dt00 {
    padding-top: 0;
  }
  .p-contact .form-content__dt.dt00 span {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dt {
    width: 100%;
    padding: 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #000;
    color: #f38200;
    font-size: 1.6rem;
  }
}
.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: 1.9rem;
    height: 3.5rem;
    width: 5rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dt span {
    height: 2rem;
    top: 0;
    right: 1rem;
    width: 4rem;
    font-size: 1.2rem;
  }
}
.p-contact .form-content__dt .hissu {
  background: #00aae2;
}
.p-contact .form-content__dt .ninni {
  background: #c8deda;
}
.p-contact .form-content__dd {
  margin: 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd {
    width: 100%;
    padding: 0.3rem 0 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd {
    width: 100%;
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }
}
.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,
.p-contact .form-content__dd select {
  border: 0.1rem solid #b3b3b3;
  background: #fafafa;
  border-radius: 0;
  display: block;
  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,
  .p-contact .form-content__dd select {
    font-size: 1.6rem;
    padding: 1.7rem 2rem;
  }
  .p-contact .form-content__dd input[type=text].address1,
  .p-contact .form-content__dd input[type=tel].address1,
  .p-contact .form-content__dd input[type=email].address1,
  .p-contact .form-content__dd textarea.address1,
  .p-contact .form-content__dd select.address1 {
    width: 23.5rem;
  }
}
@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,
  .p-contact .form-content__dd select {
    font-size: 1.6rem;
    padding: 1rem 1rem;
  }
}
.p-contact .form-content__dd input[type=checkbox] {
  border-radius: 0;
  border: 1px solid #b3b3b3;
  background: #fafafa;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd input[type=checkbox] {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd input[type=checkbox] {
    width: 1.7rem;
    height: 1.7rem;
    margin-right: 1rem;
  }
}
.p-contact .form-content__dd label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  letter-spacing: 0.08rem;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd label {
    font-size: 1.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd label {
    font-size: 1.6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd textarea {
    height: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd textarea {
    height: 12rem;
  }
}
.p-contact .form-content__dd .list_checkbox .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd .list_checkbox .wpcf7-checkbox {
    gap: 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd .list_checkbox .wpcf7-checkbox {
    gap: 1rem 0;
  }
}
.p-contact .form-content__dd .list_checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  letter-spacing: 0.08rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd .list_checkbox .wpcf7-list-item {
    width: 41.3%;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd .list_checkbox .wpcf7-list-item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd .list_checkbox .wpcf7-list-item input[type=checkbox] {
    margin-right: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd .list_checkbox .wpcf7-list-item input[type=checkbox] {
    margin-right: 0.5rem;
  }
}
.p-contact .form-content__dd .td_address2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd .td_address2 {
    gap: 2.5rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd .td_address2 {
    gap: 1rem;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd .td_address2 .address2 {
    width: 26.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd .td_address2 .address2 {
    width: 18rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd .mb18 {
    margin-bottom: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd .mb18 {
    margin-bottom: 1rem;
  }
}
.p-contact .form-content__dd p {
  font-weight: 500;
  letter-spacing: 0.08rem;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd .flx_check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2rem;
    gap: 2.6rem;
  }
  .p-contact .form-content__dd .flx_check p {
    margin-top: -0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd .flx_check {
    margin: 1.5rem 0;
  }
  .p-contact .form-content__dd .flx_check p {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact #formEnd {
    margin-top: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact #formEnd {
    margin-top: 3rem;
  }
}
.p-contact .contact-group-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 .contact-group-btn {
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .contact-group-btn {
    gap: 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-contact .contact-btn {
  border-radius: 0.5rem;
  background: #008fbe;
}
@media only screen and (min-width: 768px) {
  .p-contact .contact-btn {
    width: 50rem;
    height: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .contact-btn {
    width: 28rem;
    height: 6rem;
  }
}
.p-contact .contact-btn.hover {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-contact .contact-btn.hover input {
  cursor: pointer;
}
.p-contact .contact-btn.hover:hover {
  opacity: 0.7;
}
.p-contact .contact-btn input {
  width: 100%;
  height: 100%;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  border: none;
}
@media only screen and (min-width: 768px) {
  .p-contact .contact-btn input {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .contact-btn input {
    font-size: 1.6rem;
  }
}
.p-contact .contact-btn.contact-btn__prev {
  background: #91a7ae;
  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: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-contact .contact-btn.contact-btn__prev {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .contact-btn.contact-btn__prev {
    font-size: 1.6rem;
  }
}
.p-contact .contact-btn.contact-btn_confirm {
  background: #00aae2;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03 {
    margin-top: 13rem;
    margin-bottom: 14.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03 {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
}
.p-contact .s-contact03 .s-contact03_box {
  border: 1px solid #b3b3b3;
  background: #f8f8f8;
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03 .s-contact03_box {
    padding: 7.6rem 8rem 7.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03 .s-contact03_box {
    padding: 2rem;
  }
}
.p-contact .s-contact03 .s-contact03_ttl {
  color: var(--co-accent);
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03 .s-contact03_ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03 .s-contact03_ttl {
    font-size: 1.8rem;
  }
}
.p-contact .s-contact03__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03__inner {
    margin-top: 3.7rem;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03__inner {
    margin-top: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.p-contact .s-contact03__inner .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03__inner .btn {
    width: 44.3rem;
    margin-top: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03__inner .btn {
    width: 100%;
  }
}
.p-contact .s-contact03__inner .btn a {
  border-radius: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  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;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
  height: 9.9rem;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03__inner .btn a.btn01 {
    background: #2b4dd5 url(../images/product/pdf.png) no-repeat left 3.5rem center;
    background-size: 5.9rem auto;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03__inner .btn a.btn01 {
    background: #2b4dd5 url(../images/product/pdf.png) no-repeat left 1rem center;
    background-size: 4rem auto;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03__inner .btn a.btn02 {
    background: #36b444 url(../images/product/mail.png) no-repeat left 5rem center;
    background-size: 3.9rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03__inner .btn a.btn02 {
    background: #36b444 url(../images/product/mail.png) no-repeat left 2rem center;
    background-size: 3rem auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03__inner .btn a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03__inner .btn a {
    width: 100%;
    height: 6rem;
    max-width: 30rem;
    font-size: 1.6rem;
  }
}
.p-contact .s-contact03__inner p {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03__inner p {
    font-size: 2rem;
    line-height: 2.15;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03__inner p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact.p-contact-check .form-content__dt {
    padding-top: 0;
  }
  .p-contact.p-contact-check .form-content__dt .hissu {
    top: 0;
  }
}
.p-contact.p-contact-check .form-content__dd .td_address2 {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.p-contact.p-contact-check .form-content__dd .td_address2 span {
  font-weight: 700;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .p-contact.p-contact-check #formEnd {
    margin-top: 15.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact.p-contact-check #formEnd {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact.p-contact-check .contact-group-btn .contact-btn {
    width: 40.1rem;
  }
}
.p-contact.p-contact-thanks .s-contact04 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-contact.p-contact-thanks .s-contact04 {
    margin-bottom: 14.9rem;
    margin-top: 8.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact.p-contact-thanks .s-contact04 {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact.p-contact-thanks .s-contact04 .cm-title {
    margin-bottom: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact.p-contact-thanks .s-contact04 .cm-title {
    margin-bottom: 2rem;
  }
}
.p-contact.p-contact-thanks .s-contact04 p {
  letter-spacing: 0.08rem;
}
@media only screen and (min-width: 768px) {
  .p-contact.p-contact-thanks .s-contact04 p {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact.p-contact-thanks .s-contact04 p {
    margin-bottom: 1rem;
  }
}
.p-contact.p-contact-thanks .s-contact04 a {
  border: 0.2rem solid #000;
  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;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .p-contact.p-contact-thanks .s-contact04 a {
    width: 40.1rem;
    height: 10rem;
    font-size: 2rem;
    margin: 10.3rem auto 0;
  }
  .p-contact.p-contact-thanks .s-contact04 a:hover {
    background: #000;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact.p-contact-thanks .s-contact04 a {
    width: 28rem;
    height: 6rem;
    font-size: 1.6rem;
    margin: 3rem auto 0;
  }
}

.cm-list_search .cm-list_search_item {
  margin-top: 1.4rem;
}
.cm-list_search .title {
  border-radius: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .cm-list_search .title {
    font-size: 2.4rem;
    padding: 1.4rem 2.5rem 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-list_search .title {
    font-size: 1.8rem;
    padding: 1rem 1.5rem;
  }
}
.cm-list_search .list_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .cm-list_search .list_cat {
    padding: 2rem 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-list_search .list_cat {
    padding: 2rem 0;
  }
}
.cm-list_search .list_cat li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .cm-list_search .list_cat li {
    width: 16.6666666667%;
    padding: 1.8rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-list_search .list_cat li {
    width: 50%;
    padding: 0.5rem 0;
  }
  .cm-list_search .list_cat li:nth-child(2n) a {
    border-right: none;
  }
}
.cm-list_search .list_cat li a {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: none;
  border-right: 1px solid #b6b6b6;
  width: 100%;
  padding: 0.25rem 1rem;
  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;
}
.cm-list_search .list_cat li a.is-active {
  color: var(--co-accent);
}
@media only screen and (min-width: 768px) {
  .cm-list_search .list_cat li a {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
  .cm-list_search .list_cat li a:hover {
    color: var(--co-accent);
  }
}
@media only screen and (max-width: 767px) {
  .cm-list_search .list_cat li a {
    font-size: 1.6rem;
  }
}
.cm-list_search .list_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .cm-list_search .list_tag {
    padding: 3.8rem 2.5rem 0;
    gap: 1.5rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-list_search .list_tag {
    padding: 2rem 0;
    gap: 1rem;
  }
}
.cm-list_search .list_tag li {
  border: 1px solid #b6b6b6;
  border-radius: 0.5rem;
  letter-spacing: 0.08rem;
}
.cm-list_search .list_tag li a {
  text-decoration: none;
  font-weight: 500;
  padding: 0.4rem 1.3rem;
  display: block;
}
.cm-list_search .list_tag li a.is-active {
  background: var(--co-accent);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cm-list_search .list_tag li a:hover {
    background: var(--co-accent);
    color: #fff;
  }
}
.cm_txt_bold {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cm_txt_bold {
    font-size: 3rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .cm_txt_bold {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei {
    margin: 7.4rem auto 15rem;
    max-width: 106rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei {
    margin: 4rem 0;
  }
}
.p-jirei .s-jirei .title_search {
  color: var(--co-accent);
  font-weight: 700;
  letter-spacing: 0.05em;
  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) {
  .p-jirei .s-jirei .title_search {
    font-size: 5rem;
    gap: 1.8rem;
    margin-top: 4.8rem;
    padding-right: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei .title_search {
    font-size: 2.8rem;
    gap: 1.5rem;
    margin-top: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei .title_search span {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei .title_search span {
    font-size: 2rem;
  }
}
.p-jirei .s-jirei .title_search p {
  letter-spacing: 0.05em;
}
.p-jirei .s-jirei .title_search img {
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei .title_search img {
    width: 4.7rem;
    top: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei .title_search img {
    width: 3rem;
    height: auto;
    top: 0.3rem;
  }
}
.p-jirei .s-jirei .list_jirei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei .list_jirei {
    margin-top: 9rem;
    gap: 5rem 2.5rem;
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei .list_jirei {
    margin-top: 4rem;
    gap: 2rem;
  }
}
.p-jirei .s-jirei .list_jirei_item {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei .list_jirei_item {
    width: calc(33.3333333333% - 1.6666666667rem);
  }
  .p-jirei .s-jirei .list_jirei_item:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei .list_jirei_item {
    width: calc(50% - 1rem);
  }
}
.p-jirei .s-jirei .list_jirei_item .img {
  width: 100%;
  background: #d9d9d9;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei .list_jirei_item .img {
    height: 18rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei .list_jirei_item .img {
    height: 12rem;
  }
}
.p-jirei .s-jirei .list_jirei_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;
}
.p-jirei .s-jirei .list_jirei_item .l-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei .list_jirei_item .l-category {
    margin-top: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei .list_jirei_item .l-category {
    margin-top: 1rem;
  }
}
.p-jirei .s-jirei .list_jirei_item .l-category span {
  background: var(--co-accent);
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
  border-radius: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei .list_jirei_item .l-category span {
    padding: 0.2rem 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei .list_jirei_item .l-category span {
    padding: 0.2rem 1rem;
  }
}
.p-jirei .s-jirei .list_jirei_item p {
  font-weight: 500;
  letter-spacing: 0.08rem;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei .list_jirei_item p {
    margin: 1.3rem 0.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei .list_jirei_item p {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-jirei .cm-list_search {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .cm-list_search {
    margin-top: 4rem;
  }
}
.p-jirei .cm-list_search .title {
  background: #fff5e9;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei_detail {
    margin: 9rem auto 15rem;
    max-width: 106rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei_detail {
    margin: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei_detail .inner {
    padding: 0 2.5rem;
    margin-top: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei_detail .inner {
    margin-top: 3rem;
  }
}
.p-jirei .s-jirei_detail .inner p {
  letter-spacing: 0.08rem;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei_detail .inner .picture_fill {
    margin-top: 7.2rem;
    margin-bottom: 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei_detail .inner .picture_fill {
    margin-top: 2rem;
    margin-bottom: 3.7rem;
  }
}
.p-jirei .s-jirei_detail .inner .picture_fill img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei_detail .inner .picture_fill p {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei_detail .inner .picture_fill p {
    margin-top: 1rem;
  }
}
.p-jirei .s-jirei_detail .inner .picture_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.7rem;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei_detail .inner .picture_flex {
    justify-content: center;
    gap: 3rem;
    margin-top: 5.1rem;
    margin-bottom: 5.5rem;
  }
  .p-jirei .s-jirei_detail .inner .picture_flex > div {
    width: calc((100% - 3rem) / 2);
  }
  .p-jirei .s-jirei_detail .inner .picture_flex.col3 > div {
    width: calc((100% - 6rem) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei_detail .inner .picture_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.p-jirei .s-jirei_detail .inner .picture_flex img {
  width: 100%;
  aspect-ratio: 49 / 52;
  object-fit: cover;
  display: block;
}
.p-jirei .s-jirei_detail .inner .picture_flex.col3 img {
  aspect-ratio: 3 / 4;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei_detail .inner .picture_flex p {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei_detail .inner .picture_flex p {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei_info {
    margin-top: 7.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei_info {
    margin-top: 4rem;
  }
}
.p-jirei .s-jirei_info h3 {
  background: #fff7ef;
  border-left: 0.5rem solid var(--co-accent);
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei_info h3 {
    padding: 1.4rem 2.8rem;
    font-size: 2.4rem;
    margin-bottom: 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei_info h3 {
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.p-jirei .s-jirei_info h4 {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei_info h4 {
    border-bottom: 0.3rem solid #000;
    padding-bottom: 1.5rem;
    margin: 4.4rem 0 3.9rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei_info h4 {
    border-bottom: 0.2rem solid #000;
    padding-bottom: 1rem;
    margin: 2rem 0 2rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei_info p {
    margin: 0 0 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei_info p {
    margin: 0 0 2rem;
  }
}
.p-jirei .s-jirei_info a {
  text-decoration: none;
  margin: 0 0 2rem;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei_info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    margin: 0 0 3.9rem;
  }
  .p-jirei .s-jirei_info a:hover {
    color: var(--co-accent);
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei_info a {
    margin: 0 0 2rem;
    display: block;
  }
}
.p-jirei .s-jirei_info h5 {
  color: var(--co-accent);
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei_info h5 {
    margin: 4.5rem 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei_info h5 {
    margin: 3rem 0 1.3rem;
  }
}
.p-jirei .s-jirei_detail_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-jirei .s-jirei_detail_btn {
    margin-top: 9.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jirei .s-jirei_detail_btn {
    margin-top: 4rem;
  }
}
.p-jirei .s-jirei_detail_btn a {
  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.08rem;
  gap: 1.7rem;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-jirei .s-jirei_detail_btn a:hover {
    color: var(--co-accent);
  }
  .p-jirei .s-jirei_detail_btn a:hover .cm_icon {
    background: var(--co-accent);
  }
}
.p-jirei .s-jirei_detail_btn a .cm_icon {
  background: #000;
}
.p-jirei .s-jirei_detail_btn a .cm_icon:after {
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  margin-left: -0.2rem;
}
.p-jirei .s-jirei_detail_btn a .cm_icon:before {
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .p-blog .s-blog {
    margin: 7.4rem auto 15rem;
    max-width: 106rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .s-blog {
    margin: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-blog .cm-list_search {
    margin-top: 6.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .cm-list_search {
    margin-top: 4rem;
  }
}
.p-blog .cm-list_search .title {
  background: #f5f2df;
}
@media only screen and (min-width: 768px) {
  .p-blog .s-blog .list-blog {
    padding: 0 2.5rem;
    margin-top: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .s-blog .list-blog {
    margin-top: 2rem;
  }
}
.p-blog .s-blog .list-blog_item {
  border-bottom: 1px solid #b6b6b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-blog .s-blog .list-blog_item {
    gap: 3.5rem;
    padding: 4.5rem 0;
  }
  .p-blog .s-blog .list-blog_item:hover {
    color: var(--co-accent);
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .s-blog .list-blog_item {
    padding: 1.5rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.p-blog .s-blog .list-blog_item .img {
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  background: #d9d9d9;
}
@media only screen and (min-width: 768px) {
  .p-blog .s-blog .list-blog_item .img {
    width: 32.5rem;
    height: 20rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-blog .s-blog .list-blog_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 (max-width: 767px) {
  .p-blog .s-blog .list-blog_item .img {
    display: block;
  }
  .p-blog .s-blog .list-blog_item .img img {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .p-blog .s-blog .list-blog_item .ct {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-blog .s-blog .list-blog_item .ct .date {
  letter-spacing: 0.08rem;
  display: block;
}
.p-blog .s-blog .list-blog_item .ct p {
  font-weight: 500;
  letter-spacing: 0.08rem;
  margin: 0.6rem 0 0;
}
.p-blog .s-blog .list-blog_item a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-blog .s-blog .list-blog_item a:hover {
    color: var(--co-accent);
    opacity: 0.7;
  }
}

/* faq */
@media only screen and (min-width: 768px) {
  .p-qa .s-qa01 {
    margin-top: 7.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa .s-qa01 {
    margin-top: 4rem;
    padding: 0 1.2rem;
  }
}
.p-qa .s-qa01_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-qa .s-qa01_btn {
    gap: 3rem;
    margin-top: 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa .s-qa01_btn {
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3rem;
  }
}
.p-qa .s-qa01_btn a {
  border: 0.2rem solid var(--co-accent);
  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;
  font-weight: 500;
  letter-spacing: 0.08rem;
  text-decoration: none;
  position: relative;
  padding-right: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-qa .s-qa01_btn a {
    width: 27.5rem;
    height: 7rem;
  }
  .p-qa .s-qa01_btn a:hover {
    background: var(--co-accent);
    color: #fff;
  }
  .p-qa .s-qa01_btn a:hover .cm_icon {
    background: #fff;
  }
  .p-qa .s-qa01_btn a:hover .cm_icon:before {
    background: var(--co-accent);
  }
  .p-qa .s-qa01_btn a:hover .cm_icon:after {
    border: solid var(--co-accent);
    border-width: 0 0.2rem 0.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa .s-qa01_btn a {
    width: 100%;
    height: 5rem;
  }
}
.p-qa .s-qa01_btn a .cm_icon {
  position: absolute;
  right: 1.3rem;
  background: var(--co-accent);
}
.p-qa .s-qa01_btn a .cm_icon:before {
  background: #fff;
  width: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .p-qa .s-qa01_btn a .cm_icon:before {
    height: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa .s-qa01_btn a .cm_icon:before {
    height: 1rem;
  }
}
.p-qa .s-qa01_btn a .cm_icon:after {
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 0;
  margin-top: 0.2rem;
}
.p-qa .s-qa02 {
  background: #fff7ed;
}
@media only screen and (min-width: 768px) {
  .p-qa .s-qa02 {
    margin-top: 6.2rem;
    padding: 1.5rem 0 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa .s-qa02 {
    margin-top: 4rem;
    padding: 1rem 0 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-qa .s-qa02_box {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa .s-qa02_box {
    padding-top: 3rem;
  }
}
.p-qa .s-qa02_box:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-qa .s-qa02_box .list {
    margin-top: 4.9rem;
    padding: 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa .s-qa02_box .list {
    margin-top: 2.5rem;
  }
}
.p-qa .s-qa02_box .list dl {
  margin-bottom: 2rem;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-qa .s-qa02_box .list dl {
    padding-bottom: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa .s-qa02_box .list dl {
    padding-bottom: 1rem;
  }
}
.p-qa .s-qa02_box .list dl:last-child {
  margin-bottom: 0;
}
.p-qa .s-qa02_box .list dt {
  position: relative;
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-qa .s-qa02_box .list dt {
    padding: 3.1rem 8.6rem 1.3rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa .s-qa02_box .list dt {
    padding: 2rem 4rem 1rem;
    font-size: 1.6rem;
  }
}
.p-qa .s-qa02_box .list dt:before {
  content: "Q.";
  font-weight: 700;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-qa .s-qa02_box .list dt:before {
    font-size: 2.4rem;
    left: 4.4rem;
    top: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa .s-qa02_box .list dt:before {
    font-size: 1.8rem;
    left: 1.5rem;
    top: 1.7rem;
  }
}
.p-qa .s-qa02_box .list dt.active .icon:after {
  opacity: 0;
}
.p-qa .s-qa02_box .list dt .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .p-qa .s-qa02_box .list dt .icon {
    width: 2.5rem;
    height: 2.5rem;
    right: 4.6rem;
    margin-top: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa .s-qa02_box .list dt .icon {
    width: 1.8rem;
    height: 1.8rem;
    right: 1.5rem;
    margin-top: 0.5rem;
  }
}
.p-qa .s-qa02_box .list dt .icon:before, .p-qa .s-qa02_box .list dt .icon:after {
  width: 100%;
  background: #000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .p-qa .s-qa02_box .list dt .icon:before, .p-qa .s-qa02_box .list dt .icon:after {
    height: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa .s-qa02_box .list dt .icon:before, .p-qa .s-qa02_box .list dt .icon:after {
    height: 0.2rem;
  }
}
.p-qa .s-qa02_box .list dt .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-qa .s-qa02_box .list dd {
  letter-spacing: 0;
  position: relative;
  display: none;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-qa .s-qa02_box .list dd {
    padding: 0 2rem 0 8.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa .s-qa02_box .list dd {
    padding: 0 1rem 0 4rem;
  }
}
.p-qa .s-qa02_box .list dd:before {
  content: "A.";
  color: #f38200;
  font-weight: 700;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-qa .s-qa02_box .list dd:before {
    left: 4.4rem;
    top: -0.8rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-qa .s-qa02_box .list dd:before {
    font-size: 1.8rem;
    left: 1.5rem;
    top: -0.5rem;
  }
}
.p-qa .s-qa02_box .list dd a {
  color: #f38200;
}



.contact_submit input[type="submit"],
.contact_submit input[type="button"],
.contact_submit button {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  appearance: none;
  border: none;
  outline: none;
  background: #008fbe;
  display: block;
  margin-inline: auto;
  width: 42rem;
  max-width: 100%;
  padding-block: 3.2rem;
  margin-top: 4.2rem;
  cursor: pointer;
  transition: .3s;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
}

@media (hover: hover) {
  .contact_submit input[type="submit"]:hover,
  .contact_submit input[type="button"]:hover,
  .contact_submit button:hover {
    opacity: 0.7;
  }

}

.contact_submit {
  margin-top: 3rem;
}
.is-confirm .contact_submit {
  display: flex;
  justify-content: center;
  column-gap: 6rem;
  margin-top: 10rem;
}

.is-confirm .contact_submit input[type="submit"],
.is-confirm .contact_submit button,
.is-confirm .contact_submit input[type="button"] {
  margin: 0;
}

.is-confirm .contact_submit input[type="button"],
.is-confirm .contact_submit button.edit-button {
  background: linear-gradient(
    -90deg,
    rgb(139, 140, 141) 0%,
    rgb(173, 175, 176) 100%
  );
}

.contact_submit input[type="submit"],
.contact_submit input[type="button"],
.contact_submit button {
  font-size: 1.6rem;
  padding-block: 2rem;
}

@media only screen and (max-width: 767px) {
  .is-confirm .contact_submit {
    margin-top: 5rem;
    gap: 2rem;
  }
}