@charset "UTF-8";
#company .p-showroom {
  padding: 23rem 0;
  background: url(../img/company/bg_showroom.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #company .p-showroom {
    padding: 8rem 0;
  }
}
#company .p-showroom .txt {
  margin-top: 8.5rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #company .p-showroom .txt {
    margin-top: 4rem;
    font-size: 1.4rem;
    text-align: left;
  }
}
#company .p-about {
  padding: 20rem 0;
}
@media screen and (max-width: 767px) {
  #company .p-about {
    padding: 10rem 0;
  }
}
#company .p-about .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 7.8rem;
}
@media screen and (max-width: 767px) {
  #company .p-about .flex {
    display: block;
  }
}
#company .p-about .flex .images {
  width: 52.4rem;
}
@media screen and (max-width: 767px) {
  #company .p-about .flex .images {
    width: 100%;
  }
}
#company .p-about .flex .images .img:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #company .p-about .flex .images .img:nth-child(n+2) {
    margin-top: 2rem;
  }
}
#company .p-about .flex .txt-box {
  flex: 1;
  margin-top: 6rem;
}
#company .p-about .flex .txt-box .ttl {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #company .p-about .flex .txt-box .ttl {
    font-size: 2rem;
  }
}
#company .p-about .flex .txt-box .info {
  margin-top: 3.3rem;
}
#company .p-about .flex .txt-box .info .item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #company .p-about .flex .txt-box .info .item:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}
#company .p-about .flex .txt-box .info .item dt {
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  #company .p-about .flex .txt-box .info .item dt {
    width: 6.5rem;
  }
}
#company .p-about .flex .txt-box .info .item dd {
  flex: 1;
  text-indent: -1em;
  padding-left: 1em;
}
#company .p-about .flex .txt-box .u-map {
  margin-top: 1.5rem;
}
#company .p-about .flex .txt-box .access {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #company .p-about .flex .txt-box .access {
    margin-top: 3rem;
  }
}
#company .p-about .flex .txt-box .access .item:nth-child(2) {
  margin-top: 2rem;
}
#company .p-about .flex .txt-box .access .item dt {
  font-weight: 500;
  position: relative;
  padding-left: 1rem;
}
#company .p-about .flex .txt-box .access .item dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 2rem;
  background-color: #81919F;
}
#company .p-about .flex .txt-box .access .item dd {
  margin-top: 0.2rem;
}
#company .p-about .c-btn {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  #company .p-about .c-btn {
    margin-top: 5rem;
  }
}
#company .p-company {
  background-color: #F9FAFC;
  padding: 18rem 0;
}
@media screen and (max-width: 767px) {
  #company .p-company {
    padding: 10rem 0;
  }
}
#company .p-company .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #company .p-company .flex {
    display: block;
  }
}
#company .p-company .flex .c-secttl-en {
  line-height: 1.5;
}
#company .p-company .flex dl {
  margin-top: 2rem;
  width: 80rem;
}
@media screen and (max-width: 767px) {
  #company .p-company .flex dl {
    width: 100%;
    margin-top: 4rem;
  }
}
#company .p-company .flex dl .item {
  padding: 3.5rem 4rem;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  #company .p-company .flex dl .item {
    padding: 2rem;
    display: block;
  }
}
#company .p-company .flex dl .item dt {
  width: 15rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #company .p-company .flex dl .item dt {
    width: 100%;
    font-size: 1.6rem;
  }
}
#company .p-company .flex dl .item dd {
  line-height: 2;
  flex: 1;
}
#company .p-company .flex dl .item dd .u-map {
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  #company .p-company .flex dl .item dd .u-map {
    margin-top: 0.5rem;
  }
}
#company .p-company .flex dl .item dd .-l {
  font-size: 2.6rem;
  display: block;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #company .p-company .flex dl .item dd .-l {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
#company .p-thoughts {
  background: url(../img/company/bg_thoughts.png) no-repeat center center/cover;
  padding: 15rem 0 22rem;
}
@media screen and (max-width: 767px) {
  #company .p-thoughts {
    padding: 10rem 0;
  }
}
#company .p-thoughts .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #company .p-thoughts .flex {
    flex-direction: column;
  }
}
#company .p-thoughts .flex .ttl {
  margin-top: 2rem;
  font-size: 4.8rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #fff;
  line-height: 1.45833;
}
@media screen and (max-width: 767px) {
  #company .p-thoughts .flex .ttl {
    font-size: 2.6rem;
    text-align: center;
  }
}
#company .p-thoughts .flex .txt {
  max-width: 60rem;
  color: #fff;
  line-height: 2.25;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  #company .p-thoughts .flex .txt {
    margin-right: 0;
    margin-top: 4rem;
    line-height: 2;
  }
}
#company .p-philosophy {
  padding: 15rem 0 20rem;
}
@media screen and (max-width: 767px) {
  #company .p-philosophy {
    padding: 10rem 0;
  }
}
#company .p-philosophy .c-secttl-en {
  line-height: 1.5;
}
#company .p-philosophy .flex {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #company .p-philosophy .flex {
    display: block;
  }
}
#company .p-philosophy .flex .img {
  width: 47.5rem;
}
@media screen and (max-width: 767px) {
  #company .p-philosophy .flex .img {
    width: 100%;
  }
}
#company .p-philosophy .flex dl {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  #company .p-philosophy .flex dl {
    margin-top: 3rem;
    width: 100%;
  }
}
#company .p-philosophy .flex dl .item {
  padding: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  #company .p-philosophy .flex dl .item {
    padding: 2rem;
  }
}
#company .p-philosophy .flex dl .item:nth-child(n+2) {
  border-top: 1px solid #E5E5E5;
}
#company .p-philosophy .flex dl .item dt {
  font-family: "Poppins", sans-serif;
  font-size: 2.7rem;
  color: #88C8E0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #company .p-philosophy .flex dl .item dt {
    font-size: 2rem;
  }
}
#company .p-philosophy .flex dl .item dd {
  font-size: 2.6rem;
  font-weight: 500;
  color: #81919F;
}
@media screen and (max-width: 767px) {
  #company .p-philosophy .flex dl .item dd {
    font-size: 1.8rem;
  }
}

#case .p-section-main {
  padding: 20rem 0;
  background: url(../img/case/bg_case.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #case .p-section-main {
    padding: 8rem 0;
  }
}
#case .p-section-main .block {
  padding: 10rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 3.6rem rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  #case .p-section-main .block {
    padding: 3rem 2rem;
  }
}
#case .p-section-main .block:nth-child(n+2) {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #case .p-section-main .block:nth-child(n+2) {
    margin-top: 3rem;
  }
}
#case .p-section-main .block .ttl-box {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #case .p-section-main .block .ttl-box {
    display: block;
  }
}
#case .p-section-main .block .ttl-box .num {
  width: 14rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #88C8E0;
  color: #fff;
  border-radius: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #case .p-section-main .block .ttl-box .num {
    font-size: 1.4rem;
    height: 2.8rem;
    width: 10rem;
  }
}
#case .p-section-main .block .ttl-box .ttl {
  font-size: 2.6rem;
  font-weight: 700;
  color: #81919F;
}
@media screen and (max-width: 767px) {
  #case .p-section-main .block .ttl-box .ttl {
    margin-top: 1.5rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
#case .p-section-main .block .flex {
  margin-top: 6rem;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  #case .p-section-main .block .flex {
    display: block;
    margin-top: 2rem;
  }
}
#case .p-section-main .block .flex .img {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  #case .p-section-main .block .flex .img {
    width: 80%;
    margin: 0 auto;
  }
}
#case .p-section-main .block .flex dl {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #case .p-section-main .block .flex dl {
    margin-top: 3rem;
  }
}
#case .p-section-main .block .flex dl .item:nth-child(n+2) {
  margin-top: 2.4rem;
}
#case .p-section-main .block .flex dl .item dt {
  width: 14rem;
  height: 3.6rem;
  border: 1px solid #88C8E0;
  border-radius: 0.8rem;
  color: #88C8E0;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #case .p-section-main .block .flex dl .item dt {
    width: 13rem;
    height: 3.3rem;
  }
}
#case .p-section-main .block .flex dl .item dd {
  margin-top: 0.8rem;
}
#case .p-section-main .block .flex dl .item dd .custom {
  margin-top: 1.5rem;
  display: flex;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  #case .p-section-main .block .flex dl .item dd .custom {
    margin-top: 2rem;
    flex-wrap: wrap;
  }
}
#case .p-section-main .block .flex dl .item dd .custom_box {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  #case .p-section-main .block .flex dl .item dd .custom_box {
    width: 9rem;
  }
}
#case .p-section-main .block .flex dl .item dd .custom_box_img {
  margin: 0 1rem;
}
#case .p-section-main .block .flex dl .item dd .custom_box_txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.28;
}
@media screen and (max-width: 767px) {
  #case .p-section-main .block .flex dl .item dd .custom_box_txt {
    font-size: 1.2rem;
  }
}
#case .p-section-main .block .txt-box {
  background-color: #88C8E0;
  margin-top: 6.5rem;
  padding: 4rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  #case .p-section-main .block .txt-box {
    margin-top: 4rem;
    padding: 2rem;
  }
}
#case .p-section-main .block .txt-box .ttl {
  font-size: 2.3rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #case .p-section-main .block .txt-box .ttl {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
#case .p-section-main .block .txt-box .txt {
  margin-top: 1.5rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #case .p-section-main .block .txt-box .txt {
    font-size: 1.3rem;
  }
}
#case .p-section-main .block .txt-box .name {
  font-size: 1.4rem;
  text-align: right;
  color: #fff;
  margin-top: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #case .p-section-main .block .txt-box .name {
    font-size: 1.2rem;
  }
}

#news .p-section-main {
  background-color: #F9FAFC;
  padding: 20rem 0;
}
@media screen and (max-width: 767px) {
  #news .p-section-main {
    padding: 8rem 0;
  }
}
#news .p-section-main .heading .list {
  margin: 0 9.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  #news .p-section-main .heading .list {
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
#news .p-section-main .heading .list_item a {
  border: 1px solid #88C8E0;
  background-color: #fff;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 0.8rem;
  color: #88C8E0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #news .p-section-main .heading .list_item a:hover {
    background-color: #88C8E0;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #news .p-section-main .heading .list_item a {
    height: 5rem;
    font-size: 1.6rem;
  }
}
#news .p-section-main .heading .list_item a.is-active {
  background-color: #88C8E0;
  color: #fff;
}
#news .p-section-main .content {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  #news .p-section-main .content {
    margin-top: 4rem;
  }
}
#news .p-section-main .content .list_item a {
  padding-right: 13rem;
  display: flex;
  align-items: center;
  gap: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #news .p-section-main .content .list_item a {
    padding-right: 0;
    display: block;
  }
}
#news .p-section-main .content .list_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 5rem;
  height: 5rem;
  background: url(../img/common/arrow_right_circle.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #news .p-section-main .content .list_item a::before {
    content: none;
  }
}
#news .p-section-main .content .list_item_txt-box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #news .p-section-main .content .list_item_category {
    position: absolute;
    left: 9rem;
    top: 2rem;
  }
}
#news .p-section-main .content .list_item_ttl {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #news .p-section-main .content .list_item_ttl {
    margin-top: 1rem;
  }
}
#news .p-section-main .pager {
  margin-top: 8.8rem;
}
#news .p-section-main .pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  #news .p-section-main .pager ul {
    gap: 1rem;
  }
}
#news .p-section-main .pager ul .page-numbers {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
}
#news .p-section-main .pager ul .page-numbers.prev, #news .p-section-main .pager ul .page-numbers.next {
  width: 4rem;
  height: 4rem;
  margin-right: 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  #news .p-section-main .pager ul .page-numbers.prev, #news .p-section-main .pager ul .page-numbers.next {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
#news .p-section-main .pager ul .page-numbers.current {
  background-color: #88C8E0;
  color: #fff;
}
#news .p-news {
  background-color: #F9FAFC;
  padding: 20rem 0;
}
@media screen and (max-width: 767px) {
  #news .p-news {
    padding: 8rem 0;
  }
}
#news .p-news .heading .flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #news .p-news .heading .flex {
    gap: 2rem;
  }
}
#news .p-news .heading .flex .date {
  color: #A0A0A0;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  #news .p-news .heading .flex .date {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
}
#news .p-news .heading .flex .post-categories {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #news .p-news .heading .flex .post-categories {
    gap: 1rem;
  }
}
#news .p-news .heading .flex .post-categories li a {
  width: 13rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #88C8E0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  #news .p-news .heading .flex .post-categories li a {
    width: auto;
    padding: 0 1.5rem;
    font-size: 1.2rem;
    border-radius: 1.4rem;
    font-weight: 400;
    height: 2.7rem;
  }
}
#news .p-news .heading .ttl {
  margin-top: 4rem;
  font-size: 4rem;
  border-bottom: 2px solid #88C8E0;
  line-height: 1.4;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #news .p-news .heading .ttl {
    margin-top: 3rem;
    font-size: 2.2rem;
  }
}
#news .p-news .heading .img {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #news .p-news .heading .img {
    margin-top: 3rem;
  }
}
#news .p-news .heading .img img {
  width: 100%;
}
#news .p-news .content {
  overflow: hidden;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  #news .p-news .content {
    margin: 3rem auto 0;
  }
}
#news .p-news .content h2, #news .p-news .content h3, #news .p-news .content h4 {
  color: #A3CCE6;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 4rem 0 0.8rem;
}
@media screen and (max-width: 767px) {
  #news .p-news .content h2, #news .p-news .content h3, #news .p-news .content h4 {
    margin: 3rem 0 0.8rem;
  }
}
#news .p-news .content h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  #news .p-news .content h2 {
    font-size: 1.8rem;
  }
}
#news .p-news .content h3 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #news .p-news .content h3 {
    font-size: 1.6rem;
  }
}
#news .p-news .content h4 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #news .p-news .content h4 {
    font-size: 1.4rem;
  }
}
#news .p-news .content p {
  margin: 1rem 0;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #news .p-news .content p {
    font-size: 1.3rem;
  }
}
#news .p-news .content .wp-block-image {
  margin: 4rem 0 1rem;
}
#news .p-news .content .wp-caption {
  margin: 4rem 0 0.5rem;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  #news .p-news .content .wp-caption {
    margin: 3rem 0 0.5rem;
  }
}
#news .p-news .content .wp-caption img {
  width: 100%;
}
#news .p-news .content .wp-caption .wp-caption-text {
  margin-top: 1.7rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #news .p-news .content .wp-caption .wp-caption-text {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
#news .p-news .content ol, #news .p-news .content ul {
  margin: 3rem 0;
}
#news .p-news .content ol li, #news .p-news .content ul li {
  line-height: 1.7;
}
#news .p-news .content ol {
  padding-left: 3rem;
}
#news .p-news .content ol li {
  padding-left: 0.7rem;
  list-style: decimal;
}
#news .p-news .content ul {
  padding-left: 1rem;
}
#news .p-news .content ul li {
  position: relative;
  padding-left: 1.5rem;
}
#news .p-news .content ul li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #5D656C;
  border-radius: 50%;
}
#news .p-news .content .wp-block-button__link {
  display: inline-block;
  background-color: #88C8E0;
  border: 1px solid #88C8E0;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2rem 6rem;
  border-radius: 5rem;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #news .p-news .content .wp-block-button__link {
    font-size: 1.6rem;
    padding: 1.4rem 4rem;
  }
}
@media screen and (min-width: 768px) {
  #news .p-news .content .wp-block-button__link:hover {
    background-color: #fff;
    color: #88C8E0;
    opacity: 1;
  }
}
#news .p-news .content a {
  display: inline-block;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  transition: 0.3s;
  position: relative;
  text-decoration: underline;
  color: #88C8E0;
}
@media screen and (min-width: 768px) {
  #news .p-news .content a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #news .p-news .content a:hover {
    opacity: 0.7;
  }
}
#news .p-news .content blockquote {
  margin: 3rem 0;
  background-color: #F7F7F7;
  border-radius: 1rem;
  position: relative;
  padding: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  #news .p-news .content blockquote {
    padding: 3rem;
  }
}
#news .p-news .content blockquote::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../img/common/icon_quote.svg) no-repeat center center/contain;
}
#news .p-news .ending {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  #news .p-news .ending {
    margin-top: 5rem;
    gap: 10rem;
    padding-bottom: 5rem;
    position: relative;
  }
}
#news .p-news .ending a {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #news .p-news .ending a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #news .p-news .ending a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #news .p-news .ending a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #news .p-news .ending .back {
    position: absolute;
    bottom: -2rem;
  }
}
#news .p-news .ending .back a {
  text-decoration: underline;
}
#news .p-news .ending .prev a {
  padding-left: 3.8rem;
  position: relative;
}
#news .p-news .ending .prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/common/arrow_left_pager.svg) no-repeat center center/contain;
}
#news .p-news .ending .next a {
  padding-right: 3.8rem;
  position: relative;
}
#news .p-news .ending .next a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/common/arrow_right_pager.svg) no-repeat center center/contain;
}

#contact .bg {
  padding: 20rem 0;
  background: url(../img/contact/bg_contact.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #contact .bg {
    padding: 8rem 0;
  }
}
#contact .p-line .content {
  background-color: #88C8E0;
  padding: 9rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #contact .p-line .content {
    padding: 3rem 0;
  }
}
#contact .p-line .content .flex {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #contact .p-line .content .flex {
    display: block;
  }
}
#contact .p-line .content .flex .img {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  #contact .p-line .content .flex .img {
    margin: 0 auto;
  }
}
#contact .p-line .content .flex .txt {
  flex: 1;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #contact .p-line .content .flex .txt {
    font-size: 1.6rem;
    margin-top: 3rem;
    font-weight: 500;
  }
}
#contact .p-line .content .flex .txt span {
  display: block;
}
#contact .p-line .content .flex .txt span:nth-child(n+2) {
  margin-top: 0.8rem;
}
#contact .p-line .content .c-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #contact .p-line .content .c-btn {
    margin-top: 3rem;
  }
}
#contact .p-mail {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #contact .p-mail {
    margin-top: 6rem;
  }
}
#contact .p-mail.-confirm, #contact .p-mail.-thanks {
  margin-top: 0;
}
#contact .p-mail.-confirm .content .form .btn-box .c-btn input, #contact .p-mail.-thanks .content .form .btn-box .c-btn input {
  width: 35rem;
}
@media screen and (max-width: 767px) {
  #contact .p-mail.-confirm .content .form .btn-box .c-btn input, #contact .p-mail.-thanks .content .form .btn-box .c-btn input {
    width: 80%;
  }
}
#contact .p-mail .content {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
  padding: 8.5rem 0;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #contact .p-mail .content {
    padding: 4rem 0;
  }
}
#contact .p-mail .content .heading .txt {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .p-mail .content .heading .txt {
    font-size: 1.3rem;
  }
}
#contact .p-mail .content .heading .c-btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #contact .p-mail .content .heading .c-btn {
    margin-top: 4rem;
  }
}
#contact .p-mail .content .form {
  margin-top: 6rem;
  padding-top: 6rem;
  border-top: 1px solid #BABCBE;
}
@media screen and (max-width: 767px) {
  #contact .p-mail .content .form {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
#contact .p-mail .content .form dl .item:nth-child(n+2) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #contact .p-mail .content .form dl .item:nth-child(n+2) {
    margin-top: 2rem;
  }
}
#contact .p-mail .content .form dl .item.-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  #contact .p-mail .content .form dl .item.-flex {
    display: block;
  }
}
#contact .p-mail .content .form dl .item.-flex dt {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  #contact .p-mail .content .form dl .item.-flex dt {
    width: 100%;
  }
}
#contact .p-mail .content .form dl .item.-flex dd {
  flex: 1;
}
#contact .p-mail .content .form dl .item.-privacy {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #contact .p-mail .content .form dl .item.-privacy {
    margin-top: 2rem;
  }
}
#contact .p-mail .content .form dl .item.-privacy dd {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  #contact .p-mail .content .form dl .item.-privacy dd {
    margin-top: 3rem;
  }
}
#contact .p-mail .content .form dl .item.-privacy .check-box {
  text-align: center;
}
#contact .p-mail .content .form dl .item.-privacy .check-box label {
  display: inline-block;
}
#contact .p-mail .content .form dl .item.-privacy .check-box label span {
  padding-left: 3.5rem;
}
#contact .p-mail .content .form dl .item.-privacy .check-box label span::before {
  width: 2.4rem;
  height: 2.4rem;
}
#contact .p-mail .content .form dl .item.-privacy .check-box label span::after {
  width: 1.8rem;
  height: 1.8rem;
}
#contact .p-mail .content .form dl .item dt {
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #contact .p-mail .content .form dl .item dt {
    font-size: 1.6rem;
  }
}
#contact .p-mail .content .form dl .item dt .required {
  padding: 0.1rem 1.2rem 0.3rem;
  background-color: #88C8E0;
  font-size: 1.2rem;
  border-radius: 5rem;
  color: #fff;
  margin-left: 1rem;
}
#contact .p-mail .content .form dl .item dt .txt {
  display: block;
  margin-top: 0.7rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #contact .p-mail .content .form dl .item dt .txt {
    font-size: 1.4rem;
  }
}
#contact .p-mail .content .form dl .item dt .txt a {
  padding-right: 1.5rem;
  color: #88C8E0;
  text-decoration: underline;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contact .p-mail .content .form dl .item dt .txt a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #contact .p-mail .content .form dl .item dt .txt a:hover {
    opacity: 0.7;
  }
}
#contact .p-mail .content .form dl .item dt .txt a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0rem;
  width: 1.2rem;
  height: 1rem;
  background: url(../img/common/icon_blank.svg) no-repeat center center/contain;
}
#contact .p-mail .content .form dl .item dd {
  letter-spacing: 0;
  margin-top: 0.8rem;
}
#contact .p-mail .content .form dl .item dd .input-box input {
  width: 100%;
  height: 4.8rem;
  border: 1px solid #BABCBE;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 0 1rem;
  letter-spacing: 0;
}
#contact .p-mail .content .form dl .item dd .input-box input::placeholder {
  color: rgba(186, 188, 190, 0.6);
}
#contact .p-mail .content .form dl .item dd .textarea textarea {
  width: 100%;
  height: 24rem;
  border: 1px solid #BABCBE;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 1rem;
}
#contact .p-mail .content .form dl .item dd .textarea textarea::placeholder {
  color: rgba(186, 188, 190, 0.6);
}
#contact .p-mail .content .form dl .item dd .check-box .wpcf7-list-item {
  display: block;
}
#contact .p-mail .content .form dl .item dd .check-box .wpcf7-list-item:nth-child(n+2) {
  margin-top: 0.2rem;
}
#contact .p-mail .content .form dl .item dd .check-box label {
  display: block;
}
#contact .p-mail .content .form dl .item dd .check-box label input[type=checkbox] {
  display: none;
}
#contact .p-mail .content .form dl .item dd .check-box label input:checked + span::after {
  opacity: 1;
}
#contact .p-mail .content .form dl .item dd .check-box label span {
  position: relative;
  padding-left: 3.2rem;
  letter-spacing: 0.08em;
  letter-spacing: 0;
  display: block;
}
#contact .p-mail .content .form dl .item dd .check-box label span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  border-radius: 0.3rem;
  background-color: #fff;
  height: 2rem;
  border: 1px solid #BABCBE;
}
#contact .p-mail .content .form dl .item dd .check-box label span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.3rem;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #88C8E0;
  opacity: 0;
}
#contact .p-mail .content .form .btn-box {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #contact .p-mail .content .form .btn-box {
    gap: 2rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #contact .p-mail .content .form .btn-box .c-btn {
    width: 100%;
    text-align: center;
  }
}
#contact .p-mail .content .form .btn-box .c-btn input {
  cursor: pointer;
  font-size: 1.8rem;
  width: 38rem;
}
@media screen and (max-width: 767px) {
  #contact .p-mail .content .form .btn-box .c-btn input {
    font-size: 1.6rem;
    width: 80%;
  }
}
#contact .p-mail .content .form .wpcf7-spinner {
  display: none;
}

#faq .p-faq {
  padding: 20rem 0;
  background: url(../img/faq/bg_faq.png) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  #faq .p-faq {
    padding: 8rem 0;
  }
}
#faq .p-faq .heading .txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #faq .p-faq .heading .txt {
    font-size: 1.3rem;
  }
}
#faq .p-faq .content {
  margin-top: 9.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 9.5rem 0;
}
@media screen and (max-width: 767px) {
  #faq .p-faq .content {
    margin-top: 5rem;
    padding: 3rem 0;
    background-color: transparent;
  }
  #faq .p-faq .content .l-wrap {
    width: 100%;
  }
}
#faq .p-faq .content .block:nth-child(n+2) {
  margin-top: 10rem;
}
#faq .p-faq .content .block .ttl {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #88C8E0;
  padding-bottom: 3rem;
  border-bottom: 1px solid #BABCBE;
}
@media screen and (max-width: 767px) {
  #faq .p-faq .content .block .ttl {
    font-size: 2.2rem;
    padding-bottom: 2rem;
    line-height: 1.4;
  }
}
#faq .p-faq .content .block dl .item {
  margin-top: 3rem;
}
#faq .p-faq .content .block dl .item:first-child {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #faq .p-faq .content .block dl .item:first-child {
    margin-top: 3rem;
  }
}
#faq .p-faq .content .block dl .item dt {
  padding-left: 3.5rem;
  padding-right: 12rem;
  font-size: 2rem;
  font-weight: 500;
  color: #88C8E0;
  line-height: 1.3;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #faq .p-faq .content .block dl .item dt {
    font-size: 1.6rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
#faq .p-faq .content .block dl .item dt .q {
  position: absolute;
  top: -0.5rem;
  left: 0;
  font-size: 2.3rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #faq .p-faq .content .block dl .item dt .q {
    font-size: 1.8rem;
    top: -0.3rem;
  }
}
#faq .p-faq .content .block dl .item dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2.8rem;
  height: 3px;
  background-color: #88C8E0;
}
@media screen and (max-width: 767px) {
  #faq .p-faq .content .block dl .item dt::before {
    width: 2rem;
    height: 2px;
  }
}
#faq .p-faq .content .block dl .item dt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2rem;
  width: 3px;
  height: 2.8rem;
  background-color: #88C8E0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #faq .p-faq .content .block dl .item dt::after {
    height: 2rem;
    width: 2px;
    right: 0.9rem;
  }
}
#faq .p-faq .content .block dl .item dt.is-open::after {
  opacity: 0;
}
#faq .p-faq .content .block dl .item dd {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3.5rem;
  display: none;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #faq .p-faq .content .block dl .item dd {
    line-height: 1.7;
    padding-left: 3rem;
  }
}

#service .p-heading {
  padding: 23.8rem 0 27rem;
  background: url(../img/service/bg_heading.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #service .p-heading {
    padding: 10rem 0 6rem;
  }
}
#service .p-heading .ttl {
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #service .p-heading .ttl {
    font-size: 3rem;
    text-align: center;
  }
}
#service .p-heading .subttl {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #service .p-heading .subttl {
    margin-top: 1rem;
    font-size: 1.6rem;
    text-align: center;
  }
}
#service .p-section-main {
  padding: 20rem 0;
}
@media screen and (max-width: 767px) {
  #service .p-section-main {
    padding: 6rem 0 10rem;
  }
}
#service .p-section-main .block01 .ttl {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 500;
  color: #88C8E0;
  white-space: nowrap;
  margin-left: -2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block01 .ttl {
    white-space: normal;
    font-size: 2.2rem;
    margin-left: -1rem;
  }
}
#service .p-section-main .block01 .lead {
  margin-top: 3rem;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block01 .lead {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
#service .p-section-main .block01 .lead span {
  font-size: 1.4rem;
  vertical-align: text-top;
}
#service .p-section-main .block01 .txt {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block01 .txt {
    font-size: 1.4rem;
  }
}
#service .p-section-main .block01 .img {
  margin: 2.6rem auto 0;
  max-width: 64.4rem;
}
#service .p-section-main .block01 .note {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block01 .note {
    font-size: 1.2rem;
  }
}
#service .p-section-main .block02 {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block02 {
    margin-top: 6rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
}
#service .p-section-main .block02 .box {
  background-color: #AFB9C3;
  border-radius: 0.5rem;
  padding: 6rem 4.5rem 4rem;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block02 .box {
    padding: 2rem;
  }
}
#service .p-section-main .block02 .box .ttl {
  font-size: 4.3rem;
  color: #fff;
  height: 8rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block02 .box .ttl {
    font-size: 3rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block02 .box ul {
    margin-top: 2rem;
  }
}
#service .p-section-main .block02 .box ul li {
  height: 13rem;
  display: flex;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block02 .box ul li {
    font-size: 1.6rem;
    height: 8rem;
  }
}
#service .p-section-main .block02 .box ul li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../img/service/border_service.svg) no-repeat center center/contain;
}
#service .p-section-main .block02 .box ul li .-l {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block02 .box ul li .-l {
    font-size: 1.8rem;
  }
}
#service .p-section-main .block02 .box.-blue {
  background-color: #83CAE5;
  padding-top: 7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block02 .box.-blue {
    padding-top: 2rem;
  }
}
#service .p-section-main .block02 .box.-blue::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6.5rem;
  width: 3rem;
  height: 2.7rem;
  background: url(../img/service/arrow_service.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block02 .box.-blue::before {
    top: -3.8rem;
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
  }
}
#service .p-section-main .block02 .box.-blue .ttl {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block02 .box.-blue .ttl {
    padding-top: 2rem;
  }
}
#service .p-section-main .block02 .box.-blue .ttl img {
  width: 31rem;
  margin-right: 2rem;
  vertical-align: sub;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block02 .box.-blue .ttl img {
    width: 20rem;
  }
}
#service .p-section-main .block03 {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block03 {
    margin-top: 6rem;
  }
}
#service .p-section-main .block03 .table-box {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block03 .table-box {
    overflow-x: scroll;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    padding: 2rem 1.5rem 0;
  }
}
#service .p-section-main .block03 .table-box table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block03 .table-box table {
    width: 70rem;
  }
}
#service .p-section-main .block03 .table-box table tr:first-child th {
  font-size: 1.9rem;
  padding: 1.3rem 0;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block03 .table-box table tr:first-child th {
    font-size: 1.4rem;
  }
}
#service .p-section-main .block03 .table-box table tr:last-child th, #service .p-section-main .block03 .table-box table tr:last-child td {
  border: none;
}
#service .p-section-main .block03 .table-box table tr th, #service .p-section-main .block03 .table-box table tr td {
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  border-bottom: 1px solid #BABCBE;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block03 .table-box table tr th, #service .p-section-main .block03 .table-box table tr td {
    font-size: 1.4rem;
  }
}
#service .p-section-main .block03 .table-box table tr th {
  background-color: #929EA8;
  color: #fff;
}
#service .p-section-main .block03 .table-box table tr th:nth-child(1) {
  width: 21.7rem;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block03 .table-box table tr th:nth-child(1) {
    width: 14rem;
  }
}
#service .p-section-main .block03 .table-box table tr th:nth-child(2), #service .p-section-main .block03 .table-box table tr th:nth-child(4) {
  width: 27rem;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block03 .table-box table tr th:nth-child(2), #service .p-section-main .block03 .table-box table tr th:nth-child(4) {
    width: 16rem;
  }
}
#service .p-section-main .block03 .table-box table tr th.none {
  background-color: transparent;
}
#service .p-section-main .block03 .table-box table tr th.logo {
  position: relative;
}
#service .p-section-main .block03 .table-box table tr th.logo::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8.7rem;
  background-color: #88C8E0;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block03 .table-box table tr th.logo::before {
    height: 7rem;
  }
}
#service .p-section-main .block03 .table-box table tr th.logo img {
  position: absolute;
  width: 20.5rem;
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block03 .table-box table tr th.logo img {
    width: 17rem;
    top: 0.5rem;
  }
}
#service .p-section-main .block03 .table-box table tr td {
  background-color: #F0F4F7;
  padding: 2.4rem 0;
}
#service .p-section-main .block03 .table-box table tr td:nth-child(3) {
  background-color: #F5FCFF;
  color: #88C8E0;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #service .p-section-main .block03 .table-box table tr td:nth-child(3) {
    font-size: 1.6rem;
  }
}
#service .p-about {
  padding: 20rem 0;
  background: url(../img/service/bg_about.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #service .p-about {
    padding: 10rem 0;
  }
}
#service .p-about .ttl {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #service .p-about .ttl {
    font-size: 2.1rem;
    text-align: center;
  }
}
#service .p-about .txt {
  margin-top: 4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #service .p-about .txt {
    margin-top: 3rem;
  }
}
#service .p-about .list {
  margin-top: 12rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #service .p-about .list {
    margin-top: 4rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1rem;
  }
}
#service .p-about .list_item {
  background-color: #fff;
  border: 1.2rem solid #E1ECF0;
  border-radius: 1rem;
  padding: 3.5rem;
}
@media screen and (max-width: 767px) {
  #service .p-about .list_item {
    padding: 2rem 0.5rem;
    border: 0.4rem solid #E1ECF0;
  }
}
#service .p-about .list_item:nth-child(1) .list_item_img img, #service .p-about .list_item:nth-child(4) .list_item_img img {
  width: 6rem;
}
@media screen and (max-width: 767px) {
  #service .p-about .list_item:nth-child(1) .list_item_img img, #service .p-about .list_item:nth-child(4) .list_item_img img {
    width: 4rem;
  }
}
#service .p-about .list_item:nth-child(2) .list_item_img img {
  width: 7rem;
}
@media screen and (max-width: 767px) {
  #service .p-about .list_item:nth-child(2) .list_item_img img {
    width: 4.5rem;
  }
}
#service .p-about .list_item:nth-child(3) .list_item_img img {
  width: 6.4rem;
}
@media screen and (max-width: 767px) {
  #service .p-about .list_item:nth-child(3) .list_item_img img {
    width: 4.2rem;
  }
}
#service .p-about .list_item:nth-child(5) .list_item_img img, #service .p-about .list_item:nth-child(6) .list_item_img img {
  width: 5.5rem;
}
@media screen and (max-width: 767px) {
  #service .p-about .list_item:nth-child(5) .list_item_img img, #service .p-about .list_item:nth-child(6) .list_item_img img {
    width: 3.7rem;
  }
}
#service .p-about .list_item_img {
  height: 8rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #service .p-about .list_item_img {
    height: 4rem;
  }
}
#service .p-about .list_item_ttl {
  margin-top: 2rem;
  text-align: center;
  color: #88C8E0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5454;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #service .p-about .list_item_ttl {
    font-size: 1.3rem;
    white-space: normal;
  }
}
#service .p-about .list_item_txt {
  margin-top: 1.2rem;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #service .p-about .list_item_txt {
    font-size: 1.2rem;
  }
}
#service .p-features {
  padding: 20rem 0;
}
@media screen and (max-width: 767px) {
  #service .p-features {
    padding: 10rem 0;
  }
}
#service .p-features .lead {
  margin-top: 6rem;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1.6;
  color: #81919F;
}
@media screen and (max-width: 767px) {
  #service .p-features .lead {
    margin-top: 3rem;
    font-size: 1.8rem;
    text-align: center;
  }
}
#service .p-features .lead span {
  font-size: 4.8rem;
  color: #88C8E0;
  display: block;
}
@media screen and (max-width: 767px) {
  #service .p-features .lead span {
    font-size: 2.4rem;
  }
}
#service .p-features .list {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #service .p-features .list {
    margin-top: 6rem;
  }
}
#service .p-features .list_item {
  display: flex;
  align-items: flex-start;
  gap: 9rem;
}
@media screen and (max-width: 767px) {
  #service .p-features .list_item {
    display: block;
  }
}
#service .p-features .list_item:nth-child(n+2) {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  #service .p-features .list_item:nth-child(n+2) {
    margin-top: 4rem;
  }
}
#service .p-features .list_item_num {
  font-family: "Poppins", sans-serif;
  font-size: 7.2rem;
  letter-spacing: 0;
  color: #88C8E0;
  width: 13rem;
  padding: 0;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #service .p-features .list_item_num {
    font-size: 4rem;
    width: 10rem;
    margin: 0 auto;
  }
}
#service .p-features .list_item_txt-box {
  flex: 1;
}
#service .p-features .list_item_ttl {
  font-size: 3.4rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #88C8E0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #service .p-features .list_item_ttl {
    margin-top: 2rem;
    font-size: 2rem;
    text-align: center;
  }
}
#service .p-features .list_item_txt {
  margin-top: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
#service .p-case {
  padding: 20rem 0;
  background: #F2F4F5;
}
@media screen and (max-width: 767px) {
  #service .p-case {
    padding: 10rem 0;
  }
}
#service .p-case .heading .txt {
  margin-top: 4rem;
}
#service .p-case .block {
  padding: 8rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  #service .p-case .block {
    padding: 3rem 2rem;
  }
}
#service .p-case .block:nth-child(n+2) {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #service .p-case .block:nth-child(n+2) {
    margin-top: 3rem;
  }
}
#service .p-case .block .info-box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .info-box {
    display: block;
  }
}
#service .p-case .block .info-box .num {
  margin-right: 2rem;
  padding-right: 2rem;
  font-family: "Poppins", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  color: #88C8E0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .info-box .num {
    margin-right: 0;
    padding-right: 0;
    font-size: 1.8rem;
  }
}
#service .p-case .block .info-box .num::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 3rem;
  background-color: #88C8E0;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .info-box .num::before {
    content: none;
  }
}
#service .p-case .block .info-box .name {
  font-size: 1.8rem;
  font-weight: 500;
  color: #88C8E0;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .info-box .name {
    font-size: 1.6rem;
  }
}
#service .p-case .block .ttl {
  margin-top: 2rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: #81919F;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .ttl {
    margin-top: 1.5rem;
    font-size: 2rem;
    line-height: 1.4;
  }
}
#service .p-case .block .flex {
  margin-top: 6rem;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .flex {
    display: block;
    margin-top: 2rem;
  }
}
#service .p-case .block .flex .img {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .flex .img {
    width: 80%;
    margin: 0 auto;
  }
}
#service .p-case .block .flex .content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .flex .content {
    margin-top: 3rem;
  }
}
#service .p-case .block .flex .content dl .item {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .flex .content dl .item {
    display: block;
  }
}
#service .p-case .block .flex .content dl .item:nth-child(n+2) {
  margin-top: 3rem;
}
#service .p-case .block .flex .content dl .item dt {
  width: 14rem;
  height: 3.3rem;
  background-color: #A9B4BE;
  border-radius: 1.8rem;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .flex .content dl .item dt {
    width: 13rem;
    height: 3.3rem;
  }
}
#service .p-case .block .flex .content dl .item dd {
  flex: 1;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .flex .content dl .item dd {
    margin-top: 1.5rem;
  }
}
#service .p-case .block .flex .content .custom {
  margin-top: 5rem;
  display: flex;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .flex .content .custom {
    margin-top: 4rem;
    flex-wrap: wrap;
  }
}
#service .p-case .block .flex .content .custom_box {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .flex .content .custom_box {
    width: 9rem;
  }
}
#service .p-case .block .flex .content .custom_box_img {
  margin: 0 1rem;
}
#service .p-case .block .flex .content .custom_box_txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.28;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .flex .content .custom_box_txt {
    font-size: 1.2rem;
  }
}
#service .p-case .block .txt-box {
  background-color: #88C8E0;
  margin-top: 6.5rem;
  padding: 4rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .txt-box {
    margin-top: 4rem;
    padding: 2rem;
  }
}
#service .p-case .block .txt-box .ttl {
  font-size: 2.3rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .txt-box .ttl {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
#service .p-case .block .txt-box .txt {
  margin-top: 1.5rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .txt-box .txt {
    font-size: 1.3rem;
  }
}
#service .p-case .block .txt-box .name {
  font-size: 1.4rem;
  text-align: right;
  color: #fff;
  margin-top: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #service .p-case .block .txt-box .name {
    font-size: 1.2rem;
  }
}
#service .p-customize {
  padding-top: 20rem;
}
@media screen and (max-width: 767px) {
  #service .p-customize {
    padding-top: 10rem;
  }
}
#service .p-customize .heading {
  text-align: center;
}
#service .p-customize .heading .c-secttl-jp {
  margin-top: 1rem;
}
#service .p-customize .heading .flex {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #service .p-customize .heading .flex {
    margin-top: 4rem;
    display: block;
  }
}
#service .p-customize .heading .flex .txt-box {
  width: 47rem;
}
@media screen and (max-width: 767px) {
  #service .p-customize .heading .flex .txt-box {
    width: 100%;
  }
}
#service .p-customize .heading .flex .txt-box .ttl {
  font-size: 3.8rem;
  color: #88C8E0;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #service .p-customize .heading .flex .txt-box .ttl {
    font-size: 2.2rem;
    text-align: center;
  }
}
#service .p-customize .heading .flex .txt-box .txt {
  margin-top: 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #service .p-customize .heading .flex .txt-box .txt {
    font-size: 1.4rem;
  }
}
#service .p-customize .heading .flex .txt-box .note {
  margin-top: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #service .p-customize .heading .flex .txt-box .note {
    font-size: 1.2rem;
  }
}
#service .p-customize .heading .flex .img {
  width: 66.2rem;
  margin-right: -3rem;
}
@media screen and (max-width: 767px) {
  #service .p-customize .heading .flex .img {
    margin-top: 3rem;
    width: 100%;
    margin-right: 0;
  }
}
#service .p-customize .heading ul {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #service .p-customize .heading ul {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
#service .p-customize .heading ul li {
  padding-top: 10rem;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #88C8E0;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #service .p-customize .heading ul li {
    font-size: 1.4rem;
    padding-top: 6rem;
  }
}
#service .p-customize .heading ul li span {
  font-size: 2.4rem;
  line-height: 1.05;
}
@media screen and (max-width: 767px) {
  #service .p-customize .heading ul li span {
    font-size: 2rem;
  }
}
#service .p-customize .heading ul li:first-child {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  #service .p-customize .heading ul li:first-child {
    padding-top: 4.5rem;
  }
}
#service .p-customize .block {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #service .p-customize .block {
    margin-top: 6rem;
  }
}
#service .p-customize .block .ttl-box {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  #service .p-customize .block .ttl-box {
    display: block;
  }
}
#service .p-customize .block .ttl-box .ttl {
  font-size: 3.4rem;
  font-weight: 700;
  color: #88C8E0;
}
@media screen and (max-width: 767px) {
  #service .p-customize .block .ttl-box .ttl {
    font-size: 2.4rem;
  }
}
#service .p-customize .block .ttl-box .lead {
  font-size: 2rem;
  font-weight: 500;
  color: #81919F;
}
@media screen and (max-width: 767px) {
  #service .p-customize .block .ttl-box .lead {
    margin-top: 1rem;
    font-size: 1.7rem;
  }
}
#service .p-customize .block .c-btn {
  margin-top: 3rem;
}
#service .p-customize .block .c-btn_link {
  min-width: 41.2rem;
}
@media screen and (max-width: 767px) {
  #service .p-customize .block .c-btn_link {
    min-width: 100%;
    padding: 1.4rem 0;
  }
}
#service .p-customize .block .txt {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #service .p-customize .block .txt {
    margin-top: 2rem;
  }
}
#service .p-customize .block .img-box {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem 1.4rem;
}
@media screen and (max-width: 767px) {
  #service .p-customize .block .img-box {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 1rem;
  }
}
#service .p-customize .block .note {
  margin-top: 2rem;
  font-size: 1.2rem;
  text-align: right;
}
#service .p-customize .block.block01 {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  #service .p-customize .block.block01 {
    margin-top: 8rem;
  }
}
#service .p-customize .block.block01 .txt {
  color: #81919F;
  margin-top: 5rem;
}
#service .p-customize .block.block01 .list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  #service .p-customize .block.block01 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
    margin-top: 3rem;
  }
}
#service .p-customize .block.block01 .list_item_ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  color: #81919F;
}
@media screen and (max-width: 767px) {
  #service .p-customize .block.block01 .list_item_ttl {
    text-align: center;
    font-size: 1.8rem;
  }
}
#service .p-customize .block.block01 .list_item_img {
  margin-top: 0.5rem;
}
#service .p-customize .block.block01 .list_item_txt {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #service .p-customize .block.block01 .list_item_txt {
    font-size: 1.4rem;
  }
}
#service .p-customize .block.block02 .img-box {
  margin-top: 5rem;
}
#service .p-customize .block.block02 .list {
  margin-top: 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #service .p-customize .block.block02 .list {
    display: block;
    margin-top: 3rem;
  }
}
#service .p-customize .block.block02 .list_item {
  padding: 1.3rem 6rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #service .p-customize .block.block02 .list_item {
    padding: 3rem 0;
  }
}
#service .p-customize .block.block02 .list_item:first-child {
  padding-left: 0;
  padding-right: 3rem;
  position: relative;
}
#service .p-customize .block.block02 .list_item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 29rem;
  background-color: #E0E0E0;
}
@media screen and (max-width: 767px) {
  #service .p-customize .block.block02 .list_item:first-child::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  #service .p-customize .block.block02 .list_item:first-child {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #E0E0E0;
  }
}
#service .p-customize .block.block02 .list_item:last-child {
  padding-right: 0;
  position: relative;
}
#service .p-customize .block.block02 .list_item:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 29rem;
  background-color: #E0E0E0;
}
@media screen and (max-width: 767px) {
  #service .p-customize .block.block02 .list_item:last-child::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  #service .p-customize .block.block02 .list_item:last-child {
    border-left: none;
    border-top: 1px solid #E0E0E0;
  }
}
#service .p-customize .block.block02 .list_item_ttl {
  font-size: 2rem;
  color: #88C8E0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #service .p-customize .block.block02 .list_item_ttl {
    text-align: center;
    font-size: 1.8rem;
  }
}
#service .p-customize .block.block02 .list_item_txt {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
#service .p-customize .other {
  margin-top: 6rem;
  background-color: #ACC1D5;
  border-radius: 0.5rem;
  padding: 5rem 11.6rem 5rem 6rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #service .p-customize .other {
    padding: 3rem 2rem;
    display: block;
  }
}
#service .p-customize .other .txt-box .ttl {
  font-size: 2.8rem;
  line-height: 1.428571;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #service .p-customize .other .txt-box .ttl {
    font-size: 2rem;
    text-align: center;
  }
}
#service .p-customize .other .txt-box .lead {
  margin-top: 1rem;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #service .p-customize .other .txt-box .lead {
    font-size: 1.4rem;
    text-align: center;
  }
}
#service .p-customize .other .txt-box .txt {
  margin-top: 1rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #service .p-customize .other .txt-box .txt {
    font-size: 1.2rem;
    text-align: center;
  }
}
#service .p-customize .other .btn-box {
  margin-top: 2rem;
  width: 30.9rem;
}
@media screen and (max-width: 767px) {
  #service .p-customize .other .btn-box {
    width: calc(100% - 4rem);
    margin: 2rem auto 0;
  }
}
#service .p-customize .other .btn-box .btn:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #service .p-customize .other .btn-box .btn:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}
#service .p-customize .other .btn-box .btn_link {
  width: 100%;
  height: 4.4rem;
  border-radius: 2.2rem;
  background-color: #81919F;
  border: 1px solid #81919F;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #service .p-customize .other .btn-box .btn_link:hover {
    background-color: #fff;
    color: #81919F;
  }
}
#service .p-showroom {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  #service .p-showroom {
    padding-top: 10rem;
  }
}
#service .p-showroom .txt {
  margin-top: 3rem;
  max-width: 63.5rem;
}
#service .p-showroom .c-btn {
  margin-top: -6rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #service .p-showroom .c-btn {
    margin-top: 4rem;
    text-align: center;
  }
}
#service .p-showroom .img-box {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  #service .p-showroom .img-box {
    margin-top: 3rem;
    gap: 1rem;
  }
}
#service .p-option {
  padding-top: 13rem;
}
@media screen and (max-width: 767px) {
  #service .p-option {
    padding-top: 10rem;
  }
}
#service .p-option .flex {
  display: flex;
  align-items: flex-start;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  #service .p-option .flex {
    display: block;
    text-align: center;
  }
}
#service .p-option .flex .c-secttl-jp {
  margin-top: 1rem;
}
#service .p-option .flex .txt-box {
  flex: 1;
  margin-right: -1rem;
}
@media screen and (max-width: 767px) {
  #service .p-option .flex .txt-box {
    margin-right: 0;
    margin-top: 3rem;
  }
}
#service .p-option .flex .txt-box .list {
  margin-top: 3rem;
}
#service .p-option .flex .txt-box .list_item:nth-child(n+2) {
  margin-top: 2rem;
}
#service .p-option .flex .txt-box .list_item_flex {
  display: flex;
  align-items: center;
}
#service .p-option .flex .txt-box .list_item_num {
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  color: #88C8E0;
  width: 3rem;
  line-height: 1;
  padding-top: 0.5rem;
}
#service .p-option .flex .txt-box .list_item_ttl {
  font-size: 2.3rem;
  font-weight: 500;
  color: #88C8E0;
}
@media screen and (max-width: 767px) {
  #service .p-option .flex .txt-box .list_item_ttl {
    font-size: 1.8rem;
  }
}
#service .p-option .flex .txt-box .list_item_ttl span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #service .p-option .flex .txt-box .list_item_ttl span {
    font-size: 1.2rem;
  }
}
#service .p-option .flex .txt-box .list_item_txt {
  margin-top: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #service .p-option .flex .txt-box .list_item_txt {
    line-height: 1.7;
  }
}
#service .p-option .other {
  margin-top: 8rem;
  background-color: #F4F9FC;
  border-radius: 0.5rem;
  padding: 6.5rem 6rem;
}
@media screen and (max-width: 767px) {
  #service .p-option .other {
    margin-top: 6cqb;
    padding: 3rem 2rem;
  }
}
#service .p-option .other .ttl {
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #88C8E0;
}
@media screen and (max-width: 767px) {
  #service .p-option .other .ttl {
    font-size: 2rem;
    text-align: center;
  }
}
#service .p-option .other .txt {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #service .p-option .other .txt {
    line-height: 1.5;
  }
}
#service .p-option .other .list {
  margin-top: 3.5rem;
}
#service .p-option .other .list_item:nth-child(n+2) {
  margin-top: 2rem;
}
#service .p-option .other .list_item_ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #service .p-option .other .list_item_ttl {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
#service .p-option .other .list_item_txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #service .p-option .other .list_item_txt {
    line-height: 1.7;
  }
}
#service .p-flow {
  margin-top: 20rem;
  padding: 15rem 0 25rem;
  background-color: #F4F8FA;
}
@media screen and (max-width: 767px) {
  #service .p-flow {
    margin-top: 10rem;
    padding: 10rem 0;
  }
}
#service .p-flow .l-wrap {
  text-align: center;
}
#service .p-flow .c-secttl-jp {
  margin-top: 1rem;
}
#service .p-flow .txt {
  margin-top: 5rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #service .p-flow .txt {
    margin-top: 3rem;
    font-size: 1.3rem;
    text-align: left;
  }
}
#service .p-flow .list {
  margin-top: 7rem;
}
#service .p-flow .list_item {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #service .p-flow .list_item {
    display: block;
  }
}
#service .p-flow .list_item:nth-child(n+2) {
  margin-top: 8rem;
}
#service .p-flow .list_item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 3.5rem;
  width: 2.1rem;
  height: 1.8rem;
  background: url(../img/service/arrow_flow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #service .p-flow .list_item:nth-child(n+2)::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
#service .p-flow .list_item_img {
  width: 8.6rem;
}
@media screen and (max-width: 767px) {
  #service .p-flow .list_item_img {
    width: 7rem;
    margin: 0 auto;
  }
}
#service .p-flow .list_item_txt-box {
  flex: 1;
  max-width: 80rem;
}
#service .p-flow .list_item_ttl {
  font-size: 2.3rem;
  font-weight: 500;
  color: #88C8E0;
}
@media screen and (max-width: 767px) {
  #service .p-flow .list_item_ttl {
    margin-top: 2rem;
    text-align: center;
    font-size: 1.8rem;
  }
}
#service .p-flow .list_item_txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #service .p-flow .list_item_txt {
    margin-top: 2rem;
    line-height: 1.7;
  }
}
#service .p-flow .list_item .c-btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #service .p-flow .list_item .c-btn {
    margin-top: 2rem;
  }
}

#not .p-heading .txt {
  margin-top: 5rem;
  text-align: center;
}
#not .p-heading .c-btn {
  margin-top: 5rem;
}

#privacy .p-privacy {
  padding: 20rem 0;
  background: url(../img/faq/bg_faq.png) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  #privacy .p-privacy {
    padding: 8rem 0;
  }
}
#privacy .p-privacy .content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 9.5rem 0;
}
@media screen and (max-width: 767px) {
  #privacy .p-privacy .content {
    padding: 3rem 0;
    background-color: transparent;
  }
  #privacy .p-privacy .content .l-wrap {
    width: 100%;
  }
}
#privacy .p-privacy .content dl {
  margin-top: 6rem;
}
#privacy .p-privacy .content dl .item:nth-child(n+2) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #privacy .p-privacy .content dl .item:nth-child(n+2) {
    margin-top: 4rem;
  }
}
#privacy .p-privacy .content dl .item dt {
  font-size: 2.6rem;
  font-weight: 700;
  color: #88C8E0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #BABCBE;
}
@media screen and (max-width: 767px) {
  #privacy .p-privacy .content dl .item dt {
    font-size: 1.8rem;
    padding-bottom: 1.4rem;
    line-height: 1.4;
  }
}
#privacy .p-privacy .content dl .item dd {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #privacy .p-privacy .content dl .item dd {
    margin-top: 2rem;
  }
}
#privacy .p-privacy .content dl .item dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}/*# sourceMappingURL=under.css.map */