@charset "UTF-8";
/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
/*---------- START BREADCRUMB ----------*/
.c-breadcrumb {
  margin-bottom: 8.2rem;
}
.c-breadcrumb ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
  margin-top: 0.5rem;
}
.c-breadcrumb ul:after {
  position: absolute;
  content: "";
  background: var(--bg-brown);
  width: 5.2rem;
  height: 1px;
  bottom: -1px;
  left: 0;
}
.c-breadcrumb ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-right: 0.7rem;
  letter-spacing: 0.05em;
}
.c-breadcrumb ul li:after {
  position: absolute;
  content: "";
  top: 2px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1.8rem;
  height: 2px;
  display: inline-block;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-breadcrumb ul li:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0;
}
.c-breadcrumb ul li:last-child:after {
  content: none;
}
.c-breadcrumb ul li:nth-child(2) {
  white-space: nowrap;
}
.c-breadcrumb ul li a {
  line-height: 1.2;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}

/*---------- START TITLE PAGE ----------*/
@media only screen and (min-width: 768px) {
  .cm_heading {
    height: 73rem;
    margin-top: 10rem;
    padding-top: 29rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_heading {
    height: 20rem;
    margin-top: 6rem;
    padding-top: 7rem;
  }
}
.cm_heading__title {
  color: #fff;
  margin: 0;
  font-family: var(--font-Noto_jp);
}
.cm_heading__titleJp {
  font-weight: 300;
  letter-spacing: 0.1em;
  text-shadow: 0px 0.2rem 0.9rem rgba(0, 0, 0, 0.25);
  display: block;
}
@media only screen and (min-width: 768px) {
  .cm_heading__titleJp {
    font-size: 5rem;
    margin-bottom: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_heading__titleJp {
    font-size: 2rem;
    margin-bottom: 0rem;
  }
}
.cm_heading__titleEn {
  letter-spacing: 0.1em;
  display: block;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .cm_heading__titleEn {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_heading__titleEn {
    font-size: 1.4rem;
  }
}

/*---------- START main-cont ----------*/
.main-cont .list-service__ttl {
  margin-bottom: 0;
}

.cm_list-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .cm_list-anchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cm_list-anchor a {
  border-radius: 0.5rem;
  border: 1px solid #d9d9d9;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-Noto_jp);
}
@media only screen and (min-width: 768px) {
  .cm_list-anchor a {
    height: 6rem;
    padding: 0 1.7rem 0 2.3rem;
  }
  .cm_list-anchor a:hover {
    background: #07308f;
    color: #fff;
    border: 1px solid #07308f;
  }
  .cm_list-anchor a:hover .icon:after {
    border: solid #fff;
    border-width: 0 0.1rem 0.1rem 0;
  }
  .cm_list-anchor a:hover .icon:before {
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .cm_list-anchor a {
    height: 4rem;
    padding: 0 0.5rem;
  }
}
.cm_list-anchor a .icon {
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm_list-anchor a .icon {
    width: 1rem;
    height: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_list-anchor a .icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.cm_list-anchor a .icon:after {
  content: "";
  border: solid black;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .cm_list-anchor a .icon:after {
    padding: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_list-anchor a .icon:after {
    padding: 0.2rem;
  }
}

/*----------START SECTION BACKGROUND ----------*/
.p-blog .cm_heading {
  background: url(../images/blog/bg_main.png) no-repeat center center;
  background-size: cover;
}

.p-greeting .cm_heading {
  background: url(../images/greeting/bg_main.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting01 {
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-greeting .s-greeting01 {
    gap: 0.3rem;
    padding: 4rem 1.2rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting01 a {
    width: 21.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-greeting .s-greeting01 a {
    width: calc(33.3333333333% - 0.3rem);
  }
}
.p-greeting .s-greeting02 {
  background: url(../images/greeting/bg1.png) no-repeat bottom center;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting02 {
    padding-top: 8.1rem;
  }
  .p-greeting .s-greeting02 .cm-title02 {
    margin-bottom: 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-greeting .s-greeting02 {
    padding-top: 4rem;
  }
}
.p-greeting .s-greeting02__inner {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting02__inner {
    padding-bottom: 38.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-greeting .s-greeting02__inner {
    padding-bottom: 10rem;
  }
}
.p-greeting .s-greeting02__inner p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting02__inner p {
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
}
.p-greeting .s-greeting03 {
  background: #f8f8f8;
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting03 {
    padding-top: 12rem;
    padding-bottom: 11.2rem;
  }
  .p-greeting .s-greeting03 .cm-title02 {
    text-align: left;
    margin-bottom: 3rem;
  }
  .p-greeting .s-greeting03 .cm-title02 img {
    margin: 0;
  }
  .p-greeting .s-greeting03 .cm-title02:after {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  .p-greeting .s-greeting03 {
    padding: 4rem 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting03__inner {
    max-width: 112rem;
    margin: auto;
    position: relative;
    padding-top: 15rem;
  }
  .p-greeting .s-greeting03__inner .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting03__inner .img {
    width: 51.2rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-greeting .s-greeting03__inner .img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-greeting .s-greeting03__inner p {
  margin: 0;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting03__inner p {
    padding-top: 2rem;
  }
}
.p-greeting .s-greeting03__inner .ct1 {
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting03__inner .ct1 {
    width: 68.7rem;
    float: right;
    padding: 7.4rem 3rem 3rem 6rem;
    background: #fff;
  }
  .p-greeting .s-greeting03__inner .ct1 p {
    padding-top: 0;
  }
}
.p-greeting .s-greeting03__inner .ct1 .ttl {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 1rem;
  font-family: var(--font-Noto_jp);
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting04 {
    padding-top: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-greeting .s-greeting04 {
    padding: 4rem 1.2rem 0;
  }
}
.p-greeting .s-greeting04__inner {
  max-width: 112rem;
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting04__list {
    margin-top: 6.1rem;
    margin-bottom: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-greeting .s-greeting04__list {
    margin-bottom: 4rem;
  }
}
.p-greeting .s-greeting04__list ul {
  margin: 0;
  padding: 0;
}
.p-greeting .s-greeting04__list ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.875;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 1.7rem;
}
.p-greeting .s-greeting04__list ul li::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-greeting .s-greeting04 .ttl {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting04 .ttl {
    margin: 0 0 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-greeting .s-greeting04 .ttl {
    margin: 0 0 1.5rem;
  }
}
.p-greeting .s-greeting04 .ttl span {
  border: 1px solid #063190;
  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;
  background: #fff;
  position: relative;
  color: #063190;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-family: var(--font-Noto_jp);
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting04 .ttl span {
    width: 12rem;
    height: 4rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-greeting .s-greeting04 .ttl span {
    width: 10rem;
    height: 3.5rem;
    font-size: 1.8rem;
  }
}
.p-greeting .s-greeting04 .ttl span:after {
  content: "";
  border: 1px solid #063190;
  position: absolute;
  bottom: -0.4rem;
  right: -0.4rem;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting04 .ttl span:after {
    width: 12rem;
    height: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-greeting .s-greeting04 .ttl span:after {
    width: 10rem;
    height: 3.5rem;
  }
}
.p-greeting .s-greeting04__item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting04__item {
    margin-top: 7.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-greeting .s-greeting04__item {
    margin-top: 5rem;
  }
}
.p-greeting .s-greeting04__item:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .p-greeting .s-greeting04__img {
    position: absolute;
    right: 0;
    top: -14.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-greeting .s-greeting04__img {
    margin-top: 2rem;
  }
}

.p-custom .cm_heading {
  background: url(../images/full-custom-made/bg_main.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom01 {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom01__btn {
    gap: 4rem;
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom01__btn {
    gap: 1rem;
    padding: 0 1.2rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom01__btn a {
    width: 30rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom01__btn a {
    width: 100%;
  }
}
.p-custom .s-custom02 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom02 {
    padding-top: 8.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom02 {
    padding-top: 4rem;
  }
}
.p-custom .s-custom02 p {
  font-family: var(--font-Noto_jp);
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom02 p {
    margin: 3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom02 p {
    margin: 0;
  }
}
.p-custom .s-custom02 p span {
  font-weight: 700;
}
.p-custom .s-custom03 {
  background: url(../images/top/bg.webp) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom03 {
    margin-top: 9.3rem;
    padding-top: 9.3rem;
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom03 {
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-custom .s-custom03 .cm-title03 {
  text-align: center;
}
.p-custom .s-custom03__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom03__list {
    margin-top: 7.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom03__list {
    margin-top: 6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-custom .s-custom03__item {
  background: #ffffff;
  -webkit-box-shadow: 0.4rem 0.4rem 3rem rgba(0, 0, 0, 0.15);
          box-shadow: 0.4rem 0.4rem 3rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom03__item {
    width: calc(50% - 3.4rem);
    padding: 8.3rem 2.6rem 4.7rem 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom03__item {
    width: 100%;
    padding: 6rem 1.5rem 2rem 6rem;
    margin-bottom: 6rem;
  }
  .p-custom .s-custom03__item:last-child {
    margin-bottom: 0;
  }
}
.p-custom .s-custom03__item .ttl {
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-Noto_jp);
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  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;
  background: #839dd8;
  top: -3rem;
  height: 6rem;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom03__item .ttl {
    width: 21.4rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom03__item .ttl {
    width: 15rem;
    font-size: 1.8rem;
  }
}
.p-custom .s-custom03__item ul {
  margin: 0;
  padding: 0;
}
.p-custom .s-custom03__item ul li {
  list-style-type: none;
  border: 0.1rem dashed #839dd8;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom03__item ul li {
    min-height: 12.4rem;
    padding: 1.8rem 2.2rem 1.8rem 8.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom03__item ul li {
    min-height: 9rem;
    padding: 1rem 1rem 1rem 6rem;
  }
}
.p-custom .s-custom03__item ul li:last-child {
  margin-bottom: 0;
}
.p-custom .s-custom03__item ul li span {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: var(--font-Noto_jp);
  background: #120d3c;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom03__item ul li span {
    width: 12.4rem;
    height: 12.4rem;
    font-size: 1.8rem;
    left: -6.4rem;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom03__item ul li span {
    width: 9rem;
    height: 9rem;
    font-size: 1.4rem;
    left: -4.5rem;
    line-height: 1.4;
  }
}
.p-custom .s-custom03__item ul li p {
  letter-spacing: 0.05em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04 {
    padding-top: 9.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04 {
    padding-top: 4rem;
  }
}
.p-custom .s-custom04 .cm-title03 {
  text-align: center;
}
.p-custom .s-custom04__txt {
  text-align: center;
  font-family: var(--font-Noto_jp);
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__txt {
    margin: 2.9rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__txt {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__anchor {
    gap: 1.7rem;
    margin-top: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__anchor {
    gap: 3rem 1rem;
    margin-top: 3rem;
  }
}
.p-custom .s-custom04__anchor a {
  text-align: left;
  border: 1px solid #839dd8;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__anchor a {
    width: 21rem;
    height: 8.5rem;
    padding-left: 1.8rem;
  }
  .p-custom .s-custom04__anchor a:hover .step:before {
    margin-top: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__anchor a {
    width: calc(50% - 0.5rem);
    padding-left: 1rem;
    height: 7rem;
  }
}
.p-custom .s-custom04__anchor a .step {
  position: absolute;
  top: -1.2rem;
  left: 1.1rem;
  padding: 0 0.7rem;
  font-size: 1.3rem;
  font-family: var(--font-Noto_jp);
  letter-spacing: 0.1em;
  color: #839dd8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__anchor a .step:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
    margin-top: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__anchor a .step {
    background: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__list {
    margin-top: 8.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__list {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6rem;
  }
  .p-custom .s-custom04__item:nth-child(2n) .s-custom04__itemCt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-custom .s-custom04__item:nth-child(2n) .s-custom04__itemCt:after {
    content: "";
    clear: both;
    display: block;
  }
  .p-custom .s-custom04__item:nth-child(2n) .s-custom04__itemCt .ct {
    float: right;
    padding-left: 0;
    padding-right: 4.8rem;
  }
  .p-custom .s-custom04__item:nth-child(2n) .s-custom04__itemImg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .p-custom .s-custom04__item:nth-child(2) .s-custom04__itemImg img {
    max-width: 83rem;
    max-height: 54rem;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) {
  .p-custom .s-custom04__item:nth-child(2) .s-custom04__itemImg img {
    height: 43rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__item {
    margin-bottom: 3rem;
  }
}
.p-custom .s-custom04__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__itemCt {
    width: calc(50% + 12.8rem);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__itemCt {
    margin-bottom: 2rem;
  }
}
.p-custom .s-custom04__itemImg {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__itemImg {
    width: calc(50% - 12.8rem);
    height: 54rem;
    border-radius: 0 0.5rem 0.5rem 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    overflow: hidden;
  }
  .p-custom .s-custom04__itemImg 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;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__itemImg {
    border-radius: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__item .ct {
    width: 70rem;
    padding-left: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__item .ct {
    padding: 0 1.2rem;
  }
}
.p-custom .s-custom04__item .ct p {
  letter-spacing: 0.05em;
  margin: 0;
}
.p-custom .s-custom04__item .ttl {
  font-family: var(--font-Noto_jp);
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__item .ttl {
    margin-bottom: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__item .ttl {
    margin-bottom: 1.5rem;
  }
}
.p-custom .s-custom04__item .ttl .tsp {
  width: 7.4rem;
  height: 2.6rem;
  border-radius: 0.5rem;
  background: #839dd8;
  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-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: var(--font-Noto_jp);
}
.p-custom .s-custom04__item .ttl h3 {
  letter-spacing: 0.1em;
  color: #839dd8;
  font-weight: 500;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__item .ttl h3 {
    font-size: 2.4rem;
    gap: 1rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__item .ttl h3 {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__item .ttl h3 span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__item .ttl h3 span {
    font-size: 1.4rem;
    display: block;
  }
}
.p-custom .s-custom04__item .step1__ttl {
  display: block;
  color: #120d3c !important;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__item .step1__ttl span {
    font-size: 2rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__item .step1__ttl span {
    font-size: 1.6rem !important;
  }
}
.p-custom .s-custom04__item .step1__ttl .step1__bg {
  display: block;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -0.5rem;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__item .step1__ttl .step1__bg {
    font-size: 2.4rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__item .step1__ttl .step1__bg {
    font-size: 1.8rem !important;
  }
}
.p-custom .s-custom04__item .step1__ttl .step1__bg img {
  margin-right: 0.8rem;
}
.p-custom .s-custom04__item .step1__ttl .step1__bg img:last-child {
  margin-left: 0.8rem;
}
.p-custom .s-custom04__item ul {
  margin: 0;
  padding: 0;
}
.p-custom .s-custom04__item ul li {
  list-style-type: none;
  position: relative;
  letter-spacing: 0.05em;
  padding-left: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__item ul li {
    margin-bottom: 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__item ul li {
    margin-bottom: 2rem;
  }
}
.p-custom .s-custom04__item ul li:last-child {
  margin-bottom: 0;
}
.p-custom .s-custom04__item ul li:before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background: #646363;
  border-radius: 50%;
  position: absolute;
  left: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__item ul li:before {
    top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__item ul li:before {
    top: 1rem;
  }
}
.p-custom .s-custom04__item .box {
  background: #f8f8f8;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__item .box {
    padding: 1.9rem 2.5rem;
    margin-top: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__item .box {
    padding: 1.5rem;
    margin-top: 2rem;
  }
}
.p-custom .s-custom04__item .box p {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__item .box p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__item .box p {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__btn {
    gap: 1.7rem;
    margin-top: 4.9rem;
    margin-bottom: 9.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__btn {
    gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
    padding: 0 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom04__btn a {
    width: 30rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom04__btn a {
    width: 100%;
  }
}
.p-custom .s-custom04__btn a .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-contact .cm_heading {
  background: url(../images/contact/bg_main.png) no-repeat center center;
  background-size: cover;
}
.p-contact .s-contact01 {
  background: #ffffff;
  border: 1px solid #839dd8;
  -webkit-box-shadow: 0.8rem 0.8rem 0px rgba(131, 157, 216, 0.25);
          box-shadow: 0.8rem 0.8rem 0px rgba(131, 157, 216, 0.25);
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 {
    padding: 7.8rem 5.5rem 7.1rem;
    max-width: 110.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 {
    margin: 4rem 1.2rem 0;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3rem 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 p {
    margin: 5.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 p {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact02 {
    margin: 10.8rem auto 0;
    max-width: 110.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact02 {
    margin: 4rem auto 0;
    max-width: 110.9rem;
    padding: 0 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact02__txt {
    margin: 5.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact02__txt {
    margin: 0;
  }
}
.p-contact .s-contact02__txt a {
  color: #839dd8;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content {
    margin-top: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dl {
    margin: 0;
  }
}
.p-contact .form-content__dl:last-child {
  margin-bottom: 0;
}
.p-contact .form-content__dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-Noto_jp);
  color: #000;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dt {
    width: calc(100% - 84.7rem);
    padding-top: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dt {
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
  }
}
.p-contact .form-content__dt span {
  background: #839dd8;
  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-size: 1.4rem;
  font-family: var(--font-Noto_jp);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dt span {
    width: 4.3rem;
    height: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dt span {
    width: 4rem;
    height: 2rem;
    font-size: 1.2rem;
  }
}
.p-contact .form-content__dd {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd {
    width: 84.7rem;
    padding-left: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd {
    padding: 0.5rem 0 1.5rem;
  }
}
.p-contact .form-content__dd .list_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.p-contact .form-content__dd .list_radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.p-contact .form-content__dd p {
  margin: 0;
}
.p-contact .form-content__dd input[type=text],
.p-contact .form-content__dd input[type=email] {
  border: 1px solid #d9d9d9;
  background: #f8f8f8;
  width: 100%;
  padding: 0.5rem 1.6rem;
  font-size: 1.6rem;
}
.p-contact .form-content__dd input[type=radio] {
  border: 1px solid #d9d9d9;
  width: 2.6rem;
  height: 2.6rem;
  accent-color: #000;
}
.p-contact .form-content__dd select {
  border: 1px solid #d9d9d9;
  padding: 0.5rem 1.6rem;
  width: 100%;
  max-width: 45rem;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f8f8f8 url(../images/contact/arow.png) no-repeat right 1rem center;
  font-size: 1.6rem;
}
.p-contact .form-content__dd textarea {
  border: 1px solid #d9d9d9;
  padding: 0.5rem 1.6rem;
  width: 100%;
  background: #f8f8f8;
  height: 15.4rem;
  font-size: 1.6rem;
}
.p-contact .form-content__dd div {
  margin-bottom: 1.5rem;
}
.p-contact .form-content__dd div:last-child {
  margin-bottom: 0;
}
.p-contact .form-content__dd .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.3rem;
}
.p-contact .form-content__dd .flx input {
  width: calc(100% - 13rem);
}
.p-contact .form-content__dd .list_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd .list_date {
    gap: 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd .list_date {
    gap: 1rem;
  }
}
.p-contact .form-content__dd .list_date div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd .list_date div:last-child select {
    width: 10rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd .list_date select {
    width: 10rem;
    margin-right: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd .list_date select {
    padding: 0.5rem;
    width: 6rem;
    margin-right: 0.5rem;
  }
}
.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: 5rem;
    margin: 2.2rem auto 10.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .contact-group-btn {
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.p-contact .contact-group-btn .cm-btn03 {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact #formEnd {
    margin-top: 7.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact #formEnd {
    margin-top: 3rem;
  }
}
.p-contact #formEnd p {
  margin: 0;
}
.p-contact #formEnd input[type=checkbox] {
  width: 2.6rem;
  height: 2.6rem;
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
}
.p-contact #formEnd label {
  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;
}
.p-contact #formEnd input[type=submit] {
  border: none;
  color: #fff;
  width: 100%;
  height: 100%;
  font-family: var(--font-Noto_jp);
  letter-spacing: 0.1em;
}
.p-contact #formEnd .cm-btn03:hover input[type=submit] {
  color: #120d3c;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03 {
    padding-top: 10rem;
    padding-bottom: 10.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-contact .s-contact03 p {
  margin: 0;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03 .txt {
    margin-top: 5.2rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03 .txt {
    margin: 0 0 2rem;
  }
}
.p-contact .s-contact03 a {
  color: #839dd8;
}
.p-contact .s-contact03 ul {
  margin: 0;
  padding: 0;
}
.p-contact .s-contact03 ul li {
  margin: 0;
  list-style-type: none;
  letter-spacing: 0.05em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03 ul li {
    padding: 0 0 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03 ul li {
    padding: 0 0 0 2.2rem;
  }
}
.p-contact .s-contact03 ul li:before {
  content: "";
  background: #120d3c;
  position: absolute;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03 ul li:before {
    width: 1.2rem;
    height: 1.2rem;
    left: 0.7rem;
    top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03 ul li:before {
    width: 0.7rem;
    height: 0.7rem;
    left: 0.5rem;
    top: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03 .pri_or02 {
    margin-top: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03 .pri_or02 {
    margin-top: 1.5rem;
  }
}
.p-contact .s-contact03 .pri_or02 h3 {
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03 .pri_or02 h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03 .pri_or02 h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03 .pri_or03 {
    margin-top: 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03 .pri_or03 {
    margin-top: 1.5rem;
  }
}
.p-contact .s-contact03 .pri_or03 h3 {
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03 .pri_or04 {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03 .pri_or04 {
    margin-top: 1.5rem;
  }
}
.p-contact .s-contact03 .pri_or04 h3 {
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03 .pri_or04 h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03 .pri_or04 h3 {
    font-size: 1.6rem;
  }
}
.p-contact .s-thanks {
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-contact .s-thanks {
    margin-top: 4rem;
  }
}
.p-contact .s-thanks a {
  margin: 3rem auto 0;
}

.junbi {
  text-align: center;
  padding: 100px 0 100px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.p-price .cm_heading {
  background: url(../images/price/bg_main.png) no-repeat left bottom;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price01 {
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price01 {
    gap: 0.3rem;
    padding: 4rem 1.2rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-price .s-price01 a {
    width: 21.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price01 a {
    width: calc(33.3333333333% - 0.3rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02 {
    padding-top: 8.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02 {
    padding-top: 4rem;
  }
}
.p-price .s-price02__txt {
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02__txt {
    margin: 5.1rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02__txt {
    margin: 2rem 0 0;
  }
}
.p-price .s-price02__box {
  background: url(../images/top/bg.webp) no-repeat center center;
  background-size: cover;
  font-family: var(--font-Noto_jp);
  color: #545252;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02__box {
    margin-top: 4rem;
    padding: 9.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02__box {
    margin-top: 4rem;
    padding: 4rem 1.2rem;
  }
}
.p-price .s-price02__box .inner {
  max-width: 111.6rem;
  margin: auto;
}
.p-price .s-price02__box .ttl {
  font-weight: 700;
  font-family: var(--font-Noto_jp);
  position: relative;
  margin: 0;
  z-index: 1;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #120d3c;
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02__box .ttl {
    margin-bottom: 4.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02__box .ttl {
    margin-bottom: 2rem;
  }
}
.p-price .s-price02__box .ttl span {
  font-size: 1.6rem;
}
.p-price .s-price02__box .box {
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02__box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3rem;
    padding-bottom: 5.9rem;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02__box .box {
    margin: 2rem 0 0;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
  }
}
.p-price .s-price02__box .box:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02__box .box img {
    width: 47.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02__box .box img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02__box .box .ct {
    width: calc(100% - 47.2rem);
    padding-left: 0.3rem;
    padding-right: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02__box .box .ct {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-price .s-price02__box .box .ct .tit {
  font-family: var(--font-Noto_jp);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #120d3c;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02__box .box .ct .tit {
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 1.7rem 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02__box .box .ct .tit {
    font-size: 1.8rem;
    margin: 1.7rem 0 1rem;
  }
}
.p-price .s-price02__box .box .ct .tit span {
  font-size: 1.6rem;
}
.p-price .s-price02__box .box .ct p {
  margin: 0;
  letter-spacing: 0.05em;
  color: #000;
}
.p-price .s-price02__box .text {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02__box .text {
    margin: 5.9rem 0.3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02__box .text {
    margin: 2rem 0 0;
  }
}
.p-price .s-price02__box .text a {
  text-decoration: underline;
}
.p-price .s-price03 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price03 {
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price03 {
    padding-top: 4rem;
  }
}
.p-price .s-price03__inner {
  background: #f8f8f8;
  max-width: 111.7rem;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price03__inner {
    padding: 7.5rem 0 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price03__inner {
    padding: 3rem 1.2rem;
  }
}
.p-price .s-price03__inner img {
  margin: auto;
}
.p-price .s-price03__ttl {
  text-align: center;
  color: #15328a;
  font-family: var(--font-Noto_jp);
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price03__ttl {
    font-size: 2rem;
    margin: 0 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price03__ttl {
    font-size: 1.8rem;
    margin: 0 0 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-price .s-price04 {
    padding-top: 9.8rem;
    padding-bottom: 11rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price04 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-price .s-price04 .txt {
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price04 .txt {
    margin: 5.1rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price04 .txt {
    margin: 2rem 0 0;
  }
}
.p-price .s-price04__list {
  max-width: 111.7rem;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price04__list {
    margin: 2.4rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price04__list {
    margin: 3rem auto 0;
    padding: 0 1rem;
  }
}
.p-price .s-price04__list dl {
  margin-right: 1rem;
  border: 1px solid #000;
  position: relative;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price04__list dl {
    padding: 3.3rem 3.4rem 3rem;
    margin: 0 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price04__list dl {
    padding: 1.5rem;
    margin: 0 0 2rem;
  }
}
.p-price .s-price04__list dl:last-child {
  margin-bottom: 0;
}
.p-price .s-price04__list dl:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price04__list dl:after {
    right: -1rem;
    bottom: -1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price04__list dl:after {
    right: -0.5rem;
    bottom: -0.5rem;
  }
}
.p-price .s-price04__list dl dt {
  position: relative;
  color: #120d3c;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price04__list dl dt {
    padding-left: 4.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price04__list dl dt {
    padding-left: 3.5rem;
  }
}
.p-price .s-price04__list dl dt:before {
  content: "";
  background: url(../images/price/icon.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price04__list dl dt:before {
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price04__list dl dt:before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-price .s-price04__list dl dd {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price04__list dl dd {
    padding: 0 0 0 4.6rem;
    margin: 2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price04__list dl dd {
    padding: 0 0 0 3.5rem;
    margin: 1rem 0 0;
  }
}

.c-strongblog-pagination .c-strongblog-pagination__list {
  padding: 0 !important;
}
.c-strongblog-pagination .c-strongblog-pagination__list .c-strongblog-pagination__item {
  list-style-type: none !important;
}

.c-strongblog-tag {
  padding: 0 !important;
}
.c-strongblog-tag .c-strongblog-tag__item {
  list-style-type: none !important;
}

@media only screen and (min-width: 768px) {
  .l-strongblog-container {
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-strongblog-container {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .l-strongblog {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .l-strongblog .l-strongblog-side {
    width: 100%;
    display: block;
  }
  .l-strongblog .l-strongblog-article {
    display: block;
    width: 100%;
  }
  .c-strongblog-sns {
    grid-column-gap: 0 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .c-strongblog-sns iframe {
    width: 30%;
    display: block;
  }
}