@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: var(--primary-color-dark);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

.sp-menu-btn.active .top {
  transform: translateY(2.5vw) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2.75vw) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 8% 6% 15%;
  background: var(--color-white);
}
#drawer__nav .drawer__nav-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 6% 0;
  font-size: var(--font-size-17);
  border-bottom: none;
  display: block;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer__nav .drawer__nav .current span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}
#drawer__nav .drawer__nav-address {
  margin: 10% auto;
}
#drawer__nav .drawer__nav-address li {
  margin-bottom: 6%;
}
#drawer__nav .drawer__nav-address li:last-child {
  margin-bottom: 0;
}
#drawer__nav .drawer__contact-list {
  text-align: center;
}
#drawer__nav .drawer__contact-list .tel__text {
  margin: 0 auto;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# .c-contact__list
------------------------*/
.c-contact__list .contact__item {
  margin-bottom: 8%;
}
.c-contact__list .contact__item:last-child {
  margin-bottom: 0;
}
.c-contact__list .contact__item-button {
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.08em;
  border-radius: 9vw;
  width: 65vw;
  margin: 0 auto;
}
.c-contact__list .contact__item-tel {
  line-height: 1.6;
}
.c-contact__list .contact__item-tel .tel__num {
  font-size: var(--font-size-25);
  padding-left: 6vw;
  background: url(../../img/common/tel_ic.png) left bottom 1.25vw/5vw no-repeat;
}
.c-contact__list .contact__item-tel .tel__text {
  display: block;
  width: 75%;
  margin: 0 auto;
}
.c-contact__list .contact__item-mail .mail__button {
  background: url(../../img/common/mail_ic.png) left 7% center/5vw no-repeat, var(--primary-color);
}
.c-contact__list .contact__item-reserve .reserve__button {
  background: url(../../img/common/reserve_ic.png) left 8% center/5vw no-repeat, var(--color-pink);
}

/*
# c-tsukuba-words
------------------------*/
.c-tsukuba-words {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2vw 1vw;
  border-radius: 2vw;
  padding: 6% 2%;
  width: -moz-fit-content;
  width: fit-content;
}
.c-tsukuba-words .tsukuba-words__item {
  font-size: var(--font-size-14);
}
.c-tsukuba-words .words__first {
  border-radius: 50%;
  font-size: var(--font-size-16);
  width: 7vw;
  height: 7vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  border-radius: 4vw;
  padding: 18% 0;
}
.c-contact__section .contact__text {
  margin-bottom: 25%;
  text-align: center;
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-16);
  position: relative;
  padding: 0 5%;
}
.c-contact__section .contact__text::before, .c-contact__section .contact__text::after {
  position: absolute;
  content: "";
  width: 16%;
  height: 12vw;
  background: url(../../img/common/contact-txt_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-contact__section .contact__text::before {
  left: -8%;
}
.c-contact__section .contact__text::after {
  transform: scale(-1, 1);
  right: -8%;
}
.c-contact__section .contact__text span {
  font-size: var(--font-size-17);
}
.c-contact__section .contact__text span:nth-of-type(1) {
  position: relative;
  z-index: 1;
}
.c-contact__section .contact__text span:nth-of-type(1)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3vw;
  background: var(--accent-color);
  inset: auto 0 0;
  z-index: -1;
}
.c-contact__section .contact__contact-list {
  justify-content: center;
  background: var(--color-white);
  border-radius: 4vw;
  padding: 10% 5%;
  position: relative;
}
.c-contact__section .contact__contact-list::before {
  position: absolute;
  content: "";
  width: 25%;
  height: 19vw;
  background: url(../../img/common/contact_ill.png) center/100% no-repeat;
  inset: -19vw 4% auto auto;
}
.c-contact__section .contact__contact-list .contact__item-tel {
  text-align: center;
}
.c-contact__section .contact__contact-list .contact__item-tel .tel__num {
  font-size: var(--font-size-25);
  background-size: 4.5vw;
  background-position: 0 50%;
  padding-left: 6vw;
  line-height: 1.2;
}
.c-contact__section .contact__contact-list .contact__item-tel .tel__text {
  margin: 0 auto;
}
.c-contact__section .contact__contact-list .mail__button,
.c-contact__section .contact__contact-list .reserve__button {
  width: 72vw;
}
.c-contact__section .contact__contact-list .reserve__button::before {
  color: var(--color-pink);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  margin-bottom: 6%;
}
.com-table tr:last-child {
  margin-bottom: 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
  padding: 3%;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  width: 75%;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}
.com-content p:last-child {
  margin-bottom: 0;
}

.com-text {
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}

#g-map h4 {
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*
# icon
------------------------*/
.g-icon--expand_circle_right::before {
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  inset: 0 10% 0 auto;
  margin: auto 0;
  color: var(--primary-color);
  line-height: 0;
  letter-spacing: 0;
}

/*
# com-button
------------------------*/
.com-button {
  border-radius: 9vw;
  height: 13vw;
  text-align: center;
  color: var(--primary-color);
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--font-weight-black);
  width: 50vw;
}
.com-button::before {
  background: var(--primary-color);
  color: var(--accent-color);
}
.com-button:hover {
  border-radius: 0;
  opacity: 1;
}
.com-button:hover::before {
  right: 8%;
}

/*
# width
------------------------*/
.w-1720 {
  width: 92%;
  margin: 0 auto;
}
.w-1720 .inbox {
  padding: 0 6%;
}

/*
# border-radius
------------------------*/
.img-rounded {
  border-radius: 0 3vw;
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: var(--body-letter-spacing);
}

.section-title {
  text-align: center;
  margin-bottom: 12%;
}
.section-title .title-en {
  display: block;
  color: var(--primary-color-dark);
  font-size: var(--font-size-28);
  font-weight: var(--font-weight-black);
  line-height: 1.5;
}
.section-title .title-ja {
  font-size: var(--font-size-18);
  color: var(--primary-color);
  display: block;
  font-weight: var(--font-weight-black);
}

.headline-title {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  padding-left: 5%;
  border-left: 1vw solid var(--primary-color);
  margin-bottom: 4%;
  line-height: 1.6;
}

/*==========================================
header
===========================================*/
#header {
  padding: 4% 1.5625%;
}
#header .header__logo {
  width: 35%;
  line-height: 1;
}
#header .header__right {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 105vw;
  position: relative;
  background: url(../../img/top/mv/mv_stripe.png) left bottom 6.1728%/79.427% no-repeat, url(../../img/top/mv/mv_bg.png) left center no-repeat;
}
#top-mv .mv__catch {
  width: 61%;
  position: absolute;
  inset: 5% auto auto 4%;
  z-index: 1;
}
#top-mv .mv__img {
  width: 80%;
  position: absolute;
  inset: auto 0 4.5679% auto;
}
#top-mv .mv__corp-name {
  width: 25%;
  position: absolute;
  inset: 15% 8% auto auto;
  margin: 0 auto;
  text-align: center;
}

/*==========================================
footer
===========================================*/
#footer {
  border-top: 1.5vw solid var(--primary-color-light);
  padding: 15% 0 10%;
  margin-top: 10%;
}
#footer .side__button {
  position: fixed;
  z-index: 1001;
  inset: auto 1.0416% 0 auto;
  width: 27.1458%;
}
#footer .footer__logo {
  display: block;
  width: 50%;
  margin: 0 auto 10%;
}
#footer .footer__nav {
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__nav-item {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}
#footer .footer__nav-link {
  display: block;
  font-size: var(--font-size-12);
  margin-bottom: 10%;
  position: relative;
  padding-left: 4vw;
}
#footer .footer__nav-link::before {
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1.5vw;
  height: 1.5vw;
  border-top: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 10%;
  color: var(--primary-color);
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  color: var(--primary-color);
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
  height: 51vw;
  z-index: 1;
}
.lower-sv::before {
  position: absolute;
  content: "";
  z-index: -1;
  background: url(../../img/sv/sv-btm_shape.png) bottom center/100% no-repeat;
  inset: auto 0 0;
  width: 100%;
  height: 13vw;
}
.lower-sv .sv__title {
  width: 95%;
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
  z-index: 1;
}
.lower-sv .sv__title span {
  font-size: var(--font-size-23);
  padding: 1vw 5vw;
  border-radius: 8vw;
  position: relative;
}
.lower-sv .sv__title span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 3px dashed var(--color-white);
  inset: auto -1vw -1vw auto;
}
.lower-sv .sv__img {
  width: 75%;
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  border-radius: 4vw;
  height: 60%;
}

#about-sv .sv__img {
  background: url(../../img/sv/about-sv_img.jpg) center/cover no-repeat;
}

#service-sv .sv__img {
  background: url(../../img/sv/service-sv_img.jpg) center/cover no-repeat;
}

#case-sv .sv__img {
  background: url(../../img/sv/case-sv_img.jpg) center/cover no-repeat;
}

#faq-sv .sv__img {
  background: url(../../img/sv/faq-sv_img.jpg) center/cover no-repeat;
}

#news-sv .sv__img {
  background: url(../../img/sv/news-sv_img.jpg) center/cover no-repeat;
}

#contact-sv .sv__img {
  background: url(../../img/sv/contact-sv_img.jpg) center/cover no-repeat;
}

#complete-sv .sv__img {
  background: url(../../img/sv/complete-sv_img.jpg) center/cover no-repeat;
}

#privacy-sv .sv__img {
  background: url(../../img/sv/privacy-sv_img.jpg) center/cover no-repeat;
}

#site-sv .sv__img {
  background: url(../../img/sv/site-sv_img.jpg) center/cover no-repeat;
}

#e404-sv .sv__img {
  background: url(../../img/sv/e404-sv_img.jpg) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-banner
------------------------*/
#top-banner {
  padding: 18% 0;
}
#top-banner .banner-wrap {
  border-radius: 4vw;
  border: 2px solid var(--color-gray-dark);
  position: relative;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #ededed 10px, #ededed 20px);
  background-color: #f1f1f1;
  padding: 10% 6%;
}
#top-banner .banner-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 4vw;
  border: 4px solid var(--color-white);
  inset: 0;
  margin: auto;
}
#top-banner .banner__title {
  text-align: center;
  margin-bottom: 10%;
  font-size: var(--font-size-19);
}
#top-banner .banner__title span {
  font-size: var(--font-size-23);
  position: relative;
  z-index: 1;
}
#top-banner .banner__title span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3vw;
  z-index: -1;
  background: var(--accent-color);
  inset: auto 0 0;
}
#top-banner .banner__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
  margin-bottom: 30%;
}
#top-banner .banner__list .banner__item {
  width: 46%;
}
#top-banner .banner__text {
  text-align: center;
  position: relative;
  border-radius: 2vw;
  font-size: var(--font-size-15);
  padding: 5% 2%;
  letter-spacing: 0.1em;
}
#top-banner .banner__text::before, #top-banner .banner__text::after {
  position: absolute;
  content: "";
}
#top-banner .banner__text::before {
  width: 26%;
  height: 18vw;
  background: url(../../img/top/bnr-man_ill.png) center/100% no-repeat;
  inset: -18vw auto auto 0;
}
#top-banner .banner__text::after {
  width: 33%;
  height: 19vw;
  background: url(../../img/top/bnr-woman_ill.png) center/100% no-repeat;
  inset: -19vw 0 auto auto;
}
#top-banner .banner__text span {
  font-size: var(--font-size-18);
}

/*
# top-about
------------------------*/
.top-title {
  margin-bottom: 10%;
  text-align: center;
}
.top-title .title-en {
  font-size: var(--font-size-28);
  line-height: 1.4;
  background: linear-gradient(0deg, var(--primary-color-dark) 40%, var(--primary-color) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: var(--font-weight-light);
  margin-bottom: 5%;
}
.top-title .title-ja {
  line-height: 2;
}

#top-about {
  padding: 0 0 22%;
}
#top-about .about__inbox {
  position: relative;
}
#top-about .about__title .title-ja {
  font-size: var(--font-size-17);
}
#top-about .about__img {
  width: 85%;
  margin: 0 auto 10%;
}
#top-about .about__content .about__tsukuba-words {
  margin-bottom: 8%;
}
#top-about .about__content .about__text span {
  font-size: var(--font-size-17);
}
#top-about .about__button {
  margin: 15% 0 0 auto;
}

/*
# top-service
------------------------*/
#top-service {
  padding: 15% 0;
  border-radius: 4vw;
}
#top-service .service__inbox {
  position: relative;
}
#top-service .service__inbox::before, #top-service .service__inbox::after {
  position: absolute;
  content: "";
}
#top-service .service__inbox::before {
  width: 28%;
  height: 21vw;
  background: url(../../img/top/service-top_ill.png) center/100% no-repeat;
  inset: -23vw 2% auto auto;
}
#top-service .service__inbox::after {
  width: 32%;
  height: 24vw;
  inset: 0 auto auto 2%;
  background: url(../../img/top/service-check_ill.png) center/100% no-repeat;
}
#top-service .service__text {
  margin-bottom: 15%;
}
#top-service .service__text span {
  font-size: var(--font-size-18);
}
#top-service .service__list .service__card {
  width: 95%;
  margin: 0 auto 15%;
  position: relative;
}
#top-service .service__list .service__card:last-child {
  margin-bottom: 0;
}
#top-service .service__list .service__card-title {
  position: absolute;
  inset: -5vw auto auto -3vw;
  font-size: var(--font-size-23);
  padding: 0.5vw 3vw;
  border-radius: 2vw;
}
#top-service .service__list .service__card-img {
  margin-bottom: 3%;
}
#top-service .service__button {
  margin: 15% auto 0;
}

/*
# top-links
------------------------*/
.top-links {
  padding: 22% 0;
}
.top-links .links__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  row-gap: 6vw;
}
.top-links .links__item {
  width: 48%;
}
.top-links .links__item-link {
  position: relative;
  display: block;
}
.top-links .links__item-link::before {
  width: 6vw;
  height: 6vw;
  font-size: var(--font-size-20);
  inset: auto 1vw -1vw auto;
}
.top-links .links__item-link:hover::before {
  right: 5px;
}
.top-links .links__item .text-en {
  position: absolute;
  font-size: var(--font-size-17);
  transform: rotate(-30deg);
  font-weight: var(--font-weight-regular);
  inset: 0 auto auto -3vw;
  padding: 0 5vw;
}
.top-links .links__item .text-en::before, .top-links .links__item .text-en::after {
  position: absolute;
  content: "";
  width: 3vw;
  height: 2vw;
  background: url(../../img/case/before_bdr.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.top-links .links__item .text-en::before {
  left: 0;
}
.top-links .links__item .text-en::after {
  right: 0;
  transform: scale(-1, 1);
}
.top-links .links__item .text-ja {
  position: absolute;
  inset: auto 0 5vw;
  text-align: center;
  font-size: var(--font-size-16);
}

/*
# top-news
------------------------*/
#top-news {
  padding: 0 0 20%;
}
#top-news .news__title {
  text-align: left;
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__button {
  width: 42vw;
  height: 11vw;
  position: absolute;
  inset: 11vw 8% auto auto;
}

.post__card-list {
  display: flex;
  overflow-x: scroll;
  padding: 5%;
  gap: 5vw 7vw;
}

.post__card {
  width: 65%;
}
.post__card-link {
  display: block;
  padding-bottom: 6%;
  border-bottom: 1px solid var(--color-gray);
}
.post__card-link:hover {
  transform: scale(1.03);
}
.post__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
}
.post__card-tags .post__card-tag {
  border-radius: 0.75vw 0.75vw 0 0;
  font-size: var(--font-size-14);
  padding: 0 1vw;
}
.post__card-thumb {
  width: 100%;
  height: 40vw;
  border-radius: 0 3vw 3vw;
  margin-bottom: 3%;
}
.post__card-thumb img {
  border-radius: 0 3vw 3vw;
}
.post__card-date {
  display: block;
  font-size: var(--font-size-14);
}

/*==========================================
about
===========================================*/
/*
# about-concept
------------------------*/
#about-concept .concept__title {
  text-align: left;
  padding-left: 25%;
  background: url(../../img/about/concept_ill.png) left bottom/20% no-repeat;
}
#about-concept .concept__img {
  margin-bottom: 8%;
}
#about-concept .concept__content .concept__tsukuba-words {
  margin-bottom: 25px;
}

/*
# about-strengths
------------------------*/
#about-strengths {
  padding: 18% 0;
  border-radius: 4vw;
}
#about-strengths .strengths__card {
  margin-bottom: 15%;
  position: relative;
}
#about-strengths .strengths__card-img {
  margin-bottom: 8%;
}
#about-strengths .strengths__card-title {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  padding-left: 18%;
  margin-bottom: 6%;
}
#about-strengths .strengths__card-title::before {
  position: absolute;
  inset: 0 auto auto 0;
  color: var(--accent-color);
  background: var(--primary-color);
  width: 11vw;
  height: 11vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-black);
  text-align: center;
  line-height: 0;
  letter-spacing: 0;
}
#about-strengths .strengths__estimate {
  padding: 10% 5%;
  border-radius: 4vw;
}
#about-strengths .strengths__estimate .estimate__title span {
  display: block;
}

/*
# strengths-area
------------------------*/
#about-area .area__content {
  margin-bottom: 6%;
}
#about-area .area__content .area__text span {
  font-size: var(--font-size-18);
}
#about-area .area__content .area__text small {
  display: block;
}

/*
# about-info
------------------------*/
#about-info .info__table {
  margin-bottom: 15%;
}

/*==========================================
service
===========================================*/
/*
# service-archive
------------------------*/
#service-archive .archive__card {
  margin-bottom: 15%;
  position: relative;
}
#service-archive .archive__card-img {
  margin-bottom: 6%;
}
#service-archive .archive__caution {
  background: url(../../img/service/service-caution_ill.png) right 4% bottom/25% no-repeat, var(--primary-color-extralight);
  padding: 10% 5% 20%;
  border-radius: 4vw;
}

/*
# service-flow
------------------------*/
#service-flow .flow__title {
  margin-bottom: 70px;
}
#service-flow .flow__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#service-flow .flow__list .flow__item {
  width: 49%;
  position: relative;
  text-align: center;
}
#service-flow .flow__list .flow__item::before {
  font-size: var(--font-size-54);
  font-weight: var(--font-weight-black);
  color: var(--color-pink);
  inset: -14vw -14vw auto auto;
}
#service-flow .flow__list .flow__item-title {
  width: 19vw;
  height: 15vw;
  letter-spacing: 0;
  line-height: 1.2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: var(--font-size-14);
  transform: rotate(-15deg);
  position: absolute;
  top: -9vw;
}
#service-flow .flow__list .flow__item-title::before {
  position: absolute;
  content: "";
  width: 23%;
  height: 2vw;
  background: url(../../img/service/step-item-num_arr.png) center/100% no-repeat;
  bottom: 0.5vw;
}
#service-flow .flow__list .flow__item-title em {
  font-size: var(--font-size-28);
  font-weight: var(--font-weight-bold);
  display: block;
  line-height: 0.85;
  width: 100%;
}
#service-flow .flow__list .flow__item:last-child::before {
  content: "";
}
#service-flow .flow__list .flow__item:nth-child(odd)::before {
  inset: 22vw -7vw auto auto;
  transform: rotate(30deg);
}
#service-flow .flow__list .flow__item:nth-child(odd) .flow__item-title {
  left: -4%;
  transform: rotate(-10deg);
}
#service-flow .flow__list .flow__item:nth-child(odd) .flow__item-title::before {
  right: 7%;
}
#service-flow .flow__list .flow__item:nth-child(even) {
  margin-top: 25vw;
}
#service-flow .flow__list .flow__item:nth-child(even)::before {
  inset: auto auto -12vw -14vw;
  transform: rotate(-35deg) scale(-1, 1);
}
#service-flow .flow__list .flow__item:nth-child(even) .flow__item-title {
  right: -4%;
}
#service-flow .flow__list .flow__item:nth-child(even) .flow__item-title::before {
  left: 7%;
}
#service-flow .flow__list .flow__item-text {
  font-size: var(--font-size-16);
  margin-top: 3%;
}

/*==========================================
case
===========================================*/
/*
# case-single
------------------------*/
#case-single .case__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
  margin-bottom: 8%;
}
#case-single .case__tags .case__tag {
  font-size: var(--font-size-14);
  padding: 0.5vw 1vw;
  border-radius: 1vw;
}
#case-single .case__cards-wrap {
  margin-bottom: 12%;
}
#case-single .case__cards-wrap .case__card-img {
  width: 100%;
}
#case-single .case__cards-wrap .case__card-img img {
  border-radius: 4vw;
}
#case-single .case__cards-wrap .case__card-title {
  text-align: center;
  margin-bottom: 2%;
}
#case-single .case__cards-wrap .case__card-title span {
  padding: 0 6vw;
  position: relative;
}
#case-single .case__cards-wrap .case__card-title span::before, #case-single .case__cards-wrap .case__card-title span::after {
  position: absolute;
  content: "";
  width: 3vw;
  height: 5vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#case-single .case__cards-wrap .case__card-title span::before {
  left: 0;
}
#case-single .case__cards-wrap .case__card-title span::after {
  transform: scale(-1, 1);
  right: 0;
}
#case-single .case__cards-wrap .case__card-before {
  width: 60%;
}
#case-single .case__cards-wrap .case__card-before .case__card-title {
  font-size: var(--font-size-24);
}
#case-single .case__cards-wrap .case__card-before .case__card-title span::before, #case-single .case__cards-wrap .case__card-before .case__card-title span::after {
  background: url(../../img/case/before_bdr.png) center/100% no-repeat;
}
#case-single .case__cards-wrap .case__card-before .case__card-img {
  width: 100%;
  height: 42vw;
}
#case-single .case__cards-wrap .case__card-after .case__card-title {
  font-size: var(--font-size-30);
}
#case-single .case__cards-wrap .case__card-after .case__card-title span::before, #case-single .case__cards-wrap .case__card-after .case__card-title span::after {
  background: url(../../img/case/after_bdr.png) center/100% no-repeat;
}
#case-single .case__cards-wrap .case__card-after .case__card-img {
  width: 100%;
  height: 56vw;
}
#case-single .case__cards-wrap:has(.case__card-after) .case__card-before {
  position: relative;
  margin-bottom: 28%;
}
#case-single .case__cards-wrap:has(.case__card-after) .case__card-before::before {
  position: absolute;
  content: "\f138";
  font-size: var(--font-size-50);
  color: var(--color-pink);
  font-weight: var(--font-weight-black);
  inset: auto 0 -19vw auto;
  transform: rotate(90deg);
}
#case-single .case__price {
  padding: 6%;
  font-size: var(--font-size-20);
  border-radius: 2vw;
  margin-bottom: 12%;
}
#case-single .case__table {
  margin-bottom: 12%;
}

/*==========================================
faq
===========================================*/
#faq-archive .faq__item {
  padding: 10% 6%;
  border-radius: 4vw;
  margin-bottom: 12%;
}
#faq-archive .faq__item:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__item-title, #faq-archive .faq__item-body {
  position: relative;
  padding-left: 16%;
}
#faq-archive .faq__item-title::before, #faq-archive .faq__item-body::before {
  position: absolute;
  width: 8.5vw;
  height: 8.5vw;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  letter-spacing: 0;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-black);
  inset: 0 auto auto 0;
}
#faq-archive .faq__item-title {
  font-size: var(--font-size-18);
  margin-bottom: 5%;
}
#faq-archive .faq__item-title::before {
  content: "Q";
  color: var(--accent-color);
  background: var(--primary-color);
}
#faq-archive .faq__item-body::before {
  content: "A";
  color: var(--color-white);
  background: var(--color-pink);
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  margin-bottom: 15%;
}
#contact .contact__form-item .contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 3% 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form-item .contact__form-input .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-input textarea {
  height: 37vw;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: left;
}
#contact .contact__form-value {
  padding: 3%;
}
#contact .contact__form-select {
  width: 50%;
  position: relative;
}
#contact .contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact__form-select select {
  padding: 6% 7% 6% 4%;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 95px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 73%;
}
#contact .contact__form #address {
  margin-top: 4%;
}
#contact .contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact .contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 75%;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 52%;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
#site-map .sitemap__item-link {
  padding: 4% 0 4% 8%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/