@charset "UTF-8";
/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  margin-bottom: 13%;
}

.headline-title {
  text-align: left;
  border-left: 1.25vw solid var(--primary-color);
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-medium);
  color: var(--primary-color);
  padding-left: 3%;
  line-height: 1.6;
  margin-bottom: 4%;
}

.sub-title {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-medium);
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 12%;
}

/*==========================================
共通ブロック・要素
===========================================*/
.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 .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;
  border-radius: 18px;
}

.com-button {
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8vw;
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  position: relative;
  padding: 0 6vw;
}
.com-button::before {
  content: "\f138";
  inset: 0 4vw 0 auto;
  z-index: 10;
}
.com-button--primary {
  background: var(--primary-color);
}
.com-button--accent {
  background: var(--accent-color);
}
.com-button:hover {
  transform: scale(0.95);
  opacity: 0.9;
}

.c-address {
  margin-bottom: 8%;
  color: var(--primary-color);
}
.c-address .address__locate {
  margin-bottom: 3%;
}
.c-address .address__worktime .worktime__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
}
.c-address .address__worktime .worktime__item:last-child {
  margin-bottom: 0;
}
.c-address .address__worktime .worktime__item dt {
  padding-right: 2.5vw;
  margin-right: 2.5vw;
  position: relative;
}
.c-address .address__worktime .worktime__item dt::after {
  position: absolute;
  content: "";
  inset: 0 0 0 auto;
  margin: auto 0;
  background: var(--primary-color);
  width: 1px;
  height: 3vw;
}

.c-sns__list {
  gap: 5vw 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-wave {
  position: relative;
}
.bg-wave::before, .bg-wave::after {
  position: absolute;
  content: "";
  background: url(../img/common/bg-wave.png) center/100% no-repeat;
  margin: 0 auto;
  width: 100%;
  height: 9vw;
  left: 0;
  right: 0;
}
.bg-wave::before {
  top: -1px;
  background-position: 50% 0;
}
.bg-wave::after {
  bottom: -1px;
  background-position: 50% 0;
  transform: rotate(180deg);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 3%;
}
.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;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*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: 15% 6%;
  background-image: radial-gradient(var(--color-gray) 1px, transparent 1px), radial-gradient(var(--color-gray) 1px, transparent 1px);
  background-size: 18px 18px;
  background-position: 0 0, 9px 9px;
  background-color: var(--color-lightgray);
}
#drawer-nav .drawer-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer-nav nav {
  margin-bottom: 8%;
}
#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);
  -webkit-transform: rotate(45deg);
  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-contact__list {
  margin-bottom: 8%;
}
#drawer-nav .c-sns__list {
  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;
}

/*==========================================
コンポーネント
===========================================*/
.c-contact__list .com-tel {
  line-height: 1.3;
  text-align: center;
  margin-bottom: 8%;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-27);
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
  letter-spacing: 0;
  padding-left: 7vw;
  background: url(../img/common/tel_ic.png) left center/4.5vw no-repeat;
}
.c-contact__list .com-tel .tel__txt {
  display: block;
}
.c-contact__list .com-mail-button {
  margin: 0 auto;
}
.c-contact__list .com-mail-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8vw;
  height: 13vw;
  margin: 0 auto;
  color: var(--color-white);
  font-size: var(--font-size-18);
  background: var(--color-red);
}
.c-contact__list .com-mail-button a span {
  padding-left: 8vw;
  background: url(../img/common/mail_ic.png) left center/4.5vw no-repeat;
}

/*==========================================
header
===========================================*/
#header {
  background: url(../img/common/header_bg.png) bottom center/100% no-repeat;
  padding-bottom: 8%;
}
#header .header__side {
  padding: 2% 4%;
}
#header .header__side .header__logo {
  width: 27%;
  line-height: 1;
}
#header .header__side #nav,
#header .header__side .c-contact__list {
  display: none;
}
#header .header__mv {
  width: 88%;
  margin: 0 auto;
  position: relative;
}

#top-mv {
  background: url(../img/top/mv/mv_img.png) bottom center/100% no-repeat;
  height: 80vw;
}
#top-mv .mv__catch {
  width: 80%;
  position: absolute;
  inset: 5vw auto auto 0;
}

/*==========================================
top
===========================================*/
/* top-banner
------------------------*/
#top-banner {
  width: 84%;
  margin: 16% auto 10%;
  border: 2px solid var(--primary-color);
  background-image: linear-gradient(var(--color-lightgray) 1px, transparent 1px), linear-gradient(to right, var(--color-lightgray) 1px, transparent 1px);
  background-size: 13px 13px;
  background-color: var(--color-white);
  position: relative;
  overflow: hidden;
  padding: 8% 4% 10%;
}
#top-banner .banner__img {
  width: 100%;
  height: 83vw;
  margin-bottom: 8%;
}
#top-banner .banner__content .banner__title {
  margin-bottom: 6%;
}
#top-banner .banner__content .banner__text {
  margin-bottom: 8%;
}
#top-banner .banner__content .c-contact__list {
  background: var(--primary-color);
  padding: 6% 4%;
}
#top-banner .banner__content .c-contact__list .tel__num {
  color: var(--color-white);
  background-image: url(../img/common/tel-ic_white.png);
}
#top-banner .banner__content .c-contact__list .com-mail-button {
  width: 75%;
}
#top-banner.banner__autumn .c-contact__list .com-mail-button a, #top-banner.banner__winter .c-contact__list .com-mail-button a {
  background-color: var(--accent-color);
}

/* top-about
------------------------*/
#top-about {
  padding: 20% 0 18%;
  background: url(../img/top/about_bg.jpg) center/cover no-repeat;
}
#top-about .about__img {
  margin-bottom: 8%;
}
#top-about .about__content {
  color: var(--color-white);
}

/* top-chart
------------------------*/
#chart {
  padding: 18% 0;
}
#chart .com_chart {
  padding: 10% 5%;
  border: 1px solid var(--color-gray);
  border-radius: 4vw;
}
#chart .com_chart .chart_title {
  border-bottom: 1px solid var(--color-gray);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-medium);
  margin-bottom: 6%;
  padding: 3% 0 3% 15%;
  position: relative;
}
#chart .com_chart .chart_title .q-icon {
  position: absolute;
  inset: 2.5vw auto 0 0;
  color: var(--color-white);
  background: var(--primary-color);
  border-radius: 50%;
  width: 9vw;
  height: 9vw;
  font-size: var(--font-size-18);
  text-align: center;
}
#chart .com_chart .chart_btn_list .chart_btn_list-item {
  margin-bottom: 7%;
}
#chart .com_chart .chart_btn_list .chart_btn_list-item:last-child {
  margin-bottom: 0;
}
#chart .btn_wrp {
  margin-top: 10%;
}
#chart .btn_wrp .com-button::before {
  transform: scale(-1, 1);
  right: auto;
  left: 4vw;
}
#chart .com-button {
  padding: 0 11vw 0 5vw;
  height: 17vw;
}
#chart .result_chart .result_img {
  width: 50%;
  margin: 0 auto 8%;
}
#chart .result_chart .result_txtxbx {
  border: 1.25vw solid var(--primary-color);
  padding: 10% 6%;
  margin-bottom: 10%;
}
#chart .result_chart .result_txtxbx .result_txt {
  font-size: var(--font-size-16);
  margin-bottom: 8%;
}
#chart .result_chart .result_txtxbx .more_btn {
  width: 100%;
  margin: 0 auto;
}

/* top-worry
------------------------*/
#top-worry {
  padding: 18% 0;
  background: var(--primary-color-light);
}
#top-worry .inbox {
  position: relative;
}
#top-worry .inbox::before, #top-worry .inbox::after {
  position: absolute;
  content: "";
}
#top-worry .inbox::before {
  width: 33%;
  height: 23vw;
  background: url(../img/top/worry-r_ill.png) center/100% no-repeat;
  inset: -27vw 5% auto auto;
}
#top-worry .inbox::after {
  width: 29%;
  height: 37vw;
  background: url(../img/top/worry-l_ill.png) center/100% no-repeat;
  inset: auto auto -32vw 6%;
  z-index: 10;
}
#top-worry .worry__list .worry__item {
  background: var(--color-white);
  border: 1px solid var(--color-gray);
  padding: 10% 6%;
  border-radius: 4vw;
  display: flex;
  flex-direction: column;
  margin-bottom: 12%;
}
#top-worry .worry__list .worry__item:last-child {
  margin-bottom: 0;
}
#top-worry .worry__list .worry__item-title {
  padding-left: 4%;
  border-left: 1.25vw solid var(--primary-color);
  margin-bottom: 6%;
}
#top-worry .worry__list .worry__item-title img {
  width: 76%;
}
#top-worry .worry__list .worry__item-text {
  flex-grow: 1;
  margin-bottom: 8%;
}

/* top-info
------------------------*/
#top-info {
  padding: 18% 0;
}
#top-info .info__title img {
  width: 35%;
}
#top-info .info__table {
  background: var(--primary-color-light);
  border-radius: 4vw;
  margin-bottom: 15%;
}

/* top-news
------------------------*/
#top-news {
  padding: 18% 0;
  background-image: radial-gradient(var(--color-gray) 1px, transparent 1px), radial-gradient(var(--color-gray) 1px, transparent 1px);
  background-size: 18px 18px;
  background-position: 0 0, 9px 9px;
  background-color: var(--color-lightgray);
}
#top-news::after {
  background: none;
}
#top-news .news__title img {
  width: 45%;
}
#top-news .news__post {
  margin-bottom: 8%;
}
#top-news .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post a {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  border-radius: 4vw;
  border: 1px solid var(--color-gray);
  background: var(--color-white);
  padding: 5% 13% 5% 4%;
  gap: 4vw 3vw;
  position: relative;
}
#top-news .news__post a::before {
  content: "\f138";
  inset: 0 3% 0 auto;
  z-index: 10;
  font-size: var(--font-size-28);
  color: var(--primary-color);
}
#top-news .news__post a:hover {
  background: var(--primary-color-light);
}
#top-news .news__post time,
#top-news .news__post .category-label {
  width: fit-content;
  font-size: var(--font-size-14);
}
#top-news .news__post time {
  color: var(--color-gray);
}
#top-news .news__post .category-label {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
}
#top-news .news__post .category-label li {
  color: var(--color-white);
  background: var(--primary-color);
  border-radius: 2vw;
  padding: 0 3vw;
}
#top-news .news__post-title {
  width: 100%;
}
#top-news .news__button {
  width: 85%;
  margin: 15% auto 0;
}

/* c-contact-section
------------------------*/
.c-contact-section {
  background: var(--primary-color);
  position: relative;
}
.c-contact-section::before {
  position: absolute;
  content: "";
  inset: -8.8vw 0 auto 0;
  margin: 0 auto;
  width: 100%;
  height: 9vw;
  background: url(../img/common/c-contact_wave.png) bottom center/100% no-repeat;
}
.c-contact-section .inbox {
  padding: 18% 8%;
}
.c-contact-section .inbox::before {
  position: absolute;
  content: "";
  width: 52%;
  height: 22vw;
  background: url(../img/common/c-contact_ill.png) center/100% no-repeat;
  inset: auto 0 0 auto;
  z-index: 1;
}
.c-contact-section .c-contact__img {
  margin-bottom: 8%;
}
.c-contact-section .c-contact__img img {
  border-radius: 5vw;
}
.c-contact-section .c-contact-content {
  color: var(--color-white);
}
.c-contact-section .c-contact-content .c-contact__title,
.c-contact-section .c-contact-content .c-contact__text {
  margin-bottom: 10%;
}
.c-contact-section .c-contact-content .c-contact__list {
  background: var(--color-white);
  border-radius: 12px;
  padding: 6% 4%;
}
.c-contact-section .c-contact-content .c-contact__list .com-mail-button {
  width: 75%;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 15% 0 10%;
  text-align: center;
}
#footer .footer__inner {
  padding-bottom: 10%;
  margin-bottom: 8%;
  border-bottom: 1px solid var(--color-gray);
}
#footer .footer__logo {
  width: 40%;
  display: block;
  margin: 0 auto 8%;
}
#footer .footer__nav {
  font-size: var(--font-size-14);
  text-align: right;
}
#footer .footer__nav .nav__item {
  margin-bottom: 7%;
}
#footer .footer__nav .nav__item:last-child {
  margin-bottom: 0;
}

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

/*==========================================
sv
===========================================*/
#header .header__mv--sv {
  height: 43vw;
}
#header .header__mv--sv .sv__title {
  background: rgba(var(--color-white-rgb), 0.75);
  padding: 0 3% 5%;
  position: absolute;
  inset: auto 0 0;
}

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

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

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

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

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

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

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

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

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

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

/*==========================================
starter
===========================================*/
.com-worry-section {
  background: url(../img/common/c-worry_bg.jpg) center/cover no-repeat;
  padding: 18% 0;
}
.com-worry-section::before {
  background: none;
}
.com-worry-section .com-worry__list {
  background: var(--color-white);
  border-radius: 4vw;
  padding: 10% 5%;
  position: relative;
  border: 1px solid var(--color-gray);
}
.com-worry-section .com-worry__list::before {
  position: absolute;
  content: "";
  z-index: 1;
}
.com-worry-section .com-worry__list .com-worry__item {
  border-bottom: 1px solid var(--color-gray);
  padding: 3% 3% 3% 10%;
  background: url(../img/common/c-worry-item_ic.png) left top 4.5vw/5vw no-repeat;
  font-size: var(--font-size-17);
}
.com-worry-section .com-worry__list .com-worry__item:last-child {
  border-bottom: none;
}

#starter-worry .com-worry__list::before {
  background: url(../img/starter/c-worry_ill.png) center/100% no-repeat;
  inset: auto 0 -18vw auto;
  width: 47%;
  height: 27vw;
}

#intermediate-worry .com-worry__list::before {
  background: url(../img/intermediate/c-worry_ill.png) center/100% no-repeat;
  inset: 50px 85px auto auto;
  width: 226px;
  height: 239px;
}

#advanced-worry .com-worry__list::before {
  background: url(../img/advanced/c-worry_ill.png) center/100% no-repeat;
  inset: 67px 75px auto auto;
  width: 312px;
  height: 262px;
}

#kankandoritsu-worry .com-worry__list::before {
  background: url(../img/kankandoritsu/c-worry_ill.png) center/100% no-repeat;
  inset: auto -60px -30px auto;
  width: 330px;
  height: 254px;
}

.c-support-section {
  padding: 18% 0;
}
.c-support-section .c-support__item {
  width: 100%;
  border: 1px solid var(--color-gray);
  padding: 10% 5%;
  border-radius: 5vw;
  margin-bottom: 12%;
}
.c-support-section .c-support__item:last-child {
  margin-bottom: 0;
}
.c-support-section .c-support__item .c-support__item-thumb {
  width: 100%;
  height: 45vw;
  margin-bottom: 5%;
}
.c-support-section .c-support__item .c-support__item-button {
  margin-top: 10%;
}

.c-voice__section {
  padding: 18% 0;
  background: var(--primary-color-light);
}
.c-voice__section .c-voice__title img {
  width: 80%;
}
.c-voice__section .c-voice__item {
  width: 100%;
  background: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 5vw;
  padding: 10% 5%;
  margin-bottom: 12%;
}
.c-voice__section .c-voice__item:last-child {
  margin-bottom: 0;
}
.c-voice__section .c-voice__item .c-voice__item-thumb {
  width: 100%;
  height: 45vw;
  margin-bottom: 5%;
}
.c-voice__section .c-voice__item .c-voice__item-school {
  font-size: var(--font-size-14);
}
.c-voice__section .c-voice__item .c-voice__item-title {
  color: var(--primary-color);
  font-size: var(--font-size-20);
  border-bottom: 1px solid;
  margin-bottom: 4%;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.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: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  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);
  -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: 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%;
  -webkit-transform: translateY(-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フレーム時)
===========================================*/