@charset "UTF-8";
/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
.header_content {
  background: #015997;
}
@media only screen and (max-width: 767px) {
  .header_content {
    height: 6rem;
  }
}
.header_content:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.38);
  position: absolute;
  top: 0;
  left: 0;
}

/*---------- START BREADCRUMB ----------*/
.c-breadcrumb {
  margin-bottom: 8rem;
}
.c-breadcrumb ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.4rem 0;
  margin: 0;
}
.c-breadcrumb ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.c-breadcrumb ul li:not(:last-child) {
  color: #afaba2;
}
.c-breadcrumb ul li:after {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0;
  right: 7px;
  margin: auto;
  width: 11px;
  height: 1px;
  display: inline-block;
  background: #adb3b9;
  -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: #000000;
  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_maintitle {
    background: #e0f0f8 url(../images/common_img/bg_mb.png) no-repeat right bottom;
    padding: 6.9rem 0 7.4rem;
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_maintitle {
    background: #e0f0f8 url(../images/common_img/bg_mb.png) no-repeat right bottom;
    background-size: 80% auto;
    padding: 2.5rem 0 2rem;
    margin-bottom: 5rem;
    margin-top: 6rem;
  }
}
.cm_maintitle_heading {
  margin: 0;
}
.cm_maintitle_heading_jp {
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: -0.6rem;
}
@media only screen and (min-width: 768px) {
  .cm_maintitle_heading_jp {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_maintitle_heading_jp {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.cm_maintitle_heading_en {
  font-family: var(--font-Jost);
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .cm_maintitle_heading_en {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_maintitle_heading_en {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-pagination {
    margin-top: 9.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 5rem;
  }
}
.c-pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.4rem;
}
.c-pagination .wp-pagenavi span,
.c-pagination .wp-pagenavi a {
  width: 3.6rem;
  height: 4.6rem;
  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.6rem;
  text-decoration: none;
  color: #000;
  font-family: var(--font-Jost);
  font-weight: 500;
}
.c-pagination .wp-pagenavi a {
  border: 0.1rem solid #cdcdcd;
}
.c-pagination .wp-pagenavi a:hover {
  border: 0.1rem solid #cdcdcd;
  color: #fff;
  background: #7c7c7c;
}
.c-pagination .wp-pagenavi span {
  border: 0.1rem solid #cdcdcd;
  color: #fff;
  background: #7c7c7c;
}
.c-pagination .wp-pagenavi .previouspostslink,
.c-pagination .wp-pagenavi .nextpostslink {
  position: relative;
}
.c-pagination .wp-pagenavi .previouspostslink:before,
.c-pagination .wp-pagenavi .nextpostslink:before {
  content: "";
  border: solid #000;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-pagination .wp-pagenavi .previouspostslink:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.c-pagination .wp-pagenavi .nextpostslink:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  .p-news {
    margin-bottom: 12.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-news_list {
    margin-top: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news_list {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-news_item {
    margin-bottom: 5rem;
  }
  .p-news_item:hover .cm-btn01 span {
    color: #fff;
  }
  .p-news_item:hover .cm-btn01:before {
    width: 100%;
  }
  .p-news_item:hover .cm-btn01:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-news_item {
    margin-bottom: 3rem;
  }
}
.p-news_item a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-news_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .p-news_itemImg {
    width: 34rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news_itemImg {
    width: 100%;
  }
  .p-news_itemImg img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-news_itemCt {
    width: calc(100% - 34rem);
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-news_itemCt {
    margin-top: 2rem;
  }
}
.p-news_itemCt_r:after {
  clear: both;
  display: block;
  content: "";
}
@media only screen and (min-width: 768px) {
  .p-news_itemCt .cm-btn01 {
    float: right;
  }
}
.p-news_item .date {
  margin: 0.9rem 0 0;
  letter-spacing: 0.1em;
  display: block;
}
.p-news_itemTtl {
  font-weight: 500;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 7.2rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 768px) {
  .p-news_itemTtl {
    font-size: 2rem;
    line-height: 1.8;
    margin: 1rem 0 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news_itemTtl {
    font-size: 1.8rem;
    margin: 1rem 0 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-news_detail {
    margin-bottom: 12.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news_detail {
    margin-bottom: 6rem;
  }
}
.p-news_detail_title {
  border-bottom: 1px solid #adb3b9;
}
@media only screen and (min-width: 768px) {
  .p-news_detail_title {
    padding-bottom: 2.3rem;
    margin-bottom: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news_detail_title {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }
}
.p-news_detail_title p {
  margin: 0 !important;
  letter-spacing: 0.1em !important;
}
@media only screen and (min-width: 768px) {
  .p-news_detail_title p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news_detail_title p {
    font-size: 1.4rem;
  }
}
.p-news_detail_title .ttl {
  letter-spacing: 0;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-news_detail_title .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news_detail_title .ttl {
    font-size: 1.8rem;
  }
}
.p-news_detail figure {
  display: block;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-news_detail figure {
    margin: 4.6rem 0 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news_detail figure {
    margin: 3rem 0;
  }
}
.p-news_detail figure img {
  width: auto;
  max-width: 100%;
  margin: auto;
}
.p-news_detail p {
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
  .p-news_detail p {
    margin: 3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-news_detail p {
    margin: 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-news_detail .cm-btn01 {
    margin: 7.2rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-news_detail .cm-btn01 {
    margin: 5rem auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 {
    margin-top: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 {
    margin-top: 3rem;
  }
}
.p-contact .s-contact01 .txt {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 .txt {
    margin: 2.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 .txt {
    margin: 1.5rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin-top: 5.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01_list {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01_list > div {
    width: calc(50% - 1rem);
  }
}
.p-contact .s-contact01_tel_bg {
  background: url(../images/contact/bg01.png);
  text-align: center;
  padding: 0.5rem;
}
.p-contact .s-contact01_tel_bg span {
  background: #1d2087;
}
.p-contact .s-contact01_tel_bg .inner {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01_tel_bg .inner {
    padding-top: 4.8rem;
    padding-bottom: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01_tel_bg .inner {
    padding: 3rem;
  }
}
.p-contact .s-contact01_tel_bg .inner a {
  text-decoration: none;
  font-family: var(--font-Jost);
  font-weight: 500;
  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;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01_tel_bg .inner a {
    font-size: 4.5rem;
    gap: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01_tel_bg .inner a {
    font-size: 3rem;
    gap: 1rem;
  }
}
.p-contact .s-contact01_tel_bg .inner a img {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01_tel_bg .inner a img {
    top: -0.6rem;
    left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01_tel_bg .inner a img {
    width: 3rem;
    height: auto;
  }
}
.p-contact .s-contact01_tel_bg .inner p {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01_tel_bg .inner p {
    margin: 0.5rem 1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01_tel_bg .inner p {
    margin: 1rem 0rem 0;
  }
}
.p-contact .s-contact01_line_bg {
  background: url(../images/contact/bg02.png);
  padding: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01_line_bg {
    margin-top: 5rem;
  }
  .p-contact .s-contact01_line_bg span {
    top: -3.2rem;
  }
}
.p-contact .s-contact01_line_bg span {
  background: #23abeb;
}
.p-contact .s-contact01_line_bg .inner {
  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-contact .s-contact01_line_bg .inner {
    padding: 4.4rem 3.3rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01_line_bg .inner {
    padding: 5rem 1rem 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01_line_bg .inner img {
    width: 11.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01_line_bg .inner img {
    width: 8rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01_line_bg .inner div {
    width: calc(100% - 11.6rem);
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01_line_bg .inner div {
    width: calc(100% - 8rem);
    padding-left: 1rem;
  }
}
.p-contact .s-contact01_line_bg .inner div p {
  margin: -0.5rem 0 0;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01_line_bg .inner div p {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01_line_bg .inner div p {
    line-height: 1.3333333333;
  }
}
.p-contact .s-contact01_line_bg .inner div a {
  width: 15.8rem;
  height: 3.9rem;
  background: #06c755;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin: 1rem 0 0;
  padding: 0 1.3rem;
  gap: 0.2rem;
}
.p-contact .s-contact01_line_bg .inner div a img {
  width: 3.4rem;
}
.p-contact .s-contact01_line_txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  margin: 0.8rem 0.6rem 0;
}
.p-contact .s-contact01_box {
  background: #fff;
  position: relative;
}
.p-contact .s-contact01_box span {
  font-weight: 500;
  color: #fff;
  padding: 0.2rem 2rem;
  border-radius: 1rem;
  position: absolute;
  letter-spacing: 0.1em;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01_box span {
    font-size: 2rem;
    top: -2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01_box span {
    font-size: 1.6rem;
    top: -2.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact02 {
    margin-top: 6.5rem;
    padding-bottom: 12.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact02 {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
.p-contact .s-contact02_txt {
  letter-spacing: 0.1em;
  margin: 2rem 0 2.8rem;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content {
    border-top: 0.1rem dotted #8a8a8a;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content {
    border: 0.1rem solid #8a8a8a;
  }
}
.p-contact .form-content__dl {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5rem 0 3rem;
    border-bottom: 0.1rem dotted #8a8a8a;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dl {
    display: block;
    padding: 0;
    border-bottom: 0.1rem solid #8a8a8a;
  }
}
.p-contact .form-content__dt {
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dt {
    width: 28.4rem;
    padding-left: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dt {
    width: 100%;
    padding: 1rem;
    background: #cbe2ec;
    border-bottom: 0.1rem solid #8a8a8a;
  }
}
.p-contact .form-content__dt span {
  width: 4.4rem;
  height: 2.3rem;
  border-radius: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dt span {
    top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dt span {
    top: 0.6rem;
    right: 1rem;
  }
}
.p-contact .form-content__dt .hissu {
  background: #1d2087;
}
.p-contact .form-content__dt .ninni {
  background: #f7b400;
}
.p-contact .form-content__dd {
  margin: 0;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd {
    width: calc(100% - 28.4rem);
    padding: 0 2rem 0 4.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd {
    width: 100%;
    padding: 1rem;
  }
}
.p-contact .form-content__dd input[type=radio],
.p-contact .form-content__dd input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.1rem;
  position: relative;
  top: 0.1rem;
  border: 0.1rem solid #9f9f9f;
}
.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 #9f9f9f;
  display: block;
}
@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 {
    padding: 0.4rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd input[type=text],
  .p-contact .form-content__dd input[type=tel],
  .p-contact .form-content__dd input[type=email],
  .p-contact .form-content__dd textarea,
  .p-contact .form-content__dd select {
    padding: 0.5rem 1rem;
  }
}
.p-contact .form-content__dd select {
  width: 35.7rem;
}
.p-contact .form-content__dd textarea {
  height: 11rem;
}
.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 {
  width: 100%;
}
.p-contact .form-content__dd .list_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd .list_radio {
    gap: 3.6rem;
    margin-bottom: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd .list_radio {
    gap: 1rem 2rem;
    margin-bottom: 1rem;
  }
}
.p-contact .form-content__dd .list_radio:last-child {
  margin-bottom: 0;
}
.p-contact .form-content__dd .list_radio input[type=text] {
  max-width: calc(100% - 13rem);
}
.p-contact .form-content__dd .zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd .zip input {
    max-width: 21rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd .zip input {
    max-width: 13rem;
  }
}
.p-contact .form-content__dd .list_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem 4.7rem;
}
.p-contact .form-content__dd p {
  margin: 0.7rem 0 0.3rem;
}
@media only screen and (min-width: 768px) {
  .p-contact #formEnd {
    margin-top: 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact #formEnd {
    margin-top: 3rem;
  }
}
.p-contact #formEnd p {
  margin: 0;
}
.p-contact .contact-group-btn {
  font-size: 1.6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-contact .contact-group-btn {
    margin-top: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .contact-group-btn {
    margin-top: 2rem;
  }
}
.p-contact .contact-group-btn .disabled .cm-btn01 {
  margin: auto !important;
  cursor: default;
}
.p-contact .contact-group-btn .disabled .cm-btn01:before {
  width: 0;
}
.p-contact .contact-group-btn .disabled .cm-btn01:after {
  border: solid #0f174f;
  border-width: 0 0.2rem 0.2rem 0;
}
.p-contact .contact-group-btn .disabled .cm-btn01 input {
  color: #0f174f;
  cursor: no-drop;
}
.p-contact .contact-group-btn .disabled .cm-btn01:hover input {
  color: #0f174f;
}
.p-contact .contact-group-btn .cm-btn01 {
  width: 29rem;
}
.p-contact .contact-group-btn .cm-btn01:hover input {
  color: #fff;
}
.p-contact .contact-group-btn .cm-btn01 input {
  width: 100%;
  height: 100%;
  border: none;
  z-index: 99;
  cursor: pointer;
}
.p-contact .s-contact03 {
  background: #eff4fa;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03 {
    padding: 10rem 0 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03 {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03_box {
    margin-top: 3.4rem;
    margin-bottom: 6.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03_box {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.p-contact .s-contact03 .tt {
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03 .tt {
    font-size: 1.8rem;
    margin: 2.9rem 0 -1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03 .tt {
    font-size: 1.6rem;
    margin: 2rem 0 -0.5rem;
  }
}
.p-contact .s-contact03 p {
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact03 p {
    margin: 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact03 p {
    margin: 1rem 0;
  }
}

.p-contact-sent {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-contact-sent {
    margin-bottom: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact-sent {
    margin-bottom: 7rem;
  }
}
.p-contact-sent a {
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .p-staff .s-staff01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff01 {
    padding: 0 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff01__img {
    width: calc(50% - 11.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff01__img {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-staff .s-staff01__img img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff01_ct {
    width: calc(50% + 11.5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .p-staff .s-staff01_ct:after {
    content: "";
    clear: both;
    display: block;
  }
  .p-staff .s-staff01_ct .inner {
    width: 66rem;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff01_ct {
    width: 100%;
  }
}
.p-staff .s-staff01_ct .title {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff01_ct .title {
    font-size: 3.6rem;
    line-height: 1.5555555556;
    margin: -1.3rem 0 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff01_ct .title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff01_ct p {
    margin: 0 0 5.4rem;
    padding-right: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff01_ct p {
    margin: 0 0 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02 {
    margin-top: 11.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02 {
    margin-top: 3rem;
  }
}
.p-staff .s-staff02__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02__item {
    margin-bottom: 10rem;
  }
  .p-staff .s-staff02__item:nth-child(2n) .s-staff02__itemLeft {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-staff .s-staff02__item:nth-child(2n) .s-staff02__itemRight {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02__item {
    margin-bottom: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-staff .s-staff02__item:last-child {
  margin-bottom: 0;
}
.p-staff .s-staff02__itemLeft {
  border-bottom: 1px solid #d6d9dc;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02__itemLeft {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02__itemLeft {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-staff .s-staff02__itemLeftTtl {
  background: #176dbd;
  background: -webkit-gradient(linear, right top, left top, from(rgb(23, 109, 189)), to(rgb(17, 63, 155)));
  background: linear-gradient(-90deg, rgb(23, 109, 189) 0%, rgb(17, 63, 155) 100%);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02__itemLeftTtl {
    padding: 2.8rem 3.3rem 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02__itemLeftTtl {
    padding: 1.5rem;
    display: none;
  }
}
.p-staff .s-staff02__itemLeftTtl .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02__itemLeftTtl .title {
    gap: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02__itemLeftTtl .title {
    gap: 2rem;
  }
}
.p-staff .s-staff02__itemLeftTtl .title p {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02__itemLeftTtl .title p {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02__itemLeftTtl .title p {
    font-size: 3rem;
  }
}
.p-staff .s-staff02__itemLeftTtl .title p span {
  display: block;
  font-family: var(--font-Jost);
  color: #f7b400;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  line-height: 2.1428571429;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02__itemLeftTtl .title p span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02__itemLeftTtl .title p span {
    font-size: 1.2rem;
  }
}
.p-staff .s-staff02__itemLeftTtl .tit {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02__itemLeftTtl .tit {
    font-size: 2.2rem;
    margin: 1.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02__itemLeftTtl .tit {
    font-size: 1.6rem;
    margin: 1rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02__itemLeftCt {
    padding: 1rem 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02__itemLeftCt {
    padding: 1rem 0 0;
  }
}
.p-staff .s-staff02__itemLeft table {
  width: 100%;
}
.p-staff .s-staff02__itemLeft table tr {
  border-bottom: 1px solid #d6d9dc;
}
.p-staff .s-staff02__itemLeft table tr:last-child {
  border-bottom: none;
}
.p-staff .s-staff02__itemLeft table th {
  text-align: left;
  letter-spacing: 0.1em;
  font-weight: 500;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02__itemLeft table th {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.1rem 0;
    width: 19rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02__itemLeft table th {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0.5rem 0;
    width: 15rem;
  }
}
.p-staff .s-staff02__itemLeft table td {
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02__itemLeft table td {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02__itemLeft table td {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0.5rem 0;
  }
}
.p-staff .s-staff02__itemRight {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02__itemRight {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02__itemRight {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-staff .s-staff02__itemRight .s-staff02__itemLeftTtl {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02__itemRight .s-staff02__itemLeftTtl {
    display: block;
  }
}
.p-staff .s-staff02__itemRightCt {
  background: #176dbd;
  background: -webkit-gradient(linear, right top, left top, from(rgb(23, 109, 189)), to(rgb(17, 63, 155)));
  background: linear-gradient(-90deg, rgb(23, 109, 189) 0%, rgb(17, 63, 155) 100%);
  color: #fff;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02__itemRightCt {
    padding: 3.3rem 2rem 3.9rem 3.9rem;
    min-height: calc(100% - 52.3rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02__itemRightCt {
    padding: 1rem;
  }
}
.p-staff .s-staff02__itemRightCt dl {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-staff .s-staff02__itemRightCt dl dt {
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  position: relative;
}
.p-staff .s-staff02__itemRightCt dl dt:after {
  content: "：";
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02__itemRightCt dl dt {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    width: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02__itemRightCt dl dt {
    font-size: 1.4rem;
    width: 8rem;
  }
}
.p-staff .s-staff02__itemRightCt dl dd {
  padding: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff02__itemRightCt dl dd {
    line-height: 1.7777777778;
    font-size: 1.8rem;
    width: calc(100% - 10rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff02__itemRightCt dl dd {
    font-size: 1.4rem;
    width: calc(100% - 8rem);
  }
}
.p-staff .s-staff03 {
  background: #eff6fb;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff03 {
    padding-top: 10rem;
    padding-bottom: 10.8rem;
    margin-top: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff03 {
    margin-top: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.p-staff .s-staff03 .text {
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff03 .text {
    margin: 3.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff03 .text {
    margin: 1.5rem 0 0;
  }
}
.p-staff .s-staff03__inner {
  border: 1rem solid #23abeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff03__inner {
    padding: 2.1rem 4.8rem 2.7rem;
    margin-top: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff03__inner {
    padding: 2rem 1rem;
    margin-top: 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-staff .s-staff03 .ct {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff03 .ct {
    width: calc(100% - 40.9rem);
    padding-left: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff03 .ct {
    margin-top: 2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-staff .s-staff03 .ct p {
  letter-spacing: 0.025em;
  margin: 0;
}
.p-staff .s-staff03 .ct ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.5rem 0 0;
  max-width: 36.2rem;
  padding: 0;
}
.p-staff .s-staff03 .ct ul li {
  list-style-type: none;
  padding-left: 15px;
  font-weight: 500;
  position: relative;
  width: 50%;
  padding-left: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.9444444444;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff03 .ct ul li {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff03 .ct ul li {
    font-size: 1.6rem;
  }
}
.p-staff .s-staff03 .ct ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #f7b400;
  position: absolute;
  left: 0.8rem;
  top: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff03 .ct_right {
    width: 40.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff03 .ct_right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-staff .s-staff03 .ct_right img {
    width: 70%;
  }
}
.p-staff .s-staff03 .ct_right p {
  background: url(../images/staff/bg_staff.png);
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 1.3rem 0 1.4rem;
}
.p-staff .s-staff03 .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-staff .s-staff03 .ttl {
    font-size: 3rem;
    margin: 1.9rem 0 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .s-staff03 .ttl {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}

.p-company .s-company01 {
  text-align: center;
  background: url(../images/top/keyword_bg.webp) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01 {
    padding: 9.3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01 {
    padding: 3rem 0;
  }
}
.p-company .s-company01__title {
  font-weight: 900;
  font-family: var(--font-Mincho);
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01__title {
    font-size: 4rem;
    margin: 0 0 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01__title {
    font-size: 2.2rem;
    margin: 0 0 2rem;
  }
}
.p-company .s-company01 p {
  font-family: var(--font-Mincho);
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01 p {
    letter-spacing: 0.075em;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01 p {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02 {
    margin-top: 9.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02 {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02__left {
    width: 44.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02__left {
    margin-top: 3rem;
    text-align: center;
  }
  .p-company .s-company02__left img {
    max-width: 20rem;
    margin: auto;
  }
}
.p-company .s-company02__left p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02__left p {
    gap: 2rem;
    margin: 3.1rem 0 0;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02__left p {
    gap: 1rem;
    margin: 2rem 0 0;
  }
  .p-company .s-company02__left p img {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02__txt {
    letter-spacing: 0.1em;
    width: calc(100% - 44.7rem);
    margin: -1rem 0 0;
    padding-left: 6.8rem;
  }
}
.p-company .s-company03 {
  background: url(../images/company/bg.png) no-repeat center center;
  background-size: cover;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03 {
    padding: 10.8rem 0 11rem;
    margin-top: 9.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company03 {
    margin: 3rem 0 0;
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-company .s-company03 .cm-title02 {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03 .cm-title02 {
    width: 31.5rem;
    text-align: left;
    padding-top: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03 .cm-title02_doc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-company .s-company03 .cm-title02_doc span {
  background: #fff;
}
.p-company .s-company03 .cm-title02_jp {
  color: #fff;
}
.p-company .s-company03__txt {
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03__txt {
    width: calc(100% - 31.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company03__txt {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04 {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 table {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04 table {
    margin-top: 2rem;
    display: block;
  }
  .p-company .s-company04 table tbody,
  .p-company .s-company04 table tr {
    display: block;
    width: 100%;
  }
}
.p-company .s-company04 table th {
  color: #009ae4;
  vertical-align: top;
  border-right: 1px solid #fff;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 table th {
    letter-spacing: 0.1em;
    width: 22.1rem;
    padding: 25px 3.2rem;
    border-bottom: 1px solid #009ae4;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04 table th {
    display: block;
    width: 100%;
    padding: 1rem 0 0;
  }
}
.p-company .s-company04 table td {
  border-bottom: 1px solid #adb3b9;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 table td {
    padding: 2.5rem 3.2rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04 table td {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05 {
    margin-top: 10rem;
    margin-bottom: 11rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05__inner {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05__inner .map {
    width: 64.5rem;
    height: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05__inner .map {
    width: 100%;
    height: 20rem;
  }
}
.p-company .s-company05__inner .map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company05__inner .ct {
    width: calc(100% - 64.5rem);
    padding-left: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company05__inner .ct {
    margin-top: 2rem;
  }
}
.p-company .s-company05__inner .ct p {
  letter-spacing: 0.1em;
}
.p-company .s-company05__inner .ct p span {
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .cm-section1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .cm-section1 {
    padding: 0 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-section1__img {
    width: calc(50% - 15.8rem);
    height: 55.3rem;
    position: relative;
  }
  .cm-section1__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) {
  .cm-section1__img {
    width: 100%;
    margin-top: 3rem;
  }
}
.cm-section1__img img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .cm-section1__ct {
    width: calc(50% + 15.8rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .cm-section1__ct:after {
    content: "";
    clear: both;
    display: block;
  }
  .cm-section1__ct .inner {
    width: 71rem;
    float: right;
    padding-right: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-section1__ct {
    width: 100%;
  }
}
.cm-section1__ct .title {
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .cm-section1__ct .title {
    font-size: 5rem;
    line-height: 1.6;
    margin: 5.8rem 0 4.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-section1__ct .title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-section1__ct .title span {
    padding-left: 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-section1__ct .title span {
    margin: 0 0 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-section1__ct p {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-section1__ct p {
    margin: 0 0 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .cm-section2 {
    padding: 4rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-section2_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .cm-section2__img {
    width: 60.8rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .cm-section2__ct {
    width: calc(100% - 60.8rem);
    padding-left: 5.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 2rem;
  }
  .cm-section2__ct .cm-title02 {
    text-align: left;
  }
  .cm-section2__ct .cm-title02_doc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .cm-section2__ct .cm-title02_jp {
    line-height: 1.4444444444;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-section2__ct {
    margin-bottom: 2rem;
  }
}
.cm-section2__ct p {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm-section2__ct p {
    margin: 3rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-section2.cm-section2__left .cm-section2__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .cm-section2.cm-section2__left .cm-section2__ct {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-right: 7.4rem;
  }
}

.cm-banner {
  background: url(../images/design/bg.png) no-repeat center center;
  background-size: cover;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cm-banner {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner {
    margin-top: 4rem;
  }
}
.cm-banner__inner {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cm-banner__inner {
    padding: 10rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner__inner {
    padding: 4rem 1.2rem 3rem;
  }
}
.cm-banner .cm-title02 {
  color: #fff;
}
.cm-banner .cm-title02_doc span {
  background: #fff;
}
.cm-banner .cm-title02_jp {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cm-banner .cm-title02_jp {
    line-height: 1.4444444444;
    margin: 1.3rem 0 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner .cm-title02_jp {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner .cm-title02_en {
    font-size: 1.2rem;
  }
}
.cm-banner p {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm-banner p {
    margin: 3.5rem 0 6.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner p {
    margin: 2rem 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
}
.cm-banner__list a {
  letter-spacing: 0.1em;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  position: relative;
  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;
  border: 0.2rem solid #fff;
}
@media only screen and (min-width: 768px) {
  .cm-banner__list a {
    width: 37.8rem;
    height: 10rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner__list a {
    width: 100%;
    max-width: 25rem;
    margin: 0 auto 1rem;
    height: 5rem;
    font-size: 1.4rem;
  }
}
.cm-banner__list a:after {
  content: "";
  border: solid #009ae4;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 0.35rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .cm-banner__list a:after {
    right: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner__list a:after {
    right: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-banner__list a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cm-banner__list a:hover {
    color: #fff;
  }
  .cm-banner__list a:hover:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
  }
  .cm-banner__list a:hover.btn01 {
    background: #009ae4 url(../images/design/icon1_on.png) no-repeat left 2.7rem center;
  }
  .cm-banner__list a:hover.btn02 {
    background: #009ae4 url(../images/design/icon2_on.png) no-repeat left 2.7rem center;
  }
  .cm-banner__list a:hover.btn03 {
    background: #009ae4 url(../images/plan/blueprint_on.png) no-repeat left 2.7rem center;
  }
}
@media only screen and (min-width: 768px) {
  .cm-banner__list .btn01 {
    background: #fff url(../images/design/icon1.png) no-repeat left 2.7rem center;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner__list .btn01 {
    background: #fff url(../images/design/icon1.png) no-repeat left 1rem center;
    background-size: 2rem auto;
  }
}
@media only screen and (min-width: 768px) {
  .cm-banner__list .btn02 {
    background: #fff url(../images/design/icon2.png) no-repeat left 2.7rem center;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner__list .btn02 {
    background: #fff url(../images/design/icon2.png) no-repeat left 1rem center;
    background-size: 2rem auto;
  }
}
@media only screen and (min-width: 768px) {
  .cm-banner__list .btn03 {
    background: #fff url(../images/plan/blueprint_bl.png) no-repeat left 2.7rem center;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner__list .btn03 {
    background: #fff url(../images/plan/blueprint_bl.png) no-repeat left 1rem center;
    background-size: 2rem auto;
  }
}

@media only screen and (min-width: 768px) {
  .cm-faq {
    padding: 10rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-faq {
    padding: 4rem 0;
  }
}
.cm-faq__list {
  border-top: 1px solid #adb3b9;
}
@media only screen and (min-width: 768px) {
  .cm-faq__list {
    margin-top: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-faq__list {
    margin-top: 2rem;
  }
}
.cm-faq__list dl {
  border-bottom: 1px solid #adb3b9;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cm-faq__list dl {
    padding: 3.5rem 2.9rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-faq__list dl {
    padding: 1.5rem 0 1rem 0;
  }
}
.cm-faq__list dt {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .cm-faq__list dt {
    font-size: 2rem;
    line-height: 1.5;
    padding: 0 4.1rem 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-faq__list dt {
    font-size: 1.5rem;
    padding: 0 3rem 0.5rem 3rem;
  }
}
.cm-faq__list dt.active .plus::after {
  opacity: 0;
}
.cm-faq__list dt:before {
  content: "Q.";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .cm-faq__list dt:before {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-faq__list dt:before {
    font-size: 2rem;
    top: 0.2rem;
  }
}
.cm-faq__list dt .plus {
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.cm-faq__list dt .plus:before, .cm-faq__list dt .plus:after {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cm-faq__list dt .plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.cm-faq__list dd {
  margin: 0;
  position: relative;
  letter-spacing: 0.1em;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .cm-faq__list dd {
    padding: 0 4.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-faq__list dd {
    padding: 0 0 0 3rem;
  }
}
.cm-faq__list dd.open {
  max-height: 100rem;
}
@media only screen and (min-width: 768px) {
  .cm-faq__list dd.open {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-faq__list dd.open {
    padding-bottom: 0.5rem;
  }
}
.cm-faq__list dd:before {
  content: "A";
  font-weight: 700;
  position: absolute;
  left: 0;
  color: #009ae4;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .cm-faq__list dd:before {
    font-size: 2.8rem;
    top: -0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-faq__list dd:before {
    font-size: 2rem;
    top: 0.2rem;
  }
}

.cm-section3 {
  background: #e3f1f9;
}
@media only screen and (min-width: 768px) {
  .cm-section3 {
    margin-top: -14.5rem;
    padding-top: 24.5rem;
    padding-bottom: 10rem;
  }
  .cm-section3 .cm-title02 {
    text-align: left;
  }
  .cm-section3 .cm-title02_doc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  .cm-section3 {
    margin-top: 4rem;
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-section3__list {
    margin-top: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-section3__list {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-section3__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 8rem;
  }
  .cm-section3__item:nth-child(2n) .cm-section3__itemImg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cm-section3__item:nth-child(2n) .cm-section3__itemCt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-right: 6.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-section3__item {
    margin-bottom: 3rem;
  }
}
.cm-section3__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cm-section3__itemImg {
    width: 52.9rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .cm-section3__itemImg {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-section3__itemCt {
    width: calc(100% - 52.9rem);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 6.8rem;
  }
}
.cm-section3__itemCt p {
  margin: 0;
}
.cm-section3__itemTtl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm-section3__itemTtl {
    font-size: 3rem;
    margin: 2rem 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-section3__itemTtl {
    font-size: 2.2rem;
    margin: 0 0 1rem;
  }
}
.cm-section3__itemTtl span {
  color: #009ae4;
}
@media only screen and (min-width: 768px) {
  .cm-section3__itemBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 5.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-section3__itemBtn {
    margin-top: 3rem;
  }
}
.cm-section3__itemBtn .cm-btn01 {
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .cm-examples {
    margin: 10rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-examples {
    margin: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-examples__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.3rem 4rem;
    margin-top: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-examples__list {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-examples__item {
    width: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 767px) {
  .cm-examples__item {
    margin-bottom: 3rem;
  }
}
.cm-examples__item img {
  width: 100%;
}
.cm-examples__item .tt {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm-examples__item .tt {
    font-size: 2.4rem;
    margin: 1.4rem 0 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-examples__item .tt {
    font-size: 1.8rem;
    margin: 1.5rem 0 0.5rem;
  }
}
.cm-examples__item p {
  letter-spacing: 0.05em;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .p-design .s-design01 {
    margin-top: -3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .s-design01 {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-design .s-design01__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .p-design .s-design01__ct {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 49.9rem);
    padding-left: 7.7rem;
    padding-top: 17rem;
  }
  .p-design .s-design01__ct .cm-title02 {
    text-align: left;
    margin-right: -1rem;
  }
  .p-design .s-design01__ct .cm-title02_doc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-design .s-design01__ct .cm-title02_jp {
    letter-spacing: 0.075em;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .s-design01__ct {
    margin-bottom: 2rem;
  }
}
.p-design .s-design01__ct p {
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-design .s-design01__ct p {
    margin: 3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .s-design01__ct p {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-design .s-design01__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 49.9rem;
  }
}
.p-design .s-design02 {
  background: #e0f0f8;
}
@media only screen and (min-width: 768px) {
  .p-design .s-design02 {
    margin-top: -7.5rem;
    padding-top: 17.5rem;
    padding-bottom: 10rem;
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .s-design02 {
    margin-top: 4rem;
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-design .s-design02__list {
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .s-design02__list {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-design .s-design02__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6rem;
  }
  .p-design .s-design02__item:nth-child(2n) .s-design02__itemCt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 9rem;
    padding-right: 0;
  }
  .p-design .s-design02__item:nth-child(2n) .s-design02__itemImg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-design .s-design02__item:nth-child(2n) .s-design02__itemTitle .number {
    left: 8.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .s-design02__item {
    margin-bottom: 3rem;
  }
}
.p-design .s-design02__item:last-child {
  margin-bottom: 0;
}
.p-design .s-design02__itemCt {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-design .s-design02__itemCt {
    width: calc(100% - 44rem);
    padding-right: 8.8rem;
    padding-top: 8.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-design .s-design02__itemImg {
    width: 44rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .s-design02__itemImg {
    width: 100%;
    margin-top: 2rem;
  }
  .p-design .s-design02__itemImg img {
    width: 100%;
  }
}
.p-design .s-design02__itemTitle .number {
  font-family: var(--font-Jost);
  color: #009ae4;
  font-weight: 500;
  line-height: 1;
  opacity: 0.1;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-design .s-design02__itemTitle .number {
    font-size: 20rem;
    top: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .s-design02__itemTitle .number {
    font-size: 10rem;
    top: 0;
  }
}
.p-design .s-design02__itemTitle .ttl {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-design .s-design02__itemTitle .ttl {
    font-size: 3rem;
    gap: 1.7rem;
    margin: 0 0 4rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .s-design02__itemTitle .ttl {
    font-size: 2.2rem;
    padding-top: 2rem;
    margin: 0 0 1rem;
  }
}
.p-design .s-design02__itemTitle .ttl span {
  font-family: var(--font-Jost);
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .p-design .s-design02__itemTitle .ttl span {
    display: block;
  }
}
.p-design .s-design02__item p {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .p-region .cm-section1__img {
    width: calc(50% - 11.3rem);
    height: 56rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-region .cm-section1__ct {
    width: calc(50% + 11.3rem);
  }
  .p-region .cm-section1__ct .inner {
    width: 66.8rem;
    padding-right: 6.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-region .cm-section1__ct .title {
    margin: -1.9rem 0 4.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-price .s-price01 {
    margin-top: -3.8rem;
  }
}
@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__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .p-price .s-price01__ct {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 49.9rem);
    padding-left: 7.7rem;
    padding-top: 17rem;
  }
  .p-price .s-price01__ct .cm-title02 {
    text-align: left;
    margin-right: -1rem;
  }
  .p-price .s-price01__ct .cm-title02_doc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-price .s-price01__ct .cm-title02_jp {
    letter-spacing: 0.075em;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price01__ct {
    margin-bottom: 2rem;
  }
}
.p-price .s-price01__ct .tt {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price01__ct .tt {
    font-size: 2.4rem;
    margin: 3.1rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price01__ct .tt {
    font-size: 1.6rem;
    text-align: center;
    margin: 1.5rem 0 0;
  }
}
.p-price .s-price01__ct p {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price01__ct p {
    margin: 2.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price01__ct p {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-price .s-price01__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 49.9rem;
  }
}
.p-price .s-price02 {
  background: #e0f0f8;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02 {
    margin-top: -7.5rem;
    padding: 17.6rem 0 10.1rem;
    margin-bottom: 9.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02 {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.75rem;
    margin: 4.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02__list {
    margin-top: 3rem;
  }
}
.p-price .s-price02__item {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02__item {
    width: calc(33.3333333333% - 1.1666666667rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02__item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-price .s-price02__item:last-child {
    margin-bottom: 0;
  }
}
.p-price .s-price02__item .tt {
  background: RGB(17, 63, 155);
  background: -webkit-gradient(linear, left top, right top, from(rgb(17, 63, 155)), to(rgb(23, 109, 189)));
  background: linear-gradient(90deg, rgb(17, 63, 155) 0%, rgb(23, 109, 189) 100%);
  text-align: center;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-price .s-price02__item .tt {
    font-size: 2.5rem;
    line-height: 1.44;
    padding: 1.5rem 1rem 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price .s-price02__item .tt {
    font-size: 1.8rem;
    line-height: 1.44;
    padding: 1rem;
  }
}
.p-price .s-price02__item .ct {
  padding: 2rem 2rem 1.5rem;
}
.p-price .s-price02__item .ct .splide__slide img {
  width: 100%;
}
.p-price .s-price02__item .ct .splide__pagination {
  gap: 0 1rem;
}
.p-price .s-price02__item .ct .splide__pagination__page {
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
  background: #fff;
}
.p-price .s-price02__item .ct .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  background: #f7b400;
}

@media only screen and (min-width: 768px) {
  .p-blog__tabs {
    padding-bottom: 10.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog__tabs {
    padding-bottom: 3rem;
  }
}
.p-blog__tabs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-blog__tabs .tab {
  width: calc(25% - 0.75rem);
  height: 6.5rem;
  border: none;
  background: #eff5fb;
  color: #009ae4;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-weight: 500;
}
.p-blog__tabs .tab:hover {
  background: #009ae4;
  color: #fff;
}
.p-blog__tabs .tab.active {
  background: #009ae4;
  color: #fff;
}
.p-blog__tabs .tab-content {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 7rem;
}
.p-blog__tabs .tab-content.active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-blog_list {
    margin-top: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog_list {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-blog_item {
    margin-bottom: 6rem;
  }
  .p-blog_item:hover .cm-btn01 span {
    color: #fff;
  }
  .p-blog_item:hover .cm-btn01:before {
    width: 100%;
  }
  .p-blog_item:hover .cm-btn01:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
  }
  .p-blog_item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media only screen and (max-width: 767px) {
  .p-blog_item {
    margin-bottom: 3rem;
  }
}
.p-blog_item a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-blog_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .p-blog_itemImg {
    width: 39.7rem;
    height: 27.4rem;
    position: relative;
    overflow: hidden;
  }
  .p-blog_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;
    display: block;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog_itemImg {
    width: 100%;
  }
  .p-blog_itemImg img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-blog_itemCt {
    width: calc(100% - 39.7rem);
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog_itemCt {
    margin-top: 2rem;
  }
}
.p-blog_itemCt_r {
  margin-top: 3.7rem;
}
.p-blog_itemCt_r:after {
  clear: both;
  display: block;
  content: "";
}
@media only screen and (min-width: 768px) {
  .p-blog_itemCt .cm-btn01 {
    float: right;
  }
}
.p-blog_item .date_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.9rem 0 0;
  gap: 1.5rem;
}
.p-blog_item .date_cate .cate {
  min-width: 12.4rem;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 0.3rem;
  padding: 0.2rem 1rem;
  background: #e3f5fd;
}
.p-blog_item .date {
  letter-spacing: 0.1em;
  display: block;
}
.p-blog_itemTtl {
  font-weight: 500;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 7.2rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 768px) {
  .p-blog_itemTtl {
    font-size: 2rem;
    line-height: 1.8;
    margin: 1rem 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog_itemTtl {
    font-size: 1.8rem;
    margin: 1rem 0 2rem;
  }
}
.p-blog_item p {
  margin: 0;
  line-height: 1.5;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 7.2rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 768px) {
  .p-blog_detail {
    margin-bottom: 12.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog_detail {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-blog_detail_title {
    margin-bottom: 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog_detail_title {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }
}
.p-blog_detail_title .date_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.9rem 0 1.1rem;
  gap: 1.5rem;
}
.p-blog_detail_title .date_cate .cate {
  min-width: 12.4rem;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 0.3rem;
  padding: 0.2rem 1rem;
  background: #e3f5fd;
}
.p-blog_detail_title .date_cate .date {
  letter-spacing: 0.1em;
  display: block;
  margin: 0;
}
.p-blog_detail_title .ttl {
  letter-spacing: 0;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-blog_detail_title .ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog_detail_title .ttl {
    font-size: 1.8rem;
  }
}
.p-blog_detail figure {
  display: block;
  width: 100%;
  text-align: center;
}
.p-blog_detail figure img {
  width: auto;
  max-width: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .p-blog_detail .mbx {
    margin-bottom: 6.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog_detail .mbx {
    margin-bottom: 3rem;
  }
}
.p-blog_detail .mbx h3 {
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-blog_detail .mbx h3 {
    font-size: 2.4rem;
    margin: 0 0 2.5rem;
    padding-bottom: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog_detail .mbx h3 {
    font-size: 1.6rem;
    margin: 0 0 2.5rem;
    padding-bottom: 1.5rem;
  }
}
.p-blog_detail .mbx h3:after {
  content: "";
  width: 4.8rem;
  height: 0.2rem;
  background: #777777;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-blog_detail .clf:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-blog_detail .clf_r img {
    float: right;
    margin-left: 5.6rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog_detail .clf_r img {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-blog_detail .clf_l img {
    float: left;
    margin-right: 5.6rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog_detail .clf_l img {
    margin: 0;
  }
}
.p-blog_detail p {
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .p-blog_detail p {
    margin: 2.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog_detail p {
    margin: 2rem 0;
  }
}
.p-blog_detail_btn {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-blog_detail_btn {
    margin: 7.2rem auto 0;
    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) {
  .p-blog_detail_btn {
    margin: 5rem auto 0;
  }
}
.p-blog_detail_btn .cm-btn01--back {
  width: 25rem;
  background: #e0f0f8;
  border: none;
}
@media only screen and (min-width: 768px) {
  .p-blog_detail_btn .cm-btn01--back {
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog_detail_btn .cm-btn01--back {
    margin-bottom: 2rem;
  }
}
.p-blog_detail_btn .cm-btn01--next {
  width: 25rem;
  background: #e0f0f8;
  border: none;
}
@media only screen and (min-width: 768px) {
  .p-blog_detail_btn .cm-btn01--next {
    position: absolute;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog_detail_btn .cm-btn01--next {
    margin-top: 2rem;
  }
}

.p-download .s-download01 .txt {
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-download .s-download01 .s-contact01_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin-top: 6.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-download .s-download01 .s-contact01_list {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-download .s-download01 .s-contact01_list > div {
    width: calc(50% - 1rem);
  }
}
.p-download .s-download01 .s-contact01_tel_bg {
  background: url(../images/contact/bg01.png);
  text-align: center;
  padding: 0.5rem;
}
.p-download .s-download01 .s-contact01_tel_bg span {
  background: #1d2087;
}
.p-download .s-download01 .s-contact01_tel_bg .inner {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-download .s-download01 .s-contact01_tel_bg .inner {
    padding-top: 4.8rem;
    padding-bottom: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-download .s-download01 .s-contact01_tel_bg .inner {
    padding: 3rem;
  }
}
.p-download .s-download01 .s-contact01_tel_bg .inner a {
  text-decoration: none;
  font-family: var(--font-Jost);
  font-weight: 500;
  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;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-download .s-download01 .s-contact01_tel_bg .inner a {
    font-size: 4.5rem;
    gap: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-download .s-download01 .s-contact01_tel_bg .inner a {
    font-size: 3rem;
    gap: 1rem;
  }
}
.p-download .s-download01 .s-contact01_tel_bg .inner a img {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-download .s-download01 .s-contact01_tel_bg .inner a img {
    top: -0.6rem;
    left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-download .s-download01 .s-contact01_tel_bg .inner a img {
    width: 3rem;
    height: auto;
  }
}
.p-download .s-download01 .s-contact01_tel_bg .inner p {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-download .s-download01 .s-contact01_tel_bg .inner p {
    margin: 0.5rem 1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-download .s-download01 .s-contact01_tel_bg .inner p {
    margin: 1rem 0rem 0;
  }
}
.p-download .s-download01 .s-contact01_line_bg {
  background: url(../images/contact/bg02.png);
  padding: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .p-download .s-download01 .s-contact01_line_bg {
    margin-top: 5rem;
  }
  .p-download .s-download01 .s-contact01_line_bg span {
    top: -3.2rem;
  }
}
.p-download .s-download01 .s-contact01_line_bg span {
  background: #23abeb;
}
.p-download .s-download01 .s-contact01_line_bg .inner {
  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-download .s-download01 .s-contact01_line_bg .inner {
    padding: 4.4rem 3.3rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-download .s-download01 .s-contact01_line_bg .inner {
    padding: 5rem 1rem 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-download .s-download01 .s-contact01_line_bg .inner img {
    width: 11.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-download .s-download01 .s-contact01_line_bg .inner img {
    width: 8rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-download .s-download01 .s-contact01_line_bg .inner div {
    width: calc(100% - 11.6rem);
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-download .s-download01 .s-contact01_line_bg .inner div {
    width: calc(100% - 8rem);
    padding-left: 1rem;
  }
}
.p-download .s-download01 .s-contact01_line_bg .inner div p {
  margin: -0.5rem 0 0;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-download .s-download01 .s-contact01_line_bg .inner div p {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .p-download .s-download01 .s-contact01_line_bg .inner div p {
    line-height: 1.3333333333;
  }
}
.p-download .s-download01 .s-contact01_line_bg .inner div a {
  width: 15.8rem;
  height: 3.9rem;
  background: #06c755;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin: 1rem 0 0;
  padding: 0 1.3rem;
  gap: 0.2rem;
}
.p-download .s-download01 .s-contact01_line_bg .inner div a img {
  width: 3.4rem;
}
.p-download .s-download01 .s-contact01_line_txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  margin: 0.8rem 0.6rem 0;
}
.p-download .s-download01 .s-contact01_box {
  background: #fff;
  position: relative;
}
.p-download .s-download01 .s-contact01_box span {
  font-weight: 500;
  color: #fff;
  padding: 0.2rem 2rem;
  border-radius: 1rem;
  position: absolute;
  letter-spacing: 0.1em;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .p-download .s-download01 .s-contact01_box span {
    font-size: 2rem;
    top: -2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-download .s-download01 .s-contact01_box span {
    font-size: 1.6rem;
    top: -2.1rem;
  }
}
.p-download .s-download02 {
  background: #eff6fb;
}
@media only screen and (min-width: 768px) {
  .p-download .s-download02 {
    padding: 10.1rem 0;
    margin-top: 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-download .s-download02 {
    padding: 3rem 1.2rem;
    margin-top: 3rem;
  }
}
.p-download .s-download02__item {
  max-width: 111.1rem;
  margin: auto;
  border: 1px solid #cbcfd4;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .p-download .s-download02__item {
    padding: 3.8rem 3.6rem 3.5rem;
    margin-bottom: 6.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-download .s-download02__item {
    padding: 2rem;
    margin-bottom: 3rem;
  }
}
.p-download .s-download02__item:last-child {
  margin-bottom: 0;
}
.p-download .s-download02__item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-download .s-download02__item .title {
    border-bottom: 0.2rem dotted #bbbbbb;
    padding-bottom: 1.2rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-download .s-download02__item .title {
    border-bottom: 0.1rem dotted #bbbbbb;
    padding-bottom: 1rem;
    margin: 0 0 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-download .s-download02__item .title img {
    width: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-download .s-download02__item .title img {
    width: 3rem;
  }
}
.p-download .s-download02__item .title p {
  padding-left: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-download .s-download02__item .title p {
    width: calc(100% - 4.4rem);
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-download .s-download02__item .title p {
    width: calc(100% - 3rem);
    font-size: 2rem;
  }
}
.p-download .s-download02__item ul {
  margin: 0;
  padding: 0;
}
.p-download .s-download02__item ul li {
  list-style-type: none;
}
.p-download .s-download02__item ul li a {
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .p-case {
    margin-bottom: 12.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case {
    margin-bottom: 6rem;
  }
}
.p-case .s-case_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-case .s-case_tab {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case .s-case_tab {
    gap: 1rem;
  }
}
.p-case .s-case_tab a {
  border-radius: 1rem 1rem 0 0;
  background: #e0f0f8;
  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;
  text-decoration: none;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .p-case .s-case_tab a {
    width: calc(50% - 1rem);
    font-size: 2.4rem;
    height: 8.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case .s-case_tab a {
    width: calc(50% - 0.5rem);
    font-size: 1.8rem;
    height: 6rem;
  }
}
.p-case .s-case_tab a:nth-child(1).active, .p-case .s-case_tab a:nth-child(1):hover {
  background: #1d2087;
  color: #fff;
}
.p-case .s-case_tab a:nth-child(2).active, .p-case .s-case_tab a:nth-child(2):hover {
  background: #009ae4;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-case .s-case_content {
    padding: 3.8rem 5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-case .s-case_content {
    padding: 3rem 0 0;
  }
}
.p-case .s-case_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-case .s-case_category {
    gap: 1.5rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case .s-case_category {
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
.p-case .s-case_category 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;
  color: #009ae4;
  font-weight: 500;
  background: #eff5fb;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-case .s-case_category a.active, .p-case .s-case_category a:hover {
  background: #009ae4;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-case .s-case_category a {
    width: 19rem;
    height: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case .s-case_category a {
    width: 10rem;
    height: 4.5rem;
  }
}
.p-case .s-case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-case .s-case_list {
    gap: 6rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case .s-case_list {
    gap: 3rem;
  }
}
.p-case .s-case_list::before {
  top: 0;
  left: 0;
  height: 0.1rem;
  -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  content: "";
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-case .s-case_listItem {
    width: calc(50% - 1.5rem);
    padding-left: 2rem;
    padding-top: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case .s-case_listItem {
    padding-left: 1rem;
    padding-top: 1rem;
  }
}
.p-case .s-case_listItemInner {
  display: block;
  text-decoration: none;
  position: relative;
}
.p-case .s-case_listItemInner .img {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-case .s-case_listItemInner .img {
    height: 32.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case .s-case_listItemInner .img {
    height: 20rem;
  }
}
.p-case .s-case_listItemInner .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-case .s-case_listItemInner .ico_tab {
  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;
  color: #fff;
  position: absolute;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-case .s-case_listItemInner .ico_tab {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    width: 10rem;
    height: 10rem;
    top: -2.1rem;
    left: -2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case .s-case_listItemInner .ico_tab {
    font-size: 1.4rem;
    width: 7rem;
    height: 7rem;
    top: -1rem;
    left: -1rem;
    line-height: 1.3;
  }
}
.p-case .s-case_listItemInner .ico_tab.ico_tab1 {
  background: url(../images/common_img/bg2.webp);
}
.p-case .s-case_listItemInner .ico_tab.ico_tab2 {
  background: url(../images/common_img/bg3.webp);
}
.p-case .s-case_listItemInner .lst_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-case .s-case_listItemInner .lst_cat {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case .s-case_listItemInner .lst_cat {
    margin-top: 1.5rem;
  }
}
.p-case .s-case_listItemInner .lst_cat span {
  font-size: 1.4rem;
  height: 3rem;
  min-width: 12.4rem;
  text-align: center;
  padding: 0 0.5rem;
  line-height: 3rem;
  border-radius: 0.5rem;
}
.p-case .s-case_listItemInner .ttl {
  font-weight: 500;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-case .s-case_listItemInner .ttl {
    font-size: 2rem;
    margin: 1.1rem 0 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case .s-case_listItemInner .ttl {
    font-size: 1.6rem;
    margin: 0.8rem 0 1rem;
  }
}
.p-case .s-case_listItemInner p {
  line-height: 1.5;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 7.2rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
}
.p-case .s-case_listItemInner .infor {
  margin-top: 1.5rem;
}
.p-case .s-case_listItemInner .infor dl {
  border-bottom: 0.1rem dashed #b9bec3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.p-case .s-case_listItemInner .infor dl:first-child {
  border-top: 0.1rem dashed #b9bec3;
}
.p-case .s-case_listItemInner .infor dl dt {
  width: 12rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0.6rem 0.6rem 0.7rem;
}
.p-case .s-case_listItemInner .infor dl dd {
  width: calc(100% - 12rem);
  letter-spacing: 0.1em;
  padding: 0.5rem 0 0.7rem;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .p-case_detail {
    margin-bottom: 12.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_detail {
    margin-bottom: 6rem;
  }
}
.p-case_detail .case_detail__title span {
  background: #d3e3ff;
  border-radius: 0.5rem;
  height: 3rem;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .p-case_detail .case_detail__title span {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_detail .case_detail__title span {
    padding: 0.2rem 1.5rem 0;
  }
}
.p-case_detail .case_detail__title h2 {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-case_detail .case_detail__title h2 {
    font-size: 3rem;
    margin: 1rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_detail .case_detail__title h2 {
    font-size: 1.8rem;
    margin: 1rem 0 0;
  }
}
.p-case_detail .case_detail__slide {
  margin-top: 3rem;
}
.p-case_detail .case_detail__slide #main-slider .splide__slide {
  width: 100% !important;
  position: relative;
  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-case_detail .case_detail__slide #main-slider .splide__slide {
    height: 58.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_detail .case_detail__slide #main-slider .splide__slide {
    height: 27rem;
    text-align: center;
  }
}
.p-case_detail .case_detail__slide #main-slider .splide__slide img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.p-case_detail .case_detail__slide #thumbnail-slider {
  height: auto;
  max-height: 100%;
  margin-top: 1.6rem;
}
.p-case_detail .case_detail__slide #thumbnail-slider .splide__list {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.p-case_detail .case_detail__slide #thumbnail-slider .splide__slide {
  position: relative;
  border: none;
  width: calc(25% - 1.2rem) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-case_detail .case_detail__slide #thumbnail-slider .splide__slide {
    height: 18.5rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_detail .case_detail__slide #thumbnail-slider .splide__slide {
    height: 7.5rem !important;
  }
}
.p-case_detail .case_detail__slide #thumbnail-slider .splide__slide img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.p-case_detail .wrapper-169 {
  position: relative;
  width: 100%;
  max-width: 80rem;
  margin: auto;
}
.p-case_detail .wrapper-169 img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.p-case_detail .case_detail__infor p {
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
  .p-case_detail .case_detail__infor p {
    margin: 2.5rem 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_detail .case_detail__infor p {
    margin: 1.5rem 0 1rem;
  }
}
.p-case_detail .case_detail__infor .table {
  background: #eff6fc;
}
@media only screen and (min-width: 768px) {
  .p-case_detail .case_detail__infor .table {
    padding: 2.2rem 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_detail .case_detail__infor .table {
    padding: 1rem;
  }
}
.p-case_detail .case_detail__infor .table dl {
  border-bottom: 0.1rem dashed #b9bec3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.p-case_detail .case_detail__infor .table dl:last-child {
  border-bottom: none;
}
.p-case_detail .case_detail__infor .table dl dt {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-case_detail .case_detail__infor .table dl dt {
    width: 18.9rem;
    padding: 0.6rem 1.2rem 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_detail .case_detail__infor .table dl dt {
    width: 10rem;
    padding: 0.6rem 0;
  }
}
.p-case_detail .case_detail__infor .table dl dd {
  letter-spacing: 0.1em;
  padding: 0.5rem 0 0.7rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-case_detail .case_detail__infor .table dl dd {
    width: calc(100% - 18.9rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-case_detail .case_detail__infor .table dl dd {
    width: calc(100% - 10rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-case_detail .case_detail__content {
    margin-top: 7.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_detail .case_detail__content {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-case_detail .case_detail__content .mbx {
    margin-bottom: 6.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_detail .case_detail__content .mbx {
    margin-bottom: 2rem;
  }
}
.p-case_detail .case_detail__content .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-case_detail .case_detail__content .ttl {
    font-size: 2.4rem;
    margin: 2.7rem 0;
    padding-bottom: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_detail .case_detail__content .ttl {
    font-size: 1.8rem;
    margin: 2rem 0;
    padding-bottom: 1rem;
  }
}
.p-case_detail .case_detail__content .ttl:after {
  content: "";
  width: 5rem;
  height: 0.2rem;
  background: #777777;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-case_detail .case_detail__content img {
  width: 100%;
  display: block;
}
.p-case_detail .case_detail__content p {
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .p-case_detail .case_detail__content p {
    margin: 2rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_detail .case_detail__content p {
    margin: 1rem auto;
  }
}
.p-case_detail .case_detail_btn {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-case_detail .case_detail_btn {
    margin: 7.2rem auto 0;
    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) {
  .p-case_detail .case_detail_btn {
    margin: 5rem auto 0;
  }
}
.p-case_detail .case_detail_btn .cm-btn01--back {
  width: 25rem;
  background: #e0f0f8;
  border: none;
}
@media only screen and (min-width: 768px) {
  .p-case_detail .case_detail_btn .cm-btn01--back {
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_detail .case_detail_btn .cm-btn01--back {
    margin-bottom: 2rem;
  }
}
.p-case_detail .case_detail_btn .cm-btn01--next {
  width: 25rem;
  background: #e0f0f8;
  border: none;
}
@media only screen and (min-width: 768px) {
  .p-case_detail .case_detail_btn .cm-btn01--next {
    position: absolute;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_detail .case_detail_btn .cm-btn01--next {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-custom .cm-section1__ct .title span {
    padding-left: 4.3rem;
    letter-spacing: -0.05em;
  }
}
.p-custom .s-custom01 {
  background: #eff5fb;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom01 {
    margin-top: 10.2rem;
    padding: 10.1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom01 {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom01 .cm-section2 {
    margin-bottom: 8.2rem;
  }
}
.p-custom .s-custom01 .cm-section2:last-child {
  margin-bottom: 0;
}
.p-custom .s-custom01 .cm-section2_inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom01 .cm-section2.cm-section2__left .cm-section2__ct {
    padding: 2rem 7rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom01 .cm-section2__img {
    width: 53rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom01 .cm-section2__ct {
    width: calc(100% - 53rem);
    padding: 2rem 0 0 7rem;
  }
  .p-custom .s-custom01 .cm-section2__ct .cm-title02_jp {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom02 {
    margin-top: 9.8rem;
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom02 {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-custom .s-custom02 .txt {
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom02 .txt {
    margin: 3.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom02 .txt {
    margin: 2rem 0 0;
  }
}
.p-custom .s-custom02__role {
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom02__role {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5.3rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom02__role {
    margin: 3rem auto 0;
  }
}
.p-custom .s-custom02__role:after {
  content: "";
  background: #1d2087;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom02__role:after {
    width: 95rem;
    height: 0.5rem;
    bottom: 2.9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom02__role:after {
    width: 0.4rem;
    height: 90%;
    top: 0;
    right: 3rem;
  }
}
.p-custom .s-custom02__role li {
  position: relative;
  list-style-type: none;
  padding: 0;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom02__role li {
    width: 20.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom02__role li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  .p-custom .s-custom02__role li:last-child {
    margin-bottom: 0;
  }
}
.p-custom .s-custom02__role a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.025em;
  line-height: 1.375;
  text-align: center;
  text-decoration: none;
  border-radius: 6rem;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom02__role a {
    width: 100%;
    height: 6.5rem;
  }
  .p-custom .s-custom02__role a:hover {
    background: #1d2087;
    color: #fff;
  }
  .p-custom .s-custom02__role a:hover:after {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #1d2087;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom02__role a {
    width: calc(100% - 7.2rem);
    height: 6.2rem;
  }
}
.p-custom .s-custom02__role a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom02__role a:after {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #fff;
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom02__role a:after {
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1rem solid #fff;
    right: -0.7rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-custom .s-custom02__role span {
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  background: #1d2087;
  color: #fff;
  font-size: 3rem;
  font-family: var(--font-Jost);
  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-custom .s-custom02__role span {
    margin: 0.7rem auto 0;
  }
}
.p-custom .s-custom02__list {
  margin-top: 7.2rem;
}
.p-custom .s-custom02__item {
  -webkit-box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 1.2rem 1rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom02__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4.4rem;
  }
  .p-custom .s-custom02__item:first-child .ttl {
    margin: 0 0 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom02__item {
    margin-bottom: 2rem;
  }
  .p-custom .s-custom02__item:first-child .ttl {
    margin: 0 0 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom02__itemImg {
    width: 45.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom02__itemImg {
    margin-top: 2rem;
    width: 100%;
  }
  .p-custom .s-custom02__itemImg img {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom02__itemCt {
    width: calc(100% - 45.7rem);
    padding: 0.4rem 4.5rem 0 3.8rem;
  }
}
.p-custom .s-custom02__itemCt span {
  border-radius: 50%;
  background: #1d2087;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom02__itemCt span {
    width: 11.8rem;
    height: 11.8rem;
    top: -2.1rem;
    left: -3.6rem;
    font-size: 1.4rem;
    padding: 4.4rem 0 0 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom02__itemCt span {
    width: 8rem;
    height: 8rem;
    top: -1.5rem;
    left: -2rem;
    font-size: 1.2rem;
    padding: 3rem 0 0 3rem;
  }
}
.p-custom .s-custom02__itemCt span i {
  font-family: var(--font-Jost);
  letter-spacing: -0.05em;
  font-style: normal;
  display: block;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom02__itemCt span i {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom02__itemCt span i {
    font-size: 3rem;
  }
}
.p-custom .s-custom02__itemCt .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom02__itemCt .ttl {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 2rem 0 3.5rem;
    padding-left: 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom02__itemCt .ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 1rem 0 3.5rem;
    padding-left: 7rem;
  }
}
.p-custom .s-custom02__itemCt p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-custom .s-custom02__itemCt ul {
  padding: 0;
  margin: 0.4rem 0 0;
}
.p-custom .s-custom02__itemCt ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-custom .s-custom02__itemCt ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #f7b400;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-custom .s-custom02__itemCt ul li:before {
    top: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-custom .s-custom02__itemCt ul li:before {
    top: 1rem;
  }
}

.p-realestate .s-realestate01 {
  background: #e0f0f8;
}
@media only screen and (min-width: 768px) {
  .p-realestate .s-realestate01 {
    margin-top: -13.8rem;
    padding-top: 25.1rem;
    padding-bottom: 10rem;
  }
  .p-realestate .s-realestate01__inner {
    position: relative;
    height: 72.5rem;
  }
  .p-realestate .s-realestate01__inner .cm-title02 {
    text-align: left;
  }
  .p-realestate .s-realestate01__inner .cm-title02_doc {
    display: none;
  }
  .p-realestate .s-realestate01__inner .cm-title02_jp {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-variant-east-asian: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    margin-left: 37.3rem;
    position: relative;
    top: -3.2rem;
    line-height: 4.6rem;
  }
  .p-realestate .s-realestate01__inner .cm-title02_en {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    position: absolute;
    top: -3.1rem;
    left: 35.6rem;
    letter-spacing: 0.055em;
  }
  .p-realestate .s-realestate01__inner .img1 {
    position: absolute;
    top: 5.9rem;
    left: 4.6rem;
  }
  .p-realestate .s-realestate01__inner .img2 {
    position: absolute;
    top: 35.4rem;
    left: 4.6rem;
  }
  .p-realestate .s-realestate01__inner .img3 {
    position: absolute;
    top: 0;
    right: 4rem;
  }
  .p-realestate .s-realestate01__inner .txt {
    letter-spacing: 0.1em;
    font-weight: 500;
    position: absolute;
    top: 48rem;
    left: 53.7rem;
    max-width: 51.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-realestate .s-realestate01 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 4rem;
  }
  .p-realestate .s-realestate01 .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
  }
  .p-realestate .s-realestate01 .img .img1,
  .p-realestate .s-realestate01 .img .img2 {
    width: calc(50% - 0.5rem);
  }
  .p-realestate .s-realestate01 .img .img3 {
    width: 100%;
  }
  .p-realestate .s-realestate01 p {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-realestate .s-realestate02 {
    margin-top: 10.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-realestate .s-realestate02 {
    margin-top: 4rem;
  }
}
.p-realestate .s-realestate02_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-realestate .s-realestate02_btn {
    margin-top: 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-realestate .s-realestate02_btn {
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-realestate .s-realestate02_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #bbbbbb;
  height: 6.5rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .p-realestate .s-realestate02_btn a {
    width: calc(25% - 0.75rem);
  }
  .p-realestate .s-realestate02_btn a:hover {
    background: #009ae4;
    color: #fff;
  }
  .p-realestate .s-realestate02_btn a:hover:after {
    content: "";
    border: solid #fff;
    border-width: 0 0.2rem 0.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-realestate .s-realestate02_btn a {
    width: calc(50% - 0.5rem);
  }
}
.p-realestate .s-realestate02_btn a:after {
  content: "";
  border: solid #009ae4;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.35rem;
  position: absolute;
  right: 1.2rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .p-realestate .s-realestate02__list {
    margin-top: 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-realestate .s-realestate02__list {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-realestate .s-realestate02__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.5rem;
    margin-bottom: 8.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-realestate .s-realestate02__item {
    margin-bottom: 3rem;
  }
}
.p-realestate .s-realestate02__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-realestate .s-realestate02__item .ct {
    width: calc(100% - 59.4rem);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-realestate .s-realestate02__item .ct {
    width: 100%;
  }
}
.p-realestate .s-realestate02__item .ct .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-realestate .s-realestate02__item .ct .ttl {
    font-size: 3rem;
    margin: 0 0 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-realestate .s-realestate02__item .ct .ttl {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.p-realestate .s-realestate02__item .ct .ttl span {
  color: #009ae4;
}
.p-realestate .s-realestate02__item .ct p {
  margin: 0;
}
.p-realestate .s-realestate02__item .ct ul {
  margin: 1.5rem 0 0;
  padding: 0;
}
.p-realestate .s-realestate02__item .ct ul li {
  letter-spacing: 0.1em;
  font-weight: 500;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .p-realestate .s-realestate02__item .ct ul li {
    background: url(../images/realestate/icon.png) no-repeat left 0.3rem top 0.7rem;
    background-size: 2.1rem auto;
    padding-left: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-realestate .s-realestate02__item .ct ul li {
    background: url(../images/realestate/icon.png) no-repeat left 0.3rem top 0.5rem;
    background-size: 1.6rem auto;
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-realestate .s-realestate02__item img {
    width: 52.9rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-realestate .s-realestate02__item img {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-realestate .s-realestate02__item:nth-child(2n) img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-realestate .s-realestate02__item:nth-child(2n) .ct {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-realestate .s-realestate02__box {
  background: url(../images/common_img/bg3.webp);
  padding: 0.5rem;
  max-width: 90.3rem;
}
@media only screen and (min-width: 768px) {
  .p-realestate .s-realestate02__box {
    margin: 8rem auto 12.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-realestate .s-realestate02__box {
    margin: 4rem auto;
  }
}
.p-realestate .s-realestate02__boxInner {
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-realestate .s-realestate02__boxInner {
    padding: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-realestate .s-realestate02__boxInner {
    padding: 1.5rem;
  }
}
.p-realestate .s-realestate02__boxInner:before, .p-realestate .s-realestate02__boxInner:after {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../images/common_img/bg3.webp);
  position: absolute;
}
.p-realestate .s-realestate02__boxInner:before {
  left: -2rem;
  top: -2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-realestate .s-realestate02__boxInner:after {
  right: -2rem;
  bottom: -2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-realestate .s-realestate02__boxInner p {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-realestate .s-realestate02__boxInner p {
    font-size: 2rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-realestate .s-realestate02__boxInner p {
    font-size: 1.4rem;
  }
}

.p-renovation .s-renovation01 {
  background: #eff5fb;
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation01 {
    margin-top: 10.2rem;
    padding: 10.1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-renovation .s-renovation01 {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation01 .cm-section2 {
    margin-bottom: 8.2rem;
  }
}
.p-renovation .s-renovation01 .cm-section2:last-child {
  margin-bottom: 0;
}
.p-renovation .s-renovation01 .cm-section2_inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation01 .cm-section2.cm-section2__left .cm-section2__ct {
    padding: 2rem 7rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation01 .cm-section2__img {
    width: 53rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation01 .cm-section2__ct {
    width: calc(100% - 53rem);
    padding: 2rem 0 0 7rem;
  }
  .p-renovation .s-renovation01 .cm-section2__ct .cm-title02_jp {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation02 {
    margin-top: 10.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-renovation .s-renovation02 {
    margin-top: 4rem;
  }
}
.p-renovation .s-renovation02 .txt {
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation02 .txt {
    margin: 3.2rem 0 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-renovation .s-renovation02 .txt {
    margin: 2rem 0;
  }
}
.p-renovation .s-renovation02__table {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation02__table {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-renovation .s-renovation02__table {
    margin-bottom: 4rem;
  }
}
.p-renovation .s-renovation02__table:after {
  content: "";
  background: #eeeff1;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0px 1.2rem 1.5rem 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1.2rem 1.5rem 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation02__table:after {
    left: 17.2rem;
    width: 10rem;
    height: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-renovation .s-renovation02__table:after {
    left: 5.7rem;
    width: 4.6rem;
    height: calc(100% - 2rem);
  }
}
.p-renovation .s-renovation02__table:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation02__table:before {
    border-left: 7.5rem solid transparent;
    border-right: 7.5rem solid transparent;
    border-top: 3rem solid #eeeff1;
    left: 14.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-renovation .s-renovation02__table:before {
    border-left: 3rem solid transparent;
    border-right: 3rem solid transparent;
    border-top: 2rem solid #eeeff1;
    left: 5.2rem;
  }
}
.p-renovation .s-renovation02__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 2rem 4rem 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2rem 4rem 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-renovation .s-renovation02__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation02__item .icon {
    width: 18.8rem;
  }
  .p-renovation .s-renovation02__item .icon img {
    width: 17rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-renovation .s-renovation02__item .icon {
    width: 6rem;
  }
  .p-renovation .s-renovation02__item .icon img {
    width: 100%;
  }
}
.p-renovation .s-renovation02__item .flow {
  display: block;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation02__item .flow {
    width: 6.9rem;
    height: 6.9rem;
    padding-top: 1.1rem;
    font-size: 1.2rem;
    margin-top: 4.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-renovation .s-renovation02__item .flow {
    width: 4rem;
    font-size: 1rem;
    height: 4rem;
    padding-top: 0.5rem;
  }
}
.p-renovation .s-renovation02__item .flow span {
  font-family: var(--font-Jost);
  font-weight: 500;
  display: block;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation02__item .flow span {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-renovation .s-renovation02__item .flow span {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation02__item .ct {
    width: calc(100% - 25.7rem);
    padding-left: 9.4rem;
    padding-top: 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-renovation .s-renovation02__item .ct {
    width: calc(100% - 10rem);
    padding-left: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.p-renovation .s-renovation02__item .ct .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation02__item .ct .ttl {
    font-size: 3rem;
    margin: 0 0 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-renovation .s-renovation02__item .ct .ttl {
    font-size: 1.8rem;
    margin: 0 0 0.2rem;
  }
}
.p-renovation .s-renovation02__item .ct p {
  letter-spacing: 0.05em;
  margin: 0;
  color: #fff;
  padding-left: 0.2rem;
}
.p-renovation .s-renovation02__item.item1 {
  background: #f4a400;
  background: -webkit-gradient(linear, right top, left top, from(rgb(244, 164, 0)), to(rgb(251, 201, 0)));
  background: linear-gradient(-90deg, rgb(244, 164, 0) 0%, rgb(251, 201, 0) 100%);
}
.p-renovation .s-renovation02__item.item1 .flow {
  border: 1px solid #f9be00;
  color: #f9be00;
}
.p-renovation .s-renovation02__item.item2 {
  background: #f14c25;
  background: -webkit-gradient(linear, right top, left top, from(rgb(241, 76, 37)), to(rgb(237, 137, 33)));
  background: linear-gradient(-90deg, rgb(241, 76, 37) 0%, rgb(237, 137, 33) 100%);
}
.p-renovation .s-renovation02__item.item2 .flow {
  border: 1px solid #ef7923;
  color: #ef7923;
}
.p-renovation .s-renovation02__item.item3 {
  background: #b43391;
  background: -webkit-gradient(linear, right top, left top, from(rgb(180, 51, 145)), to(rgb(214, 82, 157)));
  background: linear-gradient(-90deg, rgb(180, 51, 145) 0%, rgb(214, 82, 157) 100%);
}
.p-renovation .s-renovation02__item.item3 .flow {
  border: 1px solid #cc499a;
  color: #cc499a;
}
.p-renovation .s-renovation02__item.item4 {
  background: #574896;
  background: -webkit-gradient(linear, right top, left top, from(rgb(87, 72, 150)), to(rgb(111, 91, 161)));
  background: linear-gradient(-90deg, rgb(87, 72, 150) 0%, rgb(111, 91, 161) 100%);
}
.p-renovation .s-renovation02__item.item4 .flow {
  border: 1px solid #68559e;
  color: #68559e;
}
.p-renovation .s-renovation02__item.item5 {
  background: #0076c2;
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 118, 194)), to(rgb(0, 145, 219)));
  background: linear-gradient(-90deg, rgb(0, 118, 194) 0%, rgb(0, 145, 219) 100%);
}
.p-renovation .s-renovation02__item.item5 .flow {
  border: 1px solid #309dda;
  color: #309dda;
}
.p-renovation .s-renovation02__item.item6 {
  background: #10409c;
  background: -webkit-gradient(linear, right top, left top, from(rgb(16, 64, 156)), to(rgb(0, 114, 191)));
  background: linear-gradient(-90deg, rgb(16, 64, 156) 0%, rgb(0, 114, 191) 100%);
}
.p-renovation .s-renovation02__item.item6 .flow {
  border: 1px solid #0564b5;
  color: #0564b5;
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation03 {
    padding-bottom: 13.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-renovation .s-renovation03 {
    padding-bottom: 4rem;
  }
}
.p-renovation .s-renovation03 img {
  width: 100%;
}
.p-renovation .s-renovation03 .inner {
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation03 .inner {
    width: calc(50% + 7rem);
    margin-top: -8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-renovation .s-renovation03 .inner {
    margin-top: 2rem;
  }
}
.p-renovation .s-renovation03 .inner:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation03 .box {
    width: 63rem;
    float: right;
    padding-top: 10rem;
  }
  .p-renovation .s-renovation03 .box .cm-title02 {
    text-align: left;
  }
  .p-renovation .s-renovation03 .box .cm-title02 .cm-title02_doc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .p-renovation .s-renovation03 .box {
    padding: 0 1.2rem;
  }
}
.p-renovation .s-renovation03 .box ul {
  margin: 3.3rem 0 0;
  padding: 0;
}
.p-renovation .s-renovation03 .box ul li {
  letter-spacing: 0.1em;
  font-weight: 500;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .p-renovation .s-renovation03 .box ul li {
    background: url(../images/realestate/icon.png) no-repeat left 0.3rem top 0.7rem;
    background-size: 2.1rem auto;
    padding-left: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-renovation .s-renovation03 .box ul li {
    background: url(../images/realestate/icon.png) no-repeat left 0.3rem top 0.5rem;
    background-size: 1.6rem auto;
    padding-left: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-service .cm-section1 .title {
    margin-top: -2rem;
  }
}
.p-service .s-service01 {
  background: #e0f0f8;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01 {
    margin-top: -7.2rem;
    padding-top: 17.6rem;
    padding-bottom: 9.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 3rem;
  }
}
.p-service .s-service01 .cm-title02 {
  text-align: left;
}
.p-service .s-service01 .cm-title02 .cm-title02_doc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-service .s-service01 .txt {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01 .txt {
    margin: 3.6rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01 .txt {
    margin: 2rem 0 0;
  }
}
.p-service .s-service01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01__list {
    gap: 6rem;
    margin-top: 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01__list {
    gap: 2rem;
    margin-top: 3rem;
  }
}
.p-service .s-service01__listitem {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01__listitem {
    width: calc(50% - 3rem);
    padding: 2.3rem 3.8rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01__listitem {
    padding: 2rem;
  }
}
.p-service .s-service01__listitem.item1 {
  background: url(../images/service/bg1.png);
}
.p-service .s-service01__listitem.item1 .ttl {
  color: #009ae4;
}
.p-service .s-service01__listitem.item2 {
  background: url(../images/service/bg2.png);
}
.p-service .s-service01__listitem.item2 .ttl {
  color: #1d2087;
}
.p-service .s-service01__list .title {
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01__list .title {
    font-size: 3rem;
    margin: 0 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01__list .title {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.p-service .s-service01__list .icon {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01__list .icon {
    right: 3.8rem;
    top: -2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01__list .icon {
    right: 2rem;
    top: -1.7rem;
    height: 7rem;
  }
}
.p-service .s-service01__list .img {
  width: 100%;
  display: block;
}
.p-service .s-service01__list ul {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01__list ul {
    margin: 1.6rem 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01__list ul {
    margin: 1.5rem 0;
  }
}
.p-service .s-service01__list ul li {
  list-style-type: none;
  padding-left: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
}
.p-service .s-service01__list ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #f7b400;
  position: absolute;
  left: 0.3rem;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01__list ul li:before {
    top: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01__list ul li:before {
    top: 0.8rem;
  }
}
.p-service .s-service01__list .box {
  background: #fff;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01__list .box {
    padding: 2.4rem 3rem;
    min-height: 14.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01__list .box {
    padding: 1.5rem;
  }
}
.p-service .s-service01__list .box .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01__list .box .ttl {
    font-size: 2rem;
    margin: 0 0 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01__list .box .ttl {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
}
.p-service .s-service01__list .box p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01__item {
    margin-top: 6.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01__item {
    margin-top: 3rem;
  }
}
.p-service .s-service01__itemTtl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01__itemTtl {
    font-size: 3rem;
    margin: 0 0 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01__itemTtl {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01__itemlst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
  }
}
.p-service .s-service01__itemlst .item {
  background: url(../images/service/box.png) no-repeat center center;
  background-size: 100% auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01__itemlst .item {
    width: calc(33.3333333333% - 3.3333333333rem);
    padding: 2.2rem 0 2.1rem 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01__itemlst .item {
    padding: 2.2rem 0 2.1rem 2.1rem;
    margin-bottom: 2rem;
    width: 100%;
  }
}
.p-service .s-service01__itemlst .item:first-child p span {
  color: #009ae4;
}
.p-service .s-service01__itemlst .item h4 {
  font-weight: 500;
  margin: 0 0 0.5rem;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01__itemlst .item h4 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01__itemlst .item h4 {
    font-size: 1.8rem;
  }
}
.p-service .s-service01__itemlst .item p {
  margin: 0;
}
.p-service .s-service01__itemlst .item p span {
  color: #1d2087;
}
.p-service .s-service01__item .text {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01__item .text {
    margin: 3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01__item .text {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02 {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service02 {
    margin-top: 3rem;
  }
}
.p-service .s-service02 .txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02 .txt {
    margin: 3.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service02 .txt {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
    margin-top: 8.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service02__list {
    margin-top: 3rem;
  }
}
.p-service .s-service02__item {
  position: relative;
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02__item {
    width: calc(50% - 3rem);
    padding: 8.2rem 4rem 3.3rem 7.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service02__item {
    margin: 6rem 0 0;
    padding: 4rem 2rem 2rem 4rem;
  }
}
.p-service .s-service02__item.item1 .title {
  background: url(../images/service/tt01.png) no-repeat center center;
  background-size: 100% 100%;
}
.p-service .s-service02__item.item1 .number {
  background: #23abeb;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-service .s-service02__item.item2 .title {
  background: url(../images/service/tt02.png) no-repeat center center;
  background-size: 100% 100%;
}
.p-service .s-service02__item.item2 .number {
  background: #1d2087;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02__item.item2 .number {
    top: 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service02__item.item2 .number {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02__item.item2 .it:nth-child(1) {
    min-height: 36.7rem;
  }
  .p-service .s-service02__item.item2 .it:nth-child(2) {
    min-height: 36.7rem;
  }
  .p-service .s-service02__item.item2 .it:nth-child(3) {
    min-height: 36.7rem;
  }
  .p-service .s-service02__item.item2 .it:nth-child(4) {
    min-height: 36.7rem;
  }
}
.p-service .s-service02__item .title {
  width: 25.5rem;
  height: 10.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02__item .title {
    font-size: 3rem;
    width: 25.5rem;
    height: 10.7rem;
    top: -4.4rem;
    padding-top: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service02__item .title {
    font-size: 2rem;
    width: 20rem;
    height: 6rem;
    top: -4.4rem;
    padding-top: 0.7rem;
  }
}
.p-service .s-service02__item .it {
  background: #fff;
  border: 1px solid rgb(173, 179, 185);
  position: relative;
  margin-bottom: 1.9rem;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02__item .it {
    padding: 2.7rem 1rem 2.7rem 6.9rem;
    -webkit-box-shadow: 0.8rem 0.8rem 0 0 #dce5ea;
            box-shadow: 0.8rem 0.8rem 0 0 #dce5ea;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service02__item .it {
    padding: 2rem 1rem 2rem 3rem;
    -webkit-box-shadow: 0.5rem 0.5rem 0 0 #dce5ea;
            box-shadow: 0.5rem 0.5rem 0 0 #dce5ea;
  }
}
.p-service .s-service02__item .it .number {
  border-radius: 50%;
  font-family: var(--font-Jost);
  font-weight: 500;
  color: #fff;
  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;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02__item .it .number {
    left: -4.1rem;
    width: 8rem;
    height: 8rem;
    font-size: 3.6rem;
    -webkit-box-shadow: 0.5rem 0.5rem 0px 0px #dce5ea;
            box-shadow: 0.5rem 0.5rem 0px 0px #dce5ea;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service02__item .it .number {
    left: -3rem;
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0px 0px #dce5ea;
            box-shadow: 0.2rem 0.2rem 0px 0px #dce5ea;
  }
}
.p-service .s-service02__item .it .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02__item .it .ttl {
    font-size: 2.4rem;
    margin: 0 0 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service02__item .it .ttl {
    font-size: 1.8rem;
    margin: 0 0 0.2rem;
  }
}
.p-service .s-service02__item .it p {
  margin: 0;
  letter-spacing: 0.05em;
}
.p-service .s-service02__item .it.it_sum {
  background: #6196bd;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02__item .it.it_sum {
    padding: 3.3rem 3.5rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service02__item .it.it_sum {
    padding: 2rem;
  }
}
.p-service .s-service03 {
  background: url(../images/service/bg.png) no-repeat top center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03 {
    margin-top: 10rem;
    padding: 10rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03 {
    margin-top: 3rem;
    padding: 3rem 0;
  }
}
.p-service .s-service03 .txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03 .txt {
    margin: 3.9rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03 .txt {
    margin: 2rem 0 0;
  }
}
.p-service .s-service03__box {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__box {
    margin-top: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5.2rem 3.8rem 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__box {
    margin-top: 2rem;
    padding: 2rem;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__boxCt {
    width: calc(100% - 37.5rem);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__boxCt {
    text-align: left;
  }
}
.p-service .s-service03__box img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__box img {
    margin-top: 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__box img {
    margin: 2rem auto 0;
    max-width: 20rem;
  }
}
.p-service .s-service03__box .title {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__box .title {
    font-size: 2.4rem;
    margin: 0 0 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__box .title {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
}
.p-service .s-service03__box .title span {
  font-family: var(--font-Jost);
  color: #1d2087;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__box .title span {
    font-size: 3rem;
    padding-right: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__box .title span {
    font-size: 2.2rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__box .it {
    margin-bottom: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__box .it {
    margin-bottom: 1.5rem;
  }
}
.p-service .s-service03__box .it:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__box .it_inner {
    padding-left: 5.3rem;
  }
}
.p-service .s-service03__box .it_inner p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-service .s-service03__box ul {
  margin: 0;
  padding: 0;
}
.p-service .s-service03__box ul li {
  list-style-type: none;
  padding-left: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}
.p-service .s-service03__box ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #f7b400;
  position: absolute;
  left: 0.3rem;
  top: 1.1rem;
}

.p-cost .s-cost01 {
  background: #e0f0f8;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost01 {
    padding: 10.4rem 0 9.5rem;
    margin-top: 10.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost01 {
    padding: 3rem 0;
    margin-top: 3rem;
  }
}
.p-cost .s-cost01 .txt1 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost01 .txt1 {
    margin: 3.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost01 .txt1 {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost01 .txt2 {
    margin: 3.1rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost01 .txt2 {
    margin: 2rem 0 0;
  }
}
.p-cost .s-cost01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost01__list {
    gap: 1.6rem;
    margin-top: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost01__list {
    gap: 1.5rem;
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-cost .s-cost01__item {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost01__item {
    width: calc(33.3333333333% - 1.0666666667rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost01__item {
    width: 100%;
  }
}
.p-cost .s-cost01__item .title {
  font-weight: 500;
  color: #fff;
  background: RGB(23, 109, 189);
  background: -webkit-gradient(linear, right top, left top, from(rgb(23, 109, 189)), to(rgb(17, 63, 155)));
  background: linear-gradient(-90deg, rgb(23, 109, 189) 0%, rgb(17, 63, 155) 100%);
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost01__item .title {
    font-size: 2.5rem;
    padding: 3.2rem 0 8.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost01__item .title {
    font-size: 1.8rem;
    padding: 2rem 0 5rem;
  }
}
.p-cost .s-cost01__item .ct {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost01__item .ct {
    margin-top: -6.5rem;
    padding: 0 2rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost01__item .ct {
    margin-top: -3.5rem;
    padding: 0 2rem 2rem;
  }
}
.p-cost .s-cost01__item .ct p {
  margin: 0;
}
.p-cost .s-cost01__item .ct p.price {
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost01__item .ct p.price {
    font-size: 3rem;
    margin: 1rem 0 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost01__item .ct p.price {
    font-size: 2rem;
    margin: 1rem 0 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost02 {
    padding-top: 10.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost02 {
    padding-top: 3rem;
  }
}
.p-cost .s-cost02 .cm-title02 {
  text-align: left;
}
.p-cost .s-cost02 .cm-title02_doc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost02 .txt1 {
    margin: 3.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost02 .txt1 {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost02 .txt2 {
    margin: 2.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost02 .txt2 {
    margin: 2rem 0 0;
  }
}
.p-cost .s-cost02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost02__list {
    gap: 4.5rem;
    margin-top: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost02__list {
    margin-top: 2rem;
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-cost .s-cost02__item {
  background: #fff;
  -webkit-box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost02__item {
    width: calc(33.3333333333% - 3rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost02__item {
    width: 100%;
  }
}
.p-cost .s-cost02__item img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost02__item .ct {
    padding: 1.2rem 1.2rem 3.4rem 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost02__item .ct {
    padding: 1.2rem 1.2rem 2rem;
  }
}
.p-cost .s-cost02__item .ct .title {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost02__item .ct .title {
    font-size: 2.5rem;
    margin: 0 0 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost02__item .ct .title {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
}
.p-cost .s-cost02__item .ct ul {
  padding: 0;
  margin: 0;
}
.p-cost .s-cost02__item .ct ul li {
  padding-left: 3rem;
  letter-spacing: 0.1em;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost02__item .ct ul li {
    background: url(../images/realestate/icon.png) no-repeat left top 0.7rem;
    background-size: 2.1rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost02__item .ct ul li {
    background: url(../images/realestate/icon.png) no-repeat left 0.3rem top 0.7rem;
    background-size: 1.6rem auto;
  }
}
.p-cost .s-cost03 {
  background: #e0f0f8;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost03 {
    margin-top: 9.4rem;
    padding: 10rem 0 10.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost03 {
    margin-top: 3rem;
    padding: 3rem 0;
  }
}
.p-cost .s-cost03 .txt1 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost03 .txt1 {
    margin: 3.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost03 .txt1 {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost03__list {
    margin: 3.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost03__list {
    margin: 2rem 0 0;
  }
}
.p-cost .s-cost03__item {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost03__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost03__item {
    margin-bottom: 2rem;
  }
}
.p-cost .s-cost03__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost03__item img {
    width: 53rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost03__item img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost03__item .ct {
    width: calc(100% - 53rem);
    padding-left: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost03__item .ct {
    width: 100%;
    padding: 1.2rem 1.2rem 2rem;
  }
}
.p-cost .s-cost03__item .title {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost03__item .title {
    font-size: 3rem;
    margin: 0 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost03__item .title {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
}
.p-cost .s-cost03__item .title span {
  color: #009ae4;
}
.p-cost .s-cost03__item ul {
  padding: 0;
  margin: 0;
}
.p-cost .s-cost03__item ul li {
  list-style-type: none;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-cost .s-cost03__item ul li {
    background: url(../images/realestate/icon.png) no-repeat left 0.5rem top 1.2rem;
    background-size: 2.1rem auto;
    line-height: 2.5;
    padding-left: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost .s-cost03__item ul li {
    background: url(../images/realestate/icon.png) no-repeat left 0.3rem top 0.7rem;
    background-size: 1.6rem auto;
    padding-left: 3.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-plan .cm-section1 .title {
    margin-top: -2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan01 {
    margin-top: -3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan01 {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan01__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan01__ct {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 49.9rem);
    padding-left: 7.7rem;
    padding-top: 13.8rem;
  }
  .p-plan .s-plan01__ct .cm-title02 {
    text-align: left;
    margin-right: -1rem;
  }
  .p-plan .s-plan01__ct .cm-title02_doc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-plan .s-plan01__ct .cm-title02_jp {
    letter-spacing: 0.075em;
    line-height: 1.3888888889;
    margin: 1.4rem 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan01__ct {
    margin-bottom: 2rem;
  }
}
.p-plan .s-plan01__ct .tt {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan01__ct .tt {
    font-size: 2.4rem;
    margin: 3.1rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan01__ct .tt {
    font-size: 1.6rem;
    text-align: center;
    margin: 1.5rem 0 0;
  }
}
.p-plan .s-plan01__ct p {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan01__ct p {
    margin: 3.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan01__ct p {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan01__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 49.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan01__img {
    width: 100%;
  }
}
.p-plan .s-plan02 {
  background: #e0f0f8;
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan02 {
    padding: 17.6rem 0 10rem;
    margin-top: -7.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan02 {
    padding: 3rem 0;
    margin-top: 3rem;
  }
}
.p-plan .s-plan02 .txt {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan02 .txt {
    margin: 3.6rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan02 .txt {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan02__list {
    margin-top: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan02__list {
    margin-top: 2rem;
  }
}
.p-plan .s-plan02__box {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan02__box {
    padding: 3rem 3rem 3.3rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan02__box {
    padding: 1.2rem;
    margin-bottom: 2rem;
  }
}
.p-plan .s-plan02__box:last-child {
  margin-bottom: 0;
}
.p-plan .s-plan02__box ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan02__box ul {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan02__box ul {
    gap: 0.5rem;
  }
}
.p-plan .s-plan02__box ul li {
  list-style-type: none;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan02__box ul li {
    width: calc(33.3333333333% - 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan02__box ul li {
    width: calc(33.3333333333% - 0.3333333333rem);
  }
}
.p-plan .s-plan02__box .title {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan02__box .title {
    margin: 1.3rem 0 0.4rem;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan02__box .title {
    margin: 1rem 0 0.4rem;
    font-size: 1.8rem;
  }
}
.p-plan .s-plan02__box p {
  margin: 0;
}
.p-plan .s-plan03 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan03 {
    margin-top: 10rem;
    padding-bottom: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan03 {
    margin-top: 3rem;
    padding: 0 1.2rem 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan03__img {
    width: calc(50% - 3.7rem);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan03__img {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-plan .s-plan03__img img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan03__inner {
    width: calc(50% + 3.7rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan03__inner {
    width: 100%;
  }
}
.p-plan .s-plan03__inner:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan03 .ct {
    width: 58.5rem;
    float: right;
    padding-top: 11.4rem;
  }
}
.p-plan .s-plan03 .ct .cm-title02 {
  text-align: left;
}
.p-plan .s-plan03 .ct .cm-title02_doc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-plan .s-plan03 .ct .txt1 {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan03 .ct .txt1 {
    margin: 3.2rem 0 0;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan03 .ct .txt1 {
    margin: 2rem 0 0;
  }
}
.p-plan .s-plan03 .ct .txt2 {
  margin: 0;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan03 .ct .txt2 {
    padding-right: 1rem;
  }
}
.p-plan .s-plan03 .ct ul {
  padding: 0;
  margin: 0;
  padding-right: 1rem;
}
.p-plan .s-plan03 .ct ul li {
  list-style-type: none;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-plan .s-plan03 .ct ul li {
    background: url(../images/realestate/icon.png) no-repeat left 0.5rem top 0.8rem;
    background-size: 2.1rem auto;
    padding-left: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .s-plan03 .ct ul li {
    background: url(../images/realestate/icon.png) no-repeat left 0.3rem top 0.7rem;
    background-size: 1.6rem auto;
    padding-left: 3rem;
  }
}

.p-after .s-after01 {
  background: #e0f0f8;
}
@media only screen and (min-width: 768px) {
  .p-after .s-after01 {
    margin-top: -9.7rem;
    padding-top: 22.5rem;
    padding-bottom: 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after .s-after01 {
    margin-top: 3rem;
    padding: 3rem 0;
  }
}
.p-after .s-after01 .cm-title02 {
  text-align: left;
}
.p-after .s-after01 .cm-title02_doc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-after .s-after01__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after .s-after01__inner {
    margin-top: 2rem;
  }
}
.p-after .s-after01__inner img {
  display: block;
  margin-top: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .p-after .s-after01__inner img {
    width: 45.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after .s-after01__inner img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-after .s-after01__ct {
    width: calc(100% - 45.9rem);
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .p-after .s-after01__ct {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-after .s-after01__ct p {
  margin: 0;
}
.p-after .s-after01__ct ul {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-after .s-after01__ct ul {
    margin: 3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-after .s-after01__ct ul {
    margin: 1.5rem 0;
  }
}
.p-after .s-after01__ct ul li {
  list-style-type: none;
  padding-left: 1.5rem;
  position: relative;
  padding-left: 2.3rem;
}
.p-after .s-after01__ct ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #f7b400;
  position: absolute;
  left: 0.3rem;
  top: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-after .s-after01__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.8rem 5rem;
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after .s-after01__list {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-after .s-after01__item {
    width: calc(50% - 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-after .s-after01__item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-after .s-after01__item:last-child {
    margin-bottom: 0;
  }
}
.p-after .s-after01__item img {
  width: 100%;
  display: block;
}
.p-after .s-after01__item .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-after .s-after01__item .ttl {
    font-size: 2.4rem;
    margin: 1.1rem 0 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after .s-after01__item .ttl {
    font-size: 1.8rem;
    margin: 1rem 0 0.5rem;
  }
}
.p-after .s-after01__item p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-after .s-after02 {
    margin-top: 9.9rem;
    margin-bottom: 9.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after .s-after02 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-after .s-after02__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after .s-after02__inner {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-after .s-after02__inner img {
    width: 55.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after .s-after02__inner img {
    width: 100%;
  }
}
.p-after .s-after02__inner .ct {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-after .s-after02__inner .ct {
    width: calc(100% - 55.5rem);
    padding-left: 5.3rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-after .s-after02__inner .ct {
    width: 100%;
  }
}
.p-after .s-after02__inner .ct .ttl {
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-after .s-after02__inner .ct .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after .s-after02__inner .ct .ttl {
    font-size: 1.8rem;
  }
}
.p-after .s-after02__inner .ct p {
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-after .s-after02__inner .ct div {
    margin-bottom: 2.8rem;
  }
  .p-after .s-after02__inner .ct div:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-after .s-after02__inner .ct div {
    margin-bottom: 2rem;
  }
}
.p-after .cm_bg {
  background: #e0f0f8;
}

.p-flow .s-flow01 {
  background: #e0f0f8;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01 {
    margin-top: -10.6rem;
    padding-top: 22.7rem;
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01 {
    margin-top: 3rem;
    padding: 3rem 0;
  }
}
.p-flow .s-flow01 .cm-title02 {
  text-align: left;
}
.p-flow .s-flow01 .cm-title02_doc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__list {
    margin-top: 4.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__list {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6rem;
  }
  .p-flow .s-flow01__item:nth-child(3) {
    margin-bottom: 0;
  }
  .p-flow .s-flow01__item:nth-child(3) .ct {
    padding-top: 2.8rem;
  }
  .p-flow .s-flow01__item:nth-child(2n) .ct {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-right: 50px;
  }
  .p-flow .s-flow01__item:nth-child(2n) img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__item {
    margin-bottom: 2rem;
  }
  .p-flow .s-flow01__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__item .ct {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 53rem);
    padding-left: 6.9rem;
    padding-top: 5.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__item img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 53rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__item img {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-flow .s-flow01__item .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__item .ttl {
    font-size: 3rem;
    margin: 0 0 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__item .ttl {
    font-size: 2rem;
    margin: 0 0 1.5rem;
  }
}
.p-flow .s-flow01__item .ttl span {
  width: 10.4rem;
  height: 3.5rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  display: block;
  padding: 0.2rem;
  letter-spacing: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(17, 63, 155)), to(rgb(23, 109, 189)));
  background: linear-gradient(90deg, rgb(17, 63, 155) 0%, rgb(23, 109, 189) 100%);
  margin-bottom: 0.4rem;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__item .ttl span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__item .ttl span {
    font-size: 1.6rem;
  }
}
.p-flow .s-flow01__item p {
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0;
}
.p-flow .s-flow01__item ul {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__item ul {
    margin: 1.5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__item ul {
    margin: 1rem 0 0;
  }
}
.p-flow .s-flow01__item ul li {
  list-style-type: none;
  position: relative;
  padding-left: 2.3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-flow .s-flow01__item ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #f7b400;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__item ul li:before {
    top: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__item ul li:before {
    top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow02 {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow02 {
    margin-top: 3rem;
  }
}
.p-flow .s-flow02 .txt {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow02 .txt {
    margin: 3.5rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow02 .txt {
    margin: 2rem auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow02__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
    margin-top: 8.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow02__inner {
    margin-top: 6rem;
  }
}
.p-flow .s-flow02__item {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow02__item {
    width: calc(50% - 3rem);
    padding: 3rem 3rem 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow02__item {
    width: 100%;
    padding: 2rem;
    margin-bottom: 7rem;
  }
  .p-flow .s-flow02__item:last-child {
    margin-bottom: 0;
  }
}
.p-flow .s-flow02__item:nth-child(1) .tag {
  background: url(../images/flow/bg1.png) no-repeat center center;
  background-size: 100% 100%;
}
.p-flow .s-flow02__item:nth-child(2) .tag {
  background: url(../images/flow/bg2.png) no-repeat center center;
  background-size: 100% 100%;
}
.p-flow .s-flow02__item .tag {
  font-weight: 500;
  color: #fff;
  height: 3.7rem;
  position: absolute;
  top: -3.7rem;
  left: 0;
  padding: 0.3rem 3rem;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow02__item .tag {
    width: 31.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow02__item .tag {
    width: 25rem;
    padding-top: 0.7rem;
  }
}
.p-flow .s-flow02__item .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow02__item .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow02__item .ttl {
    font-size: 1.6rem;
  }
}
.p-flow .s-flow02__item img {
  width: 100%;
  display: block;
}
.p-flow .s-flow02__item ul {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow02__item ul {
    margin: 2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow02__item ul {
    margin: 1rem 0 0;
  }
}
.p-flow .s-flow02__item ul li {
  list-style-type: none;
  position: relative;
  padding-left: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-flow .s-flow02__item ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #f7b400;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow02__item ul li:before {
    top: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow02__item ul li:before {
    top: 1rem;
  }
}
.p-flow .s-flow02__item .list_tbn {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow02__item .list_tbn {
    margin-top: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow02__item .list_tbn {
    margin-top: 2rem;
  }
}
.p-flow .s-flow02__item .list_tbn .cm-btn01 {
  margin: auto auto 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow02__item .list_tbn .cm-btn01 {
    max-width: 30rem;
  }
}
.p-flow .s-flow02__item .list_tbn .cm-btn01:last-child {
  margin-bottom: 0;
}
.p-flow .s-flow03 {
  background: url(../images/flow/bg.png) no-repeat top center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow03 {
    margin-top: 10.2rem;
    padding: 10rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03 {
    margin-top: 3rem;
    padding: 3rem 0;
  }
}
.p-flow .s-flow03 .txt {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow03 .txt {
    margin: 3rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03 .txt {
    margin: 2rem auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow03__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
    margin-top: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03__list {
    margin: 2rem auto 0;
  }
}
.p-flow .s-flow03__item {
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow03__item {
    width: calc(50% - 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03__item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-flow .s-flow03__item:last-child {
    margin-bottom: 0;
  }
}
.p-flow .s-flow03__item img {
  width: 100%;
  display: block;
}
.p-flow .s-flow03__item .ct {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow03__item .ct {
    padding: 0 3.5rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03__item .ct {
    padding: 0 1rem 4rem;
  }
}
.p-flow .s-flow03__item .ct img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow03__item .ct img {
    max-width: 17.4rem;
    top: -6.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03__item .ct img {
    max-width: 12rem;
    top: -5rem;
  }
}
.p-flow .s-flow03__item .ct .ttl {
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 0;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow03__item .ct .ttl {
    padding: 4.5rem 0 1.5rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03__item .ct .ttl {
    padding: 2rem 0 1rem;
    font-size: 1.8rem;
  }
}
.p-flow .s-flow03__item .ct .ttl span {
  color: #009ae4;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow03__item .ct .ttl span {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03__item .ct .ttl span {
    font-size: 2rem;
  }
}
.p-flow .s-flow03__item .ct p {
  font-weight: 500;
  position: relative;
  z-index: 9;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow03__item .ct p {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03__item .ct p {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow04 {
    margin-top: 10.2rem;
    padding-bottom: 8.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow04 {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
.p-flow .s-flow04 .txt {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow04 .txt {
    margin: 3rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow04 .txt {
    margin: 2rem auto 0;
  }
}
.p-flow .s-flow04__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow04__list {
    gap: 2.5rem 3.6rem;
    margin-top: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow04__list {
    gap: 2rem;
    margin-top: 2rem;
  }
}
.p-flow .s-flow04__item {
  position: relative;
  padding-right: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow04__item {
    width: calc(50% - 1.8rem);
    margin-bottom: 1.9rem;
    padding-left: 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow04__item {
    width: 100%;
    padding-left: 2.9rem;
  }
}
.p-flow .s-flow04__item div {
  border: 1px solid rgb(173, 179, 185);
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow04__item div {
    -webkit-box-shadow: 0.8rem 0.8rem 0 0 #dce5ea;
            box-shadow: 0.8rem 0.8rem 0 0 #dce5ea;
    padding: 2.7rem 3.5rem 2.9rem 7.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow04__item div {
    -webkit-box-shadow: 0.5rem 0.5rem 0 0 #dce5ea;
            box-shadow: 0.5rem 0.5rem 0 0 #dce5ea;
    padding: 2rem 1rem 2rem 3rem;
  }
}
.p-flow .s-flow04__item span {
  position: absolute;
  left: 0;
  width: 8rem;
  height: 8rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0px 0px #dce5ea;
  box-shadow: 0.5rem 0.5rem 0px 0px #dce5ea;
  background: -webkit-gradient(linear, left top, right top, from(rgb(17, 63, 155)), to(rgb(23, 109, 189)));
  background: linear-gradient(90deg, rgb(17, 63, 155) 0%, rgb(23, 109, 189) 100%);
  font-family: var(--font-Jost);
  font-weight: 500;
  color: #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  padding-top: 0.7rem;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow04__item span {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow04__item span {
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0px 0px #dce5ea;
            box-shadow: 0.2rem 0.2rem 0px 0px #dce5ea;
  }
}
.p-flow .s-flow04__item .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow04__item .ttl {
    font-size: 2.4rem;
    margin: 0 0 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow04__item .ttl {
    font-size: 1.6rem;
    margin: 0 0 0.3rem;
  }
}
.p-flow .s-flow04__item p {
  margin: 0;
  letter-spacing: 0.05em;
}