@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.global-select select {
  padding: 15px 37px 15px 15px;
}

/*
# c-tel
------------------------*/
.c-tel .tel__label {
  font-size: var(--font-size-15);
  letter-spacing: 0.06em;
  padding: 0 7px;
  text-align: center;
  display: inline-block;
  line-height: 1.6;
  vertical-align: super;
}
.c-tel .tel__num {
  font-size: var(--font-size-32);
  letter-spacing: 0.06em;
}

/*
# c-faq__list
------------------------*/
.c-faq__list .faq__item {
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 40px 40px 0 40px;
}
.c-faq__list .faq__item:last-child {
  margin-bottom: 0;
}
.c-faq__list .faq__item-title::before, .c-faq__list .faq__item-content::before {
  position: absolute;
  width: 100px;
  height: 100px;
  font-size: var(--font-size-50);
  font-weight: var(--font-weight-bold);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 50%;
  inset: 0 auto auto 0;
  line-height: 1.9;
}
.c-faq__list .faq__item-title {
  font-size: var(--font-size-18);
  padding: 33.5px 15px 33.5px 120px;
  margin-bottom: 30px;
}
.c-faq__list .faq__item-title::before {
  content: "Q";
  background: var(--accent-color-light);
  color: var(--accent-color);
}
.c-faq__list .faq__item-content {
  padding-left: 120px;
  min-height: 95px;
}
.c-faq__list .faq__item-content::before {
  content: "A";
  background: var(--color-white);
  color: var(--primary-color-light);
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 55px 0 105px;
  background: url(../img/common/contact-r_ill.png) right 1.5625% center/31.7187% no-repeat, var(--primary-color);
  z-index: 1;
}
.c-contact__section::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 28.125%;
  max-width: 540px;
  height: 590px;
  inset: auto auto -17px 4.6875%;
  background: url(../img/common/contact-lb_ill.png) bottom center/100% no-repeat;
}
.c-contact__section .contact__title {
  padding: 35px 0 0;
  margin-bottom: 15px;
  background: url(../img/common/contact-ttl_deco.png) top center no-repeat;
}
.c-contact__section .contact__title .title-en {
  inset: auto 0 0;
  line-height: 0.88;
}
.c-contact__section .contact__tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  border-bottom: 4px solid var(--primary-color-light);
}
.c-contact__section .contact__tel .tel__num {
  color: var(--color-white);
  font-size: var(--font-size-40);
}
.c-contact__section .contact__button {
  padding-left: 35px;
  margin-top: 30px;
}
.c-contact__section .contact__button::before {
  font-size: var(--font-size-22);
  inset: 0 auto 0 21%;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  padding: 50px;
}
.com-table tr {
  display: flex;
  padding-bottom: 20px;
  border-left: 4px solid;
}
.com-table tr th {
  padding: 0 10px;
  width: 180px;
  vertical-align: top;
  text-align: center;
}
.com-table tr td {
  width: calc(100% - 180px);
  padding: 0 20px;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 35px;
}

.com-text.align-center {
  text-align: center;
}

#g-map .map {
  height: 420px;
}
#g-map .map iframe {
  border-radius: 20px;
}

/*
# en-text
------------------------*/
.en-text {
  font-size: clamp(5rem, 5.2vw, 9.8rem);
  letter-spacing: 0;
  line-height: 0.8;
}

/*
# com-button
------------------------*/
.com-button {
  width: 480px;
  margin: 50px auto 0;
  font-size: var(--font-size-22);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-button:hover {
  opacity: 1;
  background: var(--primary-color);
  color: var(--color-white);
}
.com-button.border-accent:hover {
  background: var(--accent-color);
  color: var(--color-white);
}
.com-button.border-accent:hover::before {
  background: var(--color-white);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-size: var(--font-size-46);
  font-weight: var(--font-weight-bold);
  margin-bottom: 50px;
  text-align: center;
  background: url(../img/common/section-ttl_dotted.svg) bottom center no-repeat;
  padding-bottom: 25px;
}
.section-title.no-dotted {
  background: none;
  padding-bottom: 0;
}

.headline-title {
  background: var(--primary-color-extra-light);
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-bold);
  border-radius: 25px;
  margin-bottom: 25px;
  padding: 10px 15px;
}

/*==========================================
header
===========================================*/
#header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1001;
}
#header .header__logo {
  width: 12.5%;
  max-width: 240px;
}
#header .header__logo-link {
  width: 100%;
  height: clamp(150px, 11.458vw, 220px);
  border-radius: 0 0 20px 20px;
}
#header .header__logo-link:hover {
  transform: scale(0.98);
  opacity: 1;
}
#header .header__logo-link img {
  width: 78.333%;
}
#header .header__right {
  width: 910px;
  border-radius: 0 0 0 20px;
  padding: 10px 2.6041% 20px;
}
#header .header__info {
  gap: 15px;
}
#header .header__info .header__tel .tel__label {
  margin-right: 8px;
}
#header .header__info .header__tel .tel__num {
  color: var(--color-white);
}
#header .header__nav {
  margin-top: 10px;
}
#header .header__nav-list {
  gap: 5px 15px;
}
#header .header__nav-link {
  padding-left: 20px;
  font-size: var(--font-size-18);
  letter-spacing: 0.06em;
}
#header .header__nav-link::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-color);
  inset: 0 auto 0 0;
  margin: auto 0;
  z-index: 1;
}
#header .header__nav-link:hover {
  opacity: 1;
  color: var(--accent-color);
}
#header .header__nav-link.current {
  color: var(--accent-color);
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: clamp(800px, 52.864vw, 1015px);
  background: url(../img/top/mv/mv-lt_img.png) left top/56.25% no-repeat, url(../img/top/mv/mv-cloud_ill.png) right top 18.226%/18.28125% no-repeat;
}
#top-mv::before, #top-mv::after {
  position: absolute;
  content: "";
}
#top-mv::before {
  width: 33.6458%;
  max-width: 646px;
  height: 559px;
  background: url(../img/top/mv/mv-man_ill.png) top center/100% no-repeat;
  inset: 17.931% 27.6041% auto auto;
}
#top-mv::after {
  width: 25%;
  max-width: 480px;
  height: 760px;
  inset: auto 4.166% -110px auto;
  background: url(../img/top/mv/mv-rb_img.png) center/100% no-repeat;
}
#top-mv .mv__catch {
  inset: auto auto 12.8078% 0;
  z-index: 100;
}
#top-mv .mv__catch .catch-ja {
  font-size: var(--font-size-50);
  padding-left: 5.5989%;
}
#top-mv .mv__catch .catch-ja em {
  font-size: 6rem;
}
#top-mv .mv__catch .catch-ja em::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  inset: -5px 0 auto;
  margin: 0 auto;
  background: var(--accent-color);
}
#top-mv .mv__catch .catch-en {
  margin-top: 40px;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 90px 0;
}
#footer .footer__contact-button {
  width: 190px;
  height: 190px;
  z-index: 1001;
  inset: auto 1.5625% 25% auto;
  background-image: url(../img/common/contact_txt.svg);
  background-position: 50% 15px;
  background-repeat: no-repeat;
}
#footer .footer__contact-button:hover {
  opacity: 1;
  transform: scale(0.97);
  background-color: var(--primary-color);
}
#footer .footer__contact-button:hover span::before {
  color: var(--color-white);
}
#footer .footer__contact-button::before {
  inset: auto 0 20px;
  margin: 0 auto;
  width: 48px;
  height: 35px;
}
#footer .footer__contact-button span {
  font-size: var(--font-size-20);
  padding-top: 40px;
  letter-spacing: 0.06em;
}
#footer .footer__contact-button span::before {
  color: var(--primary-color);
  inset: 0 0 auto;
  font-size: var(--font-size-34);
  margin: 0 auto;
  font-weight: var(--font-weight-regular);
}
#footer .footer__left {
  width: 570px;
}
#footer .footer__info {
  width: 280px;
}
#footer .footer__info .footer__buttons {
  margin-top: 15px;
}
#footer .footer__info .footer__button {
  margin-bottom: 20px;
}
#footer .footer__info .footer__button:last-child {
  margin-bottom: 0;
}
#footer .footer__info .footer__button-link {
  width: 100%;
  height: 60px;
  margin-top: 0;
  font-size: var(--font-size-18);
}
#footer .footer__info .footer__button-link span {
  padding-left: 30px;
}
#footer .footer__info .footer__button-link span::before {
  inset: 0 auto 0 0;
  color: var(--accent-color);
  font-size: var(--font-size-22);
}
#footer .footer__info .footer__button-link:hover span::before {
  color: var(--color-white);
}
#footer .footer__info .c-instagram {
  display: inline-block;
  margin-top: 20px;
}
#footer .footer__right {
  width: 400px;
}
#footer .footer__nav {
  padding-left: 40px;
  border-left: 2px solid var(--color-white);
}
#footer .footer__nav-list:nth-child(3) {
  position: absolute;
  inset: auto 0 0 auto;
}
#footer .footer__nav-list:nth-child(3) .footer__nav-item {
  text-align: right;
  margin-bottom: 0;
}
#footer .footer__nav-list:nth-child(3) .footer__nav-link {
  font-size: var(--font-size-14);
  padding-left: 0;
}
#footer .footer__nav-list:nth-child(3) .footer__nav-link::before {
  background: none;
}
#footer .footer__nav-item {
  margin-bottom: 15px;
}
#footer .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__nav-link {
  padding-left: 15px;
}
#footer .footer__nav-link::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-color);
  inset: 0 auto 0 0;
  margin: auto 0;
  z-index: 1;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: right;
  margin-top: 25px;
}
#copyright small {
  font-size: var(--font-size-14);
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: fixed;
  bottom: 8%;
  right: 4.9479%;
  z-index: 999;
  writing-mode: vertical-rl;
  padding: 8px 0;
  border-left: 2px solid;
}
.pagetop::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-color);
  inset: auto auto -10px -4px;
  transition: all 0.3s ease;
}
.pagetop:hover {
  bottom: 9.5%;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: clamp(480px, 33.854vw, 650px);
  z-index: 1;
}
.lower-sv::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 66.666%;
  height: 73.8461%;
  border-radius: 100px 0 0 100px;
  inset: auto 0 0 auto;
}
.lower-sv .inbox-secondary {
  height: 100%;
}
.lower-sv .sv__title {
  width: 780px;
  inset: auto auto 0 0;
  text-align: center;
  line-height: 1.6;
  padding: 40px 0;
  background-image: url(../img/sv/sv-ttl_gear.png);
  background-size: 27.692%;
  background-position: 95% 55px;
  background-repeat: no-repeat;
}
.lower-sv .sv__title::before {
  position: absolute;
  content: "";
  width: 402px;
  height: 339px;
  inset: -235px auto auto -185px;
  background: url(../img/sv/sv-woman_ill.png) center/100% no-repeat;
}
.lower-sv .sv__title .title-ja {
  font-size: var(--font-size-50);
}
.lower-sv .sv__title .title-en {
  font-size: var(--font-size-24);
}

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

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

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

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

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

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

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

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

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

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

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

/*==========================================
top
===========================================*/
/*
# top-about
------------------------*/
#top-about {
  padding: 230px 0 220px;
  background-image: url(../img/common/cloud_ill.png);
  background-position: 96% 77%;
  background-repeat: no-repeat;
  background-size: 21.8229%;
}
#top-about .about__headline {
  z-index: 1;
  margin-bottom: 60px;
}
#top-about .about__headline::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 411px;
  height: 443px;
  background: url(../img/top/about-woman_ill.png) center/100% no-repeat;
  inset: -135px auto auto -167px;
}
#top-about .about__title {
  padding-top: 45px;
  font-size: var(--font-size-46);
  line-height: 1.7391304348;
}
#top-about .about__content {
  width: 500px;
}
#top-about .about__indivisual {
  padding: 40px;
  background-image: url(../img/top/about-checks_ill.png);
  background-position: 94.52% 50%;
  background-size: 11.40625%;
  background-repeat: no-repeat;
}
#top-about .about__indivisual::before {
  position: absolute;
  content: "";
  inset: 0 0 auto;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0px 40px;
  border-color: var(--primary-color-extra-light) transparent transparent transparent;
}
#top-about .indivisual__title {
  width: 425px;
  position: absolute;
  inset: -1.48em auto auto 0;
  z-index: 1;
}
#top-about .indivisual__list {
  width: 1080px;
  margin: 0 auto;
}
#top-about .indivisual__list .indivisual__item {
  width: 500px;
  font-size: var(--font-size-22);
  margin-bottom: 10px;
  padding-left: 50px;
}
#top-about .indivisual__list .indivisual__item:last-child {
  margin-bottom: 0;
}
#top-about .indivisual__list .indivisual__item::before {
  inset: 0 auto 0 0;
  color: var(--color-white);
  font-size: var(--font-size-30);
}
#top-about .about__movie {
  width: 768px;
  margin: 50px auto 0;
}
#top-about .about__movie iframe {
  box-shadow: var(--accent-color) 0px 10px 0px, var(--primary-color) 0px 10px 0px inset;
}

/*
# top-work
------------------------*/
#top-work {
  padding: 65px 0 21%;
  margin-bottom: -11.4583%;
}
#top-work::before {
  position: absolute;
  content: "";
  width: 9.21875%;
  max-width: 177px;
  height: 232px;
  inset: -143px 7.2916% auto auto;
  background: url(../img/top/work-man_ill.png) bottom center/100% no-repeat;
}
#top-work .work__title {
  text-align: center;
  margin-bottom: 40px;
}
#top-work .work__title .title-en {
  position: absolute;
  inset: -0.7em 0 auto;
}
#top-work .work__text {
  margin-bottom: 45px;
}
#top-work .work__text span {
  font-size: var(--font-size-18);
}
#top-work .work__list {
  gap: 20px 1.0416%;
}
#top-work .work__item {
  width: 49.4791%;
}
#top-work .work__item-link {
  height: 300px;
  padding: 35px 3.1578%;
  overflow: hidden;
  z-index: 1;
}
#top-work .work__item-link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
  bottom: 0;
}
#top-work .work__item-link::after {
  position: absolute;
  content: "";
  z-index: -1;
}
#top-work .work__item-link:hover {
  opacity: 1;
  background-color: var(--primary-color);
}
#top-work .work__item-link:hover .work__content-item {
  color: var(--color-white);
}
#top-work .work__item--standard .work__item-link::after {
  width: 358px;
  height: 511px;
  background: url(../img/top/work-standard_ill.png) center/100% no-repeat;
  inset: 20px 28.421% auto auto;
}
#top-work .work__item--step-up .work__item-link::after {
  width: 310px;
  height: 507px;
  background: url(../img/top/work-stepup_ill.png) center/100% no-repeat;
  inset: 20px auto auto 34.7368%;
}
#top-work .work__item--life-support .work__item-link::after {
  width: 271px;
  height: 505px;
  background: url(../img/top/work-lifesupport_ill.png) center/100% no-repeat;
  inset: 20px 37.8947% auto auto;
}
#top-work .work__item--creative .work__item-link::after {
  width: 421px;
  height: 505px;
  background: url(../img/top/work-creative_ill.png) center/100% no-repeat;
  inset: 20px auto auto 30.421%;
}
#top-work .work__item:nth-child(odd) .title-en {
  right: 10px;
}
#top-work .work__item:nth-child(odd) .work__item-link {
  border-radius: 0 20px 0 0;
}
#top-work .work__item:nth-child(odd) .work__item-link::before {
  border-width: 0px 0px 30px 30px;
  border-color: transparent transparent var(--primary-color) transparent;
  right: 0;
}
#top-work .work__item:nth-child(odd) .work__item-title {
  text-align: right;
}
#top-work .work__item:nth-child(odd) .work__item-content {
  margin-left: auto;
}
#top-work .work__item:nth-child(odd) .work__content-item {
  width: 310px;
  margin-left: auto;
  transition: color 0.3s ease;
}
#top-work .work__item:nth-child(even) .title-en {
  left: 10px;
}
#top-work .work__item:nth-child(even) .work__item-link {
  border-radius: 20px 0 0 0;
}
#top-work .work__item:nth-child(even) .work__item-link::before {
  border-width: 30px 0px 0px 30px;
  border-color: transparent transparent transparent var(--primary-color);
  left: 0;
}
#top-work .work__item-content {
  width: 500px;
}
#top-work .work__item-title {
  margin-bottom: 15px;
}
#top-work .work__item-title .title-ja {
  font-size: var(--font-size-30);
  padding: 0 20px;
}
#top-work .work__item-title .title-en {
  opacity: 0.24;
  bottom: 0;
}
#top-work .work__item .work__content-list .work__content-item::before {
  content: "・";
}
#top-work .work__schedule-button {
  width: 800px;
  margin: 180px auto 0;
  height: 220px;
  padding: 0 155px;
  font-size: var(--font-size-40);
  line-height: 1.5;
}
#top-work .work__schedule-button::before {
  right: 8.125%;
}
#top-work .work__schedule-button::after {
  position: absolute;
  content: "";
  width: 345px;
  height: 271px;
  background: url(../img/top/work-schedule_ill.png) center/100% no-repeat;
  inset: auto auto 0 30px;
  z-index: 1;
}
#top-work .work__schedule-button:hover {
  opacity: 1;
  background-color: var(--primary-color);
  color: var(--color-white);
  border-color: var(--primary-color);
  transform: scale(0.97);
}
#top-work .work__schedule-button:hover::before {
  background-color: var(--color-white);
}

/*
# top-faq
------------------------*/
#top-faq {
  padding: 175px 0 180px;
}
#top-faq .faq__title .title-en {
  position: absolute;
  writing-mode: vertical-rl;
  inset: 0 auto 0 0;
  margin: auto 0;
}

/*
# top-access
------------------------*/
#top-access {
  padding: 165px 0 140px;
}
#top-access .access__title {
  text-align: left;
}
#top-access .access__title .title-ja {
  margin-left: 15px;
}
#top-access .access__content {
  width: 500px;
}
#top-access .access__content-text {
  padding-left: 40px;
  border-left: 4px solid var(--primary-color);
}
#top-access .access__content .access__address {
  margin-bottom: 20px;
}
#top-access .access__content .access__address-label {
  padding: 0 5px;
  margin-right: 5px;
}
#top-access .access__content .access__button {
  width: 400px;
}
#top-access #g-map {
  margin-top: 60px;
}
#top-access #g-map iframe {
  border-radius: 20px;
}

/*
# top-blog
------------------------*/
#top-blog {
  padding: 135px 0 110px;
  width: clamp(1200px, 96.875%, 1860px);
  margin: 0 0 140px auto;
  padding: 90px 0;
  border-radius: 100px 0 0 100px;
  background-image: url(../img/top/blog-building_ill.png), url(../img/top/blog-building_ill.png);
  background-position: left 8.333% top -110px, right bottom -60px;
  background-size: 17.1505%;
  background-repeat: no-repeat;
}
#top-blog::before {
  position: absolute;
  content: "";
  width: 13.333%;
  height: 153px;
  inset: -132px 3.6458% auto auto;
  background: url(../img/top/blog-woman_ill.png) bottom center/100% no-repeat;
}
#top-blog .blog__inbox {
  position: relative;
  min-height: 345px;
}
#top-blog .blog__title {
  line-height: 1.4;
  padding-top: 45px;
}
#top-blog .blog__post-list {
  width: 742px;
}
#top-blog .blog__post {
  border-bottom: 1px solid;
}
#top-blog .blog__post-link {
  padding: 25px 0;
  row-gap: 10px;
}
#top-blog .blog__post-link:hover {
  transform: translateX(10px);
}
#top-blog .blog__post-link:hover .blog__post-title {
  text-decoration: underline;
}
#top-blog .blog__post:first-child .blog__post-link {
  padding-top: 0;
}
#top-blog .blog__post-date {
  font-size: var(--font-size-14);
  text-align: right;
  margin-top: 10px;
}
#top-blog .blog__post-tags {
  gap: 7px;
  margin-bottom: 10px;
}
#top-blog .blog__post-tags .blog__post-tag {
  font-size: var(--font-size-14);
  padding: 0 10px;
}
#top-blog .blog__post-title {
  font-size: var(--font-size-16);
}
#top-blog .blog__button {
  width: 175px;
  text-align: center;
  position: absolute;
  inset: 225px auto auto 0;
  font-size: var(--font-size-22);
  padding-bottom: 45px;
}
#top-blog .blog__button::before {
  inset: auto 0 0;
  margin: 0 auto;
}

/*==========================================
about
===========================================*/
/*
# about-policy
------------------------*/
#about-policy {
  padding: 135px 0 27.0833%;
  background: url(../img/about/policy-l_ill.png) left 1.0416% bottom 8.333%/42.1354% no-repeat, url(../img/about/policy-r_ill.png) right 3.90625% bottom 10.9375%/40.7291% no-repeat;
}

/*
# about-feature
------------------------*/
#about-feature {
  padding: 145px 0 160px;
  background-image: url(../img/about/feature-lb_gear.png), url(../img/about/feature-rt_gear.png);
  background-position: left bottom 7.552%, right 11.9791% top 4.947%;
  background-size: 35.2604%, 21.40625%;
  background-repeat: no-repeat;
}
#about-feature .feature__title {
  margin-bottom: 130px;
}
#about-feature .feature__list {
  gap: 140px 45px;
}
#about-feature .feature__card {
  width: 330px;
  padding: 20px 10px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: right -10px bottom -10px;
}
#about-feature .feature__card::before {
  position: absolute;
  inset: -50px 0 auto;
  font-size: var(--font-size-32);
  font-weight: var(--font-weight-black);
  color: var(--accent-color);
  text-align: center;
  z-index: 1;
}
#about-feature .feature__card::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: url(../img/about/feature-item_entxt.svg) top 12px center no-repeat, var(--color-white);
  inset: -85px 0 auto;
  margin: 0 auto;
  z-index: -1;
}
#about-feature .feature__card:nth-child(1) {
  background-image: url(../img/about/feature-item01_ill.png);
}
#about-feature .feature__card:nth-child(2) {
  background-image: url(../img/about/feature-item02_ill.png);
}
#about-feature .feature__card:nth-child(3) {
  background-image: url(../img/about/feature-item03_ill.png);
}
#about-feature .feature__card:nth-child(4) {
  background-image: url(../img/about/feature-item04_ill.png);
}
#about-feature .feature__card:nth-child(5) {
  background-image: url(../img/about/feature-item05_ill.png);
}
#about-feature .feature__card-title {
  text-align: center;
  font-size: var(--font-size-26);
  line-height: 1.6923076923;
  margin-bottom: 25px;
}
#about-feature .feature__card-text {
  padding: 0 20px;
}

/*
# about-agreement
------------------------*/
#about-agreement {
  padding: 145px 0 155px;
}
#about-agreement .agreement__text {
  margin-bottom: 70px;
}
#about-agreement .agreement__worries {
  padding: 80px 95px;
  background-image: url(../img/about/agreement-check_ill.png);
  background-position: right -60px bottom -85px;
  background-repeat: no-repeat;
}
#about-agreement .agreement__worries-title {
  width: 780px;
  margin: 0 auto;
  text-align: center;
  font-size: var(--font-size-20);
  position: absolute;
  inset: -30px 0 auto;
  padding: 12px;
}
#about-agreement .agreement__worries .agreement__check-item {
  font-size: var(--font-size-22);
  margin-bottom: 5px;
  padding-left: 40px;
}
#about-agreement .agreement__worries .agreement__check-item::before {
  inset: 0 auto 0 0;
  margin: auto 0;
  color: var(--color-white);
  font-size: var(--font-size-30);
}
#about-agreement .agreement__worries .agreement__check-item:last-child {
  margin-bottom: 0;
}

/*==========================================
service
===========================================*/
#service-section .service__part {
  margin-bottom: 80px;
}
#service-section .service__part:last-child {
  margin-bottom: 0;
}
#service-section .service__part-title {
  text-align: center;
}
#service-section .service__card {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid;
  position: relative;
}
#service-section .service__card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#service-section .service__card-img {
  position: absolute;
  inset: 0 0 auto auto;
}
#service-section .service__card-title {
  font-size: var(--font-size-26);
  padding-left: 25px;
  margin-bottom: 15px;
}
#service-section .service__card-title::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 17px auto auto 0;
}
#service-section .service__card-content {
  width: 685px;
  min-height: 260px;
}

/*
# service-scene
------------------------*/
#service-scene {
  background-image: url(../img/common/cloud_ill.png);
  background-position: 96% 167px;
  background-repeat: no-repeat;
  background-size: 21.8229%;
}
#service-scene::before {
  position: absolute;
  content: "";
  width: 9.21875%;
  height: 232px;
  background: url(../img/service/scene-man_ill.png) bottom center/100% no-repeat;
  inset: -140px 7.2916% auto auto;
}

.grid-3 {
  gap: 60px;
}
.grid-3 .grid-item {
  width: 320px;
}
.grid-3 .grid-item .grid-img {
  width: 100%;
  height: 320px;
}
.grid-3 .grid-item .grid-img img {
  border-radius: 20px 20px 0 0;
}
.grid-3 .grid-item .grid-text {
  padding: 12px 15px;
}

/*==========================================
schedule
===========================================*/
#schedule-example .example__item {
  padding-bottom: 30px;
  z-index: 1;
}
#schedule-example .example__item::before {
  width: 2px;
  height: 100%;
  position: absolute;
  content: "";
  background: var(--accent-color);
  inset: 0 auto auto 120px;
  z-index: -1;
}
#schedule-example .example__item:last-child::before {
  background: none;
}
#schedule-example .example__item-title {
  font-size: var(--font-size-20);
  margin-bottom: 20px;
}
#schedule-example .example__item-title .title-time {
  width: 240px;
  padding: 12px;
  text-align: center;
  position: absolute;
  inset: 0 auto auto 0;
}
#schedule-example .example__item-title .title-text {
  display: block;
  padding: 12px 20px 12px 270px;
  width: 100%;
}
#schedule-example .example__item-content {
  padding-left: 270px;
}

/*==========================================
company
===========================================*/
/*
# company-greeting
------------------------*/
#company-greeting .greeting__card {
  margin-bottom: 70px;
}
#company-greeting .greeting__card:last-child {
  margin-bottom: 0;
}
#company-greeting .greeting__card:has(.greeting__card-img) {
  position: relative;
}
#company-greeting .greeting__card:has(.greeting__card-img) .greeting__card-content {
  width: 640px;
  min-height: 420px;
}
#company-greeting .greeting__card:has(.greeting__card-img) .greeting__card-img {
  position: absolute;
  width: 360px;
  height: 420px;
  inset: 0 0 auto auto;
}

/*
# company-facilities
------------------------*/
#company-facilities {
  background-image: url(../img/common/cloud_ill.png);
  background-position: 96% 167px;
  background-repeat: no-repeat;
  background-size: 21.8229%;
}
#company-facilities::before {
  position: absolute;
  content: "";
  width: 12.9166%;
  height: 153px;
  background: url(../img/top/blog-woman_ill.png) bottom center/100% no-repeat;
  inset: -146px 7.4479% auto auto;
}

/*
# company-info
------------------------*/
#company-info .info__table {
  margin-bottom: 40px;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 95px;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 2px 10px;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 10px 0;
}
.column__wrap .column__list .more-btn {
  width: 125px;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 5px 0;
  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: 210px;
  height: 200px;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 820px;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 20px;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 95px;
  padding: 3px 0;
}
.single__post-meta .category-label {
  width: calc(100% - 95px);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 10px;
}
.single__post-meta .category-label li a {
  padding: 3px 10px;
}

/*==========================================
  contact
  ===========================================*/
#contact-way .contact__content {
  padding: 35px 0;
  text-align: center;
  margin-top: 45px;
}
#contact-way .contact__tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 4px solid var(--primary-color-light);
}
#contact-way .contact__tel .tel__num {
  color: var(--color-white);
  font-size: var(--font-size-40);
}
#contact-way .contact__worktime {
  margin-top: 15px;
}

#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item {
  border-left: none;
  margin-bottom: 20px;
}
#contact .contact__form-item:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-label {
  margin-bottom: 20px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 20px 15px;
}
#contact .contact__form-select {
  width: 200px;
}
#contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 150px;
}
#contact .contact__form #address {
  margin-top: 15px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 300px;
}
#contact .contact__form textarea {
  height: 260px;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#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 input[type=button],
#contact input[type=submit],
#contact .contact__submits-wrap button {
  height: 75px;
}
#contact .contact__submits-wrap {
  gap: 35px;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 70px;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

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

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