@charset "UTF-8";
body {
  font-size: var(--font-size-16);
}

:target {
  scroll-margin-top: 15vw;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-size: var(--font-size-24);
  color: var(--primary-color);
  font-weight: var(--font-weight-medium);
  background: url(../img/common/section-ttl_dotted.png) bottom center/13% no-repeat;
  text-align: center;
  padding-bottom: 6%;
  margin-bottom: 12%;
}

.headline-title {
  text-align: left;
  font-size: var(--font-size-20);
  margin-bottom: 4%;
}

.sub-title {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-500);
  margin-bottom: 8%;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 8%;
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.com-cont p:last-child {
  margin-bottom: 0;
}

#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;
}

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

.c-office-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 3vw 7vw;
  text-align: center;
}
.c-office-info .address__location {
  font-size: var(--font-size-14);
  margin-bottom: 6%;
}
.c-office-info .com-tel {
  font-size: var(--font-size-28);
  color: var(--accent-color);
  font-weight: var(--font-weight-medium);
  line-height: 1.2;
  padding-left: 9vw;
  background: url(../img/common/tel_ic.png) left top 2.5vw/7vw no-repeat;
}
.c-office-info .dl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-medium);
}
.c-office-info .dl-item dt {
  padding-right: 2vw;
  margin-right: 2vw;
  position: relative;
}
.c-office-info .dl-item dt::after {
  width: 1px;
  height: 3vw;
  position: absolute;
  content: "";
  background: var(--accent-color);
  margin: auto 0;
  inset: 0 0 0 auto;
}
.c-office-info .dl-item dd a {
  color: var(--accent-color);
}
.c-office-info .tel_txt {
  display: block;
  line-height: 1;
}
.c-office-info .address__fax {
  margin-top: 15px;
}
.c-office-info .com-mail-button {
  width: 41vw;
  height: 10vw;
  color: var(--color-white);
  background: var(--primary-color);
  border-radius: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-medium);
}
.c-office-info .com-mail-button span {
  padding-left: 6vw;
  background: url(../img/common/mail_ic.png) left center/4vw no-repeat;
}

.com-button {
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-medium);
  border-radius: 9vw;
  color: var(--color-white);
  text-align: center;
  padding: 0 6vw;
}

.has-arr {
  display: block;
  width: 100%;
}
.has-arr::before {
  content: "\f138";
  inset: 0 auto 0 0;
  color: inherit;
}
.has-arr.border-rounded::before {
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
}
.has-arr.inline-block {
  display: inline-block;
  width: auto;
}

.button__bg--pattern {
  width: 100%;
  height: 22vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11vw;
  background: url(../img/common/button-bg--pattern_bg.jpg) center/100% no-repeat;
  text-align: center;
}
.button__bg--pattern .border-rounded::before {
  width: 9vw;
  height: 9vw;
  background-image: repeating-linear-gradient(-45deg, var(--accent-color-dark) 0, var(--accent-color-dark) 0.5px, transparent 0, transparent 50%);
  background-size: 6px 6px;
  background-color: var(--accent-color);
  color: var(--color-white);
  left: -4vw;
  transition: all 0.3s;
}
.button__bg--pattern img {
  width: 50%;
}
.button__bg--pattern:hover {
  opacity: 0.9;
}
.button__bg--pattern:hover .border-rounded::before {
  left: 6px;
}

.bottom-button {
  position: absolute;
  inset: auto 0 -26vw;
  width: 74%;
  height: 45vw;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: var(--color-white);
  font-size: var(--font-size-17);
  border-radius: 50%;
  padding: 9vw 0 10vw 5vw;
}
.bottom-button .border-rounded::before {
  background: var(--color-white);
  color: var(--accent-color);
  left: -9vw;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: var(--primary-color);
  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(--color-white);
}
.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: url(../img/common/head-section-top_deco.png) top 10vw center/100% no-repeat, var(--color-white);
}
#drawer-nav nav {
  margin-bottom: 10%;
}
#drawer-nav nav .drawer-link {
  padding: 6% 0;
  border-bottom: 1px solid var(--color-gray);
  font-size: var(--font-size-17);
}
#drawer-nav nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav nav .drawer-dropdown span {
  display: block;
}
#drawer-nav nav .drawer-dropdown span:before, #drawer-nav nav .drawer-dropdown span:after {
  background: var(--color-black);
}
#drawer-nav nav .current {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
}
#drawer-nav nav .current::before, #drawer-nav nav .current::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  border-top: 2px solid var(--body-font-color);
  border-right: 2px solid var(--body-font-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer-nav nav .current::before {
  left: 0;
}
#drawer-nav nav .current::after {
  left: 3%;
}
#drawer-nav nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid var(--body-font-color);
  border-bottom: 1px solid var(--body-font-color);
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .c-office-info {
  margin-bottom: 8%;
}
#drawer-nav .drawer-subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
}
#drawer-nav .drawer-subpage-item a {
  text-decoration: underline;
}

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

/*==========================================
mv
===========================================*/
#top-mv {
  padding: 0 1.5625%;
  gap: 0 1.07474%;
}
#top-mv .mv__frame {
  width: 100%;
  height: 81vw;
  border-radius: 8vw;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10%;
}
#top-mv .mv__frame:last-child {
  margin-bottom: 0;
}
#top-mv .mv__frame--standby {
  background: url(../img/top/mv/mv-standby_img.png) bottom 26% center/92.7173% no-repeat, url(../img/top/mv/mv-standby_bg.jpg) center/cover no-repeat;
}
#top-mv .mv__frame--atom {
  background: url(../img/top/mv/mv-atom_img.png) bottom 26% center/94.5652% no-repeat, url(../img/top/mv/mv-atom_bg.jpg) center/cover no-repeat;
}
#top-mv .mv__catch {
  width: 75%;
  margin: 0 auto;
  position: absolute;
  inset: 6vw 0 auto;
  text-align: center;
}
#top-mv .mv__button {
  position: absolute;
  inset: auto 0 -23vw;
}

/*==========================================
top
===========================================*/
.head-section {
  background: url(../img/common/head-section-top_deco.png) top 10vw center/100% no-repeat;
  position: relative;
  z-index: 1;
  padding: 18% 0;
}
.head-section::before, .head-section::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: auto;
}
.head-section::before {
  width: 45%;
  height: 379px;
  background: url(../img/common/head-section-bottom-left_deco.png) center/100% no-repeat;
  left: 30px;
}
.head-section::after {
  width: 30%;
  height: 30vw;
  background: url(../img/common/head-section-bottom-right_deco.png) center/100% no-repeat;
}

/* top-worries
------------------------*/
#top-worries .worries__title {
  font-size: var(--font-size-23);
  line-height: 1.5;
}
#top-worries .worries__title small {
  display: block;
  font-size: var(--font-size-21);
  color: var(--primary-color-dark);
}
#top-worries .worries__inner .worries__item {
  background: var(--color-background-green);
  border-radius: 8vw;
  position: relative;
  padding: 10% 5%;
  text-align: center;
  margin-bottom: 10%;
}
#top-worries .worries__inner .worries__item:last-child {
  margin-bottom: 0;
}
#top-worries .worries__inner .worries__item::before {
  position: absolute;
  content: "";
}
#top-worries .worries__inner .worries__item--person::before {
  width: 28%;
  height: 27vw;
  background: url(../img/top/worries-per_ill.png) center/100% no-repeat;
  inset: -10vw auto auto -6vw;
}
#top-worries .worries__inner .worries__item--family::before {
  width: 21%;
  height: 26vw;
  background: url(../img/top/worries-fam_ill.png) center/100% no-repeat;
  inset: -6vw -5vw auto auto;
}
#top-worries .worries__inner .worries__item-title {
  font-size: var(--font-size-20);
  text-align: center;
  margin-bottom: 8%;
  font-weight: var(--font-weight-medium);
}
#top-worries .worries__inner .worries__item-title span {
  position: relative;
}
#top-worries .worries__inner .worries__item-title span::before, #top-worries .worries__inner .worries__item-title span::after {
  width: 1vw;
  height: 1vw;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-shadow: var(--color-white) 0 0 0 2px;
}
#top-worries .worries__inner .worries__item-title span::before {
  left: -4vw;
}
#top-worries .worries__inner .worries__item-title span::after {
  right: -4vw;
}
#top-worries .worries__inner .worries__item .check-list__item {
  padding-left: 8%;
  font-size: var(--font-size-16);
  margin-bottom: 4%;
  text-align: left;
  background: url(../img/top/worries-check_ic.png) left top 1.8vw/5% no-repeat;
}
#top-worries .worries__inner .worries__item .check-list__item:last-child {
  margin-bottom: 0;
}

/* top-service
------------------------*/
.bg-green::before {
  width: 100%;
  height: 2vw;
  inset: -2vw 0 auto;
}
.bg-green .bg-green__wrap {
  padding: 18% 0 0;
}
.bg-green .bg-green__wrap::before {
  width: 29%;
  height: 37vw;
}
.bg-green .bg-green__wrap::after {
  width: 34%;
  height: 32vw;
  right: 1.5625%;
}

#top-service::after {
  width: 34%;
  height: 38vw;
  bottom: -15vw;
}
#top-service .bg-green__wrap {
  padding-bottom: 22%;
  background: url(../img/top/service-bg_deco.png) left top 125px/94.7395% no-repeat;
}
#top-service .bg-green__wrap::before {
  top: -80px;
}
#top-service .bg-green__wrap::after {
  bottom: -30px;
}
#top-service .service__title {
  text-align: center;
}
#top-service .service__title img {
  width: 77%;
}
#top-service .service__img {
  position: relative;
  margin-bottom: 10%;
}
#top-service .service__img::before {
  position: absolute;
  content: "";
  width: 33%;
  height: 25vw;
  background: url(../img/top/service_ill.png) center/100% no-repeat;
  inset: auto auto -8vw 0;
}
#top-service .service__button {
  width: 100%;
  margin-top: 12%;
}

/* top-price
------------------------*/
#top-price {
  padding: 12% 0 18%;
  position: relative;
  z-index: 1;
  background: url(../img/top/price-l_deco.png) left 10.15625% bottom 50px/10.5208% no-repeat;
}
#top-price::before, #top-price::after {
  position: absolute;
  content: "";
  z-index: -1;
}
#top-price::before {
  width: 100%;
  height: 3vw;
  inset: -3vw 0 auto;
  background: url(../img/top/price-top_wave.png) center bottom/100% no-repeat;
}
#top-price::after {
  width: 21.5104%;
  height: 25vw;
  inset: auto 0 0 auto;
  background: url(../img/top/price-r_deco.png) center/100% no-repeat;
}
#top-price .price__list .price__item {
  width: 100%;
  height: 62vw;
  position: relative;
  margin-bottom: 15%;
}
#top-price .price__list .price__item:last-child {
  margin-bottom: 0;
}
#top-price .price__list .price__item--check {
  background: url(../img/top/price-check_img.png) center/100% no-repeat;
}
#top-price .price__list .price__item--sim {
  background: url(../img/top/price-sim_img.png) center/100% no-repeat;
}
#top-price .price__list .price__item-title {
  position: absolute;
  width: 71%;
  margin: 0 auto;
  inset: auto 0 15vw;
  text-align: center;
}
#top-price .price__list .price__item-button {
  width: 74%;
  height: 14vw;
  font-size: var(--font-size-13);
  position: absolute;
  inset: auto 0 -5vw;
  margin: 0 auto;
  padding: 0 4vw;
}

/* top-about
------------------------*/
#top-about {
  position: relative;
  padding: 18% 0;
  background: var(--color-background-green);
  z-index: 1;
}
#top-about::before, #top-about::after {
  position: absolute;
  content: "";
  z-index: -1;
}
#top-about::before {
  width: 39%;
  height: 109vw;
  inset: auto auto -11vw 0;
  background: url(../img/top/links-l_deco.png) center/100% no-repeat;
}
#top-about::after {
  width: 39%;
  height: 37vw;
  inset: auto 0 -24vw auto;
  background: url(../img/top/links-r_deco.png) center bottom/100% no-repeat;
}
#top-about .about__links {
  margin-bottom: 39%;
}
#top-about .about__links .about__links-item {
  margin-bottom: 10%;
}
#top-about .about__links .about__links-item:last-child {
  margin-bottom: 0;
}
#top-about .about__links .about__links-item--policy img {
  width: 33%;
}
#top-about .about__links .about__links-item--steps img {
  width: 59%;
}
#top-about .about__links .about__links-item--faq img {
  width: 44%;
}
#top-about .about__banner {
  border: 0.75vw solid var(--accent-color);
  border-radius: 7vw;
  background: url(../img/top/bnr_img.png) left -5% bottom 3vw/26% no-repeat, url(../img/top/bnr-rt_ill.png) right 1% top 13vw/20% no-repeat, url(../img/top/bnr_bg.jpg) center/cover no-repeat;
  padding: 10% 0 29%;
  position: relative;
}
#top-about .about__banner::before {
  position: absolute;
  content: "";
  width: 25%;
  height: 19vw;
  background: url(../img/top/bnr-rb_ill.png) center/100% no-repeat;
  inset: auto -6% -4vw auto;
  z-index: 1;
}
#top-about .about__banner-title {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  inset: -21vw 0 auto;
  text-align: center;
}
#top-about .about__banner-subttl {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
#top-about .about__banner .banner__button-wrap {
  position: absolute;
  inset: auto 0 0;
  width: 65.65217%;
  height: 45vw;
  display: block;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
#top-about .about__banner .banner__button-wrap .bottom-button {
  width: 100%;
}

/* top-greeting
------------------------*/
#top-greeting {
  padding: 18% 0;
  position: relative;
  z-index: 1;
}
#top-greeting::before, #top-greeting::after {
  position: absolute;
  content: "";
  z-index: -1;
}
#top-greeting::before {
  width: 57%;
  height: 49vw;
  background: url(../img/top/greeting-l_deco.png) center/100% no-repeat;
  inset: auto auto 15vw 0;
}
#top-greeting::after {
  width: 50%;
  height: 50vw;
  background: url(../img/top/greeting-r_deco.png) center/100% no-repeat;
  inset: auto 0 0 auto;
}
#top-greeting .greeting__img {
  margin-bottom: 8%;
}
#top-greeting .greeting__content {
  text-align: left;
}
#top-greeting .greeting__content .name {
  text-align: right;
  color: var(--accent-color);
}

/* top-news
------------------------*/
#top-news {
  padding: 18% 0;
  position: relative;
  z-index: 1;
  background: var(--color-background-green);
}
#top-news::before {
  position: absolute;
  content: "";
  width: 42.1875%;
  height: 100%;
  background: url(../img/top/news_ptrn.png);
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -1;
}
#top-news .news__post-list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 4vw 4%;
}
#top-news .news__post-list .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post-list .news__post a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#top-news .news__post-list .news__post-thumb {
  width: 35%;
  height: 30vw;
  border-radius: 5vw;
  border: 0.75vw solid var(--color-white);
}
#top-news .news__post-list .news__post-meta {
  width: 60%;
}
#top-news .news__post-list .news__post .category-label,
#top-news .news__post-list .news__post time {
  font-size: var(--font-size-12);
}
#top-news .news__post-list .news__post .category-label {
  margin-bottom: 2%;
  gap: 1.5vw;
  display: flex;
  flex-wrap: wrap;
}
#top-news .news__post-list .news__post .category-label li {
  background: var(--primary-color);
  color: var(--color-white);
  border-radius: 3vw;
  padding: 0 1vw;
}
#top-news .news__post-list .news__post .news__post-title {
  font-size: var(--font-size-14);
}
#top-news .news__post-list .news__post time {
  display: block;
  text-align: right;
  color: var(--primary-color);
  margin-top: 2%;
}
#top-news .news__button {
  width: 100%;
  margin-top: 13%;
}

/* top-info
------------------------*/
#top-info {
  padding: 18% 0 0;
  position: relative;
  background: url(../img/top/info-l_deco.png) left top 10vw/45% no-repeat, url(../img/top/info_bg.jpg) center/cover no-repeat;
}
#top-info::after {
  position: absolute;
  content: "";
  width: 41%;
  height: 61vw;
  background: url(../img/top/info-r_deco.png) center/100% no-repeat;
  inset: 0 0 auto auto;
}
#top-info .info__table {
  background: var(--color-white);
  border-radius: 5vw;
  padding: 10% 5%;
  margin-bottom: 13%;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 15% 0;
  position: relative;
  background: var(--color-white);
  z-index: 1000;
}
#footer .footer__left .footer__logo {
  width: 22%;
  display: block;
  margin: 0 auto 6%;
}
#footer .footer__left .c-office-info {
  flex-wrap: wrap;
  margin-bottom: 10%;
}
#footer .footer__right .footer__button {
  width: 88%;
  height: 19vw;
  margin: 0 auto 12%;
}
#footer .footer__right .footer__nav {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 4vw 0;
}
#footer .footer__right .footer__nav .nav__item {
  font-size: var(--font-size-14);
  margin-bottom: 11%;
}
#footer .footer__right .footer__nav .nav__item:last-child {
  margin-bottom: 0;
}
#footer .footer__right .footer__nav .nav__item a {
  padding-left: 3vw;
  position: relative;
}
#footer .footer__right .footer__nav .nav__item a::before {
  position: absolute;
  content: "";
  width: 1vw;
  height: 1vw;
  background: var(--primary-color);
  border-radius: 50%;
  inset: 0 auto 0 0;
  margin: auto 0;
}
#footer .footer__right .footer__nav .nav__item a:hover {
  text-decoration: underline;
}
#footer .footer__right .footer__nav .nav__item a:hover::before {
  background: var(--accent-color);
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 35vw;
  padding: 0 1.5625%;
  position: relative;
  background: url(../img/sv/sv-l_deco.png) left top/43% no-repeat, url(../img/sv/sv-r_deco.png) right top/30% no-repeat, var(--color-white);
}
.lower-sv .sv__frame {
  height: 100%;
  width: 100%;
  margin-left: auto;
}
.lower-sv .sv__title {
  position: absolute;
  height: 100%;
  margin: 0 auto;
  inset: 0;
  width: 86%;
  display: flex;
  align-items: center;
}
.lower-sv .sv__title img {
  width: 80%;
}

#about-sv .sv__frame {
  background: url(../img/sv/about-sv_bg.png) center/100% no-repeat;
}
#about-sv .sv__title img {
  width: 58%;
}

#service-sv .sv__frame {
  background: url(../img/sv/service-sv_bg.png) center/100% no-repeat;
}
#service-sv .sv__title img {
  width: 58%;
}

#price-sv .sv__frame {
  background: url(../img/sv/price-sv_bg.png) center/100% no-repeat;
}

#recruit-sv .sv__frame {
  background: url(../img/sv/recruit-sv_bg.png) center/100% no-repeat;
}
#recruit-sv .sv__title img {
  width: 48%;
}

#news-sv .sv__frame {
  background: url(../img/sv/news-sv_bg.png) center/100% no-repeat;
}
#news-sv .sv__title img {
  width: 48%;
}

#contact-sv .sv__frame {
  background: url(../img/sv/contact-sv_bg.png) center/100% no-repeat;
}
#contact-sv .sv__title img {
  width: 53%;
}

#complete-sv .sv__frame {
  background: url(../img/sv/complete-sv_bg.png) center/100% no-repeat;
}
#complete-sv .sv__title img {
  width: 53%;
}

#privacy-sv .sv__frame {
  background: url(../img/sv/privacy-sv_bg.png) center/100% no-repeat;
}
#privacy-sv .sv__title img {
  width: 85%;
}

#site-sv .sv__frame {
  background: url(../img/sv/site-sv_bg.png) center/100% no-repeat;
}
#site-sv .sv__title img {
  width: 65%;
}

#e404-sv .sv__frame {
  background: url(../img/sv/e404-sv_bg.png) center/100% no-repeat;
}

/*==========================================
about
===========================================*/
/* about-policy
------------------------*/
#about-policy .policy__img {
  width: 80%;
  margin: 0 auto 8%;
}
#about-policy .policy__text span {
  position: relative;
  z-index: 1;
  font-size: var(--font-size-17);
  display: inline-block;
  line-height: 1;
}
#about-policy .policy__text span::before {
  position: absolute;
  content: "";
  width: 84%;
  height: 100%;
  z-index: -1;
  background: var(--primary-color-light-dark);
  inset: 0;
  margin: 0 auto;
}

/* about-steps
------------------------*/
#about-steps {
  padding: 18% 0;
}
#about-steps .steps__title img {
  width: 60%;
}
#about-steps .steps__item {
  margin-bottom: 12%;
  position: relative;
}
#about-steps .steps__item:last-child {
  margin-bottom: 0;
}
#about-steps .steps__item-img {
  width: 55%;
  margin: 0 auto 8%;
}
#about-steps .steps__item-title {
  padding-left: 14%;
}
#about-steps .steps__item-title::before {
  position: absolute;
  inset: 0 auto 0 0;
  content: counter(number, decimal-leading-zero) ".";
  text-shadow: none;
  font-size: var(--font-size-26);
  color: var(--primary-color);
  line-height: 1.2;
}
#about-steps .steps__item .c-office-info .info__address {
  width: 100%;
}

/* about-faq
------------------------*/
.faq__section {
  padding: 18% 0;
}
.faq__section .faq__list {
  background: var(--color-white);
  border-radius: 6vw;
  padding: 10% 5%;
}
.faq__section .faq__list .faq__post {
  margin-bottom: 10%;
  padding-bottom: 10%;
  border-bottom: 1px solid var(--color-gray);
}
.faq__section .faq__list .faq__post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.faq__section .faq__list .faq__post-title {
  font-size: var(--font-size-18);
  margin-bottom: 6%;
  position: relative;
  padding-left: 15%;
}
.faq__section .faq__list .faq__post-title::before {
  position: absolute;
  content: "Q";
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: var(--primary-color-light-dark);
  inset: 0 auto auto 0;
  font-size: var(--font-size-22);
  color: var(--primary-color);
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1.3;
}
.faq__section .faq__list .faq__post-title span {
  border-bottom: 1px solid var(--primary-color-light-dark);
}

#about-faq {
  background: url(../img/top/info_bg.jpg);
}

/*==========================================
service
===========================================*/
.com-service-section .service__head-content {
  margin-bottom: 15%;
}
.com-service-section .service__head-img {
  margin-bottom: 8%;
}
.com-service-section .service__head-img img {
  border-radius: 4vw;
}
.com-service-section .service__main-content .service__main-title {
  text-align: center;
}
.com-service-section .service__main-content .service__main-lists {
  position: relative;
}
.com-service-section .service__main-content .service__main-lists::before {
  position: absolute;
  content: "";
}
.com-service-section .service__main-content .service__main-lists .service__main-item {
  background: var(--color-background-green);
  padding: 5%;
  border-radius: 4vw;
  margin-bottom: 10%;
}
.com-service-section .service__main-content .service__main-lists .service__main-item:last-child {
  margin-bottom: 0;
}
.com-service-section .service__main-content .service__main-lists .service__main-item-title {
  font-size: var(--font-size-20);
  margin-bottom: 5%;
}
.com-service-section .service__main-content .service__main-lists .service__main-item-title small {
  font-size: var(--font-size-16);
}

/* service-nursing
------------------------*/
#service-nursing .service__main-lists::before {
  background: url(../img/service/nursing-main_ill.png) center/100% no-repeat;
  width: 35%;
  height: 15vw;
  inset: auto 0 -16vw auto;
}

/* service-rehab
------------------------*/
#service-rehab .service__main-lists::before {
  background: url(../img/service/rehab-main_ill.png) center/100% no-repeat;
  width: 35%;
  height: 15vw;
  inset: auto 0 -16vw auto;
}

/* service-area
------------------------*/
#service-area {
  padding: 0 0 16%;
}
#service-area .area__title img {
  width: 50%;
}
#service-area .area__map {
  width: 70%;
  margin: 0 auto;
}
#service-area .area__content {
  margin-bottom: 10%;
}
#service-area .area__content .area__text em {
  font-size: var(--font-size-18);
  color: var(--primary-color-dark);
}
#service-area .area__content .area__text span {
  color: var(--primary-color-dark);
}

/*==========================================
price
===========================================*/
/* price-check
------------------------*/
#price-check .price__pagenav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4vw 2%;
  margin-bottom: 15%;
}
#price-check .price__pagenav-list .price__pagenav-item {
  width: 49%;
}
#price-check .price__pagenav-list .price__pagenav-item .com-button {
  font-size: var(--font-size-12);
  padding: 0 1.5vw;
  height: 13vw;
}
#price-check .check__list .check__item {
  margin-bottom: 20%;
}
#price-check .check__list .check__item:nth-child(1) {
  width: 91%;
  margin: 0 auto 15%;
}
#price-check .check__list .check__item:nth-child(1) .yes-no__list {
  display: flex;
}
#price-check .check__list .check__item:nth-child(1) .yes-no__list .yes-no__item.arrow-x::before {
  right: -1.5vw;
  bottom: -123vw;
}
#price-check .check__list .check__item:nth-child(1) .yes-no__list .yes-no__item.arrow-x::after {
  height: 124vw;
}
#price-check .check__list .check__item:nth-child(2) {
  width: 70%;
}
#price-check .check__list .check__item:nth-child(2) .check__item-title {
  border-radius: 10px 10px 0 0;
}
#price-check .check__list .check__item:nth-child(2) .yes-no__list {
  flex-direction: row-reverse;
}
#price-check .check__list .check__item:nth-child(2) .yes-no__list .yes-no__item.arrow-x::before {
  right: -1.5vw;
  bottom: -13vw;
}
#price-check .check__list .check__item:nth-child(2) .yes-no__list .yes-no__item.arrow-x::after {
  height: 15vw;
}
#price-check .check__list .check__item:last-child {
  margin-bottom: 0;
}
#price-check .check__list .check__item-title {
  text-align: center;
  background: var(--primary-color-light-dark);
  margin-bottom: 0;
  padding: 3%;
  border-radius: 3vw;
}
#price-check .check__list .check__item .yes-no__list {
  margin-top: 5%;
  display: flex;
}
#price-check .check__list .check__item .yes-no__list .yes-no__item {
  width: 50%;
  text-align: center;
  font-size: var(--font-size-18);
  position: relative;
}
#price-check .check__list .check__item .yes-no__list .yes-no__item span {
  padding: 0 20px;
}
#price-check .check__list .check__item .yes-no__list .yes-no__item--yes span::after {
  background: rgba(var(--accent-color-rgb), 0.5);
}
#price-check .check__list .check__item .yes-no__list .yes-no__item--no span::after {
  background: rgba(var(--color-gray-rgb), 0.5);
}
#price-check .check__list .check__item .yes-no__list .yes-no__item.arrow::before, #price-check .check__list .check__item .yes-no__list .yes-no__item.arrow::after {
  position: absolute;
  content: "";
}
#price-check .check__list .check__item .yes-no__list .yes-no__item.arrow::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.25vw 1.75vw 0px 1.75vw;
  border-color: var(--color-gray) transparent transparent transparent;
}
#price-check .check__list .check__item .yes-no__list .yes-no__item.arrow-y::before, #price-check .check__list .check__item .yes-no__list .yes-no__item.arrow-y::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
#price-check .check__list .check__item .yes-no__list .yes-no__item.arrow-y::before {
  bottom: -11vw;
}
#price-check .check__list .check__item .yes-no__list .yes-no__item.arrow-y::after {
  width: 2px;
  height: 9vw;
  bottom: -10vw;
  background: var(--color-gray);
}
#price-check .check__list .check__item .yes-no__list .yes-no__item.arrow-x::after {
  width: 16%;
  height: 50px;
  border-top: 2px solid var(--color-gray);
  border-right: 2px solid var(--color-gray);
  right: 0;
  top: 5vw;
  margin: auto 0;
}
#price-check .check__list .check__item .checklist__wrap {
  background: var(--color-white);
  border: 0.5vw solid var(--primary-color-light-dark);
  border-radius: 0 0 2vw 2vw;
  padding: 10% 5%;
}
#price-check .check__list .check__item .checklist__wrap .checklist__item {
  margin-bottom: 8%;
  gap: 15px;
}
#price-check .check__list .check__item .checklist__wrap .checklist__item:last-child {
  margin-bottom: 0;
}
#price-check .check__list .check__item .checklist__wrap .checklist__item .checklist__title {
  font-size: var(--font-size-18);
  color: var(--primary-color);
  width: 60%;
  margin-bottom: 2%;
}
#price-check .check__list .check__item .checklist__wrap .checklist__item .checklist__title span {
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  color: var(--primary-color);
  background: var(--primary-color-light-dark);
  display: inline-block;
  font-size: var(--font-size-23);
  text-align: center;
  margin-left: 1vw;
}
#price-check .check__list .check__item .checklist__wrap .checklist__item .checklist__content {
  font-size: var(--font-size-16);
}
#price-check .check__list .check__item .checklist__wrap .checklist__item .checklist__content small {
  display: block;
  font-size: var(--font-size-13);
  color: var(--color-gray-dark);
}
#price-check .check__list .check__item--result {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#price-check .check__list .check__item--result p {
  width: 48%;
  height: 15vw;
  border-radius: 3vw;
  font-size: var(--font-size-16);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#price-check .check__list .check__item--result p.check__item-result-care {
  background: var(--primary-color);
}
#price-check .check__list .check__item--result p.check__item-result-medical {
  background: var(--accent-color);
}
#price-check .check__case-section {
  margin-top: 15%;
}
#price-check .check__case-section .case__title {
  text-align: center;
}
#price-check .check__case-section .case__list {
  border: 2px solid var(--primary-color);
  padding: 10% 6%;
  border-radius: 4vw;
}
#price-check .check__case-section .case__list .case__item {
  margin-bottom: 8%;
}
#price-check .check__case-section .case__list .case__item:last-child {
  margin-bottom: 0;
}
#price-check .check__case-section .case__list .case__item-title {
  font-size: var(--font-size-18);
  color: var(--primary-color);
  width: 45%;
  margin-bottom: 3%;
}
#price-check .check__case-section .case__list .case__item-title span {
  font-size: var(--font-size-20);
  color: var(--primary-color-dark);
  background: var(--primary-color-light-dark);
  width: 10vw;
  height: 10vw;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-left: 1vw;
}
#price-check .check__case-section .case__list .case__item-content-title {
  font-size: var(--font-size-20);
  margin-bottom: 5%;
}
#price-check .check__case-section .case__list .case__item-content-text {
  margin-bottom: 5%;
}
#price-check .check__case-section .case__list .case__item-content-list li::before {
  content: "・";
}

/* price-section
------------------------*/
#price-section {
  padding: 0 0 18% 0;
}
#price-section .price__title img {
  width: 35%;
}
#price-section .price__links {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 4vw 4%;
}
#price-section .price__links-item {
  width: 44%;
}
#price-section .price__links-item .button__bg--pattern {
  height: 12vw;
}

#price-simulation {
  padding: 0 0 18%;
}
#price-simulation .price__title {
  text-align: center;
}
#price-simulation .simulation__text {
  margin-bottom: 6%;
}
#price-simulation .simulation__button-list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 4vw 4%;
}
#price-simulation .simulation__button-list .simulation__button-item {
  width: 48%;
  height: 13vw;
}
#price-simulation .simulation__button-list .simulation__button-item:hover {
  cursor: pointer;
  transition: all 0.3s;
}
#price-simulation .simulation__wrap {
  margin-top: 15%;
}
#price-simulation .simulation__wrap-title {
  text-align: center;
  color: var(--primary-color);
  font-size: var(--font-size-25);
  margin-bottom: 10%;
}
#price-simulation .simulation__insert {
  margin-bottom: 15%;
}
#price-simulation .simulation__insert:last-child {
  margin-bottom: 0;
}
#price-simulation .simulation__select-title {
  padding-left: 14%;
}
#price-simulation .simulation__select-title::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 8vw;
  height: 8vw;
  background: var(--accent-color);
  border-radius: 50%;
  color: var(--color-white);
  text-shadow: none;
  font-size: var(--font-size-18);
  display: flex;
  align-items: center;
  justify-content: center;
}
#price-simulation .simulation__select-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 2%;
}
#price-simulation .simulation__select-button-list .simulation__select-button-item {
  width: 32%;
}
#price-simulation .simulation__select-button-list .simulation__select-button-item .pagenav__button {
  width: 100%;
  height: 13vw;
  padding: 0 2vw;
  transition: all 0.3s;
  font-family: var(--body-font-family);
  font-size: var(--font-size-13);
}
#price-simulation .simulation__select-button-list .simulation__select-button-item .pagenav__button.opacity-80 {
  opacity: 0.8;
}
#price-simulation .simulation__select-button-list .simulation__select-button-item .pagenav__button.opacity-80:hover {
  opacity: 1;
}
#price-simulation .estimate__item {
  margin-bottom: 12%;
}
#price-simulation .estimate__item:last-child {
  margin-bottom: 0;
}
#price-simulation .estimate__item-title {
  font-size: var(--font-size-18);
  margin-bottom: 3%;
  display: block;
  position: relative;
}
#price-simulation .estimate__item-title:hover {
  cursor: pointer;
}
#price-simulation .estimate__item-title::before, #price-simulation .estimate__item-title::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  background: var(--color-white);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#price-simulation .estimate__item-title::after {
  background: var(--color-white);
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
#price-simulation .estimate__item-title.open::after {
  transform: rotate(0);
  transition: 0.5s;
}
#price-simulation .estimate__item-title span {
  display: block;
  position: relative;
}
#price-simulation .estimate__item-title span::after {
  position: absolute;
  content: "";
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 0 -3vw 0 auto;
  margin: auto 0;
}
#price-simulation .estimate__table table,
#price-simulation .estimate__table th,
#price-simulation .estimate__table td {
  border-collapse: collapse;
  border: 1px solid var(--primary-color-dark);
  display: block;
}
#price-simulation .estimate__table th,
#price-simulation .estimate__table td {
  vertical-align: middle;
  padding: 2vw 4vw;
}
#price-simulation .estimate__table .thead-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#price-simulation .estimate__table .thead-item th {
  background: var(--primary-color-light-dark);
}
#price-simulation .estimate__table .thead-item th.estimate__entry-checkbox {
  width: 16%;
}
#price-simulation .estimate__table .estimate__entry-item,
#price-simulation .estimate__table .estimate__entry-conditions,
#price-simulation .estimate__table .estimate__entry-number,
#price-simulation .estimate__table .estimate__entry-checkbox {
  width: 100%;
}
#price-simulation .estimate__table .estimate__entry-number {
  text-align: right;
}
#price-simulation .estimate__table .estimate__entry-unit,
#price-simulation .estimate__table .estimate__entry-price {
  width: 50%;
}
#price-simulation .estimate__table .estimate__entry-checkbox {
  position: absolute;
  inset: 0 0 auto auto;
  height: 100%;
  display: flex;
  align-items: center;
}
#price-simulation .estimate__table .estimate__entry {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#price-simulation .estimate__table .estimate__entry:nth-child(odd) {
  background: var(--color-white);
}
#price-simulation .estimate__table .estimate__entry:nth-child(even) {
  background: var(--color-background-green);
}
#price-simulation .estimate__table .estimate__entry td.estimate__entry-number {
  text-align: right;
}
#price-simulation .estimate__table .estimate__entry td.estimate__entry-checkbox {
  position: absolute;
  inset: 0 0 auto auto;
  width: 16%;
}
#price-simulation .estimate__table .estimate__table-number {
  width: 25%;
  padding: 1vw;
  border: 1px solid var(--color-gray);
  font-size: var(--font-size-16);
  font-family: var(--body-font-family);
  margin-right: 1vw;
}
#price-simulation .estimate__table .estimate__table-number:hover {
  cursor: pointer;
}
#price-simulation .estimate__option .thead-item,
#price-simulation .estimate__option .estimate__entry {
  padding-right: 16%;
}
#price-simulation .estimate__notes {
  margin-top: 8%;
  background: var(--color-white);
  border-radius: 4vw;
  padding: 10% 5%;
}
#price-simulation .estimate__total {
  width: 100%;
  margin: 12% auto 0;
  color: var(--color-white);
  text-align: center;
  font-size: var(--font-size-18);
  border-radius: 3vw;
  background: var(--primary-color);
  padding: 5% 0;
}
#price-simulation .estimate__total-price {
  font-size: var(--font-size-25);
}

/*==========================================
recruit
===========================================*/
/* recruit-description
------------------------*/
.description-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 12%;
  gap: 4vw 4%;
}
.description-list .description-item {
  width: 48%;
}
.description-list .description-item .pagenav__button {
  font-size: var(--font-size-13);
  padding: 0 2vw;
}

#recruit-description .description__wrap {
  margin-bottom: 13%;
}
#recruit-description .description__wrap:last-child {
  margin-bottom: 0;
}
#recruit-description .description__wrap-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10%;
  text-align: center;
  display: flex;
}
#recruit-description .description__wrap .description__list-wrap .description__list-item {
  background: url(../img/recruit/description-check_ic.png) left 4% top 3vw/4vw no-repeat, rgba(var(--primary-color-light-rgb), 0.4);
  border-radius: 2.5vw;
  padding: 2% 2% 2% 12%;
  font-size: var(--font-size-16);
  margin-bottom: 5%;
}

/* recruit-schedule
------------------------*/
#recruit-schedule {
  padding: 18% 0;
}
#recruit-schedule .schedule__title img {
  width: 75%;
}
#recruit-schedule .schedule__wrap {
  background: url(../img/recruit/schedule-rt_ill.png) right 6% top 12vw/30% no-repeat, url(../img/recruit/schedule-rb_ill.png) left bottom 39vw/35% no-repeat, var(--color-white);
  border-radius: 4vw;
  padding: 12% 5%;
}
#recruit-schedule .schedule__wrap .schedule__inner-title {
  text-align: center;
}
#recruit-schedule .schedule__wrap .schedule__list {
  position: relative;
  font-size: var(--font-size-18);
}
#recruit-schedule .schedule__wrap .schedule__list::before, #recruit-schedule .schedule__wrap .schedule__list::after {
  position: absolute;
  content: "";
  width: 4vw;
  height: 4vw;
  background: var(--accent-color);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
}
#recruit-schedule .schedule__wrap .schedule__list::before {
  top: 0;
}
#recruit-schedule .schedule__wrap .schedule__list::after {
  bottom: 0;
}
#recruit-schedule .schedule__wrap .schedule__list .schedule__list-item {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  padding-bottom: 14%;
  position: relative;
}
#recruit-schedule .schedule__wrap .schedule__list .schedule__list-item::before, #recruit-schedule .schedule__wrap .schedule__list .schedule__list-item::after {
  position: absolute;
  content: "";
}
#recruit-schedule .schedule__wrap .schedule__list .schedule__list-item::before {
  width: 1vw;
  margin: 0 auto;
  height: 100%;
  inset: auto 0 0;
  background: var(--accent-color);
}
#recruit-schedule .schedule__wrap .schedule__list .schedule__list-item::after {
  width: 5vw;
  height: 5vw;
  margin: auto;
  border-radius: 50%;
  border: 1vw solid var(--accent-color);
  background: var(--color-white);
  inset: 0 0 auto;
}
#recruit-schedule .schedule__wrap .schedule__list .schedule__list-item:first-child {
  padding-top: 15%;
}
#recruit-schedule .schedule__wrap .schedule__list .schedule__list-item:first-child::after {
  top: 11vw;
}
#recruit-schedule .schedule__wrap .schedule__list .schedule__list-item:last-child {
  padding-bottom: 15%;
}
#recruit-schedule .schedule__wrap .schedule__list .schedule__item-title {
  width: 50%;
  text-align: right;
  color: var(--primary-color);
  font-size: var(--font-size-14);
  padding-right: 8%;
}
#recruit-schedule .schedule__wrap .schedule__list .schedule__item-content {
  width: 50%;
  font-size: var(--font-size-14);
  padding-left: 8%;
}
#recruit-schedule .schedule__wrap .schedule__note {
  margin-top: 12%;
}

/* recruit-requirement
------------------------*/
#recruit-requirement {
  padding: 18% 0;
  background: url(../img/top/info_bg.jpg);
}
#recruit-requirement .requirement__table {
  border-radius: 4vw;
  padding: 10% 5%;
  background: var(--color-white);
}
#recruit-requirement .requirement__table .pdf__button {
  display: block;
  width: 56%;
  background: url(../img/recruit/requirement-pdf_ic.png) right center/6vw no-repeat;
  margin-top: 3%;
}
#recruit-requirement .requirement__table .pdf__button span {
  border-bottom: 1px solid var(--color-red);
}
#recruit-requirement .requirement__button {
  margin-top: 12%;
  z-index: 10;
}
#recruit-requirement .requirement__button img {
  width: 62%;
}
#recruit-requirement .requirement__img-list {
  margin-top: 12%;
}
#recruit-requirement .requirement__img-list .requirement__img-item {
  margin-bottom: 5%;
}
#recruit-requirement .requirement__img-list .requirement__img-item:last-child {
  margin-bottom: 0;
}
#recruit-requirement .requirement__img-list .requirement__img-item img {
  border-radius: 4vw;
}

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

/*==========================================
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 tr th .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form tr td {
  padding: 3% 0;
}
#contact .contact__form tr td .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form tr td .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form tr td textarea {
  height: 37vw;
}
#contact .contact__form tr.contact__form-privacy th {
  text-align: left;
}
#contact .contact__form-input {
  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;
}
#privacy .privacy__content p {
  margin-bottom: 8%;
}
#privacy .privacy__content p:last-child {
  margin-bottom: 0;
}
#privacy .privacy__content ul {
  margin-top: 8%;
}

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

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