@charset "UTF-8";
/*==========================================
PC共通
===========================================*/
html {
  font-size: 62.5%;
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.08em;
}

.section-title {
  text-align: center;
  font-size: var(--font-size-40);
  width: 980px;
  margin: 0 auto;
  border-bottom: 1px solid var(--primary-color);
  padding-top: 60px;
  background: url(../img/common/section-ttl_ill.png) top center no-repeat;
  margin-bottom: 75px;
  font-weight: var(--font-weight-medium);
}
.section-title em {
  font-size: var(--font-size-60);
}
.section-title small {
  font-size: var(--font-size-26);
  display: block;
}

.headline-title {
  text-align: left;
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-medium);
  border-radius: 15px;
  margin-bottom: 15px;
  padding: 10px 25px;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont p {
  margin-bottom: 45px;
  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-18);
  font-weight: var(--font-weight-bold);
  margin-bottom: 5px;
}
#g-map h4 span {
  padding-left: 20px;
}
#g-map .map {
  height: 400px;
  /*==========================================
  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;
}

.c-contact__list {
  gap: 15px;
}

.com-tel {
  line-height: 1.1;
}
.com-tel .tel__num {
  font-size: var(--font-size-28);
}
.com-tel .tel__num small {
  font-size: var(--font-size-16);
}
.com-tel .tel__txt {
  display: block;
}

.mail-button a {
  color: var(--accent-color);
  font-size: var(--font-size-15);
  padding: 5px 10px 5px 40px;
  border-bottom: 1px solid;
}
.mail-button a::before {
  content: "\f32f";
  left: 16px;
  z-index: 1;
}

.com-button {
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border: 1px solid;
  background: var(--color-white);
  color: var(--primary-color);
  font-size: var(--font-size-20);
}
.com-button:hover {
  opacity: 1;
  background: var(--primary-color);
  color: var(--color-white);
}

.c-address {
  text-align: center;
  font-size: var(--font-size-16);
}
.c-address .address__worktime .worktime__item dt {
  position: relative;
  padding-right: 7px;
  margin-right: 7px;
}
.c-address .address__worktime .worktime__item dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  inset: 0 0 0 auto;
  margin: auto 0;
  background: var(--body-font-color);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  background: var(--color-white);
  border-radius: 32px;
  padding: 20px 55px;
}
.com-table tr {
  display: flex;
  padding: 20px 0;
}
.com-table tr th {
  padding: 0 10px;
  width: 180px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 180px);
  padding: 0 20px;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 1;
}
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;
}

/*==========================================
header
===========================================*/
.header__mv-wrap {
  padding: 60px 3.125%;
  background: url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
  position: relative;
}

#header .header__logo {
  position: absolute;
  inset: 0 auto auto 0;
  width: 20.3125%;
  z-index: 100;
}
#header .header__logo img {
  width: 58.46%;
}
#header .header__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 49px 0;
  height: 135px;
  background: #fffefd;
}
#header .header__logo a:hover {
  opacity: 0.8;
}
#header .header__bottom {
  position: absolute;
  inset: auto auto 0 0;
  background: var(--color-orange-20);
  border-radius: 0 49px 0 0;
  width: 730px;
  z-index: 100;
  padding: 30px 0;
}
#header .header__bottom .c-contact__list {
  margin-bottom: 10px;
}
#header #nav .nav__list {
  gap: 15px 30px;
}
#header #nav .nav__list .nav__item {
  font-size: var(--font-size-16);
}
#header #nav .nav__list .nav__item a {
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  padding-bottom: 3px;
  display: block;
  position: relative;
}
#header #nav .nav__list .nav__item a:before {
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--primary-color);
  position: absolute;
  display: block;
}
#header #nav .nav__list .nav__item a:after {
  content: "";
  width: 0;
  right: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--primary-color);
  position: absolute;
  display: block;
}
#header #nav .nav__list .nav__item a:hover {
  color: var(--primary-color);
}
#header #nav .nav__list .nav__item a:hover:before {
  width: 50%;
  border-bottom: 1px solid var(--primary-color);
}
#header #nav .nav__list .nav__item a:hover:after {
  width: 50%;
  border-bottom: 1px solid var(--primary-color);
}
#header #nav .nav__list .nav__item.current a {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
#header #nav .nav__list .nav__item.current a::before, #header #nav .nav__list .nav__item.current a::after {
  border-bottom: none;
}
#header #nav .nav__list .nav__item.current a:hover::before, #header #nav .nav__list .nav__item.current a:hover::after {
  border-bottom: none;
}

/*==========================================
nav
===========================================*/
/*==========================================
mv
===========================================*/
#top-mv {
  height: clamp(650px, 42.187vw, 810px);
  position: relative;
}
#top-mv .mv__catch {
  position: absolute;
  inset: 19.1358% auto auto 8.6111%;
  width: 24.6666%;
  z-index: 100;
}
#top-mv .mv__frame {
  width: 100%;
  height: 100%;
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv .mv__frame #mv__slider {
  height: clamp(650px, 42.187vw, 810px);
  position: relative;
}
#top-mv .mv__frame #mv__slider li {
  height: 100%;
  border-radius: 49px;
}
#top-mv .mv__frame #mv__slider li:nth-child(1) {
  background: url(../img/top/mv/mv_slide01.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .mv__frame #mv__slider li:nth-child(2) {
  background: url(../img/top/mv/mv_slide02.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .mv__frame #mv__slider li:nth-child(3) {
  background: url(../img/top/mv/mv_slide03.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .mv__frame #mv__slider li:nth-child(4) {
  background: url(../img/top/mv/mv_slide04.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .mv__frame .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .mv__frame .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#top-mv .mv__frame .bx-pager {
  display: none;
}

/*==========================================
top
===========================================*/
/* top-about
------------------------*/
#top-about .about-content {
  padding: 125px 0 145px;
  background: url(../img/top/about_bg.jpg) center/cover no-repeat;
}
#top-about .about-content .inbox {
  width: clamp(1200px, 78.125%, 1500px);
  border-radius: 32px;
  background: var(--color-white);
  padding: 95px 0 105px;
  position: relative;
}
#top-about .about-content .inbox::before {
  position: absolute;
  content: "";
  width: 103px;
  height: 160px;
  background: url(../img/top/about-content_ill.png) center/100% no-repeat;
  inset: -65px auto auto 16%;
}
#top-about .about-content .about__title {
  width: fit-content;
}
#top-about .about-content .about__title strong {
  color: var(--primary-color);
}
#top-about .about-content .about__title small {
  font-size: var(--font-size-30);
  display: inline-block;
}
#top-about .about-content .about__txt {
  text-align: center;
  margin-bottom: 70px;
  line-height: 2.6;
  font-size: var(--font-size-20);
}
#top-about .about-content .about__button {
  width: 450px;
  margin: 0 auto 100px;
}
#top-about .about-content .about__img {
  /*==========================================
  100% から%を算出
  ===========================================*/
  width: 85.3333333333%;
  margin: 0 auto;
  position: relative;
}
#top-about .about-content .about__img::before {
  position: absolute;
  content: "";
  width: 106px;
  height: 163px;
  background: url(../img/top/about-img_ill.png) center/100% no-repeat;
  inset: -150px 8.9843% auto auto;
}
#top-about .about-content .about__img img {
  border-radius: 33px;
}

/* top-service
------------------------*/
#top-service {
  padding: 145px 0;
  background: url(../img/top/service_bg.jpg) center/cover no-repeat;
  position: relative;
  z-index: 1;
}
#top-service::before {
  position: absolute;
  content: "";
  inset: 235px auto auto 8.59375%;
  margin: 0 auto;
  z-index: -1;
  height: 1050px;
  /*==========================================
  100% から%を算出
  ===========================================*/
  width: 78.125%;
  background: url(../img/top/service-left_deco.png) left top/28.733% no-repeat, url(../img/top/service-right_deco.png) right bottom/31.333% no-repeat;
}
#top-service .service__title {
  width: fit-content;
  margin-bottom: 105px;
}
#top-service .service__txt-etc {
  color: var(--accent-color);
}
#top-service .service__txt-main {
  text-align: center;
  font-size: var(--font-size-20);
  line-height: 2.6;
  margin-top: 65px;
}
#top-service .service__button {
  width: 450px;
  margin: 70px auto 0;
}

.c-service__list {
  gap: 85px 70px;
}
.c-service__list .service__item {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  background: var(--color-orange-10);
  border-radius: 25px;
  text-align: center;
  padding: 35px 0;
}
.c-service__list .service__item::before {
  font-size: 6.4rem;
  color: var(--primary-color);
  inset: -40px 0 auto;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  position: absolute;
}
.c-service__list .service__item-illust {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-service__list .service__item-txt {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-medium);
}

.service__txt-etc {
  text-align: center;
  font-size: var(--font-size-24);
  margin-top: 50px;
}

/* top-links
------------------------*/
#top-links {
  padding: 120px 4.9479%;
  gap: 3.4884%;
  background: url(../img/top/links_bg.jpg) center/cover no-repeat;
}
#top-links .links__item {
  width: 48.2558%;
}
#top-links .links__item a {
  display: block;
  height: 480px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
#top-links .links__item a:hover {
  transform: translateY(-15px);
}
#top-links .links__item a::before {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
  content: "";
  background: var(--color-orange-10);
  inset: -210px -75px auto auto;
  z-index: 1;
}
#top-links .links__item.links__item--faq a {
  background: url(../img/top/links-faq_img.jpg) center/cover no-repeat;
}
#top-links .links__item.links__item--info a {
  background: url(../img/top/links-info_img.jpg) center/cover no-repeat;
}
#top-links .links__item-title {
  width: 420px;
  text-align: center;
  position: absolute;
  inset: 90px 0 auto auto;
  color: var(--primary-color);
  font-size: var(--font-size-40);
  z-index: 1;
  font-weight: var(--font-weight-medium);
}
#top-links .links__item-title::before {
  position: absolute;
  content: "";
  background: url(../img/top/links-ttl_ill.png) center/100% no-repeat;
  width: 108px;
  height: 106px;
  inset: auto auto -100px 35px;
}

/* top-news
------------------------*/
#top-news {
  padding: 130px 0;
}
#top-news .inbox {
  position: relative;
  min-height: 255px;
}
#top-news .news__title {
  width: 260px;
  margin: 0 auto 0 0;
}
#top-news .news__post-list {
  width: 785px;
}
#top-news .news__post-list .news__post {
  background: url(../img/common/dotted_bdr.svg) bottom center no-repeat;
}
#top-news .news__post-list .news__post:first-child {
  background: url(../img/common/dotted_bdr.svg) top center no-repeat, url(../img/common/dotted_bdr.svg) bottom center no-repeat;
}
#top-news .news__post-list .news__post a {
  padding: 30px 15px;
}
#top-news .news__post-list .news__post a:hover {
  background: var(--color-orange-10);
}
#top-news .news__post-list .news__post time,
#top-news .news__post-list .news__post .category-label {
  font-size: var(--font-size-14);
  color: var(--primary-color);
}
#top-news .news__post-list .news__post time {
  width: 85px;
}
#top-news .news__post-list .news__post .category-label {
  gap: 7px 0;
  width: calc(100% - 85px);
}
#top-news .news__post-list .news__post .category-label li {
  padding: 0 7px;
  position: relative;
}
#top-news .news__post-list .news__post .category-label li::before {
  width: 1px;
  height: 15px;
  position: absolute;
  content: "";
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--primary-color);
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  letter-spacing: 0.08em;
  margin-top: 5px;
}
#top-news .news__button {
  width: 260px;
  position: absolute;
  inset: 180px auto auto 0;
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--primary-color);
  padding: 90px 0;
  text-align: center;
}
#footer .footer__logo {
  display: inline-block;
  margin-bottom: 45px;
}
#footer .c-address {
  margin-bottom: 30px;
}
#footer .official__butoon {
  width: 240px;
  height: 50px;
  margin: 0 auto 50px;
}
#footer .c-contact__list {
  width: 750px;
  margin: 0 auto 60px;
  background: var(--color-white);
  border-radius: 13px;
  padding: 25px 30px;
}
#footer .footer__nav {
  gap: 15px 30px;
  font-size: var(--font-size-14);
}
#footer .footer__nav a:hover {
  text-decoration: underline;
}

.c-contact__content .contact__title {
  font-size: var(--font-size-20);
  margin-bottom: 10px;
}
.c-contact__content .contact__title span {
  position: relative;
  padding: 0 30px;
}
.c-contact__content .contact__title span::before, .c-contact__content .contact__title span::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0px 5px;
  border-color: var(--body-font-color) transparent transparent transparent;
}
.c-contact__content .contact__title span::before {
  left: 0;
}
.c-contact__content .contact__title span::after {
  right: 0;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
}
.lower-sv .sv__title {
  font-size: var(--font-size-38);
  background: url(../img/sv/sv-ttl_bdr.svg) bottom center no-repeat;
  color: var(--primary-color);
  text-align: center;
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  font-weight: var(--font-weight-medium);
  right: 3%;
  width: 31%;
  min-width: 545px;
}
.lower-sv .sv__title::before {
  position: absolute;
  content: "";
  inset: auto -80px -105px auto;
  width: 76px;
  height: 131px;
  background: url(../img/sv/sv-ttl_ill.png) center/100% no-repeat;
}
.lower-sv .sv__frame {
  /*==========================================
  100% から%を算出
  ===========================================*/
  width: 60.5555555556%;
  height: 580px;
  border-radius: 49px;
}

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

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

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

#info-sv .sv__frame {
  background: url(../img/sv/info-sv_bg.jpg) center/cover no-repeat;
}

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

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

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

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

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

#e404-sv .sv__frame {
  background: url(../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}
#e404-sv .sv__title {
  font-size: var(--font-size-36);
}

/*==========================================
about
===========================================*/
/* about-greeting
------------------------*/
#about-greeting .greeting__inner {
  background: var(--color-white);
  border-radius: 32px;
  padding: 55px 70px 55px;
}
#about-greeting .greeting__inner .greeting__img {
  width: 377px;
  height: 271px;
  position: relative;
  overflow: inherit;
}
#about-greeting .greeting__inner .greeting__img::before {
  position: absolute;
  content: "";
  width: 103px;
  height: 160px;
  background: url(../img/about/greeting-img_ill.png) center/100% no-repeat;
  inset: auto auto -101px -52px;
}
#about-greeting .greeting__inner .greeting__img img {
  border-radius: 19px;
}
#about-greeting .greeting__inner .greeting__content {
  width: 520px;
}

/* about-feature
------------------------*/
#about-feature .feature__list {
  gap: 95px 50px;
}
#about-feature .feature__item {
  width: 500px;
  background: var(--color-orange-10);
  border-radius: 25px;
  padding: 40px 20px 50px;
  position: relative;
}
#about-feature .feature__item::before {
  font-size: 6.4rem;
  color: var(--primary-color);
  inset: -40px 0 auto;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  position: absolute;
  text-align: center;
}
#about-feature .feature__item-title {
  text-align: center;
  font-size: var(--font-size-20);
  margin-bottom: 15px;
  font-weight: var(--font-weight-medium);
}
#about-feature .feature__item-img {
  margin-bottom: 15px;
}
#about-feature .feature__item-img img {
  border-radius: 13px;
}

/*==========================================
service
===========================================*/
/* service-steps
------------------------*/
#service-guide .guide__txt-main {
  text-align: center;
  margin-bottom: 60px;
  line-height: 2.6;
}
#service-guide .c-contact__content {
  text-align: center;
}
#service-guide .c-contact__content .c-contact__list {
  width: 750px;
  margin: 0 auto 100px;
  background: var(--color-orange-10);
  border-radius: 13px;
  padding: 25px 0;
}
#service-guide .guide__item {
  background: var(--accent-color);
  border-radius: 25px;
  margin-bottom: 35px;
  padding: 40px 45px;
  color: var(--color-white);
}
#service-guide .guide__item:last-child {
  margin-bottom: 0;
}
#service-guide .guide__item-title {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-medium);
  margin-bottom: 15px;
}

/* service-steps
------------------------*/
#service-steps {
  background: var(--color-orange-10);
  position: relative;
  z-index: 1;
}
#service-steps::before {
  position: absolute;
  content: "";
  z-index: -1;
  /*==========================================
  100% から%を算出
  ===========================================*/
  width: 78.6458333333%;
  min-width: 1360px;
  height: 480px;
  inset: auto 0 155px;
  margin: 0 auto;
  background: url(../img/service/steps-left_ill.png) left top/13.9735% no-repeat, url(../img/service/steps-right_ill.png) right bottom/12.7152% no-repeat;
}
#service-steps .steps__list {
  position: relative;
  z-index: 1;
  gap: 35px 21px;
}
#service-steps .steps__list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  background: var(--color-orange-20);
  inset: 127.5px 0 auto;
  z-index: -1;
}
#service-steps .steps__list .steps__item {
  width: 254px;
}
#service-steps .steps__list .steps__item-title {
  width: 100%;
  height: 254px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--color-white);
  background: var(--primary-color);
  text-align: center;
  font-weight: var(--font-weight-medium);
  margin-bottom: 15px;
}
#service-steps .steps__list .steps__item-title .title-num {
  font-size: var(--font-size-20);
}
#service-steps .steps__list .steps__item-title .title-txt {
  font-size: var(--font-size-30);
  line-height: 1.6;
}
#service-steps .steps__list .steps__item-txt {
  padding: 0 15px;
}

/*==========================================
faq
===========================================*/
#faq-archive .faq__post {
  margin-bottom: 65px;
}
#faq-archive .faq__post:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__post-title {
  position: relative;
  padding-left: 75px;
}
#faq-archive .faq__post-title .title-q {
  position: absolute;
  inset: 10px auto auto 45px;
}

/*==========================================
info
===========================================*/
#info .info__table {
  margin-bottom: 125px;
}

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

/*==========================================
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);
  -webkit-transition: all 0.3s;
  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 .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form tr th {
  margin-bottom: 20px;
}
#contact .contact__form tr th .required {
  padding: 3px;
  margin-left: 10px;
  vertical-align: baseline;
  font-size: var(--font-size-12);
}
#contact .contact__form tr td .label-list {
  gap: 15px;
}
#contact .contact__form tr.privacy-check th {
  text-align: center;
}
#contact .contact__form .form-field {
  padding: 20px 15px;
}
#contact .contact__form .contact__select {
  width: 200px;
}
#contact .contact__form .contact__select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact__form .contact__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 .check-btn {
  width: 304px;
}
#contact .contact__submits-wrap .back-btn {
  width: 270px;
}
#contact .contact__submits-wrap .send-btn {
  width: 240px;
}

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

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

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