@charset "UTF-8";
/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
/*---------- START BREADCRUMB ----------*/
.breadcrumb {
  margin-bottom: 9.4rem;
}
.breadcrumb ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.1rem 0 0;
}
.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: 1rem;
  margin-right: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.breadcrumb ul li:not(:last-child) {
  color: #afaba2;
}
.breadcrumb ul li:after {
  position: absolute;
  content: "";
  border: solid #adadad;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.2rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
  top: 1rem;
}
.breadcrumb ul li:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.breadcrumb ul li:nth-child(2) {
  white-space: nowrap;
}
.breadcrumb ul li a {
  line-height: 1.2;
  color: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.c-pagination {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-pagination {
    padding-top: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination {
    padding-top: 5rem;
  }
}
.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
}
.c-pagination__list a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #adadad;
  text-decoration: none;
}
.c-pagination__list span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0ca2b9;
}

/*---------- START TITLE PAGE ----------*/
@media only screen and (max-width: 767px) {
  .header {
    padding: 1rem;
    background: #fff;
  }
}

.cm-heading {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cm-heading {
    border-radius: 1.5rem;
    height: 50rem;
    margin: 1.5rem;
    padding-top: 23rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-heading {
    margin: 5.6rem 0 4rem;
    height: 14rem;
    padding-top: 4rem;
  }
}
.cm-heading_ttl {
  margin: 0;
}
.cm-heading .jp {
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cm-heading .jp {
    font-size: 6.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-heading .jp {
    font-size: 2.4rem;
  }
}
.cm-heading .en {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--co-general);
  display: block;
}
@media only screen and (min-width: 768px) {
  .cm-heading .en {
    font-size: 2.4rem;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-heading .en {
    font-size: 1.6rem;
  }
}

.block_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .block_content {
    gap: 7.9rem;
    margin-top: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .block_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .block_content .block_right {
    width: 28rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .block_content .block_right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.block_content .block_right .list_cat {
  background: #0ca2b9;
  border-radius: 1.5rem;
  padding: 3.5rem 2rem 2.6rem;
}
.block_content .block_right .list_cat_ttl {
  text-align: center;
  margin: 0 0 0.1rem;
}
.block_content .block_right .list_cat_ttl span {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 2.5rem;
}
.block_content .block_right .list_cat_ttl span:before,
.block_content .block_right .list_cat_ttl span::after {
  content: "";
  width: 1.4rem;
  height: 0.5rem;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
.block_content .block_right .list_cat_ttl span:before {
  left: 0;
}
.block_content .block_right .list_cat_ttl span:after {
  right: 0;
}
.block_content .block_right .list_cat ul {
  margin: 0;
  padding: 0;
}
.block_content .block_right .list_cat ul li {
  border-bottom: 0.1rem dotted #fff;
  list-style-type: none;
}
.block_content .block_right .list_cat ul li:last-child {
  border-bottom: none;
}
.block_content .block_right .list_cat ul li a {
  display: block;
  padding: 1.1rem 0 1.2rem;
  position: relative;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .block_content .block_right .list_cat ul li a:hover {
    opacity: 0.7;
  }
}
.block_content .block_right .list_cat ul li a .icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .block_content .block_right .list_cat ul li a .icon {
    right: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .block_content .block_right .list_cat ul li a .icon {
    right: 1rem;
  }
}
.block_content .block_right .list_cat ul li a .icon:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block_content .block_right .list_cat ul li a .icon:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.2rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 0.1rem;
  position: absolute;
}
.block_content .block_right .list_tag {
  background: #f2f7f9;
  border-radius: 1.5rem;
  padding: 3.6rem 2rem 4.2rem;
  margin-top: 2rem;
}
.block_content .block_right .list_tag_ttl {
  text-align: center;
  margin: 0 0 1.9rem;
}
.block_content .block_right .list_tag_ttl span {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 2.5rem;
}
.block_content .block_right .list_tag_ttl span:before,
.block_content .block_right .list_tag_ttl span::after {
  content: "";
  width: 1.4rem;
  height: 0.5rem;
  background: #0ca2b9;
  background: -webkit-gradient(linear, left top, right top, from(rgb(12, 162, 185)), to(rgb(117, 200, 228)));
  background: linear-gradient(90deg, rgb(12, 162, 185) 0%, rgb(117, 200, 228) 100%);
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
.block_content .block_right .list_tag_ttl span:before {
  left: 0;
}
.block_content .block_right .list_tag_ttl span:after {
  right: 0;
}
.block_content .block_right .list_tag ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.block_content .block_right .list_tag ul li {
  list-style-type: none;
}
.block_content .block_right .list_tag ul li a {
  display: block;
  position: relative;
  color: #adadad;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 0.5rem;
  padding: 0.1rem 1.1rem;
  background: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .block_content .block_right .list_tag ul li a:hover {
    opacity: 0.7;
  }
}
.block_content .block_left {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block_content .block_left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p-contact .cm-heading {
  background: url(../contact/images/mv.png) no-repeat center center;
  background-size: cover;
}
.p-contact .block01 {
  background: url(../contact/images/bg.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-contact .block01 {
    padding: 5.5rem 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .block01 {
    padding: 2rem;
  }
}
.p-contact .block01_inner {
  background: #fff;
  border-radius: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-contact .block01_inner {
    padding: 5.4rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .block01_inner {
    padding: 2rem 2rem;
  }
}
.p-contact .block01_inner .icon {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-contact .block01_inner .icon {
    left: 4.3rem;
    top: -5.9rem;
    width: 32.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .block01_inner .icon {
    right: -6rem;
    top: -7rem;
    width: 16rem;
  }
}
.p-contact .block01_inner .title {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-contact .block01_inner .title {
    font-size: 2.4rem;
    margin: 0 0 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .block01_inner .title {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}
.p-contact .block01_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-contact .block01_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .block01_list .item {
    width: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .block01_list .item {
    width: 100%;
  }
}
.p-contact .block01_list .item .ttl {
  background: #f5f5f5;
  border-radius: 0.5rem;
  text-align: center;
  padding: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .p-contact .block01_list .item .ttl {
    margin: 0 0 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .block01_list .item .ttl {
    margin: 0 0 0.5rem;
  }
}
.p-contact .block01_list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  color: var(--co-general);
  text-decoration: none;
  gap: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-contact .block01_list .item a {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .block01_list .item a {
    font-size: 2.5rem;
  }
}
.p-contact .block01_list .item a img {
  position: relative;
  top: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .p-contact .block01_list .item a img {
    width: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .block01_list .item a img {
    width: 2rem;
  }
}
.p-contact .block01_list .item .txt {
  margin: 1rem 0 0 1rem;
}
.p-contact .block02 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-contact .block02 {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .block02 {
    margin-top: 6rem;
  }
}
.p-contact .block02 .icon2 {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-contact .block02 .icon2 {
    width: 30.6rem;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .block02 .icon2 {
    width: 16rem;
    right: -4.5rem;
    top: -9.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .block02 .txt {
    margin: 3.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .block02 .txt {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content {
    margin-top: 4.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content {
    margin-top: 3rem;
  }
}
.p-contact .form-content__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dl {
    margin: 0 0 4.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-contact .form-content__dt {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dt {
    width: 20.6rem;
    padding-top: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dt {
    width: 100%;
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
}
.p-contact .form-content__dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dt span {
    width: 4.6rem;
    height: 2.8rem;
    font-size: 1.4rem;
    margin-top: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dt span {
    width: 4.6rem;
    height: 2.5rem;
    font-size: 1.3rem;
  }
}
.p-contact .form-content__dt span.hissu {
  background: #f39494;
}
.p-contact .form-content__dt span.ninni {
  background: #0ca2b9;
}
.p-contact .form-content__dd {
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd {
    padding: 0 0 0 8.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd {
    padding: 0;
  }
}
.p-contact .form-content__dd .list_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd .list_radio {
    gap: 1.3rem 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd .list_radio {
    gap: 1rem 3rem;
  }
}
.p-contact .form-content__dd .list_radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.p-contact .form-content__dd .list_radio label input[type="radio"] {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
}
.p-contact .form-content__dd .list_radio .flx_radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd .list_radio .flx_radio {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd .list_radio .flx_radio {
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .form-content__dd .list_radio .flx_radio input[type="text"] {
    width: 72rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .form-content__dd .list_radio .flx_radio input[type="text"] {
    width: 100%;
  }
}
.p-contact .form-content__dd input[type="text"],
.p-contact .form-content__dd input[type="email"],
.p-contact .form-content__dd input[type="tel"],
.p-contact .form-content__dd textarea {
  border: 0.1rem solid #dddddd;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  padding: 0.6rem 2rem;
  width: 100%;
}
.p-contact .form-content__dd textarea {
  height: 12.1rem;
}
.p-contact .form-content__dd p {
  margin: 1.2rem 0 0.4rem;
}
.p-contact .form-content__dd .check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-contact .form-content__dd .check-list label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-contact .form-content__dd .check-list label input {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #dddddd;
}
.p-contact #formEnd {
  text-align: center;
}
.p-contact #formEnd .contact-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-contact #formEnd .contact-group-btn {
    gap: 2rem;
    margin: 3.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact #formEnd .contact-group-btn {
    gap: 1rem;
    margin: 2rem 0 0;
  }
}
.p-contact #formEnd .contact-group-btn .cm-btn01.disabled {
  opacity: 1;
}
.p-contact #formEnd .contact-group-btn .cm-btn01 input {
  width: 100%;
  border: none;
  height: 100%;
}
.p-contact .block03 {
  background: #f1f5f7;
}
@media only screen and (min-width: 768px) {
  .p-contact .block03 {
    padding: 8rem 0;
    margin-top: 10.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .block03 {
    padding: 3rem 0 5rem;
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .block03 .cm-title01 {
    text-align: left;
    margin-bottom: 4.1rem;
  }
}
.p-contact .block03 h3 {
  color: var(--co-general);
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-contact .block03 h3 {
    font-size: 2rem;
    margin: 2.8rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .block03 h3 {
    font-size: 1.6rem;
    margin: 1.5rem 0 0;
  }
}
.p-contact .block03 p {
  margin: 0;
}
.p-contact .contact_send {
  text-align: center;
}
.p-contact .contact_send a {
  margin: auto;
}

.p-about .cm-heading {
  background: url(../about/images/bg2.png) repeat center center;
}
.p-about .about_block01_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block01_inner {
    gap: 5.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block01_inner {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-about .about_block01_inner .icon {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block01_inner .icon {
    width: 19.4rem;
    top: -10.2rem;
    right: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block01_inner .icon {
    width: 10rem;
    top: -8rem;
    right: 2rem;
  }
}
.p-about .about_block01_inner .img01 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1.5rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block01_inner .img01 {
    width: 54.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block01_inner .img01 {
    width: 100%;
  }
}
.p-about .about_block01_inner .ct {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.p-about .about_block01_inner .ct .ttl {
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block01_inner .ct .ttl {
    font-size: 4rem;
    margin: 0.4rem 0 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block01_inner .ct .ttl {
    font-size: 2.4rem;
    margin: 0.4rem 0 1rem;
  }
}
.p-about .about_block01_inner .ct p {
  margin: 0 0 1.9rem;
}
.p-about .about_block02 {
  background: #f1f5f7;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block02 {
    padding: 7.9rem 0 10rem;
    margin-top: 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block02 {
    padding: 3rem 0;
    margin-top: 3rem;
  }
}
.p-about .about_block02_list {
  margin-top: 4.4rem;
}
.p-about .about_block02 .item {
  border-radius: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block02 .item {
    background: #0ca2b9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block02 .item {
    margin-bottom: 2rem;
  }
}
.p-about .about_block02 .item:last-child {
  margin-bottom: 0;
}
.p-about .about_block02 .item .item_point {
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block02 .item .item_point {
    width: 13.5rem;
    padding: 2.4rem 0 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block02 .item .item_point {
    width: 100%;
    background: #0ca2b9;
    padding: 1rem;
  }
}
.p-about .about_block02 .item .item_point span {
  font-weight: 500;
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block02 .item .item_point span {
    font-size: 9rem;
    margin-top: -0.9rem;
    margin-left: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block02 .item .item_point span {
    font-size: 3rem;
    margin-top: 0;
  }
}
.p-about .about_block02 .item .item_ct {
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block02 .item .item_ct {
    padding: 2.5rem 4rem 2.9rem 12.7rem;
    background: url(../recruit/images/bg3.png) no-repeat bottom left;
    background-size: 100% 100%;
    min-height: 20rem;
    border-radius: 0 0 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block02 .item .item_ct {
    padding: 1.5rem;
    border-radius: 0 0 1.5rem 1.5rem;
  }
}
.p-about .about_block02 .item .item_ct .tit {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 0.8rem;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block02 .item .item_ct .tit {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block02 .item .item_ct .tit {
    font-size: 2rem;
  }
}
.p-about .about_block02 .item .item_ct p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block03 {
    padding: 8.2rem 0 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block03 {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-about .about_block03_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .p-about .about_block03_inner .cm-title01 {
    width: 25.7rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .p-about .about_block03_inner .table {
    margin-top: 3.5rem;
  }
}
.p-about .about_block03_inner .table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.p-about .about_block03_inner .table dl dt {
  border-right: 0.2rem dotted #d3e9ef;
  color: #0ca2b9;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  text-align: right;
  padding-top: 1rem;
  letter-spacing: 0.05em;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block03_inner .table dl dt {
    font-size: 3rem;
    width: 22.3rem;
    padding-right: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block03_inner .table dl dt {
    font-size: 2rem;
    width: 10rem;
    padding-right: 2rem;
  }
}
.p-about .about_block03_inner .table dl dt:after {
  content: "";
  border-radius: 50%;
  background: #0ca2b9;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block03_inner .table dl dt:after {
    width: 2rem;
    height: 2rem;
    right: -1.1rem;
    top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block03_inner .table dl dt:after {
    width: 1rem;
    height: 1rem;
    right: -0.5rem;
    top: 2rem;
  }
}
.p-about .about_block03_inner .table dl dt span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: -0.7rem;
}
.p-about .about_block03_inner .table dl dd {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block03_inner .table dl dd {
    padding-left: 8.8rem;
    padding-top: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block03_inner .table dl dd {
    padding-left: 2rem;
    padding-top: 1.2rem;
    padding-bottom: 2rem;
  }
}
.p-about .about_block03_inner .table dl dd .tt {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block03_inner .table dl dd .tt {
    font-size: 2rem;
    margin: 0 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block03_inner .table dl dd .tt {
    font-size: 1.6rem;
    margin: 0 0 0.5rem;
  }
}
.p-about .about_block03_inner .table dl dd p {
  margin: 0;
}
.p-about .about_block04 {
  background: url(../about/images/bg2.png) repeat center center;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block04 {
    padding: 8rem 0 10rem;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block04 {
    padding: 3rem 0;
    background-size: auto;
  }
}
.p-about .about_block04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block04_list {
    gap: 2rem;
    margin-top: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block04_list {
    gap: 1rem;
  }
}
.p-about .about_block04_list .item {
  border-radius: 1.5rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 768px) {
  .p-about .about_block04_list .item {
    width: calc(50% - 1rem);
    padding: 3.3rem 2.4rem 3.3rem 3rem;
    gap: 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block04_list .item {
    width: 100%;
    padding: 1.5rem;
    gap: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-about .about_block04_list .item:first-child .ttl {
  letter-spacing: -0.04em;
}
.p-about .about_block04_list .item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block04_list .item img {
    width: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block04_list .item img {
    width: 100%;
  }
}
.p-about .about_block04_list .item .item_ct {
  width: 100%;
}
.p-about .about_block04_list .item .ttl {
  font-weight: 500;
  margin: -0.7rem 0 0.4rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block04_list .item .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block04_list .item .ttl {
    width: 100%;
    font-size: 2rem;
  }
}
.p-about .about_block04_list .item .ttl span {
  display: block;
  font-weight: 400;
  margin-bottom: -0.05em;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block04_list .item .ttl span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block04_list .item .ttl span {
    font-size: 1.4rem;
  }
}
.p-about .about_block04_list .item p {
  margin: 0;
}
.p-about .about_block04_list .item .tel {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  color: #0ca2b9;
  margin: -0.2rem 0 0;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block04_list .item .tel {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block04_list .item .tel {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-about .about_block04_list .item .tel img {
    width: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block04_list .item .tel img {
    width: 2rem;
  }
}
.p-about .about_block04_list .item .bnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block04_list .item .bnt {
    margin-top: 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block04_list .item .bnt {
    margin-top: 1rem;
  }
}
.p-about .about_block04_list .item .bnt a {
  width: 13.5rem;
  height: 4.4rem;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block05 {
    padding: 8rem 0 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block05 {
    padding: 3rem 0;
  }
}
.p-about .about_block05 .map {
  width: 100%;
  background: #d9d9d9;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-about .about_block05 .map {
    height: 40rem;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .about_block05 .map {
    height: 25rem;
  }
}
.p-about .about_block05 .map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.p-news .c-pagination {
  border-top: 0.1rem solid #adadad;
}
.p-news .cm-heading {
  background: url(../about/images/bg2.png) repeat center center;
}
.p-news .block_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-news .block_tab {
    gap: 1.9rem;
    margin-bottom: 8rem;
    border-bottom: 0.2rem solid #0ca2b9;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .block_tab {
    gap: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-news .block_news {
    margin-bottom: 9.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .block_news {
    margin-bottom: 5rem;
  }
}
.p-news .tab_btn {
  background: #f1f5f7;
  border: 0.2rem solid #f1f5f7;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
  height: 7rem;
  border-bottom: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-news .tab_btn {
    font-size: 1.8rem;
    width: 28.8rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .p-news .tab_btn:first-child {
    width: 17.9rem;
  }
  .p-news .tab_btn:hover {
    background: #fff;
    border: 0.2rem solid #0ca2b9;
    border-bottom: none;
    color: #0ca2b9;
  }
  .p-news .tab_btn:hover:after {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #fff;
    position: absolute;
    bottom: -0.2rem;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .tab_btn {
    font-size: 1.6rem;
    width: 100%;
    height: 5rem;
    border-radius: 0.5rem;
  }
}
.p-news .tab_btn.is-active {
  background: #fff;
  border: 0.2rem solid #0ca2b9;
  color: #0ca2b9;
}
@media only screen and (min-width: 768px) {
  .p-news .tab_btn.is-active {
    border-bottom: none;
  }
  .p-news .tab_btn.is-active:after {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #fff;
    position: absolute;
    bottom: -0.2rem;
    left: 0;
  }
}
.p-news .tab_content {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-news .tab_content {
    margin-top: 4rem;
  }
}
.p-news .tab_content.is-active {
  display: block;
}
.p-news .tab_content .list_item .item {
  border-bottom: 0.1rem solid #adadad;
}
@media only screen and (min-width: 768px) {
  .p-news .tab_content .list_item .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5.8rem;
    padding-bottom: 4.8rem;
    margin-bottom: 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .tab_content .list_item .item {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.p-news .tab_content .list_item .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.p-news .tab_content .list_item .item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-news .tab_content .list_item .item img {
    width: 42.5rem;
    border-radius: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .tab_content .list_item .item img {
    width: 100%;
    display: block;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
  }
}
.p-news .tab_content .list_item .item .item_ct {
  width: 100%;
}
.p-news .tab_content .list_item .item .item_ct p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
}
.p-news .tab_content .list_item .item .ttl {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-news .tab_content .list_item .item .ttl {
    font-size: 2.4rem;
    line-height: 1.875;
    margin: 0 0 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .tab_content .list_item .item .ttl {
    font-size: 2rem;
    margin: 0 0 1.4rem;
  }
}
.p-news .tab_content .list_item .item .ttl span {
  display: block;
  line-height: 1.875;
  font-weight: 400;
  margin-bottom: -0.2rem;
}
@media only screen and (min-width: 768px) {
  .p-news .tab_content .list_item .item .ttl span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .tab_content .list_item .item .ttl span {
    font-size: 1.4rem;
  }
}

.p-blog .cm-heading {
  background: url(../blog/images/mv.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-blog .block_blog {
    margin-bottom: 9.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .block_blog {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-blog .block_blog .cm-title01 {
    text-align: left;
  }
}
.p-blog .block_blog .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-blog .block_blog .item {
    gap: 4rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .block_blog .item {
    gap: 2rem;
    margin-bottom: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-blog .block_blog .item:last-child {
  margin-bottom: 0;
}
.p-blog .block_blog .item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-blog .block_blog .item img {
    width: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .block_blog .item img {
    width: 100%;
  }
}
.p-blog .block_blog .item .cat_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-blog .block_blog .item .cat_date .tag {
  border: 1px solid #0ca2b9;
  border-radius: 0.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  height: 3rem;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0ca2b9;
}
@media only screen and (min-width: 768px) {
  .p-blog .block_blog .item .item_ct {
    padding-top: 1.8rem;
  }
}
.p-blog .block_blog .item .item_ct .ttl {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-blog .block_blog .item .item_ct .ttl {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    margin: 1.2rem 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .block_blog .item .item_ct .ttl {
    margin: 1rem 0;
  }
}
.p-blog .block_blog .item .item_ct .list_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-blog .block_blog .item .item_ct .list_tag span {
  display: block;
  position: relative;
  color: #adadad;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 0.5rem;
  padding: 0.1rem 1.1rem;
  background: #f5f5f5;
}
.p-blog .block_blog_recoment {
  background: #f1f5f7;
}
@media only screen and (min-width: 768px) {
  .p-blog .block_blog_recoment {
    padding: 6rem 0 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .block_blog_recoment {
    padding: 3rem 0;
  }
}
.p-blog .block_blog_recoment .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-blog .block_blog_recoment .list_item {
    gap: 4rem;
    margin-top: 6.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .block_blog_recoment .list_item {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-blog .block_blog_recoment .list_item .item {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-blog .block_blog_recoment .list_item .item {
    width: calc(33.3333333333% - 2.6666666667rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .block_blog_recoment .list_item .item {
    width: 100%;
  }
}
.p-blog .block_blog_recoment .list_item .item img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-blog .block_blog_recoment .list_item .item .item_ct {
    padding: 2rem 2.3rem 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .block_blog_recoment .list_item .item .item_ct {
    padding: 1.5rem;
  }
}
.p-blog .block_blog_recoment .list_item .item .cat_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.6rem;
}
.p-blog .block_blog_recoment .list_item .item .cat_date .tag {
  border: 1px solid #0ca2b9;
  border-radius: 0.2rem;
  color: #0ca2b9;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.2rem 1rem;
}
.p-blog .block_blog_recoment .list_item .item .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0.1rem 0 1.3rem;
}
.p-blog .block_blog_recoment .list_item .item p {
  line-height: 1.5;
  margin: 0;
}

.blog_detail_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .blog_detail_btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .blog_detail_btn .cm-btn01 {
    width: 28rem;
    height: 7rem;
  }
}
@media only screen and (min-width: 768px) {
  .block_blog_detail {
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .block_blog_detail {
    margin-bottom: 5rem;
  }
}
.block_blog_detail .block_title {
  border-bottom: 1px solid #adadad;
}
@media only screen and (min-width: 768px) {
  .block_blog_detail .block_title {
    padding-bottom: 3.5rem;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .block_blog_detail .block_title {
    padding-bottom: 2em;
    margin-bottom: 3rem;
  }
}
.block_blog_detail .block_title .cat_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block_blog_detail .block_title .cat_date .tag {
  border: 1px solid #0ca2b9;
  border-radius: 0.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  height: 3rem;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0ca2b9;
}
.block_blog_detail .block_title .ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .block_blog_detail .block_title .ttl {
    font-size: 3rem;
    line-height: 1.6666666667;
    margin: 1.5rem 0 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .block_blog_detail .block_title .ttl {
    font-size: 2.2rem;
    margin: 1rem 0 1.1rem;
  }
}
.block_blog_detail .block_title .list_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block_blog_detail .block_title .list_tag span {
  display: block;
  position: relative;
  color: #adadad;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 0.5rem;
  padding: 0.1rem 1.1rem;
  background: #f5f5f5;
}
.block_blog_detail img {
  width: 100%;
  display: block;
  border-radius: 1.5rem;
}
.block_blog_detail h3 {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .block_blog_detail h3 {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin: 2.5rem 0 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .block_blog_detail h3 {
    font-size: 1.8rem;
    margin: 1.5rem 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .block_blog_detail .item {
    margin-bottom: 9.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .block_blog_detail .item {
    margin-bottom: 2rem;
  }
}

.cm-listbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .cm-listbtn {
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-listbtn {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cm-listbtn a {
  border: 0.2rem solid #0ca2b9;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #0ca2b9;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .cm-listbtn a {
    width: 35rem;
    height: 7rem;
    font-size: 1.8rem;
  }
  .cm-listbtn a:hover {
    background: linear-gradient(90.09deg, #0ca2b9 0.08%, #75c8e4 101.64%);
    color: #fff;
  }
  .cm-listbtn a:hover .icon:before {
    background: #fff;
  }
  .cm-listbtn a:hover .icon:after {
    border: solid #fff;
    border-width: 0 0.1rem 0.1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-listbtn a {
    width: 30rem;
    height: 5rem;
    font-size: 1.6rem;
  }
}
.cm-listbtn a .icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .cm-listbtn a .icon {
    right: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-listbtn a .icon {
    right: 1rem;
  }
}
.cm-listbtn a .icon:before {
  content: "";
  width: 0.1rem;
  height: 100%;
  background: #0ca2b9;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cm-listbtn a .icon:after {
  content: "";
  border: solid #0ca2b9;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.2rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  bottom: 0.1rem;
  position: absolute;
}

.cm-title02 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .cm-title02 {
    text-align: center;
    margin: 0 0 2rem;
  }
}
.cm-title02 span {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .cm-title02 span {
    font-size: 3rem;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title02 span {
    font-size: 1.8rem;
    padding: 0 2rem;
  }
}
.cm-title02 span:before,
.cm-title02 span:after {
  content: "";
  width: 1.4rem;
  height: 0.5rem;
  background: #000;
  background: linear-gradient(90.09deg, #0ca2b9 0.08%, #75c8e4 101.64%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cm-title02 span:before {
  left: 0;
}
.cm-title02 span:after {
  right: 0;
}

.p-founder .cm-heading {
  background: url(../about/images/bg2.png) repeat center center;
}
.p-founder .block-founder01 {
  background: url(../founder/images/bg1.png) no-repeat bottom center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder01 {
    margin-top: 10.2rem;
    padding: 8rem 0 10.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder01 {
    margin-top: 3rem;
    padding: 3rem 0;
  }
}
.p-founder .block-founder01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder01 .inner {
    margin-top: 4.6rem;
    gap: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder01 .inner {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-founder .block-founder01 .inner .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder01 .inner .img {
    width: 51.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder01 .inner .img {
    width: 100%;
  }
}
.p-founder .block-founder01 .inner .img img {
  width: 100%;
}
.p-founder .block-founder01 .inner .img .name {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder01 .inner .img .name {
    margin-top: 2.7rem;
    padding-right: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder01 .inner .img .name {
    margin-top: 1rem;
  }
}
.p-founder .block-founder01 .inner .img .name img {
  width: 29.2rem;
}
.p-founder .block-founder01 .inner .ct .title {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder01 .inner .ct .title {
    margin: -0.9rem 0 2.6rem;
    font-size: 3rem;
    line-height: 1.4333333333;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder01 .inner .ct .title {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.p-founder .block-founder01 .inner .ct p {
  margin: 0;
  line-height: 1.875;
}
.p-founder .block-founder01 .box {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder01 .box {
    padding: 5rem 5rem 5.9rem;
    margin-top: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder01 .box {
    padding: 2rem;
    margin-top: 3rem;
  }
}
.p-founder .block-founder01 .box_ttl {
  margin: 0 0 0.4rem;
}
.p-founder .block-founder01 .box table {
  width: 100%;
}
.p-founder .block-founder01 .box table th {
  border-bottom: 1px solid #0ca2b9;
  text-align: left;
  color: #0ca2b9;
  text-align: left;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder01 .box table th {
    width: 12.5rem;
    padding: 1.8rem 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder01 .box table th {
    width: 8rem;
    padding: 1rem 0;
  }
}
.p-founder .block-founder01 .box table td {
  border-bottom: 1px solid #dddddd;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder01 .box table td {
    padding: 1.8rem 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder01 .box table td {
    padding: 1rem 0;
  }
}
.p-founder .block-founder02 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder02 {
    padding-top: 8rem;
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder02 {
    padding-top: 4rem;
    margin-bottom: 4rem;
  }
}
.p-founder .block-founder02_inner {
  position: relative;
}
.p-founder .block-founder02 .img_icon {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder02 .img_icon {
    top: 1.9rem;
    right: 7.3rem;
    width: 23rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder02 .img_icon {
    top: -7rem;
    right: 0;
    width: 10rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder02 .box01 {
    margin-top: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder02 .box01 {
    margin-top: 2rem;
  }
}
.p-founder .block-founder02 .box01_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder02 .box01_inner {
    margin-top: 3.1rem;
    gap: 6.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder02 .box01_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-founder .block-founder02 .box01_inner img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder02 .box01_inner img {
    width: 20.65rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder02 .box01_inner img {
    width: 100%;
  }
}
.p-founder .block-founder02 .box01_inner .ct1 {
  margin-top: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder02 .box01_inner .ct1 {
    margin-bottom: 5.3rem;
    border-left: 0.8rem solid #0ca2b9;
    padding-left: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder02 .box01_inner .ct1 {
    margin-bottom: 3rem;
    border-left: 0.4rem solid #0ca2b9;
    padding-left: 1rem;
  }
}
.p-founder .block-founder02 .box01_inner .ct1 .tit {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 1rem;
  color: #0ca2b9;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder02 .box01_inner .ct1 .tit {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder02 .box01_inner .ct1 .tit {
    font-size: 1.8rem;
  }
}
.p-founder .block-founder02 .box01_inner .ct1 .time {
  margin: 0;
}
.p-founder .block-founder02 .box01_inner .ct1 .text {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 1.3rem 0 0;
  line-height: 1.4375;
}
.p-founder .block-founder02 .founder02_tit {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder02 .founder02_tit {
    font-size: 2rem;
    margin: 0 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder02 .founder02_tit {
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
}
.p-founder .block-founder02 ul {
  margin: 0;
  padding: 0;
}
.p-founder .block-founder02 ul li {
  list-style-type: none;
  padding-left: 2.5rem;
  letter-spacing: 0.03em;
  position: relative;
}
.p-founder .block-founder02 ul li:before {
  content: "・";
  position: absolute;
  left: 0.3rem;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder02 .box02 {
    margin-top: 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder02 .box02 {
    margin-top: 3rem;
  }
}
.p-founder .block-founder02 .box02 table {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder02 .box02 table {
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder02 .box02 table {
    display: block;
    width: 100%;
  }
  .p-founder .block-founder02 .box02 table tbody,
  .p-founder .block-founder02 .box02 table tr {
    display: block;
    width: 100%;
  }
}
.p-founder .block-founder02 .box02 table th {
  text-align: left;
  text-align: left;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder02 .box02 table th {
    width: 21rem;
    padding: 1.8rem 0.5rem 1.8rem 1.3rem;
    border-bottom: 1px solid #0ca2b9;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder02 .box02 table th {
    width: 100%;
    display: block;
  }
}
.p-founder .block-founder02 .box02 table td {
  border-bottom: 1px solid #dddddd;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder02 .box02 table td {
    padding: 1.8rem 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder02 .box02 table td {
    width: 100%;
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder02 .box03 {
    margin-top: 5.5rem;
    margin-bottom: 6.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder02 .box03 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.p-founder .block-founder02 .box03_inner {
  background: #f2f7f9;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder02 .box03_inner {
    padding: 4.8rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder02 .box03_inner {
    padding: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-founder .block-founder02 .box03_inner dl {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder02 .box03_inner dl {
    width: 50%;
    padding-left: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder02 .box03_inner dl {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-founder .block-founder02 .box03_inner dl:nth-child(2) {
    border-left: 1px solid #dddddd;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .block-founder02 .box03_inner dl:nth-child(2) {
    border-top: 1px solid #dddddd;
    padding-top: 2rem;
    margin-top: 2rem;
  }
}
.p-founder .block-founder02 .box03_inner dl dt {
  padding: 0;
  margin: 0 0 0.4rem;
  color: #0ca2b9;
  font-weight: 700;
}
.p-founder .block-founder02 .box03_inner dl dd {
  padding: 0;
  margin: 0;
}
.p-founder .founder02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-founder .founder02_list {
    margin-top: 3.1rem;
    gap: 2rem;
  }
  .p-founder .founder02_list a {
    width: 30rem;
  }
  .p-founder .founder02_list a:first-child {
    width: 38rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-founder .founder02_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}

.p-recruit .cm-heading {
  background: url(../recruit/images/mv.png) no-repeat center center;
  background-size: cover;
}
.p-recruit .block-recruit01 {
  text-align: center;
  margin-top: -1.6rem;
}
.p-recruit .block-recruit01_ttl {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit01_ttl {
    font-size: 4rem;
    margin: 0 0 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit01_ttl {
    font-size: 2.2rem;
    margin: 0 0 1.5rem;
  }
}
.p-recruit .block-recruit01 p {
  margin: 0;
}
.p-recruit .block-recruit02 {
  background: #f1f5f7;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit02 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit02 {
    padding: 3rem 0;
  }
}
.p-recruit .block-recruit02_inner {
  position: relative;
}
.p-recruit .block-recruit02_inner .img {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit02_inner .img {
    top: -224px;
    right: -37px;
    width: 37.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit02_inner .img {
    width: 18rem;
    top: -10.5rem;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit02_list {
    margin-top: 4.5rem;
  }
}
.p-recruit .block-recruit02 .item {
  border-radius: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit02 .item {
    background: #0ca2b9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit02 .item {
    margin-bottom: 2rem;
  }
}
.p-recruit .block-recruit02 .item:last-child {
  margin-bottom: 0;
}
.p-recruit .block-recruit02 .item .item_point {
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit02 .item .item_point {
    width: 13.5rem;
    padding: 2.4rem 0 0 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit02 .item .item_point {
    width: 100%;
    background: #0ca2b9;
    padding: 1rem;
  }
}
.p-recruit .block-recruit02 .item .item_point span {
  font-weight: 500;
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit02 .item .item_point span {
    font-size: 9rem;
    margin-top: -0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit02 .item .item_point span {
    font-size: 3rem;
    margin-top: 0;
  }
}
.p-recruit .block-recruit02 .item .item_ct {
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit02 .item .item_ct {
    padding: 2.5rem 4rem 2.9rem 12.7rem;
    background: url(../recruit/images/bg3.png) no-repeat bottom left;
    background-size: 100% 100%;
    min-height: 20rem;
    border-radius: 0 0 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit02 .item .item_ct {
    padding: 1.5rem;
    border-radius: 0 0 1.5rem 1.5rem;
  }
}
.p-recruit .block-recruit02 .item .item_ct .tit {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 0.8rem;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit02 .item .item_ct .tit {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit02 .item .item_ct .tit {
    font-size: 2rem;
  }
}
.p-recruit .block-recruit02 .item .item_ct p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit03 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit03 {
    padding: 4rem 0;
  }
}
.p-recruit .block-recruit03 .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit03 .list_item {
    gap: 3rem;
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit03 .list_item {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-recruit .block-recruit03 .list_item .item {
  border: 0.1rem solid #0ca2b9;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit03 .list_item .item {
    width: calc(50% - 1.5rem);
    padding: 4.9rem 5rem 6.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit03 .list_item .item {
    width: 100%;
    padding: 2rem;
  }
}
.p-recruit .block-recruit03 .list_item .item .ttl {
  text-align: center;
  color: #0ca2b9;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit03 .list_item .item .ttl {
    font-size: 2.4rem;
    margin: 0 0 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit03 .list_item .item .ttl {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
}
.p-recruit .block-recruit03 .list_item .item p {
  margin: 0;
}
.p-recruit .block-recruit04 {
  background: url(../recruit/images/bg1.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit04 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit04 {
    padding: 4rem 0;
  }
}
.p-recruit .block-recruit04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit04_list {
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit04_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-recruit .block-recruit04_list .item {
  background: #fff;
  border-radius: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit04_list .item {
    width: calc(25% - 1rem);
    padding: 3.6rem 0.5rem 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit04_list .item {
    width: 100%;
    padding: 2.5rem 1.5rem;
  }
}
.p-recruit .block-recruit04_list .item img {
  width: 4rem;
  height: auto;
  margin: auto auto 0.9rem;
}
.p-recruit .block-recruit04_list .item:nth-child(2) {
  padding-top: 2.9rem;
}
.p-recruit .block-recruit04_list .item:nth-child(2) img {
  width: 4.8rem;
  margin: auto auto 0.7rem;
}
.p-recruit .block-recruit04_list .item:nth-child(4) {
  padding-top: 2.9rem;
}
.p-recruit .block-recruit04_list .item:nth-child(4) img {
  width: 5rem;
  margin: auto auto 0.5rem;
}
.p-recruit .block-recruit04_list .item .ttl {
  color: #0ca2b9;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit04_list .item .ttl {
    font-size: 2.4rem;
    margin: 0 0 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit04_list .item .ttl {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.p-recruit .block-recruit04_list .item p {
  text-align: center;
  margin: 0;
  padding: 0 2.6rem;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit05 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit05 {
    padding: 4rem 0;
  }
}
.p-recruit .block-recruit05_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit05_list {
    gap: 3rem;
    margin-top: 4.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit05_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-recruit .block-recruit05 .item {
  background: #f2f7f9;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit05 .item {
    width: calc(50% - 1.5rem);
    padding: 3.6rem 4rem 4.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit05 .item {
    width: 100%;
    padding: 2rem;
  }
}
.p-recruit .block-recruit05 .item h3 {
  font-weight: 500;
  margin: 0 0 0.5rem;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit05 .item h3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit05 .item h3 {
    font-size: 2rem;
  }
}
.p-recruit .block-recruit05 .item dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding: 1.7rem 0 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-recruit .block-recruit05 .item dl dd {
  font-weight: 500;
}
.p-recruit .block-recruit06 {
  background: url(../recruit/images/bg2.png) no-repeat bottom center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit06 {
    padding: 7rem 0 10rem;
    margin-top: 9.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit06 {
    padding: 4rem 0;
    margin-top: 6rem;
  }
}
.p-recruit .block-recruit06_inner {
  position: relative;
}
.p-recruit .block-recruit06_inner .img {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit06_inner .img {
    top: -21.4rem;
    right: -3.7rem;
    width: 37.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit06_inner .img {
    top: -98px;
    right: 0;
    width: 18rem;
  }
}
.p-recruit .block-recruit06 .block {
  background: #fff;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit06 .block {
    padding: 4.5rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit06 .block {
    padding: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit06 .block.block01 {
    padding: 3rem 4rem 5rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit06 .block.block01 {
    margin-bottom: 2rem;
  }
}
.p-recruit .block-recruit06 .block.block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit06 .block.block02 {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit06 .block.block02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit06 .block.block02 a {
    width: 30rem;
  }
  .p-recruit .block-recruit06 .block.block02 a:first-child {
    width: 38rem;
  }
}
.p-recruit .block-recruit06 .block table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit06 .block table {
    display: block;
  }
  .p-recruit .block-recruit06 .block table tbody,
  .p-recruit .block-recruit06 .block table tr {
    display: block;
    width: 100%;
  }
  .p-recruit .block-recruit06 .block table tr:last-child td {
    border-bottom: none;
  }
}
.p-recruit .block-recruit06 .block table th {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit06 .block table th {
    width: 34.5rem;
    border-bottom: 1px solid #0ca2b9;
    padding: 1.7rem 1rem 1.6rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit06 .block table th {
    width: 100%;
    display: block;
    color: #0ca2b9;
    font-weight: 500;
  }
}
.p-recruit .block-recruit06 .block table td {
  border-bottom: 1px solid #dddddd;
}
@media only screen and (min-width: 768px) {
  .p-recruit .block-recruit06 .block table td {
    text-align: right;
    padding: 1.7rem 1rem 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .block-recruit06 .block table td {
    width: 100%;
    display: block;
    margin-top: 0.5rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}

.p-staff .cm-heading {
  background: url(../staff/images/mv.png) no-repeat center center;
  background-size: cover;
}
.p-staff .staff_block01_inner {
  position: relative;
}
.p-staff .staff_block01_inner .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .p-staff .staff_block01_inner .icon {
    width: 23rem;
    top: -20.7rem;
    margin-left: -1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .staff_block01_inner .icon {
    width: 8rem;
    top: -7rem;
    margin-left: -0.5rem;
  }
}
.p-staff .staff_block01_inner .text {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-staff .staff_block01_inner .text {
    margin: 3.6rem 0 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .staff_block01_inner .text {
    margin: 0 0 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .staff_block01_inner .cm-title02 {
    margin-bottom: 1rem;
  }
}
.p-staff .staff_block01_inner p {
  margin: 0;
}
.p-staff .staff_block01_inner .item {
  background: #f2f7f9;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-staff .staff_block01_inner .item {
    padding: 6rem 5rem;
    gap: 4.7rem;
    margin-bottom: 3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .staff_block01_inner .item {
    padding: 1.5rem;
    gap: 1.5rem;
    margin-bottom: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-staff .staff_block01_inner .item:last-child {
  margin-bottom: 0;
}
.p-staff .staff_block01_inner .item img {
  border-radius: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-staff .staff_block01_inner .item img {
    width: 32rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .staff_block01_inner .item img {
    width: 100%;
  }
}
.p-staff .staff_block01_inner .item .ct {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-staff .staff_block01_inner .item .ct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.p-staff .staff_block01_inner .item .ct .tit {
  color: #0ca2b9;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-staff .staff_block01_inner .item .ct .tit {
    font-size: 2.4rem;
    margin: 0.5rem 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .staff_block01_inner .item .ct .tit {
    font-size: 1.8rem;
    margin: 0.5rem 0 1rem;
  }
}
.p-staff .staff_block01_inner .item .ct p {
  letter-spacing: 0.05em;
  margin: 0 0 1.7rem;
}
.p-staff .staff_block01_inner .item .ct p:last-child {
  margin-bottom: 0;
}
.p-staff .staff_block01_inner .item .ct p span {
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-staff .staff_block01_inner .item .ct p span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .staff_block01_inner .item .ct p span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .staff_block01_list {
    margin-top: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .staff_block01_list {
    margin-top: 3rem;
  }
}
.p-staff .staff_block02 {
  background: url(../staff/images/bg.png) no-repeat bottom center;
  background-size: cover;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-staff .staff_block02 {
    padding: 7rem 0 9.8rem;
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .staff_block02 {
    padding: 4rem 0;
    margin-top: 4rem;
  }
}
.p-staff .staff_block02_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-staff .staff_block02_btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff .staff_block02 p {
    margin: 2.2rem 0 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff .staff_block02 p {
    margin: 1rem 0 2rem;
  }
}

.p-dock .cm-heading {
  background: url(../dock/images/mv.png) no-repeat center center;
  background-size: cover;
}
.p-dock .dock_block01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block01 .inner {
    gap: 6.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block01 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-dock .dock_block01 img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block01 img {
    width: 45.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block01 img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block01 .cm-title01 {
    text-align: left;
    margin: -2rem 0 3.6rem;
  }
}
.p-dock .dock_block02 {
  background: url(../dock/images/bg1.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 {
    margin-top: 10rem;
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}
.p-dock .dock_block02 .txt {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .txt {
    margin: 3.6rem 0 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .txt {
    margin: 0;
  }
}
.p-dock .dock_block02 .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box01 {
    gap: 6.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .box01 {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
}
.p-dock .dock_block02 .box01_r {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box01_r {
    width: 31.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .box01_r {
    width: 100%;
  }
}
.p-dock .dock_block02 .box01_r .total {
  background: #0ca2b9;
  background: -webkit-gradient(linear, left top, right top, from(rgb(12, 162, 185)), to(rgb(117, 200, 228)));
  background: linear-gradient(90deg, rgb(12, 162, 185) 0%, rgb(117, 200, 228) 100%);
  border-radius: 0.5rem;
  color: #fff;
  margin-bottom: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box01_r .total {
    padding: 3.2rem 4.3rem 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .box01_r .total {
    padding: 1.5rem;
    text-align: center;
  }
}
.p-dock .dock_block02 .box01_r .total p {
  font-weight: 500;
  margin: 0 0 1.1rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box01_r .total p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .box01_r .total p {
    font-size: 1.6rem;
  }
}
.p-dock .dock_block02 .box01_r .total p:last-child {
  margin-bottom: 0;
}
.p-dock .dock_block02 .box01_r .total p span {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box01_r .total p span {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .box01_r .total p span {
    font-size: 3rem;
  }
}
.p-dock .dock_block02 .box01_r .total p.txt_price {
  font-size: 1.6rem;
}
.p-dock .dock_block02 .box01_r .note {
  border: 0.2rem solid #0ca2b9;
  border-radius: 0.5rem;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box01_r .note {
    padding: 2rem 4rem 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .box01_r .note {
    padding: 1.5rem;
    text-align: center;
  }
}
.p-dock .dock_block02 .box01_r .note p {
  margin: 0;
}
.p-dock .dock_block02 .box01_r .note span {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  color: #0ca2b9;
  margin-bottom: -0.2rem;
}
.p-dock .dock_block02 .box01_l {
  width: 100%;
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box01_l {
    padding: 1rem 1.6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .box01_l {
    padding: 1rem;
  }
}
.p-dock .dock_block02 .box01_l table {
  width: 100%;
}
.p-dock .dock_block02 .box01_l table thead th {
  color: #0ca2b9;
  font-weight: 700;
  border-bottom: 0.1rem solid #0ca2b9;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box01_l table thead th {
    padding: 1.4rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .box01_l table thead th {
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box01_l table thead th:first-child {
    width: 18.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .box01_l table thead th:first-child {
    width: 12rem;
  }
}
.p-dock .dock_block02 .box01_l table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.p-dock .dock_block02 .box01_l table tbody tr:last-child {
  border-bottom: none;
}
.p-dock .dock_block02 .box01_l table tbody th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box01_l table tbody th {
    padding: 2.2rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .box01_l table tbody th {
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box01_l table tbody td {
    padding: 2.2rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .box01_l table tbody td {
    padding: 0.5rem;
  }
}
.p-dock .dock_block02 .cm-title02 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box02 {
    margin-top: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .box02 {
    margin-top: 3rem;
  }
}
.p-dock .dock_block02 .box02 table {
  width: 100%;
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box02 table {
    margin-top: 3.2rem;
  }
}
.p-dock .dock_block02 .box02 table thead {
  background: #0ca2b9;
  display: block;
  width: 100%;
}
.p-dock .dock_block02 .box02 table thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-dock .dock_block02 .box02 table thead th {
  color: #fff;
  font-weight: 700;
  text-align: left;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box02 table thead th {
    padding: 2rem 1.6rem 2rem 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .box02 table thead th {
    padding: 1rem;
  }
}
.p-dock .dock_block02 .box02 table thead th:last-child {
  text-align: right;
}
.p-dock .dock_block02 .box02 table tbody {
  display: table;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box02 table tbody {
    padding: 0 1.7rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .box02 table tbody {
    padding: 0 0.5rem 1.5rem;
  }
}
.p-dock .dock_block02 .box02 table tbody tr {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  border-bottom: 1px dotted #000;
}
.p-dock .dock_block02 .box02 table tbody tr:last-child {
  border-bottom: none;
}
.p-dock .dock_block02 .box02 table tbody th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
.p-dock .dock_block02 .box02 table tbody td {
  text-align: left;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box02 table tbody th {
    padding: 1.1rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .box02 table tbody th {
    padding: 0.5rem;
  }
}
.p-dock .dock_block02 .box02 table tbody td:last-child {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block02 .box02 table tbody td {
    padding: 1.1rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block02 .box02 table tbody td {
    padding: 0.5rem;
  }
}
.p-dock .dock_block03 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block03 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block03 {
    padding: 4rem 0;
  }
}
.p-dock .dock_block03_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block03_list {
    margin-top: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block03_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-dock .dock_block03_list .item {
  border: 1px solid #0ca2b9;
  border-radius: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block03_list .item {
    width: calc(33.3333333333% - 1.3333333333rem);
    padding: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block03_list .item {
    width: 100%;
    padding: 1.5rem;
  }
}
.p-dock .dock_block03_list .item:nth-child(1) .ttl img {
  width: 4.6rem;
  margin: 0 auto 0.5rem;
}
.p-dock .dock_block03_list .item:nth-child(2) .ttl img {
  width: 4.4rem;
  margin: 0 auto 0.7rem;
}
.p-dock .dock_block03_list .item:nth-child(3) .ttl img {
  width: 3.6rem;
  margin: 0.6rem auto 0.9rem;
}
.p-dock .dock_block03_list .item .ttl {
  font-weight: 700;
  line-height: 1.4583333333;
  color: #0ca2b9;
  margin: 0 0 1.4rem;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block03_list .item .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block03_list .item .ttl {
    font-size: 2rem;
  }
}
.p-dock .dock_block03_list .item .ttl img {
  margin: auto;
  display: block;
}
.p-dock .dock_block03_list .item p {
  margin: 0;
}
.p-dock .dock_block04 {
  background: #f1f5f7;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block04 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block04 {
    padding: 4rem 0;
  }
}
.p-dock .dock_block04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block04_list {
    gap: 3.3rem;
    margin-top: 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block04_list {
    gap: 3rem 1rem;
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-dock .dock_block04_list .item {
  border-radius: 1.5rem;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block04_list .item {
    width: calc(25% - 2.475rem);
    padding: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block04_list .item {
    width: calc(50% - 0.5rem);
    padding: 0.5rem;
  }
}
.p-dock .dock_block04_list .item:before {
  content: "";
  background: #0ca2b9;
  background: -webkit-gradient(linear, left top, right top, from(rgb(12, 162, 185)), to(rgb(117, 200, 228)));
  background: linear-gradient(90deg, rgb(12, 162, 185) 0%, rgb(117, 200, 228) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block04_list .item:before {
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block04_list .item:before {
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.8rem);
  }
}
.p-dock .dock_block04_list .item:nth-child(2) p {
  margin-bottom: 1.6rem;
}
.p-dock .dock_block04_list .item:nth-child(3) p {
  margin-bottom: 4.4rem;
}
.p-dock .dock_block04_list .item .inner {
  background: #fff;
  border-radius: 1.5rem;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block04_list .item .inner {
    padding: 3.8rem 2rem 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block04_list .item .inner {
    padding: 2rem 1rem;
  }
}
.p-dock .dock_block04_list .item .flow {
  background: url(../dock/images/flow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -2.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 700;
  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;
  padding-bottom: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block04_list .item .flow {
    width: 12.1rem;
    height: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block04_list .item .flow {
    width: 10rem;
    height: 3.6rem;
  }
}
.p-dock .dock_block04_list .item .flow span {
  font-weight: 500;
  left: 0.4rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block04_list .item .flow span {
    font-size: 2.4rem;
    top: -0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block04_list .item .flow span {
    font-size: 2rem;
    top: -0.2rem;
  }
}
.p-dock .dock_block04_list .item .ttl {
  font-weight: 500;
  margin: 0 0 0.6rem;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block04_list .item .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block04_list .item .ttl {
    font-size: 1.6rem;
  }
}
.p-dock .dock_block04_list .item p {
  margin: 0 0 1.6rem;
}
.p-dock .dock_block04_list .item img {
  width: auto;
  height: 4.6rem;
}
.p-dock .dock_block05 {
  background: url(../images/common_img/bg_contact.webp) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block05 {
    padding: 7.1rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block05 {
    padding: 4rem 0;
  }
}
.p-dock .dock_block05_inner {
  position: relative;
  text-align: center;
}
.p-dock .dock_block05_inner p {
  margin: 2rem 0 0;
}
.p-dock .dock_block05 .img_icon {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block05 .img_icon {
    width: 32.5rem;
    top: -5.9rem;
    left: 13.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block05 .img_icon {
    top: -9rem;
    left: 0;
    width: 18rem;
  }
}
.p-dock .dock_block05_box {
  background: #fff;
  max-width: 80rem;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block05_box {
    margin: 3.4rem auto 0;
    padding: 2.5rem 2.5rem 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block05_box {
    margin: 1.5rem auto 0;
    padding: 1.5rem;
  }
}
.p-dock .dock_block05_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  color: var(--co-general);
  text-decoration: none;
  gap: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-dock .dock_block05_box a {
    font-size: 3.5rem;
  }
  .p-dock .dock_block05_box a img {
    width: 3rem;
    position: relative;
    top: 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dock .dock_block05_box a {
    font-size: 3rem;
  }
  .p-dock .dock_block05_box a img {
    width: 2.3rem;
    position: relative;
    top: 0.2rem;
  }
}
.p-dock .dock_block05_box p {
  margin: 1rem 0 0;
}

.p-rehab .cm-heading {
  background: url(../rehab/images/mv.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-rehab .cm-heading p {
    margin: 2.8rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .cm-heading p {
    margin: 6rem 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-rehab .cm-listbtn {
    gap: 1.4rem;
  }
  .p-rehab .cm-listbtn a {
    width: 26.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .cm-listbtn {
    margin-top: 10rem;
    gap: 1rem;
  }
}
.p-rehab .rehab_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01 {
    margin-top: 10.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block01 {
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-rehab .rehab_block01 .bg {
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01 .bg {
    width: 42.4%;
    height: 57rem;
    border-radius: 1.5rem 0 0 1.5rem;
  }
  .p-rehab .rehab_block01 .bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block01 .bg {
    width: 100%;
    padding: 0 1.5rem;
  }
  .p-rehab .rehab_block01 .bg img {
    width: 100%;
    border-radius: 1.5rem;
  }
}
.p-rehab .rehab_block01 .left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01 .left {
    padding-right: 8rem;
  }
  .p-rehab .rehab_block01 .left:after {
    content: "";
    clear: both;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01_ct {
    width: 58rem;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block01_ct {
    padding: 0 1.5rem;
  }
}
.p-rehab .rehab_block01_ct .cm-title01 {
  text-align: left;
}
.p-rehab .rehab_block01_ct .tit {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01_ct .tit {
    font-size: 3rem;
    line-height: 1.4333333333;
    margin: 3.7rem 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block01_ct .tit {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}
.p-rehab .rehab_block01_ct p {
  margin: 0;
}
.p-rehab .rehab_block01_ct dl {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
  border-radius: 1.5rem;
  padding: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01_ct dl {
    margin: 3.3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block01_ct dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-rehab .rehab_block01_ct dl dt {
  background: #0ca2b9;
  color: #fff;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01_ct dl dt {
    width: 16.5rem;
    font-size: 2.4rem;
    border-radius: 1.5rem 0 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block01_ct dl dt {
    width: 100%;
    padding: 1rem;
  }
}
.p-rehab .rehab_block01_ct dl dd {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01_ct dl dd {
    padding: 2.1rem 3.1rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block01_ct dl dd {
    padding: 1rem;
  }
}
.p-rehab .rehab_block01_ct dl .it h4 {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01_ct dl .it h4 {
    font-size: 2rem;
    margin: 0 0 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block01_ct dl .it h4 {
    font-size: 1.8rem;
    margin: 0;
  }
}
.p-rehab .rehab_block01_ct dl .it p {
  margin: 0;
}
.p-rehab .rehab_block01_ct dl .it2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.p-rehab .rehab_block01_ct dl .it2 div:last-child {
  margin-bottom: 0;
}
.p-rehab .rehab_block01_ct dl .it2 div p {
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01_ct dl .it2 div p {
    width: 9.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block01_ct dl .it2 div p {
    width: 7rem;
  }
}
.p-rehab .rehab_block01_ct dl .it2 div h4 {
  margin: 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01_ct dl .it2 div h4 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block01_ct dl .it2 div h4 {
    font-size: 1.6rem;
  }
}
.p-rehab .rehab_block01_ct .it03 {
  border: 0.3rem solid #0ca2b9;
  border-radius: 1.5rem;
  padding: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01_ct .it03 {
    gap: 11.4rem;
    margin-top: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block01_ct .it03 {
    gap: 2rem;
    margin-top: 2rem;
  }
}
.p-rehab .rehab_block01_ct .it03 .ite03_tt {
  border-radius: 0.5rem;
  background: #0ca2b9;
  background: -webkit-gradient(linear, left top, right top, from(rgb(12, 162, 185)), to(rgb(117, 200, 228)));
  background: linear-gradient(90deg, rgb(12, 162, 185) 0%, rgb(117, 200, 228) 100%);
  font-weight: 500;
  text-align: center;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01_ct .it03 .ite03_tt {
    font-size: 2rem;
    width: 13.2rem;
    height: 13.2rem;
    padding-top: 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block01_ct .it03 .ite03_tt {
    font-size: 1.4rem;
    width: 7.6rem;
    height: 7.6rem;
    padding-top: 1.7rem;
  }
}
.p-rehab .rehab_block01_ct .it03 .ite03_tt span {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01_ct .it03 .ite03_tt span {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block01_ct .it03 .ite03_tt span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01_ct .it03 .ite03_ct {
    padding: 1.6rem 0 0 3.9rem;
  }
}
.p-rehab .rehab_block01_ct .it03 .ite03_ct h4 {
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 5px;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01_ct .it03 .ite03_ct h4 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block01_ct .it03 .ite03_ct h4 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block02 {
    margin-top: 8.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block02 {
    margin-top: 3rem;
  }
}
.p-rehab .rehab_block02 .cm-title02 {
  text-align: center;
}
.p-rehab .rehab_block02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block02_list {
    gap: 4rem;
    margin-top: 6.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block02_list {
    gap: 5rem;
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-rehab .rehab_block02_item {
  background: #f2f7f9;
  border-radius: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block02_item {
    width: calc(50% - 2rem);
    padding: 6.5rem 3rem 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block02_item {
    width: 100%;
    padding: 5rem 2rem 2rem;
  }
}
.p-rehab .rehab_block02_item .number {
  background: #0ca2b9;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  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-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block02_item .number {
    width: 6.5rem;
    height: 6.5rem;
    top: -3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block02_item .number {
    width: 5.5rem;
    height: 5.5rem;
    top: -2.5rem;
  }
}
.p-rehab .rehab_block02_item .ttl {
  text-align: center;
  font-weight: 700;
  color: #0ca2b9;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block02_item .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block02_item .ttl {
    font-size: 1.8rem;
  }
}
.p-rehab .rehab_block02_item p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block03 {
    margin-top: 8.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block03 {
    margin-top: 3rem;
  }
}
.p-rehab .rehab_block03 .cm-title02 {
  text-align: center;
}
.p-rehab .rehab_block03_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block03_list {
    gap: 1.3rem;
    margin-top: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block03_list {
    gap: 3rem 1rem;
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-rehab .rehab_block03_list .item {
  border-radius: 1.5rem;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block03_list .item {
    width: calc(25% - 1.3rem);
    padding: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block03_list .item {
    width: calc(50% - 0.5rem);
    padding: 0.5rem;
  }
}
.p-rehab .rehab_block03_list .item:before {
  content: "";
  background: #0ca2b9;
  background: -webkit-gradient(linear, left top, right top, from(rgb(12, 162, 185)), to(rgb(117, 200, 228)));
  background: linear-gradient(90deg, rgb(12, 162, 185) 0%, rgb(117, 200, 228) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block03_list .item:before {
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block03_list .item:before {
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.8rem);
  }
}
.p-rehab .rehab_block03_list .item .inner {
  background: #fff;
  border-radius: 1.5rem;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block03_list .item .inner {
    padding: 3.8rem 1.5rem 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block03_list .item .inner {
    padding: 4rem 1rem 2rem;
  }
}
.p-rehab .rehab_block03_list .item .flow {
  background: url(../dock/images/flow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 700;
  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;
  padding-bottom: 0.2rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block03_list .item .flow {
    width: 12.1rem;
    height: 4.2rem;
    top: -2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block03_list .item .flow {
    width: 10rem;
    height: 3.6rem;
    top: -1.1rem;
  }
}
.p-rehab .rehab_block03_list .item .flow span {
  font-weight: 500;
  left: 0.4rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block03_list .item .flow span {
    font-size: 2.4rem;
    top: -0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block03_list .item .flow span {
    font-size: 2rem;
    top: -0.2rem;
  }
}
.p-rehab .rehab_block03_list .item .ttl {
  font-weight: 500;
  margin: 0 0 0.6rem;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block03_list .item .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block03_list .item .ttl {
    font-size: 1.4rem;
  }
}
.p-rehab .rehab_block03_list .item p {
  margin: 0;
  text-align: left;
  letter-spacing: 0;
}
.p-rehab .rehab_block03 .rehab_block03_box {
  border: 1px solid #0ca2b9;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block03 .rehab_block03_box {
    margin-top: 10.4rem;
    margin-bottom: 10.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block03 .rehab_block03_box {
    margin: 3rem 0;
  }
}
.p-rehab .rehab_block03 .rehab_block03_box .ttl {
  background: #0ca2b9;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block03 .rehab_block03_box .ttl {
    font-size: 2.4rem;
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block03 .rehab_block03_box .ttl {
    font-size: 1.8rem;
    padding: 0.7rem;
  }
}
.p-rehab .rehab_block03 .rehab_block03_box ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block03 .rehab_block03_box ul {
    padding: 2.1rem 11.9rem 2.5rem;
    gap: 0.3rem 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block03 .rehab_block03_box ul {
    padding: 1.5rem;
    gap: 0.5rem;
  }
}
.p-rehab .rehab_block03 .rehab_block03_box ul li {
  list-style-type: none;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block03 .rehab_block03_box ul li {
    width: 45%;
    padding-left: 2.1rem;
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block03 .rehab_block03_box ul li {
    width: 100%;
    padding-left: 1.5rem;
  }
}
.p-rehab .rehab_block03 .rehab_block03_box ul li:before {
  content: "";
  border-radius: 50%;
  background: #0ca2b9;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block03 .rehab_block03_box ul li:before {
    width: 1.2rem;
    height: 1.2rem;
    top: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block03 .rehab_block03_box ul li:before {
    width: 0.8rem;
    height: 0.8rem;
    top: 0.7rem;
  }
}
.p-rehab .rehab_block04 {
  background: url(../rehab/images/img_bg.png) no-repeat center center;
  background-size: cover;
  max-width: 110rem;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block04 {
    padding: 5.5rem 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block04 {
    padding: 2rem;
  }
}
.p-rehab .rehab_block04 .inner {
  border-radius: 1.5rem;
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block04 .inner {
    padding: 5.3rem 2rem 6.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block04 .inner {
    padding: 2rem;
  }
}
.p-rehab .rehab_block04 .inner .title {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block04 .inner .title {
    font-size: 3rem;
    margin: 0 0 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block04 .inner .title {
    font-size: 2rem;
    margin: 0 0 0.5rem;
  }
}
.p-rehab .rehab_block04 .inner p {
  margin: 0;
}
.p-rehab .rehab_block04 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block04 .flex {
    margin-top: 2.4rem;
    gap: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block04 .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
  }
}
.block_tel {
  display: flex;
  -webkit-box-pack: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  color: var(--co-general) !important;
  text-decoration: none;
  gap: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .block_tel {
    font-size: 3.5rem;
  }
  .block_tel img {
    width: 3rem;
    position: relative;
    top: 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .block_tel {
    font-size: 3rem;
  }
  .block_tel img {
    width: 2.3rem;
    position: relative;
    top: 0.2rem;
  }
}

.p-rehab .rehab_block04 .flex .ttl {
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block04 .flex .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block04 .flex .ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block05 {
    margin-top: 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block05 {
    margin-top: 3rem;
  }
}
.p-rehab .rehab_block05 .cm-title02 {
  text-align: center;
}
.p-rehab .rehab_block05_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block05_list {
    gap: 3.1rem 3rem;
    margin-top: 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block05_list {
    gap: 2rem;
  }
}
.p-rehab .rehab_block05_item {
  background: #fff;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 1.5rem;
  overflow: hidden;
  text-align: center;
  padding-bottom: 3.7rem;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block05_item {
    width: calc(50% - 1.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block05_item {
    width: 100%;
  }
}
.p-rehab .rehab_block05_item figure {
  width: 100%;
}
.p-rehab .rehab_block05_item figure img {
  width: 100%;
  display: block;
}
.p-rehab .rehab_block05_item .number {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  border: 0.6rem solid #fff;
  background: #0ca2b9;
  font-size: 1.8rem;
  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;
  margin: -3.4rem auto 1.3rem;
  position: relative;
  z-index: 9;
}
.p-rehab .rehab_block05_item .ttl {
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block05_item .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block05_item .ttl {
    font-size: 1.8rem;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block06 {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block06 {
    margin-top: 3rem;
  }
}
.p-rehab .rehab_block06 .inner {
  background: #f2f7f9;
  border-radius: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block06 .inner {
    padding: 3rem 3rem 3rem 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block06 .inner {
    padding: 2rem;
    gap: 2rem;
  }
}
.p-rehab .rehab_block06 .inner img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block06 .inner img {
    width: 37rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block06 .inner img {
    width: 100%;
  }
}
.p-rehab .rehab_block06 .inner .title {
  font-weight: 700;
  color: #0ca2b9;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block06 .inner .title {
    margin: 3.2rem 0 2.3rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block06 .inner .title {
    margin: 0;
    font-size: 2rem;
  }
}
.p-rehab .rehab_block06 .inner .title span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  padding: 0.2rem 0 1rem;
  border-radius: 0.5rem;
  display: block;
  width: 17.8rem;
  text-align: center;
  position: relative;
  background: url(../rehab/images/ico.png) no-repeat top center;
  background-size: 100% auto;
  margin-bottom: 0.1rem;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block07 {
    margin-top: 6.8rem;
    margin-bottom: -2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block07 {
    margin-top: 3rem;
  }
}
.p-rehab .rehab_block07 .cm-title02 {
  text-align: center;
}
.p-rehab .rehab_block07 .inner {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block07 .inner {
    padding: 1rem;
    margin-top: 3.2rem;
  }
}
.p-rehab .rehab_block07 .inner ul {
  border: 0.2rem solid #0ca2b9;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block07 .inner ul {
    gap: 0.6rem 8.7rem;
    padding: 4rem 7.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block07 .inner ul {
    padding: 1.5rem;
  }
}
.p-rehab .rehab_block07 .inner ul li {
  list-style-type: none;
  padding-left: 2.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block07 .inner ul li {
    width: 45%;
    font-size: 2rem;
    background: url(../rehab/images/check.png) no-repeat left top 1.4rem;
    background-size: 1.4rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block07 .inner ul li {
    font-size: 1.4rem;
    background: url(../rehab/images/check.png) no-repeat left top 0.7rem;
    background-size: 1rem auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block08 {
    margin-top: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block08 {
    margin-top: 3rem;
  }
}
.p-rehab .rehab_block08 .cm-title02 {
  text-align: center;
}
.p-rehab .rehab_block08_inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block08_inner {
    margin-top: 16.4rem;
    height: 21.2rem;
  }
}
.p-rehab .rehab_block08_inner:before {
  content: "";
  background: #0ca2b9;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block08_inner:before {
    width: 100%;
    height: 0.2rem;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block08_inner:before {
    width: 0.2rem;
    height: 100%;
    left: 3.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block08_inner .item {
    width: 28rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .p-rehab .rehab_block08_inner .item:nth-child(1) {
    position: absolute;
    top: -3.1rem;
    left: -4.7rem;
  }
  .p-rehab .rehab_block08_inner .item:nth-child(2) {
    position: absolute;
    top: -13.9rem;
    left: 13.6rem;
  }
  .p-rehab .rehab_block08_inner .item:nth-child(3) {
    position: absolute;
    top: -3.1rem;
    left: 31.8rem;
  }
  .p-rehab .rehab_block08_inner .item:nth-child(4) {
    position: absolute;
    top: -10.8rem;
    left: 50rem;
  }
  .p-rehab .rehab_block08_inner .item:nth-child(5) {
    position: absolute;
    top: -3.1rem;
    left: 68.2rem;
  }
  .p-rehab .rehab_block08_inner .item:nth-child(6) {
    position: absolute;
    top: -10.8rem;
    right: -4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block08_inner .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
    z-index: 9;
  }
  .p-rehab .rehab_block08_inner .item .ct {
    width: 100%;
    padding-left: 2rem;
  }
}
.p-rehab .rehab_block08_inner .item .number {
  width: 6.5rem;
  height: 6.5rem;
  border: 0.6rem solid #fff;
  border-radius: 50%;
  background: #f2f7f9;
  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.8rem;
  font-weight: 500;
  color: #0ca2b9;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block08_inner .item .number {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
  }
}
.p-rehab .rehab_block08_inner .item .ttl {
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 0.4rem;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block08_inner .item .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block08_inner .item .ttl {
    font-size: 1.6rem;
    padding-top: 1rem;
  }
}
.p-rehab .rehab_block08_inner .item p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block08_inner .item_t .number {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-rehab .rehab_block08_inner .item_t .ct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0.9rem;
  }
  .p-rehab .rehab_block08_inner .item_b .number {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-rehab .rehab_block08_inner .item_b .ct {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block09 {
    margin-top: 8.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block09 {
    margin-top: 3rem;
  }
}
.p-rehab .rehab_block09 .cm-title02 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block09 .cm-title02 {
    margin-bottom: 3.1rem;
  }
}
.p-rehab .rehab_block09 .list_item {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block09 .list_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block09 .list_item .item {
    width: calc(50% - 1rem);
    padding-bottom: 5.1rem;
  }
  .p-rehab .rehab_block09 .list_item .item.w100 {
    width: 100%;
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block09 .list_item .item {
    width: 100%;
  }
}
.p-rehab .rehab_block09 .item {
  background: #f2f7f9;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block09 .item {
    padding: 4.3rem 5rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block09 .item {
    padding: 1.5rem;
  }
}
.p-rehab .rehab_block09 .item .ttl {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block09 .item .ttl {
    font-size: 2.4rem;
    margin: 0 0 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block09 .item .ttl {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
}
.p-rehab .rehab_block09 .item .list_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-rehab .rehab_block09 .item .list_tag span {
  border: 1px solid #0ca2b9;
  border-radius: 0.5rem;
  color: #0ca2b9;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.4rem 1rem;
  line-height: 1;
}
.p-rehab .rehab_block09 .item .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block09 .item .flx {
    gap: 18.1rem;
    margin-top: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block09 .item .flx {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
}
.p-rehab .rehab_block09 .item .note {
  background: #0ca2b9;
  border-radius: 0.3rem;
  color: #fff;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 1.2rem;
}
.p-rehab .rehab_block09 .item ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block09 .item ul {
    width: 100%;
  }
}
.p-rehab .rehab_block09 .item ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block09 .item ul li {
    width: 100%;
  }
}
.p-rehab .rehab_block09 .item ul li:before {
  content: ".";
  position: absolute;
  left: 0;
  top: -0.6rem;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block10 {
    margin-top: 8.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block10 {
    margin-top: 3rem;
  }
}
.p-rehab .rehab_block10 p {
  margin: 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block10 p {
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block10 p {
    font-size: 1.6rem;
  }
}
.p-rehab .rehab_block10 .inner {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.1rem solid #0ca2b9;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block10 .inner {
    padding: 4.2rem 6rem;
    gap: 13.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block10 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem;
  }
}
.p-rehab .rehab_block10 .inner a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block10 .inner a {
    width: 35.2rem;
  }
}
.p-rehab .rehab_block11 {
  background: url(../rehab/images/bg2.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block11 {
    margin-top: 15rem;
    padding: 7.7rem 0 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block11 {
    margin-top: 3rem;
    padding: 3rem 0 5rem;
  }
}
.p-rehab .rehab_block11 .cm-title01 {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block11 .txt1 {
    margin: 3.5rem 0 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block11 .txt1 {
    margin: 1.5rem 0;
  }
}
.p-rehab .rehab_block11_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block11_list {
    margin-top: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block11_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-rehab .rehab_block11_list .item {
  background: #fff;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block11_list .item {
    width: calc(25% - 1.5rem);
    padding: 3.4rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block11_list .item {
    width: 100%;
    padding: 2rem;
  }
}
.p-rehab .rehab_block11_list .item .ttl {
  font-weight: 500;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block11_list .item .ttl {
    font-size: 2.4rem;
    margin: 0 0 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block11_list .item .ttl {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
}
.p-rehab .rehab_block11_list .item .ttl span {
  display: block;
  color: #0ca2b9;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 0.2rem;
}
.p-rehab .rehab_block11_list .item p {
  margin: 0;
}
.p-rehab .rehab_block11 .txt2 {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block11 .txt2 {
    font-size: 1.8rem;
    margin: 2.8rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block11 .txt2 {
    font-size: 1.6rem;
    margin: 1.5rem 0 0;
  }
}
.p-rehab .rehab_block12 {
  background: url(../images/common_img/bg_contact.webp) no-repeat center center;
  background-size: cover;
}
.p-rehab .rehab_block12 .inner {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block12 .inner {
    padding: 7rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block12 .inner {
    padding: 5rem 1.5rem 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block12 .inner p {
    margin: 2.1rem 0 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block12 .inner p {
    margin: 1rem;
  }
}
.p-rehab .rehab_block12 .img {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block12 .img {
    width: 32.7rem;
    top: 1.3rem;
    left: -4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block12 .img {
    width: 15rem;
    top: -5rem;
    left: 0;
  }
}
.p-rehab .rehab_block12_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  max-width: 80rem;
  margin: 1rem auto 0;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block12_inner {
    padding: 3rem 4rem;
    gap: 2rem;
  }
  .p-rehab .rehab_block12_inner a {
    width: 35.2rem;
    height: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block12_inner {
    padding: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-rehab .rehab_block01_r {
    margin-top: 15rem;
  }
  .p-rehab .rehab_block01_r .bg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 0 1.5rem 1.5rem 0;
  }
  .p-rehab .rehab_block01_r .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
    padding-left: 8rem;
  }
  .p-rehab .rehab_block01_r .left .rehab_block01_ct {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .p-rehab .rehab_block01_r {
    margin-top: 3rem;
  }
}

.p-oyama .cm-heading {
  background: url(../oyama/images/mv.png) no-repeat center center;
  background-size: cover;
}
.p-oyama .s-oyama01 {
  border: 0.3rem solid #0ca2b9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 76rem;
  border-radius: 1.5rem;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama01 {
    padding: 4.7rem 8.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama01 {
    padding: 2rem;
    margin: 0 1.5rem;
    width: auto;
  }
}
.p-oyama .s-oyama01 .ttl {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #0ca2b9;
  padding-bottom: 1.8rem;
  margin: 0;
}
.p-oyama .s-oyama01 table {
  width: 100%;
}
.p-oyama .s-oyama01 table tr {
  border-bottom: 1px dotted #0ca2b9;
}
.p-oyama .s-oyama01 table tr th {
  color: #0ca2b9;
  padding: 1.6rem 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama01 table tr th {
    width: 12.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama01 table tr th {
    width: 8rem;
  }
}
.p-oyama .s-oyama01 table tr td {
  padding: 1.6rem 0;
}
.p-oyama .s-oyama02 {
  background: #f1f5f7;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama02 {
    padding: 9.9rem 0 10rem;
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama02 {
    padding: 5rem 1.5rem 3rem;
    margin-top: 5rem;
  }
}
.p-oyama .s-oyama02_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama02_inner {
    gap: 6.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama02_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-oyama .s-oyama02_inner .photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama02_inner .photo {
    width: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama02_inner .photo {
    width: 31rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama02_inner p {
    margin: 0 0 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama02_inner p {
    margin: 0 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama02_inner .ct {
    padding-top: 4.8rem;
  }
}
.p-oyama .s-oyama02 .icon {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama02 .icon {
    width: 30.6rem;
    left: -0.2rem;
    top: -17.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama02 .icon {
    width: 18rem;
    left: -2.2rem;
    top: -11rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama03 {
    padding: 8rem 0;
  }
  .p-oyama .s-oyama03 .cm-title01 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama03 {
    padding: 3rem 0;
  }
}
.p-oyama .s-oyama03 table {
  width: 100%;
  margin-top: 2rem;
}
.p-oyama .s-oyama03 table th {
  border-bottom: 0.2rem solid #0ca2b9;
  font-weight: 500;
  padding: 1.7rem 1.3rem;
  text-align: left;
  color: #0ca2b9;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama03 table th {
    width: 16.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama03 table th {
    width: 12rem;
  }
}
.p-oyama .s-oyama03 table td {
  border-bottom: 0.2rem solid #dddddd;
  padding: 1.7rem 1rem;
}
.p-oyama .s-oyama04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama04_list {
    gap: 2rem;
    margin-top: 4.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama04_list {
    gap: 2rem;
  }
}
.p-oyama .s-oyama04 .item {
  border: 1px solid #0ca2b9;
  border-radius: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama04 .item {
    width: calc(33.3333333333% - 1.3333333333rem);
    padding: 3.7rem 3rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama04 .item {
    width: 100%;
    padding: 1.5rem;
  }
}
.p-oyama .s-oyama04 .item .ttl {
  font-weight: 700;
  color: #0ca2b9;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama04 .item .ttl {
    font-size: 2.4rem;
    margin: 0 0 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama04 .item .ttl {
    font-size: 1.8rem;
    margin: 0 0 1.2rem;
  }
}
.p-oyama .s-oyama04 .item .ttl img {
  display: block;
  margin: auto auto 0.6rem;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama04 .item .ttl img {
    height: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama04 .item .ttl img {
    height: 3rem;
  }
}
.p-oyama .s-oyama04 .item p {
  margin: 0;
}
.p-oyama .s-oyama05 {
  background: url(../oyama/images/bg2.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama05 {
    padding: 10.6rem 0 10rem;
    margin-top: 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama05 {
    padding: 3rem 0;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama05_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-oyama .s-oyama05_inner .cm-title01 {
    text-align: left;
  }
}
.p-oyama .s-oyama05_inner p {
  margin: 0 0 0;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama05 .ct {
    padding-right: 10rem;
    margin-top: -2.5rem;
  }
  .p-oyama .s-oyama05 .ct .cm-title01 {
    margin-bottom: 3.6rem;
  }
}
.p-oyama .s-oyama05 .box {
  background: #fff;
  border-radius: 1.5rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama05 .box {
    width: 54rem;
    padding: 4.1rem 3.5rem 4.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama05 .box {
    width: 100%;
    padding: 2rem;
    margin-top: 2rem;
  }
}
.p-oyama .s-oyama05 .box h3 {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama05 .box h3 {
    font-size: 2.4rem;
    margin: 0 0 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama05 .box h3 {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama05 .box p {
    margin: 0 0 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama05 .box p {
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama06 {
    padding: 8rem 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama06 {
    padding: 3rem 0;
  }
}
.p-oyama .s-oyama06 .map {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama06 .map {
    height: 40rem;
    margin: 3.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama06 .map {
    height: 25rem;
  }
}
.p-oyama .s-oyama06 .map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.p-oyama .s-oyama06 .flx_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama06 .flx_address {
    margin-top: 2.2rem;
    gap: 11rem;
    padding: 0 10rem;
  }
  .p-oyama .s-oyama06 .flx_address .item {
    width: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama06 .flx_address {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
    gap: 2rem;
  }
  .p-oyama .s-oyama06 .flx_address .item {
    width: 100%;
  }
}
.p-oyama .s-oyama06 .flx_address a {
  text-decoration: none;
}
.p-oyama .s-oyama06 .flx_address h3 {
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama06 .flx_address h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama06 .flx_address h3 {
    font-size: 1.8rem;
  }
}
.p-oyama .s-oyama06 .flx_address p {
  margin: 0;
}
.p-oyama .s-oyama06 .flx_address table {
  width: 100%;
  margin-top: -0.5rem;
}
.p-oyama .s-oyama06 .flx_address table tr {
  border-bottom: 1px solid #0ca2b9;
}
.p-oyama .s-oyama06 .flx_address table tr th {
  color: #0ca2b9;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  padding: 0.7rem 0.5rem;
  width: 10rem;
}
.p-oyama .s-oyama06 .flx_address table tr td {
  padding: 0.7rem 0;
}
.p-oyama .s-oyama07 {
  background: url(../images/common_img/bg_contact.webp) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama07 {
    padding: 7.1rem 0 10rem;
    margin-top: 6.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama07 {
    padding: 4rem 0;
    margin-top: 3rem;
  }
}
.p-oyama .s-oyama07_inner {
  position: relative;
  text-align: center;
}
.p-oyama .s-oyama07_inner p {
  margin: 2rem 0 0;
}
.p-oyama .s-oyama07 .img_icon {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama07 .img_icon {
    width: 32.5rem;
    top: -5.9rem;
    left: 13.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama07 .img_icon {
    top: -9rem;
    left: 0;
    width: 18rem;
  }
}
.p-oyama .s-oyama07_box {
  background: #fff;
  max-width: 80rem;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama07_box {
    margin: 2.8rem auto 0;
    padding: 2.5rem 2.5rem 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama07_box {
    margin: 1.5rem auto 0;
    padding: 1.5rem;
  }
}
.p-oyama .s-oyama07_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  color: var(--co-general);
  text-decoration: none;
  gap: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama07_box a {
    font-size: 3.5rem;
  }
  .p-oyama .s-oyama07_box a img {
    width: 3rem;
    position: relative;
    top: 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama07_box a {
    font-size: 3rem;
  }
  .p-oyama .s-oyama07_box a img {
    width: 2.3rem;
    position: relative;
    top: 0.2rem;
  }
}
.p-oyama .s-oyama07_box p {
  margin: 1rem 0 0;
}
.p-oyama .s-oyama07_box2 {
  background: #fff;
  border-radius: 1.5rem;
  margin: 2rem auto 0;
  max-width: 80rem;
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama07_box2 {
    padding: 2.7rem 4rem 2.7rem 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama07_box2 {
    padding: 1.5rem;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-oyama .s-oyama07_box2 .ttl {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .p-oyama .s-oyama07_box2 .ttl {
    margin: 0 0 1.5rem;
  }
}

.p-nagatoro .cm-heading {
  background: url(../nagatoro/images/mv.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  /* .p-nagatoro .s-nagatoro02 {
    padding-bottom: 22rem;
  } */
  .p-nagatoro .s-nagatoro02 .icon {
    top: -24.8rem;
    left: -7.2rem;
  }
  .p-nagatoro .s-nagatoro02 .s-oyama02_inner {
    position: relative;
  }
  .p-nagatoro .s-nagatoro02 .s-oyama02_inner .ct {
    padding-top: 0;
    margin-top: -0.4rem;
  }
  .p-nagatoro .s-nagatoro02 .s-oyama02_inner .photo {
    width: 37.2rem;
    /* position: absolute;
    top: 0;
    right: 5.2rem; */
  }
  .p-nagatoro .s-nagatoro02 .s-oyama02_inner p {
    max-width: 42.6rem;
    margin-bottom: 2.4rem;
  }
  .p-nagatoro .s-nagatoro02 .s-oyama02_inner p.txt1 {
    max-width: 70rem;
  }
}
.p-nagatoro .s-nagatoro03 {
  padding: 0 0;
}
.p-nagatoro .s-nagatoro03_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro03_img {
    margin-top: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro03_img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-nagatoro .s-nagatoro03_img .big_photo {
  border-radius: 1.5rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro03_img .big_photo {
    width: 83.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro03_img .big_photo {
    width: 100%;
  }
}
.p-nagatoro .s-nagatoro03_img .big_photo img {
  width: 100%;
  display: block;
}
.p-nagatoro .s-nagatoro03_img .thumb_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro03_img .thumb_photo {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro03_img .thumb_photo {
    gap: 1rem;
  }
}
.p-nagatoro .s-nagatoro03_img .thumb_photo img {
  display: block;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro03_img .thumb_photo img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro03_img .thumb_photo img {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro03_ct {
    margin-top: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro03_ct {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro03 .item {
    border-left: 0.8rem solid #0ca2b9;
    padding-left: 1.8rem;
    margin-bottom: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro03 .item {
    border-left: 0.5rem solid #0ca2b9;
    padding-left: 1.2rem;
    margin-bottom: 1rem;
  }
}
.p-nagatoro .s-nagatoro03 .item .ttl {
  font-weight: 700;
  color: #0ca2b9;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro03 .item .ttl {
    font-size: 2.4rem;
    margin: 0 0 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro03 .item .ttl {
    font-size: 1.8rem;
    margin: 0 0 0.6rem;
  }
}
.p-nagatoro .s-nagatoro03 .item p {
  margin: 0;
}
.p-nagatoro .s-nagatoro04 {
  background: url(../nagatoro/images/bg1.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro04 {
    padding-top: 8rem;
    padding-bottom: 15.8rem;
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro04 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro04 .txt {
    margin: 3.7rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro04 .txt {
    margin: 2rem auto 0;
  }
}
.p-nagatoro .s-nagatoro04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro04_list {
    margin: 2.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro04_list {
    margin: 2rem 0 0;
  }
}
.p-nagatoro .s-nagatoro04_list .item {
  border-radius: 1.5rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro04_list .item {
    width: calc(50% - 1rem);
    padding: 4rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro04_list .item {
    width: 100%;
    padding: 2rem;
  }
}
.p-nagatoro .s-nagatoro04_list .item .ttl {
  font-weight: 500;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro04_list .item .ttl {
    font-size: 2.4rem;
    margin: 0 0 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro04_list .item .ttl {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
}
.p-nagatoro .s-nagatoro04_list .item p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro05 {
    padding: 8.3rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro05 {
    padding: 3rem 0;
  }
}
.p-nagatoro .s-nagatoro05_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro05_inner {
    gap: 5rem;
    margin-top: 3.4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro05_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
.p-nagatoro .s-nagatoro05_inner img {
  border-radius: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro05_inner img {
    width: 48.5rem;
    margin-top: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro05_inner img {
    width: 100%;
  }
}
.p-nagatoro .s-nagatoro05_inner .ct {
  width: 100%;
}
.p-nagatoro .s-nagatoro05_inner .ct p {
  margin: 0;
}
.p-nagatoro .s-nagatoro05_inner .ct .box {
  background: #f2f7f9;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro05_inner .ct .box {
    padding: 3.8rem 3.4rem 4.1rem;
    margin-top: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro05_inner .ct .box {
    padding: 1.5rem;
    margin-top: 2rem;
  }
}
.p-nagatoro .s-nagatoro05_inner .ct .box h3 {
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro05_inner .ct .box h3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro05_inner .ct .box h3 {
    font-size: 1.8rem;
  }
}
.p-nagatoro .s-nagatoro05_inner .ct .box h3 span {
  position: relative;
  padding-right: 3.5rem;
}
.p-nagatoro .s-nagatoro05_inner .ct .box h3 span:after {
  content: "";
  width: 1.4rem;
  height: 0.5rem;
  background: #0ca2b9;
  background: -webkit-gradient(linear, left top, right top, from(rgb(12, 162, 185)), to(rgb(117, 200, 228)));
  background: linear-gradient(90deg, rgb(12, 162, 185) 0%, rgb(117, 200, 228) 100%);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-nagatoro .s-nagatoro05_inner .ct .box ul {
  margin: 1.2rem 0 0 0.6rem;
  padding: 0;
}
.p-nagatoro .s-nagatoro05_inner .ct .box ul li {
  list-style-type: none;
  background: url(../rehab/images/check.png) no-repeat left top 1.1rem;
  background-size: 1.4rem auto;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro05_inner .ct .box ul li {
    padding-left: 2.2rem;
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro05_inner .ct .box ul li {
    font-size: 1.4rem;
    padding-left: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro05_inner .cm-btn02 {
    width: 47.6rem;
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro05_inner .cm-btn02 {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-nagatoro .s-nagatoro06 {
  background: #f1f5f7;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro06 {
    padding: 7.8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro06 {
    padding: 3rem 0;
  }
}
.p-nagatoro .s-nagatoro06 .txt {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro06 .txt {
    margin: 3.6rem 0 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro06 .txt {
    margin: 0;
  }
}
.p-nagatoro .s-nagatoro06 .splide__arrow {
  border: 0.2rem solid #0ca2b9;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro06 .splide__arrow {
    width: 5.2rem;
    height: 5.2rem;
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro06 .splide__arrow {
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
  }
}
.p-nagatoro .s-nagatoro06 .splide__arrow svg {
  display: none;
}
.p-nagatoro .s-nagatoro06 .splide__arrow.splide__arrow--prev {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='7' viewBox='0 0 15 7' fill='none'%3E%3Cpath d='M3.55263 7L4.67763 5.91111L3.01974 4.27778H15V2.72222H3.01974L4.6579 1.08889L3.5329 0L0 3.5L3.55263 7Z' fill='%230CA2B9'/%3E%3C/svg%3E") no-repeat center;
  background-size: 15px 7px;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro06 .splide__arrow.splide__arrow--prev {
    left: -2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro06 .splide__arrow.splide__arrow--prev {
    left: 0;
  }
}
.p-nagatoro .s-nagatoro06 .splide__arrow.splide__arrow--next {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='7' viewBox='0 0 15 7'%3E%3Cpath d='M11.4474 7L10.3224 5.91111L11.9803 4.27778H0V2.72222H11.9803L10.3421 1.08889L11.4671 0L15 3.5L11.4474 7Z' fill='%230CA2B9'/%3E%3C/svg%3E") no-repeat center;
  background-size: 15px 7px;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro06 .splide__arrow.splide__arrow--next {
    right: -2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro06 .splide__arrow.splide__arrow--next {
    right: 0;
  }
}
.p-nagatoro .s-nagatoro06 .splide__pagination {
  position: relative;
  bottom: auto;
  right: auto;
  gap: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro06 .splide__pagination {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro06 .splide__pagination {
    margin-top: 2rem;
  }
}
.p-nagatoro .s-nagatoro06 .splide__pagination li {
  width: 1rem;
  height: 1rem;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.p-nagatoro .s-nagatoro06 .splide__pagination li button {
  width: 1rem;
  height: 1rem;
  margin: 0;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #dddddd;
}
.p-nagatoro .s-nagatoro06 .splide__pagination li button.is-active {
  background: #0ca2b9;
}
.p-nagatoro .s-nagatoro06_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro06_list {
    margin-top: 8.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro06_list {
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-nagatoro .s-nagatoro06_list .item {
  border: 0.1rem solid #0ca2b9;
  text-align: center;
  border-radius: 1.5rem;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro06_list .item {
    width: calc(33.3333333333% - 1.3333333333rem);
    padding: 4rem 4rem 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro06_list .item {
    width: 100%;
    padding: 1.5rem;
  }
}
.p-nagatoro .s-nagatoro06_list .item .ttl {
  font-weight: 700;
  color: #0ca2b9;
  margin: 0 0 1.2rem;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro06_list .item .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro06_list .item .ttl {
    font-size: 1.8rem;
  }
}
.p-nagatoro .s-nagatoro06_list .item .ttl img {
  height: 3.8rem;
  width: auto;
  display: block;
  margin: auto auto 0.6rem;
}
.p-nagatoro .s-nagatoro06_list .item p {
  margin: 0;
}
.p-nagatoro .s-nagatoro06_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro06_btn {
    gap: 3rem;
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro06_btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-nagatoro .s-nagatoro06_btn a {
    width: 38rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nagatoro .s-nagatoro06_btn a {
    width: 30rem;
  }
}

.p-joumon .cm-heading {
  background: url(../joumon/images/mv.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon01 .photo {
    width: 54.9rem;
  }
}
.p-joumon .s-joumon02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon02_list {
    margin-top: 4.5rem;
  }
}
.p-joumon .s-joumon02_list .item {
  background: #f2f7f9;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon02_list .item {
    width: calc(50% - 1rem);
    padding: 3.2rem 3.3rem 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-joumon .s-joumon02_list .item {
    width: 100%;
    padding: 1.5rem;
  }
}
.p-joumon .s-joumon02_list .item .ttl {
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon02_list .item .ttl {
    font-size: 2.4rem;
    margin: 0 0 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-joumon .s-joumon02_list .item .ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-joumon .s-joumon02_list .item img {
  width: 100%;
  display: block;
}
.p-joumon .s-joumon02_list .item p {
  margin: 1.8rem 0 0;
  letter-spacing: 0;
}
.p-joumon .s-joumon03 {
  background: url(../joumon/images/bg1.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon03 {
    padding: 10.9rem 0 10rem;
    margin-top: 21.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-joumon .s-joumon03 {
    margin-top: 6rem;
    padding: 3rem 0;
  }
}
.p-joumon .s-joumon03 .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon03 .icon {
    width: 23rem;
    top: -11.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-joumon .s-joumon03 .icon {
    width: 10rem;
    top: -4.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon03_list {
    margin-top: 4.2rem;
  }
}
.p-joumon .s-joumon03 .item {
  background: #fff;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon03 .item {
    padding: 6rem 4rem 6rem 5rem;
    margin-bottom: 3.1rem;
    gap: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-joumon .s-joumon03 .item {
    padding: 1.5rem;
    margin-bottom: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
.p-joumon .s-joumon03 .item:last-child {
  margin-bottom: 0;
}
.p-joumon .s-joumon03 .item .photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon03 .item .photo {
    width: 32rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-joumon .s-joumon03 .item .photo {
    width: 100%;
  }
}
.p-joumon .s-joumon03 .item .ct {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon03 .item .ct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.p-joumon .s-joumon03 .item .ct .ttl {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon03 .item .ct .ttl {
    font-size: 3rem;
    margin: 0.5rem 0 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-joumon .s-joumon03 .item .ct .ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-joumon .s-joumon03 .item .ct .list_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 1.4rem;
}
.p-joumon .s-joumon03 .item .ct .list_tag span {
  border: 1px solid #0ca2b9;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  color: #0ca2b9;
  font-weight: 500;
  padding: 0 0.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-joumon .s-joumon03 .item .ct .text {
  margin: 0;
}
.p-joumon .s-joumon03 .item .ct ul {
  margin: 2.4rem 0 0;
  padding: 0;
}
.p-joumon .s-joumon03 .item .ct ul li {
  position: relative;
  padding-left: 5.9rem;
  list-style-type: none;
  margin-bottom: 0.5rem;
}
.p-joumon .s-joumon03 .item .ct ul li:last-child {
  margin-bottom: 0;
}
.p-joumon .s-joumon03 .item .ct ul li span {
  width: 4.7rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  background: #0ca2b9;
  background: -webkit-gradient(linear, left top, right top, from(rgb(12, 162, 185)), to(rgb(117, 200, 228)));
  background: linear-gradient(90deg, rgb(12, 162, 185) 0%, rgb(117, 200, 228) 100%);
  position: absolute;
  left: 0;
  top: 0.3rem;
}
.p-joumon .s-joumon03 .item .ct ul li a {
  text-decoration: none;
}
.p-joumon .s-joumon03 .item .tel {
  margin-top: 1.3rem;
}
.p-joumon .s-joumon03 .item .tel p {
  margin: 0 0 0.3rem;
  font-weight: 500;
}
.p-joumon .s-joumon03 .item .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  color: #0ca2b9;
  line-height: 1;
  gap: 0.7rem;
}
.p-joumon .s-joumon03 .item .tel a img {
  width: 1.7rem;
  height: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon04 {
    padding: 8rem 0 8.2rem;
  }
  .p-joumon .s-joumon04 .cm-title01 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .p-joumon .s-joumon04 {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon04 p {
    margin: 3.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-joumon .s-joumon04 p {
    margin: 0;
  }
}
.p-joumon .s-joumon04 .list_pdf {
  margin-top: 1.8rem;
  padding: 0;
  border-top: 1px solid #dddddd;
}
.p-joumon .s-joumon04 .list_pdf li {
  border-bottom: 1px solid #dddddd;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon04 .list_pdf li {
    padding: 2rem 2rem 2rem 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-joumon .s-joumon04 .list_pdf li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}
.p-joumon .s-joumon04 .list_pdf li h3 {
  margin: 0;
  position: relative;
  font-weight: 700;
  padding-left: 5.9rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-joumon .s-joumon04 .list_pdf li h3 span {
  width: 4.7rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  background: #0ca2b9;
  background: -webkit-gradient(linear, left top, right top, from(rgb(12, 162, 185)), to(rgb(117, 200, 228)));
  background: linear-gradient(90deg, rgb(12, 162, 185) 0%, rgb(117, 200, 228) 100%);
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.p-joumon .s-joumon04 .list_pdf li a {
  width: 21.6rem;
  height: 4.8rem;
  border: 0.2rem solid #0ca2b9;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0ca2b9;
  font-size: 1.8rem;
  font-weight: 500;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%2215%22%20viewBox%3D%220%200%207%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%2011.4474L1.08889%2010.3224L2.72222%2011.9803V0H4.27778V11.9803L5.91111%2010.3421L7%2011.4671L3.5%2015L0%2011.4474Z%22%20fill%3D%22%230CA2B9%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2.2rem center;
  background-size: 7px 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon04 .list_pdf li a:hover {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%227%22%20height%3D%2215%22%20viewBox%3D%220%200%207%2015%22%3E%3Cpath%20d%3D%22M0%2011.4474L1.08889%2010.3224L2.72222%2011.9803V0H4.27778V11.9803L5.91111%2010.3421L7%2011.4671L3.5%2015L0%2011.4474Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 2.2rem center;
    background-size: 7px 15px;
    background-color: #0ca2b9;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .p-joumon .s-joumon04 .list_pdf li a {
    margin: auto;
  }
}
.p-joumon .s-joumon05 {
  background: #f1f5f7;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon05 {
    padding: 8.4rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-joumon .s-joumon05 {
    padding: 3rem 0;
  }
}
.p-joumon .s-joumon05_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon05_inner {
    gap: 4rem;
    margin-top: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-joumon .s-joumon05_inner {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-joumon .s-joumon05_inner .item {
  border-radius: 1.5rem;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon05_inner .item {
    width: calc(50% - 2rem);
    padding: 3.2rem 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-joumon .s-joumon05_inner .item {
    width: 100%;
    padding: 1.5rem;
  }
}
.p-joumon .s-joumon05_inner .item h3 {
  text-align: center;
}
.p-joumon .s-joumon05_inner .item_list {
  margin-top: 2.1rem;
}
.p-joumon .s-joumon05_inner .item_list dl {
  margin: 0;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon05_inner .item_list dl {
    gap: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-joumon .s-joumon05_inner .item_list dl {
    gap: 2rem;
  }
}
.p-joumon .s-joumon05_inner .item_list dl:last-child:before,
.p-joumon .s-joumon05_inner .item_list dl:last-child:after {
  content: none;
}
.p-joumon .s-joumon05_inner .item_list dl:before {
  content: "";
  width: 0.1rem;
  height: 100%;
  background: #0ca2b9;
  position: absolute;
  top: 0;
  left: 3rem;
}
.p-joumon .s-joumon05_inner .item_list dl:after {
  content: "";
  border: solid #0ca2b9;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  left: 28px;
}
.p-joumon .s-joumon05_inner .item_list dl:last-child {
  margin-bottom: 0;
}
.p-joumon .s-joumon05_inner .item_list dl dt {
  width: 6.2rem;
  height: 6.2rem;
  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;
  font-size: 2.4rem;
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #0ca2b9;
}
.p-joumon .s-joumon05_inner .item_list dl dd {
  margin: 0;
  padding: 0;
}
.p-joumon .s-joumon05_inner .item_list dl dd .ttl {
  font-weight: 700;
  margin: 0 0 0.2rem;
}
@media only screen and (min-width: 768px) {
  .p-joumon .s-joumon05_inner .item_list dl dd .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-joumon .s-joumon05_inner .item_list dl dd .ttl {
    font-size: 1.8rem;
  }
}
.p-joumon .s-joumon05_inner .item_list dl dd p {
  margin: 0;
}
.p-joumon .s-joumon05 .item_block {
  margin-top: 2.2rem;
}
.p-joumon .s-joumon05 .item_block .block {
  border: 0.2rem solid #0ca2b9;
  border-radius: 0.5rem;
  padding: 2.1rem 2.9rem;
  margin-bottom: 1.3rem;
}
.p-joumon .s-joumon05 .item_block .block .tit {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
  color: #0ca2b9;
}
.p-joumon .s-joumon05 .item_block .block p {
  margin: 0;
}
.p-joumon .s-joumon05 .item_block .block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.9rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.3rem;
}
.p-joumon .s-joumon05 .item_block .block02 span {
  width: 10.1rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-joumon .s-joumon05 .item_block .block02 p {
  margin: 0;
}

.p-dialysis .cm-heading {
  background: url(../dialysis/images/mv.png) no-repeat center center;
  background-size: cover;
}
.p-dialysis .dialysis-block01_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block01_inner {
    gap: 6.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block01_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-dialysis .dialysis-block01_inner img {
  border-radius: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block01_inner img {
    width: 45.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block01_inner img {
    width: 100%;
  }
}
.p-dialysis .dialysis-block01_inner .ct {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block01_inner .ct p {
    margin: 3.8rem 0 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block01_inner .ct p {
    margin: 0;
  }
}
.p-dialysis .dialysis-block01_inner .ct .list_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block01_inner .ct .list_btn {
    gap: 2rem;
  }
  .p-dialysis .dialysis-block01_inner .ct .list_btn a {
    width: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block01_inner .ct .list_btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0;
  }
}
.p-dialysis .dialysis-block02 {
  background: #f1f5f7;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block02 {
    padding: 8rem 0 10rem;
    margin-top: 9.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block02 {
    padding: 6rem 0 3rem;
    margin-top: 6rem;
  }
}
.p-dialysis .dialysis-block02_inner {
  position: relative;
}
.p-dialysis .dialysis-block02_inner .photo {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block02_inner .photo {
    width: 30.6rem;
    top: -7.2rem;
    left: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block02_inner .photo {
    width: 15rem;
    top: -10.2rem;
    left: 1.6rem;
  }
}
.p-dialysis .dialysis-block02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block02_list {
    gap: 5rem;
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block02_list {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-dialysis .dialysis-block02_list .item {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block02_list .item {
    width: calc(50% - 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block02_list .item {
    width: 100%;
  }
}
.p-dialysis .dialysis-block02_list .item img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block02_list .item .item_ct {
    padding: 2.5rem 2.5rem 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block02_list .item .item_ct {
    padding: 1.5rem;
  }
}
.p-dialysis .dialysis-block02_list .item .item_ct p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block02_list .item .item_ct .btn {
    margin-top: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block02_list .item .item_ct .btn {
    margin-top: 1.5rem;
  }
}
.p-dialysis .dialysis-block02_list .item .item_ct .btn a {
  margin-bottom: 1.2rem;
  width: 100%;
}
.p-dialysis .dialysis-block02_list .item .item_ct .btn a:last-child {
  margin-bottom: 0;
}
.p-dialysis .dialysis-block02_list .item .ttl {
  font-weight: 500;
  margin: 0 0 0.8rem;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block02_list .item .ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block02_list .item .ttl {
    font-size: 2rem;
  }
}
.p-dialysis .dialysis-block02_list .item .ttl span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: -0.6rem;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block03 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block03 {
    padding: 3rem 0;
  }
}
.p-dialysis .dialysis-block03_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block03_list {
    margin-top: 4.5rem;
  }
}
.p-dialysis .dialysis-block03_list .item {
  border: 1px solid #0ca2b9;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block03_list .item {
    width: calc(33.3333333333% - 1.3333333333rem);
    padding: 3.5rem 3.5rem 4.4rem;
  }
  .p-dialysis .dialysis-block03_list .item:nth-child(1),
  .p-dialysis .dialysis-block03_list .item:nth-child(2) {
    width: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block03_list .item {
    width: 100%;
    padding: 1.5rem;
  }
}
.p-dialysis .dialysis-block03_list .item {
  text-align: center;
}
.p-dialysis .dialysis-block03_list .item .ttl {
  font-weight: 700;
  margin: 0 0 1.4rem;
  color: #0ca2b9;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block03_list .item .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block03_list .item .ttl {
    font-size: 1.8rem;
  }
}
.p-dialysis .dialysis-block03_list .item img {
  width: auto;
  display: block;
  margin: auto auto 0.5rem;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block03_list .item img {
    height: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block03_list .item img {
    height: 3rem;
  }
}
.p-dialysis .dialysis-block03_list .item p {
  margin: 0;
}
.p-dialysis .dialysis-block04 {
  background: url(../dialysis/images/bg2.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block04 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block04 {
    padding: 3rem 0;
  }
}
.p-dialysis .dialysis-block04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block04_list {
    gap: 2.5rem;
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block04_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-dialysis .dialysis-block04_list .item {
  background: #fff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block04_list .item {
    width: calc(33.3333333333% - 1.6666666667rem);
    padding: 3.2rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block04_list .item {
    width: 100%;
    padding: 1.5rem;
  }
}
.p-dialysis .dialysis-block04_list .item h3 {
  font-weight: 700;
  color: #0ca2b9;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block04_list .item h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block04_list .item h3 {
    font-size: 1.8rem;
  }
}
.p-dialysis .dialysis-block04_list .item p {
  margin: 0;
}
.p-dialysis .dialysis-block04_list .item p span {
  font-weight: 700;
}
.p-dialysis .dialysis-block04 .cm-title02 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block04 .cm-title02 {
    margin-top: 6.8rem;
    margin-bottom: -2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block04 .cm-title02 {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block05 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block05 {
    padding: 3rem 0;
  }
}
.p-dialysis .dialysis-block05_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block05_list {
    gap: 2.5rem;
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block05_list {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-dialysis .dialysis-block05_list a {
  display: block;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block05_list a {
    width: calc(33.3333333333% - 1.6666666667rem);
    height: 11.9rem;
    padding: 2.4rem 3.3rem;
  }
  .p-dialysis .dialysis-block05_list a:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block05_list a {
    width: 100%;
    padding: 1.5rem;
    height: auto;
  }
}
.p-dialysis .dialysis-block05_list a .ttl {
  font-weight: 500;
  margin: 0 0 0.4rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-dialysis .dialysis-block05_list a .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-dialysis .dialysis-block05_list a .ttl {
    font-size: 1.8rem;
  }
}
.p-dialysis .dialysis-block05_list a p {
  margin: 0;
  font-size: 1.6rem;
}

.p-intro .cm-heading {
  background: url(../dialysis/intro/images/mv.png) no-repeat center center;
  background-size: cover;
}
.p-intro .intro-block01 {
  text-align: center;
}
.p-intro .intro-block01 p {
  margin: 0;
}
.p-intro .intro-block02 {
  background: url(../dialysis/intro/images/bg.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-intro .intro-block02 {
    margin-top: 9.4rem;
    padding: 80px 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .intro-block02 {
    margin-top: 3rem;
    padding: 3rem 0;
  }
}
.p-intro .intro-block02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-intro .intro-block02_list {
    gap: 4rem;
    margin-top: 7.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .intro-block02_list {
    gap: 5rem;
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-intro .intro-block02_list .item {
  background: #fff;
  border-radius: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-intro .intro-block02_list .item {
    width: calc(33.3333333333% - 2.6666666667rem);
    padding: 6.4rem 2.9rem 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .intro-block02_list .item {
    padding: 4rem 1.5rem 1.5rem;
    width: 100%;
  }
}
.p-intro .intro-block02_list .item .number {
  border-radius: 50%;
  background: #0ca2b9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .p-intro .intro-block02_list .item .number {
    width: 6.5rem;
    height: 6.5rem;
    top: -3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .intro-block02_list .item .number {
    width: 5rem;
    height: 5rem;
    top: -2.5rem;
  }
}
.p-intro .intro-block02_list .item .ttl {
  text-align: center;
  font-weight: 700;
  color: #0ca2b9;
  margin: 0 0 1.2rem;
}
@media only screen and (min-width: 768px) {
  .p-intro .intro-block02_list .item .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .intro-block02_list .item .ttl {
    font-size: 1.8rem;
  }
}
.p-intro .intro-block02_list .item p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-intro .intro-block03 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .intro-block03 {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-intro .intro-block03_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-intro .intro-block03 .cm-title01 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-intro .intro-block03 .cm-title01 {
    text-align: left;
    width: 28.3rem;
  }
}
.p-intro .intro-block03 table {
  width: 100%;
}
.p-intro .intro-block03 table tr th {
  border-bottom: 1px solid #0ca2b9;
  text-align: left;
  color: #0ca2b9;
}
@media only screen and (min-width: 768px) {
  .p-intro .intro-block03 table tr th {
    width: 12.5rem;
    padding: 1.7rem 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .intro-block03 table tr th {
    width: 7rem;
  }
}
.p-intro .intro-block03 table tr td {
  border-bottom: 1px solid #dddddd;
}
@media only screen and (min-width: 768px) {
  .p-intro .intro-block03 table tr td {
    padding: 1.7rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .intro-block03 table tr td {
    padding: 1rem 0.5rem;
  }
}
.p-intro .intro-block04 {
  background: #f1f5f7;
}

.p-method .cm-heading {
  background: url(../dialysis/method/images/mv.png) no-repeat center center;
  background-size: cover;
}
.p-method .method-block01 {
  text-align: center;
}
.p-method .method-block01 p {
  margin: 0;
}
.p-method .method-block02 {
  background: url(../dialysis/method/images/bg.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block02 {
    margin-top: 9.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block02 {
    margin-top: 5rem;
  }
}
.p-method .method-block02 .photo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .p-method .method-block02 .photo {
    width: 30.6rem;
    top: -5.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block02 .photo {
    width: 18rem;
    top: -5.7rem;
  }
}
.p-method .method-block02_inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block02_inner {
    padding-top: 13rem;
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block02_inner {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}
.p-method .method-block02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block02_list {
    gap: 2.5rem;
    margin-top: 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block02_list {
    gap: 3rem 1rem;
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-method .method-block02_list .item {
  border-radius: 1.5rem;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block02_list .item {
    width: calc(20% - 2rem);
    padding: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block02_list .item {
    width: calc(50% - 0.5rem);
    padding: 0.5rem;
  }
}
.p-method .method-block02_list .item:before {
  content: "";
  background: #0ca2b9;
  background: -webkit-gradient(linear, left top, right top, from(rgb(12, 162, 185)), to(rgb(117, 200, 228)));
  background: linear-gradient(90deg, rgb(12, 162, 185) 0%, rgb(117, 200, 228) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block02_list .item:before {
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block02_list .item:before {
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.8rem);
  }
}
.p-method .method-block02_list .item:nth-child(2) p {
  margin-bottom: 1.6rem;
}
.p-method .method-block02_list .item:nth-child(3) p {
  margin-bottom: 4.4rem;
}
.p-method .method-block02_list .item .inner {
  background: #fff;
  border-radius: 1.5rem;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block02_list .item .inner {
    padding: 3.8rem 0.5rem 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block02_list .item .inner {
    padding: 4rem 1rem 2rem;
  }
}
.p-method .method-block02_list .item .flow {
  background: url(../dock/images/flow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 700;
  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;
  padding-bottom: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block02_list .item .flow {
    width: 12.1rem;
    height: 4.2rem;
    top: -2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block02_list .item .flow {
    width: 10rem;
    height: 3.6rem;
    top: -1.1rem;
  }
}
.p-method .method-block02_list .item .flow span {
  font-weight: 500;
  left: 0.4rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block02_list .item .flow span {
    font-size: 2.4rem;
    top: -0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block02_list .item .flow span {
    font-size: 2rem;
    top: -0.2rem;
  }
}
.p-method .method-block02_list .item .ttl {
  font-weight: 500;
  margin: 0 0 0.6rem;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block02_list .item .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block02_list .item .ttl {
    font-size: 1.6rem;
  }
}
.p-method .method-block02_list .item p {
  margin: 0 0 1.6rem;
}
.p-method .method-block02_list .item img {
  width: auto;
  height: 4.6rem;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block03 {
    padding: 8rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block03 {
    padding: 3rem 0;
  }
}
.p-method .method-block03_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block03_list {
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block03_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-method .method-block03_list .item {
  background: #f2f7f9;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block03_list .item {
    width: calc(50% - 1rem);
    padding: 3.3rem 3.2rem 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block03_list .item {
    width: 100%;
    padding: 1.5rem;
  }
}
.p-method .method-block03_list .item .ttl {
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block03_list .item .ttl {
    font-size: 2.4rem;
    margin: 0 0 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block03_list .item .ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-method .method-block03_list .item img {
  width: 100%;
  display: block;
  border-radius: 1.5rem;
}
.p-method .method-block03_list .item ul {
  margin: 0.5rem 0 0;
  padding: 0;
}
.p-method .method-block03_list .item ul li {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
  padding-left: 2.5rem;
  background: url(../dialysis/method/images/check.png) no-repeat top 2.3rem left 0.4rem;
  background-size: 1.4rem auto;
  list-style-type: none;
}
.p-method .method-block03_list .item ul li .tit {
  font-weight: 700;
  margin: 0 0 0.6rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block03_list .item ul li .tit {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block03_list .item ul li .tit {
    font-size: 1.6rem;
  }
}
.p-method .method-block03_list .item ul li p {
  margin: 0;
  letter-spacing: 0;
}
.p-method .method-block03_list .item .cm-btn02 {
  width: 100%;
  margin-top: 1.8rem;
}
.p-method .method-block04 {
  padding: 0;
}
.p-method .method-block04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block04_list {
    margin-top: 4.6rem;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block04_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-method .method-block04 .item {
  border: 1px solid #0ca2b9;
  border-radius: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block04 .item {
    width: calc(33.3333333333% - 1.3333333333rem);
    padding: 3rem 1rem 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block04 .item {
    width: 100%;
    padding: 1.5rem;
  }
}
.p-method .method-block04 .item .ttl {
  font-weight: 700;
  margin: 0 0 1.2rem;
  color: #0ca2b9;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block04 .item .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block04 .item .ttl {
    font-size: 1.8rem;
  }
}
.p-method .method-block04 .item .ttl img {
  width: auto;
  display: block;
  margin: auto auto 0.8rem;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block04 .item .ttl img {
    height: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block04 .item .ttl img {
    height: 3rem;
  }
}
.p-method .method-block04 .item p {
  margin: 0;
}
.p-method .method-block05 {
  background: #f1f5f7;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block05 {
    padding: 8.2rem 0 10rem;
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block05 {
    padding: 3rem 0;
    margin-top: 3rem;
  }
}
.p-method .method-block05_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block05_list {
    gap: 3.4rem;
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block05_list {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-method .method-block05 .item {
  background: #fff;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block05 .item {
    width: calc(50% - 1.7rem);
    padding: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block05 .item {
    width: 100%;
    padding: 2rem;
  }
}
.p-method .method-block05 .item .tit {
  font-weight: 500;
  border-bottom: 0.2rem solid #0ca2b9;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-method .method-block05 .item .tit {
    font-size: 3rem;
    padding-bottom: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-method .method-block05 .item .tit {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
}
.p-method .method-block05 .item .tit span {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 -0.6rem;
}
.p-method .method-block05 .item table {
  width: 100%;
}
.p-method .method-block05 .item table tr {
  border-bottom: 1px solid #dddddd;
}
.p-method .method-block05 .item table tr th {
  text-align: left;
  width: 13rem;
  padding: 2rem 0;
}
.p-method .method-block05 .item table tr td {
  padding: 2rem 0;
}

.p-ckd .cm-heading {
  background: url(../dialysis/ckd/images/mv.png) no-repeat center center;
  background-size: cover;
}
.p-ckd .ckd-block01 {
  text-align: center;
}
.p-ckd .ckd-block01 p {
  margin: 0;
}
.p-ckd .ckd-block02 {
  background: #f1f5f7;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block02 {
    padding: 8rem 0 10rem;
    margin-top: 9.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block02 {
    padding: 3rem 0;
    margin-top: 3rem;
  }
}
.p-ckd .ckd-block02 .text {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block02 .text {
    margin: 3.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block02 .text {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block02 .box {
    margin-top: 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block02 .box {
    margin-top: 3rem;
  }
}
.p-ckd .ckd-block02 .box .cm-title02 {
  text-align: center;
}
.p-ckd .ckd-block02 .box table {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block02 .box table {
    margin-top: 3rem;
  }
}
.p-ckd .ckd-block02 .box table tr {
  border-bottom: 1px solid #dddddd;
}
.p-ckd .ckd-block02 .box table tr:last-child {
  border-bottom: none;
}
.p-ckd .ckd-block02 .box table th {
  background: #0ca2b9;
  color: #fff;
  font-weight: 700;
  padding: 2rem 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block02 .box table th:first-child {
    width: 34rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block02 .box table th:first-child {
    width: 10rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block02 .box table th:nth-child(2) {
    width: 29.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block02 .box table th:nth-child(2) {
    width: 10rem;
  }
}
.p-ckd .ckd-block02 .box table td {
  padding: 2.2rem 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block03 {
    padding: 8.4rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block03 {
    padding: 8rem 0 3rem;
  }
}
.p-ckd .ckd-block03_inner {
  position: relative;
}
.p-ckd .ckd-block03 .photo {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block03 .photo {
    width: 23rem;
    top: -14.5rem;
    right: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block03 .photo {
    width: 11rem;
    top: -11rem;
    right: 0rem;
  }
}
.p-ckd .ckd-block03_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block03_list {
    gap: 3rem;
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block03_list {
    gap: 2rem;
  }
}
.p-ckd .ckd-block03_list .item {
  border: 1px solid #0ca2b9;
  border-radius: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.9rem;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block03_list .item {
    width: calc(50% - 1.5rem);
    padding: 2.8rem 2.5rem 2.3rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block03_list .item {
    width: 100%;
    padding: 1.5rem;
  }
}
.p-ckd .ckd-block03_list .item .ico {
  width: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-ckd .ckd-block03_list .item_ct .ttl {
  font-weight: 700;
  color: #0ca2b9;
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
}
.p-ckd .ckd-block03_list .item_ct p {
  margin: 0;
}
.p-ckd .ckd-block04 {
  background: url(../dialysis/intro/images/bg.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block04 {
    padding: 8.1rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block04 {
    padding: 3rem 0;
  }
}
.p-ckd .ckd-block04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block04_list {
    gap: 3.3rem;
    margin-top: 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block04_list {
    gap: 3rem 1rem;
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-ckd .ckd-block04_list .item {
  border-radius: 1.5rem;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block04_list .item {
    width: calc(25% - 2.475rem);
    padding: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block04_list .item {
    width: calc(50% - 0.5rem);
    padding: 0.5rem;
  }
}
.p-ckd .ckd-block04_list .item:before {
  content: "";
  background: #0ca2b9;
  background: -webkit-gradient(linear, left top, right top, from(rgb(12, 162, 185)), to(rgb(117, 200, 228)));
  background: linear-gradient(90deg, rgb(12, 162, 185) 0%, rgb(117, 200, 228) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block04_list .item:before {
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block04_list .item:before {
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.8rem);
  }
}
.p-ckd .ckd-block04_list .item:nth-child(2) p {
  margin-bottom: 4.6rem;
}
.p-ckd .ckd-block04_list .item .inner {
  background: #fff;
  border-radius: 1.5rem;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block04_list .item .inner {
    padding: 3.8rem 2rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block04_list .item .inner {
    padding: 3rem 1rem 1rem;
  }
}
.p-ckd .ckd-block04_list .item .flow {
  background: url(../dock/images/flow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 700;
  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;
  padding-bottom: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block04_list .item .flow {
    width: 12.1rem;
    height: 4.2rem;
    top: -2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block04_list .item .flow {
    width: 10rem;
    height: 3.6rem;
    top: -1.1rem;
  }
}
.p-ckd .ckd-block04_list .item .flow span {
  font-weight: 500;
  left: 0.4rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block04_list .item .flow span {
    font-size: 2.4rem;
    top: -0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block04_list .item .flow span {
    font-size: 2rem;
    top: -0.2rem;
  }
}
.p-ckd .ckd-block04_list .item .ttl {
  font-weight: 500;
  margin: 0 0 0.6rem;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block04_list .item .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block04_list .item .ttl {
    font-size: 1.6rem;
  }
}
.p-ckd .ckd-block04_list .item p {
  margin: 0 0 0.7rem;
}
.p-ckd .ckd-block04_list .item img {
  width: auto;
  height: 5.45rem;
}
.p-ckd .ckd-block05 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block05 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block05 {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-ckd .ckd-block05 img {
    margin: 4.5rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-ckd .ckd-block05 img {
    margin: 0;
  }
}

.p-checkup .cm-heading {
  background: url(../checkup/images/mv.png) no-repeat center center;
  background-size: cover;
}
.p-checkup .checkup_block01_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block01_list {
    margin: 4.3rem 0 0;
  }
}
.p-checkup .checkup_block01_list .item {
  border: 0.1rem solid #0ca2b9;
  border-radius: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block01_list .item {
    width: calc(50% - 1rem);
    padding: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block01_list .item {
    width: 100%;
    padding: 1.5rem;
  }
}
.p-checkup .checkup_block01_list .item h3 {
  color: #0ca2b9;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block01_list .item h3 {
    font-size: 2.4rem;
    margin: 0 0 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block01_list .item h3 {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-checkup .checkup_block01_list .item h3 img {
  display: block;
  width: 5rem;
  margin: auto auto 1.3rem;
}
.p-checkup .checkup_block01_list .item p {
  margin: 0;
}
.p-checkup .checkup_block02 {
  background: #f1f5f7;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block02 {
    padding: 8rem 0 10rem;
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block02 {
    padding: 3rem 0;
    margin-top: 5rem;
  }
}
.p-checkup .checkup_block02_inner {
  position: relative;
}
.p-checkup .checkup_block02_inner .photo {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block02_inner .photo {
    top: -7.1rem;
    left: 1.2rem;
    width: 30.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block02_inner .photo {
    top: -8.1rem;
    left: 1.2rem;
    width: 15rem;
  }
}
.p-checkup .checkup_block02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block02_list {
    margin: 4.5rem 0 0;
  }
}
.p-checkup .checkup_block02_list .item {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block02_list .item {
    width: calc(33.3333333333% - 1.3333333333rem);
  }
  .p-checkup .checkup_block02_list .item:last-child .item_ct .cm-btn02 {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block02_list .item {
    width: 100%;
  }
}
.p-checkup .checkup_block02_list .item img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block02_list .item .item_ct {
    padding: 1.9rem 2.5rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block02_list .item .item_ct {
    padding: 1.5rem;
  }
}
.p-checkup .checkup_block02_list .item .item_ct .ttl {
  margin: 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block02_list .item .item_ct .ttl {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block02_list .item .item_ct .ttl {
    font-size: 2rem;
  }
}
.p-checkup .checkup_block02_list .item .item_ct .ttl span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 -0.3rem;
}
.p-checkup .checkup_block02_list .item .item_ct .tit {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block02_list .item .item_ct .tit {
    font-size: 2rem;
    line-height: 1.5;
    margin: 1.8rem 0 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block02_list .item .item_ct .tit {
    font-size: 1.8rem;
    margin: 1rem 0 0.5rem;
  }
}
.p-checkup .checkup_block02_list .item .item_ct p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block02_list .item .item_ct .cm-btn02 {
    margin-top: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block02_list .item .item_ct .cm-btn02 {
    margin-top: 2rem;
  }
}
.p-checkup .checkup_block03 {
  background: url(../checkup/images/bg.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block03 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block03 {
    padding: 3rem 0;
  }
}
.p-checkup .checkup_block03_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block03_list {
    gap: 1.6rem;
    margin-top: 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block03_list {
    gap: 3rem 1rem;
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-checkup .checkup_block03_list .item {
  border-radius: 1.5rem;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block03_list .item {
    width: calc(16.6666666667% - 1.3333333333rem);
    padding: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block03_list .item {
    width: calc(50% - 0.5rem);
    padding: 0.5rem;
  }
}
.p-checkup .checkup_block03_list .item:before {
  content: "";
  background: #0ca2b9;
  background: -webkit-gradient(linear, left top, right top, from(rgb(12, 162, 185)), to(rgb(117, 200, 228)));
  background: linear-gradient(90deg, rgb(12, 162, 185) 0%, rgb(117, 200, 228) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block03_list .item:before {
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block03_list .item:before {
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.8rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block03_list .item:nth-child(5) p {
    margin-bottom: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block03_list .item:nth-child(5) p {
    margin-bottom: 3.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block03_list .item:nth-child(4) .ttl {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block03_list .item:nth-child(4) .ttl {
    margin-bottom: 6.5rem;
  }
}
.p-checkup .checkup_block03_list .item .inner {
  background: #fff;
  border-radius: 1.5rem;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block03_list .item .inner {
    padding: 3.8rem 0.5rem 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block03_list .item .inner {
    padding: 4rem 1rem 2rem;
  }
}
.p-checkup .checkup_block03_list .item .flow {
  background: url(../dock/images/flow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 700;
  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;
  padding-bottom: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block03_list .item .flow {
    width: 12.1rem;
    height: 4.2rem;
    top: -2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block03_list .item .flow {
    width: 10rem;
    height: 3.6rem;
    top: -1.1rem;
  }
}
.p-checkup .checkup_block03_list .item .flow span {
  font-weight: 500;
  left: 0.4rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block03_list .item .flow span {
    font-size: 2.4rem;
    top: -0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block03_list .item .flow span {
    font-size: 2rem;
    top: -0.2rem;
  }
}
.p-checkup .checkup_block03_list .item .ttl {
  font-weight: 500;
  margin: 0 0 0.6rem;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block03_list .item .ttl {
    font-size: 2rem;
    letter-spacing: -0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block03_list .item .ttl {
    font-size: 1.6rem;
  }
}
.p-checkup .checkup_block03_list .item p {
  margin: 0 0 1.6rem;
}
.p-checkup .checkup_block03_list .item img {
  width: auto;
  height: 4.6rem;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block04 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block04 {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block04_list {
    margin: 5rem 0 0;
  }
}
.p-checkup .checkup_block04 .item {
  border: 1px solid #0ca2b9;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.p-checkup .checkup_block04 .item:last-child {
  margin-bottom: 0;
}
.p-checkup .checkup_block04 .item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  background: #0ca2b9;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block04 .item dt {
    padding: 1.4rem 3rem 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block04 .item dt {
    padding: 1rem 2rem;
  }
}
.p-checkup .checkup_block04 .item dt p {
  margin: 0;
  font-weight: 700;
}
.p-checkup .checkup_block04 .item dt img {
  width: 2rem;
  height: auto;
  display: block;
  position: relative;
  top: 0.4rem;
}
.p-checkup .checkup_block04 .item dd {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-checkup .checkup_block04 .item dd {
    padding: 2.7rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-checkup .checkup_block04 .item dd {
    padding: 1.5rem 2rem;
  }
}
.p-checkup .checkup_block04 .item dd p {
  padding: 0;
  margin: 0;
}

.p-itabashi .cm-heading {
  background: url(../checkup/itabashi/images/mv.png) no-repeat center center;
  background-size: cover;
}
.p-nagatoro .cm-heading {
  background: url(../checkup/nagatoro/images/mv.png) no-repeat center center;
  background-size: cover;
}
.p-itabashi .itabashi_block01 p {
  margin: 0;
}
.p-itabashi .itabashi_block02 {
  background: #f1f5f7;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block02 {
    padding: 8rem 0 10rem;
    margin-top: 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block02 {
    padding: 3rem 0;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block02_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block02 .cm-title01 {
    width: 31.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block02 .cm-title01 {
    width: 100%;
  }
}
.p-itabashi .itabashi_block02_ct {
  width: 100%;
}
.p-itabashi .itabashi_block02_ct .tb01 {
  width: 100%;
}
.p-itabashi .itabashi_block02_ct .tb01 tr th {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #0ca2b9;
  color: #0ca2b9;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block02_ct .tb01 tr th {
    width: 12.5rem;
    padding: 1.7rem 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block02_ct .tb01 tr th {
    width: 8rem;
    padding: 1rem 0;
  }
}
.p-itabashi .itabashi_block02_ct .tb01 tr td {
  border-bottom: 1px solid #dddddd;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block02_ct .tb01 tr td {
    padding: 1.7rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block02_ct .tb01 tr td {
    padding: 1rem 0.5rem;
  }
}
.p-itabashi .itabashi_block02_ct .tb01 tr td span {
  color: #959595;
  font-size: 1.4rem;
  display: block;
}
.p-itabashi .itabashi_block02_ct .tb01 tr td a {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.p-itabashi .itabashi_block02_ct .tb01 tr td p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block02_ct .cm-title02 {
    margin-top: 5.7rem;
    margin-bottom: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block02_ct .cm-title02 {
    margin-top: 3rem;
  }
}
.p-itabashi .itabashi_block02_ct .tb02 {
  width: 100%;
}
.p-itabashi .itabashi_block02_ct .tb02 tr th {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block02_ct .tb02 tr th {
    width: 16.5rem;
    padding: 1.7rem 0 1.7rem 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block02_ct .tb02 tr th {
    width: 14rem;
    padding: 1rem 0;
  }
}
.p-itabashi .itabashi_block02_ct .tb02 tr td {
  border-bottom: 1px solid #dddddd;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block02_ct .tb02 tr td {
    padding: 1.7rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block02_ct .tb02 tr td {
    padding: 1rem 0;
  }
}
.p-itabashi .itabashi_block02_ct .tb02 tr td span {
  color: #959595;
  font-size: 1.4rem;
  display: block;
}
.p-itabashi .itabashi_block02_ct .tb02 tr td a {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.p-itabashi .itabashi_block02_ct .tb02 tr td p {
  margin: 0;
}
.p-itabashi .itabashi_block03 {
  background: url(../checkup/itabashi/images/bg1.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block03 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block03 {
    padding: 3rem 0;
  }
}
.p-itabashi .itabashi_block03_box {
  max-width: 78rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6.7px rgba(0, 0, 0, 0.16);
  border-radius: 1.5rem;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block03_box {
    padding: 3.3rem 6.8rem;
    margin: 4.4rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block03_box {
    padding: 1.5rem;
  }
}
.p-itabashi .itabashi_block03_box li {
  border-bottom: 0.2rem dotted #d3e9ef;
  font-weight: 500;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block03_box li {
    padding: 1.6rem 0;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block03_box li {
    padding: 1rem 0;
    font-size: 1.6rem;
  }
}
.p-itabashi .itabashi_block03_box li:last-child {
  border-bottom: none;
}
.p-itabashi .itabashi_block03_box li span {
  color: #0ca2b9;
  font-weight: 700;
}
.p-itabashi .itabashi_block04 {
  background: #f1f5f7;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block04 {
    padding: 8rem 0 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block04 {
    padding: 3rem 0;
  }
}
.p-itabashi .itabashi_block04_list {
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block04_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.3rem;
    margin: 3.6rem 0 0;
  }
}
.p-itabashi .itabashi_block04_list:before {
  content: "";
  background: #0ca2b9;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block04_list:before {
    width: 100%;
    height: 0.2rem;
    top: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block04_list:before {
    width: 0.2rem;
    height: 100%;
    left: 2.4rem;
    top: 0;
  }
}
.p-itabashi .itabashi_block04_list li {
  list-style-type: none;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block04_list li {
    width: 22.8rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block04_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    text-align: left;
  }
}
.p-itabashi .itabashi_block04_list li .number {
  border: 0.6rem solid #f1f5f7;
  border-radius: 50%;
  background: #0ca2b9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block04_list li .number {
    width: 6.5rem;
    height: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block04_list li .number {
    width: 5rem;
    height: 5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
  }
}
.p-itabashi .itabashi_block04_list li .ttl {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block04_list li .ttl {
    margin: 2rem 0 1rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block04_list li .ttl {
    font-size: 1.8rem;
    margin: 0;
  }
}
.p-itabashi .itabashi_block04_list li p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block05 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block05 {
    padding: 3rem 0;
  }
}
.p-itabashi .itabashi_block05 .map {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block05 .map {
    height: 40rem;
    margin: 3.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block05 .map {
    height: 25rem;
  }
}
.p-itabashi .itabashi_block05 .map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.p-itabashi .itabashi_block05 .flx_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block05 .flx_address {
    margin-top: 2.2rem;
    gap: 11rem;
    /* padding: 0 10rem; */
  }
  .p-itabashi .itabashi_block05 .flx_address .item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block05 .flx_address {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
    gap: 2rem;
  }
  .p-itabashi .itabashi_block05 .flx_address .item {
    width: 100%;
  }
}
.p-itabashi .itabashi_block05 .flx_address a {
  text-decoration: none;
}
.p-itabashi .itabashi_block05 .flx_address h3 {
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block05 .flx_address h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block05 .flx_address h3 {
    font-size: 1.8rem;
  }
}
.p-itabashi .itabashi_block05 .flx_address p {
  margin: 0;
}
.p-itabashi .itabashi_block05 .flx_address table {
  width: 100%;
  margin-top: -0.5rem;
}
.p-itabashi .itabashi_block05 .flx_address table tr {
  border-bottom: 1px solid #0ca2b9;
}
.p-itabashi .itabashi_block05 .flx_address table tr th {
  color: #0ca2b9;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  padding: 0.7rem 0.5rem;
  width: 10rem;
}
.p-itabashi .itabashi_block05 .flx_address table tr td {
  padding: 0.7rem 0;
}
.p-itabashi .itabashi_block06 {
  background: url(../images/common_img/bg_contact.webp) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block06 {
    padding: 7.1rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block06 {
    padding: 4rem 0;
    margin-top: 4rem;
  }
}
.p-itabashi .itabashi_block06_inner {
  position: relative;
  text-align: center;
}
.p-itabashi .itabashi_block06_inner p {
  margin: 2rem 0 0;
}
.p-itabashi .itabashi_block06 .img_icon {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block06 .img_icon {
    width: 32.5rem;
    top: -5.9rem;
    left: 13.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block06 .img_icon {
    top: -9rem;
    left: 0;
    width: 18rem;
  }
}
.p-itabashi .itabashi_block06_box {
  background: #fff;
  max-width: 80rem;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block06_box {
    margin: 3.4rem auto 0;
    padding: 2.5rem 2.5rem 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block06_box {
    margin: 1.5rem auto 0;
    padding: 1.5rem;
  }
}
.p-itabashi .itabashi_block06_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  color: var(--co-general);
  text-decoration: none;
  gap: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .itabashi_block06_box a {
    font-size: 3.5rem;
  }
  .p-itabashi .itabashi_block06_box a img {
    width: 3rem;
    position: relative;
    top: 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .itabashi_block06_box a {
    font-size: 3rem;
  }
  .p-itabashi .itabashi_block06_box a img {
    width: 2.3rem;
    position: relative;
    top: 0.2rem;
  }
}
.p-itabashi .itabashi_block06_box p {
  margin: 1rem 0 0;
}
.p-itabashi .nagatoro_block01 {
  background: url(../checkup/nagatoro/images/bg.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .nagatoro_block01 {
    padding: 10.7rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .nagatoro_block01 {
    padding: 3rem 0;
  }
}
.p-itabashi .nagatoro_block01_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-itabashi .nagatoro_block01_inner {
    gap: 10rem;
  }
  .p-itabashi .nagatoro_block01_inner .cm-title01 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .nagatoro_block01_inner {
    gap: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-itabashi .nagatoro_block01_inner .box02 {
  border-radius: 1.5rem;
  background: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .nagatoro_block01_inner .box02 {
    width: 54rem;
    padding: 4rem 3.5rem 4.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .nagatoro_block01_inner .box02 {
    width: 100%;
    padding: 1.5rem;
  }
}
.p-itabashi .nagatoro_block01_inner .box02 h3 {
  font-weight: 500;
  margin: 0 0 1.4rem;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .nagatoro_block01_inner .box02 h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .nagatoro_block01_inner .box02 h3 {
    font-size: 1.8rem;
  }
}
.p-itabashi .nagatoro_block01_inner .box02 p {
  margin: 0 0 2.1rem;
}
@media only screen and (min-width: 768px) {
  .p-itabashi .nagatoro_block01_inner .box01 {
    margin-top: -2.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-itabashi .nagatoro_block01_inner .box01 p {
    margin: 3.6rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-itabashi .nagatoro_block01_inner .box01 p {
    margin: 0;
  }
}

.p-night .cm-heading {
  background: url(../dialysis/night/images/mv.png) no-repeat center center;
  background-size: cover;
}
.p-night .night01 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-night .night01 p {
    margin: 3.9rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night01 p {
    margin: 0;
  }
}
.p-night .night02 {
  background: url(../dialysis/night/images/bg1.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-night .night02 {
    margin-top: 9.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night02 {
    margin-top: 5rem;
  }
}
.p-night .night02_inner {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-night .night02_inner {
    padding: 8.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night02_inner {
    padding: 5rem 1.5rem 0;
  }
}
.p-night .night02_inner .icon {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-night .night02_inner .icon {
    width: 30.6rem;
    top: -13.1rem;
    right: -1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night02_inner .icon {
    width: 14rem;
    top: -5.1rem;
    right: -2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-night .night02_inner .img {
    width: 89.8rem;
    margin: 4.2rem auto -2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night02_inner .img {
    width: 100%;
    margin-bottom: -1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-night .night03 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night03 {
    padding: 3rem 0;
  }
}
.p-night .night03_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-night .night03_list {
    gap: 7.3rem 4rem;
    margin-top: 7.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night03_list {
    gap: 5rem;
    margin-top: 5rem;
  }
}
.p-night .night03_list .item {
  background: #f2f7f9;
  border-radius: 1.5rem;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-night .night03_list .item {
    width: calc(33.3333333333% - 2.6666666667rem);
    padding: 6.5rem 3rem 3rem;
  }
  .p-night .night03_list .item:nth-child(4) .ttl {
    margin: -1.8rem -3rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night03_list .item {
    width: 100%;
    padding: 3rem 1.5rem 1.5rem;
  }
}
.p-night .night03_list .item .number {
  border-radius: 50%;
  background: #0ca2b9;
  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.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 auto 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .p-night .night03_list .item .number {
    width: 6.5rem;
    height: 6.5rem;
    top: -3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night03_list .item .number {
    width: 5rem;
    height: 5rem;
    top: -2.5rem;
  }
}
.p-night .night03_list .item .ttl {
  font-weight: 700;
  color: #0ca2b9;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-night .night03_list .item .ttl {
    font-size: 2.4rem;
    margin: 0 0 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night03_list .item .ttl {
    font-size: 2rem;
    margin: 0 0 1.5rem;
  }
}
.p-night .night03_list .item img {
  width: 100%;
  display: block;
}
.p-night .night03_list .item p {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-night .night03_list .item p {
    margin: 2.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night03_list .item p {
    margin: 1rem 0 0;
  }
}
.p-night .night04 {
  background: url(../dialysis/night/images/bg2.png) no-repeat center center;
  background-size: cover;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-night .night04 {
    padding: 8.4rem 0 9.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night04 {
    padding: 3rem 0;
  }
}
.p-night .night04 .cm-title01__en {
  color: #fff;
}
.p-night .night04_inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-night .night04_inner {
    margin-top: 16.4rem;
    height: 21.2rem;
  }
}
.p-night .night04_inner:before {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .p-night .night04_inner:before {
    width: 100%;
    height: 0.2rem;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night04_inner:before {
    width: 0.2rem;
    height: 100%;
    left: 3.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-night .night04_inner .item {
    width: 28rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .p-night .night04_inner .item:nth-child(1) {
    position: absolute;
    top: -3.1rem;
    left: -4.7rem;
  }
  .p-night .night04_inner .item:nth-child(2) {
    position: absolute;
    top: -10.9rem;
    left: 13.6rem;
  }
  .p-night .night04_inner .item:nth-child(3) {
    position: absolute;
    top: -3.1rem;
    left: 31.8rem;
  }
  .p-night .night04_inner .item:nth-child(4) {
    position: absolute;
    top: -13rem;
    left: 50rem;
  }
  .p-night .night04_inner .item:nth-child(5) {
    position: absolute;
    top: -3.1rem;
    left: 68.2rem;
  }
  .p-night .night04_inner .item:nth-child(6) {
    position: absolute;
    top: -12rem;
    right: -4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night04_inner .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
    z-index: 9;
  }
  .p-night .night04_inner .item .ct {
    width: 100%;
    padding-left: 2rem;
  }
}
.p-night .night04_inner .item .number {
  width: 6.5rem;
  height: 6.5rem;
  border: 0.6rem solid #0ca2b9;
  border-radius: 50%;
  background: #f2f7f9;
  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.8rem;
  font-weight: 500;
  color: #0ca2b9;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .p-night .night04_inner .item .number {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
  }
}
.p-night .night04_inner .item .ttl {
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 0.4rem;
}
@media only screen and (min-width: 768px) {
  .p-night .night04_inner .item .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night04_inner .item .ttl {
    font-size: 1.6rem;
    padding-top: 1rem;
  }
}
.p-night .night04_inner .item p {
  margin: 0;
}
.p-night .night04_inner .item p.time {
  color: #a9d7e9;
  font-weight: 700;
  margin: -1.1rem 0 0.2rem;
}
@media only screen and (min-width: 768px) {
  .p-night .night04_inner .item_t .number {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-night .night04_inner .item_t .ct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0.9rem;
  }
  .p-night .night04_inner .item_b .number {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-night .night04_inner .item_b .ct {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1.1rem;
  }
}
.p-night .night04 .text {
  margin: -0.7rem 0 0;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .p-night .night05_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10rem 0 9.3rem;
  }
  .p-night .night05_inner .cm-title01 {
    text-align: left;
    width: 42.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night05_inner {
    padding: 3rem 0;
  }
}
.p-night .night05_inner .right {
  width: 100%;
}
.p-night .night05_inner .right .table {
  border: 1px solid #0ca2b9;
  border-radius: 1.5rem;
  overflow: hidden;
}
.p-night .night05_inner .right table {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.p-night .night05_inner .right table tr {
  border-bottom: 1px solid #0ca2b9;
}
.p-night .night05_inner .right table tr:last-child {
  border-bottom: none;
}
.p-night .night05_inner .right table th {
  background: #0ca2b9;
  color: #fff;
  border: 1px solid #0ca2b9;
}
@media only screen and (min-width: 768px) {
  .p-night .night05_inner .right table {
    font-size: 2rem;
  }
  .p-night .night05_inner .right table th {
    padding: 1.1rem;
  }
  .p-night .night05_inner .right table th:nth-child(1) {
    width: 17.5rem;
  }
  /* .p-night .night05_inner .right table th:nth-child(2) {
    width: 15rem;
  } */
}
@media only screen and (max-width: 767px) {
  .p-night .night05_inner .right table th {
    padding: 1rem;
  }
  .p-night .night05_inner .right table th:nth-child(1) {
    width: 9rem;
  }
}
.p-night .night05_inner .right table td {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-night .night05_inner .right table td {
    padding: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night05_inner .right table td {
    padding: 0.5rem;
  }
}
.p-night .night05_inner .right table td:first-child {
  color: #0ca2b9;
  font-weight: 500;
}
.p-night .night05_inner .right p {
  margin: 0.9rem 0 0;
}
.p-night .night06 {
  background: url(../dialysis/night/images/bg3.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-night .night06 {
    padding: 8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night06 {
    padding: 3rem 0;
  }
}
.p-night .night06 .txt {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-night .night06 .txt {
    margin: 3.5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night06 .txt {
    margin: 0;
  }
}
.p-night .night06 .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-night .night06 .list_item {
    margin-top: 4.2rem;
    gap: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night06 .list_item {
    gap: 2rem;
    margin-top: 4rem;
  }
}
.p-night .night06 .list_item .item {
  border-radius: 1.5rem;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-night .night06 .list_item .item {
    width: calc(33.3333333333% - 1.0666666667rem);
    padding: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night06 .list_item .item {
    width: 100%;
    padding: 0.5rem;
  }
}
.p-night .night06 .list_item .item:before {
  content: "";
  background: #0ca2b9;
  background: -webkit-gradient(linear, left top, right top, from(rgb(12, 162, 185)), to(rgb(117, 200, 228)));
  background: linear-gradient(90deg, rgb(12, 162, 185) 0%, rgb(117, 200, 228) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-night .night06 .list_item .item:before {
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night06 .list_item .item:before {
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.8rem);
  }
}
.p-night .night06 .list_item .item .inner {
  background: #fff;
  border-radius: 1.5rem;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .p-night .night06 .list_item .item .inner {
    padding: 3.8rem 1.5rem 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night06 .list_item .item .inner {
    padding: 4rem 1rem 2rem;
  }
}
.p-night .night06 .list_item .item .flow {
  background: url(../dock/images/flow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 700;
  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;
  padding-bottom: 0.2rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .p-night .night06 .list_item .item .flow {
    width: 12.1rem;
    height: 4.2rem;
    top: -2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night06 .list_item .item .flow {
    width: 10rem;
    height: 3.6rem;
    top: -1.1rem;
  }
}
.p-night .night06 .list_item .item .flow span {
  font-weight: 500;
  left: 0.4rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-night .night06 .list_item .item .flow span {
    font-size: 2.4rem;
    top: -0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night06 .list_item .item .flow span {
    font-size: 2rem;
    top: -0.2rem;
  }
}
.p-night .night06 .list_item .item .ttl {
  font-weight: 500;
  margin: 0 0 0.6rem;
}
@media only screen and (min-width: 768px) {
  .p-night .night06 .list_item .item .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night06 .list_item .item .ttl {
    font-size: 1.4rem;
  }
}
.p-night .night06 .list_item .item img {
  height: 4.4rem;
  width: auto;
  margin: 1.3rem 0 0;
}
.p-night .night06 .list_item .item p {
  margin: 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-night .night07 {
    padding: 8rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night07 {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-night .night07_list {
    margin-top: 4.6rem;
  }
}
.p-night .night07_list .item {
  border: 1px solid #0ca2b9;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.p-night .night07_list .item:last-child {
  margin-bottom: 0;
}
.p-night .night07_list .item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  background: #0ca2b9;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-night .night07_list .item dt {
    padding: 1.4rem 3rem 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night07_list .item dt {
    padding: 1rem 2rem;
  }
}
.p-night .night07_list .item dt p {
  margin: 0;
  font-weight: 700;
}
.p-night .night07_list .item dt img {
  width: 2rem;
  height: auto;
  display: block;
  position: relative;
  top: 0.4rem;
}
.p-night .night07_list .item dd {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-night .night07_list .item dd {
    padding: 2.7rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night07_list .item dd {
    padding: 1.5rem 2rem;
  }
}
.p-night .night07_list .item dd p {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-night .night08_inner {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
  }
}
.p-night .night08 .map {
  border-radius: 1.5rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-night .night08 .map {
    width: 66.5rem;
    height: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night08 .map {
    width: 100%;
    height: 20rem;
  }
}
.p-night .night08 .map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.p-night .night08 .right {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-night .night08 .right {
    margin-top: 3rem;
  }
}
.p-night .night08 .right h3 {
  color: #0ca2b9;
  border-bottom: 0.3rem solid #0ca2b9;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1rem;
  font-weight: 700;
  margin: -0.4rem 0 0;
}
.p-night .night08 .right table {
  width: 100%;
  margin-top: 0;
}
.p-night .night08 .right table tr {
  border-bottom: 1px solid #dddddd;
}
.p-night .night08 .right table th {
  text-align: left;
  width: 9.6rem;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .p-night .night08 .right table th {
    padding: 2.2rem 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night08 .right table th {
    padding: 1rem 0.6rem;
  }
}
.p-night .night08 .right table td {
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .p-night .night08 .right table td {
    padding: 2.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .night08 .right table td {
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-night .s-contact {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .s-contact {
    margin-top: 3rem;
  }
}
.p-night .s-contact .block03 {
  background: #fff;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 80rem;
  margin: auto;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-night .s-contact .block03 {
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .s-contact .block03 {
    padding: 2rem;
  }
}
.p-night .s-contact .block03 .img {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-night .s-contact .block03 .img {
    width: 32.7rem;
    top: -7.6rem;
    left: -2.7rem;
  }
}
.p-night .s-contact .block03 p {
  margin: 1rem 0 0;
}
.p-night .s-contact .block03 .tag {
  width: 28rem;
  height: 4rem;
  background: #f5f5f5;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto auto 1.9rem;
  font-weight: 500;
}
.p-night .s-contact .block03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  color: var(--co-general);
  text-decoration: none;
  gap: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-night .s-contact .block03 a {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .s-contact .block03 a {
    font-size: 3rem;
  }
}
.p-night .s-contact .block03 a img {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-night .s-contact .block03 a img {
    width: 3rem;
    top: 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .s-contact .block03 a img {
    width: 2.3rem;
    position: relative;
    top: 0.2rem;
  }
}
.p-night .s-contact .block04 {
  background: #fff;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 80rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.5rem;
  gap: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .p-night .s-contact .block04 {
    padding: 3rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-night .s-contact .block04 {
    padding: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-night .s-contact .block04 a {
    width: calc(50% - 0.8rem);
    height: 8rem;
  }
}
